๐Ÿ”’ Backup for my config files
dotfiles
0
fork

Configure Feed

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

add ghostty config

kacaii d1429a94 274331b6

+76
+51
.config/ghostty/config
··· 1 + theme = catppuccin-mocha.conf 2 + 3 + # This is the configuration file for Ghostty. 4 + # 5 + # This template file has been automatically created at the following 6 + # path since Ghostty couldn't find any existing config files on your system: 7 + # 8 + # /home/kacaii/.config/ghostty/config 9 + # 10 + # The template does not set any default options, since Ghostty ships 11 + # with sensible defaults for all options. Users should only need to set 12 + # options that they want to change from the default. 13 + # 14 + # Run `ghostty +show-config --default --docs` to view a list of 15 + # all available config options and their default values. 16 + # 17 + # Additionally, each config option is also explained in detail 18 + # on Ghostty's website, at https://ghostty.org/docs/config. 19 + # 20 + # Ghostty can reload the configuration while running by using the menu 21 + # options or the bound key (default: Command + Shift + comma on macOS and 22 + # Control + Shift + comma on other platforms). Not all config options can be 23 + # reloaded while running; some only apply to new windows and others may require 24 + # a full restart to take effect. 25 + 26 + # Config syntax crash course 27 + # ========================== 28 + # # The config file consists of simple key-value pairs, 29 + # # separated by equals signs. 30 + # font-family = Iosevka 31 + # window-padding-x = 2 32 + # 33 + # # Spacing around the equals sign does not matter. 34 + # # All of these are identical: 35 + # key=value 36 + # key= value 37 + # key =value 38 + # key = value 39 + # 40 + # # Any line beginning with a # is a comment. It's not possible to put 41 + # # a comment after a config option, since it would be interpreted as a 42 + # # part of the value. For example, this will have a value of "#123abc": 43 + # background = #123abc 44 + # 45 + # # Empty values are used to reset config keys to default. 46 + # key = 47 + # 48 + # # Some config options have unique syntaxes for their value, 49 + # # which is explained in the docs for that config option. 50 + # # Just for example: 51 + # resize-overlay-duration = 4s 200ms
+23
.config/ghostty/themes/catppuccin-mocha.conf
··· 1 + palette = 0=#45475a 2 + palette = 1=#f38ba8 3 + palette = 2=#a6e3a1 4 + palette = 3=#f9e2af 5 + palette = 4=#89b4fa 6 + palette = 5=#f5c2e7 7 + palette = 6=#94e2d5 8 + palette = 7=#a6adc8 9 + palette = 8=#585b70 10 + palette = 9=#f38ba8 11 + palette = 10=#a6e3a1 12 + palette = 11=#f9e2af 13 + palette = 12=#89b4fa 14 + palette = 13=#f5c2e7 15 + palette = 14=#94e2d5 16 + palette = 15=#bac2de 17 + background = 1e1e2e 18 + foreground = cdd6f4 19 + cursor-color = f5e0dc 20 + cursor-text = 11111b 21 + selection-background = 353749 22 + selection-foreground = cdd6f4 23 + split-divider-color = 313244
+1
.gitignore
··· 1 + .config/fish/fish_variables
+1
.stow-local-ignore
··· 2 2 \.git 3 3 \.github 4 4 \.tangled 5 + fish_variables