summaryrefslogtreecommitdiff
path: root/.config/nyxt/style.lisp
diff options
context:
space:
mode:
authorThanos Apollo <[email protected]>2024-04-08 17:58:22 +0300
committerThanos Apollo <[email protected]>2024-04-08 17:58:22 +0300
commit979e56bfe50c5de023a388a8e89d7e1e2417938d (patch)
tree528d7c83ddd8d98a76df8a9c67993e207a1fb429 /.config/nyxt/style.lisp
parent5b3bd3ed3824c09318c8ddb185983958e7ec2580 (diff)
nyxt:(style) Add font-family on dark-mode
Diffstat (limited to '.config/nyxt/style.lisp')
-rw-r--r--.config/nyxt/style.lisp1
1 files changed, 1 insertions, 0 deletions
diff --git a/.config/nyxt/style.lisp b/.config/nyxt/style.lisp
index c1b1304..378a06f 100644
--- a/.config/nyxt/style.lisp
+++ b/.config/nyxt/style.lisp
@@ -137,6 +137,7 @@ automatically, which should be good enough... for most cases.")))
`(* :background-color "#000000" "!important"
:background-image none "!important"
:color "#ffffff" "!important"
+ :font-family "Jetbrains Mono"
:background-image none "!important!"))))
:doc
"Notice the use of theme:themed-css for convenient theme color injection.")