AutoYADM commit: 2025-05-10 22:49:08
This commit is contained in:
parent
1a38c05f0d
commit
4d4d89bc83
3 changed files with 202 additions and 113 deletions
|
@ -1,3 +1,9 @@
|
|||
# Ashen for Kakoune
|
||||
# Supports kak-tree-sitter
|
||||
# Author: Daniel Fichtinger
|
||||
# License: MIT
|
||||
# Upstream: https://sr.ht/~ficd/ashen
|
||||
|
||||
# palette
|
||||
declare-option str cursorline "rgb:191919"
|
||||
declare-option str text "rgb:b4b4b4"
|
||||
|
@ -97,12 +103,12 @@ set-face global ts_diff_plus "%opt{g_6}"
|
|||
set-face global ts_diff_minus "%opt{red_ember}"
|
||||
set-face global ts_diff_delta "%opt{brown}"
|
||||
set-face global ts_diff_delta_moved ts_diff_delta
|
||||
set-face global ts_error "%opt{red_flame}, %opt{g_10}"
|
||||
set-face global ts_error "%opt{red_flame},%opt{g_10}"
|
||||
set-face global ts_function "%opt{g_3}+b"
|
||||
set-face global ts_function_builtin "%opt{g_3}+bi"
|
||||
set-face global ts_function_macro "%opt{red_ember}"
|
||||
set-face global ts_hint "%opt{g_4}, %opt{g_10}"
|
||||
set-face global ts_info "%opt{g_2}, %opt{g_10}"
|
||||
set-face global ts_hint "%opt{g_4},%opt{g_10}"
|
||||
set-face global ts_info "%opt{g_2},%opt{g_10}"
|
||||
set-face global ts_keyword "%opt{red_ember}"
|
||||
set-face global ts_keyword_conditional "%opt{red_ember}"
|
||||
set-face global ts_keyword_control_conditional "%opt{red_ember}"
|
||||
|
@ -134,31 +140,31 @@ set-face global ts_markup_link_uri "%opt{red_glowing}+iu"
|
|||
set-face global ts_markup_link_text "%opt{red_glowing}"
|
||||
set-face global ts_markup_quote "+i"
|
||||
set-face global ts_markup_raw "%opt{g_2},%opt{g_10}"
|
||||
set-face global ts_markup_strikethrough
|
||||
set-face global ts_namespace
|
||||
set-face global ts_operator
|
||||
set-face global ts_property
|
||||
set-face global ts_punctuation
|
||||
set-face global ts_punctuation_special
|
||||
set-face global ts_special
|
||||
set-face global ts_spell
|
||||
set-face global ts_string
|
||||
set-face global ts_string_regex
|
||||
set-face global ts_string_regexp
|
||||
set-face global ts_string_escape
|
||||
set-face global ts_string_special
|
||||
set-face global ts_string_special_path
|
||||
set-face global ts_string_special_symbol
|
||||
set-face global ts_string_symbol
|
||||
set-face global ts_tag
|
||||
set-face global ts_tag_error
|
||||
set-face global ts_text
|
||||
set-face global ts_text_title
|
||||
set-face global ts_type
|
||||
set-face global ts_type_enum_variant
|
||||
set-face global ts_type_enum_variant_builtin
|
||||
set-face global ts_variable
|
||||
set-face global ts_variable_builtin
|
||||
set-face global ts_variable_other_member
|
||||
set-face global ts_variable_parameter
|
||||
set-face global ts_warning
|
||||
set-face global ts_markup_strikethrough "+s"
|
||||
set-face global ts_namespace "%opt{orange_glow}+b"
|
||||
set-face global ts_operator "%opt{orange_blaze}"
|
||||
set-face global ts_property "%opt{g_2}"
|
||||
set-face global ts_punctuation "%opt{g_2}"
|
||||
set-face global ts_punctuation_special "%opt{orange_golden}"
|
||||
set-face global ts_special "%opt{orange_smolder}"
|
||||
set-face global ts_spell ",,%opt{g_5}+c"
|
||||
set-face global ts_string "%opt{red_glowing}"
|
||||
set-face global ts_string_regex "%opt{orange_glow}"
|
||||
set-face global ts_string_regexp "%opt{orange_glow}"
|
||||
set-face global ts_string_escape "%opt{g_2}"
|
||||
set-face global ts_string_special "%opt{g_2}"
|
||||
set-face global ts_string_special_path "%opt{red_glowing}+b"
|
||||
set-face global ts_string_special_symbol "%opt{orange_smolder}"
|
||||
set-face global ts_string_symbol "%opt{orange_glow}"
|
||||
set-face global ts_tag "%opt{orange_glow}+i"
|
||||
set-face global ts_tag_error "%opt{red_flame}+i"
|
||||
set-face global ts_text "%opt{text}"
|
||||
set-face global ts_text_title "%opt{red_glowing}+b"
|
||||
set-face global ts_type "%opt{blue}"
|
||||
set-face global ts_type_enum_variant "%opt{orange_blaze}"
|
||||
set-face global ts_type_enum_variant_builtin "%opt{orange_blaze}"
|
||||
set-face global ts_variable "%opt{g_3}"
|
||||
set-face global ts_variable_builtin "%opt{blue}"
|
||||
set-face global ts_variable_other_member "%opt{g_2}"
|
||||
set-face global ts_variable_parameter "%opt{g_2}+i"
|
||||
set-face global ts_warning "%opt{orange_golden},%opt{g_10}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue