Base: Add a "Redmond 2000" theme from the 32-bit era :^)
This commit is contained in:
parent
638130591c
commit
3bed5e28fb
Notes:
sideshowbarker
2024-07-19 07:30:21 +09:00
Author: https://github.com/awesomekling Commit: https://github.com/SerenityOS/serenity/commit/3bed5e28fbc
1 changed files with 55 additions and 0 deletions
55
Base/res/themes/Redmond 2000.ini
Normal file
55
Base/res/themes/Redmond 2000.ini
Normal file
|
@ -0,0 +1,55 @@
|
|||
[Colors]
|
||||
DesktopBackground=#3a6ea5
|
||||
ActiveWindowBorder1=#09226e
|
||||
ActiveWindowBorder2=#9ecaf4
|
||||
ActiveWindowTitle=white
|
||||
InactiveWindowBorder1=#808080
|
||||
InactiveWindowBorder2=#c0c0c0
|
||||
InactiveWindowTitle=#d5d0c7
|
||||
MovingWindowBorder1=#0d32a1
|
||||
MovingWindowBorder2=#bbdcfa
|
||||
MovingWindowTitle=white
|
||||
HighlightWindowBorder1=#0d0da1
|
||||
HighlightWindowBorder2=#bbbbfa
|
||||
HighlightWindowTitle=white
|
||||
MenuBase=white
|
||||
MenuBaseText=black
|
||||
MenuStripe=#bbb7b0
|
||||
MenuSelection=#ad714f
|
||||
MenuSelectionText=white
|
||||
Window=#d4d0c8
|
||||
WindowText=black
|
||||
Button=#d4d0c8
|
||||
ButtonText=black
|
||||
Base=white
|
||||
BaseText=black
|
||||
ThreedHighlight=white
|
||||
ThreedShadow1=#808080
|
||||
ThreedShadow2=#404040
|
||||
HoverHighlight=#e3dfdb
|
||||
Selection=#84351a
|
||||
SelectionText=white
|
||||
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