Base: Add red theme
This commit is contained in:
parent
4fd58a8bef
commit
1afb6d5eca
Notes:
sideshowbarker
2024-07-17 20:34:58 +09:00
Author: https://github.com/electrikmilk Commit: https://github.com/SerenityOS/serenity/commit/1afb6d5eca4 Pull-request: https://github.com/SerenityOS/serenity/pull/12016
1 changed files with 92 additions and 0 deletions
92
Base/res/themes/Scarlett.ini
Normal file
92
Base/res/themes/Scarlett.ini
Normal file
|
@ -0,0 +1,92 @@
|
||||||
|
[Metrics]
|
||||||
|
TitleButtonWidth=15
|
||||||
|
BorderRadius=0
|
||||||
|
TitleButtonHeight=15
|
||||||
|
TitleHeight=19
|
||||||
|
BorderThickness=4
|
||||||
|
|
||||||
|
[Flags]
|
||||||
|
IsDark=false
|
||||||
|
|
||||||
|
[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/16x16/
|
||||||
|
|
||||||
|
[Colors]
|
||||||
|
SyntaxComment=#a0a1a7ff
|
||||||
|
RubberBandBorder=#ba1e09ff
|
||||||
|
SyntaxOperator=#000000ff
|
||||||
|
SyntaxControlKeyword=#a42ea2ff
|
||||||
|
ActiveLink=#ff0000ff
|
||||||
|
HoverHighlight=#c8b0b0ff
|
||||||
|
MovingWindowTitle=#ffffffff
|
||||||
|
MenuBaseText=#000000ff
|
||||||
|
Tooltip=#ffe1e1ff
|
||||||
|
ActiveWindowTitleShadow=#421405ff
|
||||||
|
Ruler=#c6cbc0ff
|
||||||
|
Selection=#970e0eff
|
||||||
|
InactiveSelection=#606060ff
|
||||||
|
ActiveWindowTitleStripes=#730808ff
|
||||||
|
TooltipText=#000000ff
|
||||||
|
Button=#c7b0b0ff
|
||||||
|
MenuSelectionText=#000000ff
|
||||||
|
SelectionText=#ffffffff
|
||||||
|
BaseText=#000000ff
|
||||||
|
SyntaxPreprocessorStatement=#00a0a0ff
|
||||||
|
Accent=#970e0eff
|
||||||
|
Base=#ffffffff
|
||||||
|
InactiveWindowTitle=#d5c7c7ff
|
||||||
|
HighlightWindowTitle=#ffffffff
|
||||||
|
MovingWindowTitleShadow=#601e07ff
|
||||||
|
PlaceholderText=#747d74ff
|
||||||
|
WindowText=#000000ff
|
||||||
|
Link=#d02521ff
|
||||||
|
InactiveWindowBorder1=#856e6eff
|
||||||
|
DesktopBackground=#956e6eff
|
||||||
|
TextCursor=#619910ff
|
||||||
|
Window=#c9b3b3ff
|
||||||
|
ThreedShadow2=#404040ff
|
||||||
|
ThreedShadow1=#808080ff
|
||||||
|
InactiveSelectionText=#ffffffff
|
||||||
|
RubberBandFill=#961605ff
|
||||||
|
MovingWindowTitleStripes=#e03d39ff
|
||||||
|
HighlightWindowBorder2=#df3737ff
|
||||||
|
SyntaxKeyword=#a42ea2ff
|
||||||
|
HighlightSearchingText=#000000ff
|
||||||
|
HighlightWindowTitleShadow=#600707ff
|
||||||
|
ActiveWindowBorder2=#ffb7b7ff
|
||||||
|
MovingWindowBorder2=#970e0eff
|
||||||
|
GutterBorder=#404040ff
|
||||||
|
SyntaxNumber=#976715ff
|
||||||
|
Gutter=#c7b0b0ff
|
||||||
|
SyntaxPunctuation=#000000ff
|
||||||
|
RulerActiveText=#404040ff
|
||||||
|
ButtonText=#000000ff
|
||||||
|
RulerBorder=#404040ff
|
||||||
|
ThreedHighlight=#ffffffff
|
||||||
|
ActiveWindowTitle=#ffffffff
|
||||||
|
SyntaxPreprocessorValue=#a00000ff
|
||||||
|
SyntaxType=#a000a0ff
|
||||||
|
Tray=#808080ff
|
||||||
|
VisitedLink=#ff00ffff
|
||||||
|
TrayText=#ffffffff
|
||||||
|
InactiveWindowBorder2=#ccababff
|
||||||
|
InactiveWindowTitleShadow=#4c4c4cff
|
||||||
|
HighlightSearching=#ffff00ff
|
||||||
|
SyntaxIdentifier=#000000ff
|
||||||
|
HighlightWindowBorder1=#730b0bff
|
||||||
|
MovingWindowBorder1=#970e0eff
|
||||||
|
ActiveWindowBorder1=#970e0eff
|
||||||
|
SyntaxString=#53a053ff
|
||||||
|
MenuSelection=#cf9b9bff
|
||||||
|
MenuStripe=#d2bebeff
|
||||||
|
RulerInactiveText=#808080ff
|
||||||
|
InactiveWindowTitleStripes=#808080ff
|
||||||
|
MenuBase=#ffffffff
|
||||||
|
FocusOutline=#909090ff
|
||||||
|
HighlightWindowTitleStripes=#7a0606ff
|
||||||
|
|
Loading…
Add table
Reference in a new issue