More nyxt color tweaks
This commit is contained in:
parent
463f4d53f9
commit
4d88a132c2
1 changed files with 5 additions and 1 deletions
|
|
@ -25,7 +25,11 @@
|
|||
(define-configuration web-buffer
|
||||
((default-modes (append '(nyxt/mode/vi:vi-normal-mode
|
||||
nyxt/mode/force-https:force-https-mode)
|
||||
%slot-value%))))
|
||||
%slot-value%))
|
||||
;; Override link colors - secondary-color (#4F5B66) is too dark as a foreground
|
||||
(style (str:concat %slot-value%
|
||||
"a:link { color: #6699CC !important; }"
|
||||
"a:visited { color: #C594C5 !important; }"))))
|
||||
|
||||
;; Default search engine
|
||||
(define-configuration context-buffer
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue