diff options
| author | Ruben Beltran del Rio <git@r.bdr.sh> | 2025-01-06 09:30:06 +0100 |
|---|---|---|
| committer | Ruben Beltran del Rio <git@r.bdr.sh> | 2025-01-06 09:30:06 +0100 |
| commit | b35d79feb8e2fe34f9b5991a91c39c3249790155 (patch) | |
| tree | b56836fa572527fe2cea9121c2af72f292b306b6 /config/ghostty | |
| parent | af139700ee0f77a2705d4bf98f281ffa25db4113 (diff) | |
Add configs for Ghostty
Diffstat (limited to 'config/ghostty')
| -rw-r--r-- | config/ghostty/config | 25 | ||||
| -rw-r--r-- | config/ghostty/themes/ruben-tranquil | 52 |
2 files changed, 77 insertions, 0 deletions
diff --git a/config/ghostty/config b/config/ghostty/config new file mode 100644 index 0000000..cd53c5f --- /dev/null +++ b/config/ghostty/config @@ -0,0 +1,25 @@ +# Font +font-family = "InputMonoCondensed Thin" +font-family-bold = "InputMonoCondensed Medium" +font-family-italic = "InputMonoCondensed ThinIta" +font-family-bold-italic = "InputMonoCondensed MediumIta" +font-size = 14 + +# Cursor +cursor-invert-fg-bg = true +cursor-style = block + +# Mouse +mouse-hide-while-typing = false + +# Theme +background-opacity = 0.95 +theme = ruben-tranquil + +# Window +macos-titlebar-style = hidden +window-padding-x = 5 +window-padding-y = 10,5 + +# MacOS Custom +macos-option-as-alt = left diff --git a/config/ghostty/themes/ruben-tranquil b/config/ghostty/themes/ruben-tranquil new file mode 100644 index 0000000..8ec4cf2 --- /dev/null +++ b/config/ghostty/themes/ruben-tranquil @@ -0,0 +1,52 @@ +# Color Scheme - Ruben Tranquil +foreground = #ffffff +# Deep Slate Green +background = #0F261F +# Deep Slate Green +selection-foreground = #0F261F +# Light Neutral Gray +selection-background = #DAE6E3 + +# Dark Neutral Gray +palette = 0=#90A6A2 +# red +# Jasper Red +palette = 1=#FA2B00 +# green +# Light Porcelain Green +palette = 2=#23C17C +# yellow +# Naples Yellow +palette = 3=#FAED8F +# blue +# Olympic Blue +palette = 4=#4F8FE6 +# magenta +# Hermosa Pink +palette = 5=#FFB4F0 +# cyan +# Calamine Blue +palette = 6=#80FFCC +# white +# Light Neutral Gray +palette = 7=#DAE6E3 + +# black +# Neutral Gray +palette = 8=#B5D1CC +# red +# Grenadine Pink +palette = 9=#FF616B +# green +palette = 10=#55ff55 +# yellow +palette = 11=#ffff55 +# blue +palette = 12=#5555ff +# magenta +# Seashell Pink +palette = 13=#FFCFC4 +# cyan +palette = 14=#55ffff +# white +palette = 15=#ffffff |