commit a80bd7a8b5bde15088e139c875cac95329e35cfd parent e5ce39765c7ca16f4cf73672aed0df8848f284b0 Author: pyratebeard <root@pyratebeard.net> Date: Wed, 14 Dec 2016 11:17:37 +0000 color changes to boneyard theme Diffstat:
M | awesome/.config/awesome/themes/boneyard/theme.lua | | | 10 | +++++----- |
A | urxvt-colors/boneyard.Xcolors | | | 36 | ++++++++++++++++++++++++++++++++++++ |
2 files changed, 41 insertions(+), 5 deletions(-)
diff --git a/awesome/.config/awesome/themes/boneyard/theme.lua b/awesome/.config/awesome/themes/boneyard/theme.lua @@ -49,13 +49,13 @@ theme.bg_urgent = "#212121" theme.bg_minimize = "#121212" theme.fg_normal = "#d9d9d9" -theme.fg_focus = "#00ccff" -theme.fg_urgent = "#ff0056" -theme.fg_minimize = "#ababab" +theme.fg_focus = "#66ccdd" +theme.fg_urgent = "#aa1111" +theme.fg_minimize = "#557777" theme.border_width = "2" -theme.border_normal = "#515151" -theme.border_focus = "#00ccff" +theme.border_normal = "#212121" +theme.border_focus = "#33aaaa" theme.border_marked = "#ff0056" -- There are other variable sets diff --git a/urxvt-colors/boneyard.Xcolors b/urxvt-colors/boneyard.Xcolors @@ -0,0 +1,36 @@ +! special +*.foreground: #d9d9d9 +*.background: #0b0b0b +*.cursorColor: #d9d9d9 + +! black +*.color0: #212121 +*.color8: #656565 + +! red +*.color1: #aa1111 +*.color9: #d9d9d9 + +! green +*.color2: #116677 +*.color10: #d9d9d9 + +! yellow +*.color3: #d9d9d9 +*.color11: #d9d9d9 + +! blue +*.color4: #d9d9d9 +*.color12: #d9d9d9 + +! magenta +*.color5: #d9d9d9 +*.color13: #d9d9d9 + +! cyan +*.color6: #33aaaa +*.color14: #d9d9d9 + +! white +*.color7: #d9d9d9 +*.color15: #d9d9d9