diff --git a/.config/alacritty/themes/README.md b/.config/alacritty/themes/README.md index f5ba9e7..bcfb533 100644 --- a/.config/alacritty/themes/README.md +++ b/.config/alacritty/themes/README.md @@ -1,171 +1,23 @@ -# Alacritty Theme +# Alacritty Themes -Collection of colorschemes for easy configuration of the [Alacritty terminal -emulator]. +This directory keeps the TOML themes from the upstream +[alacritty-theme](https://github.com/alacritty/alacritty-theme) collection +without the bulky preview PNGs. The screenshots are useful for browsing themes, +but they are not used by Alacritty at runtime. -[Alacritty terminal emulator]: https://github.com/alacritty/alacritty - -## Installation - -### Imports - -Clone the repository, or download the theme of your choice: - -```sh -# We use Alacritty's default Linux config directory as our storage location here. -mkdir -p ~/.config/alacritty/themes -git clone https://github.com/alacritty/alacritty-theme ~/.config/alacritty/themes -``` - -Add an import to your `alacritty.toml` (Replace `{theme}` with your desired -colorscheme): +The active Alacritty config imports: ```toml -import = [ - "~/.config/alacritty/themes/themes/{theme}.toml" -] +import = ["~/.config/alacritty/themes/themes/solarized_dark.toml"] ``` -### Manual +To switch themes, replace `solarized_dark` with another file name from +[`themes/`](themes/). -To manually include a colorscheme in an existing `alacritty.toml`, you just need -to copy the entire content of the theme into the root level of your -configuration file. - -## Color Schemes - -| NAME | COLORS | -|:-------------------------------------------------------------------------------------------------------------------------------------------------:|:----------------------------------------------------------:| -| **_afterglow_**
[source](https://github.com/YabataDesign/afterglow-theme) | ![base16_default_dark](images/afterglow.png) | -| **_alabaster_**
[source](https://github.com/tonsky/vscode-theme-alabaster) | ![alabaster](images/alabaster.png) | -| **_alabaster_dark_**
[source](https://github.com/gargakshit/vscode-theme-alabaster-dark) | ![alabaster_dark](images/alabaster_dark.png) | -| **_alacritty_0_12_**
[source](https://github.com/alacritty/alacritty/blob/v0.12.3/alacritty/src/config/color.rs) | ![alacritty_0_12](images/alacritty_0_12.png) | -| **_argonaut_**
[source](https://github.com/pwaleczek/Argonaut-theme) | ![base16_default_dark](images/argonaut.png) | -| **_ashes_dark_**
[source](https://marketplace.visualstudio.com/items?itemName=AndrsDC.base16-themes) | ![base16_ashes_dark](images/ashes_dark.png) | -| **_ashes_light_**
[source](https://marketplace.visualstudio.com/items?itemName=AndrsDC.base16-themes) | ![base16_ashes_light](images/ashes_light.png) | -| **_atom_one_light_**
[source](https://github.com/dexpota/kitty-themes/blob/master/themes/AtomOneLight.conf) | ![atom_one_light](images/atom_one_light.png) | -| **_aura_**
[source](https://github.com/daltonmenezes/aura-theme) | ![aura](images/aura.png) | -| **_ayu_dark_**
[source](https://github.com/ayu-theme/ayu-colors) | ![ayu_dark](images/ayu_dark.png) | -| **_ayu_light_**
[source](https://github.com/ayu-theme/ayu-colors) | ![ayu_light](images/ayu_light.png) | -| **_baitong_**
[source](https://github.com/cypj/baitong-theme) | ![baitong](images/baitong.png) | -| **_base16_default_dark_**
[source](https://github.com/chriskempson/base16) | ![base16_default_dark](images/base16_default_dark.png) | -| **_blood_moon_**
[source](https://github.com/dguo/blood-moon) | ![blood_moon](images/blood_moon.png) | -| **_bluish_** | ![bluish](images/bluish.png) | -| **_breeze_**
[source](https://github.com/KDE/breeze) | ![breeze](images/breeze.png) | -| **_campbell_**
[source](https://blogs.msdn.microsoft.com/commandline/2017/08/02/updating-the-windows-console-colors) | ![campbell](images/campbell.png) | -| **_carbonfox_**
[source](https://github.com/edeneast/nightfox.nvim/raw/main/extra/carbonfox/nightfox_alacritty.yml) | ![carbonfox](images/carbonfox.png) | -| **_catppuccin_frappe_**
[source](https://github.com/catppuccin/alacritty) | ![catppuccin_frappe](images/catppuccin_frappe.png) | -| **_catppuccin_latte_**
[source](https://github.com/catppuccin/alacritty) | ![catppuccin_latte](images/catppuccin_latte.png) | -| **_catppuccin_macchiato_**
[source](https://github.com/catppuccin/alacritty) | ![catppuccin_macchiato](images/catppuccin_macchiato.png) | -| **_catppuccin_mocha_**
[source](https://github.com/catppuccin/alacritty) | ![catppuccin_mocha](images/catppuccin_mocha.png) | -| **_challenger_deep_**
[source](https://github.com/challenger-deep-theme/alacritty) | ![challenger_deep](images/challenger_deep.png) | -| **_citylights_**
[source](https://citylights.xyz/) | ![citylights](images/citylights.png) | -| **_Cobalt2_**
[source](https://github.com/wesbos/cobalt2/tree/master/Cobalt2) | ![Cobalt2](images/Cobalt2.png) | -| **_cyber_punk_neon_**
[source](https://github.com/Roboron3042/Cyberpunk-Neon) | ![cyber_punk_neon](images/cyber_punk_neon.png) | -| **_darcula_**
[source](https://draculatheme.com) | ![darcula](images/darcula.png) | -| **_dark_pastels_**
[source](https://invent.kde.org/utilities/konsole/-/blob/master/data/color-schemes/DarkPastels.colorscheme) | ![dark_pastels](images/dark_pastels.png) | -| **_deep_space_** | ![depp_space](images/deep_space.png) | -| **_doom_one_**
[source](https://github.com/hlissner/emacs-doom-themes) | ![doom_one](images/doom_one.png) | -| **_dracula_**
[source](https://draculatheme.com) | ![dracula](images/dracula.png) | -| **_everforest_dark_**
[source](https://github.com/sainnhe/everforest) | ![everforest_dark](images/everforest_dark.png) | -| **_everforest_light_**
[source](https://github.com/sainnhe/everforest) | ![everforest_light](images/everforest_light.png) | -| **_falcon_**
[source](https://github.com/fenetikm/falcon) | ![falcon](images/falcon.png) | -| **_flat_remix_**
[source](https://github.com/Mayccoll/Gogh/blob/master/themes/flat-remix.sh) | ![flat_remix](images/flat_remix.png) | -| **_flexoki_**
[source](https://github.com/kepano/flexoki/tree/main/alacritty) | ![flexoki](images/flexoki.png) | -| **_github_dark_**
[source](https://github.com/projekt0n/github-theme-contrib/blob/main/themes/alacritty/github_dark.yml) | ![github_dark](images/github_dark.png) | -| **_github_dark_colorblind_**
[source](https://github.com/projekt0n/github-theme-contrib/blob/main/themes/alacritty/github_dark_colorblind.yml) | ![github_dark_colorblind](images/github_dark_colorblind.png) | -| **_github_dark_dimmed_**
[source](https://github.com/projekt0n/github-theme-contrib/blob/main/themes/alacritty/github_dark_dimmed.yml) | ![github_dark_dimmed](images/github_dark_dimmed.png) | -| **_github_dark_high_contrast_**
[source](https://github.com/projekt0n/github-theme-contrib/blob/main/themes/alacritty/github_dark_high_contrast.yml)| ![github_dark_high_contrast](images/github_dark_high_contrast.png)| -| **_github_dark_tritanopia_**
[source](https://github.com/projekt0n/github-theme-contrib/blob/main/themes/alacritty/github_dark_tritanopia.yml) | ![github_dark_tritanopia](images/github_dark_tritanopia.png) | -| **_github_light_**
[source](https://github.com/projekt0n/github-theme-contrib/blob/main/themes/alacritty/github_light.yml) | ![github_light](images/github_light.png) | -| **_github_light_colorblind_**
[source](https://github.com/projekt0n/github-theme-contrib/blob/main/themes/alacritty/github_light_colorblind.yml)| ![github_light_colorblind](images/github_light_colorblind.png) | -| **_github_light_high_contrast_**
[source](https://github.com/projekt0n/github-theme-contrib/blob/main/themes/alacritty/github_light_high_contrast.yml)| ![github_light_high_contrast](images/github_light_high_contrast.png)| -| **_github_light_tritanopia_**
[source](https://github.com/projekt0n/github-theme-contrib/blob/main/themes/alacritty/github_light_tritanopia.yml)| ![github_light_tritanopia](images/github_light_tritanopia.png) | -| **_gotham_** | ![falcon](images/gotham.png) | -| **_gnome_terminal_**
[source](https://gitlab.gnome.org/GNOME/gnome-terminal) | ![gnome_terminal](images/gnome_terminal.png) | -| **_gruvbox_dark_**
[source](https://github.com/morhetz/gruvbox) | ![gruvbox_dark](images/gruvbox_dark.png) | -| **_gruvbox_light_**
[source](https://github.com/morhetz/gruvbox) | ![gruvbox_light](images/gruvbox_light.png) | -| **_gruvbox_material_medium_dark_**
[source](https://github.com/sainnhe/gruvbox-material) | ![gruvbox_material_medium_dark](images/gruvbox_material_medium_dark.png) | -| **_gruvbox_material_medium_light_**
[source](https://github.com/sainnhe/gruvbox-material) | ![gruvbox_material_medium_light](images/gruvbox_material_medium_light.png) | -| **_hardhacker_**
[source](https://github.com/hardhackerlabs/theme-alacritty) | ![hardhacker](images/hardhacker.png) | -| **_high_contrast_** | ![gruvbox_light](images/high_contrast.png) | -| **_horizon-dark_**
[source](https://github.com/jolaleye/horizon-theme-vscode) | ![horizon-dark](images/horizon-dark.png) | -| **_hyper_**
[source](https://hyper.is) | ![hyper](images/hyper.png) | -| **_inferno_**
[source](https://github.com/hafiz-muhammad/inferno-alacritty-theme) | ![inferno](images/inferno.png) | -| **_iris_**
[source](https://github.com/DioptricDesign/Iris) | ![iris](images/iris.png) | -| **_iterm_** | ![iterm](images/iterm.png) | -| **_kanagawa_dragon_**
[source](https://github.com/rebelot/kanagawa.nvim) | ![kanagawa_dragon](images/kanagawa_dragon.png) | -| **_kanagawa_wave_**
[source](https://github.com/rebelot/kanagawa.nvim) | ![kanagawa_wave](images/kanagawa_wave.png) | -| **_konsole_linux_** | ![iterm](images/konsole_linux.png) | -| **_low_contrast_** | ![iterm](images/low_contrast.png) | -| **_Mariana_**
[source](https://github.com/mbadolato/iTerm2-Color-Schemes/blob/master/alacritty/Mariana.yml) | ![iterm](images/mariana.png) | -| **_marine_dark_**
[source](https://github.com/ProDeSquare/alacritty-colorschemes/blob/master/themes/marine_dark.yaml) | ![marine_dark](images/marine_dark.png) | -| **_material_theme_**
[source](https://github.com/equinusocio/material-theme) | ![material_theme](images/material_theme.png) | -| **_material_theme_mod_** | ![material_theme_mod](images/material_theme_mod.png) | -| **_meliora_**
[source](https://github.com/ramojus/mellifluous.nvim) | ![meliora](images/meliora.png) | -| **_midnight-haze_**
[source](https://github.com/hafiz-muhammad/midnight-haze-alacritty-theme) | ![midnight-haze](images/midnight-haze.png) | -| **_monokai_charcoal_**
[source](https://github.com/dodeca12/Monokai-Charcoal-Theme-for-Alacritty/blob/main/monokai_charcoal_white.yaml) | ![monokai_charcoal](images/monokai-charcoal.png) | -| **_monokai_pro_**
[source](https://gist.github.com/AlphaTechnolog/d1d5f6557f77f71519cb5713268da7dd) | ![monokai_pro](images/monokai_pro.png) | -| **_moonlight_ii_vscode_**
[source](https://github.com/atomiks/moonlight-vscode-theme) | ![moonlight_ii_vscode](images/moonlight_ii_vscode.png) | -| **_msx_**
[source](https://paulwratt.github.io/programmers-palettes/HW-MSX/HW-MSX-palettes.html) | ![msx](images/msx.png) | -| **_nightfox_**
[source](https://github.com/EdenEast/nightfox.nvim) | ![nightfox](images/nightfox.png) | -| **_night_owlish_light_** | ![night_owlish_light](images/night_owlish_light.png) | -| **_noctis-lux_**
[source](https://github.com/liviuschera/noctis) | ![noctis-lux](images/noctis-lux.png) | -| **_nord_**
[source](https://github.com/arcticicestudio/nord) | ![nord](images/nord.png) | -| **_nordic_**
[source](https://github.com/AlexvZyl/nordic.nvim) | ![nordic](images/nordic.png) | -| **_nord_light_**
[source](https://github.com/nordtheme/alacritty/issues/28#issuecomment-1422225211) | ![nord](images/nord_light.png) | -| **_oceanic_next_**
[source](https://github.com/voronianski/oceanic-next-color-scheme) | ![oceanic_next](images/oceanic_next.png) | -| **_omni_**
[source](https://github.com/getomni/alacritty/blob/main/omni.yml) | ![omni](images/omni.png) | -| **_one_dark_** | ![one_dark](images/one_dark.png) | -| **_palenight_**
[source](https://github.com/JonathanSpeek/palenight-iterm2) | ![palenight](images/palenight.png) | -| **_papercolor_dark_**
[source](https://github.com/NLKNguyen/papercolor-theme/blob/master/colors/PaperColor.vim#L126) | ![papercolor_dark](images/papercolor_dark.png) | -| **_papercolor_light_**
[source](https://github.com/NLKNguyen/papercolor-theme/blob/master/colors/PaperColor.vim#L36) | ![papercolor_light](images/papercolor_light.png) | -| **_papertheme_**
[source](https://github.com/s6muel/paper-theme/blob/main/themes/alacritty/paper-theme.yml) | ![papercolor_light](images/papertheme.png) | -| **_pencil_dark_**
[source](https://github.com/mattly/iterm-colors-pencil) | ![pencil_dark](images/pencil_dark.png) | -| **_pencil_light_**
[source](https://github.com/mattly/iterm-colors-pencil) | ![pencil_light](images/pencil_light.png) | -| **_rainbow_** | ![rainbow](images/rainbow.png) | -| **_remedy_dark_**
[source](https://github.com/robertrossmann/vscode-remedy) | ![remedy_dark](images/remedy_dark.png) | -| **_rose-pine_**
[source](https://github.com/rose-pine/alacritty) | ![rose-pine](images/rose-pine.png) | -| **_rose-pine-dawn_**
[source](https://github.com/rose-pine/alacritty) | ![rose-pine-dawn](images/rose-pine-dawn.png) | -| **_rose-pine-moon_**
[source](https://github.com/rose-pine/alacritty) | ![rose-pine-moon](images/rose-pine-moon.png) | -| **_snazzy_**
[source](https://github.com/sindresorhus/hyper-snazzy) | ![snazzy](images/snazzy.png) | -| **seashells**
[source](https://raw.githubusercontent.com/mbadolato/iTerm2-Color-Schemes/master/schemes/SeaShells.itermcolors) | ![seashells](images/seashells.png) | -| **smoooooth**
[source](https://github.com/gnachman/iTerm2/blob/33945e63ad48ed80d6cc1adf7cbeb663217652d2/plists/ColorPresets.plist#L4345-L4685) | ![smoooooth](images/smoooooth.png) | -| **_solarized_dark_**
[source](http://ethanschoonover.com/solarized) | ![solarized_dark](images/solarized_dark.png) | -| **_solarized_light_**
[source](http://ethanschoonover.com/solarized) | ![solarized_light](images/solarized_light.png) | -| **_taerminal_**
[source](https://github.com/cozywigwam/iterm-taerminal) | ![taerminal](images/taerminal.png) | -| **_tango_dark_**
[source](https://github.com/GNOME/gnome-terminal/blob/18939a24d21d6b7c6edd57a00a3a8a48f3aecec5/src/profile-editor.c#L213) | ![tango_dark](images/tango_dark.png) | -| **_tender_**
[source](https://github.com/huyvohcmc/tender-alacritty) | ![tender](images/tender.png) | -| **_terminal_app_** | ![terminal_app](images/terminal_app.png) | -| **_thelovelace_** | ![terminal_app](images/thelovelace.png) | -| **_tokyo-night_**
[source](https://github.com/zatchheems/tokyo-night-alacritty-theme) | ![tokyo-night](images/tokyo-night.png) | -| **_tokyo-night-storm_**
[source](https://github.com/zatchheems/tokyo-night-alacritty-theme) | ![tokyo-night-storm](images/tokyo-night-storm.png) | -| **_tomorrow_night_**
[source](https://github.com/ChrisKempson/Tomorrow-Theme) | ![tomorrow_night](images/tomorrow_night.png) | -| **_tomorrow_night_bright_**
[source](https://github.com/ChrisKempson/Tomorrow-Theme) | ![tomorrow_night_bright](images/tomorrow_night_bright.png) | -| **_ubuntu_**
[source](https://design.ubuntu.com/brand/colour-palette/) | ![ubuntu](images/ubuntu.png) | -| **_wombat_**
[source](https://github.com/djoyner/iTerm2-wombat) | ![wombat](images/wombat.png) | -| **_xterm_** | ![xterm](images/xterm.png) | -| **_zenburn_**
[source](https://github.com/jnurmine/Zenburn) | ![zenburn](images/zenburn.png) | - -## Contributing - -Bug reports and pull requests are welcome on GitHub at the [alacritty-theme] -repository. - -[alacritty-theme]: https://github.com/alacritty/alacritty-theme - -To add a new theme, just create a Pull Request with the following changes: - - - Add your theme to the `themes` directory with the `{theme}.toml` file format - - Create a screenshot of your theme using the [`print_colors.sh`](./print_colors.sh) script - - Add the screenshot to the `images` directory with the `{theme}.png` file format - - Add your theme to the `README.md`, following alphabetical ordering - -## Maintainers - - * **indrajit** - *Author* - [eendroroy](https://github.com/eendroroy) - * **Christian Dürr** - *Maintainer* - [chrisduerr](https://github.com/chrisduerr) +For preview images and upstream contribution guidance, use the upstream +[alacritty-theme](https://github.com/alacritty/alacritty-theme) repository. ## License -The project is available as open source under the terms of the [Apache License, Version 2.0](LICENSE) +The project is available as open source under the terms of the +[Apache License, Version 2.0](LICENSE). diff --git a/.config/alacritty/themes/images/Cobalt2.png b/.config/alacritty/themes/images/Cobalt2.png deleted file mode 100644 index f410a18..0000000 Binary files a/.config/alacritty/themes/images/Cobalt2.png and /dev/null differ diff --git a/.config/alacritty/themes/images/afterglow.png b/.config/alacritty/themes/images/afterglow.png deleted file mode 100644 index 9ab4f3d..0000000 Binary files a/.config/alacritty/themes/images/afterglow.png and /dev/null differ diff --git a/.config/alacritty/themes/images/alabaster.png b/.config/alacritty/themes/images/alabaster.png deleted file mode 100644 index 6b9042e..0000000 Binary files a/.config/alacritty/themes/images/alabaster.png and /dev/null differ diff --git a/.config/alacritty/themes/images/alabaster_dark.png b/.config/alacritty/themes/images/alabaster_dark.png deleted file mode 100644 index ffea3cb..0000000 Binary files a/.config/alacritty/themes/images/alabaster_dark.png and /dev/null differ diff --git a/.config/alacritty/themes/images/alacritty_0_12.png b/.config/alacritty/themes/images/alacritty_0_12.png deleted file mode 100644 index e9d3f70..0000000 Binary files a/.config/alacritty/themes/images/alacritty_0_12.png and /dev/null differ diff --git a/.config/alacritty/themes/images/argonaut.png b/.config/alacritty/themes/images/argonaut.png deleted file mode 100644 index 2845c9b..0000000 Binary files a/.config/alacritty/themes/images/argonaut.png and /dev/null differ diff --git a/.config/alacritty/themes/images/ashes_dark.png b/.config/alacritty/themes/images/ashes_dark.png deleted file mode 100644 index 6380c27..0000000 Binary files a/.config/alacritty/themes/images/ashes_dark.png and /dev/null differ diff --git a/.config/alacritty/themes/images/ashes_light.png b/.config/alacritty/themes/images/ashes_light.png deleted file mode 100644 index bb0e899..0000000 Binary files a/.config/alacritty/themes/images/ashes_light.png and /dev/null differ diff --git a/.config/alacritty/themes/images/atom_one_light.png b/.config/alacritty/themes/images/atom_one_light.png deleted file mode 100644 index 6c98bb1..0000000 Binary files a/.config/alacritty/themes/images/atom_one_light.png and /dev/null differ diff --git a/.config/alacritty/themes/images/aura.png b/.config/alacritty/themes/images/aura.png deleted file mode 100644 index 3324869..0000000 Binary files a/.config/alacritty/themes/images/aura.png and /dev/null differ diff --git a/.config/alacritty/themes/images/ayu_dark.png b/.config/alacritty/themes/images/ayu_dark.png deleted file mode 100644 index 4d4581d..0000000 Binary files a/.config/alacritty/themes/images/ayu_dark.png and /dev/null differ diff --git a/.config/alacritty/themes/images/ayu_light.png b/.config/alacritty/themes/images/ayu_light.png deleted file mode 100644 index 21d3ea4..0000000 Binary files a/.config/alacritty/themes/images/ayu_light.png and /dev/null differ diff --git a/.config/alacritty/themes/images/baitong.png b/.config/alacritty/themes/images/baitong.png deleted file mode 100644 index 9950473..0000000 Binary files a/.config/alacritty/themes/images/baitong.png and /dev/null differ diff --git a/.config/alacritty/themes/images/base16_default_dark.png b/.config/alacritty/themes/images/base16_default_dark.png deleted file mode 100644 index f6c9036..0000000 Binary files a/.config/alacritty/themes/images/base16_default_dark.png and /dev/null differ diff --git a/.config/alacritty/themes/images/blood_moon.png b/.config/alacritty/themes/images/blood_moon.png deleted file mode 100644 index 40c84ee..0000000 Binary files a/.config/alacritty/themes/images/blood_moon.png and /dev/null differ diff --git a/.config/alacritty/themes/images/bluish.png b/.config/alacritty/themes/images/bluish.png deleted file mode 100644 index 0040739..0000000 Binary files a/.config/alacritty/themes/images/bluish.png and /dev/null differ diff --git a/.config/alacritty/themes/images/breeze.png b/.config/alacritty/themes/images/breeze.png deleted file mode 100644 index 7a41c14..0000000 Binary files a/.config/alacritty/themes/images/breeze.png and /dev/null differ diff --git a/.config/alacritty/themes/images/campbell.png b/.config/alacritty/themes/images/campbell.png deleted file mode 100644 index 54c9414..0000000 Binary files a/.config/alacritty/themes/images/campbell.png and /dev/null differ diff --git a/.config/alacritty/themes/images/carbonfox.png b/.config/alacritty/themes/images/carbonfox.png deleted file mode 100644 index f7b781a..0000000 Binary files a/.config/alacritty/themes/images/carbonfox.png and /dev/null differ diff --git a/.config/alacritty/themes/images/catppuccin_frappe.png b/.config/alacritty/themes/images/catppuccin_frappe.png deleted file mode 100644 index 65418b4..0000000 Binary files a/.config/alacritty/themes/images/catppuccin_frappe.png and /dev/null differ diff --git a/.config/alacritty/themes/images/catppuccin_latte.png b/.config/alacritty/themes/images/catppuccin_latte.png deleted file mode 100644 index 43a289a..0000000 Binary files a/.config/alacritty/themes/images/catppuccin_latte.png and /dev/null differ diff --git a/.config/alacritty/themes/images/catppuccin_macchiato.png b/.config/alacritty/themes/images/catppuccin_macchiato.png deleted file mode 100644 index 5320138..0000000 Binary files a/.config/alacritty/themes/images/catppuccin_macchiato.png and /dev/null differ diff --git a/.config/alacritty/themes/images/catppuccin_mocha.png b/.config/alacritty/themes/images/catppuccin_mocha.png deleted file mode 100644 index d61d5a2..0000000 Binary files a/.config/alacritty/themes/images/catppuccin_mocha.png and /dev/null differ diff --git a/.config/alacritty/themes/images/challenger_deep.png b/.config/alacritty/themes/images/challenger_deep.png deleted file mode 100644 index 49c4223..0000000 Binary files a/.config/alacritty/themes/images/challenger_deep.png and /dev/null differ diff --git a/.config/alacritty/themes/images/citylights.png b/.config/alacritty/themes/images/citylights.png deleted file mode 100644 index 0122f7b..0000000 Binary files a/.config/alacritty/themes/images/citylights.png and /dev/null differ diff --git a/.config/alacritty/themes/images/cyber_punk_neon.png b/.config/alacritty/themes/images/cyber_punk_neon.png deleted file mode 100644 index ddc6f3e..0000000 Binary files a/.config/alacritty/themes/images/cyber_punk_neon.png and /dev/null differ diff --git a/.config/alacritty/themes/images/darcula.png b/.config/alacritty/themes/images/darcula.png deleted file mode 100644 index 0f022f2..0000000 Binary files a/.config/alacritty/themes/images/darcula.png and /dev/null differ diff --git a/.config/alacritty/themes/images/dark_pastels.png b/.config/alacritty/themes/images/dark_pastels.png deleted file mode 100644 index f8102f8..0000000 Binary files a/.config/alacritty/themes/images/dark_pastels.png and /dev/null differ diff --git a/.config/alacritty/themes/images/deep_space.png b/.config/alacritty/themes/images/deep_space.png deleted file mode 100644 index 5ed5ffc..0000000 Binary files a/.config/alacritty/themes/images/deep_space.png and /dev/null differ diff --git a/.config/alacritty/themes/images/doom_one.png b/.config/alacritty/themes/images/doom_one.png deleted file mode 100644 index 73818db..0000000 Binary files a/.config/alacritty/themes/images/doom_one.png and /dev/null differ diff --git a/.config/alacritty/themes/images/dracula.png b/.config/alacritty/themes/images/dracula.png deleted file mode 100644 index 128daeb..0000000 Binary files a/.config/alacritty/themes/images/dracula.png and /dev/null differ diff --git a/.config/alacritty/themes/images/everforest_dark.png b/.config/alacritty/themes/images/everforest_dark.png deleted file mode 100644 index 4d26ba2..0000000 Binary files a/.config/alacritty/themes/images/everforest_dark.png and /dev/null differ diff --git a/.config/alacritty/themes/images/everforest_light.png b/.config/alacritty/themes/images/everforest_light.png deleted file mode 100644 index 520a5d5..0000000 Binary files a/.config/alacritty/themes/images/everforest_light.png and /dev/null differ diff --git a/.config/alacritty/themes/images/falcon.png b/.config/alacritty/themes/images/falcon.png deleted file mode 100644 index 0509231..0000000 Binary files a/.config/alacritty/themes/images/falcon.png and /dev/null differ diff --git a/.config/alacritty/themes/images/flat_remix.png b/.config/alacritty/themes/images/flat_remix.png deleted file mode 100644 index 524461d..0000000 Binary files a/.config/alacritty/themes/images/flat_remix.png and /dev/null differ diff --git a/.config/alacritty/themes/images/flexoki.png b/.config/alacritty/themes/images/flexoki.png deleted file mode 100644 index 4c27f03..0000000 Binary files a/.config/alacritty/themes/images/flexoki.png and /dev/null differ diff --git a/.config/alacritty/themes/images/github_dark.png b/.config/alacritty/themes/images/github_dark.png deleted file mode 100644 index 066b2cf..0000000 Binary files a/.config/alacritty/themes/images/github_dark.png and /dev/null differ diff --git a/.config/alacritty/themes/images/github_dark_colorblind.png b/.config/alacritty/themes/images/github_dark_colorblind.png deleted file mode 100644 index 5e874ae..0000000 Binary files a/.config/alacritty/themes/images/github_dark_colorblind.png and /dev/null differ diff --git a/.config/alacritty/themes/images/github_dark_default.png b/.config/alacritty/themes/images/github_dark_default.png deleted file mode 100644 index 4de4935..0000000 Binary files a/.config/alacritty/themes/images/github_dark_default.png and /dev/null differ diff --git a/.config/alacritty/themes/images/github_dark_dimmed.png b/.config/alacritty/themes/images/github_dark_dimmed.png deleted file mode 100644 index 0f7e209..0000000 Binary files a/.config/alacritty/themes/images/github_dark_dimmed.png and /dev/null differ diff --git a/.config/alacritty/themes/images/github_dark_high_contrast.png b/.config/alacritty/themes/images/github_dark_high_contrast.png deleted file mode 100644 index bfd9b95..0000000 Binary files a/.config/alacritty/themes/images/github_dark_high_contrast.png and /dev/null differ diff --git a/.config/alacritty/themes/images/github_dark_tritanopia.png b/.config/alacritty/themes/images/github_dark_tritanopia.png deleted file mode 100644 index 2d1def4..0000000 Binary files a/.config/alacritty/themes/images/github_dark_tritanopia.png and /dev/null differ diff --git a/.config/alacritty/themes/images/github_light.png b/.config/alacritty/themes/images/github_light.png deleted file mode 100644 index 03524f0..0000000 Binary files a/.config/alacritty/themes/images/github_light.png and /dev/null differ diff --git a/.config/alacritty/themes/images/github_light_colorblind.png b/.config/alacritty/themes/images/github_light_colorblind.png deleted file mode 100644 index 4e15ec8..0000000 Binary files a/.config/alacritty/themes/images/github_light_colorblind.png and /dev/null differ diff --git a/.config/alacritty/themes/images/github_light_default.png b/.config/alacritty/themes/images/github_light_default.png deleted file mode 100644 index 92e0264..0000000 Binary files a/.config/alacritty/themes/images/github_light_default.png and /dev/null differ diff --git a/.config/alacritty/themes/images/github_light_high_contrast.png b/.config/alacritty/themes/images/github_light_high_contrast.png deleted file mode 100644 index fb460e8..0000000 Binary files a/.config/alacritty/themes/images/github_light_high_contrast.png and /dev/null differ diff --git a/.config/alacritty/themes/images/github_light_tritanopia.png b/.config/alacritty/themes/images/github_light_tritanopia.png deleted file mode 100644 index 98f274a..0000000 Binary files a/.config/alacritty/themes/images/github_light_tritanopia.png and /dev/null differ diff --git a/.config/alacritty/themes/images/gnome_terminal.png b/.config/alacritty/themes/images/gnome_terminal.png deleted file mode 100644 index df8d76f..0000000 Binary files a/.config/alacritty/themes/images/gnome_terminal.png and /dev/null differ diff --git a/.config/alacritty/themes/images/gotham.png b/.config/alacritty/themes/images/gotham.png deleted file mode 100644 index 696466d..0000000 Binary files a/.config/alacritty/themes/images/gotham.png and /dev/null differ diff --git a/.config/alacritty/themes/images/gruvbox_dark.png b/.config/alacritty/themes/images/gruvbox_dark.png deleted file mode 100644 index 1124b94..0000000 Binary files a/.config/alacritty/themes/images/gruvbox_dark.png and /dev/null differ diff --git a/.config/alacritty/themes/images/gruvbox_light.png b/.config/alacritty/themes/images/gruvbox_light.png deleted file mode 100644 index 1b1efb1..0000000 Binary files a/.config/alacritty/themes/images/gruvbox_light.png and /dev/null differ diff --git a/.config/alacritty/themes/images/gruvbox_material_medium_dark.png b/.config/alacritty/themes/images/gruvbox_material_medium_dark.png deleted file mode 100644 index d4f725e..0000000 Binary files a/.config/alacritty/themes/images/gruvbox_material_medium_dark.png and /dev/null differ diff --git a/.config/alacritty/themes/images/gruvbox_material_medium_light.png b/.config/alacritty/themes/images/gruvbox_material_medium_light.png deleted file mode 100644 index 68464f9..0000000 Binary files a/.config/alacritty/themes/images/gruvbox_material_medium_light.png and /dev/null differ diff --git a/.config/alacritty/themes/images/hardhacker.png b/.config/alacritty/themes/images/hardhacker.png deleted file mode 100644 index 9492ae4..0000000 Binary files a/.config/alacritty/themes/images/hardhacker.png and /dev/null differ diff --git a/.config/alacritty/themes/images/high_contrast.png b/.config/alacritty/themes/images/high_contrast.png deleted file mode 100644 index 7814b33..0000000 Binary files a/.config/alacritty/themes/images/high_contrast.png and /dev/null differ diff --git a/.config/alacritty/themes/images/horizon-dark.png b/.config/alacritty/themes/images/horizon-dark.png deleted file mode 100644 index f5d11e0..0000000 Binary files a/.config/alacritty/themes/images/horizon-dark.png and /dev/null differ diff --git a/.config/alacritty/themes/images/hyper.png b/.config/alacritty/themes/images/hyper.png deleted file mode 100644 index f79dd00..0000000 Binary files a/.config/alacritty/themes/images/hyper.png and /dev/null differ diff --git a/.config/alacritty/themes/images/inferno.png b/.config/alacritty/themes/images/inferno.png deleted file mode 100644 index fe676d2..0000000 Binary files a/.config/alacritty/themes/images/inferno.png and /dev/null differ diff --git a/.config/alacritty/themes/images/iris.png b/.config/alacritty/themes/images/iris.png deleted file mode 100644 index 812a9c6..0000000 Binary files a/.config/alacritty/themes/images/iris.png and /dev/null differ diff --git a/.config/alacritty/themes/images/iterm.png b/.config/alacritty/themes/images/iterm.png deleted file mode 100644 index 9cec735..0000000 Binary files a/.config/alacritty/themes/images/iterm.png and /dev/null differ diff --git a/.config/alacritty/themes/images/kanagawa_dragon.png b/.config/alacritty/themes/images/kanagawa_dragon.png deleted file mode 100644 index dfce5ef..0000000 Binary files a/.config/alacritty/themes/images/kanagawa_dragon.png and /dev/null differ diff --git a/.config/alacritty/themes/images/kanagawa_wave.png b/.config/alacritty/themes/images/kanagawa_wave.png deleted file mode 100644 index 21c3838..0000000 Binary files a/.config/alacritty/themes/images/kanagawa_wave.png and /dev/null differ diff --git a/.config/alacritty/themes/images/konsole_linux.png b/.config/alacritty/themes/images/konsole_linux.png deleted file mode 100644 index e4b64ee..0000000 Binary files a/.config/alacritty/themes/images/konsole_linux.png and /dev/null differ diff --git a/.config/alacritty/themes/images/low_contrast.png b/.config/alacritty/themes/images/low_contrast.png deleted file mode 100644 index 52970f5..0000000 Binary files a/.config/alacritty/themes/images/low_contrast.png and /dev/null differ diff --git a/.config/alacritty/themes/images/mariana.png b/.config/alacritty/themes/images/mariana.png deleted file mode 100644 index 6315056..0000000 Binary files a/.config/alacritty/themes/images/mariana.png and /dev/null differ diff --git a/.config/alacritty/themes/images/marine_dark.png b/.config/alacritty/themes/images/marine_dark.png deleted file mode 100644 index 8ee9d86..0000000 Binary files a/.config/alacritty/themes/images/marine_dark.png and /dev/null differ diff --git a/.config/alacritty/themes/images/material_theme.png b/.config/alacritty/themes/images/material_theme.png deleted file mode 100644 index 3098592..0000000 Binary files a/.config/alacritty/themes/images/material_theme.png and /dev/null differ diff --git a/.config/alacritty/themes/images/material_theme_mod.png b/.config/alacritty/themes/images/material_theme_mod.png deleted file mode 100644 index a310664..0000000 Binary files a/.config/alacritty/themes/images/material_theme_mod.png and /dev/null differ diff --git a/.config/alacritty/themes/images/meliora.png b/.config/alacritty/themes/images/meliora.png deleted file mode 100644 index 563cb38..0000000 Binary files a/.config/alacritty/themes/images/meliora.png and /dev/null differ diff --git a/.config/alacritty/themes/images/midnight-haze.png b/.config/alacritty/themes/images/midnight-haze.png deleted file mode 100644 index 143c08c..0000000 Binary files a/.config/alacritty/themes/images/midnight-haze.png and /dev/null differ diff --git a/.config/alacritty/themes/images/monokai-charcoal.png b/.config/alacritty/themes/images/monokai-charcoal.png deleted file mode 100644 index e6648a9..0000000 Binary files a/.config/alacritty/themes/images/monokai-charcoal.png and /dev/null differ diff --git a/.config/alacritty/themes/images/monokai_pro.png b/.config/alacritty/themes/images/monokai_pro.png deleted file mode 100644 index 95437fa..0000000 Binary files a/.config/alacritty/themes/images/monokai_pro.png and /dev/null differ diff --git a/.config/alacritty/themes/images/moonlight_ii_vscode.png b/.config/alacritty/themes/images/moonlight_ii_vscode.png deleted file mode 100644 index 1058371..0000000 Binary files a/.config/alacritty/themes/images/moonlight_ii_vscode.png and /dev/null differ diff --git a/.config/alacritty/themes/images/msx.png b/.config/alacritty/themes/images/msx.png deleted file mode 100644 index a765bfe..0000000 Binary files a/.config/alacritty/themes/images/msx.png and /dev/null differ diff --git a/.config/alacritty/themes/images/night_owlish_light.png b/.config/alacritty/themes/images/night_owlish_light.png deleted file mode 100644 index 6178912..0000000 Binary files a/.config/alacritty/themes/images/night_owlish_light.png and /dev/null differ diff --git a/.config/alacritty/themes/images/nightfox.png b/.config/alacritty/themes/images/nightfox.png deleted file mode 100644 index 699c128..0000000 Binary files a/.config/alacritty/themes/images/nightfox.png and /dev/null differ diff --git a/.config/alacritty/themes/images/noctis-lux.png b/.config/alacritty/themes/images/noctis-lux.png deleted file mode 100644 index e08c0c6..0000000 Binary files a/.config/alacritty/themes/images/noctis-lux.png and /dev/null differ diff --git a/.config/alacritty/themes/images/nord.png b/.config/alacritty/themes/images/nord.png deleted file mode 100644 index ad1ec75..0000000 Binary files a/.config/alacritty/themes/images/nord.png and /dev/null differ diff --git a/.config/alacritty/themes/images/nord_light.png b/.config/alacritty/themes/images/nord_light.png deleted file mode 100644 index df63d7b..0000000 Binary files a/.config/alacritty/themes/images/nord_light.png and /dev/null differ diff --git a/.config/alacritty/themes/images/nordic.png b/.config/alacritty/themes/images/nordic.png deleted file mode 100644 index f4d651c..0000000 Binary files a/.config/alacritty/themes/images/nordic.png and /dev/null differ diff --git a/.config/alacritty/themes/images/oceanic_next.png b/.config/alacritty/themes/images/oceanic_next.png deleted file mode 100644 index 2408c9e..0000000 Binary files a/.config/alacritty/themes/images/oceanic_next.png and /dev/null differ diff --git a/.config/alacritty/themes/images/omni.png b/.config/alacritty/themes/images/omni.png deleted file mode 100644 index efabdc8..0000000 Binary files a/.config/alacritty/themes/images/omni.png and /dev/null differ diff --git a/.config/alacritty/themes/images/one_dark.png b/.config/alacritty/themes/images/one_dark.png deleted file mode 100644 index 089ed78..0000000 Binary files a/.config/alacritty/themes/images/one_dark.png and /dev/null differ diff --git a/.config/alacritty/themes/images/palenight.png b/.config/alacritty/themes/images/palenight.png deleted file mode 100644 index 9e0fd58..0000000 Binary files a/.config/alacritty/themes/images/palenight.png and /dev/null differ diff --git a/.config/alacritty/themes/images/papercolor_dark.png b/.config/alacritty/themes/images/papercolor_dark.png deleted file mode 100644 index a5d3f77..0000000 Binary files a/.config/alacritty/themes/images/papercolor_dark.png and /dev/null differ diff --git a/.config/alacritty/themes/images/papercolor_light.png b/.config/alacritty/themes/images/papercolor_light.png deleted file mode 100644 index 7e7b9e6..0000000 Binary files a/.config/alacritty/themes/images/papercolor_light.png and /dev/null differ diff --git a/.config/alacritty/themes/images/papertheme.png b/.config/alacritty/themes/images/papertheme.png deleted file mode 100644 index ec5d947..0000000 Binary files a/.config/alacritty/themes/images/papertheme.png and /dev/null differ diff --git a/.config/alacritty/themes/images/pencil_dark.png b/.config/alacritty/themes/images/pencil_dark.png deleted file mode 100644 index 5cf5df0..0000000 Binary files a/.config/alacritty/themes/images/pencil_dark.png and /dev/null differ diff --git a/.config/alacritty/themes/images/pencil_light.png b/.config/alacritty/themes/images/pencil_light.png deleted file mode 100644 index c392e14..0000000 Binary files a/.config/alacritty/themes/images/pencil_light.png and /dev/null differ diff --git a/.config/alacritty/themes/images/rainbow.png b/.config/alacritty/themes/images/rainbow.png deleted file mode 100644 index 1825f63..0000000 Binary files a/.config/alacritty/themes/images/rainbow.png and /dev/null differ diff --git a/.config/alacritty/themes/images/remedy_dark.png b/.config/alacritty/themes/images/remedy_dark.png deleted file mode 100644 index eac67b5..0000000 Binary files a/.config/alacritty/themes/images/remedy_dark.png and /dev/null differ diff --git a/.config/alacritty/themes/images/rose-pine-dawn.png b/.config/alacritty/themes/images/rose-pine-dawn.png deleted file mode 100644 index 96e25b8..0000000 Binary files a/.config/alacritty/themes/images/rose-pine-dawn.png and /dev/null differ diff --git a/.config/alacritty/themes/images/rose-pine-moon.png b/.config/alacritty/themes/images/rose-pine-moon.png deleted file mode 100644 index c640e33..0000000 Binary files a/.config/alacritty/themes/images/rose-pine-moon.png and /dev/null differ diff --git a/.config/alacritty/themes/images/rose-pine.png b/.config/alacritty/themes/images/rose-pine.png deleted file mode 100644 index 00de305..0000000 Binary files a/.config/alacritty/themes/images/rose-pine.png and /dev/null differ diff --git a/.config/alacritty/themes/images/seashells.png b/.config/alacritty/themes/images/seashells.png deleted file mode 100644 index b76f2f8..0000000 Binary files a/.config/alacritty/themes/images/seashells.png and /dev/null differ diff --git a/.config/alacritty/themes/images/smoooooth.png b/.config/alacritty/themes/images/smoooooth.png deleted file mode 100644 index 7034974..0000000 Binary files a/.config/alacritty/themes/images/smoooooth.png and /dev/null differ diff --git a/.config/alacritty/themes/images/snazzy.png b/.config/alacritty/themes/images/snazzy.png deleted file mode 100644 index 9632f15..0000000 Binary files a/.config/alacritty/themes/images/snazzy.png and /dev/null differ diff --git a/.config/alacritty/themes/images/solarized_dark.png b/.config/alacritty/themes/images/solarized_dark.png deleted file mode 100644 index 27f98fd..0000000 Binary files a/.config/alacritty/themes/images/solarized_dark.png and /dev/null differ diff --git a/.config/alacritty/themes/images/solarized_light.png b/.config/alacritty/themes/images/solarized_light.png deleted file mode 100644 index 5d23dde..0000000 Binary files a/.config/alacritty/themes/images/solarized_light.png and /dev/null differ diff --git a/.config/alacritty/themes/images/taerminal.png b/.config/alacritty/themes/images/taerminal.png deleted file mode 100644 index 0619607..0000000 Binary files a/.config/alacritty/themes/images/taerminal.png and /dev/null differ diff --git a/.config/alacritty/themes/images/tango_dark.png b/.config/alacritty/themes/images/tango_dark.png deleted file mode 100644 index b1e3915..0000000 Binary files a/.config/alacritty/themes/images/tango_dark.png and /dev/null differ diff --git a/.config/alacritty/themes/images/tender.png b/.config/alacritty/themes/images/tender.png deleted file mode 100644 index d817267..0000000 Binary files a/.config/alacritty/themes/images/tender.png and /dev/null differ diff --git a/.config/alacritty/themes/images/terminal_app.png b/.config/alacritty/themes/images/terminal_app.png deleted file mode 100644 index 81c9da1..0000000 Binary files a/.config/alacritty/themes/images/terminal_app.png and /dev/null differ diff --git a/.config/alacritty/themes/images/thelovelace.png b/.config/alacritty/themes/images/thelovelace.png deleted file mode 100644 index 269a797..0000000 Binary files a/.config/alacritty/themes/images/thelovelace.png and /dev/null differ diff --git a/.config/alacritty/themes/images/tokyo-night-storm.png b/.config/alacritty/themes/images/tokyo-night-storm.png deleted file mode 100644 index ad39605..0000000 Binary files a/.config/alacritty/themes/images/tokyo-night-storm.png and /dev/null differ diff --git a/.config/alacritty/themes/images/tokyo-night.png b/.config/alacritty/themes/images/tokyo-night.png deleted file mode 100644 index d6ed018..0000000 Binary files a/.config/alacritty/themes/images/tokyo-night.png and /dev/null differ diff --git a/.config/alacritty/themes/images/tomorrow_night.png b/.config/alacritty/themes/images/tomorrow_night.png deleted file mode 100644 index ab9ac93..0000000 Binary files a/.config/alacritty/themes/images/tomorrow_night.png and /dev/null differ diff --git a/.config/alacritty/themes/images/tomorrow_night_bright.png b/.config/alacritty/themes/images/tomorrow_night_bright.png deleted file mode 100644 index b5d1493..0000000 Binary files a/.config/alacritty/themes/images/tomorrow_night_bright.png and /dev/null differ diff --git a/.config/alacritty/themes/images/ubuntu.png b/.config/alacritty/themes/images/ubuntu.png deleted file mode 100644 index f3cc1d8..0000000 Binary files a/.config/alacritty/themes/images/ubuntu.png and /dev/null differ diff --git a/.config/alacritty/themes/images/wombat.png b/.config/alacritty/themes/images/wombat.png deleted file mode 100644 index 651534c..0000000 Binary files a/.config/alacritty/themes/images/wombat.png and /dev/null differ diff --git a/.config/alacritty/themes/images/xterm.png b/.config/alacritty/themes/images/xterm.png deleted file mode 100644 index 62e3039..0000000 Binary files a/.config/alacritty/themes/images/xterm.png and /dev/null differ diff --git a/.config/alacritty/themes/images/zenburn.png b/.config/alacritty/themes/images/zenburn.png deleted file mode 100644 index c3fa0a8..0000000 Binary files a/.config/alacritty/themes/images/zenburn.png and /dev/null differ diff --git a/.gitignore b/.gitignore index e7f0915..6e8c8c6 100644 --- a/.gitignore +++ b/.gitignore @@ -168,3 +168,5 @@ cython_debug/ # option (not recommended) you can uncomment the following to ignore the entire idea folder. #.idea/ +# Alacritty theme preview images are bulky and not used at runtime. +.config/alacritty/themes/images/