mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 19:47:46 +00:00
Base: Add Contrast theme
This commit is contained in:
parent
b37379d489
commit
67c8adb561
6 changed files with 99 additions and 0 deletions
BIN
Base/res/icons/themes/Contrast/16x16/window-close-modified.png
Normal file
BIN
Base/res/icons/themes/Contrast/16x16/window-close-modified.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 142 B |
BIN
Base/res/icons/themes/Contrast/16x16/window-close.png
Normal file
BIN
Base/res/icons/themes/Contrast/16x16/window-close.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 144 B |
BIN
Base/res/icons/themes/Contrast/16x16/window-maximize.png
Normal file
BIN
Base/res/icons/themes/Contrast/16x16/window-maximize.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 115 B |
BIN
Base/res/icons/themes/Contrast/16x16/window-minimize.png
Normal file
BIN
Base/res/icons/themes/Contrast/16x16/window-minimize.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 117 B |
BIN
Base/res/icons/themes/Contrast/16x16/window-restore.png
Normal file
BIN
Base/res/icons/themes/Contrast/16x16/window-restore.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 126 B |
99
Base/res/themes/Contrast.ini
Normal file
99
Base/res/themes/Contrast.ini
Normal file
|
@ -0,0 +1,99 @@
|
||||||
|
[Metrics]
|
||||||
|
TitleButtonWidth=15
|
||||||
|
BorderRadius=0
|
||||||
|
TitleButtonHeight=15
|
||||||
|
TitleHeight=19
|
||||||
|
BorderThickness=4
|
||||||
|
|
||||||
|
[Flags]
|
||||||
|
IsDark=true
|
||||||
|
|
||||||
|
[Paths]
|
||||||
|
TooltipShadow=/res/icons/themes/Default/frame-shadow-light.png
|
||||||
|
TaskbarShadow=
|
||||||
|
ActiveWindowShadow=/res/icons/themes/Default/frame-shadow-dark.png
|
||||||
|
InactiveWindowShadow=/res/icons/themes/Default/frame-shadow-light.png
|
||||||
|
MenuShadow=/res/icons/themes/Default/frame-shadow-light.png
|
||||||
|
TitleButtonIcons=/res/icons/themes/Contrast/16x16/
|
||||||
|
|
||||||
|
[Colors]
|
||||||
|
SyntaxComment=#6b8e23ff
|
||||||
|
SyntaxOperator=#ffffffff
|
||||||
|
DisabledTextBack=#ffffffff
|
||||||
|
SyntaxControlKeyword=#da70d6ff
|
||||||
|
ActiveLink=#ffffffff
|
||||||
|
HoverHighlight=#00f9ffff
|
||||||
|
MovingWindowTitle=#ffffffff
|
||||||
|
SelectionText=#000000ff
|
||||||
|
MenuBaseText=#ffffffff
|
||||||
|
Tooltip=#ffffe1ff
|
||||||
|
Ruler=#000000ff
|
||||||
|
Selection=#00f9ffff
|
||||||
|
InactiveSelection=#00c7ccff
|
||||||
|
SyntaxNamespace=#ffa500ff
|
||||||
|
TooltipText=#000000ff
|
||||||
|
Button=#000000ff
|
||||||
|
MenuSelectionText=#000000ff
|
||||||
|
BaseText=#f3f3f3ff
|
||||||
|
SyntaxPreprocessorStatement=#00a0a0ff
|
||||||
|
Accent=#ab6e4aff
|
||||||
|
Base=#000000ff
|
||||||
|
InactiveWindowTitle=#d5d0c7ff
|
||||||
|
MovingWindowTitleShadow=#421405ff
|
||||||
|
PlaceholderText=#ffffffff
|
||||||
|
SyntaxParameter=#eb6d1eff
|
||||||
|
WindowText=#f3f3f3ff
|
||||||
|
Link=#f7ff00ff
|
||||||
|
InactiveWindowBorder1=#00002fff
|
||||||
|
DesktopBackground=#000000ff
|
||||||
|
TextCursor=#ffffffff
|
||||||
|
SyntaxMember=#ff0000ff
|
||||||
|
SyntaxCustomType=#ffa500ff
|
||||||
|
ThreedShadow2=#000000ff
|
||||||
|
ThreedShadow1=#ffffffff
|
||||||
|
InactiveSelectionText=#000000ff
|
||||||
|
MovingWindowTitleStripes=#4e2771ff
|
||||||
|
Window=#000000ff
|
||||||
|
SyntaxKeyword=#00bfffff
|
||||||
|
HighlightSearchingText=#ffffffff
|
||||||
|
SyntaxVariable=#000000ff
|
||||||
|
MovingWindowBorder2=#4e2771ff
|
||||||
|
GutterBorder=#ffffffff
|
||||||
|
SyntaxNumber=#adff2fff
|
||||||
|
Gutter=#000000ff
|
||||||
|
SyntaxPunctuation=#ffffffff
|
||||||
|
RulerActiveText=#000000ff
|
||||||
|
ButtonText=#f7ff00ff
|
||||||
|
RulerBorder=#f3f3f3ff
|
||||||
|
ThreedHighlight=#ffffffff
|
||||||
|
SyntaxFunction=#0000ffff
|
||||||
|
SyntaxPreprocessorValue=#a00000ff
|
||||||
|
VisitedLink=#f7ff00ff
|
||||||
|
SyntaxType=#ee82eeff
|
||||||
|
Tray=#808080ff
|
||||||
|
SyntaxString=#ffa500ff
|
||||||
|
TrayText=#ffffffff
|
||||||
|
InactiveWindowBorder2=#00002fff
|
||||||
|
InactiveWindowTitleShadow=#4c4c4cff
|
||||||
|
HighlightSearching=#00f9ffff
|
||||||
|
SyntaxIdentifier=#87cefaff
|
||||||
|
MovingWindowBorder1=#4e2771ff
|
||||||
|
DisabledTextFront=#808080ff
|
||||||
|
MenuSelection=#00f9ffff
|
||||||
|
MenuStripe=#f7ff00ff
|
||||||
|
RulerInactiveText=#03ff01ff
|
||||||
|
InactiveWindowTitleStripes=#00002fff
|
||||||
|
MenuBase=#000000ff
|
||||||
|
FocusOutline=#00f9ffff
|
||||||
|
ActiveWindowBorder1=#4e2771ff
|
||||||
|
ActiveWindowBorder2=#4e2771ff
|
||||||
|
ActiveWindowTitle=#ffffffff
|
||||||
|
ActiveWindowTitleShadow=#421405ff
|
||||||
|
ActiveWindowTitleStripes=#4e2771ff
|
||||||
|
HighlightWindowBorder1=#614a87ff
|
||||||
|
HighlightWindowBorder2=#614a87ff
|
||||||
|
HighlightWindowTitle=#ffffffff
|
||||||
|
HighlightWindowTitleShadow=#600707ff
|
||||||
|
HighlightWindowTitleStripes=#614a87ff
|
||||||
|
RubberBandFill=#12ced33c
|
||||||
|
RubberBandBorder=#09eaf0ff
|
Loading…
Add table
Add a link
Reference in a new issue