Commit 6bb53ab7 authored by Jay Ta'ala's avatar Jay Ta'ala
Browse files

Added two themes I like.

parent dc5d937a
...@@ -11,19 +11,22 @@ set $border_normal border normal 3 ...@@ -11,19 +11,22 @@ set $border_normal border normal 3
# set i3-input font # set i3-input font
set $i3inputfont \\"-*-*-*-*-*-*-24-*-*-*-*-*-*-*\\" set $i3inputfont \\"-*-*-*-*-*-*-24-*-*-*-*-*-*-*\\"
# Theme colors # Theme options (comment/uncomment theme group)
# set variable for main accent-bg color ## Theme 1 "Paradise Pink"
set $accent-bg #d64161 #set $accent-bg #d64161
#set $accent-bg #21b6a8 #set $accent-txt #F9FAF9
#set $indicator #109648
# Theme 2 "tmux"
set $accent-bg #4e9a06
set $accent-txt #F9FAF9 set $accent-txt #F9FAF9
#set $accent-txt #000000 set $indicator #d64161
# set other colors # set other colors
set $inactive-bg #323838 set $inactive-bg #323838
set $inactive-txt #F9FAF9 set $inactive-txt #F9FAF9
set $unfocused-bg #566161 set $unfocused-bg #566161
set $unfocused-txt #bdbbbb set $unfocused-txt #bdbbbb
set $indicator #109648
# class border backgr. text indic. child_border # class border backgr. text indic. child_border
client.focused $accent-bg $accent-bg $accent-txt $indicator $accent-bg client.focused $accent-bg $accent-bg $accent-txt $indicator $accent-bg
......
...@@ -11,17 +11,22 @@ set $border_normal border normal 3 ...@@ -11,17 +11,22 @@ set $border_normal border normal 3
# set i3-input font # set i3-input font
set $i3inputfont \\"-*-*-*-*-*-*-24-*-*-*-*-*-*-*\\" set $i3inputfont \\"-*-*-*-*-*-*-24-*-*-*-*-*-*-*\\"
# Theme colors # Theme options (comment/uncomment theme group)
# set variable for main accent-bg color ## Theme 1 "Paradise Pink"
set $accent-bg #d64161 #set $accent-bg #d64161
#set $accent-txt #F9FAF9
#set $indicator #109648
# Theme 2 "tmux"
set $accent-bg #4e9a06
set $accent-txt #F9FAF9 set $accent-txt #F9FAF9
set $indicator #d64161
# set other colors # set other colors
set $inactive-bg #323838 set $inactive-bg #323838
set $inactive-txt #F9FAF9 set $inactive-txt #F9FAF9
set $unfocused-bg #566161 set $unfocused-bg #566161
set $unfocused-txt #bdbbbb set $unfocused-txt #bdbbbb
set $indicator #109648
# class border backgr. text indic. child_border # class border backgr. text indic. child_border
client.focused $accent-bg $accent-bg $accent-txt $indicator $accent-bg client.focused $accent-bg $accent-bg $accent-txt $indicator $accent-bg
......
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