Base: Add Faux Pas and Silver themes
This commit is contained in:
parent
8c96b8174b
commit
e5e8e8ab96
Notes:
sideshowbarker
2024-07-19 05:56:35 +09:00
Author: https://github.com/bugaevc Commit: https://github.com/SerenityOS/serenity/commit/e5e8e8ab96c Pull-request: https://github.com/SerenityOS/serenity/pull/2456
2 changed files with 110 additions and 0 deletions
55
Base/res/themes/Faux Pas.ini
Normal file
55
Base/res/themes/Faux Pas.ini
Normal file
|
@ -0,0 +1,55 @@
|
||||||
|
[Colors]
|
||||||
|
DesktopBackground=#505170
|
||||||
|
ActiveWindowBorder1=black
|
||||||
|
ActiveWindowBorder2=black
|
||||||
|
ActiveWindowTitle=white
|
||||||
|
InactiveWindowBorder1=#707070
|
||||||
|
InactiveWindowBorder2=#707070
|
||||||
|
InactiveWindowTitle=black
|
||||||
|
MovingWindowBorder1=black
|
||||||
|
MovingWindowBorder2=black
|
||||||
|
MovingWindowTitle=white
|
||||||
|
HighlightWindowBorder1=black
|
||||||
|
HighlightWindowBorder2=black
|
||||||
|
HighlightWindowTitle=white
|
||||||
|
MenuBase=#a0a0a0
|
||||||
|
MenuBaseText=black
|
||||||
|
MenuStripe=#505050
|
||||||
|
MenuSelection=white
|
||||||
|
MenuSelectionText=black
|
||||||
|
Window=#a0a0a0
|
||||||
|
WindowText=black
|
||||||
|
Button=#a0a0a0
|
||||||
|
ButtonText=black
|
||||||
|
Base=#a0a0a0
|
||||||
|
BaseText=black
|
||||||
|
ThreedHighlight=white
|
||||||
|
ThreedShadow1=#282828
|
||||||
|
ThreedShadow2=#282828
|
||||||
|
HoverHighlight=#0000aa
|
||||||
|
Selection=white
|
||||||
|
SelectionText=black
|
||||||
|
InactiveSelection=white
|
||||||
|
InactiveSelectionText=black
|
||||||
|
RubberBandFill=#9f9f9f
|
||||||
|
RubberBandBorder=black
|
||||||
|
Link=#0000b0
|
||||||
|
ActiveLink=#2020d0
|
||||||
|
VisitedLink=#2000b0
|
||||||
|
Ruler=#808080
|
||||||
|
RulerBorder=black
|
||||||
|
RulerActiveText=#404040
|
||||||
|
RulerInactiveText=#606060
|
||||||
|
TextCursor=black
|
||||||
|
FocusOutline=#909090
|
||||||
|
SyntaxComment=#008000
|
||||||
|
SyntaxNumber=#800000
|
||||||
|
SyntaxString=#800000
|
||||||
|
SyntaxType=#800080
|
||||||
|
SyntaxPunctuation=black
|
||||||
|
SyntaxOperator=black
|
||||||
|
SyntaxKeyword=black
|
||||||
|
SyntaxControlKeyword=black
|
||||||
|
SyntaxIdentifier=#092e64
|
||||||
|
SyntaxPreprocessorStatement=#008080
|
||||||
|
SyntaxPreprocessorValue=#800000
|
55
Base/res/themes/Silver.ini
Normal file
55
Base/res/themes/Silver.ini
Normal 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
|
Loading…
Add table
Reference in a new issue