diff options
author | shmibs <shmibs@gmail.com> | 2014-09-01 11:33:59 -0700 |
---|---|---|
committer | shmibs <shmibs@gmail.com> | 2014-09-01 11:33:59 -0700 |
commit | 76986701eca30c36649fa8111358a45e2c88ff55 (patch) | |
tree | 8d2b80e89cd2d838ede10f5069d99b6523bbe387 /.Xresources | |
parent | e0f2ec8a98ec6d3adec28e737c515c9dab550e4b (diff) | |
download | dotfiles-76986701eca30c36649fa8111358a45e2c88ff55.tar.gz |
theme update time!
Diffstat (limited to '.Xresources')
-rw-r--r-- | .Xresources | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/.Xresources b/.Xresources index 3371173..5560163 100644 --- a/.Xresources +++ b/.Xresources @@ -10,10 +10,10 @@ URxvt*buffered: on ! URxvt*geometry: geom ! Use the specified colour as the windows background colour [default White]; option -bg. -URxvt*background: #252525 +URxvt*background: #262626 ! Use the specified colour as the windows foreground colour [default Black]; option -fg. -URxvt*foreground: #FEFEFE +URxvt*foreground: #c1b48e ! 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 @@ -48,13 +48,14 @@ URxvt*foreground: #FEFEFE !URxvt*color7: #E0E0E0 !! light white !URxvt*color15: #FEFEFE +! black URxvt*color0: #4e4e4e ! light black URxvt*color8: #7d7d7d ! red -URxvt*color1: #ff4070 +URxvt*color1: #ff3842 ! light red -URxvt*color9: #ff6699 +URxvt*color9: #ff5757 ! green URxvt*color2: #d5f85f ! light green @@ -68,9 +69,9 @@ URxvt*color4: #00a1e4 ! light blue URxvt*color12: #00b4ff ! magenta -URxvt*color5: #7d66ff +URxvt*color5: #d0758b ! light magenta -URxvt*color13: #a982ff +URxvt*color13: #d0758b ! cyan URxvt*color6: #00ccff ! light cyan |