Commit 6945daf1 authored by Jay Ta'ala's avatar Jay Ta'ala
Browse files

Added plurple theme.

parent 8e9a7f04
...@@ -3,7 +3,7 @@ conky.config = { ...@@ -3,7 +3,7 @@ conky.config = {
background = true, background = true,
cpu_avg_samples = 2, cpu_avg_samples = 2,
default_color = 'F9FAF9', default_color = 'F9FAF9',
color2 = '4e9a06', color2 = '8f5f95',
double_buffer = true, double_buffer = true,
font = 'Bitstream Vera Sans:size=8', font = 'Bitstream Vera Sans:size=8',
draw_shades = false, draw_shades = false,
......
...@@ -2,7 +2,7 @@ conky.config = { ...@@ -2,7 +2,7 @@ conky.config = {
alignment = 'bottom_left', alignment = 'bottom_left',
background = true, background = true,
cpu_avg_samples = 2, cpu_avg_samples = 2,
default_color = '4e9a06', default_color = '8f5f95',
color2 = 'F9FAF9', color2 = 'F9FAF9',
double_buffer = true, double_buffer = true,
font = 'Bitstream Vera Sans:size=8', font = 'Bitstream Vera Sans:size=8',
......
...@@ -12,15 +12,20 @@ set $border_normal border normal 3 ...@@ -12,15 +12,20 @@ set $border_normal border normal 3
set $i3inputfont \\"-*-*-*-*-*-*-24-*-*-*-*-*-*-*\\" set $i3inputfont \\"-*-*-*-*-*-*-24-*-*-*-*-*-*-*\\"
# Theme options (comment/uncomment theme group) # Theme options (comment/uncomment theme group)
## Theme 1 "Paradise Pink" # Theme 1 "Paradise Pink"
#set $accent-bg #d64161 #set $accent-bg #d64161
#set $accent-txt #F9FAF9 #set $accent-txt #F9FAF9
#set $indicator #109648 #set $indicator #109648
# Theme 2 "tmux" # Theme 2 "tmux"
set $accent-bg #4e9a06 #set $accent-bg #4e9a06
#set $accent-txt #F9FAF9
#set $indicator #d64161
# Theme 3 "plurple"
set $accent-bg #8f5f95
set $accent-txt #F9FAF9 set $accent-txt #F9FAF9
set $indicator #d64161 set $indicator #109648
# set other colors # set other colors
set $inactive-bg #323838 set $inactive-bg #323838
......
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