Commit ac6f6c55 authored by Jay Ta'ala's avatar Jay Ta'ala
Browse files

Theming improvements.

parent d7f780ca
......@@ -17,9 +17,9 @@ set $i3inputfont \\"-*-*-*-*-*-*-24-*-*-*-*-*-*-*\\"
#set $accent-txt #F9FAF9
#set $indicator #109648
# Theme 2 "tmux"
#set $accent-bg #4e9a06
#set $accent-txt #F9FAF9
# Theme 2 "sheen green"
#set $accent-bg #8ae234
#set $accent-txt #363636
#set $indicator #d64161
# Theme 3 "french lilac"
......@@ -38,7 +38,12 @@ set $i3inputfont \\"-*-*-*-*-*-*-24-*-*-*-*-*-*-*\\"
#set $indicator #109648
# Theme 6 "light gray"
set $accent-bg #D3D3D3
#set $accent-bg #D3D3D3
#set $accent-txt #363636
#set $indicator #109648
# Theme 6 "yellow green"
set $accent-bg #8ac926
set $accent-txt #363636
set $indicator #109648
......@@ -370,6 +375,7 @@ for_window [title="alsamixer"] floating enable border pixel 1
for_window [class="(?i)^timeshift-gtk$"] floating disable
for_window [class="(?i)^gnome-calculator$"] floating disable
for_window [class="(?i)^workspacesclient$"] floating disable
for_window [class="(?i)^zoom$"] floating disable
# Application shortcuts
bindsym $mod+Return exec i3-sensible-terminal
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment