more theme related things
This commit is contained in:
parent
fdf3f567e5
commit
72f0e41648
7 changed files with 57 additions and 11 deletions
42
.config/fish/fish_variables
Normal file
42
.config/fish/fish_variables
Normal file
|
@ -0,0 +1,42 @@
|
|||
# This file contains fish universal variable definitions.
|
||||
# VERSION: 3.0
|
||||
SETUVAR __fish_initialized:3400
|
||||
SETUVAR fish_color_autosuggestion:8F3F71
|
||||
SETUVAR fish_color_cancel:\x1d
|
||||
SETUVAR fish_color_command:89B482
|
||||
SETUVAR fish_color_comment:D3869B
|
||||
SETUVAR fish_color_cwd:\x1d
|
||||
SETUVAR fish_color_cwd_root:red
|
||||
SETUVAR fish_color_end:E78A4E
|
||||
SETUVAR fish_color_error:EA6962
|
||||
SETUVAR fish_color_escape:7DAEA3
|
||||
SETUVAR fish_color_gray:6e738d
|
||||
SETUVAR fish_color_history_current:\x2d\x2dbold
|
||||
SETUVAR fish_color_host:\x1d
|
||||
SETUVAR fish_color_host_remote:\x1d
|
||||
SETUVAR fish_color_keyword:7DAEA3
|
||||
SETUVAR fish_color_normal:D4BE98
|
||||
SETUVAR fish_color_operator:A9B665
|
||||
SETUVAR fish_color_option:\x1d
|
||||
SETUVAR fish_color_param:D3869B
|
||||
SETUVAR fish_color_quote:D8A657
|
||||
SETUVAR fish_color_redirection:D4BE98
|
||||
SETUVAR fish_color_search_match:\x2d\x2dbackground\x3d504945
|
||||
SETUVAR fish_color_selection:\x2d\x2dbackground\x3d504945
|
||||
SETUVAR fish_color_status:ed8796
|
||||
SETUVAR fish_color_user:\x1d
|
||||
SETUVAR fish_color_valid_path:\x2d\x2dunderline
|
||||
SETUVAR fish_pager_color_background:\x1d
|
||||
SETUVAR fish_pager_color_completion:D4BE98
|
||||
SETUVAR fish_pager_color_description:8F3F71
|
||||
SETUVAR fish_pager_color_prefix:89B482
|
||||
SETUVAR fish_pager_color_progress:8F3F71
|
||||
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_completion:\x1d
|
||||
SETUVAR fish_pager_color_selected_description:\x1d
|
||||
SETUVAR fish_pager_color_selected_prefix:\x1d
|
||||
SETUVAR fish_user_paths:/opt/google\x2dcloud\x2dcli/bin\x1e/home/tsousa/\x2econfig/emacs/bin\x1e/home/tsousa/\x2ecargo/bin\x1e/home/tsousa/\x2erustup/toolchains/stable\x2dx86_64\x2dunknown\x2dlinux\x2dgnu/bin\x1e/home/tsousa/\x2elocal/share/nvim/mason/bin
|
|
@ -4,9 +4,9 @@ fish_color_keyword 7DAEA3
|
|||
fish_color_quote D8A657
|
||||
fish_color_redirection D4BE98
|
||||
fish_color_end E78A4E
|
||||
fish_color_error red
|
||||
fish_color_error EA6962
|
||||
fish_color_param D3869B
|
||||
fish_color_comment purple
|
||||
fish_color_comment D3869B
|
||||
fish_color_selection --background=504945
|
||||
fish_color_search_match --background=504945
|
||||
fish_color_operator A9B665
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue