@@ -55,7 +55,7 @@ $theme: (
5555 overlay-fg : $white ,
5656 overlay-shadow : black ,
5757 nav-active : color .change ($white , $alpha : 0.4 ),
58- nav-separator : color .scale ($primary-color , $lightness : 5 % ),
58+ nav-separator : color .scale ($primary-color , $lightness : 10 % ),
5959 separator : color .scale ($white , $lightness : -15% ),
6060
6161 input-bg : #e6e6e6 ,
@@ -95,12 +95,12 @@ $theme: (
9595 dark : (
9696 bg : $blackish ,
9797 fg : color .scale ($offwhite , $lightness : -15% ),
98- meta : color .scale ($silver , $lightness : 10 % ),
98+ meta : color .scale ($silver , $lightness : 20 % ),
9999 caption : #a1a1a1 ,
100100
101101 btn-fg : $blackish ,
102102 btn-fg-hover : black ,
103- nav-separator : color .scale ($dark-primary-color , $lightness : -5 % ),
103+ nav-separator : color .scale ($dark-primary-color , $lightness : -10 % ),
104104
105105 input-bg : #333 ,
106106 input-fg : #999 ,
@@ -110,7 +110,7 @@ $theme: (
110110 comments-border : $dark-tertiary-color ,
111111 comments-target : color .scale ($dark-primary-color , $lightness : 75% ),
112112 comments-author-bg : color .scale ($dark-primary-color , $lightness : -80% ),
113- comments-author-meta : color .scale ($silver , $lightness : 10 % ),
113+ comments-author-meta : color .scale ($silver , $lightness : 20 % ),
114114
115115 table-bg-alt : #191a1c ,
116116 mark : color .change ($dark-primary-color , $alpha : 0.3 ),
@@ -130,7 +130,7 @@ $theme: (
130130 $theme : map .deep-merge ($theme , (default : (
131131 #{$message-type } - bg: color .change (map .get ($default-theme , $message-type ), $alpha : 0.08 ),
132132 #{$message-type } - highlight: color .change (map .get ($default-theme , $message-type ), $alpha : 0.5 ),
133- #{$message-type } - fg- hover: color .scale (map .get ($default-theme , $message-type ), $lightness : -15 % ),
133+ #{$message-type } - fg- hover: color .scale (map .get ($default-theme , $message-type ), $lightness : -30 % ),
134134 )));
135135}
136136
@@ -139,11 +139,11 @@ $theme: (
139139 $dark-theme : map .get ($theme , dark );
140140
141141 $theme : map .deep-merge ($theme , (default : (
142- #{$button-type } - fg: color .scale (map .get ($default-theme , $button-type ), $lightness : -10 % ),
143- #{$button-type } - hover: color .scale (map .get ($default-theme , $button-type ), $lightness : -10 % ),
142+ #{$button-type } - fg: color .scale (map .get ($default-theme , $button-type ), $lightness : -30 % ),
143+ #{$button-type } - hover: color .scale (map .get ($default-theme , $button-type ), $lightness : -30 % ),
144144 ), dark : (
145- #{$button-type } - fg: color .scale (map .get ($dark-theme , $button-type ), $lightness : 10 % ),
146- #{$button-type } - hover: color .scale (map .get ($dark-theme , $button-type ), $lightness : 10 % ),
145+ #{$button-type } - fg: color .scale (map .get ($dark-theme , $button-type ), $lightness : 20 % ),
146+ #{$button-type } - hover: color .scale (map .get ($dark-theme , $button-type ), $lightness : 20 % ),
147147 )));
148148}
149149
0 commit comments