mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-26 01:20:25 +00:00
Base: Add Gruvbox Dark theme
Add Gruvbox Dark theme matching the terminal one
This commit is contained in:
parent
6a998c1a8b
commit
f6000a26a8
Notes:
sideshowbarker
2024-07-19 17:08:23 +09:00
Author: https://github.com/Detoxify92 🔰 Commit: https://github.com/SerenityOS/serenity/commit/f6000a26a89 Pull-request: https://github.com/SerenityOS/serenity/pull/12654
6 changed files with 86 additions and 0 deletions
Binary file not shown.
After Width: | Height: | Size: 4.7 KiB |
BIN
Base/res/icons/themes/Gruvbox-Dark/16x16/window-close.png
Normal file
BIN
Base/res/icons/themes/Gruvbox-Dark/16x16/window-close.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.7 KiB |
BIN
Base/res/icons/themes/Gruvbox-Dark/16x16/window-maximize.png
Normal file
BIN
Base/res/icons/themes/Gruvbox-Dark/16x16/window-maximize.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.7 KiB |
BIN
Base/res/icons/themes/Gruvbox-Dark/16x16/window-minimize.png
Normal file
BIN
Base/res/icons/themes/Gruvbox-Dark/16x16/window-minimize.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.6 KiB |
BIN
Base/res/icons/themes/Gruvbox-Dark/16x16/window-restore.png
Normal file
BIN
Base/res/icons/themes/Gruvbox-Dark/16x16/window-restore.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.7 KiB |
86
Base/res/themes/Gruvbox Dark.ini
Normal file
86
Base/res/themes/Gruvbox Dark.ini
Normal file
|
@ -0,0 +1,86 @@
|
||||||
|
[Colors]
|
||||||
|
Accent=#79740e
|
||||||
|
DesktopBackground=#282828
|
||||||
|
ActiveWindowBorder1=#79740e
|
||||||
|
ActiveWindowBorder2=#32302f
|
||||||
|
ActiveWindowTitle=#ebdbb2
|
||||||
|
InactiveWindowBorder1=#665c54
|
||||||
|
InactiveWindowBorder2=#282828
|
||||||
|
InactiveWindowTitle=#bdae93
|
||||||
|
MovingWindowBorder1=#98971a
|
||||||
|
MovingWindowBorder2=#32302f
|
||||||
|
MovingWindowTitle=#ebdbb2
|
||||||
|
HighlightWindowBorder1=#a10d0d
|
||||||
|
HighlightWindowBorder2=#fabbbb
|
||||||
|
HighlightWindowTitle=#ebdbb2
|
||||||
|
HighlightSearching=#ebdbb2
|
||||||
|
HighlightSearchingText=#282828
|
||||||
|
MenuBase=#32302f
|
||||||
|
MenuBaseText=#ebdbb2
|
||||||
|
MenuStripe=#282828
|
||||||
|
MenuSelection=#98971a
|
||||||
|
MenuSelectionText=#282828
|
||||||
|
Window=#32302f
|
||||||
|
WindowText=#ebdbb2
|
||||||
|
Button=#32302f
|
||||||
|
ButtonText=#ebdbb2
|
||||||
|
Base=#3c3836
|
||||||
|
BaseText=#ebdbb2
|
||||||
|
ThreedHighlight=#504945
|
||||||
|
ThreedShadow1=#282828
|
||||||
|
ThreedShadow2=#1d2021
|
||||||
|
HoverHighlight=#3c3836
|
||||||
|
Selection=#98971a
|
||||||
|
SelectionText=#282828
|
||||||
|
InactiveSelection=#665c54
|
||||||
|
InactiveSelectionText=#ebdbb2
|
||||||
|
RubberBandFill=#98971a3c
|
||||||
|
RubberBandBorder=#282828
|
||||||
|
Link=#83a598
|
||||||
|
ActiveLink=#fabd2f
|
||||||
|
VisitedLink=#d3869b
|
||||||
|
PlaceholderText=#bdae93
|
||||||
|
Gutter=#32302f
|
||||||
|
GutterBorder=#665c54
|
||||||
|
Ruler=#32302f
|
||||||
|
RulerBorder=#665c54
|
||||||
|
RulerActiveText=#ebdbb2
|
||||||
|
RulerInactiveText=#bdae93
|
||||||
|
TextCursor=#79740e
|
||||||
|
FocusOutline=#98971a
|
||||||
|
SyntaxComment=#79740e
|
||||||
|
SyntaxNumber=#b8bb26
|
||||||
|
SyntaxString=#fabd2f
|
||||||
|
SyntaxType=#d3869b
|
||||||
|
SyntaxPunctuation=#ebdbb2
|
||||||
|
SyntaxOperator=#ebdbb2
|
||||||
|
SyntaxKeyword=#689d6a
|
||||||
|
SyntaxControlKeyword=#b16286
|
||||||
|
SyntaxIdentifier=#83a598
|
||||||
|
SyntaxPreprocessorStatement=#a89984
|
||||||
|
SyntaxPreprocessorValue=#fabd2f
|
||||||
|
Tooltip=#504945
|
||||||
|
TooltipText=#ebdbb2
|
||||||
|
Tray=#32302f
|
||||||
|
TrayText=#ebdbb2
|
||||||
|
|
||||||
|
[Alignments]
|
||||||
|
TitleAlignment=Left
|
||||||
|
|
||||||
|
[Flags]
|
||||||
|
IsDark=true
|
||||||
|
|
||||||
|
[Metrics]
|
||||||
|
BorderThickness=4
|
||||||
|
BorderRadius=0
|
||||||
|
TitleHeight=19
|
||||||
|
TitleButtonWidth=15
|
||||||
|
TitleButtonHeight=15
|
||||||
|
|
||||||
|
[Paths]
|
||||||
|
TitleButtonIcons=/res/icons/themes/Gruvbox-Dark/16x16/
|
||||||
|
ActiveWindowShadow=/res/icons/themes/Default/frame-shadow-dark.png
|
||||||
|
InactiveWindowShadow=/res/icons/themes/Default/frame-shadow-light.png
|
||||||
|
MenuShadow=/res/icons/themes/Default/frame-shadow-light.png
|
||||||
|
TaskBarShadow=/res/icons/themes/Default/frame-shadow-light.png
|
||||||
|
TooltipShadow=/res/icons/themes/Default/frame-shadow-light.png
|
Loading…
Reference in a new issue