(pywal) Add colors.tex

This commit is contained in:
qvalentin 2022-04-19 16:54:37 +02:00
parent 82530719b6
commit f48ed64956
Signed by: qvalentin
GPG Key ID: C979FA1EAFCABF1C
2 changed files with 32 additions and 0 deletions

View File

@ -0,0 +1,26 @@
set fish_color_normal normal
set fish_color_command {color1.strip}
set fish_color_param {color5.strip}
set fish_color_redirection $fish_color_param
set fish_color_comment {color8.strip}
set fish_color_error ff0000
set fish_color_escape {color5.strip}
set fish_color_operator $fish_color_escape
set fish_color_end {color2.strip}
set fish_color_quote {color2.strip}
set fish_color_autosuggestion 555 brblack
set fish_color_user brgreen
set fish_color_host $fish_color_normal
set fish_color_valid_path --underline
set fish_color_cwd green
set fish_color_cwd_root red
set fish_color_match --background=brblue
set fish_color_search_match bryellow --background=brblack
set fish_color_selection white --bold --background=brblack
set fish_color_cancel -r
set fish_pager_color_prefix white --bold --underline
set fish_pager_color_completion
set fish_pager_color_description $fish_color_quote yellow
set fish_pager_color_progress brwhite --background=cyan
set fish_color_history_current --bold

View File

@ -0,0 +1,6 @@
\definecolor{{bg}}{{HTML}}{{{background.strip}}}
\definecolor{{fg}}{{HTML}}{{{foreground.strip}}}
% Change page color to black
\pagecolor{{bg}}
% Change text to white color
\color{{fg}}