mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-10 22:36:24 +00:00
parent
dc96cf04a9
commit
7bd484c339
@ -68,6 +68,30 @@ ThemePalette {
|
||||
source: "../../../assets/fonts/InterStatus/InterStatus-Black.otf"
|
||||
}
|
||||
|
||||
property QtObject codeFont: FontLoader {
|
||||
source: "../../../assets/fonts/RobotoMono/RobotoMono-Regular.ttf"
|
||||
}
|
||||
|
||||
property QtObject codeFontThin: FontLoader {
|
||||
source: "../../../assets/fonts/RobotoMono/RobotoMono-Thin.ttf"
|
||||
}
|
||||
|
||||
property QtObject codeFontExtraLight: FontLoader {
|
||||
source: "../../../assets/fonts/RobotoMono/RobotoMono-ExtraLight.ttf"
|
||||
}
|
||||
|
||||
property QtObject codeFontLight: FontLoader {
|
||||
source: "../../../assets/fonts/RobotoMono/RobotoMono-Light.ttf"
|
||||
}
|
||||
|
||||
property QtObject codeFontMedium: FontLoader {
|
||||
source: "../../../assets/fonts/RobotoMono/RobotoMono-Medium.ttf"
|
||||
}
|
||||
|
||||
property QtObject codeFontBold: FontLoader {
|
||||
source: "../../../assets/fonts/RobotoMono/RobotoMono-Bold.ttf"
|
||||
}
|
||||
|
||||
property color dropShadow: getColor('black', 0.08)
|
||||
|
||||
baseColor1: getColor('graphite5')
|
||||
|
@ -68,6 +68,30 @@ ThemePalette {
|
||||
source: "../../../assets/fonts/InterStatus/InterStatus-Black.otf"
|
||||
}
|
||||
|
||||
property QtObject codeFont: FontLoader {
|
||||
source: "../../../assets/fonts/RobotoMono/RobotoMono-Regular.ttf"
|
||||
}
|
||||
|
||||
property QtObject codeFontThin: FontLoader {
|
||||
source: "../../../assets/fonts/RobotoMono/RobotoMono-Thin.ttf"
|
||||
}
|
||||
|
||||
property QtObject codeFontExtraLight: FontLoader {
|
||||
source: "../../../assets/fonts/RobotoMono/RobotoMono-ExtraLight.ttf"
|
||||
}
|
||||
|
||||
property QtObject codeFontLight: FontLoader {
|
||||
source: "../../../assets/fonts/RobotoMono/RobotoMono-Light.ttf"
|
||||
}
|
||||
|
||||
property QtObject codeFontMedium: FontLoader {
|
||||
source: "../../../assets/fonts/RobotoMono/RobotoMono-Medium.ttf"
|
||||
}
|
||||
|
||||
property QtObject codeFontBold: FontLoader {
|
||||
source: "../../../assets/fonts/RobotoMono/RobotoMono-Bold.ttf"
|
||||
}
|
||||
|
||||
baseColor1: getColor('grey5')
|
||||
baseColor2: getColor('grey4')
|
||||
baseColor3: getColor('grey3')
|
||||
|
@ -24,6 +24,13 @@ QtObject {
|
||||
property FontLoader monoFontExtraBold
|
||||
property FontLoader monoFontBlack
|
||||
|
||||
property FontLoader codeFont
|
||||
property FontLoader codeFontThin
|
||||
property FontLoader codeFontExtraLight
|
||||
property FontLoader codeFontLight
|
||||
property FontLoader codeFontMedium
|
||||
property FontLoader codeFontBold
|
||||
|
||||
property color black: getColor('black')
|
||||
property color white: getColor('white')
|
||||
|
||||
|
BIN
ui/StatusQ/src/assets/fonts/RobotoMono/RobotoMono-Bold.ttf
Normal file
BIN
ui/StatusQ/src/assets/fonts/RobotoMono/RobotoMono-Bold.ttf
Normal file
Binary file not shown.
BIN
ui/StatusQ/src/assets/fonts/RobotoMono/RobotoMono-BoldItalic.ttf
Normal file
BIN
ui/StatusQ/src/assets/fonts/RobotoMono/RobotoMono-BoldItalic.ttf
Normal file
Binary file not shown.
BIN
ui/StatusQ/src/assets/fonts/RobotoMono/RobotoMono-ExtraLight.ttf
Normal file
BIN
ui/StatusQ/src/assets/fonts/RobotoMono/RobotoMono-ExtraLight.ttf
Normal file
Binary file not shown.
Binary file not shown.
BIN
ui/StatusQ/src/assets/fonts/RobotoMono/RobotoMono-Italic.ttf
Normal file
BIN
ui/StatusQ/src/assets/fonts/RobotoMono/RobotoMono-Italic.ttf
Normal file
Binary file not shown.
BIN
ui/StatusQ/src/assets/fonts/RobotoMono/RobotoMono-Light.ttf
Normal file
BIN
ui/StatusQ/src/assets/fonts/RobotoMono/RobotoMono-Light.ttf
Normal file
Binary file not shown.
Binary file not shown.
BIN
ui/StatusQ/src/assets/fonts/RobotoMono/RobotoMono-Medium.ttf
Normal file
BIN
ui/StatusQ/src/assets/fonts/RobotoMono/RobotoMono-Medium.ttf
Normal file
Binary file not shown.
Binary file not shown.
BIN
ui/StatusQ/src/assets/fonts/RobotoMono/RobotoMono-Regular.ttf
Normal file
BIN
ui/StatusQ/src/assets/fonts/RobotoMono/RobotoMono-Regular.ttf
Normal file
Binary file not shown.
BIN
ui/StatusQ/src/assets/fonts/RobotoMono/RobotoMono-SemiBold.ttf
Normal file
BIN
ui/StatusQ/src/assets/fonts/RobotoMono/RobotoMono-SemiBold.ttf
Normal file
Binary file not shown.
Binary file not shown.
BIN
ui/StatusQ/src/assets/fonts/RobotoMono/RobotoMono-Thin.ttf
Normal file
BIN
ui/StatusQ/src/assets/fonts/RobotoMono/RobotoMono-Thin.ttf
Normal file
Binary file not shown.
BIN
ui/StatusQ/src/assets/fonts/RobotoMono/RobotoMono-ThinItalic.ttf
Normal file
BIN
ui/StatusQ/src/assets/fonts/RobotoMono/RobotoMono-ThinItalic.ttf
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user