mirror of
https://github.com/Mastermindzh/dotfiles.git
synced 2025-07-27 12:43:08 +02:00
made config more themeable, switched over to Dracula in the process and now syncing the xfce4 settings
This commit is contained in:
@@ -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
|
||||
|
11
config/polybar/themes/dracula.ini
Normal file
11
config/polybar/themes/dracula.ini
Normal 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
|
Reference in New Issue
Block a user