aboutsummaryrefslogtreecommitdiff
path: root/ghostty
diff options
context:
space:
mode:
authorEthan Morgan <ethan@gweithio.com>2026-02-14 16:40:16 +0000
committerEthan Morgan <ethan@gweithio.com>2026-02-14 16:40:16 +0000
commitb94eefa6b58f274bb61db4e792105c3959cf2022 (patch)
tree3d2896fb46ebc769e4fea8cf4f02ce3104e1f974 /ghostty
init dotfiles and stuffHEADmaster
Diffstat (limited to 'ghostty')
-rw-r--r--ghostty/config.txt77
1 files changed, 77 insertions, 0 deletions
diff --git a/ghostty/config.txt b/ghostty/config.txt
new file mode 100644
index 0000000..472cbe0
--- /dev/null
+++ b/ghostty/config.txt
@@ -0,0 +1,77 @@
+
+palette = 0=#090E13
+palette = 1=#c4746e
+palette = 2=#8a9a7b
+palette = 3=#c4b28a
+palette = 4=#8ba4b0
+palette = 5=#a292a3
+palette = 6=#8ea4a2
+palette = 7=#a4a7a4
+palette = 8=#5C6066
+palette = 9=#e46876
+palette = 10=#87a987
+palette = 11=#e6c384
+palette = 12=#7fb4ca
+palette = 13=#938aa9
+palette = 14=#7aa89f
+palette = 15=#c5c9c7
+
+background = #090E13
+foreground = #c5c9c7
+cursor-color = #c5c9c7
+selection-background = #22262D
+selection-foreground = #c5c9c7
+
+
+font-family-italic = Ioskeley Mono
+font-family-bold-italic = Ioskeley Mono
+font-family-bold = Ioskeley Mono
+font-family = Ioskeley Mono
+#font-feature = -calt, -liga, -dlig
+
+# Font size
+
+font-size = 22
+font-thicken = true
+font-thicken-strength=255
+bold-is-bright = true
+
+# macos options
+
+#macos-option-as-alt = true
+macos-titlebar-style = tabs
+
+# Always show ghostty as the title
+
+title = Ogrimmar
+
+# Opacity of split windows
+
+unfocused-split-opacity = 0.97
+
+# Set the background-opacity to be fully opaque
+
+background-opacity = 1.0
+
+# Cursor style
+
+cursor-style-blink = true
+
+# Clipboard settings
+
+clipboard-read = allow
+clipboard-write = allow
+
+macos-titlebar-proxy-icon = hidden
+
+# Window settings
+
+#window-decoration = none
+macos-titlebar-style = hidden
+window-width = 90
+window-height = 30
+window-colorspace = display-p3
+window-padding-color = background
+window-padding-balance = true
+window-padding-x = 16
+window-padding-y = 16 \ No newline at end of file