diff --git a/dotbot.default.yaml b/dotbot.default.yaml index 2b7f8b9..3bf8095 100644 --- a/dotbot.default.yaml +++ b/dotbot.default.yaml @@ -25,6 +25,7 @@ # apps ~/.config/alacritty: home/config/alacritty ~/.config/btop: home/config/btop + ~/.config/ghostty: home/config/ghostty ~/.config/herdr/config.toml: home/config/herdr/config.toml # tmux diff --git a/home/config/ghostty/config b/home/config/ghostty/config new file mode 100644 index 0000000..fd2ef90 --- /dev/null +++ b/home/config/ghostty/config @@ -0,0 +1,13 @@ +theme = tomorrow-night-gardev + +font-family = CaskaydiaCove Nerd Font Mono +font-size = 14 +font-thicken = true + +window-padding-x = 16 +window-padding-y = 8 + +cursor-style = bar +cursor-style-blink = true + +macos-option-as-alt = left diff --git a/home/config/ghostty/themes/tomorrow-night-gardev b/home/config/ghostty/themes/tomorrow-night-gardev new file mode 100644 index 0000000..b465a8f --- /dev/null +++ b/home/config/ghostty/themes/tomorrow-night-gardev @@ -0,0 +1,23 @@ +# Tomorrow Night +background = #27292b +foreground = #d0d2d0 +cursor-color = #d0d2d0 +cursor-text = #27292b +bold-is-bright = true + +palette = 0=#777777 +palette = 1=#ca807b +palette = 2=#c2c683 +palette = 3=#edd090 +palette = 4=#98b0c7 +palette = 5=#bba7c4 +palette = 6=#a3c7c3 +palette = 7=#fefefe +palette = 8=#999999 +palette = 9=#ca807b +palette = 10=#c2c683 +palette = 11=#edd090 +palette = 12=#98b0c7 +palette = 13=#bba7c4 +palette = 14=#a3c7c3 +palette = 15=#fefefe diff --git a/home/config/herdr/config.toml b/home/config/herdr/config.toml index 761060f..5fb0d12 100644 --- a/home/config/herdr/config.toml +++ b/home/config/herdr/config.toml @@ -10,7 +10,7 @@ onboarding = false # Built-in themes: catppuccin, terminal, tokyo-night, dracula, nord, # gruvbox, one-dark, solarized, kanagawa, rose-pine, # vesper -name = "one-dark" +name = "vesper" # Follow host terminal light/dark appearance and switch Herdr UI themes. # Existing manual behavior is unchanged unless this is true. @@ -26,6 +26,7 @@ name = "one-dark" # red = "#ff6188" # green = "#a6e3a1" +auto_switch = false [terminal] # Executable used for new interactive panes. # Empty means $SHELL, then /bin/sh. @@ -107,7 +108,7 @@ show_agent_labels_on_pane_borders = true # Agent panel ordering: "spaces" (grouped by space) or "priority" (attention queue). # "workspaces" is accepted as an alias for "spaces". -agent_panel_sort = "spaces" +agent_panel_sort = "priority" # Accent color for highlights, borders, and navigation UI. # Accepts: hex (#89b4fa), named colors (cyan, blue, magenta), or rgb(r,g,b)