Finished hacker theme mostly and added some other configs
This commit is contained in:
parent
0c499ecbd6
commit
ad06f5284e
91 changed files with 1928 additions and 3 deletions
27
themes/dracula/.config/sway/theme
Normal file
27
themes/dracula/.config/sway/theme
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
gaps inner 2px
|
||||
gaps outer 2px
|
||||
|
||||
default_border pixel 2px
|
||||
default_floating_border pixel 2px
|
||||
|
||||
# cursor
|
||||
seat seat0 xcursor_theme Dracula 24
|
||||
|
||||
# Status Bar:
|
||||
bar {
|
||||
swaybar_command waybar
|
||||
}
|
||||
|
||||
# -Colors-
|
||||
# name border bg text ind child_border
|
||||
client.focused #bd93f9 #282a36 #f8f8f2 #bd93f9 #bd93f9
|
||||
client.focused_inactive #44475a #282a36 #f8f8f2 #44475a #44475a
|
||||
client.unfocused #282a36 #282a36 #6272a4 #282a36 #282a36
|
||||
client.urgent #ff5555 #282a36 #f8f8f2 #ff5555 #ff5555
|
||||
client.placeholder #282a36 #282a36 #f8f8f2 #282a36 #282a36
|
||||
|
||||
# Swayfx
|
||||
# comment these out if you don't use swayfx
|
||||
#blur enable
|
||||
#corner_radius 4
|
||||
#shadows enable
|
||||
Loading…
Add table
Add a link
Reference in a new issue