include dracula theme for supersonic music player
This commit is contained in:
parent
9ab2e7ea91
commit
ea750dc9d0
1 changed files with 25 additions and 0 deletions
25
.config/supersonic/themes/dracula.toml
Normal file
25
.config/supersonic/themes/dracula.toml
Normal file
|
@ -0,0 +1,25 @@
|
||||||
|
[SupersonicTheme]
|
||||||
|
Name = "Dracula"
|
||||||
|
Version = "0.2"
|
||||||
|
SupportsDark = true
|
||||||
|
SupportsLight = false
|
||||||
|
|
||||||
|
[DarkColors]
|
||||||
|
PageBackground = "#282A36"
|
||||||
|
InputBackground = "#44475A"
|
||||||
|
InputBorder = "#44475A"
|
||||||
|
MenuBackground = "#282A36"
|
||||||
|
OverlayBackground = "#282A36"
|
||||||
|
Hyperlink = "#BD93F9"
|
||||||
|
Pressed = "#44475A"
|
||||||
|
ListHeader = "#1E1F29"
|
||||||
|
PageHeader = "#1E1F29"
|
||||||
|
Background = "#1E1F29"
|
||||||
|
ScrollBar = "#44475A"
|
||||||
|
Button = "#282A36"
|
||||||
|
DisabledButton = "#1E1F29"
|
||||||
|
Selection = "#44475A"
|
||||||
|
#Primary = "#BD93F9"
|
||||||
|
Focus = "#BD93F9"
|
||||||
|
Separator = "#44475A"
|
||||||
|
Foreground = "#F8F8F2"
|
Loading…
Add table
Add a link
Reference in a new issue