diff options
Diffstat (limited to 'theme0a.css')
-rw-r--r-- | theme0a.css | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/theme0a.css b/theme0a.css index c5bb30f..53a27b7 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: #6A4; --interactive-bg: #C7B; --interactive-fg: #FFF; --interactive-hover-bg: #D8C; @@ -18,5 +18,6 @@ --widget-area-bg: rgba(204,204,204,0.6); --slider-empty-bg: rgba(184,122,171,0.6); --slider-filled-bg: #F0A0E0; - --bg-pattern: url("/pattern0a.png"); + --bg-pattern: none; + --bg-pattern-x: url("/pattern0a.png"); } |