aboutsummaryrefslogtreecommitdiff
path: root/i3/.config/i3/config
diff options
context:
space:
mode:
Diffstat (limited to 'i3/.config/i3/config')
-rw-r--r--i3/.config/i3/config16
1 files changed, 8 insertions, 8 deletions
diff --git a/i3/.config/i3/config b/i3/.config/i3/config
index c475300..73b7c39 100644
--- a/i3/.config/i3/config
+++ b/i3/.config/i3/config
@@ -9,8 +9,8 @@
### THEME ###
-set $FOCUS #2B2B2B
-set $UNFOCUS #2B2B2B
+set $FOCUS #212121
+set $UNFOCUS #212121
# Layout colors bord bg text indicator (split)
client.focused $FOCUS $FOCUS $FOCUS $FOCUS
@@ -56,7 +56,7 @@ set $AltKey Mod1
# help command
-bindsym $AltKey+h exec urxvt -name floatme --background "#31363B" -cursorColor "#31363B" -font 7x13 -geometry 88x33 -e sh ~/.config/i3/what.sh
+bindsym $AltKey+h exec urxvt -name floatme --background "#212121" -cursorColor "#212121" -font 7x13 -geometry 88x33 -e sh ~/.config/i3/what.sh
# Font for window titles. Will also be used by the bar unless a different font
# is used in the bar {} block below.
@@ -315,12 +315,12 @@ bindsym $WinKey+r mode "resize"
bar {
#status_command i3blocks
colors {
- background #2B2B2B
+ background #212121
statusline #038F82
- inactive_workspace #31363B #31363B #038F82
- active_workspace #525c67 #31363B #038F82
- focused_workspace #038F82 #31363B #038F82
- urgent_worKspace #038F82 #038F82 #31363B
+ inactive_workspace #212121 #212121 #038F82
+ active_workspace #212121 #212121 #038F82
+ focused_workspace #038F82 #212121 #038F82
+ urgent_worKspace #038F82 #038F82 #212121
}
status_command python ~/.config/i3pystatus/conf.py
}