dotfiles

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

commit 0c4d42329a3c0b0f1b6e7cb3e794f8553bc83ec0
parent ab69f1afc6383e07e165890426d4652d88e76a22
Author: pyratebeard <root@pyratebeard.net>
Date:   Wed, 24 Aug 2016 10:57:38 +0100

changed to pyratemono

Diffstat:
Mawesome/.config/awesome/rc.lua | 2+-
Murxvt/.Xdefaults | 35++++++++++++++++++-----------------
2 files changed, 19 insertions(+), 18 deletions(-)

diff --git a/awesome/.config/awesome/rc.lua b/awesome/.config/awesome/rc.lua @@ -57,7 +57,7 @@ end -- {{{ Variable definitions -- Themes define colours, icons, font and wallpapers. - beautiful.init("/home/pyratebeard/.config/awesome/themes/decker-cyan/theme.lua") + beautiful.init("/home/pyratebeard/.config/awesome/themes/pyratemono/theme.lua") -- This is used later as the default terminal and editor to run. terminal = "urxvt" diff --git a/urxvt/.Xdefaults b/urxvt/.Xdefaults @@ -63,38 +63,39 @@ urxvt.iso14755: false !URxvt*altSendsEscape: true ! special -*.foreground: #d9d9d9 -*.background: #0b0b0b -*.cursorColor: #d9d9d9 +*.foreground: #ffffff +*.background: #000000 +*.cursorColor: #ffffff ! black -*.color0: #093748 -*.color8: #245361 +*.color0: #000000 +*.color8: #202020 ! red *.color1: #c33027 -*.color9: #d85a21 +*.color9: #464646 ! green *.color2: #61b343 -*.color10: #33859d +*.color10: #f8f8f8 ! yellow -*.color3: #d9d9d9 -*.color11: #245361 +*.color3: #b3b3b3 +*.color11: #eeeeee ! blue -*.color4: #195465 -*.color12: #33859d +*.color4: #999999 +*.color12: #b3b3b3 ! magenta -*.color5: #4e5165 -*.color13: #693699 +*.color5: #717171 +*.color13: #adadad ! cyan -*.color6: #019cb3 -*.color14: #599caa +*.color6: #8a8a8a +*.color14: #c0c0c0 ! white -*.color7: #98d1ce -*.color15: #d3ebe9 +*.color7: #b5cabb +*.color15: #99ac9e +