mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-12-04 05:20:30 +00:00
Base: Add "Discord" theme (#2515)
A new theme for Serenity which brings colors from the Discord theme colors. Some colors were modified to ensure great looks on Serenity.
This commit is contained in:
parent
4643f51eaa
commit
07e726729c
Notes:
sideshowbarker
2024-07-19 05:48:05 +09:00
Author: https://github.com/nanoadam 🔰 Commit: https://github.com/SerenityOS/serenity/commit/07e726729c6 Pull-request: https://github.com/SerenityOS/serenity/pull/2515
1 changed files with 55 additions and 0 deletions
55
Base/res/themes/Discord.ini
Normal file
55
Base/res/themes/Discord.ini
Normal file
|
@ -0,0 +1,55 @@
|
|||
[Colors]
|
||||
DesktopBackground=#23272A
|
||||
ActiveWindowBorder1=#7289DA
|
||||
ActiveWindowBorder2=#b7b7da
|
||||
ActiveWindowTitle=white
|
||||
InactiveWindowBorder1=#2C2F33
|
||||
InactiveWindowBorder2=#a0a0a0
|
||||
InactiveWindowTitle=#d5d0c7
|
||||
MovingWindowBorder1=#7289DA
|
||||
MovingWindowBorder2=#9c9cd5
|
||||
MovingWindowTitle=white
|
||||
HighlightWindowBorder1=#a10d0d
|
||||
HighlightWindowBorder2=#fabbbb
|
||||
HighlightWindowTitle=white
|
||||
MenuBase=#23272A
|
||||
MenuBaseText=white
|
||||
MenuStripe=#23272A
|
||||
MenuSelection=#2642a6
|
||||
MenuSelectionText=white
|
||||
Window=#7289DA
|
||||
WindowText=white
|
||||
Button=#7289DA
|
||||
ButtonText=white
|
||||
Base=#7289DA
|
||||
BaseText=white
|
||||
ThreedHighlight=#6f6f6f
|
||||
ThreedShadow1=#3d3e40
|
||||
ThreedShadow2=#2e2f30
|
||||
HoverHighlight=#696969
|
||||
Selection=#2642a6
|
||||
SelectionText=white
|
||||
InactiveSelection=#606060
|
||||
InactiveSelectionText=white
|
||||
RubberBandFill=#8080803c
|
||||
RubberBandBorder=black
|
||||
Link=#88c
|
||||
ActiveLink=#c88
|
||||
VisitedLink=#c8c
|
||||
Ruler=#505050
|
||||
RulerBorder=#666666
|
||||
RulerActiveText=white
|
||||
RulerInactiveText=#d5d0c7
|
||||
TextCursor=#9c9cd5
|
||||
FocusOutline=#606060
|
||||
SyntaxComment=white
|
||||
SyntaxNumber=white
|
||||
SyntaxString=white
|
||||
SyntaxType=white
|
||||
SyntaxPunctuation=white
|
||||
SyntaxOperator=white
|
||||
SyntaxKeyword=#000d3d
|
||||
SyntaxControlKeyword=#021766
|
||||
SyntaxIdentifier=#333333
|
||||
SyntaxPreprocessorStatement=darkgray
|
||||
SyntaxPreprocessorValue=#320073
|
Loading…
Reference in a new issue