fixes atuin integration and adapts colors
This commit is contained in:
parent
17deeb5be2
commit
96953438ef
2 changed files with 5 additions and 4 deletions
|
|
@ -1,8 +1,8 @@
|
||||||
{
|
{
|
||||||
programs.atuin = {
|
programs.atuin = {
|
||||||
enable = true;
|
enable = true;
|
||||||
enableBashIntegration = true;
|
enableBashIntegration = false;
|
||||||
enableFishIntegration = false;
|
enableFishIntegration = true;
|
||||||
settings = {
|
settings = {
|
||||||
style = "compact";
|
style = "compact";
|
||||||
inline_height = 20;
|
inline_height = 20;
|
||||||
|
|
|
||||||
|
|
@ -136,11 +136,12 @@
|
||||||
set --universal fish_color_normal brwhite # default color
|
set --universal fish_color_normal brwhite # default color
|
||||||
set --universal fish_color_operator brblack # parameter expansion operators like '*' and '~'
|
set --universal fish_color_operator brblack # parameter expansion operators like '*' and '~'
|
||||||
set --universal fish_color_param brmagenta # regular command parameters
|
set --universal fish_color_param brmagenta # regular command parameters
|
||||||
set --universal fish_color_quote yellow # quoted blocks of text
|
set --universal fish_color_quote bryellow # quoted blocks of text
|
||||||
set --universal fish_color_redirection brblack # IO redirections
|
set --universal fish_color_redirection brwhite # IO redirections
|
||||||
set --universal fish_color_search --bold --background=black --foreground=bryellow
|
set --universal fish_color_search --bold --background=black --foreground=bryellow
|
||||||
set --universal fish_color_search_match --background black # highlight history search matches and the selected pager item (must be a background)
|
set --universal fish_color_search_match --background black # highlight history search matches and the selected pager item (must be a background)
|
||||||
set --universal fish_pager_color_selected_background --background black --foreground brmagenta
|
set --universal fish_pager_color_selected_background --background black --foreground brmagenta
|
||||||
|
set --universal fish_pager_color_progress --foreground=brwhite --background=black
|
||||||
set --universal fish_color_selection --background magenta # when selecting text (in vi visual mode)
|
set --universal fish_color_selection --background magenta # when selecting text (in vi visual mode)
|
||||||
set --universal fish_color_cancel brblack # the '^C' indicator on a canceled command
|
set --universal fish_color_cancel brblack # the '^C' indicator on a canceled command
|
||||||
set --universal fish_color_host brwhite # current host system in some of fish default prompts
|
set --universal fish_color_host brwhite # current host system in some of fish default prompts
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue