4/26
This commit is contained in:
8
colorschemes/dracula.conf
Normal file
8
colorschemes/dracula.conf
Normal file
@@ -0,0 +1,8 @@
|
||||
# Dracula
|
||||
# class border bg txt ind child_border
|
||||
#client.focused #bd93f9 #bd93f9 #f8f8f2 #bd93f9 #bd93f9
|
||||
#client.focused_inactive #bd93f9 #bd93f9 #f8f8f2 #bd93f9 #bd93f9
|
||||
#client.unfocused #44475a #44475a #44475a #44475a #44475a
|
||||
#client.background #282a36
|
||||
|
||||
|
||||
15
colorschemes/gruvbox.bar.conf
Normal file
15
colorschemes/gruvbox.bar.conf
Normal file
@@ -0,0 +1,15 @@
|
||||
bar {
|
||||
colors {
|
||||
background #282828FF
|
||||
separator #3c3836
|
||||
# border bg txt
|
||||
focused_workspace #d79921 #d79921 #282828
|
||||
active_workspace #d79921 #d79921 #202020
|
||||
inactive_workspace #282828 #282828 #d79921
|
||||
}
|
||||
font pango:Source Code Pro 10
|
||||
status_command i3blocks
|
||||
position top
|
||||
padding 5px
|
||||
tray_padding 5px
|
||||
}
|
||||
6
colorschemes/gruvbox.conf
Normal file
6
colorschemes/gruvbox.conf
Normal file
@@ -0,0 +1,6 @@
|
||||
# Gruvbox
|
||||
# class border bg txt ind child_border
|
||||
client.focused #689d6a #689d6a #689d6a #689d6a #689d6a
|
||||
client.focused_inactive #d79921 #d79921 #a89984 #d79921 #d79921
|
||||
client.unfocused #3c3836 #928374 #3c3836 #3c3836 #3c3836
|
||||
client.background #282828
|
||||
15
colorschemes/nord.bar.conf
Normal file
15
colorschemes/nord.bar.conf
Normal file
@@ -0,0 +1,15 @@
|
||||
bar {
|
||||
colors {
|
||||
background #2E3440
|
||||
separator #3B4252
|
||||
# border bg txt
|
||||
focused_workspace #88C0D0 #88C0D0 #2E3440
|
||||
active_workspace #88C0D0 #88C0D0 #2E3440
|
||||
inactive_workspace #2E3440 #2E3440 #88C0D0
|
||||
}
|
||||
font pango:Source Code Pro 10
|
||||
status_command i3blocks
|
||||
position top
|
||||
padding 5px
|
||||
tray_padding 5px
|
||||
}
|
||||
6
colorschemes/nord.conf
Normal file
6
colorschemes/nord.conf
Normal file
@@ -0,0 +1,6 @@
|
||||
# Nord
|
||||
# class border bg txt ind child_border
|
||||
client.focused #88C0D0 #2E3440 #2E3440 #2E3440 #88C0D0
|
||||
client.focused_inactive #88C0D0 #2E3440 #2E3440 #2E3440 #88C0D0
|
||||
client.unfocused #3B4252 #2E3440 #2E3440 #2E3440 #3B4252
|
||||
client.background #2E3440
|
||||
Reference in New Issue
Block a user