made config more themeable, switched over to Dracula in the process and now syncing the xfce4 settings

This commit is contained in:
2024-06-17 15:27:35 +02:00
parent a715528931
commit 08585df3ac
26 changed files with 237 additions and 118 deletions

View File

@@ -21,6 +21,6 @@ screenchange-reload = true
pseudo-transparency = true
; theme
include-file = ~/.config/polybar/themes/main/modules.ini
include-file = ~/.config/polybar/themes/main/colors.ini
include-file = ~/.config/polybar/themes/main/bars.ini
include-file = ~/.config/polybar/modules.ini
include-file = ~/.config/polybar/themes/dracula.ini
include-file = ~/.config/polybar/bars.ini

View File

@@ -0,0 +1,11 @@
[colors]
background = #282a36
background-alt = #BD93F9
foreground = #f8f8f2
primary = #bd93f9
secondary = #ffb86c
alert = #ff5555
disabled = #6272a4
accent = #fff
tidal = #50FA7B
yellow = #F1FA8C