diff options
| author | Mitchell Riedstra <mitch@riedstra.dev> | 2026-01-06 17:59:00 -0500 |
|---|---|---|
| committer | Mitchell Riedstra <mitch@riedstra.dev> | 2026-01-06 17:59:00 -0500 |
| commit | 59b336dfc41aeda084b79b19705b8b6daea4e8c1 (patch) | |
| tree | b8fc12e66b8d7915cbf76685eadfa0369c11d0cd | |
| parent | e2e926395580b8c9bc1d2625567e460dc94f34b0 (diff) | |
| parent | 091dbd31b994637e4335357668a3835e41335609 (diff) | |
| download | dotfiles-59b336dfc41aeda084b79b19705b8b6daea4e8c1.tar.gz dotfiles-59b336dfc41aeda084b79b19705b8b6daea4e8c1.tar.xz | |
Merge remote-tracking branch 'origin/master'
| -rw-r--r-- | dotfiles/ghostty/config | 16 | ||||
| -rw-r--r-- | dotfiles/ghostty/retro.glsl | 1 |
2 files changed, 14 insertions, 3 deletions
diff --git a/dotfiles/ghostty/config b/dotfiles/ghostty/config index 08663a6..61e4079 100644 --- a/dotfiles/ghostty/config +++ b/dotfiles/ghostty/config @@ -2,20 +2,30 @@ theme = "Gruvbox Dark" # theme = "Nord" # theme = "3024 Night" +# theme = "3024 Day" # theme = "CGA" # theme = "Deep" # theme = "IBM 5153 CGA (Black)" # theme = "IRIX Console" # theme = "IRIX Terminal" -font-family = "IBM 3270" -font-size = 14 +# font-family = "IBM 3270" +# font-size = 14 -# font-family = "IBM 3270 Condensed" +font-family = "IBM 3270 Condensed" +# Mac # font-size = 16 +# Linux +font-size = 14 + +# font-family = "Iosevka Term Slab" +# font-size = 11 # font-family = "IBM Plex Mono" +# Mac # font-size = 13 +# Linux +# font-size = 11 # font-family = "Monofonto" # font-size = 14 diff --git a/dotfiles/ghostty/retro.glsl b/dotfiles/ghostty/retro.glsl index e9c7ab9..826b22e 100644 --- a/dotfiles/ghostty/retro.glsl +++ b/dotfiles/ghostty/retro.glsl @@ -34,6 +34,7 @@ void mainImage(out vec4 fragColor, in vec2 fragCoord) vec3 color = texture(iChannel0, uv).rgb; vec3 tint = vec3(1, 1, 1); // No tint // vec3 tint = vec3(1.152, 0.864, 0.3); // Amber color + // vec3 tint = vec3(1.0, 0.3, 0.05); // Amber color // vec3 tint = vec3(0.0, 0.8, 0.6); // teal color (slightly more green than blue) // vec3 tint = vec3(0.8, 0.3, 1.4); // Lavender // vec3 tint = vec3(0.3, 0.5, 1.3); // Blue |
