Skip to content

Commit

Permalink
2 new themes
Browse files Browse the repository at this point in the history
  • Loading branch information
loadfred committed Nov 13, 2024
1 parent 1c7e6f6 commit da0450b
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ You may choose either adwaita, breeze, or kora
`Icons=breeze`

### Palettes
There are 20 different color palettes in the config ready to use
There are 20+ different color palettes in the config ready to use

`Palette=Breeze Dark`

Expand Down
20 changes: 20 additions & 0 deletions theme.conf
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,9 @@ Palette=Breeze Dark
#Palette=Catppuccin Mocha
#Palette=Dark
#Palette=Futaba
#Palette=Kvantum
#Palette=Leech
#Palette=Light
#Palette=Mittens
#Palette=Oxygen
#Palette=Photon
Expand Down Expand Up @@ -149,6 +151,15 @@ Text=#800000
Window=#f0e0d6
WindowText=#800000

[Kvantum]
Base=#2e2e2d
Highlight=#0054a7
HighlightedText=#ffffff
Shadow=black
Text=#ececec
Window=#212121
WindowText=#f9f9f9

[Leech]
Base=#262626
Highlight=#3d427e
Expand All @@ -158,6 +169,15 @@ Text=#ececec
Window=#323232
WindowText=#f9f9f9

[Light]
Base=#ffffff
Highlight=#3c8ce6
HighlightedText=#ffffff
Shadow=black
Text=#000000
Window=#efefef
WindowText=#000000

[Mittens]
Base=#cfc
Highlight=#cc1105
Expand Down

0 comments on commit da0450b

Please sign in to comment.