Updated rofi theme
This commit is contained in:
parent
06f392161a
commit
c21130c816
|
@ -244,7 +244,7 @@ mode "$mode_system" {
|
|||
bindsym r exec --no-startup-id i3exit reboot, mode "default"
|
||||
bindsym Shift+s exec --no-startup-id i3exit shutdown, mode "default"
|
||||
|
||||
# exit system mode: "Enter" or "Escape"
|
||||
# exit system mode: "Enter" or "Escape"
|
||||
bindsym Return mode "default"
|
||||
bindsym Escape mode "default"
|
||||
}
|
||||
|
@ -252,23 +252,23 @@ mode "$mode_system" {
|
|||
# Resize window (you can also use the mouse for that)
|
||||
bindsym $mod+r mode "resize"
|
||||
mode "resize" {
|
||||
# These bindings trigger as soon as you enter the resize mode
|
||||
# Pressing left will shrink the window’s width.
|
||||
# Pressing right will grow the window’s width.
|
||||
# Pressing up will shrink the window’s height.
|
||||
# Pressing down will grow the window’s height.
|
||||
# These bindings trigger as soon as you enter the resize mode
|
||||
# Pressing left will shrink the window’s width.
|
||||
# Pressing right will grow the window’s width.
|
||||
# Pressing up will shrink the window’s height.
|
||||
# Pressing down will grow the window’s height.
|
||||
bindsym j resize shrink width 5 px or 5 ppt
|
||||
bindsym k resize grow height 5 px or 5 ppt
|
||||
bindsym l resize shrink height 5 px or 5 ppt
|
||||
bindsym semicolon resize grow width 5 px or 5 ppt
|
||||
|
||||
# same bindings, but for the arrow keys
|
||||
# same bindings, but for the arrow keys
|
||||
bindsym Left resize shrink width 10 px or 10 ppt
|
||||
bindsym Down resize grow height 10 px or 10 ppt
|
||||
bindsym Up resize shrink height 10 px or 10 ppt
|
||||
bindsym Right resize grow width 10 px or 10 ppt
|
||||
|
||||
# exit resize mode: Enter or Escape
|
||||
# exit resize mode: Enter or Escape
|
||||
bindsym Return mode "default"
|
||||
bindsym Escape mode "default"
|
||||
}
|
||||
|
@ -357,13 +357,13 @@ bindsym $mod+m bar mode toggle
|
|||
|
||||
# Theme colors
|
||||
# class border backgr. text indic. child_border
|
||||
client.focused #556064 #556064 #80FFF9 #FDF6E3
|
||||
client.focused_inactive #2F3D44 #2F3D44 #1ABC9C #454948
|
||||
client.unfocused #2F3D44 #2F3D44 #1ABC9C #454948
|
||||
client.urgent #CB4B16 #FDF6E3 #1ABC9C #268BD2
|
||||
client.placeholder #000000 #0c0c0c #ffffff #000000
|
||||
client.focused #556064 #556064 #80FFF9 #FDF6E3
|
||||
client.focused_inactive #2F3D44 #2F3D44 #1ABC9C #454948
|
||||
client.unfocused #2F3D44 #2F3D44 #1ABC9C #454948
|
||||
client.urgent #CB4B16 #FDF6E3 #1ABC9C #268BD2
|
||||
client.placeholder #000000 #0c0c0c #ffffff #000000
|
||||
|
||||
client.background #2B2C2B
|
||||
client.background #2B2C2B
|
||||
|
||||
#############################
|
||||
### settings for i3-gaps: ###
|
||||
|
|
|
@ -8,7 +8,7 @@ rofi.color-enabled: true
|
|||
#rofi.color-active: #16a085, #424242, #16a085
|
||||
#rofi.color-urgent: #16a085, #424242, #16a085
|
||||
|
||||
rofi.color-window: #dd002b36, #002b36, #dd073642
|
||||
rofi.color-normal: #dd002b36, #839496, #00002b36, #dd073642, #859900
|
||||
rofi.color-active: #dd002b36, #268bd2, #00002b36, #dd073642, #268bd2
|
||||
rofi.color-urgent: #dd002b36, #d33682, #00002b36, #dd073642, #d33682
|
||||
rofi.color-window: #002b36, #002b36, #073642
|
||||
rofi.color-normal: #002b36, #fdf6e3, #002b36, #b58900, #002b36
|
||||
rofi.color-active: #002b36, #fdf6e3, #002b36, #b58900, #002b36
|
||||
rofi.color-urgent: #002b36, #fdf6e3, #002b36, #b58900, #002b36
|
||||
|
|
Loading…
Reference in New Issue