diff options
author | Jonas Smedegaard <dr@jones.dk> | 2016-08-10 16:59:07 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2016-08-10 16:59:07 +0200 |
commit | 0c7789144ad472e35098442d9a7e4d4856a4f72d (patch) | |
tree | 3099bb40b32386d52b8c19c0807b2a296e49aa9f /X11/Xresources/local-color-solarized | |
parent | 90db539c72b0496c2559ba95d4a10cfad54fc484 (diff) |
Revert to not revert high intensity colors, referencing fine explanation at <https://github.com/seebi/dircolors-solarized/blob/master/README.md>.
Diffstat (limited to 'X11/Xresources/local-color-solarized')
-rw-r--r-- | X11/Xresources/local-color-solarized | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/X11/Xresources/local-color-solarized b/X11/Xresources/local-color-solarized index 715ed92..4c8f04c 100644 --- a/X11/Xresources/local-color-solarized +++ b/X11/Xresources/local-color-solarized @@ -22,5 +22,6 @@ *foreground: #d8d8d8 *cursorColor: #ffffff -!! suppress high intensity colors (set bold font instead) -URxvt.intensityStyles: false +!! No, do *not* suppress high intensity colors +!! Details: https://github.com/seebi/dircolors-solarized/blob/master/README.md +!URxvt.intensityStyles: false |