mirror of
https://github.com/basecamp/omarchy.git
synced 2026-02-17 15:25:37 +00:00
Themeing for ghostty
This commit is contained in:
@@ -3,4 +3,5 @@
|
|||||||
case "$TERMINAL" in
|
case "$TERMINAL" in
|
||||||
"alacritty") touch ~/.config/alacritty/alacritty.toml ;;
|
"alacritty") touch ~/.config/alacritty/alacritty.toml ;;
|
||||||
"kitty") pkill -USR1 kitty ;;
|
"kitty") pkill -USR1 kitty ;;
|
||||||
|
"ghostty") pkill -USRSIG2 ghostty ;;
|
||||||
esac
|
esac
|
||||||
|
|||||||
21
config/ghostty/config
Normal file
21
config/ghostty/config
Normal file
@@ -0,0 +1,21 @@
|
|||||||
|
# Dynamic theme colors
|
||||||
|
config-file = "~/.config/omarchy/current/theme/ghostty.conf"
|
||||||
|
|
||||||
|
# Font
|
||||||
|
font-family = "CaskaydiaMono Nerd Font"
|
||||||
|
font-style = Regular
|
||||||
|
font-size = 9
|
||||||
|
|
||||||
|
# Window
|
||||||
|
window-padding-x = 14
|
||||||
|
window-padding-y = 14
|
||||||
|
window-decoration = server
|
||||||
|
confirm-close-surface=false
|
||||||
|
resize-overlay = never
|
||||||
|
|
||||||
|
# Cursor stlying
|
||||||
|
cursor-style = "block"
|
||||||
|
cursor-style-blink = false
|
||||||
|
|
||||||
|
# Keyboard bindings
|
||||||
|
keybind = f11=toggle_fullscreen
|
||||||
1
themes/catppuccin-latte/ghostty.conf
Normal file
1
themes/catppuccin-latte/ghostty.conf
Normal file
@@ -0,0 +1 @@
|
|||||||
|
theme = Catppuccin Latte
|
||||||
1
themes/catppuccin/ghostty.conf
Normal file
1
themes/catppuccin/ghostty.conf
Normal file
@@ -0,0 +1 @@
|
|||||||
|
theme = Catppuccin Mocha
|
||||||
1
themes/everforest/ghostty.conf
Normal file
1
themes/everforest/ghostty.conf
Normal file
@@ -0,0 +1 @@
|
|||||||
|
theme = Everforest Dark Hard
|
||||||
1
themes/gruvbox/ghostty.conf
Normal file
1
themes/gruvbox/ghostty.conf
Normal file
@@ -0,0 +1 @@
|
|||||||
|
theme = Gruvbox Dark
|
||||||
1
themes/kanagawa/ghostty.conf
Normal file
1
themes/kanagawa/ghostty.conf
Normal file
@@ -0,0 +1 @@
|
|||||||
|
theme = Kanagawa Wave
|
||||||
1
themes/matte-black/ghostty.conf
Normal file
1
themes/matte-black/ghostty.conf
Normal file
@@ -0,0 +1 @@
|
|||||||
|
theme = Black Metal (Bathory)
|
||||||
1
themes/nord/ghostty.conf
Normal file
1
themes/nord/ghostty.conf
Normal file
@@ -0,0 +1 @@
|
|||||||
|
theme = Nord
|
||||||
1
themes/osaka-jade/ghostty.conf
Normal file
1
themes/osaka-jade/ghostty.conf
Normal file
@@ -0,0 +1 @@
|
|||||||
|
theme = TokyoNight
|
||||||
1
themes/ristretto/ghostty.conf
Normal file
1
themes/ristretto/ghostty.conf
Normal file
@@ -0,0 +1 @@
|
|||||||
|
theme = Monokai Pro Ristretto
|
||||||
1
themes/rose-pine/ghostty.conf
Normal file
1
themes/rose-pine/ghostty.conf
Normal file
@@ -0,0 +1 @@
|
|||||||
|
theme = Rose Pine Dawn
|
||||||
1
themes/tokyo-night/ghostty.conf
Normal file
1
themes/tokyo-night/ghostty.conf
Normal file
@@ -0,0 +1 @@
|
|||||||
|
theme = TokyoNight
|
||||||
Reference in New Issue
Block a user