diff options
| author | José Juan Loeza Sierra <jj@xz6ze.com> | 2025-06-13 01:02:52 -0700 |
|---|---|---|
| committer | José Juan Loeza Sierra <jj@xz6ze.com> | 2025-06-13 01:02:52 -0700 |
| commit | ef91c646f7d7ce5a2547ce9badae64572d6fa1f4 (patch) | |
| tree | f7f9bebd062779c0acc4ae0a9172c08683c34da0 /alacritty | |
| parent | e06462207c18f18e5926ff80869b8af5e4fdaf4a (diff) | |
move all into one single .config directory
Moves of the config files into a single dot-config directory, simplifying the structure and the usage of stow. dot-config gets processed into .config by stow.
See the `--dotfiles` option at https://www.gnu.org/software/stow/manual/stow.html#Invoking-Stow for more information
Diffstat (limited to 'alacritty')
| -rw-r--r-- | alacritty/.config/alacritty/alacritty.toml | 38 | ||||
| -rw-r--r-- | alacritty/.config/alacritty/themes/kanagawa_dragon.toml | 38 |
2 files changed, 0 insertions, 76 deletions
diff --git a/alacritty/.config/alacritty/alacritty.toml b/alacritty/.config/alacritty/alacritty.toml deleted file mode 100644 index 090208b..0000000 --- a/alacritty/.config/alacritty/alacritty.toml +++ /dev/null @@ -1,38 +0,0 @@ -[font] -size = 17 -[font.bold] -style = "Heavy" - -[font.normal] -family = "iosevka nerd font" -style = "Regular" - -[general] -import = ["./themes/kanagawa_dragon.toml"] - -[[keyboard.bindings]] -action = "SpawnNewInstance" -key = "N" -mods = "Command|Shift" - -[[keyboard.bindings]] -action = "None" -key = "W" -mods = "Command" - -[window] -blur = true -decorations = "Full" -decorations_theme_variant = "Dark" -dynamic_title = false -opacity = 0.88 -option_as_alt = "OnlyLeft" -title = "☯︎" - -[window.dimensions] -columns = 99 -lines = 33 - -[window.padding] -x = 20 -y = 20 diff --git a/alacritty/.config/alacritty/themes/kanagawa_dragon.toml b/alacritty/.config/alacritty/themes/kanagawa_dragon.toml deleted file mode 100644 index a3dc784..0000000 --- a/alacritty/.config/alacritty/themes/kanagawa_dragon.toml +++ /dev/null @@ -1,38 +0,0 @@ -# Colors (Kanagawa Dragon) -# Source https//github.com/rebelot/kanagawa.nvim - -[colors.primary] -background = '#181616' -foreground = '#c5c9c5' - -[colors.normal] -black = '#0d0c0c' -blue = '#8ba4b0' -cyan = '#8ea4a2' -green = '#8a9a7b' -magenta = '#a292a3' -red = '#c4746e' -white = '#C8C093' -yellow = '#c4b28a' - -[colors.bright] -black = '#a6a69c' -blue = '#7FB4CA' -cyan = '#7AA89F' -green = '#87a987' -magenta = '#938AA9' -red = '#E46876' -white = '#c5c9c5' -yellow = '#E6C384' - -[colors.selection] -background = '#2d4f67' -foreground = '#c8c093' - -[[colors.indexed_colors]] -index = 16 -color = '#ffa066' - -[[colors.indexed_colors]] -index = 17 -color = '#ff5d62' |
