Change foreground and comment colors to slightly brighter

I found in certain bright lighting conditions the foreground and
specially comment colors would start to strain my eyes. Making them both
just a little brighter feels like it's helped.
This commit is contained in:
2012-07-13 11:07:44 +01:00
parent 136074f32f
commit ba7c00a309
2 changed files with 4 additions and 4 deletions

View File

@@ -16,7 +16,7 @@
<key>caret</key>
<string>#A7A7A7</string>
<key>foreground</key>
<string>#FFFFFFCC</string>
<string>#FFFFFFD9</string>
<key>invisibles</key>
<string>#1D252D</string>
<key>lineHighlight</key>
@@ -37,7 +37,7 @@
<key>fontStyle</key>
<string>italic</string>
<key>foreground</key>
<string>#545255</string>
<string>#5E5B60</string>
</dict>
</dict>
<dict>

View File

@@ -46,11 +46,11 @@
"A soothing light-on-dark theme.")
(let ((background "#14191f")
(foreground "#d0d1d2")
(foreground "#dcdddd")
(selection "#313c4d")
(hl-line "#11151a")
(cursor "#b4b4b4")
(comment "#545255")
(comment "#716d73")
(gray-1 "#878289") (gray-1bg "#181d23")
(gray-2 "#2a3441")