aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesús <heckyel@hyperbola.info>2021-08-22 22:02:26 -0500
committerJesús <heckyel@hyperbola.info>2021-08-22 22:02:26 -0500
commitc7b149193d70a83a2d4f1219838fb9cf4b283fe5 (patch)
treefb84abf668d4ddbd56beb758068c0d7acbccf880
parentc511abab1c563d7e1a695baa37d0108e6fd0fbee (diff)
downloadi3-config-c7b149193d70a83a2d4f1219838fb9cf4b283fe5.tar.lz
i3-config-c7b149193d70a83a2d4f1219838fb9cf4b283fe5.tar.xz
i3-config-c7b149193d70a83a2d4f1219838fb9cf4b283fe5.zip
change theme color
-rw-r--r--config32
1 files changed, 17 insertions, 15 deletions
diff --git a/config b/config
index 1eacc6e..8ec06f3 100644
--- a/config
+++ b/config
@@ -38,9 +38,9 @@ bindsym $mod+Shift+q kill
# start dmenu (a program launcher)
# bindsym $mod+d exec dmenu_run
-# bindsym $mod+d exec dmenu_run -p Menu: -l 3 -nb "#212121" -nf "#BDBDBD" -sf "#FFFF00" -fn Hack
+# bindsym $mod+d exec dmenu_run -p Menu: -l 3 -nb "#616161" -nf "#BDBDBD" -sf "#FFFF00" -fn Hack
# Rofi menu
-bindsym $mod+d exec "rofi -modi window,drun,run -show drun -sidebar-mode -color-window '#002B36, #002B36, #6C71C4' -color-normal '#002B36, #CACCD1, #002B36, #6C71C4, #FDF6E3' -color-active '#6C71C4, #FDF6E3, #6C71C4, #6C71C4, #FDF6E3' -font 'Noto Sans 12'"
+bindsym $mod+d exec "rofi -modi window,drun,run -show drun -sidebar-mode -color-window '#212121, #212121, #616161' -color-normal '#212121, #CACCD1, #212121, #616161, #FFFFFF' -color-active '#616161, #FFFFFF, #616161, #616161, #FFFFFF' -font 'Noto Sans 12'"
# There also is the (new) i3-dmenu-desktop which only displays applications
# shipping a .desktop file. It is a wrapper around dmenu, so you need that
# installed.
@@ -324,11 +324,13 @@ bindsym XF86AudioStop exec playerctl stop
# IRC weechat
bindsym $mod+Shift+w exec --no-startup-id termite --name=irc -e "firejail --seccomp --noroot --disable-mnt weechat"
-# Colors
-client.focused #6C71C4 #6C71C4 #FDF6E3 #6C71C4
-client.focused_inactive #073642 #073642 #EEE8D5 #6C71C4
-client.unfocused #073642 #073642 #93A1A1 #586E75
-client.urgent #D33682 #D33682 #FDF6E3 #DC322F
+# class border background text indicator child_border
+client.focused #616161 #616161 #FFFFFF #616161 #616161
+client.focused_inactive #212121 #212121 #9E9E9E #616161 #616161
+client.unfocused #212121 #212121 #9E9E9E #616161 #616161
+client.urgent #DC322F #DC322F #FFFFFF #DC322F #DC322F
+client.placeholder #000000 #212121 #FFFFFF #000000 #212121
+client.background #FFFFFF
# Start i3bar to display a workspace bar (plus the system information i3status
# finds out, if available)
@@ -343,14 +345,14 @@ bar {
font pango:Hack 8
colors {
- separator #268BD2 # Color de separadores
- background #002B36 # Color del panel
- statusline #FAFAFA # Color del status
+ separator #616161 # Separator color
+ background #212121 # Panel color
+ statusline #FFFFFF # Status color
#::::::::::::::::::::::: Indicadores ::::::::::::::::::::::::::#
- # bordes backgr text
- focused_workspace #FDF6E3 #6C71C4 #FDF6E3
- active_workspace #FDF6E3 #6C71C4 #FDF6E3
- inactive_workspace #002B36 #586E75 #002B36
- urgent_workspace #D33682 #D33682 #FDF6E3
+ # bordes background text
+ focused_workspace #FFFFFF #616161 #FFFFFF
+ active_workspace #FFFFFF #616161 #FFFFFF
+ inactive_workspace #212121 #757575 #212121
+ urgent_workspace #212121 #DC322F #FFFFFF
}
}