mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 15:40:19 +00:00
Base: Tweak Silver theme
Tweak silver theme to look even more like Mac OS 9
This commit is contained in:
parent
8ec0b2fa32
commit
4fd58a8bef
Notes:
sideshowbarker
2024-07-17 20:35:02 +09:00
Author: https://github.com/electrikmilk Commit: https://github.com/SerenityOS/serenity/commit/4fd58a8befb Pull-request: https://github.com/SerenityOS/serenity/pull/12014
1 changed files with 89 additions and 68 deletions
|
@ -1,74 +1,95 @@
|
|||
[Colors]
|
||||
Accent=#777
|
||||
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
|
||||
HighlightSearching=#7cfc00
|
||||
HighlightSearchingText=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
|
||||
PlaceholderText=#3b3b3b
|
||||
RubberBandFill=#f4ca9e3c
|
||||
RubberBandBorder=#6e2209
|
||||
Link=blue
|
||||
ActiveLink=red
|
||||
VisitedLink=magenta
|
||||
Gutter=#d4d0c8
|
||||
GutterBorder=#404040
|
||||
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
|
||||
Tooltip=#ffffe1
|
||||
TooltipText=black
|
||||
Tray=#3b3b3b
|
||||
TrayText=white
|
||||
|
||||
[Alignments]
|
||||
TitleAlignment=Left
|
||||
[Metrics]
|
||||
TitleButtonWidth=15
|
||||
BorderRadius=0
|
||||
TitleButtonHeight=15
|
||||
TitleHeight=19
|
||||
BorderThickness=4
|
||||
|
||||
[Flags]
|
||||
IsDark=false
|
||||
|
||||
[Alignments]
|
||||
TitleAlignment=Center
|
||||
|
||||
[Paths]
|
||||
TooltipShadow=
|
||||
TaskbarShadow=
|
||||
ActiveWindowShadow=
|
||||
InactiveWindowShadow=
|
||||
MenuShadow=
|
||||
TitleButtonIcons=/res/icons/themes/Silver/16x16/
|
||||
|
||||
[Colors]
|
||||
SyntaxComment=#008000ff
|
||||
RubberBandBorder=#6e2209ff
|
||||
SyntaxOperator=#000000ff
|
||||
SyntaxControlKeyword=#000000ff
|
||||
ActiveLink=#ff0000ff
|
||||
HoverHighlight=#babdb6ff
|
||||
MovingWindowTitle=#000000ff
|
||||
MenuBaseText=#000000ff
|
||||
Tooltip=#ffffe1ff
|
||||
ActiveWindowTitleShadow=#babdb6ff
|
||||
Ruler=#d4d0c8ff
|
||||
Selection=#63639cff
|
||||
InactiveSelection=#606060ff
|
||||
ActiveWindowTitleStripes=#363636ff
|
||||
TooltipText=#000000ff
|
||||
Button=#ddddddff
|
||||
MenuSelectionText=#ffffffff
|
||||
SelectionText=#f3f3f3ff
|
||||
BaseText=#000000ff
|
||||
SyntaxPreprocessorStatement=#008080ff
|
||||
Accent=#63639cff
|
||||
Base=#f3f3f3ff
|
||||
InactiveWindowTitle=#696969ff
|
||||
HighlightWindowTitle=#000000ff
|
||||
MovingWindowTitleShadow=#000000ff
|
||||
PlaceholderText=#3b3b3bff
|
||||
WindowText=#2f3436ff
|
||||
Link=#0000ffff
|
||||
InactiveWindowBorder1=#ddddddff
|
||||
DesktopBackground=#63639cff
|
||||
TextCursor=#ff0000ff
|
||||
Window=#ddddddff
|
||||
ThreedShadow2=#3b3b3bff
|
||||
ThreedShadow1=#3b3b3bff
|
||||
InactiveSelectionText=#ffffffff
|
||||
RubberBandFill=#f4ca9e3c
|
||||
MovingWindowTitleStripes=#000000ff
|
||||
HighlightWindowBorder2=#9a9a9aff
|
||||
SyntaxKeyword=#000000ff
|
||||
HighlightSearchingText=#000000ff
|
||||
HighlightWindowTitleShadow=#000000ff
|
||||
ActiveWindowBorder2=#cececeff
|
||||
MovingWindowBorder2=#9a9a9aff
|
||||
GutterBorder=#404040ff
|
||||
SyntaxNumber=#800000ff
|
||||
Gutter=#d4d0c8ff
|
||||
SyntaxPunctuation=#000000ff
|
||||
RulerActiveText=#404040ff
|
||||
ButtonText=#000000ff
|
||||
RulerBorder=#404040ff
|
||||
ThreedHighlight=#7f7f7fff
|
||||
ActiveWindowTitle=#000000ff
|
||||
SyntaxPreprocessorValue=#800000ff
|
||||
SyntaxType=#800080ff
|
||||
Tray=#3b3b3bff
|
||||
VisitedLink=#ff00ffff
|
||||
TrayText=#ffffffff
|
||||
InactiveWindowBorder2=#ddddddff
|
||||
InactiveWindowTitleShadow=#d3d7cfff
|
||||
HighlightSearching=#7cfc00ff
|
||||
SyntaxIdentifier=#092e64ff
|
||||
HighlightWindowBorder1=#cacacaff
|
||||
MovingWindowBorder1=#cececeff
|
||||
ActiveWindowBorder1=#cececeff
|
||||
SyntaxString=#800000ff
|
||||
MenuSelection=#31319cff
|
||||
MenuStripe=#dededeff
|
||||
RulerInactiveText=#808080ff
|
||||
InactiveWindowTitleStripes=#808080ff
|
||||
MenuBase=#dededeff
|
||||
FocusOutline=#909090ff
|
||||
HighlightWindowTitleStripes=#000000ff
|
||||
|
||||
|
|
Loading…
Reference in a new issue