dotfiles

*nix config files
git clone git://git.pyratebeard.net/dotfiles.git
Log | Files | Refs | README

commit 23d1b0cb1049013a8271e6aca12f5cb8ad9657f7
parent fb4870d187883caf44f76f3a8f86418c09204068
Author: pyratebeard <root@pyratebeard.net>
Date:   Fri, 28 Jul 2017 02:16:02 +0100

slight changes to boneyard colorscheme.

Diffstat:
Mawesome/.config/awesome/rc.lua | 2+-
Mawesome/.config/awesome/themes/boneyard/theme.lua | 18+++++++++---------
Murxvt/.Xdefaults | 43+++++++++++++++++++++++--------------------
3 files changed, 33 insertions(+), 30 deletions(-)

diff --git a/awesome/.config/awesome/rc.lua b/awesome/.config/awesome/rc.lua @@ -75,7 +75,7 @@ editor_cmd = terminal .. " -e " .. editor modkey = "Mod4" -- Theme -beautiful.init(home.."/.config/awesome/themes/otherideas/theme.lua") +beautiful.init(home.."/.config/awesome/themes/boneyard/theme.lua") -- Wallpaper if beautiful.wallpaper then diff --git a/awesome/.config/awesome/themes/boneyard/theme.lua b/awesome/.config/awesome/themes/boneyard/theme.lua @@ -49,19 +49,19 @@ end theme.font = "tamzen 9" -theme.bg_normal = "#121212" -theme.bg_focus = "#212121" -theme.bg_urgent = "#212121" -theme.bg_minimize = "#121212" +theme.bg_normal = "#0b0b0b" +theme.bg_focus = "#0b0b0b" +theme.bg_urgent = "#0b0b0b" +theme.bg_minimize = "#0b0b0b" theme.fg_normal = "#d9d9d9" -theme.fg_focus = "#66ccdd" -theme.fg_urgent = "#aa1111" -theme.fg_minimize = "#557777" +theme.fg_focus = "#55cccc" +theme.fg_urgent = "#a71c1f" +theme.fg_minimize = "#656565" theme.border_width = "2" -theme.border_normal = "#212121" -theme.border_focus = "#33aaaa" +theme.border_normal = "#656565" +theme.border_focus = "#55cccc" theme.border_marked = "#ff0056" -- There are other variable sets diff --git a/urxvt/.Xdefaults b/urxvt/.Xdefaults @@ -50,40 +50,43 @@ urxvt*dynamicColors: on urxvt.saveLines: 9999 urxvt.iso14755: false +! ___ ____ ___ ___ _ ____ ____ ___ +! |__] |__| | \ |__] | | | | | | \ +! |__] | | |__/ |__] |___ |__| |__| |__/ +! ! special -*.foreground: #0f8c61 -*.background: #060e17 -*.cursorColor: #0f8c61 +*.foreground: #d9d9d9 +*.background: #0b0b0b +*.cursorColor: #d9d9d9 ! black -*.color0: #0f8c61 -*.color8: #12694c +*.color0: #212121 +*.color8: #656565 ! red -*.color1: #104f4e -*.color9: #198873 +*.color1: #a71c1f +*.color9: #d9d9d9 ! green -*.color2: #106d6c -*.color10: #198873 +*.color2: #344961 +*.color10: #d9d9d9 ! yellow -*.color3: #0f8c61 -*.color11: #198873 +*.color3: #aaaaaa +*.color11: #d9d9d9 ! blue -*.color4: #0f8c61 -*.color12: #198873 +*.color4: #2f5599 +*.color12: #d9d9d9 ! magenta -*.color5: #0f8c61 -*.color13: #198873 +*.color5: #aaaaaa +*.color13: #d9d9d9 ! cyan -*.color6: #1d9190 -*.color14: #198873 +*.color6: #55cccc +*.color14: #d9d9d9 ! white -*.color7: #0f8c61 -*.color15: #198873 - +*.color7: #d9d9d9 +*.color15: #d9d9d9