this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

update ghostty themes

+150 -150
+2 -3
.config/ghostty/config
··· 1 - # not actually ini, but close 2 1 bold-color = bright 3 2 4 - font-family = Monaspace Neon 3 + font-family = SF Mono Terminal 5 4 6 5 keybind = ctrl+[=esc: 7 6 8 7 notify-on-command-finish = unfocused 9 8 notify-on-command-finish-action = bell,notify 10 9 11 - theme = dark:clear-dark,light:clear-light 10 + theme = dark:clear-dark-pc,light:clear-light-pc 12 11 13 12 window-padding-balance = true 14 13 window-padding-x = 8
+8 -79
.config/ghostty/themes/clear-dark
··· 1 - # not actually ini, but close 2 - # vim: ft=dosini 3 - 4 - # original clear dark background color 5 - # background = #191d27 6 - 7 - # changed to better match macos window colors 8 - background = #222323 9 - 10 - background-blur = macos-glass-regular 11 - background-opacity = 0.95 12 - 13 - cursor-color = #86868b 14 - cursor-style = block 15 - cursor-style-blink = false 16 - cursor-text = cell-foreground 17 - 18 - foreground = #e0e0e0 19 - 20 - # original black 21 - # palette = 0=#35424c 22 - # changed: same delta as original background -> black 23 - palette = 0=#3e4848 24 - 25 - # red 1 + palette = 0=#35424c 26 2 palette = 1=#b45648 27 - 28 - # green 29 3 palette = 2=#6caa71 30 - 31 - # yellow 32 4 palette = 3=#c4ac62 33 - 34 - # blue 35 5 palette = 4=#6d96b4 36 - 37 - # magenta 38 6 palette = 5=#bd7bcd 39 - 40 - # cyan 41 7 palette = 6=#7ccbcd 42 - 43 - # white 44 8 palette = 7=#dee5eb 45 - 46 - # original bright black 47 - # palette = 8=#465c6d 48 - # changed: same delta as original background -> bright black 49 - palette = 8=#4f6269 50 - 51 - # bright red 9 + palette = 8=#465c6d 52 10 palette = 9=#df6c5a 53 - 54 - # bright green 55 11 palette = 10=#79be7e 56 - 57 - # bright yellow 58 12 palette = 11=#e5c872 59 - 60 - # bright blue 61 13 palette = 12=#67b5ed 62 - 63 - # bright magenta 64 14 palette = 13=#d389e5 65 - 66 - # bright cyan 67 15 palette = 14=#84dde0 68 - 69 - # bright white 70 16 palette = 15=#e5eff5 71 - 72 - # https://ghostty.org/docs/config/reference#palette-generate 73 - palette-generate = true 74 - 75 - # yellow 76 - search-background = #c4ac62 77 - 78 - # background 79 - search-foreground = #222323 80 - 81 - # bright yellow 82 - search-selected-background = #e5c872 83 - 84 - # background 85 - search-selected-foreground = #222323 86 - 87 - selection-background = #273d4c 88 - selection-foreground = cell-foreground 89 - 90 - shell-integration-features = no-cursor 91 - 92 - # black 93 - split-divider-color = #3e4848 17 + background = #212734 18 + foreground = #e6e6e6 19 + cursor-color = #929292 20 + cursor-text = #e6e6e6 21 + selection-background = #334e5e 22 + selection-foreground = #e6e6e6
+50
.config/ghostty/themes/clear-dark-pc
··· 1 + # original 2 + palette = 0=#35424c 3 + palette = 1=#b45648 4 + palette = 2=#6caa71 5 + palette = 3=#c4ac62 6 + palette = 4=#6d96b4 7 + palette = 5=#bd7bcd 8 + palette = 6=#7ccbcd 9 + palette = 7=#dee5eb 10 + palette = 8=#465c6d 11 + palette = 9=#df6c5a 12 + palette = 10=#79be7e 13 + palette = 11=#e5c872 14 + palette = 12=#67b5ed 15 + palette = 13=#d389e5 16 + palette = 14=#84dde0 17 + palette = 15=#e5eff5 18 + background = #1e1e1e 19 + foreground = #e6e6e6 20 + cursor-color = #929292 21 + cursor-text = #e6e6e6 22 + selection-background = #334e5e 23 + selection-foreground = #e6e6e6 24 + # /original 25 + 26 + # https://developer.apple.com/documentation/AppKit/NSColor/textBackgroundColor 27 + background = #1e1e1e 28 + 29 + background-blur = 30 30 + background-opacity = 0.95 31 + background-opacity-cells = true 32 + cursor-style = block 33 + cursor-style-blink = false 34 + cursor-text = cell-foreground 35 + palette-generate = true 36 + 37 + # yellow (color #3) 38 + search-background = #c4ac62 39 + 40 + # background 41 + search-foreground = #1e1e1e 42 + 43 + # bright yellow (color #11) 44 + search-selected-background = #e5c872 45 + 46 + # background 47 + search-selected-foreground = #212734 48 + 49 + # black (color #0) 50 + split-divider-color = #35424c
+6 -68
.config/ghostty/themes/clear-light
··· 1 - # not actually ini, but close 2 - # vim: ft=dosini 3 - 4 - background = #ffffff 5 - background-blur = macos-glass-regular 6 - background-opacity = 0.93 7 - 8 - cursor-color = #7f7f7f 9 - cursor-style = block 10 - cursor-style-blink = false 11 - cursor-text = cell-foreground 12 - 13 - foreground = #2d3840 14 - 15 - # black 16 1 palette = 0=#2d3840 17 - 18 - # red 19 2 palette = 1=#b45648 20 - 21 - # green 22 3 palette = 2=#6caa71 23 - 24 - # yellow 25 4 palette = 3=#c4ac62 26 - 27 - # blue 28 5 palette = 4=#5685a8 29 - 30 - # magenta 31 6 palette = 5=#ad64be 32 - 33 - # cyan 34 7 palette = 6=#69c6c9 35 - 36 - # white 37 8 palette = 7=#c1c8cc 38 - 39 - # bright black 40 9 palette = 8=#506573 41 - 42 - # bright red 43 10 palette = 9=#df6c5a 44 - 45 - # bright green 46 11 palette = 10=#79be7e 47 - 48 - # bright yellow 49 12 palette = 11=#e5c872 50 - 51 - # bright blue 52 13 palette = 12=#49a2e1 53 - 54 - # bright magenta 55 14 palette = 13=#d389e5 56 - 57 - # bright cyan 58 15 palette = 14=#77e1e5 59 - 60 - # bright white 61 16 palette = 15=#d8e1e7 62 - 63 - # https://ghostty.org/docs/config/reference#palette-generate 64 - palette-generate = true 65 - 66 - # yellow 67 - search-background = #c4ac62 68 - 69 - # background 70 - search-foreground = #ffffff 71 - 72 - # bright yellow 73 - search-selected-background = #e5c872 74 - 75 - # background 76 - search-selected-foreground = #ffffff 77 - 78 - selection-background = #dfe8ee 79 - selection-foreground = cell-foreground 80 - 81 - shell-integration-features = no-cursor 82 - 83 - # bright white 84 - split-divider-color = #d8e1e7 17 + background = #ffffff 18 + foreground = #3a4851 19 + cursor-color = #919191 20 + cursor-text = #3a4851 21 + selection-background = #e5ecf1 22 + selection-foreground = #3a4851
+37
.config/ghostty/themes/clear-light-accessible
··· 1 + palette = 0=#2d3840 2 + palette = 1=#b45648 3 + palette = 2=#6caa71 4 + palette = 3=#c4ac62 5 + palette = 4=#5685a8 6 + palette = 5=#ad64be 7 + palette = 6=#69c6c9 8 + 9 + # white 10 + # adjusted from #c1c8cc 11 + # wcag constrast ratio: 1.69 → 1.94 12 + palette = 7=#b4bbbf 13 + 14 + palette = 8=#506573 15 + palette = 9=#df6c5a 16 + palette = 10=#79be7e 17 + 18 + # bright yellow 19 + # adjusted from #e5c872 20 + # wcag constrast ratio: 1.64 → 1.87 21 + palette = 11=#d8bb65 22 + 23 + palette = 12=#49a2e1 24 + palette = 13=#d389e5 25 + 26 + # bright cyan 27 + # adjusted from #77e1e5 28 + # wcag contrast ratio: 1.53 → 1.99 29 + palette = 14=#5ec7cb 30 + 31 + palette = 15=#d8e1e7 32 + background = #ffffff 33 + foreground = #3a4851 34 + cursor-color = #919191 35 + cursor-text = #3a4851 36 + selection-background = #e5ecf1 37 + selection-foreground = #3a4851
+47
.config/ghostty/themes/clear-light-pc
··· 1 + # original 2 + palette = 0=#2d3840 3 + palette = 1=#b45648 4 + palette = 2=#6caa71 5 + palette = 3=#c4ac62 6 + palette = 4=#5685a8 7 + palette = 5=#ad64be 8 + palette = 6=#69c6c9 9 + palette = 7=#c1c8cc 10 + palette = 8=#506573 11 + palette = 9=#df6c5a 12 + palette = 10=#79be7e 13 + palette = 11=#e5c872 14 + palette = 12=#49a2e1 15 + palette = 13=#d389e5 16 + palette = 14=#77e1e5 17 + palette = 15=#d8e1e7 18 + background = #ffffff 19 + foreground = #3a4851 20 + cursor-color = #919191 21 + cursor-text = #3a4851 22 + selection-background = #e5ecf1 23 + selection-foreground = #3a4851 24 + # /original 25 + 26 + background-blur = 30 27 + background-opacity = 0.93 28 + cursor-style = block 29 + cursor-style-blink = false 30 + cursor-text = cell-foreground 31 + palette-generate = true 32 + selection-foreground = cell-foreground 33 + 34 + # yellow (color #3) 35 + search-background = #c4ac62 36 + 37 + # background 38 + search-foreground = #ffffff 39 + 40 + # bright yellow (color #11) 41 + search-selected-background = #d8bb65 42 + 43 + # background 44 + search-selected-foreground = #ffffff 45 + 46 + # bright white (color #15) 47 + split-divider-color = #d8e1e7