diff options
author | Adrian Kummerlaender | 2020-10-04 12:57:05 +0200 |
---|---|---|
committer | Adrian Kummerlaender | 2020-10-04 12:57:05 +0200 |
commit | 86723d8f379796e2c077024bd343747f90cd7ac3 (patch) | |
tree | f05ac5b3d93543671bf83ac270ac4ed5e050fa3d /gui/conf | |
parent | b9aa2940f90103e40e824059e84f8a5dfdfe5a35 (diff) | |
download | nixos_home-86723d8f379796e2c077024bd343747f90cd7ac3.tar nixos_home-86723d8f379796e2c077024bd343747f90cd7ac3.tar.gz nixos_home-86723d8f379796e2c077024bd343747f90cd7ac3.tar.bz2 nixos_home-86723d8f379796e2c077024bd343747f90cd7ac3.tar.lz nixos_home-86723d8f379796e2c077024bd343747f90cd7ac3.tar.xz nixos_home-86723d8f379796e2c077024bd343747f90cd7ac3.tar.zst nixos_home-86723d8f379796e2c077024bd343747f90cd7ac3.zip |
Small colorscheme tweak
Diffstat (limited to 'gui/conf')
-rw-r--r-- | gui/conf/metakr.org | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gui/conf/metakr.org b/gui/conf/metakr.org index 0cb6448..ae00fde 100644 --- a/gui/conf/metakr.org +++ b/gui/conf/metakr.org @@ -218,8 +218,8 @@ For quick iteration all colors are stored in a table. :inherit fixed-pitch :foreground @constant) (font-lock-doc-face - :inherit fixed-pitch - :inherit font-lock-string-face) + :foreground @muted + :inherit fixed-pitch) (font-lock-preprocessor-face :inherit fixed-pitch :foreground @preprocessor) |