Compare commits
2 commits
529c159526
...
21e4c0f03e
Author | SHA1 | Date | |
---|---|---|---|
21e4c0f03e | |||
f8abdbf44d |
2 changed files with 28 additions and 2 deletions
25
.config/fish/conf.d/theme.fish
Normal file
25
.config/fish/conf.d/theme.fish
Normal file
|
@ -0,0 +1,25 @@
|
||||||
|
set -g fish_color_normal normal
|
||||||
|
|
||||||
|
set -g fish_color_command blue
|
||||||
|
set -g fish_color_quote yellow
|
||||||
|
set -g fish_color_redirection cyan --bold
|
||||||
|
set -g fish_color_end green
|
||||||
|
set -g fish_color_error brred
|
||||||
|
set -g fish_color_param cyan
|
||||||
|
|
||||||
|
set -g fish_color_autosuggestion brblack
|
||||||
|
set -g fish_color_comment red
|
||||||
|
|
||||||
|
set -g fish_color_cancel --background=red
|
||||||
|
set -g fish_color_escape brcyan
|
||||||
|
set -g fish_color_history_current normal --bold
|
||||||
|
set -g fish_color_operator brcyan
|
||||||
|
set -g fish_color_search_match white --background=brblack
|
||||||
|
set -g fish_color_selection white --bold --background=brblack
|
||||||
|
set -g fish_color_status red
|
||||||
|
set -g fish_color_valid_path normal --underline
|
||||||
|
|
||||||
|
set -g fish_pager_color_description yellow --italic
|
||||||
|
set -g fish_pager_color_prefix normal --bold --underline
|
||||||
|
set -g fish_pager_color_progress brwhite --background=cyan
|
||||||
|
set -g fish_pager_color_selected_background --background=red
|
|
@ -1,14 +1,15 @@
|
||||||
# Theme
|
# Theme
|
||||||
theme = gruvbox-material-medium-dark
|
theme = GruvboxDarkHard
|
||||||
|
|
||||||
# Font
|
# Font
|
||||||
font-family = JetBrainsMono Nerd Font Mono
|
font-family = IosevkaDT Nerd Font
|
||||||
font-style = Medium
|
font-style = Medium
|
||||||
font-size = 16
|
font-size = 16
|
||||||
font-feature = -calt
|
font-feature = -calt
|
||||||
font-feature = -liga
|
font-feature = -liga
|
||||||
font-feature = -dlig
|
font-feature = -dlig
|
||||||
|
|
||||||
|
# Misc
|
||||||
window-padding-color = background
|
window-padding-color = background
|
||||||
macos-titlebar-style = hidden
|
macos-titlebar-style = hidden
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue