Compare commits

...

2 commits

Author SHA1 Message Date
21e4c0f03e
feat(ghostty): change to GruvboxDarkHard and IosevkaDT font 2025-06-04 14:55:45 +01:00
f8abdbf44d
feat(fish): add theme 2025-06-04 14:54:51 +01:00
2 changed files with 28 additions and 2 deletions

View 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

View file

@ -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