init
This commit is contained in:
14
templates/fish-colors.fish
Normal file
14
templates/fish-colors.fish
Normal file
@@ -0,0 +1,14 @@
|
||||
set -g fish_color_normal {{colors.on_surface.default.hex}}
|
||||
set -g fish_color_command {{colors.primary.default.hex}}
|
||||
set -g fish_color_keyword {{colors.tertiary.default.hex}}
|
||||
set -g fish_color_quote {{colors.secondary.default.hex}}
|
||||
set -g fish_color_redirection {{colors.on_surface.default.hex}}
|
||||
set -g fish_color_end {{colors.on_surface.default.hex}}
|
||||
set -g fish_color_error {{colors.error.default.hex}}
|
||||
set -g fish_color_param {{colors.on_surface_variant.default.hex}}
|
||||
set -g fish_color_comment {{colors.outline.default.hex}}
|
||||
set -g fish_color_selection --background={{colors.surface_variant.default.hex}}
|
||||
set -g fish_color_search_match --background={{colors.surface_variant.default.hex}}
|
||||
set -g fish_color_operator {{colors.on_surface.default.hex}}
|
||||
set -g fish_color_escape {{colors.tertiary.default.hex}}
|
||||
set -g fish_color_autosuggestion 555
|
||||
Reference in New Issue
Block a user