aboutsummaryrefslogtreecommitdiff
path: root/gui/conf/metakr.org
diff options
context:
space:
mode:
authorAdrian Kummerlaender2021-09-20 16:09:16 +0200
committerAdrian Kummerlaender2021-09-20 16:09:16 +0200
commit6f728a8ee278890a47500edbca631e45c544f281 (patch)
treeb419873a8a98e1d98f56142f5f46cead964b2cfa /gui/conf/metakr.org
parenta5ef2201a7f80afcdbe9e12f9a5fa775f950adc1 (diff)
downloadnixos_home-6f728a8ee278890a47500edbca631e45c544f281.tar
nixos_home-6f728a8ee278890a47500edbca631e45c544f281.tar.gz
nixos_home-6f728a8ee278890a47500edbca631e45c544f281.tar.bz2
nixos_home-6f728a8ee278890a47500edbca631e45c544f281.tar.lz
nixos_home-6f728a8ee278890a47500edbca631e45c544f281.tar.xz
nixos_home-6f728a8ee278890a47500edbca631e45c544f281.tar.zst
nixos_home-6f728a8ee278890a47500edbca631e45c544f281.zip
Use Iosevka Aile / Etoile as non-fixed fonts in Emacs
Diffstat (limited to 'gui/conf/metakr.org')
-rw-r--r--gui/conf/metakr.org16
1 files changed, 10 insertions, 6 deletions
diff --git a/gui/conf/metakr.org b/gui/conf/metakr.org
index 5d0606c..5bdcbcb 100644
--- a/gui/conf/metakr.org
+++ b/gui/conf/metakr.org
@@ -33,7 +33,7 @@ For quick iteration all colors are stored in a table.
| link-underline | #AADB0F |
| header | #AADB0F |
| button | #aaaaaa |
-| glyph | #f7ffd1 |
+| glyph | #F7FFD1 |
| cursor | #AADB0F |
| paren-match-fg | #161616 |
| paren-match-bg | #AADB0F |
@@ -46,7 +46,7 @@ For quick iteration all colors are stored in a table.
| secondary-bg | #080808 |
| trailing-bg | #8C3346 |
| lazy-hlt-fg | #000000 |
-| lazy-hlt-bg | #ffffff |
+| lazy-hlt-bg | #FFFFFF |
| evil-rep-fg | #F2F2F2 |
| evil-rep-bg | #161616 |
| header-line-bg | #080808 |
@@ -69,14 +69,15 @@ For quick iteration all colors are stored in a table.
| org-quote-bg | #080808 |
| org-date | #c6b6ad |
| org-title | #AADB0F |
+| org-ellipsis | #AADB0F |
| org-title-underline | #F2F2F2 |
| org-checkbox | #999999 |
| org-scheduled | #dddddd |
-| org-scheduled-today | #ffffff |
+| org-scheduled-today | #FFFFFF |
| org-done | #909636 |
| org-todo | #D80F32 |
| org-tag | #E4E093 |
-| org-block-line | #080808 |
+| org-block-line | #161616 |
| org-block-bg | #080808 |
| org-agenda-structure-fg | #aaaaaa |
| org-agenda-structure-bg | #080808 |
@@ -242,8 +243,8 @@ For quick iteration all colors are stored in a table.
;; Org
(org-level-1 :inherit default :foreground @header :weight regular :height 1.4)
(org-level-2 :inherit default :foreground @header :weight regular :height 1.3)
- (org-level-3 :inherit default :foreground @header :weight regular :height 1.1)
- (org-level-4 :inherit default :foreground @header :weight regular :height 1.0)
+ (org-level-3 :inherit default :foreground @header :weight regular :height 1.2)
+ (org-level-4 :inherit default :foreground @header :weight regular :height 1.1)
(org-meta-line
:inherit fixed-pitch
:foreground @org-meta)
@@ -283,6 +284,8 @@ For quick iteration all colors are stored in a table.
(org-hide
:inherit fixed-pitch
:foreground @bg)
+ (org-ellipsis
+ :foreground @org-ellipsis)
(org-indent
:inherit org-hide)
(org-date
@@ -303,6 +306,7 @@ For quick iteration all colors are stored in a table.
:foreground @org-done)
(org-todo
:inherit fixed-pitch
+ :weight bold
:foreground @org-todo)
(org-tag
:inherit fixed-pitch