summaryrefslogtreecommitdiffstats
path: root/colors/ef-autumn.kak
diff options
context:
space:
mode:
Diffstat (limited to 'colors/ef-autumn.kak')
-rwxr-xr-xcolors/ef-autumn.kak87
1 files changed, 0 insertions, 87 deletions
diff --git a/colors/ef-autumn.kak b/colors/ef-autumn.kak
deleted file mode 100755
index 51db48a..0000000
--- a/colors/ef-autumn.kak
+++ /dev/null
@@ -1,87 +0,0 @@
-# Ef-Autumn theme for Kakoune
-
-# Color palette
-# declare-option str black default
-declare-option str bg_main 'rgb:0f0e06'
-declare-option str fg_main 'rgb:cfbcba'
-declare-option str bg_dim 'rgb:26211d'
-declare-option str fg_dim 'rgb:887c8a'
-declare-option str bg_alt 'rgb:36322f'
-declare-option str fg_alt 'rgb:70a89f'
-declare-option str bg_active 'rgb:56524f'
-declare-option str bg_inactive 'rgb:15140d'
-declare-option str red 'rgb:ef656a'
-declare-option str red_bright 'rgb:ff7a7f'
-declare-option str green 'rgb:2fa526'
-declare-option str green_bright 'rgb:00b066'
-declare-option str yellow 'rgb:c48702'
-declare-option str yellow_bright 'rgb:df8f6f'
-declare-option str blue 'rgb:379cf6'
-declare-option str blue_bright 'rgb:029fff'
-declare-option str purple 'rgb:d570af'
-declare-option str purple_bright 'rgb:af8aff'
-declare-option str bg_mode_line 'rgb:692a12'
-declare-option str fg_mode_line 'rgb:feeeca'
-declare-option str cursor 'rgb:ffaa33'
-declare-option str bg_hl_line 'rgb:302a3a'
-declare-option str fg_space 'rgb:58514f'
-
-declare-option str psel 'rgb:3f1324'
-declare-option str ssel 'rgb:302a3a'
-
-# Reference
-# https://github.com/mawww/kakoune/blob/master/colors/default.kak
-# For code
-set-face global value 'rgb:cfbcba'
-set-face global type 'rgb:2fa526'
-set-face global variable 'rgb:6fafff'
-set-face global keyword 'rgb:c48702'
-set-face global module 'rgb:cfbcba'
-set-face global function 'rgb:3dbbb0'
-set-face global string 'rgb:f06a3f'
-set-face global builtin 'rgb:ff7a7f'
-set-face global constant 'rgb:64aa0f'
-set-face global comment 'rgb:cf9f7f'
-set-face global meta 'rgb:d570af'
-
-set-face global operator 'rgb:cfbcba'
-set-face global comma 'rgb:cfbcba'
-set-face global bracket 'rgb:2f6c4a'
-
-# For markup
-set-face global title "%opt{purple}"
-set-face global header "%opt{yellow_bright}"
-set-face global bold "%opt{purple}"
-set-face global italic "%opt{purple_bright}"
-set-face global mono "%opt{green}"
-set-face global block "%opt{blue_bright}"
-set-face global link "%opt{green}"
-set-face global bullet "%opt{green}"
-set-face global list "%opt{fg_main}"
-
-# Builtin faces
-set-face global Default "%opt{fg_main},%opt{bg_main}"
-set-face global PrimarySelection "default,%opt{psel}"
-set-face global SecondarySelection "default,%opt{ssel}"
-set-face global PrimaryCursor "%opt{bg_main},%opt{cursor}"
-set-face global SecondaryCursor "%opt{bg_main},%opt{fg_alt}"
-set-face global PrimaryCursorEol "%opt{bg_main},%opt{red_bright}"
-set-face global SecondaryCursorEol "%opt{bg_main},%opt{blue}"
-set-face global LineNumbers "%opt{fg_dim},%opt{bg_main}"
-set-face global LineNumberCursor "%opt{fg_alt},%opt{bg_main}+b"
-set-face global LineNumbersWrapped "%opt{bg_dim},%opt{bg_main}+i"
-set-face global MenuForeground "%opt{bg_main},%opt{fg_main}+b"
-set-face global MenuBackground "%opt{fg_main},%opt{bg_alt}"
-set-face global MenuInfo "%opt{fg_alt},%opt{bg_alt}"
-set-face global Information "%opt{fg_mode_line},%opt{bg_mode_line}"
-set-face global Error "%opt{red},%opt{bg_mode_line}"
-set-face global StatusLine "%opt{fg_mode_line},%opt{bg_mode_line}"
-set-face global StatusLineMode "%opt{fg_mode_line},%opt{bg_mode_line}"
-set-face global StatusLineInfo "%opt{fg_mode_line},%opt{bg_mode_line}"
-set-face global StatusLineValue "%opt{fg_mode_line},%opt{bg_mode_line}"
-set-face global StatusCursor "%opt{fg_main},%opt{blue}"
-set-face global Prompt "%opt{fg_mode_line},%opt{bg_mode_line}"
-set-face global MatchingChar "%opt{blue},%opt{bg_main}"
-set-face global Whitespace "%opt{fg_space},%opt{bg_main}+f"
-set-face global WrapMarker Whitespace
-set-face global BufferPadding "%opt{bg_main},%opt{bg_main}"