diff options
-rw-r--r-- | theme0a.css | 2 | ||||
-rw-r--r-- | theme0b.css | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/theme0a.css b/theme0a.css index 6f812fe..80b2249 100644 --- a/theme0a.css +++ b/theme0a.css @@ -9,7 +9,7 @@ --link-visited-fg: #DA50FF; --link-hover-fg: #DD40FF; --link-active-fg: #EEAAFF; - --link-highlighted-fg: #EA0; + --link-highlighted-fg: #7B6; --interactive-bg: #C7B; --interactive-fg: #FFF; --interactive-hover-bg: #D8C; diff --git a/theme0b.css b/theme0b.css index 6023763..3530ef9 100644 --- a/theme0b.css +++ b/theme0b.css @@ -9,7 +9,7 @@ --link-visited-fg: #DA50FF; --link-hover-fg: #DD40FF; --link-active-fg: #EEAAFF; - --link-highlighted-fg: #FC0; + --link-highlighted-fg: #9E7; --interactive-bg: #746; --interactive-fg: #FFF; --interactive-hover-bg: #958; |