fish: use typography instead of colors in theme
This commit is contained in:
parent
8f7e8cc83c
commit
c23152556a
1 changed files with 31 additions and 30 deletions
|
@ -1,45 +1,46 @@
|
|||
# This file contains fish universal variable definitions.
|
||||
# VERSION: 3.0
|
||||
SETUVAR __fish_initialized:3400
|
||||
SETUVAR fish_color_autosuggestion:6c7086
|
||||
SETUVAR fish_color_cancel:f38ba8
|
||||
SETUVAR fish_color_command:89b4fa
|
||||
SETUVAR fish_color_comment:7f849c\x1e\x2d\x2ditalics\x1e\x2d\x2ddim
|
||||
SETUVAR fish_color_cwd:f9e2af
|
||||
SETUVAR fish_color_cwd_root:red
|
||||
SETUVAR fish_color_end:fab387
|
||||
SETUVAR fish_color_error:f38ba8
|
||||
SETUVAR fish_color_escape:eba0ac
|
||||
SETUVAR fish_color_autosuggestion:\x2d\x2ditalics\x1e\x2d\x2dbold\x1e\x2d\x2ddim
|
||||
SETUVAR fish_color_cancel:\x1d
|
||||
SETUVAR fish_color_command:\x2d\x2dbold
|
||||
SETUVAR fish_color_comment:\x2d\x2ditalic\x1e\x2d\x2ddim
|
||||
SETUVAR fish_color_cwd:normal
|
||||
SETUVAR fish_color_cwd_root:normal
|
||||
SETUVAR fish_color_end:\x1d
|
||||
SETUVAR fish_color_error:\x1d
|
||||
SETUVAR fish_color_escape:\x1d
|
||||
SETUVAR fish_color_gray:6c7086
|
||||
SETUVAR fish_color_history_current:\x2d\x2dbold
|
||||
SETUVAR fish_color_host:89b4fa
|
||||
SETUVAR fish_color_host_remote:a6e3a1
|
||||
SETUVAR fish_color_keyword:f38ba8
|
||||
SETUVAR fish_color_match:\x2d\x2dbackground\x3dbrblue
|
||||
SETUVAR fish_color_normal:cdd6f4
|
||||
SETUVAR fish_color_operator:f5c2e7
|
||||
SETUVAR fish_color_option:a6e3a1
|
||||
SETUVAR fish_color_param:f2cdcd
|
||||
SETUVAR fish_color_quote:a6e3a1
|
||||
SETUVAR fish_color_redirection:f5c2e7
|
||||
SETUVAR fish_color_search_match:\x2d\x2dbackground\x3d313244
|
||||
SETUVAR fish_color_selection:\x2d\x2dbackground\x3d313244
|
||||
SETUVAR fish_color_status:f38ba8
|
||||
SETUVAR fish_color_user:94e2d5
|
||||
SETUVAR fish_color_valid_path:\x2d\x2dunderline
|
||||
SETUVAR fish_color_history_current:\x1d
|
||||
SETUVAR fish_color_host:normal
|
||||
SETUVAR fish_color_host_remote:yellow
|
||||
SETUVAR fish_color_keyword:\x1d
|
||||
SETUVAR fish_color_match:\x1d
|
||||
SETUVAR fish_color_normal:normal
|
||||
SETUVAR fish_color_operator:\x1d
|
||||
SETUVAR fish_color_option:\x1d
|
||||
SETUVAR fish_color_param:normal
|
||||
SETUVAR fish_color_quote:\x2d\x2ditalics
|
||||
SETUVAR fish_color_redirection:\x1d
|
||||
SETUVAR fish_color_search_match:\x2dr
|
||||
SETUVAR fish_color_selection:\x2dr
|
||||
SETUVAR fish_color_status:normal
|
||||
SETUVAR fish_color_string:\x2d\x2ditalics
|
||||
SETUVAR fish_color_user:normal
|
||||
SETUVAR fish_color_valid_path:\x1d
|
||||
SETUVAR fish_cursor_default:line
|
||||
SETUVAR fish_cursor_normal:line
|
||||
SETUVAR fish_key_bindings:fish_default_key_bindings
|
||||
SETUVAR fish_pager_color_background:\x1d
|
||||
SETUVAR fish_pager_color_completion:cdd6f4
|
||||
SETUVAR fish_pager_color_description:6c7086
|
||||
SETUVAR fish_pager_color_prefix:f5c2e7
|
||||
SETUVAR fish_pager_color_progress:6c7086
|
||||
SETUVAR fish_pager_color_completion:normal
|
||||
SETUVAR fish_pager_color_description:brblack
|
||||
SETUVAR fish_pager_color_prefix:\x2d\x2dunderline
|
||||
SETUVAR fish_pager_color_progress:brblack
|
||||
SETUVAR fish_pager_color_secondary_background:\x1d
|
||||
SETUVAR fish_pager_color_secondary_completion:\x1d
|
||||
SETUVAR fish_pager_color_secondary_description:\x1d
|
||||
SETUVAR fish_pager_color_secondary_prefix:\x1d
|
||||
SETUVAR fish_pager_color_selected_background:\x1d
|
||||
SETUVAR fish_pager_color_selected_background:\x2dr
|
||||
SETUVAR fish_pager_color_selected_completion:\x1d
|
||||
SETUVAR fish_pager_color_selected_description:\x1d
|
||||
SETUVAR fish_pager_color_selected_prefix:\x1d
|
||||
|
|
Loading…
Reference in a new issue