mirror of
https://github.com/jimeh/twilight-anti-bright-theme.git
synced 2026-02-19 02:16:40 +00:00
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:
@@ -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>
|
||||
|
||||
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user