diff options
author | shmibs <shmibs@gmail.com> | 2014-07-03 11:26:07 -0700 |
---|---|---|
committer | shmibs <shmibs@gmail.com> | 2014-07-03 11:26:07 -0700 |
commit | b30acd13148b4b5174331580678bb5b0ce26e027 (patch) | |
tree | 8d5b0763fa2dba300b86548e7c843f99f89090d3 /.Xresources | |
parent | 5868104f033ebf2ffceb7458baeaa748574ce310 (diff) | |
download | dotfiles-b30acd13148b4b5174331580678bb5b0ce26e027.tar.gz |
complete theme revamp
switched to bar, changed term colours,
and added a config_vars file to make
sourcing theme colours / fonts / etc
easier
Diffstat (limited to '.Xresources')
-rw-r--r-- | .Xresources | 67 |
1 files changed, 49 insertions, 18 deletions
diff --git a/.Xresources b/.Xresources index bf458e8..3371173 100644 --- a/.Xresources +++ b/.Xresources @@ -10,44 +10,75 @@ URxvt*buffered: on ! URxvt*geometry: geom ! Use the specified colour as the windows background colour [default White]; option -bg. -URxvt*background: #171717 +URxvt*background: #252525 ! Use the specified colour as the windows foreground colour [default Black]; option -fg. URxvt*foreground: #FEFEFE ! Use the specified colour for the colour value n, where 0-7 corresponds to low-intensity (normal) colours and 8-15 corresponds to high-intensity (bold = bright -! black -URxvt*color0: #2E3436 +!! black +!URxvt*color0: #2E3436 +!! light black +!URxvt*color8: #555753 +!! red +!URxvt*color1: #E6562E +!! light red +!URxvt*color9: #FA7955 +!! green +!URxvt*color2: #59992F +!! light green +!URxvt*color10: #8AE234 +!! yellow +!URxvt*color3: #D4A831 +!! light yellow +!URxvt*color11: #FCE381 +!! blue +!URxvt*color4: #5D8CB0 +!! light blue +!URxvt*color12: #9BBBCF +!! magenta +!URxvt*color5: #9F79B8 +!! light magenta +!URxvt*color13: #D9A1E3 +!! cyan +!URxvt*color6: #06989A +!! light cyan +!URxvt*color14: #61E2E2 +!! white +!URxvt*color7: #E0E0E0 +!! light white +!URxvt*color15: #FEFEFE +URxvt*color0: #4e4e4e ! light black -URxvt*color8: #555753 +URxvt*color8: #7d7d7d ! red -URxvt*color1: #E6562E +URxvt*color1: #ff4070 ! light red -URxvt*color9: #FA7955 +URxvt*color9: #ff6699 ! green -URxvt*color2: #59992F +URxvt*color2: #d5f85f ! light green -URxvt*color10: #8AE234 +URxvt*color10: #99ff66 ! yellow -URxvt*color3: #D4A831 +URxvt*color3: #ffa466 ! light yellow -URxvt*color11: #FCE381 +URxvt*color11: #faff66 ! blue -URxvt*color4: #5D8CB0 +URxvt*color4: #00a1e4 ! light blue -URxvt*color12: #9BBBCF +URxvt*color12: #00b4ff ! magenta -URxvt*color5: #9F79B8 +URxvt*color5: #7d66ff ! light magenta -URxvt*color13: #D9A1E3 +URxvt*color13: #a982ff ! cyan -URxvt*color6: #06989A +URxvt*color6: #00ccff ! light cyan -URxvt*color14: #61E2E2 +URxvt*color14: #26ded2 ! white -URxvt*color7: #E0E0E0 +URxvt*color7: #d6d6d6 ! light white -URxvt*color15: #FEFEFE +URxvt*color15: #f0f0f0 ! ! URxvt*colorBD: colour |