1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-31 06:07:44 +00:00

Base: Add Faux Pas and Silver themes

This commit is contained in:
Sergey Bugaev 2020-05-30 17:42:06 +03:00 committed by Andreas Kling
parent 8c96b8174b
commit e5e8e8ab96
2 changed files with 110 additions and 0 deletions

View file

@ -0,0 +1,55 @@
[Colors]
DesktopBackground=#63639c
ActiveWindowBorder1=#777
ActiveWindowBorder2=white
ActiveWindowTitle=black
InactiveWindowBorder1=#dedede
InactiveWindowBorder2=#dedede
InactiveWindowTitle=#737373
MovingWindowBorder1=#cecece
MovingWindowBorder2=#9a9a9a
MovingWindowTitle=black
HighlightWindowBorder1=#cacaca
HighlightWindowBorder2=#9a9a9a
HighlightWindowTitle=black
MenuBase=#dedede
MenuBaseText=black
MenuStripe=#dedede
MenuSelection=#31319c
MenuSelectionText=white
Window=#dedede
WindowText=black
Button=#dddddd
ButtonText=black
Base=white
BaseText=black
ThreedHighlight=#7f7f7f
ThreedShadow1=#3b3b3b
ThreedShadow2=#3b3b3b
HoverHighlight=white
Selection=#9c9cff
SelectionText=black
InactiveSelection=#606060
InactiveSelectionText=white
RubberBandFill=#f4ca9e3c
RubberBandBorder=#6e2209
Link=blue
ActiveLink=red
VisitedLink=magenta
Ruler=#d4d0c8
RulerBorder=#404040
RulerActiveText=#404040
RulerInactiveText=#808080
TextCursor=red
FocusOutline=#909090
SyntaxComment=#008000
SyntaxNumber=#800000
SyntaxString=#800000
SyntaxType=#800080
SyntaxPunctuation=black
SyntaxOperator=black
SyntaxKeyword=black
SyntaxControlKeyword=black
SyntaxIdentifier=#092e64
SyntaxPreprocessorStatement=#008080
SyntaxPreprocessorValue=#800000