diff --git a/.DS_Store b/.DS_Store new file mode 100644 index 0000000..d4c19eb Binary files /dev/null and b/.DS_Store differ diff --git a/private_dot_config/.DS_Store b/private_dot_config/.DS_Store new file mode 100644 index 0000000..95876cf Binary files /dev/null and b/private_dot_config/.DS_Store differ diff --git a/private_dot_config/private_karabiner/private_assets/dot_DS_Store b/private_dot_config/kitty/.DS_Store similarity index 89% rename from private_dot_config/private_karabiner/private_assets/dot_DS_Store rename to private_dot_config/kitty/.DS_Store index b5dad24..33cf7f8 100644 Binary files a/private_dot_config/private_karabiner/private_assets/dot_DS_Store and b/private_dot_config/kitty/.DS_Store differ diff --git a/private_dot_config/kitty/kitty-themes/CONTRIBUTING.md b/private_dot_config/kitty/kitty-themes/CONTRIBUTING.md deleted file mode 100644 index fed9d6d..0000000 --- a/private_dot_config/kitty/kitty-themes/CONTRIBUTING.md +++ /dev/null @@ -1,8 +0,0 @@ -# Contributing to kitty-themes - -We always welcome your pull request! To start contributing follow these simple -steps: - -1. Fork the repo and create your branch from `master`; -2. Add your theme as config file under `themes` directory; -3. Issue the pull request through github; diff --git a/private_dot_config/kitty/kitty-themes/LICENSE.md b/private_dot_config/kitty/kitty-themes/LICENSE.md deleted file mode 100644 index 50fa549..0000000 --- a/private_dot_config/kitty/kitty-themes/LICENSE.md +++ /dev/null @@ -1,21 +0,0 @@ -MIT License - -Copyright (c) 2019 Fabrizio Destro - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. diff --git a/private_dot_config/kitty/kitty-themes/README.md b/private_dot_config/kitty/kitty-themes/README.md deleted file mode 100644 index 5fb8cbe..0000000 --- a/private_dot_config/kitty/kitty-themes/README.md +++ /dev/null @@ -1,465 +0,0 @@ -[iterm2-themes]: https://github.com/mbadolato/iTerm2-Color-Schemes -[color-scripts]: https://github.com/stark/Color-Scripts/tree/master/color-scripts -[license]: https://opensource.org/licenses/MIT -[license-badge]: https://img.shields.io/github/license/dexpota/kitty-themes.svg?style=for-the-badge -[kitty-themes-previews]: https://github.com/dexpota/kitty-themes-website/tree/master/previews - -![kitty-themes](./.github/kitty-themes.jpg) - -> **Personalize** your *kitty* terminal and choose your theme from this awesome -> collection, for more information on the terminal visit -> https://github.com/kovidgoyal/kitty - -[![License: MIT][license-badge]][license] -[![All Contributors](https://img.shields.io/badge/all_contributors-9-green.svg?style=for-the-badge)](#contributors) - -- [About](#about) -- [Installation](#installation) - - [Source Code](#source-code) - - [Conda](#conda) -- [License](#license) -- [Bring me to the previews!](#previews) -- [Contributors](#contributors) - -## About - -In this repository you can find a set of themes to personalize your kitty -terminal, these have been ported from [iTerm2-Color-Schemes][iterm2-themes]. You can find -the previews for each theme in the [section](#previews) below or in this other -[repository](kitty-themes-previews). - -## Installation - -### Source Code - -1. If you want to download and use one of these theme you have two options: - - clone the entire *kitty-themes* repository: - ```bash - git clone --depth 1 https://github.com/dexpota/kitty-themes.git ~/.config/kitty/kitty-themes - ``` - - or download just one theme: - ```bash - THEME=https://raw.githubusercontent.com/dexpota/kitty-themes/master/themes/3024_Day.conf - wget "$THEME" -P ~/.config/kitty/kitty-themes/themes - ``` - -2. Choose a theme and create a symlink: - - ```bash - cd ~/.config/kitty - ln -s ./kitty-themes/themes/Floraverse.conf ~/.config/kitty/theme.conf - ``` - -3. Add this line to your kitty.conf configuration file: - - ``` - include ./theme.conf - ``` - -### Conda - -If you using the ``conda`` package manager, you may also install these themes -with the following command: - -```bash -conda install -c conda-forge kitty-themes -``` - -## License - -All original content of this repository is licensed with the [MIT -License](./LICENSE.md). Whenever possible the author of the theme is cited -inside each theme configuration file, together with its license. Hit me up if -you find your theme inside this repository and you want a proper citation. - -## Previews - -If you have followed the [installation](#installation) instructions and cloned -the entire repo, you have two options to try a theme: - -1. If you have enabled remote control in *kitty* you can run this command: - - ```bash - kitty @ set-colors -a "~/.config/kitty/kitty-themes/themes/AdventureTime.conf" - ``` - -2. Otherwise you can start another instance of kitty and specify another config - file to read from, this will cause *kitty* to read both its normal config - file and the specified one: - - ```bash - kitty -o include="~/.config/kitty/kitty-themes/themes/AdventureTime.conf" - ``` - -### Bonus - -Try your new theme with one of the scripts in [Color-scripts][color-scripts] with this -one-liner (requires `jq`): - -```bash -COLOR_SCRIPT_REPO=https://api.github.com/repos/stark/Color-Scripts/contents/color-scripts -wget -q -O - $(curl -s $COLOR_SCRIPT_REPO | jq '.[] | "\(.path) \(.download_url)"' -r | shuf -n1 | cut -d " " -f2) | bash -``` - -### 3024 Day -![image](https://raw.githubusercontent.com/dexpota/kitty-themes-website/master/previews/3024_Day/preview.png) -### 3024 Night -![image](https://raw.githubusercontent.com/dexpota/kitty-themes-website/master/previews/3024_Night/preview.png) -### AdventureTime -![image](https://raw.githubusercontent.com/dexpota/kitty-themes-website/master/previews/AdventureTime/preview.png) -### Afterglow -![image](https://raw.githubusercontent.com/dexpota/kitty-themes-website/master/previews/Afterglow/preview.png) -### AlienBlood -![image](https://raw.githubusercontent.com/dexpota/kitty-themes-website/master/previews/AlienBlood/preview.png) -### Alucard -![image](https://raw.githubusercontent.com/dexpota/kitty-themes-website/master/previews/Alucard/preview.png) -### Apprentice -![image](https://raw.githubusercontent.com/dexpota/kitty-themes-website/master/previews/Apprentice/preview.png) -### Argonaut -![image](https://raw.githubusercontent.com/dexpota/kitty-themes-website/master/previews/Argonaut/preview.png) -### Arthur -![image](https://raw.githubusercontent.com/dexpota/kitty-themes-website/master/previews/Arthur/preview.png) -### AtelierSulphurpool -![image](https://raw.githubusercontent.com/dexpota/kitty-themes-website/master/previews/AtelierSulphurpool/preview.png) -### Atom -![image](https://raw.githubusercontent.com/dexpota/kitty-themes-website/master/previews/Atom/preview.png) -### AtomOneLight -![image](https://raw.githubusercontent.com/dexpota/kitty-themes-website/master/previews/AtomOneLight/preview.png) -### ayu -![image](https://raw.githubusercontent.com/dexpota/kitty-themes-website/master/previews/ayu/preview.png) -### ayu light -![image](https://raw.githubusercontent.com/dexpota/kitty-themes-website/master/previews/ayu_light/preview.png) -### ayu mirage -![image](https://raw.githubusercontent.com/dexpota/kitty-themes-website/master/previews/ayu_mirage/preview.png) -### Batman -![image](https://raw.githubusercontent.com/dexpota/kitty-themes-website/master/previews/Batman/preview.png) -### Belafonte Day -![image](https://raw.githubusercontent.com/dexpota/kitty-themes-website/master/previews/Belafonte_Day/preview.png) -### Belafonte Night -![image](https://raw.githubusercontent.com/dexpota/kitty-themes-website/master/previews/Belafonte_Night/preview.png) -### BirdsOfParadise -![image](https://raw.githubusercontent.com/dexpota/kitty-themes-website/master/previews/BirdsOfParadise/preview.png) -### Blazer -![image](https://raw.githubusercontent.com/dexpota/kitty-themes-website/master/previews/Blazer/preview.png) -### Borland -![image](https://raw.githubusercontent.com/dexpota/kitty-themes-website/master/previews/Borland/preview.png) -### Bright Lights -![image](https://raw.githubusercontent.com/dexpota/kitty-themes-website/master/previews/Bright_Lights/preview.png) -### Broadcast -![image](https://raw.githubusercontent.com/dexpota/kitty-themes-website/master/previews/Broadcast/preview.png) -### Brogrammer -![image](https://raw.githubusercontent.com/dexpota/kitty-themes-website/master/previews/Brogrammer/preview.png) -### C64 -![image](https://raw.githubusercontent.com/dexpota/kitty-themes-website/master/previews/C64/preview.png) -### Chalk -![image](https://raw.githubusercontent.com/dexpota/kitty-themes-website/master/previews/Chalk/preview.png) -### Chalkboard -![image](https://raw.githubusercontent.com/dexpota/kitty-themes-website/master/previews/Chalkboard/preview.png) -### Ciapre -![image](https://raw.githubusercontent.com/dexpota/kitty-themes-website/master/previews/Ciapre/preview.png) -### CLRS -![image](https://raw.githubusercontent.com/dexpota/kitty-themes-website/master/previews/CLRS/preview.png) -### Cobalt2 -![image](https://raw.githubusercontent.com/dexpota/kitty-themes-website/master/previews/Cobalt2/preview.png) -### Cobalt Neon -![image](https://raw.githubusercontent.com/dexpota/kitty-themes-website/master/previews/Cobalt_Neon/preview.png) -### CrayonPonyFish -![image](https://raw.githubusercontent.com/dexpota/kitty-themes-website/master/previews/CrayonPonyFish/preview.png) -### Dark Pastel -![image](https://raw.githubusercontent.com/dexpota/kitty-themes-website/master/previews/Dark_Pastel/preview.png) -### Darkside -![image](https://raw.githubusercontent.com/dexpota/kitty-themes-website/master/previews/Darkside/preview.png) -### Desert -![image](https://raw.githubusercontent.com/dexpota/kitty-themes-website/master/previews/Desert/preview.png) -### DimmedMonokai -![image](https://raw.githubusercontent.com/dexpota/kitty-themes-website/master/previews/DimmedMonokai/preview.png) -### DotGov -![image](https://raw.githubusercontent.com/dexpota/kitty-themes-website/master/previews/DotGov/preview.png) -### Dracula -![image](https://raw.githubusercontent.com/dexpota/kitty-themes-website/master/previews/Dracula/preview.png) -### Dumbledore -![image](https://raw.githubusercontent.com/dexpota/kitty-themes-website/master/previews/Dumbledore/preview.png) -### Duotone Dark -![image](https://raw.githubusercontent.com/dexpota/kitty-themes-website/master/previews/Duotone_Dark/preview.png) -### Earthsong -![image](https://raw.githubusercontent.com/dexpota/kitty-themes-website/master/previews/Earthsong/preview.png) -### Elemental -![image](https://raw.githubusercontent.com/dexpota/kitty-themes-website/master/previews/Elemental/preview.png) -### ENCOM -![image](https://raw.githubusercontent.com/dexpota/kitty-themes-website/master/previews/ENCOM/preview.png) -### Espresso -![image](https://raw.githubusercontent.com/dexpota/kitty-themes-website/master/previews/Espresso/preview.png) -### Espresso Libre -![image](https://raw.githubusercontent.com/dexpota/kitty-themes-website/master/previews/Espresso_Libre/preview.png) -### Fideloper -![image](https://raw.githubusercontent.com/dexpota/kitty-themes-website/master/previews/Fideloper/preview.png) -### FishTank -![image](https://raw.githubusercontent.com/dexpota/kitty-themes-website/master/previews/FishTank/preview.png) -### Flat -![image](https://raw.githubusercontent.com/dexpota/kitty-themes-website/master/previews/Flat/preview.png) -### Flatland -![image](https://raw.githubusercontent.com/dexpota/kitty-themes-website/master/previews/Flatland/preview.png) -### Floraverse -![image](https://raw.githubusercontent.com/dexpota/kitty-themes-website/master/previews/Floraverse/preview.png) -### FrontEndDelight -![image](https://raw.githubusercontent.com/dexpota/kitty-themes-website/master/previews/FrontEndDelight/preview.png) -### FunForrest -![image](https://raw.githubusercontent.com/dexpota/kitty-themes-website/master/previews/FunForrest/preview.png) -### Galaxy -![image](https://raw.githubusercontent.com/dexpota/kitty-themes-website/master/previews/Galaxy/preview.png) -### Github -![image](https://raw.githubusercontent.com/dexpota/kitty-themes-website/master/previews/Github/preview.png) -### Glacier -![image](https://raw.githubusercontent.com/dexpota/kitty-themes-website/master/previews/Glacier/preview.png) -### GoaBase -![image](https://raw.githubusercontent.com/dexpota/kitty-themes-website/master/previews/GoaBase/preview.png) -### Grape -![image](https://raw.githubusercontent.com/dexpota/kitty-themes-website/master/previews/Grape/preview.png) -### Grass -![image](https://raw.githubusercontent.com/dexpota/kitty-themes-website/master/previews/Grass/preview.png) -### gruvbox dark -![image](https://raw.githubusercontent.com/dexpota/kitty-themes-website/master/previews/gruvbox_dark/preview.png) -### gruvbox light -![image](https://raw.githubusercontent.com/dexpota/kitty-themes-website/master/previews/gruvbox_light/preview.png) -### Hardcore -![image](https://raw.githubusercontent.com/dexpota/kitty-themes-website/master/previews/Hardcore/preview.png) -### Harper -![image](https://raw.githubusercontent.com/dexpota/kitty-themes-website/master/previews/Harper/preview.png) -### Highway -![image](https://raw.githubusercontent.com/dexpota/kitty-themes-website/master/previews/Highway/preview.png) -### Hipster Green -![image](https://raw.githubusercontent.com/dexpota/kitty-themes-website/master/previews/Hipster_Green/preview.png) -### Homebrew -![image](https://raw.githubusercontent.com/dexpota/kitty-themes-website/master/previews/Homebrew/preview.png) -### Hurtado -![image](https://raw.githubusercontent.com/dexpota/kitty-themes-website/master/previews/Hurtado/preview.png) -### Hybrid -![image](https://raw.githubusercontent.com/dexpota/kitty-themes-website/master/previews/Hybrid/preview.png) -### IC Green PPL -![image](https://raw.githubusercontent.com/dexpota/kitty-themes-website/master/previews/IC_Green_PPL/preview.png) -### IC Orange PPL -![image](https://raw.githubusercontent.com/dexpota/kitty-themes-website/master/previews/IC_Orange_PPL/preview.png) -### idleToes -![image](https://raw.githubusercontent.com/dexpota/kitty-themes-website/master/previews/idleToes/preview.png) -### IR Black -![image](https://raw.githubusercontent.com/dexpota/kitty-themes-website/master/previews/IR_Black/preview.png) -### Jackie Brown -![image](https://raw.githubusercontent.com/dexpota/kitty-themes-website/master/previews/Jackie_Brown/preview.png) -### Japanesque -![image](https://raw.githubusercontent.com/dexpota/kitty-themes-website/master/previews/Japanesque/preview.png) -### Jellybeans -![image](https://raw.githubusercontent.com/dexpota/kitty-themes-website/master/previews/Jellybeans/preview.png) -### JetBrains Darcula -![image](https://raw.githubusercontent.com/dexpota/kitty-themes-website/master/previews/JetBrains_Darcula/preview.png) -### Kibble -![image](https://raw.githubusercontent.com/dexpota/kitty-themes-website/master/previews/Kibble/preview.png) -### Later This Evening -![image](https://raw.githubusercontent.com/dexpota/kitty-themes-website/master/previews/Later_This_Evening/preview.png) -### Lavandula -![image](https://raw.githubusercontent.com/dexpota/kitty-themes-website/master/previews/Lavandula/preview.png) -### LiquidCarbon -![image](https://raw.githubusercontent.com/dexpota/kitty-themes-website/master/previews/LiquidCarbon/preview.png) -### LiquidCarbonTransparent -![image](https://raw.githubusercontent.com/dexpota/kitty-themes-website/master/previews/LiquidCarbonTransparent/preview.png) -### LiquidCarbonTransparentInverse -![image](https://raw.githubusercontent.com/dexpota/kitty-themes-website/master/previews/LiquidCarbonTransparentInverse/preview.png) -### Man Page -![image](https://raw.githubusercontent.com/dexpota/kitty-themes-website/master/previews/Man_Page/preview.png) -### Material -![image](https://raw.githubusercontent.com/dexpota/kitty-themes-website/master/previews/Material/preview.png) -### MaterialDark -![image](https://raw.githubusercontent.com/dexpota/kitty-themes-website/master/previews/MaterialDark/preview.png) -### Mathias -![image](https://raw.githubusercontent.com/dexpota/kitty-themes-website/master/previews/Mathias/preview.png) -### Medallion -![image](https://raw.githubusercontent.com/dexpota/kitty-themes-website/master/previews/Medallion/preview.png) -### Misterioso -![image](https://raw.githubusercontent.com/dexpota/kitty-themes-website/master/previews/Misterioso/preview.png) -### Molokai -![image](https://raw.githubusercontent.com/dexpota/kitty-themes-website/master/previews/Molokai/preview.png) -### MonaLisa -![image](https://raw.githubusercontent.com/dexpota/kitty-themes-website/master/previews/MonaLisa/preview.png) -### Monokai Classic -![image](https://raw.githubusercontent.com/dexpota/kitty-themes-website/master/previews/Monokai_Classic/preview.png) -### Monokai Pro -![image](https://raw.githubusercontent.com/dexpota/kitty-themes-website/master/previews/Monokai_Pro/preview.png) -### Monokai Pro (Filter Machine) -![image](https://raw.githubusercontent.com/dexpota/kitty-themes-website/master/previews/Monokai_Pro_(Filter_Machine)/preview.png) -### Monokai Pro (Filter Octagon) -![image](https://raw.githubusercontent.com/dexpota/kitty-themes-website/master/previews/Monokai_Pro_(Filter_Octagon)/preview.png) -### Monokai Pro (Filter Ristretto) -![image](https://raw.githubusercontent.com/dexpota/kitty-themes-website/master/previews/Monokai_Pro_(Filter_Ristretto)/preview.png) -### Monokai Pro (Filter Spectrum) -![image](https://raw.githubusercontent.com/dexpota/kitty-themes-website/master/previews/Monokai_Pro_(Filter_Spectrum)/preview.png) -### Monokai Soda -![image](https://raw.githubusercontent.com/dexpota/kitty-themes-website/master/previews/Monokai_Soda/preview.png) -### N0tch2k -![image](https://raw.githubusercontent.com/dexpota/kitty-themes-website/master/previews/N0tch2k/preview.png) -### Neopolitan -![image](https://raw.githubusercontent.com/dexpota/kitty-themes-website/master/previews/Neopolitan/preview.png) -### Neutron -![image](https://raw.githubusercontent.com/dexpota/kitty-themes-website/master/previews/Neutron/preview.png) -### NightLion v1 -![image](https://raw.githubusercontent.com/dexpota/kitty-themes-website/master/previews/NightLion_v1/preview.png) -### NightLion v2 -![image](https://raw.githubusercontent.com/dexpota/kitty-themes-website/master/previews/NightLion_v2/preview.png) -### Nova -![image](https://raw.githubusercontent.com/dexpota/kitty-themes-website/master/previews/Nova/preview.png) -### Novel -![image](https://raw.githubusercontent.com/dexpota/kitty-themes-website/master/previews/Novel/preview.png) -### Obsidian -![image](https://raw.githubusercontent.com/dexpota/kitty-themes-website/master/previews/Obsidian/preview.png) -### Ocean -![image](https://raw.githubusercontent.com/dexpota/kitty-themes-website/master/previews/Ocean/preview.png) -### OceanicMaterial -![image](https://raw.githubusercontent.com/dexpota/kitty-themes-website/master/previews/OceanicMaterial/preview.png) -### Ollie -![image](https://raw.githubusercontent.com/dexpota/kitty-themes-website/master/previews/Ollie/preview.png) -### OneDark -![image](https://raw.githubusercontent.com/dexpota/kitty-themes-website/master/previews/OneDark/preview.png) -### Parasio Dark -![image](https://raw.githubusercontent.com/dexpota/kitty-themes-website/master/previews/Parasio_Dark/preview.png) -### PaulMillr -![image](https://raw.githubusercontent.com/dexpota/kitty-themes-website/master/previews/PaulMillr/preview.png) -### PencilDark -![image](https://raw.githubusercontent.com/dexpota/kitty-themes-website/master/previews/PencilDark/preview.png) -### PencilLight -![image](https://raw.githubusercontent.com/dexpota/kitty-themes-website/master/previews/PencilLight/preview.png) -### Piatto Light -![image](https://raw.githubusercontent.com/dexpota/kitty-themes-website/master/previews/Piatto_Light/preview.png) -### Pnevma -![image](https://raw.githubusercontent.com/dexpota/kitty-themes-website/master/previews/Pnevma/preview.png) -### Pro -![image](https://raw.githubusercontent.com/dexpota/kitty-themes-website/master/previews/Pro/preview.png) -### Red Alert -![image](https://raw.githubusercontent.com/dexpota/kitty-themes-website/master/previews/Red_Alert/preview.png) -### Red Sands -![image](https://raw.githubusercontent.com/dexpota/kitty-themes-website/master/previews/Red_Sands/preview.png) -### Relaxed Afterglow -![image](https://raw.githubusercontent.com/dexpota/kitty-themes-website/master/previews/Relaxed_Afterglow/preview.png) -### Renault Style -![image](https://raw.githubusercontent.com/dexpota/kitty-themes-website/master/previews/Renault_Style/preview.png) -### Renault Style Light -![image](https://raw.githubusercontent.com/dexpota/kitty-themes-website/master/previews/Renault_Style_Light/preview.png) -### Rippedcasts -![image](https://raw.githubusercontent.com/dexpota/kitty-themes-website/master/previews/Rippedcasts/preview.png) -### Royal -![image](https://raw.githubusercontent.com/dexpota/kitty-themes-website/master/previews/Royal/preview.png) -### Seafoam Pastel -![image](https://raw.githubusercontent.com/dexpota/kitty-themes-website/master/previews/Seafoam_Pastel/preview.png) -### SeaShells -![image](https://raw.githubusercontent.com/dexpota/kitty-themes-website/master/previews/SeaShells/preview.png) -### Seti -![image](https://raw.githubusercontent.com/dexpota/kitty-themes-website/master/previews/Seti/preview.png) -### Shaman -![image](https://raw.githubusercontent.com/dexpota/kitty-themes-website/master/previews/Shaman/preview.png) -### Slate -![image](https://raw.githubusercontent.com/dexpota/kitty-themes-website/master/previews/Slate/preview.png) -### Smyck -![image](https://raw.githubusercontent.com/dexpota/kitty-themes-website/master/previews/Smyck/preview.png) -### snazzy -![image](https://raw.githubusercontent.com/dexpota/kitty-themes-website/master/previews/snazzy/preview.png) -### SoftServer -![image](https://raw.githubusercontent.com/dexpota/kitty-themes-website/master/previews/SoftServer/preview.png) -### Solarized Darcula -![image](https://raw.githubusercontent.com/dexpota/kitty-themes-website/master/previews/Solarized_Darcula/preview.png) -### Solarized Dark -![image](https://raw.githubusercontent.com/dexpota/kitty-themes-website/master/previews/Solarized_Dark/preview.png) -### Solarized Dark Higher Contrast -![image](https://raw.githubusercontent.com/dexpota/kitty-themes-website/master/previews/Solarized_Dark_Higher_Contrast/preview.png) -### Solarized Dark - Patched -![image](https://raw.githubusercontent.com/dexpota/kitty-themes-website/master/previews/Solarized_Dark_-_Patched/preview.png) -### Solarized Light -![image](https://raw.githubusercontent.com/dexpota/kitty-themes-website/master/previews/Solarized_Light/preview.png) -### Source Code X -![image](https://raw.githubusercontent.com/dexpota/kitty-themes-website/master/previews/Source_Code_X/preview.png) -### Spacedust -![image](https://raw.githubusercontent.com/dexpota/kitty-themes-website/master/previews/Spacedust/preview.png) -### SpaceGray -![image](https://raw.githubusercontent.com/dexpota/kitty-themes-website/master/previews/SpaceGray/preview.png) -### SpaceGray Eighties -![image](https://raw.githubusercontent.com/dexpota/kitty-themes-website/master/previews/SpaceGray_Eighties/preview.png) -### SpaceGray Eighties Dull -![image](https://raw.githubusercontent.com/dexpota/kitty-themes-website/master/previews/SpaceGray_Eighties_Dull/preview.png) -### Spiderman -![image](https://raw.githubusercontent.com/dexpota/kitty-themes-website/master/previews/Spiderman/preview.png) -### Spring -![image](https://raw.githubusercontent.com/dexpota/kitty-themes-website/master/previews/Spring/preview.png) -### Square -![image](https://raw.githubusercontent.com/dexpota/kitty-themes-website/master/previews/Square/preview.png) -### Sundried -![image](https://raw.githubusercontent.com/dexpota/kitty-themes-website/master/previews/Sundried/preview.png) -### Symfonic -![image](https://raw.githubusercontent.com/dexpota/kitty-themes-website/master/previews/Symfonic/preview.png) -### Tango Dark -![image](https://raw.githubusercontent.com/dexpota/kitty-themes-website/master/previews/Tango_Dark/preview.png) -### Tango Light -![image](https://raw.githubusercontent.com/dexpota/kitty-themes-website/master/previews/Tango_Light/preview.png) -### Teerb -![image](https://raw.githubusercontent.com/dexpota/kitty-themes-website/master/previews/Teerb/preview.png) -### Thayer Bright -![image](https://raw.githubusercontent.com/dexpota/kitty-themes-website/master/previews/Thayer_Bright/preview.png) -### The Hulk -![image](https://raw.githubusercontent.com/dexpota/kitty-themes-website/master/previews/The_Hulk/preview.png) -### Tomorrow -![image](https://raw.githubusercontent.com/dexpota/kitty-themes-website/master/previews/Tomorrow/preview.png) -### Tomorrow Night -![image](https://raw.githubusercontent.com/dexpota/kitty-themes-website/master/previews/Tomorrow_Night/preview.png) -### Tomorrow Night Blue -![image](https://raw.githubusercontent.com/dexpota/kitty-themes-website/master/previews/Tomorrow_Night_Blue/preview.png) -### Tomorrow Night Bright -![image](https://raw.githubusercontent.com/dexpota/kitty-themes-website/master/previews/Tomorrow_Night_Bright/preview.png) -### Tomorrow Night Eighties -![image](https://raw.githubusercontent.com/dexpota/kitty-themes-website/master/previews/Tomorrow_Night_Eighties/preview.png) -### ToyChest -![image](https://raw.githubusercontent.com/dexpota/kitty-themes-website/master/previews/ToyChest/preview.png) -### Treehouse -![image](https://raw.githubusercontent.com/dexpota/kitty-themes-website/master/previews/Treehouse/preview.png) -### Twilight -![image](https://raw.githubusercontent.com/dexpota/kitty-themes-website/master/previews/Twilight/preview.png) -### Ubuntu -![image](https://raw.githubusercontent.com/dexpota/kitty-themes-website/master/previews/Ubuntu/preview.png) -### Urple -![image](https://raw.githubusercontent.com/dexpota/kitty-themes-website/master/previews/Urple/preview.png) -### Vaughn -![image](https://raw.githubusercontent.com/dexpota/kitty-themes-website/master/previews/Vaughn/preview.png) -### VibrantInk -![image](https://raw.githubusercontent.com/dexpota/kitty-themes-website/master/previews/VibrantInk/preview.png) -### WarmNeon -![image](https://raw.githubusercontent.com/dexpota/kitty-themes-website/master/previews/WarmNeon/preview.png) -### Wez -![image](https://raw.githubusercontent.com/dexpota/kitty-themes-website/master/previews/Wez/preview.png) -### WildCherry -![image](https://raw.githubusercontent.com/dexpota/kitty-themes-website/master/previews/WildCherry/preview.png) -### Wombat -![image](https://raw.githubusercontent.com/dexpota/kitty-themes-website/master/previews/Wombat/preview.png) -### Wryan -![image](https://raw.githubusercontent.com/dexpota/kitty-themes-website/master/previews/Wryan/preview.png) -### Zenburn -![image](https://raw.githubusercontent.com/dexpota/kitty-themes-website/master/previews/Zenburn/preview.png) - -## Contributors - -Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)): - - - - - - - - - - - - - - - - - -
Anthony Scopatz
๐Ÿ“–
RCKT
๐Ÿ˜ป
varmanishant
๐Ÿ˜ป
Rasmus Lerdorf
๐Ÿ› ๐Ÿค”
Luflosi
๐Ÿ› ๏ธ ๐Ÿ’ฌ ๐Ÿ“–
Connor Holyday
๐Ÿ› ๏ธ
BlueDrink9
๐Ÿ›
Anders Brujordet
๐Ÿ˜ป
Rajesh Rajendran
๐Ÿ› ๏ธ
- - - -This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome! diff --git a/private_dot_config/kitty/kitty-themes/dot_all-contributorsrc b/private_dot_config/kitty/kitty-themes/dot_all-contributorsrc deleted file mode 100644 index c990c95..0000000 --- a/private_dot_config/kitty/kitty-themes/dot_all-contributorsrc +++ /dev/null @@ -1,111 +0,0 @@ -{ - "files": [ - "README.md" - ], - "badgeTemplate": "[![All Contributors](https://img.shields.io/badge/all_contributors-<%= contributors.length %>-green.svg?style=for-the-badge)](#contributors)", - "contributorTemplate": "\"><%= contributor.name %>
<%= contributions %>", - "imageSize": 100, - "commit": false, - "contributors": [ - { - "login": "scopatz", - "name": "Anthony Scopatz", - "avatar_url": "https://avatars2.githubusercontent.com/u/320553?v=4", - "profile": "http://www.scopatz.com", - "contributions": [ - "doc" - ] - }, - { - "login": "orangecoloured", - "name": "RCKT", - "avatar_url": "https://avatars3.githubusercontent.com/u/3314891?v=4", - "profile": "https://rckt.cc", - "contributions": [ - "theme" - ] - }, - { - "login": "varmanishant", - "name": "varmanishant", - "avatar_url": "https://avatars1.githubusercontent.com/u/4084912?v=4", - "profile": "https://github.com/varmanishant", - "contributions": [ - "theme" - ] - }, - { - "login": "rlerdorf", - "name": "Rasmus Lerdorf", - "avatar_url": "https://avatars3.githubusercontent.com/u/54641?v=4", - "profile": "https://github.com/rlerdorf", - "contributions": [ - "bug", - "ideas" - ] - }, - { - "login": "Luflosi", - "name": "Luflosi", - "avatar_url": "https://avatars1.githubusercontent.com/u/15217907?v=4", - "profile": "https://github.com/Luflosi", - "contributions": [ - "fix", - "question", - "doc" - ] - }, - { - "login": "connorholyday", - "name": "Connor Holyday", - "avatar_url": "https://avatars1.githubusercontent.com/u/4559119?v=4", - "profile": "https://holyday.me", - "contributions": [ - "fix" - ] - }, - { - "login": "BlueDrink9", - "name": "BlueDrink9", - "avatar_url": "https://avatars3.githubusercontent.com/u/26474254?v=4", - "profile": "https://github.com/BlueDrink9", - "contributions": [ - "bug" - ] - }, - { - "login": "brujoand", - "name": "Anders Brujordet", - "avatar_url": "https://avatars1.githubusercontent.com/u/124421?v=4", - "profile": "https://github.com/brujoand", - "contributions": [ - "theme" - ] - }, - { - "login": "rjshrjndrn", - "name": "Rajesh Rajendran", - "avatar_url": "https://avatars3.githubusercontent.com/u/2563385?v=4", - "profile": "http://www.hackouts.com", - "contributions": [ - "fix" - ] - } - ], - "types": { - "theme": { - "symbol": "๐Ÿ˜ป", - "description": "New theme added to the collection" - }, - "fix": { - "symbol": "๐Ÿ› ๏ธ", - "description": "Fixed a theme" - } - }, - "contributorsPerLine": 7, - "projectName": "kitty-themes", - "projectOwner": "dexpota", - "repoType": "github", - "repoHost": "https://github.com", - "commitConvention": "none" -} diff --git a/private_dot_config/kitty/kitty-themes/dot_git/FETCH_HEAD b/private_dot_config/kitty/kitty-themes/dot_git/FETCH_HEAD deleted file mode 100644 index 0b158b9..0000000 --- a/private_dot_config/kitty/kitty-themes/dot_git/FETCH_HEAD +++ /dev/null @@ -1 +0,0 @@ -b1abdd54ba655ef34f75a568d78625981bf1722c branch 'master' of https://github.com/dexpota/kitty-themes diff --git a/private_dot_config/kitty/kitty-themes/dot_git/HEAD b/private_dot_config/kitty/kitty-themes/dot_git/HEAD deleted file mode 100644 index cb089cd..0000000 --- a/private_dot_config/kitty/kitty-themes/dot_git/HEAD +++ /dev/null @@ -1 +0,0 @@ -ref: refs/heads/master diff --git a/private_dot_config/kitty/kitty-themes/dot_git/ORIG_HEAD b/private_dot_config/kitty/kitty-themes/dot_git/ORIG_HEAD deleted file mode 100644 index 720cc4e..0000000 --- a/private_dot_config/kitty/kitty-themes/dot_git/ORIG_HEAD +++ /dev/null @@ -1 +0,0 @@ -b1abdd54ba655ef34f75a568d78625981bf1722c diff --git a/private_dot_config/kitty/kitty-themes/dot_git/config b/private_dot_config/kitty/kitty-themes/dot_git/config deleted file mode 100644 index 0a1e8f5..0000000 --- a/private_dot_config/kitty/kitty-themes/dot_git/config +++ /dev/null @@ -1,13 +0,0 @@ -[core] - repositoryformatversion = 0 - filemode = true - bare = false - logallrefupdates = true - ignorecase = true - precomposeunicode = true -[remote "origin"] - url = https://github.com/dexpota/kitty-themes.git - fetch = +refs/heads/master:refs/remotes/origin/master -[branch "master"] - remote = origin - merge = refs/heads/master diff --git a/private_dot_config/kitty/kitty-themes/dot_git/description b/private_dot_config/kitty/kitty-themes/dot_git/description deleted file mode 100644 index 498b267..0000000 --- a/private_dot_config/kitty/kitty-themes/dot_git/description +++ /dev/null @@ -1 +0,0 @@ -Unnamed repository; edit this file 'description' to name the repository. diff --git a/private_dot_config/kitty/kitty-themes/dot_git/hooks/executable_applypatch-msg.sample b/private_dot_config/kitty/kitty-themes/dot_git/hooks/executable_applypatch-msg.sample deleted file mode 100644 index a5d7b84..0000000 --- a/private_dot_config/kitty/kitty-themes/dot_git/hooks/executable_applypatch-msg.sample +++ /dev/null @@ -1,15 +0,0 @@ -#!/bin/sh -# -# An example hook script to check the commit log message taken by -# applypatch from an e-mail message. -# -# The hook should exit with non-zero status after issuing an -# appropriate message if it wants to stop the commit. The hook is -# allowed to edit the commit message file. -# -# To enable this hook, rename this file to "applypatch-msg". - -. git-sh-setup -commitmsg="$(git rev-parse --git-path hooks/commit-msg)" -test -x "$commitmsg" && exec "$commitmsg" ${1+"$@"} -: diff --git a/private_dot_config/kitty/kitty-themes/dot_git/hooks/executable_commit-msg.sample b/private_dot_config/kitty/kitty-themes/dot_git/hooks/executable_commit-msg.sample deleted file mode 100644 index b58d118..0000000 --- a/private_dot_config/kitty/kitty-themes/dot_git/hooks/executable_commit-msg.sample +++ /dev/null @@ -1,24 +0,0 @@ -#!/bin/sh -# -# An example hook script to check the commit log message. -# Called by "git commit" with one argument, the name of the file -# that has the commit message. The hook should exit with non-zero -# status after issuing an appropriate message if it wants to stop the -# commit. The hook is allowed to edit the commit message file. -# -# To enable this hook, rename this file to "commit-msg". - -# Uncomment the below to add a Signed-off-by line to the message. -# Doing this in a hook is a bad idea in general, but the prepare-commit-msg -# hook is more suited to it. -# -# SOB=$(git var GIT_AUTHOR_IDENT | sed -n 's/^\(.*>\).*$/Signed-off-by: \1/p') -# grep -qs "^$SOB" "$1" || echo "$SOB" >> "$1" - -# This example catches duplicate Signed-off-by lines. - -test "" = "$(grep '^Signed-off-by: ' "$1" | - sort | uniq -c | sed -e '/^[ ]*1[ ]/d')" || { - echo >&2 Duplicate Signed-off-by lines. - exit 1 -} diff --git a/private_dot_config/kitty/kitty-themes/dot_git/hooks/executable_fsmonitor-watchman.sample b/private_dot_config/kitty/kitty-themes/dot_git/hooks/executable_fsmonitor-watchman.sample deleted file mode 100644 index 23e856f..0000000 --- a/private_dot_config/kitty/kitty-themes/dot_git/hooks/executable_fsmonitor-watchman.sample +++ /dev/null @@ -1,174 +0,0 @@ -#!/usr/bin/perl - -use strict; -use warnings; -use IPC::Open2; - -# An example hook script to integrate Watchman -# (https://facebook.github.io/watchman/) with git to speed up detecting -# new and modified files. -# -# The hook is passed a version (currently 2) and last update token -# formatted as a string and outputs to stdout a new update token and -# all files that have been modified since the update token. Paths must -# be relative to the root of the working tree and separated by a single NUL. -# -# To enable this hook, rename this file to "query-watchman" and set -# 'git config core.fsmonitor .git/hooks/query-watchman' -# -my ($version, $last_update_token) = @ARGV; - -# Uncomment for debugging -# print STDERR "$0 $version $last_update_token\n"; - -# Check the hook interface version -if ($version ne 2) { - die "Unsupported query-fsmonitor hook version '$version'.\n" . - "Falling back to scanning...\n"; -} - -my $git_work_tree = get_working_dir(); - -my $retry = 1; - -my $json_pkg; -eval { - require JSON::XS; - $json_pkg = "JSON::XS"; - 1; -} or do { - require JSON::PP; - $json_pkg = "JSON::PP"; -}; - -launch_watchman(); - -sub launch_watchman { - my $o = watchman_query(); - if (is_work_tree_watched($o)) { - output_result($o->{clock}, @{$o->{files}}); - } -} - -sub output_result { - my ($clockid, @files) = @_; - - # Uncomment for debugging watchman output - # open (my $fh, ">", ".git/watchman-output.out"); - # binmode $fh, ":utf8"; - # print $fh "$clockid\n@files\n"; - # close $fh; - - binmode STDOUT, ":utf8"; - print $clockid; - print "\0"; - local $, = "\0"; - print @files; -} - -sub watchman_clock { - my $response = qx/watchman clock "$git_work_tree"/; - die "Failed to get clock id on '$git_work_tree'.\n" . - "Falling back to scanning...\n" if $? != 0; - - return $json_pkg->new->utf8->decode($response); -} - -sub watchman_query { - my $pid = open2(\*CHLD_OUT, \*CHLD_IN, 'watchman -j --no-pretty') - or die "open2() failed: $!\n" . - "Falling back to scanning...\n"; - - # In the query expression below we're asking for names of files that - # changed since $last_update_token but not from the .git folder. - # - # To accomplish this, we're using the "since" generator to use the - # recency index to select candidate nodes and "fields" to limit the - # output to file names only. Then we're using the "expression" term to - # further constrain the results. - my $last_update_line = ""; - if (substr($last_update_token, 0, 1) eq "c") { - $last_update_token = "\"$last_update_token\""; - $last_update_line = qq[\n"since": $last_update_token,]; - } - my $query = <<" END"; - ["query", "$git_work_tree", {$last_update_line - "fields": ["name"], - "expression": ["not", ["dirname", ".git"]] - }] - END - - # Uncomment for debugging the watchman query - # open (my $fh, ">", ".git/watchman-query.json"); - # print $fh $query; - # close $fh; - - print CHLD_IN $query; - close CHLD_IN; - my $response = do {local $/; }; - - # Uncomment for debugging the watch response - # open ($fh, ">", ".git/watchman-response.json"); - # print $fh $response; - # close $fh; - - die "Watchman: command returned no output.\n" . - "Falling back to scanning...\n" if $response eq ""; - die "Watchman: command returned invalid output: $response\n" . - "Falling back to scanning...\n" unless $response =~ /^\{/; - - return $json_pkg->new->utf8->decode($response); -} - -sub is_work_tree_watched { - my ($output) = @_; - my $error = $output->{error}; - if ($retry > 0 and $error and $error =~ m/unable to resolve root .* directory (.*) is not watched/) { - $retry--; - my $response = qx/watchman watch "$git_work_tree"/; - die "Failed to make watchman watch '$git_work_tree'.\n" . - "Falling back to scanning...\n" if $? != 0; - $output = $json_pkg->new->utf8->decode($response); - $error = $output->{error}; - die "Watchman: $error.\n" . - "Falling back to scanning...\n" if $error; - - # Uncomment for debugging watchman output - # open (my $fh, ">", ".git/watchman-output.out"); - # close $fh; - - # Watchman will always return all files on the first query so - # return the fast "everything is dirty" flag to git and do the - # Watchman query just to get it over with now so we won't pay - # the cost in git to look up each individual file. - my $o = watchman_clock(); - $error = $output->{error}; - - die "Watchman: $error.\n" . - "Falling back to scanning...\n" if $error; - - output_result($o->{clock}, ("/")); - $last_update_token = $o->{clock}; - - eval { launch_watchman() }; - return 0; - } - - die "Watchman: $error.\n" . - "Falling back to scanning...\n" if $error; - - return 1; -} - -sub get_working_dir { - my $working_dir; - if ($^O =~ 'msys' || $^O =~ 'cygwin') { - $working_dir = Win32::GetCwd(); - $working_dir =~ tr/\\/\//; - } else { - require Cwd; - $working_dir = Cwd::cwd(); - } - - return $working_dir; -} diff --git a/private_dot_config/kitty/kitty-themes/dot_git/hooks/executable_post-update.sample b/private_dot_config/kitty/kitty-themes/dot_git/hooks/executable_post-update.sample deleted file mode 100644 index ec17ec1..0000000 --- a/private_dot_config/kitty/kitty-themes/dot_git/hooks/executable_post-update.sample +++ /dev/null @@ -1,8 +0,0 @@ -#!/bin/sh -# -# An example hook script to prepare a packed repository for use over -# dumb transports. -# -# To enable this hook, rename this file to "post-update". - -exec git update-server-info diff --git a/private_dot_config/kitty/kitty-themes/dot_git/hooks/executable_pre-applypatch.sample b/private_dot_config/kitty/kitty-themes/dot_git/hooks/executable_pre-applypatch.sample deleted file mode 100644 index 4142082..0000000 --- a/private_dot_config/kitty/kitty-themes/dot_git/hooks/executable_pre-applypatch.sample +++ /dev/null @@ -1,14 +0,0 @@ -#!/bin/sh -# -# An example hook script to verify what is about to be committed -# by applypatch from an e-mail message. -# -# The hook should exit with non-zero status after issuing an -# appropriate message if it wants to stop the commit. -# -# To enable this hook, rename this file to "pre-applypatch". - -. git-sh-setup -precommit="$(git rev-parse --git-path hooks/pre-commit)" -test -x "$precommit" && exec "$precommit" ${1+"$@"} -: diff --git a/private_dot_config/kitty/kitty-themes/dot_git/hooks/executable_pre-commit.sample b/private_dot_config/kitty/kitty-themes/dot_git/hooks/executable_pre-commit.sample deleted file mode 100644 index e144712..0000000 --- a/private_dot_config/kitty/kitty-themes/dot_git/hooks/executable_pre-commit.sample +++ /dev/null @@ -1,49 +0,0 @@ -#!/bin/sh -# -# An example hook script to verify what is about to be committed. -# Called by "git commit" with no arguments. The hook should -# exit with non-zero status after issuing an appropriate message if -# it wants to stop the commit. -# -# To enable this hook, rename this file to "pre-commit". - -if git rev-parse --verify HEAD >/dev/null 2>&1 -then - against=HEAD -else - # Initial commit: diff against an empty tree object - against=$(git hash-object -t tree /dev/null) -fi - -# If you want to allow non-ASCII filenames set this variable to true. -allownonascii=$(git config --type=bool hooks.allownonascii) - -# Redirect output to stderr. -exec 1>&2 - -# Cross platform projects tend to avoid non-ASCII filenames; prevent -# them from being added to the repository. We exploit the fact that the -# printable range starts at the space character and ends with tilde. -if [ "$allownonascii" != "true" ] && - # Note that the use of brackets around a tr range is ok here, (it's - # even required, for portability to Solaris 10's /usr/bin/tr), since - # the square bracket bytes happen to fall in the designated range. - test $(git diff --cached --name-only --diff-filter=A -z $against | - LC_ALL=C tr -d '[ -~]\0' | wc -c) != 0 -then - cat <<\EOF -Error: Attempt to add a non-ASCII file name. - -This can cause problems if you want to work with people on other platforms. - -To be portable it is advisable to rename the file. - -If you know what you are doing you can disable this check using: - - git config hooks.allownonascii true -EOF - exit 1 -fi - -# If there are whitespace errors, print the offending file names and fail. -exec git diff-index --check --cached $against -- diff --git a/private_dot_config/kitty/kitty-themes/dot_git/hooks/executable_pre-merge-commit.sample b/private_dot_config/kitty/kitty-themes/dot_git/hooks/executable_pre-merge-commit.sample deleted file mode 100644 index 399eab1..0000000 --- a/private_dot_config/kitty/kitty-themes/dot_git/hooks/executable_pre-merge-commit.sample +++ /dev/null @@ -1,13 +0,0 @@ -#!/bin/sh -# -# An example hook script to verify what is about to be committed. -# Called by "git merge" with no arguments. The hook should -# exit with non-zero status after issuing an appropriate message to -# stderr if it wants to stop the merge commit. -# -# To enable this hook, rename this file to "pre-merge-commit". - -. git-sh-setup -test -x "$GIT_DIR/hooks/pre-commit" && - exec "$GIT_DIR/hooks/pre-commit" -: diff --git a/private_dot_config/kitty/kitty-themes/dot_git/hooks/executable_pre-push.sample b/private_dot_config/kitty/kitty-themes/dot_git/hooks/executable_pre-push.sample deleted file mode 100644 index 4ce688d..0000000 --- a/private_dot_config/kitty/kitty-themes/dot_git/hooks/executable_pre-push.sample +++ /dev/null @@ -1,53 +0,0 @@ -#!/bin/sh - -# An example hook script to verify what is about to be pushed. Called by "git -# push" after it has checked the remote status, but before anything has been -# pushed. If this script exits with a non-zero status nothing will be pushed. -# -# This hook is called with the following parameters: -# -# $1 -- Name of the remote to which the push is being done -# $2 -- URL to which the push is being done -# -# If pushing without using a named remote those arguments will be equal. -# -# Information about the commits which are being pushed is supplied as lines to -# the standard input in the form: -# -# -# -# This sample shows how to prevent push of commits where the log message starts -# with "WIP" (work in progress). - -remote="$1" -url="$2" - -zero=$(git hash-object --stdin &2 "Found WIP commit in $local_ref, not pushing" - exit 1 - fi - fi -done - -exit 0 diff --git a/private_dot_config/kitty/kitty-themes/dot_git/hooks/executable_pre-rebase.sample b/private_dot_config/kitty/kitty-themes/dot_git/hooks/executable_pre-rebase.sample deleted file mode 100644 index 6cbef5c..0000000 --- a/private_dot_config/kitty/kitty-themes/dot_git/hooks/executable_pre-rebase.sample +++ /dev/null @@ -1,169 +0,0 @@ -#!/bin/sh -# -# Copyright (c) 2006, 2008 Junio C Hamano -# -# The "pre-rebase" hook is run just before "git rebase" starts doing -# its job, and can prevent the command from running by exiting with -# non-zero status. -# -# The hook is called with the following parameters: -# -# $1 -- the upstream the series was forked from. -# $2 -- the branch being rebased (or empty when rebasing the current branch). -# -# This sample shows how to prevent topic branches that are already -# merged to 'next' branch from getting rebased, because allowing it -# would result in rebasing already published history. - -publish=next -basebranch="$1" -if test "$#" = 2 -then - topic="refs/heads/$2" -else - topic=`git symbolic-ref HEAD` || - exit 0 ;# we do not interrupt rebasing detached HEAD -fi - -case "$topic" in -refs/heads/??/*) - ;; -*) - exit 0 ;# we do not interrupt others. - ;; -esac - -# Now we are dealing with a topic branch being rebased -# on top of master. Is it OK to rebase it? - -# Does the topic really exist? -git show-ref -q "$topic" || { - echo >&2 "No such branch $topic" - exit 1 -} - -# Is topic fully merged to master? -not_in_master=`git rev-list --pretty=oneline ^master "$topic"` -if test -z "$not_in_master" -then - echo >&2 "$topic is fully merged to master; better remove it." - exit 1 ;# we could allow it, but there is no point. -fi - -# Is topic ever merged to next? If so you should not be rebasing it. -only_next_1=`git rev-list ^master "^$topic" ${publish} | sort` -only_next_2=`git rev-list ^master ${publish} | sort` -if test "$only_next_1" = "$only_next_2" -then - not_in_topic=`git rev-list "^$topic" master` - if test -z "$not_in_topic" - then - echo >&2 "$topic is already up to date with master" - exit 1 ;# we could allow it, but there is no point. - else - exit 0 - fi -else - not_in_next=`git rev-list --pretty=oneline ^${publish} "$topic"` - /usr/bin/perl -e ' - my $topic = $ARGV[0]; - my $msg = "* $topic has commits already merged to public branch:\n"; - my (%not_in_next) = map { - /^([0-9a-f]+) /; - ($1 => 1); - } split(/\n/, $ARGV[1]); - for my $elem (map { - /^([0-9a-f]+) (.*)$/; - [$1 => $2]; - } split(/\n/, $ARGV[2])) { - if (!exists $not_in_next{$elem->[0]}) { - if ($msg) { - print STDERR $msg; - undef $msg; - } - print STDERR " $elem->[1]\n"; - } - } - ' "$topic" "$not_in_next" "$not_in_master" - exit 1 -fi - -<<\DOC_END - -This sample hook safeguards topic branches that have been -published from being rewound. - -The workflow assumed here is: - - * Once a topic branch forks from "master", "master" is never - merged into it again (either directly or indirectly). - - * Once a topic branch is fully cooked and merged into "master", - it is deleted. If you need to build on top of it to correct - earlier mistakes, a new topic branch is created by forking at - the tip of the "master". This is not strictly necessary, but - it makes it easier to keep your history simple. - - * Whenever you need to test or publish your changes to topic - branches, merge them into "next" branch. - -The script, being an example, hardcodes the publish branch name -to be "next", but it is trivial to make it configurable via -$GIT_DIR/config mechanism. - -With this workflow, you would want to know: - -(1) ... if a topic branch has ever been merged to "next". Young - topic branches can have stupid mistakes you would rather - clean up before publishing, and things that have not been - merged into other branches can be easily rebased without - affecting other people. But once it is published, you would - not want to rewind it. - -(2) ... if a topic branch has been fully merged to "master". - Then you can delete it. More importantly, you should not - build on top of it -- other people may already want to - change things related to the topic as patches against your - "master", so if you need further changes, it is better to - fork the topic (perhaps with the same name) afresh from the - tip of "master". - -Let's look at this example: - - o---o---o---o---o---o---o---o---o---o "next" - / / / / - / a---a---b A / / - / / / / - / / c---c---c---c B / - / / / \ / - / / / b---b C \ / - / / / / \ / - ---o---o---o---o---o---o---o---o---o---o---o "master" - - -A, B and C are topic branches. - - * A has one fix since it was merged up to "next". - - * B has finished. It has been fully merged up to "master" and "next", - and is ready to be deleted. - - * C has not merged to "next" at all. - -We would want to allow C to be rebased, refuse A, and encourage -B to be deleted. - -To compute (1): - - git rev-list ^master ^topic next - git rev-list ^master next - - if these match, topic has not merged in next at all. - -To compute (2): - - git rev-list master..topic - - if this is empty, it is fully merged to "master". - -DOC_END diff --git a/private_dot_config/kitty/kitty-themes/dot_git/hooks/executable_pre-receive.sample b/private_dot_config/kitty/kitty-themes/dot_git/hooks/executable_pre-receive.sample deleted file mode 100644 index a1fd29e..0000000 --- a/private_dot_config/kitty/kitty-themes/dot_git/hooks/executable_pre-receive.sample +++ /dev/null @@ -1,24 +0,0 @@ -#!/bin/sh -# -# An example hook script to make use of push options. -# The example simply echoes all push options that start with 'echoback=' -# and rejects all pushes when the "reject" push option is used. -# -# To enable this hook, rename this file to "pre-receive". - -if test -n "$GIT_PUSH_OPTION_COUNT" -then - i=0 - while test "$i" -lt "$GIT_PUSH_OPTION_COUNT" - do - eval "value=\$GIT_PUSH_OPTION_$i" - case "$value" in - echoback=*) - echo "echo from the pre-receive-hook: ${value#*=}" >&2 - ;; - reject) - exit 1 - esac - i=$((i + 1)) - done -fi diff --git a/private_dot_config/kitty/kitty-themes/dot_git/hooks/executable_prepare-commit-msg.sample b/private_dot_config/kitty/kitty-themes/dot_git/hooks/executable_prepare-commit-msg.sample deleted file mode 100644 index 10fa14c..0000000 --- a/private_dot_config/kitty/kitty-themes/dot_git/hooks/executable_prepare-commit-msg.sample +++ /dev/null @@ -1,42 +0,0 @@ -#!/bin/sh -# -# An example hook script to prepare the commit log message. -# Called by "git commit" with the name of the file that has the -# commit message, followed by the description of the commit -# message's source. The hook's purpose is to edit the commit -# message file. If the hook fails with a non-zero status, -# the commit is aborted. -# -# To enable this hook, rename this file to "prepare-commit-msg". - -# This hook includes three examples. The first one removes the -# "# Please enter the commit message..." help message. -# -# The second includes the output of "git diff --name-status -r" -# into the message, just before the "git status" output. It is -# commented because it doesn't cope with --amend or with squashed -# commits. -# -# The third example adds a Signed-off-by line to the message, that can -# still be edited. This is rarely a good idea. - -COMMIT_MSG_FILE=$1 -COMMIT_SOURCE=$2 -SHA1=$3 - -/usr/bin/perl -i.bak -ne 'print unless(m/^. Please enter the commit message/..m/^#$/)' "$COMMIT_MSG_FILE" - -# case "$COMMIT_SOURCE,$SHA1" in -# ,|template,) -# /usr/bin/perl -i.bak -pe ' -# print "\n" . `git diff --cached --name-status -r` -# if /^#/ && $first++ == 0' "$COMMIT_MSG_FILE" ;; -# *) ;; -# esac - -# SOB=$(git var GIT_COMMITTER_IDENT | sed -n 's/^\(.*>\).*$/Signed-off-by: \1/p') -# git interpret-trailers --in-place --trailer "$SOB" "$COMMIT_MSG_FILE" -# if test -z "$COMMIT_SOURCE" -# then -# /usr/bin/perl -i.bak -pe 'print "\n" if !$first_line++' "$COMMIT_MSG_FILE" -# fi diff --git a/private_dot_config/kitty/kitty-themes/dot_git/hooks/executable_push-to-checkout.sample b/private_dot_config/kitty/kitty-themes/dot_git/hooks/executable_push-to-checkout.sample deleted file mode 100644 index af5a0c0..0000000 --- a/private_dot_config/kitty/kitty-themes/dot_git/hooks/executable_push-to-checkout.sample +++ /dev/null @@ -1,78 +0,0 @@ -#!/bin/sh - -# An example hook script to update a checked-out tree on a git push. -# -# This hook is invoked by git-receive-pack(1) when it reacts to git -# push and updates reference(s) in its repository, and when the push -# tries to update the branch that is currently checked out and the -# receive.denyCurrentBranch configuration variable is set to -# updateInstead. -# -# By default, such a push is refused if the working tree and the index -# of the remote repository has any difference from the currently -# checked out commit; when both the working tree and the index match -# the current commit, they are updated to match the newly pushed tip -# of the branch. This hook is to be used to override the default -# behaviour; however the code below reimplements the default behaviour -# as a starting point for convenient modification. -# -# The hook receives the commit with which the tip of the current -# branch is going to be updated: -commit=$1 - -# It can exit with a non-zero status to refuse the push (when it does -# so, it must not modify the index or the working tree). -die () { - echo >&2 "$*" - exit 1 -} - -# Or it can make any necessary changes to the working tree and to the -# index to bring them to the desired state when the tip of the current -# branch is updated to the new commit, and exit with a zero status. -# -# For example, the hook can simply run git read-tree -u -m HEAD "$1" -# in order to emulate git fetch that is run in the reverse direction -# with git push, as the two-tree form of git read-tree -u -m is -# essentially the same as git switch or git checkout that switches -# branches while keeping the local changes in the working tree that do -# not interfere with the difference between the branches. - -# The below is a more-or-less exact translation to shell of the C code -# for the default behaviour for git's push-to-checkout hook defined in -# the push_to_deploy() function in builtin/receive-pack.c. -# -# Note that the hook will be executed from the repository directory, -# not from the working tree, so if you want to perform operations on -# the working tree, you will have to adapt your code accordingly, e.g. -# by adding "cd .." or using relative paths. - -if ! git update-index -q --ignore-submodules --refresh -then - die "Up-to-date check failed" -fi - -if ! git diff-files --quiet --ignore-submodules -- -then - die "Working directory has unstaged changes" -fi - -# This is a rough translation of: -# -# head_has_history() ? "HEAD" : EMPTY_TREE_SHA1_HEX -if git cat-file -e HEAD 2>/dev/null -then - head=HEAD -else - head=$(git hash-object -t tree --stdin &2 - echo " (if you want, you could supply GIT_DIR then run" >&2 - echo " $0 )" >&2 - exit 1 -fi - -if [ -z "$refname" -o -z "$oldrev" -o -z "$newrev" ]; then - echo "usage: $0 " >&2 - exit 1 -fi - -# --- Config -allowunannotated=$(git config --type=bool hooks.allowunannotated) -allowdeletebranch=$(git config --type=bool hooks.allowdeletebranch) -denycreatebranch=$(git config --type=bool hooks.denycreatebranch) -allowdeletetag=$(git config --type=bool hooks.allowdeletetag) -allowmodifytag=$(git config --type=bool hooks.allowmodifytag) - -# check for no description -projectdesc=$(sed -e '1q' "$GIT_DIR/description") -case "$projectdesc" in -"Unnamed repository"* | "") - echo "*** Project description file hasn't been set" >&2 - exit 1 - ;; -esac - -# --- Check types -# if $newrev is 0000...0000, it's a commit to delete a ref. -zero=$(git hash-object --stdin &2 - echo "*** Use 'git tag [ -a | -s ]' for tags you want to propagate." >&2 - exit 1 - fi - ;; - refs/tags/*,delete) - # delete tag - if [ "$allowdeletetag" != "true" ]; then - echo "*** Deleting a tag is not allowed in this repository" >&2 - exit 1 - fi - ;; - refs/tags/*,tag) - # annotated tag - if [ "$allowmodifytag" != "true" ] && git rev-parse $refname > /dev/null 2>&1 - then - echo "*** Tag '$refname' already exists." >&2 - echo "*** Modifying a tag is not allowed in this repository." >&2 - exit 1 - fi - ;; - refs/heads/*,commit) - # branch - if [ "$oldrev" = "$zero" -a "$denycreatebranch" = "true" ]; then - echo "*** Creating a branch is not allowed in this repository" >&2 - exit 1 - fi - ;; - refs/heads/*,delete) - # delete branch - if [ "$allowdeletebranch" != "true" ]; then - echo "*** Deleting a branch is not allowed in this repository" >&2 - exit 1 - fi - ;; - refs/remotes/*,commit) - # tracking branch - ;; - refs/remotes/*,delete) - # delete tracking branch - if [ "$allowdeletebranch" != "true" ]; then - echo "*** Deleting a tracking branch is not allowed in this repository" >&2 - exit 1 - fi - ;; - *) - # Anything else (is there anything else?) - echo "*** Update hook: unknown type of update to ref $refname of type $newrev_type" >&2 - exit 1 - ;; -esac - -# --- Finished -exit 0 diff --git a/private_dot_config/kitty/kitty-themes/dot_git/index b/private_dot_config/kitty/kitty-themes/dot_git/index deleted file mode 100644 index 78741b9..0000000 Binary files a/private_dot_config/kitty/kitty-themes/dot_git/index and /dev/null differ diff --git a/private_dot_config/kitty/kitty-themes/dot_git/info/exclude b/private_dot_config/kitty/kitty-themes/dot_git/info/exclude deleted file mode 100644 index a5196d1..0000000 --- a/private_dot_config/kitty/kitty-themes/dot_git/info/exclude +++ /dev/null @@ -1,6 +0,0 @@ -# git ls-files --others --exclude-from=.git/info/exclude -# Lines that start with '#' are comments. -# For a project mostly in C, the following would be a good set of -# exclude patterns (uncomment them if you want to use them): -# *.[oa] -# *~ diff --git a/private_dot_config/kitty/kitty-themes/dot_git/logs/HEAD b/private_dot_config/kitty/kitty-themes/dot_git/logs/HEAD deleted file mode 100644 index 6c85d59..0000000 --- a/private_dot_config/kitty/kitty-themes/dot_git/logs/HEAD +++ /dev/null @@ -1,2 +0,0 @@ -0000000000000000000000000000000000000000 b1abdd54ba655ef34f75a568d78625981bf1722c Anton Volnuhin 1682104888 +0300 clone: from https://github.com/dexpota/kitty-themes.git -b1abdd54ba655ef34f75a568d78625981bf1722c b1abdd54ba655ef34f75a568d78625981bf1722c Anton Volnuhin 1682298691 +0300 reset: moving to HEAD diff --git a/private_dot_config/kitty/kitty-themes/dot_git/logs/refs/heads/master b/private_dot_config/kitty/kitty-themes/dot_git/logs/refs/heads/master deleted file mode 100644 index eb13b5f..0000000 --- a/private_dot_config/kitty/kitty-themes/dot_git/logs/refs/heads/master +++ /dev/null @@ -1 +0,0 @@ -0000000000000000000000000000000000000000 b1abdd54ba655ef34f75a568d78625981bf1722c Anton Volnuhin 1682104888 +0300 clone: from https://github.com/dexpota/kitty-themes.git diff --git a/private_dot_config/kitty/kitty-themes/dot_git/logs/refs/remotes/origin/HEAD b/private_dot_config/kitty/kitty-themes/dot_git/logs/refs/remotes/origin/HEAD deleted file mode 100644 index eb13b5f..0000000 --- a/private_dot_config/kitty/kitty-themes/dot_git/logs/refs/remotes/origin/HEAD +++ /dev/null @@ -1 +0,0 @@ -0000000000000000000000000000000000000000 b1abdd54ba655ef34f75a568d78625981bf1722c Anton Volnuhin 1682104888 +0300 clone: from https://github.com/dexpota/kitty-themes.git diff --git a/private_dot_config/kitty/kitty-themes/dot_git/objects/info/.keep b/private_dot_config/kitty/kitty-themes/dot_git/objects/info/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/private_dot_config/kitty/kitty-themes/dot_git/objects/pack/readonly_pack-68fee61403ac92efcf1e82ad88f0f63217edbe41.idx b/private_dot_config/kitty/kitty-themes/dot_git/objects/pack/readonly_pack-68fee61403ac92efcf1e82ad88f0f63217edbe41.idx deleted file mode 100644 index 2754289..0000000 Binary files a/private_dot_config/kitty/kitty-themes/dot_git/objects/pack/readonly_pack-68fee61403ac92efcf1e82ad88f0f63217edbe41.idx and /dev/null differ diff --git a/private_dot_config/kitty/kitty-themes/dot_git/objects/pack/readonly_pack-68fee61403ac92efcf1e82ad88f0f63217edbe41.pack b/private_dot_config/kitty/kitty-themes/dot_git/objects/pack/readonly_pack-68fee61403ac92efcf1e82ad88f0f63217edbe41.pack deleted file mode 100644 index 872d365..0000000 Binary files a/private_dot_config/kitty/kitty-themes/dot_git/objects/pack/readonly_pack-68fee61403ac92efcf1e82ad88f0f63217edbe41.pack and /dev/null differ diff --git a/private_dot_config/kitty/kitty-themes/dot_git/packed-refs b/private_dot_config/kitty/kitty-themes/dot_git/packed-refs deleted file mode 100644 index 945ccc2..0000000 --- a/private_dot_config/kitty/kitty-themes/dot_git/packed-refs +++ /dev/null @@ -1,2 +0,0 @@ -# pack-refs with: peeled fully-peeled sorted -b1abdd54ba655ef34f75a568d78625981bf1722c refs/remotes/origin/master diff --git a/private_dot_config/kitty/kitty-themes/dot_git/refs/heads/master b/private_dot_config/kitty/kitty-themes/dot_git/refs/heads/master deleted file mode 100644 index 720cc4e..0000000 --- a/private_dot_config/kitty/kitty-themes/dot_git/refs/heads/master +++ /dev/null @@ -1 +0,0 @@ -b1abdd54ba655ef34f75a568d78625981bf1722c diff --git a/private_dot_config/kitty/kitty-themes/dot_git/refs/remotes/origin/HEAD b/private_dot_config/kitty/kitty-themes/dot_git/refs/remotes/origin/HEAD deleted file mode 100644 index 6efe28f..0000000 --- a/private_dot_config/kitty/kitty-themes/dot_git/refs/remotes/origin/HEAD +++ /dev/null @@ -1 +0,0 @@ -ref: refs/remotes/origin/master diff --git a/private_dot_config/kitty/kitty-themes/dot_git/refs/tags/.keep b/private_dot_config/kitty/kitty-themes/dot_git/refs/tags/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/private_dot_config/kitty/kitty-themes/dot_git/shallow b/private_dot_config/kitty/kitty-themes/dot_git/shallow deleted file mode 100644 index 720cc4e..0000000 --- a/private_dot_config/kitty/kitty-themes/dot_git/shallow +++ /dev/null @@ -1 +0,0 @@ -b1abdd54ba655ef34f75a568d78625981bf1722c diff --git a/private_dot_config/kitty/kitty-themes/dot_github/ISSUE_TEMPLATE/theme-request.md b/private_dot_config/kitty/kitty-themes/dot_github/ISSUE_TEMPLATE/theme-request.md deleted file mode 100644 index 01cd29c..0000000 --- a/private_dot_config/kitty/kitty-themes/dot_github/ISSUE_TEMPLATE/theme-request.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -name: theme-request -about: Use the following template if you want a new theme to be included in the collection. -title: Add to the collection. -labels: theme request -assignees: dexpota - ---- - -Please, include **theme** in the collection. You can find it here: **url** diff --git a/private_dot_config/kitty/kitty-themes/dot_github/PULL_REQUEST_TEMPLATE.md b/private_dot_config/kitty/kitty-themes/dot_github/PULL_REQUEST_TEMPLATE.md deleted file mode 100644 index ad16793..0000000 --- a/private_dot_config/kitty/kitty-themes/dot_github/PULL_REQUEST_TEMPLATE.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -name: theme-request -about: Use the following template if you want a new theme to be included in the collection. -title: Add to the collection. -labels: theme request -assignees: dexpota - ---- -Please, include **theme** in the collection. diff --git a/private_dot_config/kitty/kitty-themes/dot_github/kitty-themes.jpg b/private_dot_config/kitty/kitty-themes/dot_github/kitty-themes.jpg deleted file mode 100644 index cfc02fe..0000000 Binary files a/private_dot_config/kitty/kitty-themes/dot_github/kitty-themes.jpg and /dev/null differ diff --git a/private_dot_config/kitty/kitty-themes/dot_tools/README.md b/private_dot_config/kitty/kitty-themes/dot_tools/README.md deleted file mode 100644 index 7321155..0000000 --- a/private_dot_config/kitty/kitty-themes/dot_tools/README.md +++ /dev/null @@ -1,9 +0,0 @@ -# kitty-tools -> A bunch of useful scripts used to convert schemes and generate files. - -## Process overview - -1. Find a nice theme and check the licensing, is it possible to distribute the theme? -2. Generate the configuration file for **kitty**; -3. Add a new preview for the theme; -4. Update the README.md; diff --git a/private_dot_config/kitty/kitty-themes/dot_tools/convert.py b/private_dot_config/kitty/kitty-themes/dot_tools/convert.py deleted file mode 100644 index 3599ddc..0000000 --- a/private_dot_config/kitty/kitty-themes/dot_tools/convert.py +++ /dev/null @@ -1,30 +0,0 @@ -import json -from jinja2 import FileSystemLoader, Environment -import sys -import os - - -def removeAlpha(value): - hex = value.lstrip("#") - return "#" + hex[0:6] - - -filename = sys.argv[1] - -kitty_configuration = os.path.splitext(filename)[0] + ".conf" - -with open(filename, "r") as configuration_file: - configuration = json.load(configuration_file) - -loader = FileSystemLoader(".") -env = Environment(loader=loader) - -env.filters['removeAlpha'] = removeAlpha -env.trim_blocks = True - -template = env.get_template("template.conf.j2") - -output = template.render(**configuration) - -with open(kitty_configuration, "w") as fp: - fp.write(output) diff --git a/private_dot_config/kitty/kitty-themes/dot_tools/executable_color_table.sh b/private_dot_config/kitty/kitty-themes/dot_tools/executable_color_table.sh deleted file mode 100644 index b7b4559..0000000 --- a/private_dot_config/kitty/kitty-themes/dot_tools/executable_color_table.sh +++ /dev/null @@ -1,26 +0,0 @@ -#!/bin/bash -# -# This file echoes a bunch of color codes to the -# terminal to demonstrate what's available. Each -# line is the color code of one forground color, -# out of 17 (default + 16 escapes), followed by a -# test use of that color on all nine background -# colors (default + 8 escapes). -# - -T='gYw' # The test text - -echo -e "\n 40m 41m 42m 43m\ - 44m 45m 46m 47m"; - -for FGs in ' m' ' 1m' ' 30m' '1;30m' ' 31m' '1;31m' ' 32m' \ - '1;32m' ' 33m' '1;33m' ' 34m' '1;34m' ' 35m' '1;35m' \ - ' 36m' '1;36m' ' 37m' '1;37m'; - do FG=${FGs// /} - echo -en " $FGs \033[$FG $T " - for BG in 40m 41m 42m 43m 44m 45m 46m 47m; - do echo -en "$EINS \033[$FG\033[$BG $T \033[0m"; - done - echo; -done -echo diff --git a/private_dot_config/kitty/kitty-themes/dot_tools/executable_convert_conf.swift b/private_dot_config/kitty/kitty-themes/dot_tools/executable_convert_conf.swift deleted file mode 100644 index b023f56..0000000 --- a/private_dot_config/kitty/kitty-themes/dot_tools/executable_convert_conf.swift +++ /dev/null @@ -1,57 +0,0 @@ -#!/usr/bin/swift -// main.swift -// nscolor -// -// Created by Fabrizio FD. Destro on 28/12/18. -// Copyright ยฉ 2018 Fabrizio FD. Destro. All rights reserved. -// - -import Foundation -import AppKit - -func hex(color: NSColor) -> String { - return String(format: "#%02x%02x%02x", Int(color.redComponent * 0xFF), Int(color.greenComponent * 0xFF), Int(color.blueComponent * 0xFF)) -} - -func process_color(field: String, data: Data) { - let color = NSKeyedUnarchiver.unarchiveObject(with: data) as! NSColor - print("\(field) \(hex(color: color))"); -} - -func generate_conf_line(field: String, key: String, dictionary: NSDictionary){ - if let data = dictionary[key] { - process_color(field: field, data: data as! Data) - } -} - -func process(filename: String) { - let plist = NSDictionary(contentsOfFile: filename)! - - generate_conf_line(field: "background", key: "BackgroundColor", dictionary: plist) - generate_conf_line(field: "foreground", key: "TextColor", dictionary: plist) - generate_conf_line(field: "cursor", key: "CursorColor", dictionary: plist) - generate_conf_line(field: "selection_background", key: "SelectionColor", dictionary: plist) - generate_conf_line(field: "color0", key: "ANSIBlackColor", dictionary: plist) - generate_conf_line(field: "color8", key: "ANSIBrightBlackColor", dictionary: plist) - generate_conf_line(field: "color1", key: "ANSIRedColor", dictionary: plist) - generate_conf_line(field: "color9", key: "ANSIBrightRedColor", dictionary: plist) - generate_conf_line(field: "color2", key: "ANSIGreenColor", dictionary: plist) - generate_conf_line(field: "color10", key: "ANSIBrightGreenColor", dictionary: plist) - generate_conf_line(field: "color3", key: "ANSIYellowColor", dictionary: plist) - generate_conf_line(field: "color11", key: "ANSIBrightYellowColor", dictionary: plist) - generate_conf_line(field: "color4", key: "ANSIBlueColor", dictionary: plist) - generate_conf_line(field: "color12", key: "ANSIBrightBlueColor", dictionary: plist) - generate_conf_line(field: "color5", key: "ANSIMagentaColor", dictionary: plist) - generate_conf_line(field: "color13", key: "ANSIBrightMagentaColor", dictionary: plist) - generate_conf_line(field: "color6", key: "ANSICyanColor", dictionary: plist) - generate_conf_line(field: "color14", key: "ANSIBrightCyanColor", dictionary: plist) - generate_conf_line(field: "color7", key: "ANSIWhiteColor", dictionary: plist) - generate_conf_line(field: "color15", key: "ANSIBrightWhiteColor", dictionary: plist) -} - -if (CommandLine.argc == 2) { - let filename = CommandLine.arguments[1] - process(filename: filename) -} else { - print("Missing plist's path.") -} diff --git a/private_dot_config/kitty/kitty-themes/dot_tools/executable_extract-vscode.sh b/private_dot_config/kitty/kitty-themes/dot_tools/executable_extract-vscode.sh deleted file mode 100644 index 71a6930..0000000 --- a/private_dot_config/kitty/kitty-themes/dot_tools/executable_extract-vscode.sh +++ /dev/null @@ -1,5 +0,0 @@ -#!/usr/bin/env bash - -theme=$1 - -jq ".colors | to_entries | map(select(.key | match(\"terminal.*\"))) | map({(.key | gsub(\"\\\\.(?.)\"; .a | ascii_upcase) | ltrimstr(\"terminal\") | sub(\"(?.)\"; .a | ascii_downcase)):.value}) | add" < "$theme" > "terminal/${theme%.*}.json" diff --git a/private_dot_config/kitty/kitty-themes/dot_tools/executable_generate_conf.sh b/private_dot_config/kitty/kitty-themes/dot_tools/executable_generate_conf.sh deleted file mode 100644 index db498b9..0000000 --- a/private_dot_config/kitty/kitty-themes/dot_tools/executable_generate_conf.sh +++ /dev/null @@ -1,10 +0,0 @@ -#!/usr/bin/env bash - -find ~/github/macos-terminal-themes/schemes/ -name "*.terminal" -print0 | while read -d $'\0' -r file; do - filename=`basename "$file"` - without_ext=${filename%.*} - removed_spaces=${without_ext// /_} - # output_filename=`echo ${removed_spaces} | tr '[:upper:]' '[:lower:]'` - echo ${removed_spaces}.conf - ./convert_conf.swift "$file" > ./themes/${removed_spaces}.conf -done diff --git a/private_dot_config/kitty/kitty-themes/dot_tools/executable_generate_theme_preview.sh b/private_dot_config/kitty/kitty-themes/dot_tools/executable_generate_theme_preview.sh deleted file mode 100644 index 040867b..0000000 --- a/private_dot_config/kitty/kitty-themes/dot_tools/executable_generate_theme_preview.sh +++ /dev/null @@ -1,22 +0,0 @@ -#!/usr/bin/env bash -# This script generate all preview images for the themes -# In order to capture previews without the to bar start kitty without decorations -# kitty -o hide_window_decorations=yes - -# shellcheck source=libcapture.sh -source libcapture.sh - -# read theme path from args -id=$1 -theme=$2 -preview_filename=$3 - -conf_filename=$(basename "$theme") - -lockfile=$(mktemp) - -kitty @ set-colors --match id:"$id" "$theme" -kitty @ send-text --match id:"$id" "clear && figlet -f digital -t \"$conf_filename\" && unbuffer ./color_table.sh && rm \"$lockfile\"\n" - -# simple sync mechanism, wait for the lockfile to be removed -( echo "$lockfile" | entr "false" 1>/dev/null 2>&1 ) || capture themes "$preview_filename" diff --git a/private_dot_config/kitty/kitty-themes/dot_tools/executable_generate_themes_previews.sh b/private_dot_config/kitty/kitty-themes/dot_tools/executable_generate_themes_previews.sh deleted file mode 100644 index 63e5825..0000000 --- a/private_dot_config/kitty/kitty-themes/dot_tools/executable_generate_themes_previews.sh +++ /dev/null @@ -1,32 +0,0 @@ -#!/usr/bin/env bash -# This script generate all preview images for the themes - -root="$(git rev-parse --show-toplevel)" -tools="$root/.tools" - -PATH=$tools:$PATH - -# new kitty window, return its id -id=$(kitty @ new-window --title themes --window-type os --cwd "$tools") -# start bash without reading the profile nor the configuration -kitty @ send-text --match id:"$id" "/usr/bin/env bash --noprofile --norc\n" -kitty @ set-font-size 24 - -# save all preview in this directory -previews="$root/_previews" -if [ ! -d "$previews" ]; then - mkdir "$previews" -fi - -while read -r theme -do - echo "Genereting theme preview for $theme" - preview_directory=$previews/$(basename "${theme%.*}") - [ ! -d "$preview_directory" ] && mkdir "$preview_directory" - preview_filename=$previews/$(basename "${theme%.*}")/preview.png - generate_theme_preview.sh "$id" "$theme" "$preview_filename" - mogrify -resize 1024x\> "$preview_filename" -done < /dev/stdin - -kitty @ close-window --match id:"$id" -kitty @ set-font-size 16 diff --git a/private_dot_config/kitty/kitty-themes/dot_tools/executable_libcapture.sh b/private_dot_config/kitty/kitty-themes/dot_tools/executable_libcapture.sh deleted file mode 100644 index ff51591..0000000 --- a/private_dot_config/kitty/kitty-themes/dot_tools/executable_libcapture.sh +++ /dev/null @@ -1,23 +0,0 @@ -#!/usr/bin/env bash - -function capture_linux() { - local title="$1" - local output="$2" - import -window "$title" "$output" -} - -function capture_osx() { - local title="$1" - local output="$2" - # get system id of the new created window - sys_id=$(./windowid.swift "kitty" "$title") - screencapture -wl"$sys_id" "$output" -} - -function capture() { - if [[ "$OSTYPE" == "linux-gnu" ]]; then - capture_linux "$@" - elif [[ "$OSTYPE" == "darwin"* ]]; then - capture_osx "$@" - fi -} diff --git a/private_dot_config/kitty/kitty-themes/dot_tools/executable_markdown.sh b/private_dot_config/kitty/kitty-themes/dot_tools/executable_markdown.sh deleted file mode 100644 index 0fb08ba..0000000 --- a/private_dot_config/kitty/kitty-themes/dot_tools/executable_markdown.sh +++ /dev/null @@ -1,15 +0,0 @@ -#!/usr/bin/env bash - -previews_root=$1 -# usually this value: https://raw.githubusercontent.com/dexpota/kitty-themes-website/master -url_root=$2 - -for f in $(find "$previews_root/previews" -maxdepth 1 -mindepth 1 -type d | sort); do - preview_file="$f"/preview.png - theme=$(basename $f) - relative_path=$(realpath --relative-to="$previews_root" "$preview_file") - header=`basename $theme | sed 's/_/ /g'` - image="![image]($url_root/$relative_path)" - echo \#\# $header - echo $image -done diff --git a/private_dot_config/kitty/kitty-themes/dot_tools/executable_previews.sh b/private_dot_config/kitty/kitty-themes/dot_tools/executable_previews.sh deleted file mode 100644 index c39c2c7..0000000 --- a/private_dot_config/kitty/kitty-themes/dot_tools/executable_previews.sh +++ /dev/null @@ -1,24 +0,0 @@ -#!/bin/bash -# @author: @vrdhn on github - -SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )" -cd $SCRIPT_DIR/.. - -set_theme () { - cat themes/$1.conf | awk 'BEGIN {printf("kitty @ set-colors ")} {printf( "%s=%s ",$1,$2 )} END{printf("\n")}' | sh -} - -list=$(find themes -type f | grep "$1" | xargs basename | cut -d. -f1) - -for x in $list ; -do - kitty +kitten icat "previews/$x.png" - read -n 1 -p "$x : Next / Set / Quit :" ans - echo - - case $ans in - n ) ;; - s ) set_theme $x ; exit ;; - q ) exit ;; - esac -done diff --git a/private_dot_config/kitty/kitty-themes/dot_tools/executable_windowid.swift b/private_dot_config/kitty/kitty-themes/dot_tools/executable_windowid.swift deleted file mode 100644 index 1dc95e6..0000000 --- a/private_dot_config/kitty/kitty-themes/dot_tools/executable_windowid.swift +++ /dev/null @@ -1,20 +0,0 @@ -#!/usr/bin/swift -import Foundation -import Cocoa -import CoreGraphics.CGWindow - -let windows : NSArray = CGWindowListCopyWindowInfo(CGWindowListOption.excludeDesktopElements, kCGNullWindowID)! as NSArray - -let search_for_app = CommandLine.arguments[1] -let search_for_win = CommandLine.arguments[2] - -for window in windows { - let window = window as! NSDictionary - - let app_name = window[kCGWindowOwnerName] as! String - let window_name = window[kCGWindowName] as? String - - if app_name == search_for_app && window_name == search_for_win { - print("\(window[kCGWindowNumber]!)") - } -} diff --git a/private_dot_config/kitty/kitty-themes/dot_tools/palette.py b/private_dot_config/kitty/kitty-themes/dot_tools/palette.py deleted file mode 100644 index f47fd9c..0000000 --- a/private_dot_config/kitty/kitty-themes/dot_tools/palette.py +++ /dev/null @@ -1,91 +0,0 @@ -from argparse import ArgumentParser -from svgwrite.shapes import Rect -import svgwrite - -theme_keys = [ - "foreground", "background", "background_opacity", "dynamic_background_opacity", "dim_opacity", - "selection_foreground", "selection_background", "color0", "color8", "color1", "color9", "color2", "color10", - "color3", "color11", "color4", "color12", "color5", "color13", "color6", "color14", "color7", "color15" -] - - -def is_valid(line): - """ - Returns true if a line inside a configuration file is a valid theme configuration pair: is not a comment, is not - empty and the key is correct. - - :param line: a line inside the configuration file - :type line: str - :return: true if is valid, false otherwise - :rtype: bool - """ - return (not line.lstrip().startswith("#") # is not a comment - and len(line.strip()) != 0 # is not empty - and line.split(maxsplit=1)[0] in theme_keys) # key is a valid one - - -def extract_configuration_pair(line): - """ - Extract a configuration pair by splitting on spaces and taking the first couple of values. - - :param line: a line inside the configuration file - :type line: str - :return: a key-value pair - :rtype: bool - """ - split = line.split(maxsplit=2) - return split[0], split[1] - - -def read_configuration(filename): - """ - Read a kitty configuration file and extract only theme related keys and values. - - :param filename: path to the configuration file - :type filename: str - :return: a map with theme related configuration values - :rtype: dict[str, str] - """ - with open(filename, "r") as fp: - lines = fp.readlines() - print(filename) - theme_config = dict([extract_configuration_pair(line) for line in lines if is_valid(line)]) - return theme_config - - -def draw_theme_palette(theme_configuration, start_point, size, displacement): - rects = [] - for k, v in theme_configuration.items(): - rgb = tuple(int(v[i + 1:i + 3], 16) for i in (0, 2, 4)) - rects.append(Rect(start_point, size, fill=svgwrite.utils.rgb(rgb[0], rgb[1], rgb[2]))) - start_point = (start_point[0] + displacement[0], start_point[1] + displacement[1]) - - return rects - - -def draw_all_palettes(themes): - dwg = svgwrite.Drawing('test.svg', profile='tiny') - y = 0 - palettes = [] - for theme in themes: - palettes += draw_theme_palette(theme, (0, y), (10, 10), (10, 0)) - y += 10 - - for rect in palettes: - dwg.add(rect) - dwg.save() - - -def main(): - parser = ArgumentParser() - parser.add_argument("theme", type=str, nargs="+") - - ns = parser.parse_args() - - theme_configurations = [read_configuration(theme) for theme in ns.theme] - - draw_all_palettes(theme_configurations) - - -if __name__ == "__main__": - main() diff --git a/private_dot_config/kitty/kitty-themes/dot_tools/preview.py b/private_dot_config/kitty/kitty-themes/dot_tools/preview.py deleted file mode 100644 index c29387a..0000000 --- a/private_dot_config/kitty/kitty-themes/dot_tools/preview.py +++ /dev/null @@ -1,136 +0,0 @@ -import sys -import os -import sys - -theme_keys = [ - "cursor", "foreground", "background", "background_opacity", "dynamic_background_opacity", "dim_opacity", - "selection_foreground", "selection_background", "color0", "color8", "color1", "color9", "color2", "color10", - "color3", "color11", "color4", "color12", "color5", "color13", "color6", "color14", "color7", "color15" -] - - -def is_valid(line): - """ - Returns true if a line inside a configuration file is a valid theme configuration pair: is not a comment, is not - empty and the key is correct. - - :param line: a line inside the configuration file - :type line: str - :return: true if is valid, false otherwise - :rtype: bool - """ - return (not line.lstrip().startswith("#") # is not a comment - and len(line.strip()) != 0 # is not empty - and line.split(maxsplit=1)[0] in theme_keys) # key is a valid one - - -def extract_configuration_pair(line): - """ - Extract a configuration pair by splitting on spaces and taking the first couple of values. - - :param line: a line inside the configuration file - :type line: str - :return: a key-value pair - :rtype: bool - """ - split = line.split(maxsplit=2) - return split[0], split[1] - - -def read_configuration(filename): - """ - Read a kitty configuration file and extract only theme related keys and values. - - :param filename: path to the configuration file - :type filename: str - :return: a map with theme related configuration values - :rtype: dict[str, str] - """ - with open(filename, "r") as fp: - lines = fp.readlines() - theme_config = dict([extract_configuration_pair(line) for line in lines if is_valid(line)]) - return theme_config - - -def fg(color, text): - rgb = tuple(int(color[i + 1:i + 3], 16) for i in (0, 2, 4)) - return ('\x1b[38;2;%s;%s;%sm' % rgb + text + '\x1b[0m') - - -def bg(color, text): - rgb = tuple(int(color[i + 1:i + 3], 16) for i in (0, 2, 4)) - return ('\x1b[48;2;%s;%s;%sm' % rgb + text + '\x1b[0m') - - -def print_preview(filename, configuration): - cursor = configuration["cursor"] - background = configuration["background"] - foreground = configuration["foreground"] - - theme = os.path.basename(filename) - - size = len(theme) + (2 + 2 + 16 + 2 + 16 + 1 + 2) - print(bg(background, " " * size)) - print(bg(background, " "), end="") - print(bg(background, fg(foreground, theme)), end="") - print(bg(background, " "), end="") - - c='a' - for i in range(0, 16): - color = configuration["color%d" % i] - print(bg(background, fg(color, c)), end="") - c = chr(ord(c) + 1) - - print(bg(background, " "), end="") - - selection_background = configuration["selection_background"] - selection_foreground = configuration["selection_foreground"] - - c='A' - for i in range(0, 16): - print(bg(selection_background, fg(selection_foreground, c)), end="") - c = chr(ord(c) + 1) - - print(bg(cursor, " "), end="") - print(bg(background, " ")) - - print(bg(background, " " * size)) - - print(bg(background, " "), end="") - print(bg(configuration["color0"], " "), end="") - print(bg(configuration["color1"], " "), end="") - print(bg(configuration["color2"], " "), end="") - print(bg(configuration["color3"], " "), end="") - print(bg(configuration["color4"], " "), end="") - print(bg(configuration["color5"], " "), end="") - print(bg(configuration["color6"], " "), end="") - print(bg(configuration["color7"], " "), end="") - print(bg(background, " "), end="") - print(bg(configuration["color8"], " "), end="") - print(bg(configuration["color9"], " "), end="") - print(bg(configuration["color10"], " "), end="") - print(bg(configuration["color11"], " "), end="") - print(bg(configuration["color12"], " "), end="") - print(bg(configuration["color13"], " "), end="") - print(bg(configuration["color14"], " "), end="") - print(bg(configuration["color15"], " "), end="") - print(bg(background, " " * (size - 16 - 4)), end="") - print() - - print(bg(background, " " * size)) - print() - - -def main(directory): - for filename in os.listdir(directory): - try: - path = os.path.join(directory, filename) - configuration = read_configuration(path) - print_preview(path, configuration) - except Exception as e: - print(e, file=sys.stderr) - print("Error while processing %s" % filename, file=sys.stderr) - - -if __name__ == "__main__": - main(sys.argv[1]) diff --git a/private_dot_config/kitty/kitty-themes/dot_tools/template.conf b/private_dot_config/kitty/kitty-themes/dot_tools/template.conf deleted file mode 100644 index 0af1722..0000000 --- a/private_dot_config/kitty/kitty-themes/dot_tools/template.conf +++ /dev/null @@ -1,37 +0,0 @@ -background # -foreground # -cursor # -cursor_text_color # -selection_foreground # -selection_background # -# black -color0 # -color8 # -# red -color1 # -# light red -color9 # -# green -color2 # -# light green -color10 # -# yellow -color3 # -# light yellow -color11 # -# blue -color4 # -# light blue -color12 # -# magenta -color5 # -# light magenta -color13 # -# cyan -color6 # -# lighy cyan -color14 # -# light gray -color7 # -# dark gray -color15 # diff --git a/private_dot_config/kitty/kitty-themes/dot_tools/template.conf.j2 b/private_dot_config/kitty/kitty-themes/dot_tools/template.conf.j2 deleted file mode 100644 index 8ff9450..0000000 --- a/private_dot_config/kitty/kitty-themes/dot_tools/template.conf.j2 +++ /dev/null @@ -1,91 +0,0 @@ -{% if background is defined %} -background {{background}} -{% endif %} -{% if foreground is defined %} -foreground {{foreground}} -{% endif %} - -{% if cursorForeground is defined %} -cursor {{cursorForeground}} -{% endif %} -{% if cursorBackground is defined %} -cursor_text_color {{cursorBackground | removeAlpha}} -{% endif %} -{% if background is defined %} -selection_foreground {{background | removeAlpha}} -{% endif %} -{% if selectionBackground is defined %} -selection_background {{selectionBackground | removeAlpha}} -{% endif %} - -{% if ansiBlack is defined %} -# dull black -color0 {{ansiBlack}} -{% endif %} -{% if ansiBrightBlack is defined %} -# light black -color8 {{ansiBrightBlack}} -{% endif %} - -{% if ansiRed is defined %} -# dull red -color1 {{ansiRed}} -{% endif %} -{% if ansiBrightRed %} -# light red -color9 {{ansiBrightRed}} -{% endif %} - -{% if ansiGreen is defined %} -# dull green -color2 {{ansiGreen}} -{% endif %} -{% if ansiBrightGreen is defined %} -# light green -color10 {{ansiBrightGreen}} -{% endif %} - -{% if ansiYellow is defined %} -# yellow -color3 {{ansiYellow}} -{% endif %} -{% if ansiBrightYellow is defined %} -# light yellow -color11 {{ansiBrightYellow}} -{% endif %} - -{% if ansiBlue is defined %} -# blue -color4 {{ansiBlue}} -{% endif %} -{% if ansiBrightBlue %} -# light blue -color12 {{ansiBrightBlue}} -{% endif %} - -{% if ansiMagenta is defined %} -# magenta -color5 {{ansiMagenta}} -{% endif %} -{% if ansiBrightMagenta is defined %} -# light magenta -color13 {{ansiBrightMagenta}} -{% endif %} - -{% if ansiCyan is defined %} -# cyan -color6 {{ansiCyan}} -{% endif %} -{% if ansiBrightCyan is defined %} -# light cyan -color14 {{ansiBrightCyan}} -{% endif %} - -{% if ansiWhite is defined %} -# dull white -color7 {{ansiWhite}} -{% endif %} -{% if ansiBrightWhite is defined %} -# bright white -color15 {{ansiBrightWhite}} -{% endif %} diff --git a/private_dot_config/kitty/kitty-themes/themes/3024_Day.conf b/private_dot_config/kitty/kitty-themes/themes/3024_Day.conf deleted file mode 100644 index 747996a..0000000 --- a/private_dot_config/kitty/kitty-themes/themes/3024_Day.conf +++ /dev/null @@ -1,21 +0,0 @@ -background #f7f7f7 -foreground #494542 -cursor #494542 -selection_background #a4a1a1 -color0 #090200 -color8 #5b5754 -color1 #da2c20 -color9 #e8bacf -color2 #00a152 -color10 #3a3332 -color3 #fcec02 -color11 #494542 -color4 #00a0e4 -color12 #7f7c7b -color5 #a06994 -color13 #d6d4d3 -color6 #b5e4f4 -color14 #ccab53 -color7 #a4a1a1 -color15 #f7f7f7 -selection_foreground #f7f7f7 diff --git a/private_dot_config/kitty/kitty-themes/themes/3024_Night.conf b/private_dot_config/kitty/kitty-themes/themes/3024_Night.conf deleted file mode 100644 index 2543819..0000000 --- a/private_dot_config/kitty/kitty-themes/themes/3024_Night.conf +++ /dev/null @@ -1,21 +0,0 @@ -background #090200 -foreground #a4a1a1 -cursor #a4a1a1 -selection_background #494542 -color0 #090200 -color8 #5b5754 -color1 #da2c20 -color9 #e8bacf -color2 #00a152 -color10 #3a3332 -color3 #fcec02 -color11 #494542 -color4 #00a0e4 -color12 #7f7c7b -color5 #a06994 -color13 #d6d4d3 -color6 #b5e4f4 -color14 #ccab53 -color7 #a4a1a1 -color15 #f7f7f7 -selection_foreground #090200 diff --git a/private_dot_config/kitty/kitty-themes/themes/AdventureTime.conf b/private_dot_config/kitty/kitty-themes/themes/AdventureTime.conf deleted file mode 100644 index e523a1a..0000000 --- a/private_dot_config/kitty/kitty-themes/themes/AdventureTime.conf +++ /dev/null @@ -1,21 +0,0 @@ -background #1e1c44 -foreground #f8dbc0 -cursor #eebf37 -selection_background #6f6a4e -color0 #050404 -color8 #4e7bbf -color1 #bc0013 -color9 #fc5e59 -color2 #49b117 -color10 #9dff6e -color3 #e6741d -color11 #efc11a -color4 #0f49c6 -color12 #1896c6 -color5 #665992 -color13 #9a5952 -color6 #6fa497 -color14 #c8f9f3 -color7 #f8dbc0 -color15 #f5f4fb -selection_foreground #1e1c44 diff --git a/private_dot_config/kitty/kitty-themes/themes/Afterglow.conf b/private_dot_config/kitty/kitty-themes/themes/Afterglow.conf deleted file mode 100644 index 2df3efd..0000000 --- a/private_dot_config/kitty/kitty-themes/themes/Afterglow.conf +++ /dev/null @@ -1,21 +0,0 @@ -background #202020 -foreground #d0d0d0 -cursor #d0d0d0 -selection_background #303030 -color0 #151515 -color8 #505050 -color1 #ac4142 -color9 #ac4142 -color2 #7e8d50 -color10 #7e8d50 -color3 #e5b566 -color11 #e5b566 -color4 #6c99ba -color12 #6c99ba -color5 #9e4e85 -color13 #9e4e85 -color6 #7dd5cf -color14 #7dd5cf -color7 #d0d0d0 -color15 #f5f5f5 -selection_foreground #202020 diff --git a/private_dot_config/kitty/kitty-themes/themes/AlienBlood.conf b/private_dot_config/kitty/kitty-themes/themes/AlienBlood.conf deleted file mode 100644 index 453ea80..0000000 --- a/private_dot_config/kitty/kitty-themes/themes/AlienBlood.conf +++ /dev/null @@ -1,21 +0,0 @@ -background #0f160f -foreground #637d75 -cursor #73f990 -selection_background #1d4025 -color0 #112615 -color8 #3c4711 -color1 #7f2b26 -color9 #df8008 -color2 #2f7e25 -color10 #18e000 -color3 #707f23 -color11 #bde000 -color4 #2f697f -color12 #00a9df -color5 #47577e -color13 #0058df -color6 #317f76 -color14 #00dfc3 -color7 #647d75 -color15 #73f990 -selection_foreground #0f160f diff --git a/private_dot_config/kitty/kitty-themes/themes/Alucard.conf b/private_dot_config/kitty/kitty-themes/themes/Alucard.conf deleted file mode 100644 index 43665fe..0000000 --- a/private_dot_config/kitty/kitty-themes/themes/Alucard.conf +++ /dev/null @@ -1,21 +0,0 @@ -background #222330 -foreground #cef3ff -cursor #ffffff -selection_background #44475a -color0 #000000 -color8 #545454 -color1 #ff5555 -color9 #ff5454 -color2 #fa0074 -color10 #50fa7b -color3 #7f0a1f -color11 #f0fa8b -color4 #3282ff -color12 #1200f8 -color5 #1b3cff -color13 #ff78c5 -color6 #0037fc -color14 #8ae9fc -color7 #bbbbbb -color15 #ffffff -selection_foreground #222330 diff --git a/private_dot_config/kitty/kitty-themes/themes/Apprentice.conf b/private_dot_config/kitty/kitty-themes/themes/Apprentice.conf deleted file mode 100644 index c8c0583..0000000 --- a/private_dot_config/kitty/kitty-themes/themes/Apprentice.conf +++ /dev/null @@ -1,26 +0,0 @@ -# Apprentice by Romain Lafourcade, https://github.com/romainl -# This work is licensed under the terms of the MIT license. -# For a copy, see https://opensource.org/licenses/MIT. - -cursor #c7c7c7 -cursor_text_color #feffff -selection_foreground #3e3e3e -selection_background #c1ddff -foreground #c8c8c8 -background #323232 -color0 #252525 -color8 #555555 -color1 #be7472 -color9 #ff9900 -color2 #709772 -color10 #97bb98 -color3 #989772 -color11 #fefdbc -color4 #7199bc -color12 #9fbdde -color5 #727399 -color13 #989abc -color6 #719899 -color14 #6fbbbc -color7 #7f7f7f -color15 #feffff diff --git a/private_dot_config/kitty/kitty-themes/themes/Argonaut.conf b/private_dot_config/kitty/kitty-themes/themes/Argonaut.conf deleted file mode 100644 index 058186e..0000000 --- a/private_dot_config/kitty/kitty-themes/themes/Argonaut.conf +++ /dev/null @@ -1,21 +0,0 @@ -background #0d0f18 -foreground #fffaf3 -cursor #ff0017 -selection_background #002a3a -color0 #222222 -color8 #444444 -color1 #ff000f -color9 #ff273f -color2 #8ce00a -color10 #abe05a -color3 #ffb900 -color11 #ffd141 -color4 #008df8 -color12 #0092ff -color5 #6c43a5 -color13 #9a5feb -color6 #00d7eb -color14 #67ffef -color7 #ffffff -color15 #ffffff -selection_foreground #0d0f18 diff --git a/private_dot_config/kitty/kitty-themes/themes/Arthur.conf b/private_dot_config/kitty/kitty-themes/themes/Arthur.conf deleted file mode 100644 index d3fb520..0000000 --- a/private_dot_config/kitty/kitty-themes/themes/Arthur.conf +++ /dev/null @@ -1,21 +0,0 @@ -background #1c1c1c -foreground #ddeedd -cursor #e2bbef -selection_background #4d4d4d -color0 #3d352a -color8 #554444 -color1 #cd5c5c -color9 #cc5533 -color2 #86af80 -color10 #88aa22 -color3 #e8ae5b -color11 #ffa75d -color4 #6495ed -color12 #87ceeb -color5 #deb887 -color13 #996600 -color6 #b0c4de -color14 #b0c4de -color7 #bbaa99 -color15 #ddccbb -selection_foreground #1c1c1c diff --git a/private_dot_config/kitty/kitty-themes/themes/AtelierSulphurpool.conf b/private_dot_config/kitty/kitty-themes/themes/AtelierSulphurpool.conf deleted file mode 100644 index 05674b0..0000000 --- a/private_dot_config/kitty/kitty-themes/themes/AtelierSulphurpool.conf +++ /dev/null @@ -1,21 +0,0 @@ -background #202745 -foreground #969cb3 -cursor #969cb3 -selection_background #5e6686 -color0 #202745 -color8 #6a7394 -color1 #c84821 -color9 #c76a28 -color2 #ab9639 -color10 #283256 -color3 #c08a2f -color11 #5e6686 -color4 #3d8ed0 -color12 #898ea3 -color5 #6678cc -color13 #dee1f0 -color6 #21a1c8 -color14 #9c6279 -color7 #969cb3 -color15 #f4f7ff -selection_foreground #202745 diff --git a/private_dot_config/kitty/kitty-themes/themes/Atom.conf b/private_dot_config/kitty/kitty-themes/themes/Atom.conf deleted file mode 100644 index 091c683..0000000 --- a/private_dot_config/kitty/kitty-themes/themes/Atom.conf +++ /dev/null @@ -1,21 +0,0 @@ -background #161718 -foreground #c4c8c5 -cursor #d0d0d0 -selection_background #444444 -color0 #000000 -color8 #000000 -color1 #fc5ef0 -color9 #fc5ef0 -color2 #86c38a -color10 #94f936 -color3 #ffd6b1 -color11 #f5ffa7 -color4 #85befd -color12 #95cbfe -color5 #b9b5fc -color13 #b9b5fc -color6 #85befd -color14 #85befd -color7 #dfdfdf -color15 #dfdfdf -selection_foreground #161718 diff --git a/private_dot_config/kitty/kitty-themes/themes/AtomOneLight.conf b/private_dot_config/kitty/kitty-themes/themes/AtomOneLight.conf deleted file mode 100644 index 056ef3b..0000000 --- a/private_dot_config/kitty/kitty-themes/themes/AtomOneLight.conf +++ /dev/null @@ -1,21 +0,0 @@ -background #f8f8f8 -foreground #2a2b33 -cursor #bbbbbb -selection_background #ececec -color0 #000000 -color8 #000000 -color1 #de3d35 -color9 #de3d35 -color2 #3e953a -color10 #3e953a -color3 #d2b67b -color11 #d2b67b -color4 #2f5af3 -color12 #2f5af3 -color5 #950095 -color13 #a00095 -color6 #3e953a -color14 #3e953a -color7 #bbbbbb -color15 #ffffff -selection_foreground #f8f8f8 diff --git a/private_dot_config/kitty/kitty-themes/themes/Batman.conf b/private_dot_config/kitty/kitty-themes/themes/Batman.conf deleted file mode 100644 index aef20e8..0000000 --- a/private_dot_config/kitty/kitty-themes/themes/Batman.conf +++ /dev/null @@ -1,21 +0,0 @@ -background #1b1d1e -foreground #6e6e6e -cursor #fcee0b -selection_background #4d4f4c -color0 #1b1d1e -color8 #505354 -color1 #e6db43 -color9 #fff68d -color2 #c8be46 -color10 #fff27c -color3 #f3fd21 -color11 #feed6c -color4 #737074 -color12 #909495 -color5 #737271 -color13 #9a999d -color6 #615f5e -color14 #a2a2a5 -color7 #c5c5be -color15 #dadad5 -selection_foreground #1b1d1e diff --git a/private_dot_config/kitty/kitty-themes/themes/Belafonte_Day.conf b/private_dot_config/kitty/kitty-themes/themes/Belafonte_Day.conf deleted file mode 100644 index 56a8796..0000000 --- a/private_dot_config/kitty/kitty-themes/themes/Belafonte_Day.conf +++ /dev/null @@ -1,21 +0,0 @@ -background #d4ccb9 -foreground #45363b -cursor #45363b -selection_background #958b83 -color0 #20111a -color8 #5e5252 -color1 #bd100d -color9 #bd100d -color2 #858062 -color10 #858062 -color3 #e9a448 -color11 #e9a448 -color4 #416978 -color12 #416978 -color5 #96522b -color13 #96522b -color6 #98999c -color14 #98999c -color7 #958b83 -color15 #d4ccb9 -selection_foreground #d4ccb9 diff --git a/private_dot_config/kitty/kitty-themes/themes/Belafonte_Night.conf b/private_dot_config/kitty/kitty-themes/themes/Belafonte_Night.conf deleted file mode 100644 index fc51e9c..0000000 --- a/private_dot_config/kitty/kitty-themes/themes/Belafonte_Night.conf +++ /dev/null @@ -1,21 +0,0 @@ -background #20111a -foreground #958b83 -cursor #958b83 -selection_background #45363b -color0 #20111a -color8 #5e5252 -color1 #bd100d -color9 #bd100d -color2 #858062 -color10 #858062 -color3 #e9a448 -color11 #e9a448 -color4 #416978 -color12 #416978 -color5 #96522b -color13 #96522b -color6 #98999c -color14 #98999c -color7 #958b83 -color15 #d4ccb9 -selection_foreground #20111a diff --git a/private_dot_config/kitty/kitty-themes/themes/BirdsOfParadise.conf b/private_dot_config/kitty/kitty-themes/themes/BirdsOfParadise.conf deleted file mode 100644 index df38e80..0000000 --- a/private_dot_config/kitty/kitty-themes/themes/BirdsOfParadise.conf +++ /dev/null @@ -1,21 +0,0 @@ -background #2a1e1d -foreground #dfdab7 -cursor #573d25 -selection_background #563c27 -color0 #573d25 -color8 #9a6b49 -color1 #be2d26 -color9 #e84526 -color2 #6ba08a -color10 #94d7ba -color3 #e99c29 -color11 #d0d04f -color4 #5a86ac -color12 #b8d3ed -color5 #ab80a6 -color13 #d09dca -color6 #74a5ac -color14 #92ced6 -color7 #dfdab7 -color15 #fff9d4 -selection_foreground #2a1e1d diff --git a/private_dot_config/kitty/kitty-themes/themes/Blazer.conf b/private_dot_config/kitty/kitty-themes/themes/Blazer.conf deleted file mode 100644 index f1dd601..0000000 --- a/private_dot_config/kitty/kitty-themes/themes/Blazer.conf +++ /dev/null @@ -1,21 +0,0 @@ -background #0d1925 -foreground #d9e5f1 -cursor #d9e5f1 -color0 #000000 -color8 #252525 -color1 #b87979 -color9 #dabdbd -color2 #79b879 -color10 #bddabd -color3 #b8b879 -color11 #dadabd -color4 #7979b8 -color12 #bdbdda -color5 #b879b8 -color13 #dabdda -color6 #79b8b8 -color14 #bddada -color7 #d9d9d9 -color15 #ffffff -selection_foreground #0d1925 -selection_background #d9e6f2 diff --git a/private_dot_config/kitty/kitty-themes/themes/Borland.conf b/private_dot_config/kitty/kitty-themes/themes/Borland.conf deleted file mode 100644 index c27cc83..0000000 --- a/private_dot_config/kitty/kitty-themes/themes/Borland.conf +++ /dev/null @@ -1,21 +0,0 @@ -background #0000a3 -foreground #ffff4d -cursor #ffa460 -selection_background #a3a3a3 -color0 #4e4e4e -color8 #7c7c7c -color1 #ff6b60 -color9 #ffb6b0 -color2 #a7ff60 -color10 #ceffab -color3 #ffffb6 -color11 #ffffcb -color4 #96cafd -color12 #b5dcfe -color5 #ff73fd -color13 #ff9cfe -color6 #c6c4fd -color14 #dfdffe -color7 #eeeeee -color15 #ffffff -selection_foreground #0000a3 diff --git a/private_dot_config/kitty/kitty-themes/themes/Bright_Lights.conf b/private_dot_config/kitty/kitty-themes/themes/Bright_Lights.conf deleted file mode 100644 index 9b365f4..0000000 --- a/private_dot_config/kitty/kitty-themes/themes/Bright_Lights.conf +++ /dev/null @@ -1,21 +0,0 @@ -background #191919 -foreground #b2c8d6 -cursor #f34a00 -selection_background #b2c8d6 -color0 #191919 -color8 #191919 -color1 #ff355b -color9 #ff355b -color2 #b6e875 -color10 #b6e875 -color3 #ffc150 -color11 #ffc150 -color4 #75d3ff -color12 #75d4ff -color5 #b975e6 -color13 #b975e6 -color6 #6cbeb5 -color14 #6cbeb5 -color7 #c1c8d6 -color15 #c1c8d6 -selection_foreground #191919 diff --git a/private_dot_config/kitty/kitty-themes/themes/Broadcast.conf b/private_dot_config/kitty/kitty-themes/themes/Broadcast.conf deleted file mode 100644 index 7844942..0000000 --- a/private_dot_config/kitty/kitty-themes/themes/Broadcast.conf +++ /dev/null @@ -1,21 +0,0 @@ -background #2b2b2b -foreground #e5e1db -cursor #ffffff -selection_background #5a637e -color0 #000000 -color8 #323232 -color1 #da4839 -color9 #ff7b6a -color2 #509f50 -color10 #83d082 -color3 #ffd249 -color11 #ffff7b -color4 #6d9cbd -color12 #9fcef0 -color5 #cfcfff -color13 #ffffff -color6 #6d9cbd -color14 #a0cef0 -color7 #ffffff -color15 #ffffff -selection_foreground #2b2b2b diff --git a/private_dot_config/kitty/kitty-themes/themes/Brogrammer.conf b/private_dot_config/kitty/kitty-themes/themes/Brogrammer.conf deleted file mode 100644 index 41cc37b..0000000 --- a/private_dot_config/kitty/kitty-themes/themes/Brogrammer.conf +++ /dev/null @@ -1,21 +0,0 @@ -background #131313 -foreground #d6dae4 -cursor #b9b9b9 -selection_background #1f1f1f -color0 #1f1f1f -color8 #d6dae4 -color1 #f71118 -color9 #de342e -color2 #2cc55d -color10 #1dd260 -color3 #ecb90f -color11 #f2bd09 -color4 #2a84d2 -color12 #0f80d5 -color5 #4e59b7 -color13 #524fb9 -color6 #0f80d5 -color14 #0f7cda -color7 #d6dae4 -color15 #ffffff -selection_foreground #131313 diff --git a/private_dot_config/kitty/kitty-themes/themes/C64.conf b/private_dot_config/kitty/kitty-themes/themes/C64.conf deleted file mode 100644 index 70978d5..0000000 --- a/private_dot_config/kitty/kitty-themes/themes/C64.conf +++ /dev/null @@ -1,21 +0,0 @@ -background #40318d -foreground #7869c4 -cursor #7869c4 -selection_background #7869c4 -color0 #090300 -color8 #000000 -color1 #883932 -color9 #883932 -color2 #55a049 -color10 #55a049 -color3 #bfce72 -color11 #bfce72 -color4 #40318d -color12 #40318d -color5 #8b3f96 -color13 #8a3e95 -color6 #67b6bd -color14 #67b6bd -color7 #ffffff -color15 #f7f7f7 -selection_foreground #40318d diff --git a/private_dot_config/kitty/kitty-themes/themes/CLRS.conf b/private_dot_config/kitty/kitty-themes/themes/CLRS.conf deleted file mode 100644 index ddcb324..0000000 --- a/private_dot_config/kitty/kitty-themes/themes/CLRS.conf +++ /dev/null @@ -1,21 +0,0 @@ -background #ffffff -foreground #262626 -cursor #6fd2fc -selection_background #6fd2fc -color0 #000000 -color8 #545753 -color1 #f72729 -color9 #fb0416 -color2 #32895c -color10 #2cc631 -color3 #f96f1c -color11 #fcd627 -color4 #125ccf -color12 #156ffe -color5 #9f00bc -color13 #e800b0 -color6 #32c2c0 -color14 #39d5ce -color7 #b2b2b2 -color15 #ededec -selection_foreground #ffffff diff --git a/private_dot_config/kitty/kitty-themes/themes/Chalk.conf b/private_dot_config/kitty/kitty-themes/themes/Chalk.conf deleted file mode 100644 index 7051698..0000000 --- a/private_dot_config/kitty/kitty-themes/themes/Chalk.conf +++ /dev/null @@ -1,21 +0,0 @@ -background #2b2c2e -foreground #d2d8d9 -cursor #708183 -selection_background #e3e8ed -color0 #7c8a8f -color8 #888888 -color1 #b23a51 -color9 #f24840 -color2 #789a69 -color10 #80c46f -color3 #b9ab4a -color11 #ffeb62 -color4 #2a7fac -color12 #4095ff -color5 #bc4f5a -color13 #fb5175 -color6 #44a799 -color14 #52ccbd -color7 #d2d8d9 -color15 #d2d8d9 -selection_foreground #2b2c2e diff --git a/private_dot_config/kitty/kitty-themes/themes/Chalkboard.conf b/private_dot_config/kitty/kitty-themes/themes/Chalkboard.conf deleted file mode 100644 index f0b7350..0000000 --- a/private_dot_config/kitty/kitty-themes/themes/Chalkboard.conf +++ /dev/null @@ -1,21 +0,0 @@ -background #29262f -foreground #d9e6f2 -cursor #d9e6f2 -selection_background #073642 -color0 #000000 -color8 #323232 -color1 #c37372 -color9 #dbaaaa -color2 #72c373 -color10 #aadbaa -color3 #c2c372 -color11 #dadbaa -color4 #7372c3 -color12 #aaaadb -color5 #c372c2 -color13 #dbaada -color6 #72c2c3 -color14 #aadadb -color7 #d9d9d9 -color15 #ffffff -selection_foreground #29262f diff --git a/private_dot_config/kitty/kitty-themes/themes/Ciapre.conf b/private_dot_config/kitty/kitty-themes/themes/Ciapre.conf deleted file mode 100644 index 2b496fb..0000000 --- a/private_dot_config/kitty/kitty-themes/themes/Ciapre.conf +++ /dev/null @@ -1,21 +0,0 @@ -background #181c27 -foreground #ada37a -cursor #91805a -selection_background #172539 -color0 #181818 -color8 #555555 -color1 #800009 -color9 #ab3834 -color2 #48513b -color10 #a6a65d -color3 #cc8a3e -color11 #dcde7b -color4 #566d8c -color12 #2f97c6 -color5 #724c7c -color13 #d33060 -color6 #5b4f4a -color14 #f3dab1 -color7 #ada37e -color15 #f3f3f3 -selection_foreground #181c27 diff --git a/private_dot_config/kitty/kitty-themes/themes/Cobalt2.conf b/private_dot_config/kitty/kitty-themes/themes/Cobalt2.conf deleted file mode 100644 index 3ffcbe2..0000000 --- a/private_dot_config/kitty/kitty-themes/themes/Cobalt2.conf +++ /dev/null @@ -1,21 +0,0 @@ -background #122637 -foreground #ffffff -cursor #f0cb09 -selection_background #18344f -color0 #000000 -color8 #545454 -color1 #ff0000 -color9 #f40d17 -color2 #37dd21 -color10 #3bcf1d -color3 #fee409 -color11 #ecc809 -color4 #1460d2 -color12 #5555ff -color5 #ff005d -color13 #ff55ff -color6 #00bbbb -color14 #6ae3f9 -color7 #bbbbbb -color15 #ffffff -selection_foreground #122637 diff --git a/private_dot_config/kitty/kitty-themes/themes/Cobalt_Neon.conf b/private_dot_config/kitty/kitty-themes/themes/Cobalt_Neon.conf deleted file mode 100644 index 02a66e5..0000000 --- a/private_dot_config/kitty/kitty-themes/themes/Cobalt_Neon.conf +++ /dev/null @@ -1,21 +0,0 @@ -background #142838 -foreground #8ff586 -cursor #c4206f -selection_background #084fb0 -color0 #142630 -color8 #fff688 -color1 #ff2320 -color9 #d4312e -color2 #3aa5ff -color10 #8ff586 -color3 #e9e75c -color11 #e9f06d -color4 #8ff586 -color12 #3c7dd2 -color5 #781aa0 -color13 #8230a7 -color6 #8ff586 -color14 #6cbc67 -color7 #ba45b1 -color15 #8ff586 -selection_foreground #142838 diff --git a/private_dot_config/kitty/kitty-themes/themes/CrayonPonyFish.conf b/private_dot_config/kitty/kitty-themes/themes/CrayonPonyFish.conf deleted file mode 100644 index 068fab3..0000000 --- a/private_dot_config/kitty/kitty-themes/themes/CrayonPonyFish.conf +++ /dev/null @@ -1,21 +0,0 @@ -background #140607 -foreground #685259 -cursor #685259 -selection_background #2a1a1c -color0 #2a1a1c -color8 #3c2a2e -color1 #90002a -color9 #c5245c -color2 #579523 -color10 #8dff56 -color3 #aa301b -color11 #c7371d -color4 #8b87af -color12 #cfc9ff -color5 #682e50 -color13 #fb6cb9 -color6 #e8a766 -color14 #ffceae -color7 #685259 -color15 #af949d -selection_foreground #140607 diff --git a/private_dot_config/kitty/kitty-themes/themes/Dark_Pastel.conf b/private_dot_config/kitty/kitty-themes/themes/Dark_Pastel.conf deleted file mode 100644 index 15083f7..0000000 --- a/private_dot_config/kitty/kitty-themes/themes/Dark_Pastel.conf +++ /dev/null @@ -1,21 +0,0 @@ -background #000000 -foreground #ffffff -cursor #bbbbbb -selection_background #b5d5ff -color0 #000000 -color8 #545454 -color1 #ff5555 -color9 #ff5555 -color2 #55ff55 -color10 #55ff55 -color3 #ffff55 -color11 #ffff55 -color4 #5555ff -color12 #5555ff -color5 #ff55ff -color13 #ff55ff -color6 #55ffff -color14 #55ffff -color7 #bbbbbb -color15 #ffffff -selection_foreground #000000 diff --git a/private_dot_config/kitty/kitty-themes/themes/Darkside.conf b/private_dot_config/kitty/kitty-themes/themes/Darkside.conf deleted file mode 100644 index 10238d1..0000000 --- a/private_dot_config/kitty/kitty-themes/themes/Darkside.conf +++ /dev/null @@ -1,21 +0,0 @@ -background #212324 -foreground #b9b9b9 -cursor #bbbbbb -selection_background #2f3333 -color0 #000000 -color8 #000000 -color1 #e8331c -color9 #df5a4f -color2 #68c156 -color10 #76b768 -color3 #f1d32b -color11 #eed64a -color4 #1c98e8 -color12 #387bd2 -color5 #8e69c8 -color13 #957bbd -color6 #1c98e8 -color14 #3d96e2 -color7 #b9b9b9 -color15 #b9b9b9 -selection_foreground #212324 diff --git a/private_dot_config/kitty/kitty-themes/themes/Desert.conf b/private_dot_config/kitty/kitty-themes/themes/Desert.conf deleted file mode 100644 index 5491a97..0000000 --- a/private_dot_config/kitty/kitty-themes/themes/Desert.conf +++ /dev/null @@ -1,21 +0,0 @@ -background #333333 -foreground #ffffff -cursor #00ff00 -selection_background #b5d5ff -color0 #4d4d4d -color8 #545454 -color1 #ff2b2b -color9 #ff5555 -color2 #98fb98 -color10 #55ff55 -color3 #f0e68c -color11 #ffff55 -color4 #cd853f -color12 #87ceff -color5 #ffdead -color13 #ff55ff -color6 #ffa0a0 -color14 #ffd700 -color7 #f5deb3 -color15 #ffffff -selection_foreground #333333 diff --git a/private_dot_config/kitty/kitty-themes/themes/DimmedMonokai.conf b/private_dot_config/kitty/kitty-themes/themes/DimmedMonokai.conf deleted file mode 100644 index 99d7a83..0000000 --- a/private_dot_config/kitty/kitty-themes/themes/DimmedMonokai.conf +++ /dev/null @@ -1,21 +0,0 @@ -background #1e1e1e -foreground #b8bcb9 -cursor #f83d19 -selection_background #292c31 -color0 #3a3c43 -color8 #888987 -color1 #be3e48 -color9 #fb001e -color2 #869a3a -color10 #0e712e -color3 #c4a535 -color11 #c37033 -color4 #4e76a1 -color12 #176ce3 -color5 #855b8d -color13 #fb0067 -color6 #568ea3 -color14 #2d6f6c -color7 #b8bcb9 -color15 #fcffb8 -selection_foreground #1e1e1e diff --git a/private_dot_config/kitty/kitty-themes/themes/DotGov.conf b/private_dot_config/kitty/kitty-themes/themes/DotGov.conf deleted file mode 100644 index 345cef9..0000000 --- a/private_dot_config/kitty/kitty-themes/themes/DotGov.conf +++ /dev/null @@ -1,21 +0,0 @@ -background #252b35 -foreground #eaeaea -cursor #d9002f -selection_background #194080 -color0 #181818 -color8 #181818 -color1 #bf081d -color9 #bf081d -color2 #3d9751 -color10 #3d9751 -color3 #f6bb33 -color11 #f6bb33 -color4 #16b1df -color12 #16b1df -color5 #772fb0 -color13 #772fb0 -color6 #8bd1ed -color14 #8bd1ed -color7 #ffffff -color15 #ffffff -selection_foreground #252b35 diff --git a/private_dot_config/kitty/kitty-themes/themes/Dracula.conf b/private_dot_config/kitty/kitty-themes/themes/Dracula.conf deleted file mode 100644 index 9cf0ed6..0000000 --- a/private_dot_config/kitty/kitty-themes/themes/Dracula.conf +++ /dev/null @@ -1,21 +0,0 @@ -background #1e1f28 -foreground #f8f8f2 -cursor #bbbbbb -selection_background #44475a -color0 #000000 -color8 #545454 -color1 #ff5555 -color9 #ff5454 -color2 #50fa7b -color10 #50fa7b -color3 #f0fa8b -color11 #f0fa8b -color4 #bd92f8 -color12 #bd92f8 -color5 #ff78c5 -color13 #ff78c5 -color6 #8ae9fc -color14 #8ae9fc -color7 #bbbbbb -color15 #ffffff -selection_foreground #1e1f28 diff --git a/private_dot_config/kitty/kitty-themes/themes/Dumbledore.conf b/private_dot_config/kitty/kitty-themes/themes/Dumbledore.conf deleted file mode 100644 index c1ef032..0000000 --- a/private_dot_config/kitty/kitty-themes/themes/Dumbledore.conf +++ /dev/null @@ -1,21 +0,0 @@ -background #422553 -foreground #c4c8c5 -cursor #c4c8c5 -selection_background #008aff -color0 #2b283d -color8 #413e53 -color1 #ae0000 -color9 #d3a624 -color2 #3e7c54 -color10 #aaaaaa -color3 #f0c75e -color11 #716254 -color4 #415baf -color12 #946a2c -color5 #9445ae -color13 #b294ba -color6 #008aff -color14 #25de50 -color7 #850000 -color15 #c9c9c9 -selection_foreground #422553 diff --git a/private_dot_config/kitty/kitty-themes/themes/Duotone_Dark.conf b/private_dot_config/kitty/kitty-themes/themes/Duotone_Dark.conf deleted file mode 100644 index 4867604..0000000 --- a/private_dot_config/kitty/kitty-themes/themes/Duotone_Dark.conf +++ /dev/null @@ -1,21 +0,0 @@ -background #1f1c27 -foreground #b6a0ff -cursor #ff9738 -selection_background #353146 -color0 #1f1c27 -color8 #353146 -color1 #d8393d -color9 #d8393d -color2 #2dcc72 -color10 #2dcc72 -color3 #d8b76e -color11 #d8b76e -color4 #ffc183 -color12 #ffc183 -color5 #dd8d40 -color13 #dd8d40 -color6 #2388ff -color14 #2388ff -color7 #b6a0ff -color15 #e9e4ff -selection_foreground #1f1c27 diff --git a/private_dot_config/kitty/kitty-themes/themes/ENCOM.conf b/private_dot_config/kitty/kitty-themes/themes/ENCOM.conf deleted file mode 100644 index 7afc7ae..0000000 --- a/private_dot_config/kitty/kitty-themes/themes/ENCOM.conf +++ /dev/null @@ -1,21 +0,0 @@ -background #000000 -foreground #00a595 -cursor #bbbbbb -selection_background #00a48c -color0 #000000 -color8 #545454 -color1 #9f0000 -color9 #ff0000 -color2 #008b00 -color10 #00ee00 -color3 #ffcf00 -color11 #ffff00 -color4 #0081ff -color12 #0000ff -color5 #bc00ca -color13 #ff00ff -color6 #008b8b -color14 #00cdcd -color7 #bbbbbb -color15 #ffffff -selection_foreground #000000 diff --git a/private_dot_config/kitty/kitty-themes/themes/Earthsong.conf b/private_dot_config/kitty/kitty-themes/themes/Earthsong.conf deleted file mode 100644 index 50f0da8..0000000 --- a/private_dot_config/kitty/kitty-themes/themes/Earthsong.conf +++ /dev/null @@ -1,21 +0,0 @@ -background #282420 -foreground #e5c6a8 -cursor #f6f6ec -selection_background #111417 -color0 #111417 -color8 #665e54 -color1 #c84134 -color9 #ff6459 -color2 #84c44b -color10 #97e035 -color3 #f4ae2e -color11 #dfd561 -color4 #1397b9 -color12 #5ed9ff -color5 #d0623c -color13 #ff9168 -color6 #4f9452 -color14 #83ef88 -color7 #e5c5a9 -color15 #f6f6ec -selection_foreground #282420 diff --git a/private_dot_config/kitty/kitty-themes/themes/Elemental.conf b/private_dot_config/kitty/kitty-themes/themes/Elemental.conf deleted file mode 100644 index e24a3d3..0000000 --- a/private_dot_config/kitty/kitty-themes/themes/Elemental.conf +++ /dev/null @@ -1,21 +0,0 @@ -background #21211c -foreground #807973 -cursor #facb7f -selection_background #403729 -color0 #3c3b30 -color8 #545444 -color1 #97280f -color9 #df502a -color2 #479942 -color10 #60e06f -color3 #7f7110 -color11 #d69827 -color4 #497f7d -color12 #78d8d8 -color5 #7e4e2e -color13 #cd7c53 -color6 #387f58 -color14 #58d598 -color7 #807974 -color15 #fff1e8 -selection_foreground #21211c diff --git a/private_dot_config/kitty/kitty-themes/themes/Espresso.conf b/private_dot_config/kitty/kitty-themes/themes/Espresso.conf deleted file mode 100644 index 373c178..0000000 --- a/private_dot_config/kitty/kitty-themes/themes/Espresso.conf +++ /dev/null @@ -1,27 +0,0 @@ -# Theme ported from the Mac Terminal application. - -background #323232 -foreground #ffffff -cursor #d6d6d6 -selection_background #5b5b5b -selection_foreground #323232 -color0 #353535 -color8 #535353 -color1 #d25252 -color9 #f00c0c -color2 #a4c161 -color10 #c1df74 -color3 #ffc56d -color11 #e1e48a -color4 #6c99ba -color12 #8ab6d9 -color5 #d096d9 -color13 #efb5f7 -color6 #bdd6ff -color14 #dbf4ff -color7 #ededec -color15 #ffffff -active_tab_foreground #ffffff -active_tab_background #535353 -inactive_tab_foreground #ffffff -inactive_tab_background #353535 diff --git a/private_dot_config/kitty/kitty-themes/themes/Espresso_Libre.conf b/private_dot_config/kitty/kitty-themes/themes/Espresso_Libre.conf deleted file mode 100644 index fa042b2..0000000 --- a/private_dot_config/kitty/kitty-themes/themes/Espresso_Libre.conf +++ /dev/null @@ -1,21 +0,0 @@ -background #2a211c -foreground #b8a898 -cursor #ffffff -selection_background #c3dcff -color0 #000000 -color8 #545753 -color1 #cc0000 -color9 #ef2828 -color2 #1a921c -color10 #9aff87 -color3 #efe43a -color11 #fffa5c -color4 #0066ff -color12 #43a8ed -color5 #c5656b -color13 #ff8089 -color6 #05989a -color14 #34e2e2 -color7 #d3d7cf -color15 #ededec -selection_foreground #2a211c diff --git a/private_dot_config/kitty/kitty-themes/themes/Fideloper.conf b/private_dot_config/kitty/kitty-themes/themes/Fideloper.conf deleted file mode 100644 index 7e099fc..0000000 --- a/private_dot_config/kitty/kitty-themes/themes/Fideloper.conf +++ /dev/null @@ -1,21 +0,0 @@ -background #282f32 -foreground #dad9df -cursor #d35f5a -selection_background #eeb7ab -color0 #282f32 -color8 #092027 -color1 #ca1d2c -color9 #d35f5a -color2 #edb7ab -color10 #d35f5a -color3 #b7aa9a -color11 #a86571 -color4 #2e78c1 -color12 #7c84c4 -color5 #c0226e -color13 #5b5db2 -color6 #309185 -color14 #81908f -color7 #e9e2cd -color15 #fcf4de -selection_foreground #282f32 diff --git a/private_dot_config/kitty/kitty-themes/themes/FishTank.conf b/private_dot_config/kitty/kitty-themes/themes/FishTank.conf deleted file mode 100644 index dce32a4..0000000 --- a/private_dot_config/kitty/kitty-themes/themes/FishTank.conf +++ /dev/null @@ -1,21 +0,0 @@ -background #222436 -foreground #eceffd -cursor #fdcd5e -selection_background #fcf6e8 -color0 #03063c -color8 #6c5a30 -color1 #c60049 -color9 #d94a8a -color2 #abf157 -color10 #daffa8 -color3 #fdcd5e -color11 #fee6a8 -color4 #525fb8 -color12 #b1bdf9 -color5 #976f81 -color13 #fda4cc -color6 #968662 -color14 #a4bc86 -color7 #eceffc -color15 #f6ffec -selection_foreground #222436 diff --git a/private_dot_config/kitty/kitty-themes/themes/Flat.conf b/private_dot_config/kitty/kitty-themes/themes/Flat.conf deleted file mode 100644 index 036e563..0000000 --- a/private_dot_config/kitty/kitty-themes/themes/Flat.conf +++ /dev/null @@ -1,21 +0,0 @@ -background #002240 -foreground #2bc45d -cursor #e5bd0c -selection_background #782b9c -color0 #212c3e -color8 #202b3b -color1 #a72320 -color9 #d3302e -color2 #32a448 -color10 #2c9440 -color3 #e58d11 -color11 #e5bd0c -color4 #3066ab -color12 #3b7cd2 -color5 #7819a0 -color13 #822fa7 -color6 #2b9270 -color14 #35b286 -color7 #afb6b9 -color15 #e6ecec -selection_foreground #002240 diff --git a/private_dot_config/kitty/kitty-themes/themes/Flatland.conf b/private_dot_config/kitty/kitty-themes/themes/Flatland.conf deleted file mode 100644 index 637b72d..0000000 --- a/private_dot_config/kitty/kitty-themes/themes/Flatland.conf +++ /dev/null @@ -1,21 +0,0 @@ -background #1c1e20 -foreground #b8daee -cursor #708183 -selection_background #2a2a24 -color0 #1c1d19 -color8 #1c1d19 -color1 #f18238 -color9 #d12a24 -color2 #9ed264 -color10 #a7d32c -color3 #f3ef6d -color11 #ff8948 -color4 #4f96be -color12 #61b8d0 -color5 #695abb -color13 #695abb -color6 #d53864 -color14 #d53864 -color7 #fefffe -color15 #fefffe -selection_foreground #1c1e20 diff --git a/private_dot_config/kitty/kitty-themes/themes/Floraverse.conf b/private_dot_config/kitty/kitty-themes/themes/Floraverse.conf deleted file mode 100644 index 6e6a06c..0000000 --- a/private_dot_config/kitty/kitty-themes/themes/Floraverse.conf +++ /dev/null @@ -1,21 +0,0 @@ -background #0e0c15 -foreground #dbd0b9 -cursor #bbbbbb -selection_background #f3e0b8 -color0 #08002e -color8 #331d4c -color1 #64002c -color9 #cf2062 -color2 #5d731a -color10 #b3ce58 -color3 #cd751c -color11 #fac357 -color4 #1d6da1 -color12 #40a4cf -color5 #b7077e -color13 #f02aae -color6 #42a38c -color14 #62caa8 -color7 #f3e0b8 -color15 #fff5db -selection_foreground #0e0c15 diff --git a/private_dot_config/kitty/kitty-themes/themes/FrontEndDelight.conf b/private_dot_config/kitty/kitty-themes/themes/FrontEndDelight.conf deleted file mode 100644 index ccbf0d4..0000000 --- a/private_dot_config/kitty/kitty-themes/themes/FrontEndDelight.conf +++ /dev/null @@ -1,21 +0,0 @@ -background #1b1b1d -foreground #acacac -cursor #cccccc -selection_background #e96153 -color0 #242426 -color8 #5eac6c -color1 #f8501a -color9 #f64319 -color2 #565746 -color10 #74eb4c -color3 #f9761d -color11 #fcc224 -color4 #2c70b7 -color12 #3393c9 -color5 #f02d4e -color13 #e75e4e -color6 #3ba0a5 -color14 #4ebce5 -color7 #acacac -color15 #8b735a -selection_foreground #1b1b1d diff --git a/private_dot_config/kitty/kitty-themes/themes/FunForrest.conf b/private_dot_config/kitty/kitty-themes/themes/FunForrest.conf deleted file mode 100644 index df8f4ee..0000000 --- a/private_dot_config/kitty/kitty-themes/themes/FunForrest.conf +++ /dev/null @@ -1,21 +0,0 @@ -background #241200 -foreground #ddc165 -cursor #e5591c -selection_background #e5591c -color0 #000000 -color8 #7e6954 -color1 #d5252b -color9 #e4591b -color2 #909b00 -color10 #bfc659 -color3 #bd8a13 -color11 #ffca1b -color4 #4698a2 -color12 #7cc9ce -color5 #8c4231 -color13 #d16349 -color6 #d98112 -color14 #e6a96b -color7 #ddc165 -color15 #ffe9a3 -selection_foreground #241200 diff --git a/private_dot_config/kitty/kitty-themes/themes/Galaxy.conf b/private_dot_config/kitty/kitty-themes/themes/Galaxy.conf deleted file mode 100644 index fab36a7..0000000 --- a/private_dot_config/kitty/kitty-themes/themes/Galaxy.conf +++ /dev/null @@ -1,21 +0,0 @@ -background #1c2836 -foreground #ffffff -cursor #bbbbbb -selection_background #b4d5ff -color0 #000000 -color8 #545454 -color1 #f9555f -color9 #fa8b8e -color2 #20af89 -color10 #34bb99 -color3 #fdf029 -color11 #ffff55 -color4 #589cf5 -color12 #589cf5 -color5 #934d95 -color13 #e75598 -color6 #1e9ee6 -color14 #3978bb -color7 #bbbbbb -color15 #ffffff -selection_foreground #1c2836 diff --git a/private_dot_config/kitty/kitty-themes/themes/Github.conf b/private_dot_config/kitty/kitty-themes/themes/Github.conf deleted file mode 100644 index 22122d7..0000000 --- a/private_dot_config/kitty/kitty-themes/themes/Github.conf +++ /dev/null @@ -1,21 +0,0 @@ -background #f4f4f4 -foreground #3e3e3e -cursor #3f3f3f -selection_background #a9c1e2 -color0 #3e3e3e -color8 #666666 -color1 #970b16 -color9 #de0000 -color2 #07962a -color10 #87d5a2 -color3 #f7edc7 -color11 #f0cf06 -color4 #003e8a -color12 #2e6cba -color5 #e94691 -color13 #ffa29f -color6 #89d1ec -color14 #1cfafe -color7 #ffffff -color15 #ffffff -selection_foreground #f4f4f4 diff --git a/private_dot_config/kitty/kitty-themes/themes/Glacier.conf b/private_dot_config/kitty/kitty-themes/themes/Glacier.conf deleted file mode 100644 index 08de697..0000000 --- a/private_dot_config/kitty/kitty-themes/themes/Glacier.conf +++ /dev/null @@ -1,21 +0,0 @@ -background #0c1115 -foreground #ffffff -cursor #6c6c6c -selection_background #bd2523 -color0 #2e343c -color8 #404a55 -color1 #bd0f2f -color9 #bd0f2f -color2 #35a770 -color10 #49e998 -color3 #fb9435 -color11 #fddf6e -color4 #1f5872 -color12 #2a8bc1 -color5 #bd2523 -color13 #ea4727 -color6 #778397 -color14 #a0b6d3 -color7 #ffffff -color15 #ffffff -selection_foreground #0c1115 diff --git a/private_dot_config/kitty/kitty-themes/themes/GoaBase.conf b/private_dot_config/kitty/kitty-themes/themes/GoaBase.conf deleted file mode 100644 index fcc6741..0000000 --- a/private_dot_config/kitty/kitty-themes/themes/GoaBase.conf +++ /dev/null @@ -1,21 +0,0 @@ -background #2f0033 -foreground #f6ed00 -cursor #1a6500 -selection_background #100a24 -color0 #880041 -color8 #411a6d -color1 #f78000 -color9 #f800e1 -color2 #249000 -color10 #5743ff -color3 #f40000 -color11 #ea00d7 -color4 #000482 -color12 #b90003 -color5 #f43bff -color13 #9a5952 -color6 #3affff -color14 #c8f9f3 -color7 #000000 -color15 #f5f4fb -selection_foreground #2f0033 diff --git a/private_dot_config/kitty/kitty-themes/themes/Grape.conf b/private_dot_config/kitty/kitty-themes/themes/Grape.conf deleted file mode 100644 index 38b8a18..0000000 --- a/private_dot_config/kitty/kitty-themes/themes/Grape.conf +++ /dev/null @@ -1,21 +0,0 @@ -background #161423 -foreground #9e9ea0 -cursor #a188f7 -selection_background #483d70 -color0 #2d283e -color8 #58506a -color1 #ec2160 -color9 #f0719a -color2 #1fa91b -color10 #52a95d -color3 #8ddc1f -color11 #b2dc87 -color4 #487cf4 -color12 #a9bbeb -color5 #8c35c8 -color13 #ac81c1 -color6 #3added -color14 #9ce3ea -color7 #9e9ea0 -color15 #a188f7 -selection_foreground #161423 diff --git a/private_dot_config/kitty/kitty-themes/themes/Grass.conf b/private_dot_config/kitty/kitty-themes/themes/Grass.conf deleted file mode 100644 index ef9c321..0000000 --- a/private_dot_config/kitty/kitty-themes/themes/Grass.conf +++ /dev/null @@ -1,23 +0,0 @@ -# Theme ported from the Mac Terminal application. - -background #12773d -foreground #fff0a4 -cursor #8b2800 -selection_background #b64825 -color0 #000000 -color8 #545454 -color1 #ba0000 -color9 #ba0000 -color2 #00ba00 -color10 #00ba00 -color3 #e6af00 -color11 #e6af00 -color4 #0000a3 -color12 #0000ba -color5 #950062 -color13 #ff54ff -color6 #00baba -color14 #54ffff -color7 #bababa -color15 #ffffff -selection_foreground #12773d diff --git a/private_dot_config/kitty/kitty-themes/themes/Hardcore.conf b/private_dot_config/kitty/kitty-themes/themes/Hardcore.conf deleted file mode 100644 index 9af78ea..0000000 --- a/private_dot_config/kitty/kitty-themes/themes/Hardcore.conf +++ /dev/null @@ -1,21 +0,0 @@ -background #121212 -foreground #a0a0a0 -cursor #bbbbbb -selection_background #453a39 -color0 #1b1d1e -color8 #505354 -color1 #f92672 -color9 #ff669d -color2 #a6e22e -color10 #beed5f -color3 #fd971f -color11 #e6db74 -color4 #66d9ef -color12 #66d9ef -color5 #9e6ffe -color13 #9e6ffe -color6 #5e7175 -color14 #a3babf -color7 #ccccc6 -color15 #f8f8f2 -selection_foreground #121212 diff --git a/private_dot_config/kitty/kitty-themes/themes/Harper.conf b/private_dot_config/kitty/kitty-themes/themes/Harper.conf deleted file mode 100644 index 2579aac..0000000 --- a/private_dot_config/kitty/kitty-themes/themes/Harper.conf +++ /dev/null @@ -1,21 +0,0 @@ -background #000000 -foreground #a7a39c -cursor #a7a39c -selection_background #5a5753 -color0 #000000 -color8 #716d69 -color1 #f7b63e -color9 #f7b63e -color2 #7fb5e1 -color10 #7fb5e1 -color3 #d6da24 -color11 #d6da24 -color4 #489d48 -color12 #489d48 -color5 #b295c5 -color13 #b295c5 -color6 #f4bed6 -color14 #f4bed6 -color7 #a7a39c -color15 #fefbe9 -selection_foreground #000000 diff --git a/private_dot_config/kitty/kitty-themes/themes/Highway.conf b/private_dot_config/kitty/kitty-themes/themes/Highway.conf deleted file mode 100644 index f0dfa4d..0000000 --- a/private_dot_config/kitty/kitty-themes/themes/Highway.conf +++ /dev/null @@ -1,21 +0,0 @@ -background #212224 -foreground #ededed -cursor #dfd9b8 -selection_background #384563 -color0 #000000 -color8 #5c4f49 -color1 #cf0d17 -color9 #ef7d17 -color2 #128033 -color10 #b1d130 -color3 #ffca3d -color11 #fff11f -color4 #006ab3 -color12 #4fc2fd -color5 #6a2674 -color13 #de0070 -color6 #384563 -color14 #5c4f49 -color7 #ededed -color15 #fefffe -selection_foreground #212224 diff --git a/private_dot_config/kitty/kitty-themes/themes/Hipster_Green.conf b/private_dot_config/kitty/kitty-themes/themes/Hipster_Green.conf deleted file mode 100644 index 26adfe7..0000000 --- a/private_dot_config/kitty/kitty-themes/themes/Hipster_Green.conf +++ /dev/null @@ -1,21 +0,0 @@ -background #0f0a05 -foreground #84c137 -cursor #23ff18 -selection_background #083905 -color0 #000000 -color8 #666666 -color1 #b6204a -color9 #e50000 -color2 #00a600 -color10 #86a83e -color3 #bebe00 -color11 #e5e500 -color4 #246db2 -color12 #0000ff -color5 #b200b2 -color13 #e500e5 -color6 #00a6b2 -color14 #00e5e5 -color7 #bfbfbf -color15 #e5e5e5 -selection_foreground #0f0a05 diff --git a/private_dot_config/kitty/kitty-themes/themes/Homebrew.conf b/private_dot_config/kitty/kitty-themes/themes/Homebrew.conf deleted file mode 100644 index d96bb72..0000000 --- a/private_dot_config/kitty/kitty-themes/themes/Homebrew.conf +++ /dev/null @@ -1,23 +0,0 @@ -# Theme ported from the Mac Terminal application. - -background #000000 -foreground #00ff00 -cursor #23ff18 -selection_background #083905 -color0 #000000 -color8 #666666 -color1 #990000 -color9 #e50000 -color2 #00a600 -color10 #00d900 -color3 #999900 -color11 #e5e500 -color4 #0000b2 -color12 #0000ff -color5 #b200b2 -color13 #e500e5 -color6 #00a6b2 -color14 #00e5e5 -color7 #bebebe -color15 #e5e5e5 -selection_foreground #000000 diff --git a/private_dot_config/kitty/kitty-themes/themes/Hurtado.conf b/private_dot_config/kitty/kitty-themes/themes/Hurtado.conf deleted file mode 100644 index 1ca0421..0000000 --- a/private_dot_config/kitty/kitty-themes/themes/Hurtado.conf +++ /dev/null @@ -1,21 +0,0 @@ -background #000000 -foreground #dadbda -cursor #bbbbbb -selection_background #b4d5ff -color0 #575757 -color8 #252525 -color1 #ff1b00 -color9 #d41c00 -color2 #a5df55 -color10 #a5df55 -color3 #fbe74a -color11 #fbe749 -color4 #486387 -color12 #89bdff -color5 #fc5ef0 -color13 #bf00c0 -color6 #85e9fe -color14 #85e9fe -color7 #cbcbcb -color15 #dbdbdb -selection_foreground #000000 diff --git a/private_dot_config/kitty/kitty-themes/themes/Hybrid.conf b/private_dot_config/kitty/kitty-themes/themes/Hybrid.conf deleted file mode 100644 index 8f9dc50..0000000 --- a/private_dot_config/kitty/kitty-themes/themes/Hybrid.conf +++ /dev/null @@ -1,21 +0,0 @@ -background #161718 -foreground #b7bcb9 -cursor #b7bcb9 -selection_background #1e1f22 -color0 #2a2e33 -color8 #1d1e21 -color1 #b74d50 -color9 #8c2d32 -color2 #b3be5a -color10 #788331 -color3 #e3b55e -color11 #e5894f -color4 #6d90b0 -color12 #4b6b88 -color5 #a07eab -color13 #6e4f79 -color6 #7fbeb3 -color14 #4d7b73 -color7 #b5b8b6 -color15 #5a6169 -selection_foreground #161718 diff --git a/private_dot_config/kitty/kitty-themes/themes/IC_Green_PPL.conf b/private_dot_config/kitty/kitty-themes/themes/IC_Green_PPL.conf deleted file mode 100644 index 35587dd..0000000 --- a/private_dot_config/kitty/kitty-themes/themes/IC_Green_PPL.conf +++ /dev/null @@ -1,21 +0,0 @@ -background #3a3c3e -foreground #d9eed2 -cursor #41ff58 -selection_background #2a9b34 -color0 #1e1e1e -color8 #03260f -color1 #fb0029 -color9 #a6ff3e -color2 #329b24 -color10 #9fff6d -color3 #649a25 -color11 #d1ff6d -color4 #149b45 -color12 #72ffb5 -color5 #53b82b -color13 #50ff3d -color6 #2bb767 -color14 #22ff71 -color7 #dffeee -color15 #daeed0 -selection_foreground #3a3c3e diff --git a/private_dot_config/kitty/kitty-themes/themes/IC_Orange_PPL.conf b/private_dot_config/kitty/kitty-themes/themes/IC_Orange_PPL.conf deleted file mode 100644 index b8dead8..0000000 --- a/private_dot_config/kitty/kitty-themes/themes/IC_Orange_PPL.conf +++ /dev/null @@ -1,21 +0,0 @@ -background #262626 -foreground #ffcb83 -cursor #fb521c -selection_background #c03f1f -color0 #000000 -color8 #6a4e29 -color1 #c03900 -color9 #ff8b67 -color2 #a3a900 -color10 #f6ff3f -color3 #caae00 -color11 #ffe36e -color4 #bd6c00 -color12 #ffbd54 -color5 #fb5d00 -color13 #fc874f -color6 #f79400 -color14 #c59752 -color7 #ffc88a -color15 #f9f9fe -selection_foreground #262626 diff --git a/private_dot_config/kitty/kitty-themes/themes/IR_Black.conf b/private_dot_config/kitty/kitty-themes/themes/IR_Black.conf deleted file mode 100644 index 5b8709b..0000000 --- a/private_dot_config/kitty/kitty-themes/themes/IR_Black.conf +++ /dev/null @@ -1,21 +0,0 @@ -background #000000 -foreground #f1f1f1 -cursor #7f7f7f -selection_background #b4d5ff -color0 #4f4f4f -color8 #7b7b7b -color1 #fa6c5f -color9 #fcb6af -color2 #a8fe60 -color10 #ceffab -color3 #fffeb6 -color11 #fffecc -color4 #96cafd -color12 #b5dcfe -color5 #fa72fc -color13 #fb9bfe -color6 #c6c4fd -color14 #dfdffd -color7 #eeedee -color15 #fefffe -selection_foreground #000000 diff --git a/private_dot_config/kitty/kitty-themes/themes/Jackie_Brown.conf b/private_dot_config/kitty/kitty-themes/themes/Jackie_Brown.conf deleted file mode 100644 index 08a72e4..0000000 --- a/private_dot_config/kitty/kitty-themes/themes/Jackie_Brown.conf +++ /dev/null @@ -1,21 +0,0 @@ -background #2c1c15 -foreground #ffcc2f -cursor #23ff18 -selection_background #ae8c20 -color0 #2c1d16 -color8 #666666 -color1 #ef5734 -color9 #e50000 -color2 #2baf2b -color10 #86a83e -color3 #bdbe00 -color11 #e5e500 -color4 #246db2 -color12 #0000ff -color5 #cf5ec0 -color13 #e500e5 -color6 #00acee -color14 #00e5e5 -color7 #bfbfbf -color15 #e5e5e5 -selection_foreground #2c1c15 diff --git a/private_dot_config/kitty/kitty-themes/themes/Japanesque.conf b/private_dot_config/kitty/kitty-themes/themes/Japanesque.conf deleted file mode 100644 index c045273..0000000 --- a/private_dot_config/kitty/kitty-themes/themes/Japanesque.conf +++ /dev/null @@ -1,21 +0,0 @@ -background #1d1d1d -foreground #f7f6ec -cursor #eccf4f -selection_background #165776 -color0 #343835 -color8 #585a58 -color1 #ce3e60 -color9 #d18ea6 -color2 #7bb75b -color10 #767e2b -color3 #e8b32a -color11 #77592e -color4 #4c99d3 -color12 #135879 -color5 #a57fc4 -color13 #5f4190 -color6 #389aac -color14 #76bbca -color7 #f9faf6 -color15 #b1b5ae -selection_foreground #1d1d1d diff --git a/private_dot_config/kitty/kitty-themes/themes/Jellybeans.conf b/private_dot_config/kitty/kitty-themes/themes/Jellybeans.conf deleted file mode 100644 index bac5fb7..0000000 --- a/private_dot_config/kitty/kitty-themes/themes/Jellybeans.conf +++ /dev/null @@ -1,21 +0,0 @@ -background #111111 -foreground #dedede -cursor #ffa460 -selection_background #464d91 -color0 #919191 -color8 #bdbdbd -color1 #e17373 -color9 #ffa0a0 -color2 #94b978 -color10 #bddeab -color3 #ffb97b -color11 #ffdba0 -color4 #96bddb -color12 #b1d7f6 -color5 #e1c0fa -color13 #fbdaff -color6 #00988e -color14 #19b2a7 -color7 #dedede -color15 #ffffff -selection_foreground #111111 diff --git a/private_dot_config/kitty/kitty-themes/themes/JetBrains_Darcula.conf b/private_dot_config/kitty/kitty-themes/themes/JetBrains_Darcula.conf deleted file mode 100644 index 64ac146..0000000 --- a/private_dot_config/kitty/kitty-themes/themes/JetBrains_Darcula.conf +++ /dev/null @@ -1,21 +0,0 @@ -background #202020 -foreground #adadad -cursor #ffffff -selection_background #1a3272 -color0 #000000 -color8 #545454 -color1 #fa5355 -color9 #fb7172 -color2 #126e00 -color10 #67ff4f -color3 #c2c300 -color11 #ffff00 -color4 #4581eb -color12 #6d9df1 -color5 #fa54ff -color13 #fb82ff -color6 #33c2c1 -color14 #60d3d1 -color7 #adadad -color15 #eeeeee -selection_foreground #202020 diff --git a/private_dot_config/kitty/kitty-themes/themes/Kibble.conf b/private_dot_config/kitty/kitty-themes/themes/Kibble.conf deleted file mode 100644 index 3b13105..0000000 --- a/private_dot_config/kitty/kitty-themes/themes/Kibble.conf +++ /dev/null @@ -1,21 +0,0 @@ -background #0e100a -foreground #f7f7f7 -cursor #9fda9c -selection_background #9ba686 -color0 #4d4d4d -color8 #5a5a5a -color1 #c70031 -color9 #f01578 -color2 #29cf13 -color10 #6ce05c -color3 #d8e30e -color11 #f3f79e -color4 #3449d1 -color12 #97a4f7 -color5 #8400ff -color13 #c495f0 -color6 #0798ab -color14 #68f2e0 -color7 #e2d1e3 -color15 #ffffff -selection_foreground #0e100a diff --git a/private_dot_config/kitty/kitty-themes/themes/Later_This_Evening.conf b/private_dot_config/kitty/kitty-themes/themes/Later_This_Evening.conf deleted file mode 100644 index 1354788..0000000 --- a/private_dot_config/kitty/kitty-themes/themes/Later_This_Evening.conf +++ /dev/null @@ -1,21 +0,0 @@ -background #212121 -foreground #949494 -cursor #424242 -selection_background #424242 -color0 #2b2b2b -color8 #444747 -color1 #d35a5f -color9 #d3222e -color2 #afba66 -color10 #aabb39 -color3 #e5d289 -color11 #e4bd39 -color4 #a0b9d5 -color12 #6599d5 -color5 #bf92d5 -color13 #aa52d5 -color6 #91beb6 -color14 #5fbfad -color7 #3b3c3c -color15 #c0c2c2 -selection_foreground #212121 diff --git a/private_dot_config/kitty/kitty-themes/themes/Lavandula.conf b/private_dot_config/kitty/kitty-themes/themes/Lavandula.conf deleted file mode 100644 index 14aa7aa..0000000 --- a/private_dot_config/kitty/kitty-themes/themes/Lavandula.conf +++ /dev/null @@ -1,21 +0,0 @@ -background #050014 -foreground #736d7c -cursor #8b91fa -selection_background #36323b -color0 #230045 -color8 #362c45 -color1 #7c1525 -color9 #df5066 -color2 #337e6f -color10 #52e0c4 -color3 #7f6f49 -color11 #e0c286 -color4 #4f4a7f -color12 #8e86df -color5 #593f7e -color13 #a675df -color6 #57767f -color14 #9ad3df -color7 #736d7c -color15 #8b91fa -selection_foreground #050014 diff --git a/private_dot_config/kitty/kitty-themes/themes/LiquidCarbon.conf b/private_dot_config/kitty/kitty-themes/themes/LiquidCarbon.conf deleted file mode 100644 index 2f3a994..0000000 --- a/private_dot_config/kitty/kitty-themes/themes/LiquidCarbon.conf +++ /dev/null @@ -1,21 +0,0 @@ -background #2f2f2f -foreground #afc2c2 -cursor #ffffff -selection_background #7cbeff -color0 #000000 -color8 #000000 -color1 #ff2f2f -color9 #ff2f2f -color2 #549a6f -color10 #549a6f -color3 #ccac00 -color11 #ccac00 -color4 #0099cc -color12 #0099cc -color5 #cc68c8 -color13 #cc68c8 -color6 #79c4cc -color14 #79c4cc -color7 #bccccc -color15 #bccccc -selection_foreground #2f2f2f diff --git a/private_dot_config/kitty/kitty-themes/themes/LiquidCarbonTransparent.conf b/private_dot_config/kitty/kitty-themes/themes/LiquidCarbonTransparent.conf deleted file mode 100644 index 41e5f89..0000000 --- a/private_dot_config/kitty/kitty-themes/themes/LiquidCarbonTransparent.conf +++ /dev/null @@ -1,21 +0,0 @@ -background #000000 -foreground #afc2c2 -cursor #ffffff -selection_background #7cbeff -color0 #000000 -color8 #000000 -color1 #ff2f2f -color9 #ff2f2f -color2 #549a6f -color10 #549a6f -color3 #ccac00 -color11 #ccac00 -color4 #0099cc -color12 #0099cc -color5 #cc68c8 -color13 #cc68c8 -color6 #79c4cc -color14 #79c4cc -color7 #bccccc -color15 #bccccc -selection_foreground #000000 diff --git a/private_dot_config/kitty/kitty-themes/themes/LiquidCarbonTransparentInverse.conf b/private_dot_config/kitty/kitty-themes/themes/LiquidCarbonTransparentInverse.conf deleted file mode 100644 index d584624..0000000 --- a/private_dot_config/kitty/kitty-themes/themes/LiquidCarbonTransparentInverse.conf +++ /dev/null @@ -1,21 +0,0 @@ -background #000000 -foreground #afc2c2 -cursor #ffffff -selection_background #7cbeff -color0 #bbcbcc -color8 #ffffff -color1 #ff2f2f -color9 #ff2f2f -color2 #549a6f -color10 #549a6f -color3 #ccac00 -color11 #ccac00 -color4 #0099cc -color12 #0099cc -color5 #cc68c8 -color13 #cc68c8 -color6 #79c4cc -color14 #79c4cc -color7 #000000 -color15 #000000 -selection_foreground #000000 diff --git a/private_dot_config/kitty/kitty-themes/themes/Man_Page.conf b/private_dot_config/kitty/kitty-themes/themes/Man_Page.conf deleted file mode 100644 index 7c8aa38..0000000 --- a/private_dot_config/kitty/kitty-themes/themes/Man_Page.conf +++ /dev/null @@ -1,23 +0,0 @@ -# Theme ported from the Mac Terminal application. - -background #fef49c -foreground #000000 -cursor #7f7f7f -selection_background #a4c9cd -color0 #000000 -color8 #666666 -color1 #cc0000 -color9 #e50000 -color2 #00a600 -color10 #00d900 -color3 #999900 -color11 #e5e500 -color4 #0000b2 -color12 #0000ff -color5 #b200b2 -color13 #e500e5 -color6 #00a6b2 -color14 #00e5e5 -color7 #cccccc -color15 #e5e5e5 -selection_foreground #fef49c diff --git a/private_dot_config/kitty/kitty-themes/themes/Material.conf b/private_dot_config/kitty/kitty-themes/themes/Material.conf deleted file mode 100644 index ba38846..0000000 --- a/private_dot_config/kitty/kitty-themes/themes/Material.conf +++ /dev/null @@ -1,21 +0,0 @@ -background #eaeaea -foreground #222221 -cursor #16aec9 -selection_background #c1c1c1 -color0 #212121 -color8 #424242 -color1 #b7141e -color9 #e83a3f -color2 #457b23 -color10 #7aba39 -color3 #f5971d -color11 #fee92e -color4 #134eb2 -color12 #53a4f3 -color5 #550087 -color13 #a94dbb -color6 #0e707c -color14 #26bad1 -color7 #eeeeee -color15 #d8d8d8 -selection_foreground #eaeaea diff --git a/private_dot_config/kitty/kitty-themes/themes/MaterialDark.conf b/private_dot_config/kitty/kitty-themes/themes/MaterialDark.conf deleted file mode 100644 index e599021..0000000 --- a/private_dot_config/kitty/kitty-themes/themes/MaterialDark.conf +++ /dev/null @@ -1,21 +0,0 @@ -background #222221 -foreground #e4e4e4 -cursor #16aec9 -selection_background #dedede -color0 #212121 -color8 #424242 -color1 #b7141e -color9 #e83a3f -color2 #457b23 -color10 #7aba39 -color3 #f5971d -color11 #fee92e -color4 #134eb2 -color12 #53a4f3 -color5 #550087 -color13 #a94dbb -color6 #0e707c -color14 #26bad1 -color7 #eeeeee -color15 #d8d8d8 -selection_foreground #222221 diff --git a/private_dot_config/kitty/kitty-themes/themes/Mathias.conf b/private_dot_config/kitty/kitty-themes/themes/Mathias.conf deleted file mode 100644 index cd1ab14..0000000 --- a/private_dot_config/kitty/kitty-themes/themes/Mathias.conf +++ /dev/null @@ -1,21 +0,0 @@ -background #000000 -foreground #bbbbbb -cursor #bbbbbb -selection_background #545454 -color0 #000000 -color8 #545454 -color1 #e52222 -color9 #ff5555 -color2 #a6e32d -color10 #55ff55 -color3 #fc951e -color11 #ffff55 -color4 #c48dff -color12 #5555ff -color5 #fa2573 -color13 #ff55ff -color6 #67d9f0 -color14 #55ffff -color7 #f2f2f2 -color15 #ffffff -selection_foreground #000000 diff --git a/private_dot_config/kitty/kitty-themes/themes/Medallion.conf b/private_dot_config/kitty/kitty-themes/themes/Medallion.conf deleted file mode 100644 index 0ad8805..0000000 --- a/private_dot_config/kitty/kitty-themes/themes/Medallion.conf +++ /dev/null @@ -1,21 +0,0 @@ -background #1d1808 -foreground #cac296 -cursor #d3b92f -selection_background #616cab -color0 #000000 -color8 #5e5118 -color1 #b54c00 -color9 #ff9148 -color2 #7c8a16 -color10 #b1c93a -color3 #d2bd25 -color11 #ffe449 -color4 #606baf -color12 #abb8ff -color5 #8b5990 -color13 #fe9fff -color6 #906b25 -color14 #ffbb51 -color7 #c9c199 -color15 #fed597 -selection_foreground #1d1808 diff --git a/private_dot_config/kitty/kitty-themes/themes/Misterioso.conf b/private_dot_config/kitty/kitty-themes/themes/Misterioso.conf deleted file mode 100644 index 1960f9b..0000000 --- a/private_dot_config/kitty/kitty-themes/themes/Misterioso.conf +++ /dev/null @@ -1,21 +0,0 @@ -background #2d3743 -foreground #e1e1e0 -cursor #000000 -selection_background #2d37ff -color0 #000000 -color8 #545454 -color1 #ff4141 -color9 #ff3241 -color2 #74ae68 -color10 #74cc68 -color3 #ffac28 -color11 #ffb928 -color4 #338e86 -color12 #23d6d6 -color5 #9413e5 -color13 #ff37ff -color6 #23d6d6 -color14 #00ece1 -color7 #e1e1df -color15 #ffffff -selection_foreground #2d3743 diff --git a/private_dot_config/kitty/kitty-themes/themes/Molokai.conf b/private_dot_config/kitty/kitty-themes/themes/Molokai.conf deleted file mode 100644 index cd35d1f..0000000 --- a/private_dot_config/kitty/kitty-themes/themes/Molokai.conf +++ /dev/null @@ -1,21 +0,0 @@ -background #121212 -foreground #bbbbbb -cursor #bbbbbb -selection_background #b4d5ff -color0 #121212 -color8 #545454 -color1 #fa2573 -color9 #f5669c -color2 #97e123 -color10 #b0e05e -color3 #dfd460 -color11 #fef26c -color4 #0f7fcf -color12 #00afff -color5 #8700ff -color13 #af87ff -color6 #42a7cf -color14 #50cdfe -color7 #bbbbbb -color15 #ffffff -selection_foreground #121212 diff --git a/private_dot_config/kitty/kitty-themes/themes/MonaLisa.conf b/private_dot_config/kitty/kitty-themes/themes/MonaLisa.conf deleted file mode 100644 index 3b1602d..0000000 --- a/private_dot_config/kitty/kitty-themes/themes/MonaLisa.conf +++ /dev/null @@ -1,21 +0,0 @@ -background #110b0d -foreground #f6d56a -cursor #c36c32 -selection_background #f6d56a -color0 #341a0d -color8 #874227 -color1 #9b281b -color9 #ff4230 -color2 #626132 -color10 #b3b163 -color3 #c26e27 -color11 #ff9565 -color4 #515b5c -color12 #9eb2b3 -color5 #9b1d29 -color13 #ff5b6a -color6 #588056 -color14 #89cc8e -color7 #f6d75c -color15 #ffe597 -selection_foreground #110b0d diff --git a/private_dot_config/kitty/kitty-themes/themes/Monokai.conf b/private_dot_config/kitty/kitty-themes/themes/Monokai.conf deleted file mode 100644 index 660c0cc..0000000 --- a/private_dot_config/kitty/kitty-themes/themes/Monokai.conf +++ /dev/null @@ -1,41 +0,0 @@ -# Monokai - -background #272822 -foreground #f8f8f2 -cursor #f8f8f2 -selection_background #f8f8f2 -selection_foreground #272822 -active_tab_background #75715e -active_tab_foreground #272822 -active_border_color #75715e -inactive_tab_background #272822 -inactive_tab_foreground #75715e -inactive_border_color #75715e -url_color #f8f8f2 - -# 16 Color Space - -# black -color0 #272822 -color8 #75715e -# red -color1 #f92672 -color9 #f92672 -# green -color2 #a6e22e -color10 #a6e22e -# yellow -color3 #e6db74 -color11 #e6db74 -# blue -color4 #66d9ef -color12 #66d9ef -# magenta -color5 #fd971f -color13 #fd971f -# cyan -color6 #ae81ff -color14 #ae81ff -# white -color7 #f8f8f2 -color15 #f8f8f2 diff --git a/private_dot_config/kitty/kitty-themes/themes/Monokai_Classic.conf b/private_dot_config/kitty/kitty-themes/themes/Monokai_Classic.conf deleted file mode 100644 index 9c74f40..0000000 --- a/private_dot_config/kitty/kitty-themes/themes/Monokai_Classic.conf +++ /dev/null @@ -1,47 +0,0 @@ -background #3b3c35 -foreground #fdfff1 - -cursor #fdfff1 -cursor_text_color #000000 -selection_foreground #3b3c35 -selection_background #fdfff1 - -# dull black -color0 #3b3c35 -# light black -color8 #6e7066 - -# dull red -color1 #f82570 -# light red -color9 #f82570 - -# dull green -color2 #a6e12d -# light green -color10 #a6e12d - -# yellow -color3 #e4db73 -# light yellow -color11 #e4db73 - -# blue -color4 #fc961f -# light blue -color12 #fc961f - -# magenta -color5 #ae81ff -# light magenta -color13 #ae81ff - -# cyan -color6 #66d9ee -# light cyan -color14 #66d9ee - -# dull white -color7 #fdfff1 -# bright white -color15 #fdfff1 diff --git a/private_dot_config/kitty/kitty-themes/themes/Monokai_Pro.conf b/private_dot_config/kitty/kitty-themes/themes/Monokai_Pro.conf deleted file mode 100644 index f5a2e8c..0000000 --- a/private_dot_config/kitty/kitty-themes/themes/Monokai_Pro.conf +++ /dev/null @@ -1,47 +0,0 @@ -background #403e41 -foreground #fcfcfa - -cursor #fcfcfa -cursor_text_color #000000 -selection_foreground #403e41 -selection_background #fcfcfa - -# dull black -color0 #403e41 -# light black -color8 #727072 - -# dull red -color1 #ff6188 -# light red -color9 #ff6188 - -# dull green -color2 #a9dc76 -# light green -color10 #a9dc76 - -# yellow -color3 #ffd866 -# light yellow -color11 #ffd866 - -# blue -color4 #fc9867 -# light blue -color12 #fc9867 - -# magenta -color5 #ab9df2 -# light magenta -color13 #ab9df2 - -# cyan -color6 #78dce8 -# light cyan -color14 #78dce8 - -# dull white -color7 #fcfcfa -# bright white -color15 #fcfcfa diff --git a/private_dot_config/kitty/kitty-themes/themes/Monokai_Pro_(Filter_Machine).conf b/private_dot_config/kitty/kitty-themes/themes/Monokai_Pro_(Filter_Machine).conf deleted file mode 100644 index b46e1d3..0000000 --- a/private_dot_config/kitty/kitty-themes/themes/Monokai_Pro_(Filter_Machine).conf +++ /dev/null @@ -1,47 +0,0 @@ -background #3a4449 -foreground #f2fffc - -cursor #f2fffc -cursor_text_color #000000 -selection_foreground #3a4449 -selection_background #f2fffc - -# dull black -color0 #3a4449 -# light black -color8 #6b7678 - -# dull red -color1 #ff6d7e -# light red -color9 #ff6d7e - -# dull green -color2 #a2e57b -# light green -color10 #a2e57b - -# yellow -color3 #ffed72 -# light yellow -color11 #ffed72 - -# blue -color4 #ffb270 -# light blue -color12 #ffb270 - -# magenta -color5 #baa0f8 -# light magenta -color13 #baa0f8 - -# cyan -color6 #7cd5f1 -# light cyan -color14 #7cd5f1 - -# dull white -color7 #f2fffc -# bright white -color15 #f2fffc diff --git a/private_dot_config/kitty/kitty-themes/themes/Monokai_Pro_(Filter_Octagon).conf b/private_dot_config/kitty/kitty-themes/themes/Monokai_Pro_(Filter_Octagon).conf deleted file mode 100644 index 3aee34a..0000000 --- a/private_dot_config/kitty/kitty-themes/themes/Monokai_Pro_(Filter_Octagon).conf +++ /dev/null @@ -1,47 +0,0 @@ -background #3a3d4b -foreground #eaf2f1 - -cursor #eaf2f1 -cursor_text_color #000000 -selection_foreground #3a3d4b -selection_background #eaf2f1 - -# dull black -color0 #3a3d4b -# light black -color8 #696d77 - -# dull red -color1 #ff657a -# light red -color9 #ff657a - -# dull green -color2 #bad761 -# light green -color10 #bad761 - -# yellow -color3 #ffd76d -# light yellow -color11 #ffd76d - -# blue -color4 #ff9b5e -# light blue -color12 #ff9b5e - -# magenta -color5 #c39ac9 -# light magenta -color13 #c39ac9 - -# cyan -color6 #9cd1bb -# light cyan -color14 #9cd1bb - -# dull white -color7 #eaf2f1 -# bright white -color15 #eaf2f1 diff --git a/private_dot_config/kitty/kitty-themes/themes/Monokai_Pro_(Filter_Ristretto).conf b/private_dot_config/kitty/kitty-themes/themes/Monokai_Pro_(Filter_Ristretto).conf deleted file mode 100644 index 599b0e1..0000000 --- a/private_dot_config/kitty/kitty-themes/themes/Monokai_Pro_(Filter_Ristretto).conf +++ /dev/null @@ -1,47 +0,0 @@ -background #403838 -foreground #fff1f3 - -cursor #fff1f3 -cursor_text_color #000000 -selection_foreground #403838 -selection_background #fff1f3 - -# dull black -color0 #403838 -# light black -color8 #72696a - -# dull red -color1 #fd6883 -# light red -color9 #fd6883 - -# dull green -color2 #adda78 -# light green -color10 #adda78 - -# yellow -color3 #f9cc6c -# light yellow -color11 #f9cc6c - -# blue -color4 #f38d70 -# light blue -color12 #f38d70 - -# magenta -color5 #a8a9eb -# light magenta -color13 #a8a9eb - -# cyan -color6 #85dacc -# light cyan -color14 #85dacc - -# dull white -color7 #fff1f3 -# bright white -color15 #fff1f3 diff --git a/private_dot_config/kitty/kitty-themes/themes/Monokai_Pro_(Filter_Spectrum).conf b/private_dot_config/kitty/kitty-themes/themes/Monokai_Pro_(Filter_Spectrum).conf deleted file mode 100644 index 5617a6d..0000000 --- a/private_dot_config/kitty/kitty-themes/themes/Monokai_Pro_(Filter_Spectrum).conf +++ /dev/null @@ -1,47 +0,0 @@ -background #363537 -foreground #f7f1ff - -cursor #f7f1ff -cursor_text_color #000000 -selection_foreground #363537 -selection_background #f7f1ff - -# dull black -color0 #363537 -# light black -color8 #69676c - -# dull red -color1 #fc618d -# light red -color9 #fc618d - -# dull green -color2 #7bd88f -# light green -color10 #7bd88f - -# yellow -color3 #fce566 -# light yellow -color11 #fce566 - -# blue -color4 #fd9353 -# light blue -color12 #fd9353 - -# magenta -color5 #948ae3 -# light magenta -color13 #948ae3 - -# cyan -color6 #5ad4e6 -# light cyan -color14 #5ad4e6 - -# dull white -color7 #f7f1ff -# bright white -color15 #f7f1ff diff --git a/private_dot_config/kitty/kitty-themes/themes/Monokai_Soda.conf b/private_dot_config/kitty/kitty-themes/themes/Monokai_Soda.conf deleted file mode 100644 index eb7a24d..0000000 --- a/private_dot_config/kitty/kitty-themes/themes/Monokai_Soda.conf +++ /dev/null @@ -1,21 +0,0 @@ -background #191919 -foreground #c4c4b5 -cursor #f6f6ec -selection_background #343434 -color0 #191919 -color8 #615e4b -color1 #f3005f -color9 #f3005f -color2 #97e023 -color10 #97e023 -color3 #fa8419 -color11 #dfd561 -color4 #9c64fe -color12 #9c64fe -color5 #f3005f -color13 #f3005f -color6 #57d1ea -color14 #57d1ea -color7 #c4c4b5 -color15 #f6f6ee -selection_foreground #191919 diff --git a/private_dot_config/kitty/kitty-themes/themes/N0tch2k.conf b/private_dot_config/kitty/kitty-themes/themes/N0tch2k.conf deleted file mode 100644 index 3e2bb6c..0000000 --- a/private_dot_config/kitty/kitty-themes/themes/N0tch2k.conf +++ /dev/null @@ -1,21 +0,0 @@ -background #222222 -foreground #a0a0a0 -cursor #a99075 -selection_background #4d4d4d -color0 #383838 -color8 #474747 -color1 #a95551 -color9 #a97775 -color2 #666666 -color10 #8c8c8c -color3 #a98051 -color11 #a99175 -color4 #657d3e -color12 #98bd5e -color5 #767676 -color13 #a3a3a3 -color6 #c9c9c9 -color14 #dcdcdc -color7 #d0b8a3 -color15 #d8c8bb -selection_foreground #222222 diff --git a/private_dot_config/kitty/kitty-themes/themes/Neopolitan.conf b/private_dot_config/kitty/kitty-themes/themes/Neopolitan.conf deleted file mode 100644 index 2c6ffce..0000000 --- a/private_dot_config/kitty/kitty-themes/themes/Neopolitan.conf +++ /dev/null @@ -1,21 +0,0 @@ -background #271f19 -foreground #ffffff -cursor #ffffff -selection_background #253b76 -color0 #000000 -color8 #000000 -color1 #800000 -color9 #800000 -color2 #61ce3c -color10 #61ce3c -color3 #fbde2d -color11 #fbde2d -color4 #253b76 -color12 #253b76 -color5 #ff0080 -color13 #ff0080 -color6 #8da6ce -color14 #8da6ce -color7 #f8f8f8 -color15 #f8f8f8 -selection_foreground #271f19 diff --git a/private_dot_config/kitty/kitty-themes/themes/Neutron.conf b/private_dot_config/kitty/kitty-themes/themes/Neutron.conf deleted file mode 100644 index 9f2fe4d..0000000 --- a/private_dot_config/kitty/kitty-themes/themes/Neutron.conf +++ /dev/null @@ -1,21 +0,0 @@ -background #1b1d22 -foreground #e6e8ee -cursor #f6f6ec -selection_background #2e353d -color0 #22252b -color8 #22252b -color1 #b53f36 -color9 #b53f36 -color2 #5ab977 -color10 #5ab977 -color3 #ddb566 -color11 #ddb566 -color4 #6a7b92 -color12 #6a7b92 -color5 #a3799d -color13 #a3799d -color6 #3f93a8 -color14 #3f93a8 -color7 #e6e8ee -color15 #ebedf2 -selection_foreground #1b1d22 diff --git a/private_dot_config/kitty/kitty-themes/themes/NightLion_v1.conf b/private_dot_config/kitty/kitty-themes/themes/NightLion_v1.conf deleted file mode 100644 index 1021c46..0000000 --- a/private_dot_config/kitty/kitty-themes/themes/NightLion_v1.conf +++ /dev/null @@ -1,21 +0,0 @@ -background #000000 -foreground #bbbbbb -cursor #bbbbbb -selection_background #b4d5ff -color0 #4c4c4c -color8 #545454 -color1 #bb0000 -color9 #ff5555 -color2 #5ede8f -color10 #55ff55 -color3 #f2f067 -color11 #ffff55 -color4 #266ad7 -color12 #5555ff -color5 #bb00bb -color13 #ff55ff -color6 #00d9df -color14 #55ffff -color7 #bbbbbb -color15 #ffffff -selection_foreground #000000 diff --git a/private_dot_config/kitty/kitty-themes/themes/NightLion_v2.conf b/private_dot_config/kitty/kitty-themes/themes/NightLion_v2.conf deleted file mode 100644 index aed7f8d..0000000 --- a/private_dot_config/kitty/kitty-themes/themes/NightLion_v2.conf +++ /dev/null @@ -1,21 +0,0 @@ -background #171717 -foreground #bbbbbb -cursor #bbbbbb -selection_background #b4d5ff -color0 #4c4c4c -color8 #545454 -color1 #bb0000 -color9 #ff5555 -color2 #03f622 -color10 #7df61c -color3 #f2f067 -color11 #ffff55 -color4 #63d0f0 -color12 #62cae7 -color5 #ce6fda -color13 #ff9af5 -color6 #00d9df -color14 #00ccd7 -color7 #bbbbbb -color15 #ffffff -selection_foreground #171717 diff --git a/private_dot_config/kitty/kitty-themes/themes/Nova.conf b/private_dot_config/kitty/kitty-themes/themes/Nova.conf deleted file mode 100644 index c3f2da1..0000000 --- a/private_dot_config/kitty/kitty-themes/themes/Nova.conf +++ /dev/null @@ -1,21 +0,0 @@ -background #3c4c54 -foreground #8798a3 -cursor #7fc1c9 -color0 #8799a4 -color8 #c4d3dc -color1 #efc08d -color9 #ef8358 -color2 #a6cb91 -color10 #a8ce93 -color3 #d7d690 -color11 #e5e77f -color4 #83afe4 -color12 #69c8ff -color5 #d460da -color13 #d18ec2 -color6 #7fc1b6 -color14 #00e59f -color7 #c4d3dc -color15 #e6eef3 -selection_foreground #3c4c54 -selection_background #7fc1ca diff --git a/private_dot_config/kitty/kitty-themes/themes/Novel.conf b/private_dot_config/kitty/kitty-themes/themes/Novel.conf deleted file mode 100644 index 03220e3..0000000 --- a/private_dot_config/kitty/kitty-themes/themes/Novel.conf +++ /dev/null @@ -1,23 +0,0 @@ -# Theme ported from the Mac Terminal application. - -background #dfdbc3 -foreground #3b2322 -cursor #73635a -selection_background #a4a390 -color0 #000000 -color8 #7f7f7f -color1 #cc0000 -color9 #cc0000 -color2 #009600 -color10 #009600 -color3 #d06b00 -color11 #d06b00 -color4 #0000cc -color12 #0000cc -color5 #cc00cc -color13 #cc00cc -color6 #0087cc -color14 #0086cb -color7 #cccccc -color15 #ffffff -selection_foreground #dfdbc3 diff --git a/private_dot_config/kitty/kitty-themes/themes/Obsidian.conf b/private_dot_config/kitty/kitty-themes/themes/Obsidian.conf deleted file mode 100644 index 7265d44..0000000 --- a/private_dot_config/kitty/kitty-themes/themes/Obsidian.conf +++ /dev/null @@ -1,21 +0,0 @@ -background #273032 -foreground #cccccc -cursor #c0cad0 -selection_background #3d4b4e -color0 #000000 -color8 #545454 -color1 #a50001 -color9 #ff0003 -color2 #00bb00 -color10 #92c763 -color3 #fecc22 -color11 #fef773 -color4 #399bda -color12 #a0d6ff -color5 #bb00bb -color13 #ff55ff -color6 #00bbbb -color14 #55ffff -color7 #bbbbbb -color15 #ffffff -selection_foreground #273032 diff --git a/private_dot_config/kitty/kitty-themes/themes/Ocean.conf b/private_dot_config/kitty/kitty-themes/themes/Ocean.conf deleted file mode 100644 index ad6205a..0000000 --- a/private_dot_config/kitty/kitty-themes/themes/Ocean.conf +++ /dev/null @@ -1,23 +0,0 @@ -# Theme ported from the Mac Terminal application. - -background #214fbc -foreground #ffffff -cursor #7f7f7f -selection_background #216dff -color0 #000000 -color8 #666666 -color1 #990000 -color9 #e50000 -color2 #00a600 -color10 #00d900 -color3 #999900 -color11 #e5e500 -color4 #0000b2 -color12 #0000ff -color5 #b200b2 -color13 #e500e5 -color6 #00a6b2 -color14 #00e5e5 -color7 #bebebe -color15 #e5e5e5 -selection_foreground #214fbc diff --git a/private_dot_config/kitty/kitty-themes/themes/OceanicMaterial.conf b/private_dot_config/kitty/kitty-themes/themes/OceanicMaterial.conf deleted file mode 100644 index 9403518..0000000 --- a/private_dot_config/kitty/kitty-themes/themes/OceanicMaterial.conf +++ /dev/null @@ -1,21 +0,0 @@ -background #1c262b -foreground #c1c8d6 -cursor #b2b8c3 -selection_background #6dc1b8 -color0 #000000 -color8 #767676 -color1 #ee2a29 -color9 #dc5b60 -color2 #3fa33f -color10 #70be71 -color3 #fee92e -color11 #fef063 -color4 #1d80ef -color12 #53a4f3 -color5 #8800a0 -color13 #a94dbb -color6 #16aec9 -color14 #42c6d9 -color7 #a4a4a4 -color15 #fffefe -selection_foreground #1c262b diff --git a/private_dot_config/kitty/kitty-themes/themes/Ollie.conf b/private_dot_config/kitty/kitty-themes/themes/Ollie.conf deleted file mode 100644 index 66eecf5..0000000 --- a/private_dot_config/kitty/kitty-themes/themes/Ollie.conf +++ /dev/null @@ -1,21 +0,0 @@ -background #212024 -foreground #8a8dae -cursor #5b6da7 -selection_background #1e3965 -color0 #000000 -color8 #5a3625 -color1 #ab2e30 -color9 #ff3d48 -color2 #31ab60 -color10 #3bff99 -color3 #ab4200 -color11 #ff5e1e -color4 #2c56ab -color12 #4487ff -color5 #af8427 -color13 #ffc21c -color6 #1fa5ab -color14 #1efaff -color7 #8a8dab -color15 #5b6da7 -selection_foreground #212024 diff --git a/private_dot_config/kitty/kitty-themes/themes/OneDark.conf b/private_dot_config/kitty/kitty-themes/themes/OneDark.conf deleted file mode 100644 index ad6cb4e..0000000 --- a/private_dot_config/kitty/kitty-themes/themes/OneDark.conf +++ /dev/null @@ -1,25 +0,0 @@ -# One Dark by Giuseppe Cesarano, https://github.com/GiuseppeCesarano -# This work is licensed under the terms of the GPL-2.0 license. -# For a copy, see https://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html. - -foreground #979eab -background #282c34 -cursor #cccccc -color0 #282c34 -color1 #e06c75 -color2 #98c379 -color3 #e5c07b -color4 #61afef -color5 #be5046 -color6 #56b6c2 -color7 #979eab -color8 #393e48 -color9 #d19a66 -color10 #56b6c2 -color11 #e5c07b -color12 #61afef -color13 #be5046 -color14 #56b6c2 -color15 #abb2bf -selection_foreground #282c34 -selection_background #979eab diff --git a/private_dot_config/kitty/kitty-themes/themes/Parasio_Dark.conf b/private_dot_config/kitty/kitty-themes/themes/Parasio_Dark.conf deleted file mode 100644 index 4cc1e8d..0000000 --- a/private_dot_config/kitty/kitty-themes/themes/Parasio_Dark.conf +++ /dev/null @@ -1,21 +0,0 @@ -background #2f1d2e -foreground #a39d9b -cursor #a39d9b -selection_background #4f414c -color0 #2f1d2e -color8 #776d70 -color1 #ef6154 -color9 #ef6154 -color2 #48b685 -color10 #48b685 -color3 #fec418 -color11 #fec418 -color4 #05b6ef -color12 #05b6ef -color5 #805ba3 -color13 #805ba3 -color6 #5bc4be -color14 #5bc4be -color7 #a39d9b -color15 #e6e9da -selection_foreground #2f1d2e diff --git a/private_dot_config/kitty/kitty-themes/themes/PaulMillr.conf b/private_dot_config/kitty/kitty-themes/themes/PaulMillr.conf deleted file mode 100644 index 72cc95c..0000000 --- a/private_dot_config/kitty/kitty-themes/themes/PaulMillr.conf +++ /dev/null @@ -1,21 +0,0 @@ -background #000000 -foreground #f1f1f1 -cursor #4c4c4c -selection_background #414141 -color0 #2a2a2a -color8 #666666 -color1 #ff0000 -color9 #ff007f -color2 #78ff0e -color10 #66ff66 -color3 #e6be00 -color11 #f3d64d -color4 #396ad6 -color12 #7099ec -color5 #b348bd -color13 #da66e5 -color6 #66ccff -color14 #79def1 -color7 #bababa -color15 #ffffff -selection_foreground #000000 diff --git a/private_dot_config/kitty/kitty-themes/themes/PencilDark.conf b/private_dot_config/kitty/kitty-themes/themes/PencilDark.conf deleted file mode 100644 index 3926f6c..0000000 --- a/private_dot_config/kitty/kitty-themes/themes/PencilDark.conf +++ /dev/null @@ -1,21 +0,0 @@ -background #202020 -foreground #f0f0f0 -cursor #20bafb -selection_background #b6d6fc -color0 #202020 -color8 #414141 -color1 #c30670 -color9 #fb0079 -color2 #10a778 -color10 #5ed6ae -color3 #a79c14 -color11 #f3e42f -color4 #008ec4 -color12 #20bafb -color5 #523b78 -color13 #6854de -color6 #20a4b9 -color14 #4fb8cc -color7 #d9d9d9 -color15 #f0f0f0 -selection_foreground #202020 diff --git a/private_dot_config/kitty/kitty-themes/themes/PencilLight.conf b/private_dot_config/kitty/kitty-themes/themes/PencilLight.conf deleted file mode 100644 index 4311c70..0000000 --- a/private_dot_config/kitty/kitty-themes/themes/PencilLight.conf +++ /dev/null @@ -1,21 +0,0 @@ -background #f0f0f0 -foreground #414141 -cursor #20bafb -selection_background #b6d6fc -color0 #202020 -color8 #414141 -color1 #c30670 -color9 #fb0079 -color2 #10a778 -color10 #5ed6ae -color3 #a79c14 -color11 #f3e42f -color4 #008ec4 -color12 #20bafb -color5 #523b78 -color13 #6854de -color6 #20a4b9 -color14 #4fb8cc -color7 #d9d9d9 -color15 #f0f0f0 -selection_foreground #f0f0f0 diff --git a/private_dot_config/kitty/kitty-themes/themes/Piatto_Light.conf b/private_dot_config/kitty/kitty-themes/themes/Piatto_Light.conf deleted file mode 100644 index 401fe91..0000000 --- a/private_dot_config/kitty/kitty-themes/themes/Piatto_Light.conf +++ /dev/null @@ -1,21 +0,0 @@ -background #ffffff -foreground #414141 -cursor #5e76c7 -selection_background #6f6a4e -color0 #414141 -color8 #3e3e3e -color1 #b23670 -color9 #da3365 -color2 #66781d -color10 #829428 -color3 #cc6e33 -color11 #cc6e33 -color4 #3b5ea7 -color12 #3b5ea7 -color5 #a353b2 -color13 #a353b2 -color6 #66781d -color14 #829428 -color7 #ffffff -color15 #f1f1f1 -selection_foreground #ffffff diff --git a/private_dot_config/kitty/kitty-themes/themes/Pnevma.conf b/private_dot_config/kitty/kitty-themes/themes/Pnevma.conf deleted file mode 100644 index 1dda097..0000000 --- a/private_dot_config/kitty/kitty-themes/themes/Pnevma.conf +++ /dev/null @@ -1,21 +0,0 @@ -background #1c1c1c -foreground #d0d0d0 -cursor #e3c8ae -selection_background #4d4d4d -color0 #2f2e2d -color8 #4a4845 -color1 #a36666 -color9 #d78787 -color2 #90a57d -color10 #afbea2 -color3 #d7af87 -color11 #e4c9af -color4 #7fa5bd -color12 #a1bdce -color5 #c79ec4 -color13 #d7beda -color6 #8adbb4 -color14 #b1e7dd -color7 #d0d0d0 -color15 #efefef -selection_foreground #1c1c1c diff --git a/private_dot_config/kitty/kitty-themes/themes/Pro.conf b/private_dot_config/kitty/kitty-themes/themes/Pro.conf deleted file mode 100644 index 6ffc047..0000000 --- a/private_dot_config/kitty/kitty-themes/themes/Pro.conf +++ /dev/null @@ -1,23 +0,0 @@ -# Theme ported from the Mac Terminal application. - -background #000000 -foreground #f2f2f2 -cursor #4d4d4d -selection_background #414141 -color0 #000000 -color8 #666666 -color1 #990000 -color9 #e50000 -color2 #00a600 -color10 #00d900 -color3 #999900 -color11 #e5e500 -color4 #1f08db -color12 #0000ff -color5 #b200b2 -color13 #e500e5 -color6 #00a6b2 -color14 #00e5e5 -color7 #bfbfbf -color15 #e5e5e5 -selection_foreground #000000 diff --git a/private_dot_config/kitty/kitty-themes/themes/Red_Alert.conf b/private_dot_config/kitty/kitty-themes/themes/Red_Alert.conf deleted file mode 100644 index 020429a..0000000 --- a/private_dot_config/kitty/kitty-themes/themes/Red_Alert.conf +++ /dev/null @@ -1,21 +0,0 @@ -background #762423 -foreground #ffffff -cursor #ffffff -selection_background #073642 -color0 #000000 -color8 #262626 -color1 #d52e4d -color9 #e02453 -color2 #71be6b -color10 #aff08b -color3 #beb86b -color11 #dfddb7 -color4 #479bed -color12 #65a9f0 -color5 #e878d6 -color13 #ddb7df -color6 #6bbeb8 -color14 #b7dfdd -color7 #d6d6d6 -color15 #ffffff -selection_foreground #762423 diff --git a/private_dot_config/kitty/kitty-themes/themes/Red_Sands.conf b/private_dot_config/kitty/kitty-themes/themes/Red_Sands.conf deleted file mode 100644 index a491f3d..0000000 --- a/private_dot_config/kitty/kitty-themes/themes/Red_Sands.conf +++ /dev/null @@ -1,23 +0,0 @@ -# Theme ported from the Mac Terminal application. - -background #79241d -foreground #d6c8a7 -cursor #ffffff -selection_background #a4a390 -color0 #000000 -color8 #545454 -color1 #ff3e00 -color9 #ba0000 -color2 #00ba00 -color10 #00ba00 -color3 #e6af00 -color11 #e6af00 -color4 #0071ff -color12 #0071ae -color5 #ba00ba -color13 #ff54ff -color6 #00baba -color14 #54ffff -color7 #bababa -color15 #ffffff -selection_foreground #79241d diff --git a/private_dot_config/kitty/kitty-themes/themes/Relaxed_Afterglow.conf b/private_dot_config/kitty/kitty-themes/themes/Relaxed_Afterglow.conf deleted file mode 100644 index 5988777..0000000 --- a/private_dot_config/kitty/kitty-themes/themes/Relaxed_Afterglow.conf +++ /dev/null @@ -1,25 +0,0 @@ -# Relaxed Afterglow by Michael Kรผhnel , https://github.com/Relaxed-Theme/relaxed-terminal-themes -# This work is licensed under the terms of the MIT license. -# For a copy, see https://opensource.org/licenses/MIT. - -background #353a44 -foreground #d9d9d9 -cursor #d9d9d9 -selection_foreground #d8d8d8 -selection_background #6a7984 -color0 #151515 -color1 #bc5653 -color2 #909d63 -color3 #ebc17a -color4 #6a8799 -color5 #b06698 -color6 #c9dfff -color7 #d9d9d9 -color8 #636363 -color9 #bc5653 -color10 #a0ac77 -color11 #ebc17a -color12 #7eaac7 -color13 #b06698 -color14 #acbbd0 -color15 #f7f7f7 diff --git a/private_dot_config/kitty/kitty-themes/themes/Renault_Style.conf b/private_dot_config/kitty/kitty-themes/themes/Renault_Style.conf deleted file mode 100644 index 856818d..0000000 --- a/private_dot_config/kitty/kitty-themes/themes/Renault_Style.conf +++ /dev/null @@ -1,22 +0,0 @@ -background #3a3a3a -foreground #e9cb7b -cursor #7f7f7f -selection_background #958553 - -color0 #000000 -color1 #990000 -color2 #00A600 -color3 #999900 -color4 #0000B2 -color5 #B200B2 -color6 #00A6B2 -color7 #BFBFBF -color8 #666666 -color9 #E50000 -color10 #00d800 -color11 #E5E500 -color12 #0000FF -color13 #E500E5 -color14 #00e5e5 -color15 #E5E5E5 -selection_foreground #3a3a3a diff --git a/private_dot_config/kitty/kitty-themes/themes/Renault_Style_Light.conf b/private_dot_config/kitty/kitty-themes/themes/Renault_Style_Light.conf deleted file mode 100644 index e08cd6a..0000000 --- a/private_dot_config/kitty/kitty-themes/themes/Renault_Style_Light.conf +++ /dev/null @@ -1,21 +0,0 @@ -background #3a3a3a -foreground #e9cb7b -cursor #7f7f7f -selection_background #958553 -color0 #000000 -color8 #323232 -color1 #da4839 -color9 #ff7b6a -color2 #509f50 -color10 #83d082 -color3 #ffd249 -color11 #ffff7b -color4 #46657d -color12 #9fcef0 -color5 #cfcfff -color13 #ffffff -color6 #87c1f1 -color14 #a4d4f8 -color7 #ffffff -color15 #ffffff -selection_foreground #3a3a3a diff --git a/private_dot_config/kitty/kitty-themes/themes/Rippedcasts.conf b/private_dot_config/kitty/kitty-themes/themes/Rippedcasts.conf deleted file mode 100644 index 20e9872..0000000 --- a/private_dot_config/kitty/kitty-themes/themes/Rippedcasts.conf +++ /dev/null @@ -1,21 +0,0 @@ -background #2b2b2b -foreground #ffffff -cursor #7f7f7f -selection_background #5a637e -color0 #000000 -color8 #666666 -color1 #ccae95 -color9 #edcbac -color2 #a7ff60 -color10 #bced68 -color3 #beba1f -color11 #e5e500 -color4 #74a4af -color12 #86bdc8 -color5 #ff73fd -color13 #e500e5 -color6 #5a637e -color14 #8b9bc4 -color7 #bebebe -color15 #e5e5e5 -selection_foreground #2b2b2b diff --git a/private_dot_config/kitty/kitty-themes/themes/Royal.conf b/private_dot_config/kitty/kitty-themes/themes/Royal.conf deleted file mode 100644 index 0ebd236..0000000 --- a/private_dot_config/kitty/kitty-themes/themes/Royal.conf +++ /dev/null @@ -1,21 +0,0 @@ -background #100814 -foreground #504868 -cursor #514965 -selection_background #1e1d2a -color0 #241f2a -color8 #312d3c -color1 #90274b -color9 #d4346c -color2 #23801c -color10 #2cd845 -color3 #b49d27 -color11 #fde83a -color4 #6480af -color12 #8fb9f9 -color5 #664d96 -color13 #a479e2 -color6 #8aaabd -color14 #abd3eb -color7 #514965 -color15 #9d8bbd -selection_foreground #100814 diff --git a/private_dot_config/kitty/kitty-themes/themes/SeaShells.conf b/private_dot_config/kitty/kitty-themes/themes/SeaShells.conf deleted file mode 100644 index 60a2968..0000000 --- a/private_dot_config/kitty/kitty-themes/themes/SeaShells.conf +++ /dev/null @@ -1,21 +0,0 @@ -background #08131a -foreground #deb88d -cursor #fba02f -selection_background #1e4862 -color0 #17384c -color8 #424b52 -color1 #d05023 -color9 #d38677 -color2 #027b9b -color10 #618c98 -color3 #fba02f -color11 #fdd29e -color4 #1d4850 -color12 #1abcdd -color5 #68d3f0 -color13 #bbe3ee -color6 #50a3b5 -color14 #86abb3 -color7 #deb88d -color15 #fee3cd -selection_foreground #08131a diff --git a/private_dot_config/kitty/kitty-themes/themes/Seafoam_Pastel.conf b/private_dot_config/kitty/kitty-themes/themes/Seafoam_Pastel.conf deleted file mode 100644 index c3e95a7..0000000 --- a/private_dot_config/kitty/kitty-themes/themes/Seafoam_Pastel.conf +++ /dev/null @@ -1,21 +0,0 @@ -background #243335 -foreground #d3e6d3 -cursor #576379 -selection_background #ffffff -color0 #747474 -color8 #8a8a8a -color1 #825d4c -color9 #cf9279 -color2 #718b62 -color10 #98d9aa -color3 #aca06d -color11 #fae69c -color4 #4c7b82 -color12 #79c3cf -color5 #8a7166 -color13 #d6b2a0 -color6 #719494 -color14 #acdfdf -color7 #dfdfdf -color15 #dfdfdf -selection_foreground #243335 diff --git a/private_dot_config/kitty/kitty-themes/themes/Seti.conf b/private_dot_config/kitty/kitty-themes/themes/Seti.conf deleted file mode 100644 index 69c4105..0000000 --- a/private_dot_config/kitty/kitty-themes/themes/Seti.conf +++ /dev/null @@ -1,21 +0,0 @@ -background #111213 -foreground #cacecd -cursor #e2be21 -selection_background #303233 -color0 #323232 -color8 #323232 -color1 #c22832 -color9 #c22832 -color2 #8ec43d -color10 #8ec43d -color3 #e0c64f -color11 #e0c64f -color4 #43a5d5 -color12 #43a5d5 -color5 #8b57b5 -color13 #8b57b5 -color6 #8ec43d -color14 #8ec43d -color7 #eeeeee -color15 #ffffff -selection_foreground #111213 diff --git a/private_dot_config/kitty/kitty-themes/themes/Shaman.conf b/private_dot_config/kitty/kitty-themes/themes/Shaman.conf deleted file mode 100644 index a316711..0000000 --- a/private_dot_config/kitty/kitty-themes/themes/Shaman.conf +++ /dev/null @@ -1,21 +0,0 @@ -background #001014 -foreground #405555 -cursor #49fcd5 -selection_background #415554 -color0 #012026 -color8 #374350 -color1 #b12f2c -color9 #ff4242 -color2 #00a940 -color10 #2aea5e -color3 #5d8aa9 -color11 #8dd3fd -color4 #449985 -color12 #61d4b9 -color5 #00599c -color13 #1298ff -color6 #5c7e19 -color14 #98cf28 -color7 #405554 -color15 #58fad6 -selection_foreground #001014 diff --git a/private_dot_config/kitty/kitty-themes/themes/Slate.conf b/private_dot_config/kitty/kitty-themes/themes/Slate.conf deleted file mode 100644 index 650e4ab..0000000 --- a/private_dot_config/kitty/kitty-themes/themes/Slate.conf +++ /dev/null @@ -1,21 +0,0 @@ -background #212121 -foreground #34b0d2 -cursor #87d2c3 -selection_background #0f3754 -color0 #212121 -color8 #ffffff -color1 #e1a7bf -color9 #ffccd8 -color2 #80d778 -color10 #bdffa8 -color3 #c4c9bf -color11 #d0cbc9 -color4 #254a49 -color12 #79afd2 -color5 #a380d3 -color13 #c4a7d8 -color6 #14ab9c -color14 #8bdee0 -color7 #02c4e0 -color15 #e0e0e0 -selection_foreground #212121 diff --git a/private_dot_config/kitty/kitty-themes/themes/Smyck.conf b/private_dot_config/kitty/kitty-themes/themes/Smyck.conf deleted file mode 100644 index 3c97251..0000000 --- a/private_dot_config/kitty/kitty-themes/themes/Smyck.conf +++ /dev/null @@ -1,21 +0,0 @@ -background #1b1b1b -foreground #f7f7f7 -cursor #bbbbbb -selection_background #207383 -color0 #000000 -color8 #7a7a7a -color1 #b74131 -color9 #d6837b -color2 #7da900 -color10 #c4f036 -color3 #c4a400 -color11 #fee14d -color4 #62a3c4 -color12 #8dcff0 -color5 #b98acc -color13 #f799ff -color6 #207383 -color14 #69d9cf -color7 #a0a0a0 -color15 #f7f7f7 -selection_foreground #1b1b1b diff --git a/private_dot_config/kitty/kitty-themes/themes/SoftServer.conf b/private_dot_config/kitty/kitty-themes/themes/SoftServer.conf deleted file mode 100644 index e7eb5fe..0000000 --- a/private_dot_config/kitty/kitty-themes/themes/SoftServer.conf +++ /dev/null @@ -1,21 +0,0 @@ -background #242626 -foreground #99a3a2 -cursor #d1dfde -selection_background #7f8786 -color0 #000000 -color8 #666c6b -color1 #a16869 -color9 #dc5b5f -color2 #99a569 -color10 #bfde54 -color3 #a29069 -color11 #deb35f -color4 #6a8fa3 -color12 #62b1df -color5 #6971a3 -color13 #5f6ede -color6 #6ba48f -color14 #64e39c -color7 #99a3a2 -color15 #d1dfde -selection_foreground #242626 diff --git a/private_dot_config/kitty/kitty-themes/themes/Solarized_Darcula.conf b/private_dot_config/kitty/kitty-themes/themes/Solarized_Darcula.conf deleted file mode 100644 index 0a845d4..0000000 --- a/private_dot_config/kitty/kitty-themes/themes/Solarized_Darcula.conf +++ /dev/null @@ -1,21 +0,0 @@ -background #3d3f41 -foreground #d2d8d9 -cursor #708183 -selection_background #214283 -color0 #25292a -color8 #25292a -color1 #f24840 -color9 #f24840 -color2 #629655 -color10 #629655 -color3 #b68800 -color11 #b68800 -color4 #2074c7 -color12 #2074c7 -color5 #797fd4 -color13 #797fd4 -color6 #15968d -color14 #15968d -color7 #d2d8d9 -color15 #d2d8d9 -selection_foreground #3d3f41 diff --git a/private_dot_config/kitty/kitty-themes/themes/Solarized_Dark.conf b/private_dot_config/kitty/kitty-themes/themes/Solarized_Dark.conf deleted file mode 100644 index 8419426..0000000 --- a/private_dot_config/kitty/kitty-themes/themes/Solarized_Dark.conf +++ /dev/null @@ -1,21 +0,0 @@ -background #001e26 -foreground #708183 -cursor #708183 -selection_background #002731 -color0 #002731 -color8 #001e26 -color1 #d01b24 -color9 #bd3612 -color2 #728905 -color10 #465a61 -color3 #a57705 -color11 #52676f -color4 #2075c7 -color12 #708183 -color5 #c61b6e -color13 #5856b9 -color6 #259185 -color14 #81908f -color7 #e9e2cb -color15 #fcf4dc -selection_foreground #001e26 diff --git a/private_dot_config/kitty/kitty-themes/themes/Solarized_Dark_-_Patched.conf b/private_dot_config/kitty/kitty-themes/themes/Solarized_Dark_-_Patched.conf deleted file mode 100644 index 37c3597..0000000 --- a/private_dot_config/kitty/kitty-themes/themes/Solarized_Dark_-_Patched.conf +++ /dev/null @@ -1,21 +0,0 @@ -background #001e26 -foreground #708183 -cursor #708183 -selection_background #002731 -color0 #002731 -color8 #465a61 -color1 #d01b24 -color9 #bd3612 -color2 #728905 -color10 #465a61 -color3 #a57705 -color11 #52676f -color4 #2075c7 -color12 #708183 -color5 #c61b6e -color13 #5856b9 -color6 #259185 -color14 #81908f -color7 #e9e2cb -color15 #fcf4dc -selection_foreground #001e26 diff --git a/private_dot_config/kitty/kitty-themes/themes/Solarized_Dark_Higher_Contrast.conf b/private_dot_config/kitty/kitty-themes/themes/Solarized_Dark_Higher_Contrast.conf deleted file mode 100644 index 8477ea1..0000000 --- a/private_dot_config/kitty/kitty-themes/themes/Solarized_Dark_Higher_Contrast.conf +++ /dev/null @@ -1,21 +0,0 @@ -background #001e26 -foreground #9bc1c2 -cursor #f34a00 -selection_background #003747 -color0 #002731 -color8 #006388 -color1 #d01b24 -color9 #f4153b -color2 #6bbe6c -color10 #50ee84 -color3 #a57705 -color11 #b17e28 -color4 #2075c7 -color12 #178dc7 -color5 #c61b6e -color13 #e14d8e -color6 #259185 -color14 #00b29e -color7 #e9e2cb -color15 #fcf4dc -selection_foreground #001e26 diff --git a/private_dot_config/kitty/kitty-themes/themes/Solarized_Light.conf b/private_dot_config/kitty/kitty-themes/themes/Solarized_Light.conf deleted file mode 100644 index 36e101b..0000000 --- a/private_dot_config/kitty/kitty-themes/themes/Solarized_Light.conf +++ /dev/null @@ -1,21 +0,0 @@ -background #fdf6e3 -foreground #52676f -cursor #52676f -selection_background #e9e2cb -color0 #e4e4e4 -color8 #ffffd7 -color1 #d70000 -color9 #d75f00 -color2 #5f8700 -color10 #585858 -color3 #af8700 -color11 #626262 -color4 #0087ff -color12 #808080 -color5 #af005f -color13 #5f5faf -color6 #00afaf -color14 #8a8a8a -color7 #262626 -color15 #1c1c1c -selection_foreground #fcf4dc diff --git a/private_dot_config/kitty/kitty-themes/themes/Source_Code_X.conf b/private_dot_config/kitty/kitty-themes/themes/Source_Code_X.conf deleted file mode 100644 index d3aefa3..0000000 --- a/private_dot_config/kitty/kitty-themes/themes/Source_Code_X.conf +++ /dev/null @@ -1,21 +0,0 @@ -foreground #000000 -background #1f1f24 -cursor #7F7F7F -color0 #4e596b -color8 #91a0b1 -color1 #fb695d -color7 #BFBFBF -color9 #fb695d -color2 #74b391 -color10 #aef37c -color3 #fc8e3e -color11 #fc8e3e -color4 #9586f4 -color12 #53a4fb -color5 #fb5ea3 -color13 #fb5ea3 -color6 #79c8b6 -color14 #83d2c0 -color15 #91a0b1 -selection_foreground #1f1f24 -selection_background #000000 diff --git a/private_dot_config/kitty/kitty-themes/themes/SpaceGray.conf b/private_dot_config/kitty/kitty-themes/themes/SpaceGray.conf deleted file mode 100644 index ba9afeb..0000000 --- a/private_dot_config/kitty/kitty-themes/themes/SpaceGray.conf +++ /dev/null @@ -1,21 +0,0 @@ -background #20232c -foreground #b2b8c2 -cursor #b2b8c2 -selection_background #15171e -color0 #000000 -color8 #000000 -color1 #af4b57 -color9 #af4b57 -color2 #87b279 -color10 #87b279 -color3 #e5c078 -color11 #e5c078 -color4 #7c8fa3 -color12 #7c8fa3 -color5 #a37996 -color13 #a37996 -color6 #84a6a4 -color14 #84a6a4 -color7 #b2b8c2 -color15 #fffefe -selection_foreground #20232c diff --git a/private_dot_config/kitty/kitty-themes/themes/SpaceGray_Eighties.conf b/private_dot_config/kitty/kitty-themes/themes/SpaceGray_Eighties.conf deleted file mode 100644 index 8249a17..0000000 --- a/private_dot_config/kitty/kitty-themes/themes/SpaceGray_Eighties.conf +++ /dev/null @@ -1,21 +0,0 @@ -background #212121 -foreground #bdb9ae -cursor #bbbbbb -selection_background #262e35 -color0 #15171c -color8 #545454 -color1 #ec5f67 -color9 #ff6973 -color2 #80a763 -color10 #93d393 -color3 #fdc253 -color11 #ffd156 -color4 #5485c0 -color12 #4d83d0 -color5 #bf83c0 -color13 #ff55ff -color6 #57c2c0 -color14 #83e8e4 -color7 #eeece7 -color15 #ffffff -selection_foreground #212121 diff --git a/private_dot_config/kitty/kitty-themes/themes/SpaceGray_Eighties_Dull.conf b/private_dot_config/kitty/kitty-themes/themes/SpaceGray_Eighties_Dull.conf deleted file mode 100644 index eabf184..0000000 --- a/private_dot_config/kitty/kitty-themes/themes/SpaceGray_Eighties_Dull.conf +++ /dev/null @@ -1,21 +0,0 @@ -background #212121 -foreground #c8c5bc -cursor #bbbbbb -selection_background #262e36 -color0 #15171c -color8 #545454 -color1 #b14956 -color9 #ec5f67 -color2 #91b377 -color10 #88e985 -color3 #c6725a -color11 #fdc253 -color4 #7b8fa4 -color12 #5485c0 -color5 #a5779e -color13 #bf83c0 -color6 #7fcccb -color14 #58c2c0 -color7 #b2b8c2 -color15 #ffffff -selection_foreground #212121 diff --git a/private_dot_config/kitty/kitty-themes/themes/Spacedust.conf b/private_dot_config/kitty/kitty-themes/themes/Spacedust.conf deleted file mode 100644 index 08b93c4..0000000 --- a/private_dot_config/kitty/kitty-themes/themes/Spacedust.conf +++ /dev/null @@ -1,21 +0,0 @@ -background #0a1e24 -foreground #ecefc1 -cursor #708183 -selection_background #0a385c -color0 #6e5246 -color8 #674c31 -color1 #e35a00 -color9 #ff8a39 -color2 #5cab96 -color10 #adcab8 -color3 #e3cd7b -color11 #ffc777 -color4 #0e548b -color12 #67a0cd -color5 #e35a00 -color13 #ff8a39 -color6 #06afc7 -color14 #83a6b3 -color7 #f0f1ce -color15 #fefff0 -selection_foreground #0a1e24 diff --git a/private_dot_config/kitty/kitty-themes/themes/Spiderman.conf b/private_dot_config/kitty/kitty-themes/themes/Spiderman.conf deleted file mode 100644 index a72bbca..0000000 --- a/private_dot_config/kitty/kitty-themes/themes/Spiderman.conf +++ /dev/null @@ -1,21 +0,0 @@ -background #1b1d1e -foreground #e2e2e2 -cursor #2b3fff -selection_background #070e4f -color0 #1b1d1e -color8 #505354 -color1 #e60712 -color9 #ff0325 -color2 #e22828 -color10 #ff3238 -color3 #e24655 -color11 #fe3935 -color4 #2b3fff -color12 #1d4fff -color5 #2435db -color13 #737bff -color6 #3255ff -color14 #6083ff -color7 #fffef6 -color15 #fefff9 -selection_foreground #1b1d1e diff --git a/private_dot_config/kitty/kitty-themes/themes/Spring.conf b/private_dot_config/kitty/kitty-themes/themes/Spring.conf deleted file mode 100644 index 4df6d1c..0000000 --- a/private_dot_config/kitty/kitty-themes/themes/Spring.conf +++ /dev/null @@ -1,21 +0,0 @@ -background #ffffff -foreground #4d4d4c -cursor #4d4d4c -selection_background #d6d6d6 -color0 #000000 -color8 #000000 -color1 #ff4c83 -color9 #ff0021 -color2 #1f8c3a -color10 #1fc231 -color3 #1fc95a -color11 #d4b706 -color4 #1cd2ee -color12 #15a9fd -color5 #8959a8 -color13 #8959a8 -color6 #3e999f -color14 #3e999f -color7 #fffefe -color15 #fffefe -selection_foreground #ffffff diff --git a/private_dot_config/kitty/kitty-themes/themes/Square.conf b/private_dot_config/kitty/kitty-themes/themes/Square.conf deleted file mode 100644 index e5457a5..0000000 --- a/private_dot_config/kitty/kitty-themes/themes/Square.conf +++ /dev/null @@ -1,21 +0,0 @@ -background #1a1a1a -foreground #acacab -cursor #fbfacc -selection_background #4d4d4d -color0 #050505 -color8 #141414 -color1 #e9897c -color9 #f99286 -color2 #b6377d -color10 #c3f786 -color3 #ecebbe -color11 #fcfbcc -color4 #a9cdeb -color12 #b6defb -color5 #75507b -color13 #ad7fa8 -color6 #c9caec -color14 #d7d9fc -color7 #f2f2f2 -color15 #e2e2e2 -selection_foreground #1a1a1a diff --git a/private_dot_config/kitty/kitty-themes/themes/Sundried.conf b/private_dot_config/kitty/kitty-themes/themes/Sundried.conf deleted file mode 100644 index d5ff99d..0000000 --- a/private_dot_config/kitty/kitty-themes/themes/Sundried.conf +++ /dev/null @@ -1,21 +0,0 @@ -background #1a1818 -foreground #c8c8c8 -cursor #fffefe -selection_background #302b2a -color0 #302b2a -color8 #4d4d47 -color1 #a6463d -color9 #aa000c -color2 #577644 -color10 #128c20 -color3 #9c5f2a -color11 #fc6a20 -color4 #485a98 -color12 #7898f7 -color5 #854551 -color13 #fc89a0 -color6 #9c814e -color14 #fad384 -color7 #c8c8c8 -color15 #fffefe -selection_foreground #1a1818 diff --git a/private_dot_config/kitty/kitty-themes/themes/Symfonic.conf b/private_dot_config/kitty/kitty-themes/themes/Symfonic.conf deleted file mode 100644 index 9b5e0d3..0000000 --- a/private_dot_config/kitty/kitty-themes/themes/Symfonic.conf +++ /dev/null @@ -1,21 +0,0 @@ -background #000000 -foreground #ffffff -cursor #dc322f -selection_background #073642 -color0 #000000 -color8 #1b1d21 -color1 #dc322f -color9 #dc322f -color2 #56db3a -color10 #56db3a -color3 #ff8400 -color11 #ff8400 -color4 #0084d4 -color12 #0084d4 -color5 #b729d9 -color13 #b729d9 -color6 #ccccff -color14 #ccccff -color7 #ffffff -color15 #ffffff -selection_foreground #000000 diff --git a/private_dot_config/kitty/kitty-themes/themes/Tango_Dark.conf b/private_dot_config/kitty/kitty-themes/themes/Tango_Dark.conf deleted file mode 100644 index 6a4673a..0000000 --- a/private_dot_config/kitty/kitty-themes/themes/Tango_Dark.conf +++ /dev/null @@ -1,21 +0,0 @@ -background #000000 -foreground #ffffff -cursor #ffffff -selection_background #b4d5ff -color0 #000000 -color8 #545753 -color1 #cc0000 -color9 #ef2828 -color2 #4e9a05 -color10 #8ae234 -color3 #c4a000 -color11 #fce94e -color4 #3464a4 -color12 #719ecf -color5 #74507a -color13 #ad7ea7 -color6 #05989a -color14 #34e2e2 -color7 #d3d7cf -color15 #ededec -selection_foreground #000000 diff --git a/private_dot_config/kitty/kitty-themes/themes/Tango_Light.conf b/private_dot_config/kitty/kitty-themes/themes/Tango_Light.conf deleted file mode 100644 index 07f82bf..0000000 --- a/private_dot_config/kitty/kitty-themes/themes/Tango_Light.conf +++ /dev/null @@ -1,21 +0,0 @@ -background #ffffff -foreground #000000 -cursor #000000 -selection_background #b4d5ff -color0 #000000 -color8 #545753 -color1 #cc0000 -color9 #ef2828 -color2 #4e9a05 -color10 #8ae234 -color3 #c4a000 -color11 #fce94e -color4 #3464a4 -color12 #719ecf -color5 #74507a -color13 #ad7ea7 -color6 #05989a -color14 #34e2e2 -color7 #d3d7cf -color15 #ededec -selection_foreground #ffffff diff --git a/private_dot_config/kitty/kitty-themes/themes/Teerb.conf b/private_dot_config/kitty/kitty-themes/themes/Teerb.conf deleted file mode 100644 index 9e9cab7..0000000 --- a/private_dot_config/kitty/kitty-themes/themes/Teerb.conf +++ /dev/null @@ -1,21 +0,0 @@ -background #262626 -foreground #d0d0d0 -cursor #e3c8ae -selection_background #4d4d4d -color0 #1c1c1c -color8 #1c1c1c -color1 #d68686 -color9 #d68686 -color2 #aed686 -color10 #aed686 -color3 #d7af87 -color11 #e4c9af -color4 #86aed6 -color12 #86aed6 -color5 #d6aed6 -color13 #d6aed6 -color6 #8adbb4 -color14 #b1e7dd -color7 #d0d0d0 -color15 #efefef -selection_foreground #262626 diff --git a/private_dot_config/kitty/kitty-themes/themes/Thayer_Bright.conf b/private_dot_config/kitty/kitty-themes/themes/Thayer_Bright.conf deleted file mode 100644 index b74bc60..0000000 --- a/private_dot_config/kitty/kitty-themes/themes/Thayer_Bright.conf +++ /dev/null @@ -1,21 +0,0 @@ -background #1b1d1e -foreground #f8f8f8 -cursor #fc971e -selection_background #4d4d4d -color0 #1b1d1e -color8 #505354 -color1 #f92672 -color9 #ff5995 -color2 #4df740 -color10 #b6e354 -color3 #f3fd21 -color11 #feed6c -color4 #2656d6 -color12 #3f78ff -color5 #8c54fe -color13 #9e6ffe -color6 #37c8b4 -color14 #23ced4 -color7 #ccccc6 -color15 #f8f8f2 -selection_foreground #1b1d1e diff --git a/private_dot_config/kitty/kitty-themes/themes/The_Hulk.conf b/private_dot_config/kitty/kitty-themes/themes/The_Hulk.conf deleted file mode 100644 index 81bd962..0000000 --- a/private_dot_config/kitty/kitty-themes/themes/The_Hulk.conf +++ /dev/null @@ -1,21 +0,0 @@ -background #1b1d1e -foreground #b4b4b4 -cursor #15b61a -selection_background #4d4f4c -color0 #1b1d1e -color8 #505354 -color1 #259d1a -color9 #8dff2a -color2 #13ce2f -color10 #48ff76 -color3 #62e456 -color11 #3afe15 -color4 #2424f4 -color12 #4f6a95 -color5 #641e73 -color13 #72579d -color6 #378ca9 -color14 #3f85a5 -color7 #d8d8d0 -color15 #e5e5e0 -selection_foreground #1b1d1e diff --git a/private_dot_config/kitty/kitty-themes/themes/Tomorrow.conf b/private_dot_config/kitty/kitty-themes/themes/Tomorrow.conf deleted file mode 100644 index 23a8dfc..0000000 --- a/private_dot_config/kitty/kitty-themes/themes/Tomorrow.conf +++ /dev/null @@ -1,21 +0,0 @@ -background #ffffff -foreground #4c4c4c -cursor #4c4c4c -selection_background #d6d6d6 -color0 #000000 -color8 #000000 -color1 #c82828 -color9 #c82828 -color2 #708b00 -color10 #708b00 -color3 #e9b600 -color11 #e9b600 -color4 #4170ae -color12 #4170ae -color5 #8958a7 -color13 #8958a7 -color6 #3d999f -color14 #3d999f -color7 #fffefe -color15 #fffefe -selection_foreground #ffffff diff --git a/private_dot_config/kitty/kitty-themes/themes/Tomorrow_Night.conf b/private_dot_config/kitty/kitty-themes/themes/Tomorrow_Night.conf deleted file mode 100644 index 0bf3cf7..0000000 --- a/private_dot_config/kitty/kitty-themes/themes/Tomorrow_Night.conf +++ /dev/null @@ -1,21 +0,0 @@ -background #1d1f21 -foreground #c4c8c5 -cursor #c4c8c5 -selection_background #363a41 -color0 #000000 -color8 #000000 -color1 #cc6666 -color9 #cc6666 -color2 #b5bd68 -color10 #b5bd68 -color3 #f0c574 -color11 #f0c574 -color4 #80a1bd -color12 #80a1bd -color5 #b294ba -color13 #b294ba -color6 #8abdb6 -color14 #8abdb6 -color7 #fffefe -color15 #fffefe -selection_foreground #1d1f21 diff --git a/private_dot_config/kitty/kitty-themes/themes/Tomorrow_Night_Blue.conf b/private_dot_config/kitty/kitty-themes/themes/Tomorrow_Night_Blue.conf deleted file mode 100644 index b32cbfd..0000000 --- a/private_dot_config/kitty/kitty-themes/themes/Tomorrow_Night_Blue.conf +++ /dev/null @@ -1,21 +0,0 @@ -background #002450 -foreground #fffefe -cursor #fffefe -selection_background #003e8e -color0 #000000 -color8 #000000 -color1 #ff9ca3 -color9 #ff9ca3 -color2 #d0f0a8 -color10 #d0f0a8 -color3 #ffedac -color11 #ffedac -color4 #badaff -color12 #badaff -color5 #ebbaff -color13 #ebbaff -color6 #99ffff -color14 #99ffff -color7 #fffefe -color15 #fffefe -selection_foreground #002450 diff --git a/private_dot_config/kitty/kitty-themes/themes/Tomorrow_Night_Bright.conf b/private_dot_config/kitty/kitty-themes/themes/Tomorrow_Night_Bright.conf deleted file mode 100644 index 346f3dc..0000000 --- a/private_dot_config/kitty/kitty-themes/themes/Tomorrow_Night_Bright.conf +++ /dev/null @@ -1,21 +0,0 @@ -background #000000 -foreground #e9e9e9 -cursor #e9e9e9 -selection_background #424242 -color0 #000000 -color8 #000000 -color1 #d44d53 -color9 #d44d53 -color2 #b9c949 -color10 #b9c949 -color3 #e6c446 -color11 #e6c446 -color4 #79a6da -color12 #79a6da -color5 #c396d7 -color13 #c396d7 -color6 #70c0b1 -color14 #70c0b1 -color7 #fffefe -color15 #fffefe -selection_foreground #000000 diff --git a/private_dot_config/kitty/kitty-themes/themes/Tomorrow_Night_Eighties.conf b/private_dot_config/kitty/kitty-themes/themes/Tomorrow_Night_Eighties.conf deleted file mode 100644 index 404efc7..0000000 --- a/private_dot_config/kitty/kitty-themes/themes/Tomorrow_Night_Eighties.conf +++ /dev/null @@ -1,21 +0,0 @@ -background #2c2c2c -foreground #cccccc -cursor #cccccc -selection_background #505050 -color0 #000000 -color8 #000000 -color1 #f17779 -color9 #f17779 -color2 #99cc99 -color10 #99cc99 -color3 #ffcc66 -color11 #ffcc66 -color4 #6699cc -color12 #6699cc -color5 #cc99cc -color13 #cc99cc -color6 #66cccc -color14 #66cccc -color7 #fffefe -color15 #fffefe -selection_foreground #2c2c2c diff --git a/private_dot_config/kitty/kitty-themes/themes/ToyChest.conf b/private_dot_config/kitty/kitty-themes/themes/ToyChest.conf deleted file mode 100644 index 040cb8d..0000000 --- a/private_dot_config/kitty/kitty-themes/themes/ToyChest.conf +++ /dev/null @@ -1,21 +0,0 @@ -background #23364a -foreground #30cf7b -cursor #d4d4d4 -selection_background #5f207a -color0 #2c3f57 -color8 #326889 -color1 #be2d26 -color9 #dd5943 -color2 #199171 -color10 #30cf7b -color3 #da8e26 -color11 #e7d74b -color4 #325d96 -color12 #33a5d9 -color5 #8a5ddb -color13 #ad6bdc -color6 #35a08f -color14 #41c3ad -color7 #23d082 -color15 #d4d4d4 -selection_foreground #23364a diff --git a/private_dot_config/kitty/kitty-themes/themes/Treehouse.conf b/private_dot_config/kitty/kitty-themes/themes/Treehouse.conf deleted file mode 100644 index 940751e..0000000 --- a/private_dot_config/kitty/kitty-themes/themes/Treehouse.conf +++ /dev/null @@ -1,21 +0,0 @@ -background #191919 -foreground #776b53 -cursor #fac814 -selection_background #776b53 -color0 #321200 -color8 #423625 -color1 #b1270e -color9 #ed5c20 -color2 #44a900 -color10 #55f237 -color3 #a9810b -color11 #f1b731 -color4 #578499 -color12 #85cfec -color5 #96363c -color13 #e04b5a -color6 #b2591d -color14 #f07c14 -color7 #776b53 -color15 #ffc800 -selection_foreground #191919 diff --git a/private_dot_config/kitty/kitty-themes/themes/Twilight.conf b/private_dot_config/kitty/kitty-themes/themes/Twilight.conf deleted file mode 100644 index 452a4d2..0000000 --- a/private_dot_config/kitty/kitty-themes/themes/Twilight.conf +++ /dev/null @@ -1,21 +0,0 @@ -background #141414 -foreground #feffd3 -cursor #ffffff -selection_background #303030 -color0 #141414 -color8 #262626 -color1 #c06c43 -color9 #dd7c4c -color2 #afb979 -color10 #cbd88c -color3 #c2a86c -color11 #e1c47d -color4 #444649 -color12 #5a5d61 -color5 #b4be7b -color13 #d0db8e -color6 #778284 -color14 #8a989a -color7 #feffd3 -color15 #feffd3 -selection_foreground #141414 diff --git a/private_dot_config/kitty/kitty-themes/themes/Ubuntu.conf b/private_dot_config/kitty/kitty-themes/themes/Ubuntu.conf deleted file mode 100644 index 96e9d09..0000000 --- a/private_dot_config/kitty/kitty-themes/themes/Ubuntu.conf +++ /dev/null @@ -1,21 +0,0 @@ -background #300a24 -foreground #eeeeec -cursor #bbbbbb -selection_background #b4d5ff -color0 #2e3436 -color8 #555753 -color1 #cc0000 -color9 #ef2929 -color2 #4e9a06 -color10 #8ae234 -color3 #c4a000 -color11 #fce94f -color4 #3465a4 -color12 #729fcf -color5 #75507b -color13 #ad7fa8 -color6 #06989a -color14 #34e2e2 -color7 #d3d7cf -color15 #eeeeec -selection_foreground #300a24 diff --git a/private_dot_config/kitty/kitty-themes/themes/Urple.conf b/private_dot_config/kitty/kitty-themes/themes/Urple.conf deleted file mode 100644 index a29dcad..0000000 --- a/private_dot_config/kitty/kitty-themes/themes/Urple.conf +++ /dev/null @@ -1,21 +0,0 @@ -background #1b1b23 -foreground #86799a -cursor #a062ea -selection_background #a062ea -color0 #000000 -color8 #5c3125 -color1 #af425b -color9 #ff6387 -color2 #37a315 -color10 #28e51f -color3 #ac5b41 -color11 #f08061 -color4 #554d9a -color12 #8579ed -color5 #6c3ba1 -color13 #a05dee -color6 #808080 -color14 #eaeaea -color7 #87799c -color15 #bfa3ff -selection_foreground #1b1b23 diff --git a/private_dot_config/kitty/kitty-themes/themes/Vaughn.conf b/private_dot_config/kitty/kitty-themes/themes/Vaughn.conf deleted file mode 100644 index 26d1885..0000000 --- a/private_dot_config/kitty/kitty-themes/themes/Vaughn.conf +++ /dev/null @@ -1,21 +0,0 @@ -background #25234e -foreground #dcdccc -cursor #ff5555 -selection_background #b5d5ff -color0 #24234f -color8 #709080 -color1 #705050 -color9 #dca3a3 -color2 #60b48a -color10 #60b48a -color3 #dfaf8f -color11 #f0dfaf -color4 #5454ff -color12 #5454ff -color5 #f08cc3 -color13 #ec93d3 -color6 #8cd0d3 -color14 #93e0e3 -color7 #709080 -color15 #ffffff -selection_foreground #25234e diff --git a/private_dot_config/kitty/kitty-themes/themes/VibrantInk.conf b/private_dot_config/kitty/kitty-themes/themes/VibrantInk.conf deleted file mode 100644 index 5fbd281..0000000 --- a/private_dot_config/kitty/kitty-themes/themes/VibrantInk.conf +++ /dev/null @@ -1,21 +0,0 @@ -background #000000 -foreground #ffffff -cursor #ffffff -selection_background #b4d5ff -color0 #868686 -color8 #545454 -color1 #ff6600 -color9 #ff0000 -color2 #ccff04 -color10 #00ff00 -color3 #ffcc00 -color11 #ffff00 -color4 #44b3cc -color12 #0000ff -color5 #9933cc -color13 #ff00ff -color6 #44b3cc -color14 #00ffff -color7 #f4f4f4 -color15 #e5e5e5 -selection_foreground #000000 diff --git a/private_dot_config/kitty/kitty-themes/themes/WarmNeon.conf b/private_dot_config/kitty/kitty-themes/themes/WarmNeon.conf deleted file mode 100644 index 3256f5d..0000000 --- a/private_dot_config/kitty/kitty-themes/themes/WarmNeon.conf +++ /dev/null @@ -1,21 +0,0 @@ -background #3f3f3f -foreground #afdab6 -cursor #2fff24 -selection_background #b0ad21 -color0 #000000 -color8 #fdfcfc -color1 #e24345 -color9 #e86f71 -color2 #38b139 -color10 #9bc08f -color3 #dae145 -color11 #ddd979 -color4 #4260c5 -color12 #7a90d5 -color5 #f81ffb -color13 #f674b9 -color6 #29bad3 -color14 #5ed1e4 -color7 #d0b8a3 -color15 #d8c8bb -selection_foreground #3f3f3f diff --git a/private_dot_config/kitty/kitty-themes/themes/Wez.conf b/private_dot_config/kitty/kitty-themes/themes/Wez.conf deleted file mode 100644 index 11706ab..0000000 --- a/private_dot_config/kitty/kitty-themes/themes/Wez.conf +++ /dev/null @@ -1,21 +0,0 @@ -background #000000 -foreground #b3b3b3 -cursor #52ad70 -selection_background #4c52f8 -color0 #000000 -color8 #555555 -color1 #cc5555 -color9 #ff5555 -color2 #55cc55 -color10 #55ff55 -color3 #cdcd55 -color11 #ffff55 -color4 #5455cb -color12 #5555ff -color5 #cc55cc -color13 #ff55ff -color6 #7acaca -color14 #55ffff -color7 #cccccc -color15 #ffffff -selection_foreground #000000 diff --git a/private_dot_config/kitty/kitty-themes/themes/WildCherry.conf b/private_dot_config/kitty/kitty-themes/themes/WildCherry.conf deleted file mode 100644 index a4bfa47..0000000 --- a/private_dot_config/kitty/kitty-themes/themes/WildCherry.conf +++ /dev/null @@ -1,21 +0,0 @@ -background #1f1626 -foreground #d9faff -cursor #dd00ff -selection_background #002731 -color0 #000506 -color8 #009cc9 -color1 #d94085 -color9 #da6bab -color2 #2ab250 -color10 #f4dba5 -color3 #ffd06e -color11 #eac066 -color4 #873bdb -color12 #2f8bb9 -color5 #ececec -color13 #ae636b -color6 #c1b8b6 -color14 #ff919d -color7 #fff8dd -color15 #e4838d -selection_foreground #1f1626 diff --git a/private_dot_config/kitty/kitty-themes/themes/Wombat.conf b/private_dot_config/kitty/kitty-themes/themes/Wombat.conf deleted file mode 100644 index d4616fc..0000000 --- a/private_dot_config/kitty/kitty-themes/themes/Wombat.conf +++ /dev/null @@ -1,21 +0,0 @@ -background #171717 -foreground #ded9ce -cursor #bbbbbb -selection_background #453a39 -color0 #000000 -color8 #313131 -color1 #ff605a -color9 #f58b7f -color2 #b1e869 -color10 #dcf88f -color3 #ead89c -color11 #eee5b2 -color4 #5da9f6 -color12 #a5c7ff -color5 #e86aff -color13 #ddaaff -color6 #82fff6 -color14 #b6fff9 -color7 #ded9ce -color15 #fefffe -selection_foreground #171717 diff --git a/private_dot_config/kitty/kitty-themes/themes/Wryan.conf b/private_dot_config/kitty/kitty-themes/themes/Wryan.conf deleted file mode 100644 index 73d758d..0000000 --- a/private_dot_config/kitty/kitty-themes/themes/Wryan.conf +++ /dev/null @@ -1,21 +0,0 @@ -background #101010 -foreground #999993 -cursor #9d9eca -selection_background #4d4d4d -color0 #333333 -color8 #3d3d3d -color1 #8c4665 -color9 #bf4d80 -color2 #287373 -color10 #53a6a6 -color3 #7c7c99 -color11 #9e9ecb -color4 #395573 -color12 #477ab3 -color5 #5e468c -color13 #7e62b3 -color6 #31658c -color14 #6096bf -color7 #899ca1 -color15 #c0c0c0 -selection_foreground #101010 diff --git a/private_dot_config/kitty/kitty-themes/themes/Zenburn.conf b/private_dot_config/kitty/kitty-themes/themes/Zenburn.conf deleted file mode 100644 index 032b99b..0000000 --- a/private_dot_config/kitty/kitty-themes/themes/Zenburn.conf +++ /dev/null @@ -1,25 +0,0 @@ -# Zenburn by jnurmine, https://github.com/jnurmine/Zenburn -# This work is licensed under the terms of the GNU GPL license. -# For a copy, see http://www.gnu.org/licenses/gpl.html. - -background #3f3f3f -foreground #dcdccc -cursor #73635a -selection_background #21322f -color0 #4d4d4d -color8 #709080 -color1 #705050 -color9 #dca3a3 -color2 #60b48a -color10 #c3bf9f -color3 #f0deae -color11 #dfcf9f -color4 #506070 -color12 #94bff3 -color5 #dc8cc3 -color13 #ec93d3 -color6 #8cd0d3 -color14 #93e0e3 -color7 #dcdccc -color15 #ffffff -selection_foreground #3f3f3f diff --git a/private_dot_config/kitty/kitty-themes/themes/ayu.conf b/private_dot_config/kitty/kitty-themes/themes/ayu.conf deleted file mode 100644 index 8030263..0000000 --- a/private_dot_config/kitty/kitty-themes/themes/ayu.conf +++ /dev/null @@ -1,21 +0,0 @@ -background #0e1419 -foreground #e5e1cf -cursor #f19618 -selection_background #243340 -color0 #000000 -color8 #323232 -color1 #ff3333 -color9 #ff6565 -color2 #b8cc52 -color10 #e9fe83 -color3 #e6c446 -color11 #fff778 -color4 #36a3d9 -color12 #68d4ff -color5 #f07078 -color13 #ffa3aa -color6 #95e5cb -color14 #c7fffc -color7 #ffffff -color15 #ffffff -selection_foreground #0e1419 diff --git a/private_dot_config/kitty/kitty-themes/themes/ayu_light.conf b/private_dot_config/kitty/kitty-themes/themes/ayu_light.conf deleted file mode 100644 index 35c532c..0000000 --- a/private_dot_config/kitty/kitty-themes/themes/ayu_light.conf +++ /dev/null @@ -1,21 +0,0 @@ -background #fafafa -foreground #5b6673 -cursor #ff6900 -selection_background #f0ede4 -color0 #000000 -color8 #323232 -color1 #ff3333 -color9 #ff6565 -color2 #86b200 -color10 #b8e532 -color3 #f19618 -color11 #ffc849 -color4 #41a6d9 -color12 #73d7ff -color5 #f07078 -color13 #ffa3aa -color6 #4cbe99 -color14 #7ff0cb -color7 #ffffff -color15 #ffffff -selection_foreground #fafafa diff --git a/private_dot_config/kitty/kitty-themes/themes/ayu_mirage.conf b/private_dot_config/kitty/kitty-themes/themes/ayu_mirage.conf deleted file mode 100644 index 19d2e40..0000000 --- a/private_dot_config/kitty/kitty-themes/themes/ayu_mirage.conf +++ /dev/null @@ -1,21 +0,0 @@ -background #212733 -foreground #d9d7ce -cursor #ffcc66 -selection_background #343f4c -color0 #191e2a -color8 #686868 -color1 #ed8274 -color9 #f28779 -color2 #a6cc70 -color10 #bae67e -color3 #fad07b -color11 #ffd580 -color4 #6dcbfa -color12 #73d0ff -color5 #cfbafa -color13 #d4bfff -color6 #90e1c6 -color14 #95e6cb -color7 #c7c7c7 -color15 #ffffff -selection_foreground #212733 diff --git a/private_dot_config/kitty/kitty-themes/themes/gruvbox_dark.conf b/private_dot_config/kitty/kitty-themes/themes/gruvbox_dark.conf deleted file mode 100644 index 369da8d..0000000 --- a/private_dot_config/kitty/kitty-themes/themes/gruvbox_dark.conf +++ /dev/null @@ -1,49 +0,0 @@ -# gruvbox dark by morhetz, https://github.com/morhetz/gruvbox -# This work is licensed under the terms of the MIT license. -# For a copy, see https://opensource.org/licenses/MIT. - -background #282828 -foreground #ebdbb2 - -cursor #928374 - -selection_foreground #928374 -selection_background #3c3836 - -color0 #282828 -color8 #928374 - -# red -color1 #cc241d -# light red -color9 #fb4934 - -# green -color2 #98971a -# light green -color10 #b8bb26 - -# yellow -color3 #d79921 -# light yellow -color11 #fabd2d - -# blue -color4 #458588 -# light blue -color12 #83a598 - -# magenta -color5 #b16286 -# light magenta -color13 #d3869b - -# cyan -color6 #689d6a -# lighy cyan -color14 #8ec07c - -# light gray -color7 #a89984 -# dark gray -color15 #928374 diff --git a/private_dot_config/kitty/kitty-themes/themes/gruvbox_light.conf b/private_dot_config/kitty/kitty-themes/themes/gruvbox_light.conf deleted file mode 100644 index 6d8b89b..0000000 --- a/private_dot_config/kitty/kitty-themes/themes/gruvbox_light.conf +++ /dev/null @@ -1,49 +0,0 @@ -# gruvbox light by morhetz, https://github.com/morhetz/gruvbox -# This work is licensed under the terms of the MIT license. -# For a copy, see https://opensource.org/licenses/MIT. - -background #fbf1c7 -foreground #3c3836 - -cursor #928374 - -selection_foreground #3c3836 -selection_background #928374 - -color0 #fbf1c7 -color8 #282828 - -# red -color1 #cc241d -# light red -color9 #9d0006 - -# green -color2 #98971a -# light green -color10 #79740e - -# yellow -color3 #d79921 -# light yellow -color11 #b57614 - -# blue -color4 #458588 -# light blue -color12 #076678 - -# magenta -color5 #b16286 -# light magenta -color13 #8f3f71 - -# cyan -color6 #689d6a -# lighy cyan -color14 #427b58 - -# light gray -color7 #7c6f64 -# dark gray -color15 #928374 diff --git a/private_dot_config/kitty/kitty-themes/themes/idleToes.conf b/private_dot_config/kitty/kitty-themes/themes/idleToes.conf deleted file mode 100644 index 941d4b2..0000000 --- a/private_dot_config/kitty/kitty-themes/themes/idleToes.conf +++ /dev/null @@ -1,21 +0,0 @@ -background #323232 -foreground #ffffff -cursor #d6d6d6 -selection_background #5b5b5b -color0 #323232 -color8 #535353 -color1 #d25252 -color9 #f07070 -color2 #7fe173 -color10 #9dff90 -color3 #ffc66d -color11 #ffe48b -color4 #4098ff -color12 #5eb7f7 -color5 #f57fff -color13 #ff9dff -color6 #bed6ff -color14 #dcf4ff -color7 #eeeeec -color15 #ffffff -selection_foreground #323232 diff --git a/private_dot_config/kitty/kitty-themes/themes/snazzy.conf b/private_dot_config/kitty/kitty-themes/themes/snazzy.conf deleted file mode 100644 index 2ed5ff5..0000000 --- a/private_dot_config/kitty/kitty-themes/themes/snazzy.conf +++ /dev/null @@ -1,46 +0,0 @@ -# snazzy by Connor Holyday (holyday.me) -# This work is licensed under the terms of the MIT license. -# For a copy, see https://opensource.org/licenses/MIT. - -# Snazzy Colorscheme for Kitty -# Based on https://github.com/sindresorhus/hyper-snazzy - -foreground #eff0eb -background #282a36 -selection_foreground #000000 -selection_background #FFFACD -url_color #0087BD -cursor #97979B -cursor_text_color #282A36 - -# black -color0 #282a36 -color8 #686868 - -# red -color1 #FF5C57 -color9 #FF5C57 - -# green -color2 #5AF78E -color10 #5AF78E - -# yellow -color3 #F3F99D -color11 #F3F99D - -# blue -color4 #57C7FF -color12 #57C7FF - -# magenta -color5 #FF6AC1 -color13 #FF6AC1 - -# cyan -color6 #9AEDFE -color14 #9AEDFE - -# white -color7 #F1F1F0 -color15 #EFF0EB diff --git a/private_dot_config/kitty/symlink_theme.conf~ b/private_dot_config/kitty/symlink_theme.conf~ deleted file mode 100644 index 7990633..0000000 --- a/private_dot_config/kitty/symlink_theme.conf~ +++ /dev/null @@ -1 +0,0 @@ -./kitty-themes/themes/Spacedust.conf diff --git a/private_dot_config/nvim/init.lua b/private_dot_config/nvim/init.lua index 25002de..56018da 100644 --- a/private_dot_config/nvim/init.lua +++ b/private_dot_config/nvim/init.lua @@ -21,6 +21,7 @@ require("lazy").setup({ { "ellisonleao/gruvbox.nvim", priority = 1000 }, { "nvim-treesitter/nvim-treesitter", run= ":TSUpdate" }, { "nvim-telescope/telescope.nvim", tag = '0.1.1', dependencies = { 'nvim-lua/plenary.nvim' }}, + {'ojroques/nvim-osc52'}, { "nvim-tree/nvim-tree.lua"}, { "jeffkreeftmeijer/vim-numbertoggle"}, { "lukas-reineke/indent-blankline.nvim" }, @@ -59,6 +60,13 @@ require('mini.statusline').setup() require('mini.tabline').setup() require('mini.bracketed').setup() + +require('osc52').setup { + max_length = 0, -- Maximum length of selection (0 for no limit) + silent = false, -- Disable message on successful copy + trim = false, -- Trim surrounding whitespaces before copy +} + local hop = require('hop') local directions = require('hop.hint').HintDirection @@ -113,5 +121,6 @@ require("indent_blankline").setup { "IndentBlanklineIndent1", }, } - - +vim.keymap.set('n', 'c', require('osc52').copy_operator, {expr = true}) +vim.keymap.set('n', 'cc', 'c_', {remap = true}) +vim.keymap.set('v', 'c', require('osc52').copy_visual) diff --git a/private_dot_config/nvim/lazy-lock.json b/private_dot_config/nvim/lazy-lock.json deleted file mode 100644 index 13094d2..0000000 --- a/private_dot_config/nvim/lazy-lock.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "gruvbox.nvim": { "branch": "main", "commit": "df149bccb19a02c5c2b9fa6ec0716f0c0487feb0" }, - "hop.nvim": { "branch": "master", "commit": "90db1b2c61b820e230599a04fedcd2679e64bd07" }, - "indent-blankline.nvim": { "branch": "master", "commit": "018bd04d80c9a73d399c1061fa0c3b14a7614399" }, - "lazy.nvim": { "branch": "main", "commit": "83a625f5c884a3ceee821ce54a812c8321ecba31" }, - "mini.nvim": { "branch": "main", "commit": "889be69623395ad183ae6f3c21c8efe006350226" }, - "nvim-surround": { "branch": "main", "commit": "e6047128e57c1aff1566fb9f627521d2887fc77a" }, - "nvim-tree.lua": { "branch": "master", "commit": "53295de04d265fba695ec5a21912bdf36647dbad" }, - "nvim-treesitter": { "branch": "master", "commit": "39a78192fbcee43f0b9134d668663b0cfc1e082b" }, - "plenary.nvim": { "branch": "master", "commit": "9ac3e9541bbabd9d73663d757e4fe48a675bb054" }, - "telescope.nvim": { "branch": "master", "commit": "c1a2af0af69e80e14e6b226d3957a064cd080805" }, - "treesj": { "branch": "main", "commit": "0d12c3a3b516be85bbd70521a53b5bfa1f8f50c2" }, - "undotree": { "branch": "master", "commit": "485f01efde4e22cb1ce547b9e8c9238f36566f21" }, - "vim-numbertoggle": { "branch": "main", "commit": "075b7478777e694fbac330ee34a74590dad0fee1" }, - "which-key.nvim": { "branch": "main", "commit": "af8f26bfbb61b5f722c9fbc72b296dc9db0bcfdc" } -} \ No newline at end of file diff --git a/private_dot_config/private_karabiner/dot_DS_Store b/private_dot_config/private_fish/.DS_Store similarity index 73% rename from private_dot_config/private_karabiner/dot_DS_Store rename to private_dot_config/private_fish/.DS_Store index 5b69d59..a234d85 100644 Binary files a/private_dot_config/private_karabiner/dot_DS_Store and b/private_dot_config/private_fish/.DS_Store differ diff --git a/private_dot_config/private_fish/completions/fisher.fish b/private_dot_config/private_fish/completions/fisher.fish deleted file mode 100644 index 6d23ce4..0000000 --- a/private_dot_config/private_fish/completions/fisher.fish +++ /dev/null @@ -1,7 +0,0 @@ -complete --command fisher --exclusive --long help --description "Print help" -complete --command fisher --exclusive --long version --description "Print version" -complete --command fisher --exclusive --condition __fish_use_subcommand --arguments install --description "Install plugins" -complete --command fisher --exclusive --condition __fish_use_subcommand --arguments update --description "Update installed plugins" -complete --command fisher --exclusive --condition __fish_use_subcommand --arguments remove --description "Remove installed plugins" -complete --command fisher --exclusive --condition __fish_use_subcommand --arguments list --description "List installed plugins matching regex" -complete --command fisher --exclusive --condition "__fish_seen_subcommand_from update remove" --arguments "(fisher list)" diff --git a/private_dot_config/private_fish/completions/fzf_configure_bindings.fish b/private_dot_config/private_fish/completions/fzf_configure_bindings.fish deleted file mode 100644 index ec7db93..0000000 --- a/private_dot_config/private_fish/completions/fzf_configure_bindings.fish +++ /dev/null @@ -1,8 +0,0 @@ -complete fzf_configure_bindings --no-files -complete fzf_configure_bindings --long help --short h --description "Print help" -complete fzf_configure_bindings --long directory --description "Change the key binding for searching directory" -complete fzf_configure_bindings --long git_log --description "Change the key binding for searching git log" -complete fzf_configure_bindings --long git_status --description "Change the key binding for searching git status" -complete fzf_configure_bindings --long history --description "Change the key binding for searching history" -complete fzf_configure_bindings --long processes --description "Change the key binding for searching processes" -complete fzf_configure_bindings --long variables --description "Change the key binding for searching variables" diff --git a/private_dot_config/private_fish/completions/hcloud.fish b/private_dot_config/private_fish/completions/hcloud.fish deleted file mode 100644 index 9076e3a..0000000 --- a/private_dot_config/private_fish/completions/hcloud.fish +++ /dev/null @@ -1,177 +0,0 @@ -# fish completion for hcloud -*- shell-script -*- - -function __hcloud_debug - set -l file "$BASH_COMP_DEBUG_FILE" - if test -n "$file" - echo "$argv" >> $file - end -end - -function __hcloud_perform_completion - __hcloud_debug "Starting __hcloud_perform_completion" - - # Extract all args except the last one - set -l args (commandline -opc) - # Extract the last arg and escape it in case it is a space - set -l lastArg (string escape -- (commandline -ct)) - - __hcloud_debug "args: $args" - __hcloud_debug "last arg: $lastArg" - - # Disable ActiveHelp which is not supported for fish shell - set -l requestComp "HCLOUD_ACTIVE_HELP=0 $args[1] __complete $args[2..-1] $lastArg" - - __hcloud_debug "Calling $requestComp" - set -l results (eval $requestComp 2> /dev/null) - - # Some programs may output extra empty lines after the directive. - # Let's ignore them or else it will break completion. - # Ref: https://github.com/spf13/cobra/issues/1279 - for line in $results[-1..1] - if test (string trim -- $line) = "" - # Found an empty line, remove it - set results $results[1..-2] - else - # Found non-empty line, we have our proper output - break - end - end - - set -l comps $results[1..-2] - set -l directiveLine $results[-1] - - # For Fish, when completing a flag with an = (e.g., -n=) - # completions must be prefixed with the flag - set -l flagPrefix (string match -r -- '-.*=' "$lastArg") - - __hcloud_debug "Comps: $comps" - __hcloud_debug "DirectiveLine: $directiveLine" - __hcloud_debug "flagPrefix: $flagPrefix" - - for comp in $comps - printf "%s%s\n" "$flagPrefix" "$comp" - end - - printf "%s\n" "$directiveLine" -end - -# This function does two things: -# - Obtain the completions and store them in the global __hcloud_comp_results -# - Return false if file completion should be performed -function __hcloud_prepare_completions - __hcloud_debug "" - __hcloud_debug "========= starting completion logic ==========" - - # Start fresh - set --erase __hcloud_comp_results - - set -l results (__hcloud_perform_completion) - __hcloud_debug "Completion results: $results" - - if test -z "$results" - __hcloud_debug "No completion, probably due to a failure" - # Might as well do file completion, in case it helps - return 1 - end - - set -l directive (string sub --start 2 $results[-1]) - set --global __hcloud_comp_results $results[1..-2] - - __hcloud_debug "Completions are: $__hcloud_comp_results" - __hcloud_debug "Directive is: $directive" - - set -l shellCompDirectiveError 1 - set -l shellCompDirectiveNoSpace 2 - set -l shellCompDirectiveNoFileComp 4 - set -l shellCompDirectiveFilterFileExt 8 - set -l shellCompDirectiveFilterDirs 16 - - if test -z "$directive" - set directive 0 - end - - set -l compErr (math (math --scale 0 $directive / $shellCompDirectiveError) % 2) - if test $compErr -eq 1 - __hcloud_debug "Received error directive: aborting." - # Might as well do file completion, in case it helps - return 1 - end - - set -l filefilter (math (math --scale 0 $directive / $shellCompDirectiveFilterFileExt) % 2) - set -l dirfilter (math (math --scale 0 $directive / $shellCompDirectiveFilterDirs) % 2) - if test $filefilter -eq 1; or test $dirfilter -eq 1 - __hcloud_debug "File extension filtering or directory filtering not supported" - # Do full file completion instead - return 1 - end - - set -l nospace (math (math --scale 0 $directive / $shellCompDirectiveNoSpace) % 2) - set -l nofiles (math (math --scale 0 $directive / $shellCompDirectiveNoFileComp) % 2) - - __hcloud_debug "nospace: $nospace, nofiles: $nofiles" - - # If we want to prevent a space, or if file completion is NOT disabled, - # we need to count the number of valid completions. - # To do so, we will filter on prefix as the completions we have received - # may not already be filtered so as to allow fish to match on different - # criteria than the prefix. - if test $nospace -ne 0; or test $nofiles -eq 0 - set -l prefix (commandline -t | string escape --style=regex) - __hcloud_debug "prefix: $prefix" - - set -l completions (string match -r -- "^$prefix.*" $__hcloud_comp_results) - set --global __hcloud_comp_results $completions - __hcloud_debug "Filtered completions are: $__hcloud_comp_results" - - # Important not to quote the variable for count to work - set -l numComps (count $__hcloud_comp_results) - __hcloud_debug "numComps: $numComps" - - if test $numComps -eq 1; and test $nospace -ne 0 - # We must first split on \t to get rid of the descriptions to be - # able to check what the actual completion will be. - # We don't need descriptions anyway since there is only a single - # real completion which the shell will expand immediately. - set -l split (string split --max 1 \t $__hcloud_comp_results[1]) - - # Fish won't add a space if the completion ends with any - # of the following characters: @=/:., - set -l lastChar (string sub -s -1 -- $split) - if not string match -r -q "[@=/:.,]" -- "$lastChar" - # In other cases, to support the "nospace" directive we trick the shell - # by outputting an extra, longer completion. - __hcloud_debug "Adding second completion to perform nospace directive" - set --global __hcloud_comp_results $split[1] $split[1]. - __hcloud_debug "Completions are now: $__hcloud_comp_results" - end - end - - if test $numComps -eq 0; and test $nofiles -eq 0 - # To be consistent with bash and zsh, we only trigger file - # completion when there are no other completions - __hcloud_debug "Requesting file completion" - return 1 - end - end - - return 0 -end - -# Since Fish completions are only loaded once the user triggers them, we trigger them ourselves -# so we can properly delete any completions provided by another script. -# Only do this if the program can be found, or else fish may print some errors; besides, -# the existing completions will only be loaded if the program can be found. -if type -q "hcloud" - # The space after the program name is essential to trigger completion for the program - # and not completion of the program name itself. - # Also, we use '> /dev/null 2>&1' since '&>' is not supported in older versions of fish. - complete --do-complete "hcloud " > /dev/null 2>&1 -end - -# Remove any pre-existing completions for the program since we will be handling all of them. -complete -c hcloud -e - -# The call to __hcloud_prepare_completions will setup __hcloud_comp_results -# which provides the program's completion choices. -complete -c hcloud -n '__hcloud_prepare_completions' -f -a '$__hcloud_comp_results' - diff --git a/private_dot_config/private_fish/completions/jump.fish b/private_dot_config/private_fish/completions/jump.fish deleted file mode 100644 index 7fe15d2..0000000 --- a/private_dot_config/private_fish/completions/jump.fish +++ /dev/null @@ -1,5 +0,0 @@ -# SYNOPSIS -# Completions for jump package. - -complete -c jump -f -a '(command ls ~/.marks)' -complete -c unmark -f -a '(command ls ~/.marks)' diff --git a/private_dot_config/private_fish/completions/nvm.fish b/private_dot_config/private_fish/completions/nvm.fish deleted file mode 100644 index 14be1b7..0000000 --- a/private_dot_config/private_fish/completions/nvm.fish +++ /dev/null @@ -1,21 +0,0 @@ -complete --command nvm --exclusive -complete --command nvm --exclusive --long version --description "Print version" -complete --command nvm --exclusive --long help --description "Print help" -complete --command nvm --long silent --description "Suppress standard output" - -complete --command nvm --exclusive --condition __fish_use_subcommand --arguments install --description "Download and activate the specified Node version" -complete --command nvm --exclusive --condition __fish_use_subcommand --arguments use --description "Activate the specified Node version in the current shell" -complete --command nvm --exclusive --condition __fish_use_subcommand --arguments list --description "List installed Node versions" -complete --command nvm --exclusive --condition __fish_use_subcommand --arguments list-remote --description "List available Node versions to install" -complete --command nvm --exclusive --condition __fish_use_subcommand --arguments current --description "Print the currently-active Node version" -complete --command nvm --exclusive --condition "__fish_seen_subcommand_from install" --arguments "( - test -e $nvm_data && string split ' ' <$nvm_data/.index -)" -complete --command nvm --exclusive --condition "__fish_seen_subcommand_from use" --arguments "(_nvm_list | string split ' ')" -complete --command nvm --exclusive --condition __fish_use_subcommand --arguments uninstall --description "Uninstall the specified Node version" -complete --command nvm --exclusive --condition "__fish_seen_subcommand_from uninstall" --arguments "( - _nvm_list | string split ' ' | string replace system '' -)" -complete --command nvm --exclusive --condition "__fish_seen_subcommand_from use uninstall" --arguments "( - set --query nvm_default_version && echo default -)" diff --git a/private_dot_config/private_fish/completions/replay.fish b/private_dot_config/private_fish/completions/replay.fish deleted file mode 100644 index d4589a9..0000000 --- a/private_dot_config/private_fish/completions/replay.fish +++ /dev/null @@ -1,3 +0,0 @@ -complete --command replay --no-files -complete --command replay --exclusive --long version --description "Print version" -complete --command replay --exclusive --long help --description "Print help" diff --git a/private_dot_config/private_fish/completions/tide.fish b/private_dot_config/private_fish/completions/tide.fish deleted file mode 100644 index 2d3784d..0000000 --- a/private_dot_config/private_fish/completions/tide.fish +++ /dev/null @@ -1,12 +0,0 @@ -complete tide --no-files - -set -l subcommands bug-report configure - -complete tide -x -n __fish_use_subcommand -a bug-report -d "Print info for use in bug reports" -complete tide -x -n __fish_use_subcommand -a configure -d "Run the configuration wizard" - -complete tide -x -n "not __fish_seen_subcommand_from $subcommands" -s h -l help -d "Print help message" -complete tide -x -n "not __fish_seen_subcommand_from $subcommands" -s v -l version -d "Print tide version" - -complete tide -x -n '__fish_seen_subcommand_from bug-report' -l clean -d "Run clean Fish instance and install Tide" -complete tide -x -n '__fish_seen_subcommand_from bug-report' -l verbose -d "Print full Tide configuration" diff --git a/private_dot_config/private_fish/conf.d/_tide_init.fish b/private_dot_config/private_fish/conf.d/_tide_init.fish deleted file mode 100644 index 939f17c..0000000 --- a/private_dot_config/private_fish/conf.d/_tide_init.fish +++ /dev/null @@ -1,41 +0,0 @@ -function _tide_init_install --on-event _tide_init_install - set -U VIRTUAL_ENV_DISABLE_PROMPT true - - source (functions --details _tide_sub_configure) - _load_config lean - _tide_finish - - if status is-interactive - tide bug-report --check || sleep 4 - - if contains ilancosman/tide (string lower $_fisher_plugins) - set_color bryellow - echo "ilancosman/tide is a development branch. Please install from a release tag:" - echo -ns "fisher install ilancosman/tide@v5" | fish_indent --ansi - sleep 3 - end - - switch (read --prompt-str="Configure tide prompt? [Y/n] " | string lower) - case y ye yes '' - tide configure - case '*' - echo -s \n 'Run ' (echo -ns "tide configure" | fish_indent --ansi) ' to customize your prompt.' - end - end -end - -function _tide_init_update --on-event _tide_init_update - # Warn users who install from main branch - if contains ilancosman/tide (string lower $_fisher_plugins) - set_color bryellow - echo "ilancosman/tide is a development branch. Please install from a release tag:" - echo -ns "fisher install ilancosman/tide@v5" | fish_indent --ansi - sleep 3 - end -end - -function _tide_init_uninstall --on-event _tide_init_uninstall - set -e VIRTUAL_ENV_DISABLE_PROMPT - set -e (set -U --names | string match --entire -r '^_?tide') - functions --erase (functions --all | string match --entire -r '^_?tide') -end diff --git a/private_dot_config/private_fish/conf.d/abbr_tips.fish b/private_dot_config/private_fish/conf.d/abbr_tips.fish deleted file mode 100644 index 1c6f180..0000000 --- a/private_dot_config/private_fish/conf.d/abbr_tips.fish +++ /dev/null @@ -1,140 +0,0 @@ -for mode in default insert - bind --mode $mode " " __abbr_tips_bind_space - bind --mode $mode \n __abbr_tips_bind_newline - bind --mode $mode \r __abbr_tips_bind_newline -end - -set -g __abbr_tips_used 0 - -# Trim simple/double quotes from args -function trim_value - echo "$argv" | string trim --left --right --chars '"\'' | string join ' ' -end - -function __abbr_tips_install --on-event abbr_tips_install - # Regexes used to find abbreviation inside command - # Only the first matching group will be tested as an abbr - set -Ux ABBR_TIPS_REGEXES - set -a ABBR_TIPS_REGEXES '(^(\w+\s+)+(-{1,2})\w+)(\s\S+)' - set -a ABBR_TIPS_REGEXES '(^(\s?(\w-?)+){3}).*' - set -a ABBR_TIPS_REGEXES '(^(\s?(\w-?)+){2}).*' - set -a ABBR_TIPS_REGEXES '(^(\s?(\w-?)+){1}).*' - - set -Ux ABBR_TIPS_PROMPT "\n๐Ÿ’ก \e[1m{{ .abbr }}\e[0m => {{ .cmd }}" - set -gx ABBR_TIPS_AUTO_UPDATE background - - __abbr_tips_init -end - -function __abbr_tips --on-event fish_postexec -d "Abbreviation reminder for the current command" - set -l command (string split ' ' -- "$argv") - set -l cmd (string replace -r -a '\\s+' ' ' -- "$argv" ) - - # Update abbreviations lists when adding/removing abbreviations - if test "$command[1]" = abbr - # Parse args as abbr options - argparse --name abbr --ignore-unknown a/add e/erase g/global U/universal -- $command - - if set -q _flag_a - and not contains -- "$argv[2]" $__ABBR_TIPS_KEYS - set -a __ABBR_TIPS_KEYS "$argv[2]" - set -a __ABBR_TIPS_VALUES (trim_value "$argv[3..-1]") - else if set -q _flag_e - and set -l abb (contains -i -- "$argv[2]" $__ABBR_TIPS_KEYS) - set -e __ABBR_TIPS_KEYS[$abb] - set -e __ABBR_TIPS_VALUES[$abb] - end - else if test "$command[1]" = alias - # Update abbreviations list when adding aliases - set -l alias_key - set -l alias_value - - # Parse args as `alias` options - argparse --name alias --ignore-unknown s/save -- $command - - if string match -q '*=*' -- "$argv[2]" - set command_split (string split '=' -- $argv[2]) - set alias_key "a__$command_split[1]" - set alias_value $command_split[2..-1] - else - set alias_key "a__$argv[2]" - set alias_value $argv[3..-1] - end - - set alias_value (trim_value "$alias_value") - - if set -l abb (contains -i -- "$argv[3..-1]" $__ABBR_TIPS_KEYS) - set __ABBR_TIPS_KEYS[$abb] $alias_key - set __ABBR_TIPS_VALUES[$abb] $alias_value - else - set -a __ABBR_TIPS_KEYS $alias_key - set -a __ABBR_TIPS_VALUES $alias_value - end - else if test "$command[1]" = functions - # Parse args as `functions` options - argparse --name functions e/erase -- $command - - # Update abbreviations list when removing aliases - if set -q _flag_e - and set -l abb (contains -i -- a__{$argv[2]} $__ABBR_TIPS_KEYS) - set -e __ABBR_TIPS_KEYS[$abb] - set -e __ABBR_TIPS_VALUES[$abb] - end - end - - # Exit in the following cases : - # - abbreviation has been used - # - command is already an abbreviation - # - command not found - # - or it's a function (alias) - if test $__abbr_tips_used = 1 - set -g __abbr_tips_used 0 - return - else if abbr -q "$cmd" - or not type -q "$command[1]" - return - else if string match -q -- "alias $cmd *" (alias) - return - else if test (type -t "$command[1]") = function - and count $ABBR_TIPS_ALIAS_WHITELIST >/dev/null - and not contains "$command[1]" $ABBR_TIPS_ALIAS_WHITELIST - return - end - - set -l abb - if not set abb (contains -i -- "$cmd" $__ABBR_TIPS_VALUES) - for r in $ABBR_TIPS_REGEXES - if set abb (contains -i -- (string replace -r -a -- "$r" '$1' "$cmd") $__ABBR_TIPS_VALUES) - break - end - end - end - - if test -n "$abb" - if string match -q "a__*" -- "$__ABBR_TIPS_KEYS[$abb]" - set -l alias (string sub -s 4 -- "$__ABBR_TIPS_KEYS[$abb]") - if functions -q "$alias" - echo -e (string replace -a '{{ .cmd }}' -- "$__ABBR_TIPS_VALUES[$abb]" \ - (string replace -a '{{ .abbr }}' -- "$alias" "$ABBR_TIPS_PROMPT")) - else - set -e __ABBR_TIPS_KEYS[$abb] - set -e __ABBR_TIPS_VALUES[$abb] - end - else - echo -e (string replace -a '{{ .cmd }}' -- "$__ABBR_TIPS_VALUES[$abb]" \ - (string replace -a '{{ .abbr }}' -- "$__ABBR_TIPS_KEYS[$abb]" "$ABBR_TIPS_PROMPT")) - end - end - - return -end - -function __abbr_tips_update --on-event abbr_tips_update - __abbr_tips_clean - __abbr_tips_install -end - -function __abbr_tips_uninstall --on-event abbr_tips_uninstall - __abbr_tips_clean - functions --erase __abbr_tips_init -end diff --git a/private_dot_config/private_fish/conf.d/done.fish b/private_dot_config/private_fish/conf.d/done.fish deleted file mode 100644 index b1a989b..0000000 --- a/private_dot_config/private_fish/conf.d/done.fish +++ /dev/null @@ -1,300 +0,0 @@ -# MIT License - -# Copyright (c) 2016 Francisco Lourenรงo & Daniel Wehner - -# Permission is hereby granted, free of charge, to any person obtaining a copy -# of this software and associated documentation files (the "Software"), to deal -# in the Software without restriction, including without limitation the rights -# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -# copies of the Software, and to permit persons to whom the Software is -# furnished to do so, subject to the following conditions: - -# The above copyright notice and this permission notice shall be included in all -# copies or substantial portions of the Software. - -# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -# SOFTWARE. - -if not status is-interactive - exit -end - -set -g __done_version 1.16.5 - -function __done_run_powershell_script - set -l powershell_exe (command --search "powershell.exe") - - if test $status -ne 0 - and command --search wslvar - - set -l powershell_exe (wslpath (wslvar windir)/System32/WindowsPowerShell/v1.0/powershell.exe) - end - - if string length --quiet "$powershell_exe" - and test -x "$powershell_exe" - - set cmd (string escape $argv) - - eval "$powershell_exe -Command $cmd" - end -end - -function __done_windows_notification -a title -a message - if test "$__done_notify_sound" -eq 1 - set soundopt "