Compare commits
No commits in common. "21e4c0f03e4e5c86675acbdccf8fd209925683e8" and "529c159526b6616a15168ac39ef2ba38771cecf2" have entirely different histories.
21e4c0f03e
...
529c159526
2 changed files with 2 additions and 28 deletions
|
@ -1,25 +0,0 @@
|
|||
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,15 +1,14 @@
|
|||
# Theme
|
||||
theme = GruvboxDarkHard
|
||||
theme = gruvbox-material-medium-dark
|
||||
|
||||
# Font
|
||||
font-family = IosevkaDT Nerd Font
|
||||
font-family = JetBrainsMono Nerd Font Mono
|
||||
font-style = Medium
|
||||
font-size = 16
|
||||
font-feature = -calt
|
||||
font-feature = -liga
|
||||
font-feature = -dlig
|
||||
|
||||
# Misc
|
||||
window-padding-color = background
|
||||
macos-titlebar-style = hidden
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue