├── .dockerignore ├── .github └── workflows │ └── main.yml ├── .gitignore ├── CHANGELOG.md ├── LICENSE ├── README.md ├── WindowsTerminal └── settings.json ├── ansible ├── .ansible.cfg ├── Dockerfile ├── local.yml ├── playbooks │ ├── fonts.yml │ ├── kvm-arch.yml │ ├── networkmanager.yml │ ├── paru-installs.yml │ ├── repos.yml │ ├── steambox.yml │ ├── stow.yml │ └── ubuntu │ │ ├── brave.yml │ │ ├── core-setup.yml │ │ ├── desktop.yml │ │ ├── games.yml │ │ ├── kvm.yml │ │ ├── node-setup.yml │ │ ├── nvim-setup.yml │ │ ├── obs.yml │ │ └── zsh-setup.yml ├── repos.yml ├── tasks │ ├── brave.yml │ ├── core-setup.yml │ ├── desktop.yml │ ├── fonts.yml │ ├── games.yml │ ├── kvm.yml │ ├── node-setup.yml │ ├── nvim-setup.yml │ ├── obs.yml │ ├── repos.yml │ ├── stow.yml │ └── zsh-setup.yml └── terminal.yml ├── artwork ├── devtainer.png └── devtainer_sept_30_2020.png ├── awesome └── .config │ ├── awesome │ ├── debug.lua │ ├── errors.lua │ ├── keymap.lua │ ├── rc.lua │ ├── rules.lua │ ├── signal.lua │ ├── spawn.lua │ ├── theme.lua │ ├── wallpaper │ │ ├── 000213.1004289100.png │ │ ├── 000222.3617210203.png │ │ ├── 1440w.png │ │ ├── 1440w2.png │ │ ├── 1440w3.png │ │ ├── 1440w4.png │ │ ├── 1440w5.png │ │ ├── 8kw.png │ │ ├── 8kw2.png │ │ ├── backdrop-distort-color.png │ │ ├── backdrop-distort.png │ │ ├── backdrop.png │ │ ├── backdrop.xcf │ │ └── wp2555882-space-background.jpg │ └── xrandr.lua │ └── compton.conf ├── bin └── .local │ └── bin │ ├── capture-all-panes │ ├── copier-gallery │ ├── float-keeb │ ├── fpolybar │ ├── get_title │ ├── has_aws_token │ ├── launch_polybar │ ├── reattach-keeb │ ├── rofi_polybar │ ├── ta │ ├── tmux-urls │ ├── todo │ ├── update-gratitude │ ├── wallpaper │ ├── wfetch │ └── za ├── bootstrap ├── bootstrap-arch ├── copier-templates └── .copier-templates │ ├── blog │ ├── copier.yml │ └── pages │ │ └── blog │ │ └── {{ slug }}.md.jinja │ ├── creative-minecraft-server │ └── docker-compose.yml │ ├── direnvhatch │ ├── .envrc │ └── copier.yml │ ├── direnvvenv │ ├── .envrc │ └── copier.yml │ ├── gratitude │ ├── copier.yml │ └── pages │ │ └── gratitude │ │ └── gratitude-{{num}}.md.jinja │ ├── minecraft-server │ └── docker-compose.yml │ ├── pytool-template │ ├── release-workflow │ ├── .github │ │ └── workflows │ │ │ └── release.yml.jinja │ └── copier.yml │ ├── setup.py │ ├── copier.yml │ ├── setup.cfg │ ├── setup.py.jinja │ └── {{ _copier_conf.answers_file }}.jinja │ ├── tailwind-init │ ├── tailwind.config.js │ └── tailwind │ │ └── app.css │ ├── til │ ├── copier.yml │ └── pages │ │ └── til │ │ └── {{ slug }}.md.jinja │ ├── todo │ ├── copier.yml │ └── tasks │ │ └── {{ slug }}.md.jinja │ └── vanilla-minecraft-server │ └── docker-compose.yml ├── distrobox └── distrobox.ini ├── docker ├── Dockerfile ├── Dockerfile.alpine ├── Dockerfile.arch ├── Dockerfile.gatsby ├── Dockerfile.slim ├── bambu-studio.containerfile └── windsurf.containerfile ├── dotfiles ├── .alias ├── .alias.local ├── .config │ ├── i3 │ │ └── config │ ├── obs-studio │ │ ├── basic │ │ │ ├── profiles │ │ │ │ └── Untitled │ │ │ │ │ └── basic.ini │ │ │ └── scenes │ │ │ │ ├── Untitled.json │ │ │ │ ├── Untitled.json.bak │ │ │ │ └── scenes.json │ │ ├── global.ini │ │ └── plugin_config │ │ │ └── rtmp-services │ │ │ ├── meta.json │ │ │ ├── package.json │ │ │ └── services.json │ └── qmk │ │ └── qmk.ini ├── .dircolors.256dark ├── .ipython │ └── profile_default │ │ └── ipython_config.py ├── .keymap.sh └── .pdbrc ├── git ├── .gitconfig ├── .gitconfig-git ├── .gitconfig-work └── .global-gitignore ├── gtk ├── .config │ └── gtk-3.0 │ │ └── settings.ini └── .gtkrc-2.0 ├── helix └── .config │ └── helix │ ├── config.toml │ ├── languages.toml │ └── themes │ └── dracula_transparant.toml ├── install-clis.sh ├── install.sh ├── installer ├── BurntSushi_ripgrep.sh ├── MordechaiHadad_bob.sh ├── Slackadays_Clipboard.sh ├── argoproj_argo-cd.sh ├── atuinsh_atuin.sh ├── avencera_rustywind.sh ├── bcicen_ctop.sh ├── benbjohnson_litestream.sh ├── bitnami-labs_sealed-secrets.sh ├── bootandy_dust.sh ├── casey_just.sh ├── charmbracelet_vhs.sh ├── chmln_sd.sh ├── cjbassi_ytop.sh ├── cli_cli.sh ├── dalance_procs.sh ├── dbrgn_tealdeer.sh ├── derailed_k9s.sh ├── ducaale_xh.sh ├── extrawurst_gitui.sh ├── eza-community_eza.sh ├── go-task_task.sh ├── gokcehan_lf.sh ├── homeport_termshot.sh ├── imsnif_bandwhich.sh ├── imsnif_diskonaut.sh ├── install-base.sh ├── install.sh ├── install_helm.sh ├── install_kubectl.sh ├── install_ollama.sh ├── install_slim.sh ├── install_terraform.sh ├── install_windsurf.sh ├── jesseduffield_lazydocker.sh ├── jesseduffield_lazygit.sh ├── johanhaleby_kubetail.sh ├── jqlang_jq.sh ├── mgdm_htmlq.sh ├── n.sh ├── nats-io_nats-server.sh ├── nats-io_natscli.sh ├── neovim_neovim.sh ├── ogham_dog.sh ├── packwiz_packwiz.sh ├── pemistahl_grex.sh ├── sharkdp_pastel.sh ├── sirwart_ripsecrets.sh ├── starship_starship.sh ├── svenstaro_miniserve.sh ├── sxyazi_yazi.sh ├── topgrade-rs_topgrade.sh ├── twpayne_chezmoi.sh ├── waylonwalker_nvim-manager.sh ├── windsurf.gpg └── zellij-org_zellij.sh ├── ipython ├── .ipython │ └── profile_default │ │ ├── ipython_config.py │ │ └── startup │ │ ├── 10_prompt.py │ │ ├── 10_q.py │ │ └── README └── .pyflyby ├── justfile ├── kitty └── .config │ └── kitty │ ├── kitty-themes │ ├── 3024_Day.conf │ ├── 3024_Night.conf │ ├── AdventureTime.conf │ ├── Afterglow.conf │ ├── AlienBlood.conf │ ├── Alucard.conf │ ├── Apprentice.conf │ ├── Argonaut.conf │ ├── Arthur.conf │ ├── AtelierSulphurpool.conf │ ├── Atom.conf │ ├── AtomOneLight.conf │ ├── Batman.conf │ ├── Belafonte_Day.conf │ ├── Belafonte_Night.conf │ ├── BirdsOfParadise.conf │ ├── Blazer.conf │ ├── Borland.conf │ ├── Bright_Lights.conf │ ├── Broadcast.conf │ ├── Brogrammer.conf │ ├── C64.conf │ ├── CLRS.conf │ ├── Chalk.conf │ ├── Chalkboard.conf │ ├── Ciapre.conf │ ├── Cobalt2.conf │ ├── Cobalt_Neon.conf │ ├── CrayonPonyFish.conf │ ├── Dark_Pastel.conf │ ├── Darkside.conf │ ├── Desert.conf │ ├── DimmedMonokai.conf │ ├── DotGov.conf │ ├── Dracula.conf │ ├── Dumbledore.conf │ ├── Duotone_Dark.conf │ ├── ENCOM.conf │ ├── Earthsong.conf │ ├── Elemental.conf │ ├── Espresso.conf │ ├── Espresso_Libre.conf │ ├── Fideloper.conf │ ├── FishTank.conf │ ├── Flat.conf │ ├── Flatland.conf │ ├── Floraverse.conf │ ├── FrontEndDelight.conf │ ├── FunForrest.conf │ ├── Galaxy.conf │ ├── Github.conf │ ├── Glacier.conf │ ├── GoaBase.conf │ ├── Grape.conf │ ├── Grass.conf │ ├── Hardcore.conf │ ├── Harper.conf │ ├── Highway.conf │ ├── Hipster_Green.conf │ ├── Homebrew.conf │ ├── Hurtado.conf │ ├── Hybrid.conf │ ├── IC_Green_PPL.conf │ ├── IC_Orange_PPL.conf │ ├── IR_Black.conf │ ├── Jackie_Brown.conf │ ├── Japanesque.conf │ ├── Jellybeans.conf │ ├── JetBrains_Darcula.conf │ ├── Kibble.conf │ ├── Later_This_Evening.conf │ ├── Lavandula.conf │ ├── LiquidCarbon.conf │ ├── LiquidCarbonTransparent.conf │ ├── LiquidCarbonTransparentInverse.conf │ ├── Man_Page.conf │ ├── Material.conf │ ├── MaterialDark.conf │ ├── Mathias.conf │ ├── Medallion.conf │ ├── Misterioso.conf │ ├── Molokai.conf │ ├── MonaLisa.conf │ ├── Monokai.conf │ ├── Monokai_Classic.conf │ ├── Monokai_Pro.conf │ ├── Monokai_Pro_(Filter_Machine).conf │ ├── Monokai_Pro_(Filter_Octagon).conf │ ├── Monokai_Pro_(Filter_Ristretto).conf │ ├── Monokai_Pro_(Filter_Spectrum).conf │ ├── Monokai_Soda.conf │ ├── N0tch2k.conf │ ├── Neopolitan.conf │ ├── Neutron.conf │ ├── NightLion_v1.conf │ ├── NightLion_v2.conf │ ├── Nova.conf │ ├── Novel.conf │ ├── Obsidian.conf │ ├── Ocean.conf │ ├── OceanicMaterial.conf │ ├── Ollie.conf │ ├── OneDark.conf │ ├── Parasio_Dark.conf │ ├── PaulMillr.conf │ ├── PencilDark.conf │ ├── PencilLight.conf │ ├── Piatto_Light.conf │ ├── Pnevma.conf │ ├── Pro.conf │ ├── Red_Alert.conf │ ├── Red_Sands.conf │ ├── Relaxed_Afterglow.conf │ ├── Renault_Style.conf │ ├── Renault_Style_Light.conf │ ├── Rippedcasts.conf │ ├── Royal.conf │ ├── SeaShells.conf │ ├── Seafoam_Pastel.conf │ ├── Seti.conf │ ├── Shaman.conf │ ├── Slate.conf │ ├── Smyck.conf │ ├── SoftServer.conf │ ├── Solarized_Darcula.conf │ ├── Solarized_Dark.conf │ ├── Solarized_Dark_-_Patched.conf │ ├── Solarized_Dark_Higher_Contrast.conf │ ├── Solarized_Light.conf │ ├── Source_Code_X.conf │ ├── SpaceGray.conf │ ├── SpaceGray_Eighties.conf │ ├── SpaceGray_Eighties_Dull.conf │ ├── Spacedust.conf │ ├── Spiderman.conf │ ├── Spring.conf │ ├── Square.conf │ ├── Sundried.conf │ ├── Symfonic.conf │ ├── Tango_Dark.conf │ ├── Tango_Light.conf │ ├── Teerb.conf │ ├── Thayer_Bright.conf │ ├── The_Hulk.conf │ ├── Tomorrow.conf │ ├── Tomorrow_Night.conf │ ├── Tomorrow_Night_Blue.conf │ ├── Tomorrow_Night_Bright.conf │ ├── Tomorrow_Night_Eighties.conf │ ├── ToyChest.conf │ ├── Treehouse.conf │ ├── Twilight.conf │ ├── Ubuntu.conf │ ├── Urple.conf │ ├── Vaughn.conf │ ├── VibrantInk.conf │ ├── WarmNeon.conf │ ├── Wez.conf │ ├── WildCherry.conf │ ├── Wombat.conf │ ├── Wryan.conf │ ├── Zenburn.conf │ ├── ayu.conf │ ├── ayu_light.conf │ ├── ayu_mirage.conf │ ├── gruvbox_dark.conf │ ├── gruvbox_light.conf │ ├── idleToes.conf │ ├── snazzy.conf │ └── themes │ │ └── 3024_Day.conf │ ├── kitty.conf │ └── theme.conf ├── lazyvim └── .config │ └── nvim │ └── lua │ └── config │ ├── keymaps.lua │ └── options.lua ├── nix └── .config │ └── nix │ └── nix.conf ├── nvim └── .config │ └── nvim │ ├── init.lua │ ├── lazy-lock.json │ └── lua │ └── waylonwalker │ ├── autocmds.lua │ ├── color.lua │ ├── globals.lua │ ├── init.lua │ ├── keymap.lua │ ├── lazy.lua │ ├── lunr-autocmds.lua │ ├── options.lua │ ├── plugins │ ├── alpha-nvim.lua │ ├── autoformat.lua │ ├── cloak.lua │ ├── cmp-old.lua │ ├── cmp.lua │ ├── coverage.lua │ ├── fugitive.lua │ ├── harpoon.lua │ ├── init.lua │ ├── lsp-config-old.lua │ ├── lsp-config.lua │ ├── lualine.lua │ ├── navbuddy.lua │ ├── null-ls.lua │ ├── nvim-tree.lua │ ├── refactoring.lua │ └── treesitter.lua │ ├── repo.lua │ ├── settings.lua │ ├── setup.lua │ ├── snippets.lua │ └── util │ ├── color.lua │ ├── init.lua │ ├── log.lua │ ├── title.lua │ ├── toggler.lua │ └── window.lua ├── obs ├── .config │ └── obs-studio │ │ ├── basic │ │ ├── profiles │ │ │ └── Untitled │ │ │ │ └── basic.ini │ │ └── scenes │ │ │ ├── Untitled.json │ │ │ └── scenes.json │ │ └── global.ini └── Scenes │ ├── 16x9-Rounded-Square-Webcam-Mask-1024x576.png │ ├── color-rays.webm │ ├── inner-rect-mask-vert.png │ ├── inner-rect-mask.png │ ├── outter-rect-mask-vert.png │ ├── outter-rect-mask.png │ └── rect-mask.xcf ├── one-shot-apps ├── clock └── s3_cleanup ├── polybar ├── .config │ ├── polybar │ │ ├── bars.ini │ │ ├── base.ini │ │ ├── config.ini │ │ ├── modules.ini │ │ └── mybar.txt │ └── rofi │ │ └── config.rasi ├── .local │ └── bin │ │ └── rofi-power-menu └── config ├── prompts └── fastapi-app.txt ├── qutebrowser └── .config │ └── qutebrowser │ ├── autoconfig.yml │ ├── bookmarks │ └── urls │ ├── config.py │ ├── quickmarks │ └── reload_quickmarks.py ├── scripts └── get_release_notes.py ├── tmux ├── .tmux.conf └── .tmux.conf.local ├── update.sh ├── version ├── vhs ├── demo.gif ├── lazydocker.gif ├── lazydocker.tape ├── welcome.gif └── welcome.tape ├── wezterm └── .config │ └── wezterm │ └── wezterm.lua ├── xbindkeys └── .xbindkeysrc ├── yamlfmt └── .config │ └── yamlfmt │ └── .yamlfmt ├── zellij └── .config │ └── zellij │ ├── config.kdl │ ├── layouts │ ├── default.kdl │ ├── default.swap.kdl │ ├── full.kdl │ └── quickstart.swap.kdl │ ├── outer-layouts │ ├── default.kdl │ └── full.kdl │ └── outer.kdl └── zsh ├── .abbreviations ├── .alias ├── .config ├── .dracula.dircolors ├── bat │ └── config ├── direnv │ ├── conda │ │ └── .envrc │ └── venv │ │ └── .envrc ├── flake8 ├── gitui │ ├── key_config.ron │ ├── key_config.ron.old │ ├── theme.ron │ └── theme.ron.old ├── glow │ └── glow.yml ├── lf │ └── lfrc ├── starship.toml └── vifm │ ├── colors │ └── Default.vifm │ ├── scripts │ └── README │ ├── vifminfo │ └── vifmrc ├── .zsh └── plugins │ └── zlong_alert │ └── zlong_alert.zsh └── .zshrc /LICENSE: -------------------------------------------------------------------------------- 1 | MIT License 2 | 3 | Copyright (c) 2020 Waylon Walker 4 | 5 | Permission is hereby granted, free of charge, to any person obtaining a copy 6 | of this software and associated documentation files (the "Software"), to deal 7 | in the Software without restriction, including without limitation the rights 8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | copies of the Software, and to permit persons to whom the Software is 10 | furnished to do so, subject to the following conditions: 11 | 12 | The above copyright notice and this permission notice shall be included in all 13 | copies or substantial portions of the Software. 14 | 15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 21 | SOFTWARE. 22 | -------------------------------------------------------------------------------- /ansible/.ansible.cfg: -------------------------------------------------------------------------------- 1 | remote_tmp = /tmp//ansible 2 | -------------------------------------------------------------------------------- /ansible/Dockerfile: -------------------------------------------------------------------------------- 1 | FROM python:3.10-buster 2 | 3 | RUN pip3 install ansible 4 | RUN apt update && apt install sudo 5 | 6 | # RUN useradd -ms /bin/bash dockeruser 7 | # RUN usermod -aG sudo dockeruser 8 | RUN adduser --disabled-password --gecos '' dockeruser 9 | RUN adduser dockeruser sudo 10 | RUN echo '%sudo ALL=(ALL) NOPASSWD:ALL' >> /etc/sudoers 11 | 12 | USER dockeruser 13 | RUN mkdir /home/dockeruser/ansible 14 | WORKDIR /home/dockeruser 15 | -------------------------------------------------------------------------------- /ansible/playbooks/kvm-arch.yml: -------------------------------------------------------------------------------- 1 | - hosts: localhost 2 | tasks: 3 | - name: Paru Core Desktop Install 4 | shell: > 5 | paru -Syu --noconfirm qemu virt-manager virt-viewer dnsmasq vde2 bridge-utils openbsd-netcat ebtables libguestfs 6 | 7 | 8 | # - name: Add user to the libvirt group 9 | # become_user: root 10 | # shell: sudo adduser {{ansible_user_id}} libvirt 11 | 12 | # - name: Add user to the kvm group 13 | # become_user: root 14 | # shell: sudo adduser {{ansible_user_id}} kvm 15 | 16 | # - name: enable libvirtd 17 | # become_user: root 18 | # shell: sudo systemctl enable --now libvirtd 19 | -------------------------------------------------------------------------------- /ansible/playbooks/networkmanager.yml: -------------------------------------------------------------------------------- 1 | - hosts: localhost 2 | tasks: 3 | - name: Enable a timer unit for dnf-automatic 4 | ansible.builtin.systemd: 5 | name: NedworkManager 6 | state: started 7 | enabled: yes 8 | -------------------------------------------------------------------------------- /ansible/playbooks/paru-installs.yml: -------------------------------------------------------------------------------- 1 | - hosts: localhost 2 | tasks: 3 | - name: Paru Core Desktop Install 4 | shell: > 5 | paru -Syu --noconfirm arandr awesome bat blueman bluez bluez-utils brave-bin cargo direnv dkms dua-cli fd flameshot gimp github-cli gitui gpu-stat heroic-games-launcher-bin htop ijq jdk8-openjdk jre-openjdk-headless kitty lf linux-headers lolcat lxappearance man-db man-pages neofetch neovim-nightly-bin neovim-plug network-manager-applet nordic-theme noto-fonts nvm pavucontrol pcmanfm picom polybar pyenv ripgrep rofi rofimoji screenkey scrot starship steam stow the_silver_searcher timeshift tldr tmux tree ttf-dejavu ttf-iosevka-nerd ttf-liberation unzip viddy wmctrl xbindkeys xclip xpadneo-dkms.git yad zsh zsh-autosuggestions zsh-history-substring-search zsh-syntax-highlighting zsh-vi-mode dog inetutils docker-compose cloudflared bitwarden-cli-bin google-chrome openssh gthumb duf systemd-boot-pacman-hook zoom blockbench-bin 6 | 7 | 8 | # cuda 9 | # cudnn 10 | 11 | # paru -Syu virt-manager qemu-desktop libvirt edk2-ovmf dnsmasq iptables jack2 --noconfirm 12 | # 13 | # sshfs 14 | -------------------------------------------------------------------------------- /ansible/playbooks/ubuntu/brave.yml: -------------------------------------------------------------------------------- 1 | - hosts: localhost 2 | tasks: 3 | - name: required libraries for brave 4 | become_user: root 5 | apt: 6 | name: ["curl", "apt-transport-https"] 7 | tags: 8 | - brave 9 | - install 10 | - name: Brave Browser archive-keyring.gpg download 11 | become_user: root 12 | get_url: 13 | url: https://brave-browser-apt-release.s3.brave.com/brave-browser-archive-keyring.gpg 14 | dest: /usr/share/keyrings/brave-browser-archive-keyring.gpg 15 | tags: 16 | - brave 17 | - install 18 | - name: Brave Browser PPA setting 19 | become_user: root 20 | shell: echo "deb [signed-by=/usr/share/keyrings/brave-browser-archive-keyring.gpg arch=amd64] https://brave-browser-apt-release.s3.brave.com/ stable main" | tee /etc/apt/sources.list.d/brave-browser-release.list 21 | tags: 22 | - brave 23 | - install 24 | - name: Brave Browser apt installation 25 | become_user: root 26 | apt: 27 | update_cache: yes 28 | name: brave-browser 29 | tags: 30 | - brave 31 | - install 32 | -------------------------------------------------------------------------------- /ansible/playbooks/ubuntu/games.yml: -------------------------------------------------------------------------------- 1 | - hosts: localhost 2 | tasks: 3 | - name: install Steam 4 | become_user: root 5 | apt: name=steam-installer 6 | tags: 7 | - desktop 8 | - games 9 | - name: minecraft 10 | become_user: root 11 | community.general.snap: 12 | name: mc-installer 13 | tags: 14 | - desktop 15 | - games 16 | -------------------------------------------------------------------------------- /ansible/playbooks/ubuntu/kvm.yml: -------------------------------------------------------------------------------- 1 | - hosts: localhost 2 | tasks: 3 | - name: Install packages for kvm 4 | become_user: root 5 | apt: 6 | name: 7 | - qemu-kvm 8 | - libvirt-daemon-system 9 | - libvirt-clients 10 | - bridge-utils 11 | - virt-manager 12 | - name: Add user to the libvirt group 13 | become_user: root 14 | shell: sudo adduser {{ansible_user_id}} libvirt 15 | - name: Add user to the kvm group 16 | become_user: root 17 | shell: sudo adduser {{ansible_user_id}} kvm 18 | - name: enable libvirtd 19 | become_user: root 20 | shell: sudo systemctl enable --now libvirtd 21 | -------------------------------------------------------------------------------- /ansible/playbooks/ubuntu/obs.yml: -------------------------------------------------------------------------------- 1 | - hosts: localhost 2 | tasks: 3 | - name: Install Obs Studio 4 | become_user: root 5 | community.general.snap: 6 | name: 7 | - obs-studio 8 | tags: 9 | - obs 10 | -------------------------------------------------------------------------------- /ansible/repos.yml: -------------------------------------------------------------------------------- 1 | - hosts: localhost 2 | gather_facts: true 3 | become: true 4 | become_user: "{{ lookup('env', 'USER') }}" 5 | 6 | # here 7 | 8 | pre_tasks: 9 | - name: update repositories 10 | apt: update_cache=yes 11 | become_user: root 12 | changed_when: False 13 | vars: 14 | user: "{{ ansible_user_id }}" 15 | tasks: 16 | - import_tasks: tasks/repos.yml 17 | -------------------------------------------------------------------------------- /ansible/tasks/brave.yml: -------------------------------------------------------------------------------- 1 | - name: required libraries for brave 2 | become_user: root 3 | apt: 4 | name: ["curl", "apt-transport-https"] 5 | tags: 6 | - brave 7 | - install 8 | - name: Brave Browser archive-keyring.gpg download 9 | become_user: root 10 | get_url: 11 | url: https://brave-browser-apt-release.s3.brave.com/brave-browser-archive-keyring.gpg 12 | dest: /usr/share/keyrings/brave-browser-archive-keyring.gpg 13 | tags: 14 | - brave 15 | - install 16 | - name: Brave Browser PPA setting 17 | become_user: root 18 | shell: echo "deb [signed-by=/usr/share/keyrings/brave-browser-archive-keyring.gpg arch=amd64] https://brave-browser-apt-release.s3.brave.com/ stable main" | tee /etc/apt/sources.list.d/brave-browser-release.list 19 | tags: 20 | - brave 21 | - install 22 | - name: Brave Browser apt installation 23 | become_user: root 24 | apt: 25 | update_cache: yes 26 | name: brave-browser 27 | tags: 28 | - brave 29 | - install 30 | -------------------------------------------------------------------------------- /ansible/tasks/games.yml: -------------------------------------------------------------------------------- 1 | - name: install Steam 2 | become_user: root 3 | apt: name=steam-installer 4 | tags: 5 | - desktop 6 | - games 7 | - name: minecraft 8 | become_user: root 9 | community.general.snap: 10 | name: mc-installer 11 | tags: 12 | - desktop 13 | - games 14 | -------------------------------------------------------------------------------- /ansible/tasks/kvm.yml: -------------------------------------------------------------------------------- 1 | - name: Install packages for kvm 2 | become_user: root 3 | apt: 4 | name: 5 | - qemu-kvm 6 | - libvirt-daemon-system 7 | - libvirt-clients 8 | - bridge-utils 9 | - virt-manager 10 | - name: Add user to the libvirt group 11 | become_user: root 12 | shell: sudo adduser {{ansible_user_id}} libvirt 13 | - name: Add user to the kvm group 14 | become_user: root 15 | shell: sudo adduser {{ansible_user_id}} kvm 16 | - name: enable libvirtd 17 | become_user: root 18 | shell: sudo systemctl enable --now libvirtd 19 | -------------------------------------------------------------------------------- /ansible/tasks/obs.yml: -------------------------------------------------------------------------------- 1 | - name: Install Obs Studio 2 | become_user: root 3 | community.general.snap: 4 | name: 5 | - obs-studio 6 | tags: 7 | - obs 8 | -------------------------------------------------------------------------------- /ansible/terminal.yml: -------------------------------------------------------------------------------- 1 | - hosts: localhost 2 | gather_facts: true 3 | become: true 4 | become_user: "{{ lookup('env', 'USER') }}" 5 | pre_tasks: 6 | - name: update repositories 7 | apt: update_cache=yes 8 | become_user: root 9 | changed_when: False 10 | vars: 11 | user: "{{ ansible_user_id }}" 12 | tasks: 13 | - import_tasks: tasks/core-setup.yml 14 | - import_tasks: tasks/stow.yml 15 | - import_tasks: tasks/repos.yml 16 | - import_tasks: tasks/node-setup.yml 17 | - import_tasks: tasks/nvim-setup.yml 18 | - import_tasks: tasks/zsh-setup.yml 19 | -------------------------------------------------------------------------------- /artwork/devtainer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WaylonWalker/devtainer/7fcf1e9894f8256f8a118a89828f97eb0c74eac4/artwork/devtainer.png -------------------------------------------------------------------------------- /artwork/devtainer_sept_30_2020.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WaylonWalker/devtainer/7fcf1e9894f8256f8a118a89828f97eb0c74eac4/artwork/devtainer_sept_30_2020.png -------------------------------------------------------------------------------- /awesome/.config/awesome/errors.lua: -------------------------------------------------------------------------------- 1 | -- {{{ Error handling 2 | -- Check if awesome encountered an error during startup and fell back to 3 | -- another config (This code will only ever execute for the fallback config) 4 | if awesome.startup_errors then 5 | naughty.notify({ 6 | preset = naughty.config.presets.critical, 7 | title = "Oops, there were errors during startup!", 8 | text = awesome.startup_errors, 9 | }) 10 | end 11 | 12 | -- Handle runtime errors after startup 13 | do 14 | local in_error = false 15 | awesome.connect_signal("debug::error", function(err) 16 | -- Make sure we don't go into an endless error loop 17 | if in_error then 18 | return 19 | end 20 | in_error = true 21 | 22 | naughty.notify({ 23 | preset = naughty.config.presets.critical, 24 | title = "Oops, an error happened!", 25 | text = tostring(err), 26 | }) 27 | in_error = false 28 | end) 29 | end 30 | -- }}} 31 | -------------------------------------------------------------------------------- /awesome/.config/awesome/rc.lua: -------------------------------------------------------------------------------- 1 | -- Standard awesome library 2 | local awful = require("awful") 3 | require("awful.autofocus") 4 | 5 | require("keymap") 6 | require("theme") 7 | require("errors") 8 | require("rules") 9 | 10 | require("spawn") 11 | require("signal") 12 | 13 | awful.screen.connect_for_each_screen(function(s) 14 | awful.tag({ "1", "2", "3", "4", "5", "6", "7", "8", "9" }, s, awful.layout.layouts[1]) 15 | end) 16 | -------------------------------------------------------------------------------- /awesome/.config/awesome/spawn.lua: -------------------------------------------------------------------------------- 1 | 2 | local awful = require("awful") 3 | 4 | awful.spawn.with_shell("picom || compton") 5 | awful.spawn.with_shell("xrandr-manager -d right") 6 | awful.spawn.with_shell("launch_polybar") 7 | awful.spawn.with_shell("flameshot") 8 | awful.spawn.with_shell("nm-applet") 9 | awful.spawn.with_shell("blueman-applet") 10 | awful.spawn.with_shell('xbindkeys -f ~/.xbindkeysrc') 11 | awful.spawn.with_shell("feh --bg-scale ~/.config/awesome/wallpaper/1440w5.png") 12 | 13 | -- awful.spawn.with_shell('[[ `command -v steam` ]] && steam steam://open/bigpicture -fulldesktopres') 14 | -------------------------------------------------------------------------------- /awesome/.config/awesome/theme.lua: -------------------------------------------------------------------------------- 1 | local beautiful = require("beautiful") 2 | local awful = require("awful") 3 | 4 | beautiful.useless_gap = 4 5 | beautiful.border_width = 2 6 | beautiful.font = "Ubuntu 16" 7 | beautiful.notification_bg = '#160e28' 8 | 9 | awful.layout.layouts = { 10 | -- awful.layout.suit.floating, 11 | awful.layout.suit.tile, 12 | -- awful.layout.suit.tile.left, 13 | -- awful.layout.suit.tile.bottom, 14 | -- awful.layout.suit.tile.top, 15 | -- awful.layout.suit.fair, 16 | -- awful.layout.suit.fair.horizontal, 17 | -- awful.layout.suit.spiral, 18 | -- awful.layout.suit.spiral.dwindle, 19 | awful.layout.suit.max, 20 | -- awful.layout.suit.max.fullscreen, 21 | -- awful.layout.suit.magnifier, 22 | awful.layout.suit.corner.nw, 23 | -- awful.layout.suit.corner.ne, 24 | -- awful.layout.suit.corner.sw, 25 | -- awful.layout.suit.corner.se, 26 | } 27 | -------------------------------------------------------------------------------- /awesome/.config/awesome/wallpaper/000213.1004289100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WaylonWalker/devtainer/7fcf1e9894f8256f8a118a89828f97eb0c74eac4/awesome/.config/awesome/wallpaper/000213.1004289100.png -------------------------------------------------------------------------------- /awesome/.config/awesome/wallpaper/000222.3617210203.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WaylonWalker/devtainer/7fcf1e9894f8256f8a118a89828f97eb0c74eac4/awesome/.config/awesome/wallpaper/000222.3617210203.png -------------------------------------------------------------------------------- /awesome/.config/awesome/wallpaper/1440w.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WaylonWalker/devtainer/7fcf1e9894f8256f8a118a89828f97eb0c74eac4/awesome/.config/awesome/wallpaper/1440w.png -------------------------------------------------------------------------------- /awesome/.config/awesome/wallpaper/1440w2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WaylonWalker/devtainer/7fcf1e9894f8256f8a118a89828f97eb0c74eac4/awesome/.config/awesome/wallpaper/1440w2.png -------------------------------------------------------------------------------- /awesome/.config/awesome/wallpaper/1440w3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WaylonWalker/devtainer/7fcf1e9894f8256f8a118a89828f97eb0c74eac4/awesome/.config/awesome/wallpaper/1440w3.png -------------------------------------------------------------------------------- /awesome/.config/awesome/wallpaper/1440w4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WaylonWalker/devtainer/7fcf1e9894f8256f8a118a89828f97eb0c74eac4/awesome/.config/awesome/wallpaper/1440w4.png -------------------------------------------------------------------------------- /awesome/.config/awesome/wallpaper/1440w5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WaylonWalker/devtainer/7fcf1e9894f8256f8a118a89828f97eb0c74eac4/awesome/.config/awesome/wallpaper/1440w5.png -------------------------------------------------------------------------------- /awesome/.config/awesome/wallpaper/8kw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WaylonWalker/devtainer/7fcf1e9894f8256f8a118a89828f97eb0c74eac4/awesome/.config/awesome/wallpaper/8kw.png -------------------------------------------------------------------------------- /awesome/.config/awesome/wallpaper/8kw2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WaylonWalker/devtainer/7fcf1e9894f8256f8a118a89828f97eb0c74eac4/awesome/.config/awesome/wallpaper/8kw2.png -------------------------------------------------------------------------------- /awesome/.config/awesome/wallpaper/backdrop-distort-color.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WaylonWalker/devtainer/7fcf1e9894f8256f8a118a89828f97eb0c74eac4/awesome/.config/awesome/wallpaper/backdrop-distort-color.png -------------------------------------------------------------------------------- /awesome/.config/awesome/wallpaper/backdrop-distort.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WaylonWalker/devtainer/7fcf1e9894f8256f8a118a89828f97eb0c74eac4/awesome/.config/awesome/wallpaper/backdrop-distort.png -------------------------------------------------------------------------------- /awesome/.config/awesome/wallpaper/backdrop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WaylonWalker/devtainer/7fcf1e9894f8256f8a118a89828f97eb0c74eac4/awesome/.config/awesome/wallpaper/backdrop.png -------------------------------------------------------------------------------- /awesome/.config/awesome/wallpaper/backdrop.xcf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WaylonWalker/devtainer/7fcf1e9894f8256f8a118a89828f97eb0c74eac4/awesome/.config/awesome/wallpaper/backdrop.xcf -------------------------------------------------------------------------------- /awesome/.config/awesome/wallpaper/wp2555882-space-background.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WaylonWalker/devtainer/7fcf1e9894f8256f8a118a89828f97eb0c74eac4/awesome/.config/awesome/wallpaper/wp2555882-space-background.jpg -------------------------------------------------------------------------------- /bin/.local/bin/capture-all-panes: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | for pane in `tmux list-pane -a -F "#S:#I"`; do 3 | tmux capture-pane -t $pane -p; 4 | echo '========================================'; 5 | done 6 | -------------------------------------------------------------------------------- /bin/.local/bin/copier-gallery: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | # if COPIER_GALLERY_DIR is not set then ue ~/.copier-templates as a default 3 | if [ -z "$COPIER_GALLERY_DIR" ]; then 4 | COPIER_GALLERY_DIR="$HOME/.copier-templates" 5 | fi 6 | 7 | template=$(ls $COPIER_GALLERY_DIR | 8 | fzf --header $(pwd) \ 9 | --preview='tree $COPIER_GALLERY_DIR/{} | lolcat') 10 | 11 | if [ -z "$template" ]; then 12 | echo "no template was selected" 13 | else 14 | echo "INFO: copier copy ${COPIER_GALLERY_DIR}/${template} ." 15 | copier copy --trust ${COPIER_GALLERY_DIR}/${template} . 16 | fi 17 | -------------------------------------------------------------------------------- /bin/.local/bin/float-keeb: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | 3 | xinput float $(xinput list --id-only "AT Translated Set 2 keyboard") | notify-send "laptop keeb floated" -i ~/Pictures/8bitcc.png 4 | 5 | 6 | -------------------------------------------------------------------------------- /bin/.local/bin/fpolybar: -------------------------------------------------------------------------------- 1 | MYBAR=`echo "example\nhome\nmin\ntitle\ntwitch" | fzf` 2 | echo $MYBAR > ~/.config/polybar/mybar.txt 3 | -------------------------------------------------------------------------------- /bin/.local/bin/get_title: -------------------------------------------------------------------------------- 1 | cat ~/.config/title/title.txt 2 | -------------------------------------------------------------------------------- /bin/.local/bin/has_aws_token: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | 3 | # set_proxy () { 4 | # export http_proxy=http://proxy.cat.com:80 5 | # export https_proxy=http://proxy.cat.com:80 6 | # export no_proxy=169.254.169.254,169.254.170.2,localhost,127.0.0.1,cat.com 7 | # export HTTP_PROXY=$http_proxy 8 | # export HTTPS_PROXY=$https_proxy 9 | # export NO_PROXY=$no_proxy 10 | # } 11 | # no_proxy () { 12 | # unset http_proxy 13 | # unset https_proxy 14 | # unset HTTP_PROXY 15 | # unset HTTPS_PROXY 16 | # unset no_proxy 17 | # unset NO_PROXY 18 | # } 19 | # echo_proxy () { 20 | # echo http_proxy $http_proxy 21 | # echo https_proxy $https_proxy 22 | # echo HTTP_PROXY $HTTP_PROXY 23 | # echo HTTPS_PROXY $HTTPS_PROXY 24 | # echo no_proxy $no_proxy 25 | # echo NO_PROXY $NO_PROXY 26 | # } 27 | # auto_proxy() { 28 | # ping catatwork.cat.com -c 1 -w 1 > /dev/null && set_proxy || no_proxy 29 | # } 30 | 31 | # 101 Network is unreachable 32 | 33 | /home/u_walkews/miniconda3/bin/aws s3 ls &> /dev/null && \ 34 | echo %{T5}%{F#ffcc00} %{F-}%{T-}|| \ 35 | ( echo %{T5}%{F#473032} %{F-}%{T-} && exit 101 ) 36 | -------------------------------------------------------------------------------- /bin/.local/bin/launch_polybar: -------------------------------------------------------------------------------- 1 | pkill polybar 2 | 3 | if type "xrandr"; then 4 | for m in $(xrandr --query | grep " connected" | cut -d" " -f1); do 5 | MONITOR=$m polybar --reload `cat ~/.config/polybar/mybar.txt` & 6 | done 7 | else 8 | polybar `cat ~/.config/polybar/mybar.txt` & 9 | fi 10 | -------------------------------------------------------------------------------- /bin/.local/bin/reattach-keeb: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | 3 | xinput reattach $(xinput list --id-only "AT Translated Set 2 keyboard") $(xinput list --id-only "Virtual core keyboard") | notify-send "laptop keeb reattached" -i ~/Pictures/8bitcc.png 4 | 5 | -------------------------------------------------------------------------------- /bin/.local/bin/rofi_polybar: -------------------------------------------------------------------------------- 1 | MYBAR=`echo "example\nhome\nmin\ntitle\ntwitch" | rofi -dmenu` 2 | echo $MYBAR > ~/.config/polybar/mybar.txt 3 | launch_polybar 4 | -------------------------------------------------------------------------------- /bin/.local/bin/tmux-urls: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | 3 | capture-all-panes () { 4 | for pane in `tmux list-pane -a -F "#S:#I"`; do 5 | tmux capture-pane -t $pane -p; 6 | echo '========================================'; 7 | done 8 | } 9 | 10 | url=`capture-all-panes | egrep -o 'https?://[^ ]+' | sort | uniq | fzf --header tmux-urls` 11 | 12 | if [ -z "$url" ] 13 | then 14 | echo "no url was selected" 15 | else 16 | brave ${url} 17 | fi 18 | -------------------------------------------------------------------------------- /bin/.local/bin/todo: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | todo () { 3 | export filter=`basename $PWD` 4 | ( 5 | cd ~/work/todo && /home/u_walkews/work/todo/.venv/bin/markata todoui --global-filter "'$filter' in tags" 6 | ) 7 | } 8 | 9 | todo 10 | -------------------------------------------------------------------------------- /bin/.local/bin/update-gratitude: -------------------------------------------------------------------------------- 1 | current=`awk '{print $2}' ~/.copier-templates/gratitude/copier.yml | head -n 1` 2 | new=`expr $current + 1` 3 | echo $current 4 | echo $new 5 | sed -i "s/$current/$new/g" ~/.copier-templates/gratitude/copier.yml 6 | -------------------------------------------------------------------------------- /bin/.local/bin/wallpaper: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | 3 | ls ~/.config/awesome/wallpaper | fzf --preview-window=bottom,1 --preview="feh --bg-scale ~/.config/awesome/wallpaper/{}" | xargs -I {} feh --bg-scale ~/.config/awesome/wallpaper/{} 4 | -------------------------------------------------------------------------------- /bootstrap: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env/ bash 2 | # 3 | # usage 4 | # 5 | # sudo apt install curl 6 | # curl https://raw.githubusercontent.com/WaylonWalker/devtainer/main/bootstrap | bash 7 | # 8 | 9 | export PATH=$PATH:~/.local/bin 10 | export ANSIBLE_LOCALHOST_WARNING=False 11 | 12 | sudo apt update 13 | sudo apt upgrade 14 | 15 | sudo apt install git ansible -y 16 | ansible-galaxy collection install community.general 17 | git clone https://github.com/waylonwalker/devtainer ~/devtainer 18 | ansible-playbook --ask-become-pass ~/devtainer/ansible/local.yml 19 | -------------------------------------------------------------------------------- /bootstrap-arch: -------------------------------------------------------------------------------- 1 | #!/usr/bin/bash 2 | # 3 | # usage 4 | # 5 | # curl https://raw.githubusercontent.com/WaylonWalker/devtainer/main/bootstrap-arch | bash 6 | # 7 | 8 | export PATH=$PATH:~/.local/bin 9 | export ANSIBLE_LOCALHOST_WARNING=False 10 | 11 | # update the system 12 | sudo pacman -Syu 13 | 14 | # setup paru 15 | sudo pacman -S --needed base-devel 16 | sudo pacman -Syu git ansible rustup --noconfirm 17 | rustup default stable 18 | mkdir ~/third-party 19 | git clone https://aur.archlinux.org/paru.git ~/third-party/paru 20 | pushd ~/third-party/paru 21 | yes | makepkg -si 22 | popd 23 | 24 | 25 | ansible-galaxy collection install community.general 26 | 27 | [ ! -d ~/devtainer ] && git clone https://github.com/waylonwalker/devtainer ~/devtainer 28 | # ansible-playbook --ask-become-pass ~/devtainer/ansible/local.yml 29 | -------------------------------------------------------------------------------- /copier-templates/.copier-templates/blog/copier.yml: -------------------------------------------------------------------------------- 1 | _min_copier_version: v6.0.0b0 2 | title: 3 | type: str 4 | slug: 5 | type: str 6 | default: "{{ title.lower().replace(' ', '-') }}" 7 | tag1: 8 | type: str 9 | choices: 10 | - python 11 | - linux 12 | - kedro 13 | - bash 14 | - cli 15 | - tmux 16 | - webdev 17 | - vim 18 | - catalytic 19 | - data 20 | tag2: 21 | type: str 22 | choices: 23 | - python 24 | - linux 25 | - kedro 26 | - bash 27 | - cli 28 | - tmux 29 | - webdev 30 | - vim 31 | - catalytic 32 | - data 33 | tag3: 34 | type: str 35 | choices: 36 | - python 37 | - linux 38 | - kedro 39 | - bash 40 | - cli 41 | - tmux 42 | - webdev 43 | - vim 44 | - catalytic 45 | - data 46 | -------------------------------------------------------------------------------- /copier-templates/.copier-templates/blog/pages/blog/{{ slug }}.md.jinja: -------------------------------------------------------------------------------- 1 | --- 2 | date: {{ '%Y-%m-%d %H:%M:%S' | strftime }} 3 | templateKey: blog-post 4 | title: {{ title }} 5 | tags: 6 | - {{ tag1 }} 7 | - {{ tag2 }} 8 | - {{ tag3 }} 9 | published: True 10 | 11 | --- 12 | 13 | -------------------------------------------------------------------------------- /copier-templates/.copier-templates/creative-minecraft-server/docker-compose.yml: -------------------------------------------------------------------------------- 1 | version: "3.8" 2 | services: 3 | mc: 4 | container_name: walkercraft 5 | image: itzg/minecraft-server 6 | ports: 7 | - 25565:25565 8 | environment: 9 | EULA: "TRUE" 10 | tty: true 11 | stdin_open: true 12 | restart: unless-stopped 13 | volumes: 14 | - ./minecraft-data:/data 15 | volumes: 16 | data: 17 | -------------------------------------------------------------------------------- /copier-templates/.copier-templates/direnvhatch/copier.yml: -------------------------------------------------------------------------------- 1 | _min_copier_version: v6.0.0b0 2 | _tasks: 3 | - "direnv allow" 4 | -------------------------------------------------------------------------------- /copier-templates/.copier-templates/direnvvenv/.envrc: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | # shortcut for creating new virtual environments 3 | venvnew() { 4 | python3 -m venv .venv --prompt $(basename $PWD) 5 | source .venv/bin/activate 6 | 7 | python3 -m pip install pip --upgrade 8 | 9 | if [ -d "src" ]; then 10 | pip install -e "src[all]" || \ 11 | pip install -e "src[dev]" || \ 12 | pip install -e "src" 13 | elif [[ -f "setup.py" ]]; then 14 | pip install -e . 15 | elif [[ -f "requirements.txt" ]]; then 16 | pip install -r requirements.txt 17 | fi 18 | 19 | if [[ -f ".pre-commit-config.yaml" ]]; then 20 | pip install pre-commit 21 | pre-commit install 22 | fi 23 | 24 | pip show kedro > /dev/null 2>&1 && pip install kedro-lsp 25 | 26 | pip install \ 27 | black \ 28 | flake8 \ 29 | ipython \ 30 | isort \ 31 | lolcat \ 32 | mypy \ 33 | pyflyby \ 34 | rich \ 35 | rope \ 36 | jedi-language-server \ 37 | 'python-lsp-server[all]' 38 | } 39 | 40 | source .venv/bin/activate > /dev/null 2>&1 || venvnew 41 | 42 | echo $(basename $PWD) | lolcat 43 | -------------------------------------------------------------------------------- /copier-templates/.copier-templates/direnvvenv/copier.yml: -------------------------------------------------------------------------------- 1 | _min_copier_version: v6.0.0b0 2 | _tasks: 3 | - "direnv allow" 4 | -------------------------------------------------------------------------------- /copier-templates/.copier-templates/gratitude/copier.yml: -------------------------------------------------------------------------------- 1 | num: 199 2 | _answers_file: .gratitude-copier-answers.yml 3 | _tasks: 4 | - "update-gratitude" 5 | -------------------------------------------------------------------------------- /copier-templates/.copier-templates/gratitude/pages/gratitude/gratitude-{{num}}.md.jinja: -------------------------------------------------------------------------------- 1 | --- 2 | date: {{ '%Y-%m-%d %H:%M:%S' | strftime }} 3 | templateKey: gratitude 4 | title: Gratitude {{ num }} 5 | 6 | --- 7 | 8 | -------------------------------------------------------------------------------- /copier-templates/.copier-templates/minecraft-server/docker-compose.yml: -------------------------------------------------------------------------------- 1 | version: "3.8" 2 | services: 3 | mc: 4 | container_name: walkercraft 5 | image: itzg/minecraft-server 6 | ports: 7 | - 25565:25565 8 | environment: 9 | EULA: "TRUE" 10 | TYPE: "FORGE" 11 | VERSION: 1.16.5 12 | MODS_FILE: /extras/mods.txt 13 | REMOVE_OLD_MODS: "true" 14 | tty: true 15 | stdin_open: true 16 | restart: unless-stopped 17 | ports: 18 | - 25565:25565 19 | volumes: 20 | - ./minecraft-data:/data 21 | - ./mods.txt:/extras/mods.txt:ro 22 | volumes: 23 | data: 24 | -------------------------------------------------------------------------------- /copier-templates/.copier-templates/pytool-template: -------------------------------------------------------------------------------- 1 | pytool-template -------------------------------------------------------------------------------- /copier-templates/.copier-templates/release-workflow/.github/workflows/release.yml.jinja: -------------------------------------------------------------------------------- 1 | name: Release 2 | on: 3 | workflow_dispatch: 4 | push: 5 | paths: 6 | - "[[ package_name ]]/**" 7 | - "pyproject.toml" 8 | env: 9 | HATCH_INDEX_USER: __token__ 10 | HATCH_INDEX_AUTH: ${{ secrets.pypi_password }} 11 | jobs: 12 | release: 13 | runs-on: ubuntu-latest 14 | steps: 15 | - uses: actions/checkout@v3 16 | - uses: waylonwalker/hatch-action@v3 17 | with: 18 | before-command: "test-lint" 19 | env: 20 | GH_TOKEN: ${{ github.token }} 21 | -------------------------------------------------------------------------------- /copier-templates/.copier-templates/release-workflow/copier.yml: -------------------------------------------------------------------------------- 1 | _min_copier_version: v6.0.0b0 2 | _envops: 3 | variable_end_string: "]]" 4 | variable_start_string: "[[" 5 | package_name: 6 | -------------------------------------------------------------------------------- /copier-templates/.copier-templates/setup.py/copier.yml: -------------------------------------------------------------------------------- 1 | _min_copier_version: v6.0.0b0 2 | package_name: 3 | python_package: "{{ package_name.replace(' ', '_').replace('-', '_').lower() }}" 4 | author_name: Waylon Walker 5 | author_github: waylonwalker 6 | description: 7 | framework: 8 | choices: 9 | - '"Framework :: Kedro",' 10 | - '"Framework :: Markata",' 11 | - '' 12 | keywords: 13 | choices: 14 | - 'keywords="pipelines, machine learning, data pipelines, data science, data engineering",' 15 | - '' 16 | _answers_file: .setup-py-copier-answers.yml 17 | -------------------------------------------------------------------------------- /copier-templates/.copier-templates/setup.py/{{ _copier_conf.answers_file }}.jinja: -------------------------------------------------------------------------------- 1 | # Changes here will be overwritten by Copier; NEVER EDIT MANUALLY 2 | {{ _copier_answers|to_nice_yaml }} 3 | -------------------------------------------------------------------------------- /copier-templates/.copier-templates/tailwind-init/tailwind.config.js: -------------------------------------------------------------------------------- 1 | /** @type {import('tailwindcss').Config} */ 2 | module.exports = { 3 | content: ["templates/**/*.html"], 4 | theme: { 5 | extend: {}, 6 | }, 7 | } 8 | -------------------------------------------------------------------------------- /copier-templates/.copier-templates/til/copier.yml: -------------------------------------------------------------------------------- 1 | _min_copier_version: v6.0.0b0 2 | title: 3 | type: str 4 | slug: 5 | type: str 6 | default: "{{ title.lower().replace(' ', '-') }}" 7 | tag1: 8 | type: str 9 | choices: 10 | - python 11 | - linux 12 | - kedro 13 | - bash 14 | - cli 15 | - tmux 16 | - webdev 17 | - vim 18 | - catalytic 19 | - data 20 | -------------------------------------------------------------------------------- /copier-templates/.copier-templates/til/pages/til/{{ slug }}.md.jinja: -------------------------------------------------------------------------------- 1 | --- 2 | date: {{ '%Y-%m-%d %H:%M:%S' | strftime }} 3 | templateKey: til 4 | title: {{ title }} 5 | published: true 6 | tags: 7 | - {{ tag1 }} 8 | 9 | --- 10 | 11 | -------------------------------------------------------------------------------- /copier-templates/.copier-templates/todo/copier.yml: -------------------------------------------------------------------------------- 1 | _min_copier_version: v6.0.0b0 2 | title: 3 | type: str 4 | priority: 5 | type: int 6 | default: 0 7 | slug: 8 | type: str 9 | default: "{{ title.lower().replace(' ', '-') }}" 10 | tag1: 11 | type: str 12 | tag2: 13 | type: str 14 | tag3: 15 | type: str 16 | -------------------------------------------------------------------------------- /copier-templates/.copier-templates/todo/tasks/{{ slug }}.md.jinja: -------------------------------------------------------------------------------- 1 | --- 2 | date: {{ '%Y-%m-%d %H:%M:%S' | strftime }} 3 | priority: 0 4 | status: todo 5 | tags: 6 | - {{ tag1 }} 7 | - {{ tag2 }} 8 | - {{ tag3 }} 9 | templateKey: task 10 | title: {{ title }} 11 | --- 12 | -------------------------------------------------------------------------------- /copier-templates/.copier-templates/vanilla-minecraft-server/docker-compose.yml: -------------------------------------------------------------------------------- 1 | version: "3.8" 2 | services: 3 | mc: 4 | container_name: walkercraft 5 | image: itzg/minecraft-server 6 | ports: 7 | - 25565:25565 8 | environment: 9 | EULA: "TRUE" 10 | tty: true 11 | stdin_open: true 12 | restart: unless-stopped 13 | volumes: 14 | - ./minecraft-data:/data 15 | volumes: 16 | data: 17 | -------------------------------------------------------------------------------- /docker/Dockerfile.alpine: -------------------------------------------------------------------------------- 1 | FROM alpine:edge 2 | RUN apk add git lazygit neovim ripgrep g++ --update && \ 3 | git clone https://github.com/LazyVim/starter ~/.config/nvim && \ 4 | nvim --headless +qall 5 | -------------------------------------------------------------------------------- /docker/Dockerfile.gatsby: -------------------------------------------------------------------------------- 1 | From waylonwalker/devtainer:latest 2 | 3 | RUN npm i -g gatsby gatsby-cli 4 | -------------------------------------------------------------------------------- /docker/bambu-studio.containerfile: -------------------------------------------------------------------------------- 1 | FROM ghcr.io/ublue-os/arch-distrobox 2 | 3 | RUN pacman -Syu --noconfirm 4 | # Create build user 5 | RUN useradd -m --shell=/bin/bash build && usermod -L build && \ 6 | echo "build ALL=(ALL) NOPASSWD: ALL" >> /etc/sudoers && \ 7 | echo "root ALL=(ALL) NOPASSWD: ALL" >> /etc/sudoers 8 | 9 | USER build 10 | WORKDIR /home/build 11 | RUN paru -S --noconfirm bambustudio-bin 12 | -------------------------------------------------------------------------------- /docker/windsurf.containerfile: -------------------------------------------------------------------------------- 1 | FROM ghcr.io/ublue-os/arch-distrobox 2 | 3 | RUN pacman -Syu --noconfirm 4 | # Create build user 5 | RUN useradd -m --shell=/bin/bash build && usermod -L build && \ 6 | echo "build ALL=(ALL) NOPASSWD: ALL" >> /etc/sudoers && \ 7 | echo "root ALL=(ALL) NOPASSWD: ALL" >> /etc/sudoers 8 | 9 | USER build 10 | WORKDIR /home/build 11 | RUN paru -S --noconfirm windsurf 12 | -------------------------------------------------------------------------------- /dotfiles/.alias.local: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WaylonWalker/devtainer/7fcf1e9894f8256f8a118a89828f97eb0c74eac4/dotfiles/.alias.local -------------------------------------------------------------------------------- /dotfiles/.config/obs-studio/basic/profiles/Untitled/basic.ini: -------------------------------------------------------------------------------- 1 | [General] 2 | Name=Untitled 3 | 4 | [Video] 5 | BaseCX=1920 6 | BaseCY=1080 7 | OutputCX=1920 8 | OutputCY=1080 9 | FPSType=0 10 | FPSCommon=60 11 | 12 | [SimpleOutput] 13 | VBitrate=6000 14 | StreamEncoder=x264 15 | RecEncoder=nvenc 16 | RecQuality=Small 17 | 18 | [Output] 19 | Mode=Advanced 20 | 21 | [AdvOut] 22 | TrackIndex=1 23 | RecType=Standard 24 | RecTracks=1 25 | FFOutputToFile=true 26 | FFFormat= 27 | FFFormatMimeType= 28 | FFVEncoderId=0 29 | FFVEncoder= 30 | FFAEncoderId=0 31 | FFAEncoder= 32 | FFAudioTrack=1 33 | RecRB=true 34 | RecRBTime=360 35 | 36 | [Stats] 37 | geometry=AdnQywACAAAAAADyAAAD6wAABBEAAAUgAAAA8gAABAkAAAQRAAAFIAAAAAAAAAAACgA= 38 | -------------------------------------------------------------------------------- /dotfiles/.config/obs-studio/global.ini: -------------------------------------------------------------------------------- 1 | [General] 2 | Pre19Defaults=false 3 | Pre21Defaults=false 4 | FirstRun=true 5 | LastVersion=352321538 6 | CurrentTheme=Dark 7 | 8 | [BasicWindow] 9 | geometry=AdnQywACAAAAAAGJAAAAaQAABb8AAANgAAABiQAAAIcAAAW/AAADYAAAAAAAAAAAB4A= 10 | DockState=AAAA/wAAAAD9AAAAAQAAAAMAAAQ3AAAA7PwBAAAABfsAAAAUAHMAYwBlAG4AZQBzAEQAbwBjAGsBAAAAAAAAAMEAAACoAP////sAAAAWAHMAbwB1AHIAYwBlAHMARABvAGMAawEAAADHAAAAwAAAAKgA////+wAAABIAbQBpAHgAZQByAEQAbwBjAGsBAAABjQAAAQIAAADkAP////sAAAAeAHQAcgBhAG4AcwBpAHQAaQBvAG4AcwBEAG8AYwBrAQAAApUAAADSAAAAuQD////7AAAAGABjAG8AbgB0AHIAbwBsAHMARABvAGMAawEAAANtAAAAygAAALMA////AAAENwAAAbkAAAAEAAAABAAAAAgAAAAI/AAAAAA= 11 | PreviewEnabled=true 12 | AlwaysOnTop=false 13 | SceneDuplicationMode=true 14 | SwapScenesMode=true 15 | EditPropertiesMode=false 16 | PreviewProgramMode=false 17 | DocksLocked=true 18 | WarnBeforeStartingStream=false 19 | WarnBeforeStoppingStream=false 20 | HideProjectorCursor=false 21 | ProjectorAlwaysOnTop=false 22 | 23 | [Basic] 24 | SceneCollection=Untitled 25 | SceneCollectionFile=Untitled 26 | 27 | [PropertiesWindow] 28 | cx=720 29 | cy=580 30 | -------------------------------------------------------------------------------- /dotfiles/.config/obs-studio/plugin_config/rtmp-services/meta.json: -------------------------------------------------------------------------------- 1 | { 2 | "etag": "\"60b68391-7a\"" 3 | } -------------------------------------------------------------------------------- /dotfiles/.config/obs-studio/plugin_config/rtmp-services/package.json: -------------------------------------------------------------------------------- 1 | {"url":"https://obsproject.com/obs2_update/rtmp-services","version":176,"files":[{"name":"services.json","version":176}]} 2 | -------------------------------------------------------------------------------- /dotfiles/.config/qmk/qmk.ini: -------------------------------------------------------------------------------- 1 | [compile] 2 | keymap = default 3 | keyboard = crkbd/rev1 4 | 5 | [user] 6 | keyboard = crkbd/rev1 7 | keymap = default 8 | 9 | [multibuild] 10 | keymap = default 11 | 12 | [config] 13 | 14 | [clone] 15 | 16 | [env] 17 | 18 | [setup] 19 | 20 | [cformat] 21 | 22 | [console] 23 | 24 | [docs] 25 | 26 | [flash] 27 | 28 | [generate_config_h] 29 | 30 | [generate_dfu_header] 31 | 32 | [generate_info_json] 33 | 34 | [generate_keyboard_h] 35 | 36 | [generate_layouts] 37 | 38 | [generate_rules_mk] 39 | 40 | [hello] 41 | 42 | [info] 43 | 44 | [lint] 45 | 46 | [list_keymaps] 47 | 48 | [kle2json] 49 | 50 | [new_keymap] 51 | 52 | [general] 53 | 54 | -------------------------------------------------------------------------------- /dotfiles/.pdbrc: -------------------------------------------------------------------------------- 1 | import rlcompleter 2 | __import__('pdb').Pdb.complete = rlcompleter.Completer(locals()).complete 3 | -------------------------------------------------------------------------------- /git/.gitconfig: -------------------------------------------------------------------------------- 1 | [credential "https://github.com"] 2 | helper = 3 | helper = !gh auth git-credential 4 | [credential] 5 | helper = store 6 | [user] 7 | name = Waylon S. Walker 8 | email = waylon@waylonwalker.com 9 | signingkey = 66E2BF2B4190EFE4 10 | [core] 11 | ; editor = nvim -u ~/.config/nvim/init.vim -c startinsert 12 | editor = nvim -c startinsert 13 | excludesfile = ~/.global-gitignore 14 | pager = bat --style=plain 15 | [init] 16 | defaultBranch = main 17 | [push] 18 | default = current 19 | [rebase] 20 | autoStash = true 21 | [pull] 22 | rebase = true 23 | [includeIf "gitdir:~/work/"] 24 | path = ~/.gitconfig-work 25 | [includeIf "gitdir:~/git/"] 26 | path = ~/.gitconfig-git 27 | [commit] 28 | gpgsign = true 29 | [help] 30 | autocorrect = 10 31 | [color] 32 | pager = no 33 | [pager] 34 | diff = bat --plain 35 | [alias] 36 | squash-all = "!f(){ git reset $(git commit-tree HEAD^{tree} -m \"${1:-A new start}\");};f" 37 | restage = !git diff --name-only --cached | xargs git add 38 | -------------------------------------------------------------------------------- /git/.gitconfig-git: -------------------------------------------------------------------------------- 1 | [user] 2 | name = Waylon S. Walker 3 | email = waylon@waylonwalker.com 4 | -------------------------------------------------------------------------------- /git/.gitconfig-work: -------------------------------------------------------------------------------- 1 | [user] 2 | name = Waylon S. Walker 3 | email = walker_waylon_s@cat.com 4 | -------------------------------------------------------------------------------- /git/.global-gitignore: -------------------------------------------------------------------------------- 1 | Session.vim 2 | .python-version 3 | .envrc 4 | markout 5 | .markata.cache 6 | .pyflyby 7 | .copier-defaults 8 | .venv*/ 9 | .python-version 10 | -------------------------------------------------------------------------------- /gtk/.config/gtk-3.0/settings.ini: -------------------------------------------------------------------------------- 1 | [Settings] 2 | gtk-theme-name=Qogir-dark 3 | gtk-icon-theme-name=Qogir 4 | gtk-font-name=Sans 10 5 | gtk-cursor-theme-name=Qogir-ubuntu 6 | gtk-cursor-theme-size=0 7 | gtk-toolbar-style=GTK_TOOLBAR_BOTH 8 | gtk-toolbar-icon-size=GTK_ICON_SIZE_LARGE_TOOLBAR 9 | gtk-button-images=1 10 | gtk-menu-images=1 11 | gtk-enable-event-sounds=1 12 | gtk-enable-input-feedback-sounds=1 13 | gtk-xft-antialias=1 14 | gtk-xft-hinting=1 15 | gtk-xft-hintstyle=hintfull 16 | -------------------------------------------------------------------------------- /gtk/.gtkrc-2.0: -------------------------------------------------------------------------------- 1 | # DO NOT EDIT! This file will be overwritten by LXAppearance. 2 | # Any customization should be done in ~/.gtkrc-2.0.mine instead. 3 | 4 | gtk-theme-name="Qogir-dark" 5 | gtk-icon-theme-name="Qogir" 6 | gtk-font-name="Sans 10" 7 | gtk-cursor-theme-name="Qogir-ubuntu" 8 | gtk-cursor-theme-size=0 9 | gtk-toolbar-style=GTK_TOOLBAR_BOTH 10 | gtk-toolbar-icon-size=GTK_ICON_SIZE_LARGE_TOOLBAR 11 | gtk-button-images=1 12 | gtk-menu-images=1 13 | gtk-enable-event-sounds=1 14 | gtk-enable-input-feedback-sounds=1 15 | gtk-xft-antialias=1 16 | gtk-xft-hinting=1 17 | gtk-xft-hintstyle="hintfull" 18 | -------------------------------------------------------------------------------- /helix/.config/helix/languages.toml: -------------------------------------------------------------------------------- 1 | [[language]] 2 | name = "python" 3 | language-servers = ["pylsp"] 4 | roots = [".git"] 5 | workspace-lsp-roots = ["src/updater"] 6 | auto-format = true 7 | 8 | [language-server.pylsp.config.pylsp.plugins] 9 | flake8 = {enabled = true, ignore = ["E501"]} 10 | autopep8 = {enabled = false} 11 | mccabe = {enabled = false} 12 | pycodestyle = {enabled = false} 13 | pyflakes = {enabled = false} 14 | pylint = {enabled = false} 15 | yapf = {enabled = false} 16 | ruff = { enabled = false} 17 | 18 | [language.formatter] 19 | command = "ruff" 20 | args = ["format", "--line-length", "88", "-"] 21 | -------------------------------------------------------------------------------- /helix/.config/helix/themes/dracula_transparant.toml: -------------------------------------------------------------------------------- 1 | inherits = "dracula" 2 | "ui.background" = { fg = "foreground" } 3 | "ui.menu" = { fg = "white" } 4 | "ui.popup" = { fg = "white" } 5 | "ui.window" = { fg = "white" } 6 | "ui.help" = { fg = "light-gray" } 7 | 8 | "ui.statusline" = { fg = "gray" } 9 | "ui.statusline.inactive" = { fg = "black" } 10 | -------------------------------------------------------------------------------- /install-clis.sh: -------------------------------------------------------------------------------- 1 | i () { 2 | pushd ~/.local/bin 3 | echo $i_progs | grep $1 | xargs -I {} curl https://i.wayl.one/{} | bash 4 | popd 5 | } 6 | 7 | i_progs=" 8 | sharkdp/bat 9 | neovim/neovim?as=nvim 10 | bootandy/dust 11 | ogham/exa 12 | sharkdp/fd 13 | dalance/procs 14 | chmln/sd 15 | BurntSushi/ripgrep 16 | BurntSushi/ripgrep?as=rg 17 | cjbassi/ytop 18 | dbrgn/tealdeer 19 | imsnif/bandwhich 20 | pemistahl/grex 21 | starship/starship 22 | imsnif/diskonaut 23 | zellij-org/zellij 24 | topgrade-rs/topgrade 25 | ducaale/xh 26 | sirwart/ripsecrets 27 | atuinsh/atuin 28 | ogham/dog 29 | kovidgoyal/kitty 30 | sharkdp/pastel 31 | mgdm/htmlq 32 | go-task/task 33 | sharkdp/fd 34 | containers/podman 35 | cli/cli?as=gh 36 | jesseduffield/lazygit 37 | extrawurst/gitui 38 | amrdeveloper/gql 39 | " 40 | 41 | pipx_progs=" 42 | glances 43 | httpx 44 | httpie 45 | saws 46 | mycli 47 | pgcli 48 | litecli 49 | copier 50 | cookiecutter 51 | black 52 | ruff 53 | python-lsp-server 54 | jedi-language-server 55 | mypy 56 | flake8 57 | pyflyby 58 | ipython 59 | " 60 | 61 | mkdir -p ~/.local/bin 62 | pushd ~/.local/bin 63 | 64 | echo "$i_progs" | parallel -j+0 "curl https://i.wayl.one/{} | bash" 65 | 66 | popd 67 | -------------------------------------------------------------------------------- /installer/avencera_rustywind.sh: -------------------------------------------------------------------------------- 1 | echo 'no downloads found for this release' 2 | -------------------------------------------------------------------------------- /installer/install_kubectl.sh: -------------------------------------------------------------------------------- 1 | curl -LO "https://dl.k8s.io/release/$(curl -L -s https://dl.k8s.io/release/stable.txt)/bin/linux/amd64/kubectl" 2 | -------------------------------------------------------------------------------- /installer/install_terraform.sh: -------------------------------------------------------------------------------- 1 | 2 | 3 | # install terraform 4 | curl https://releases.hashicorp.com/terraform/1.9.8/terraform_1.9.8_linux_amd64.zip -o terraform.zip 5 | unzip terraform.zip 6 | chmod +x terraform 7 | if [ /home/waylon/devtainer != /usr/local/bin ]; then 8 | mv terraform /usr/local/bin 9 | fi 10 | 11 | -------------------------------------------------------------------------------- /installer/install_windsurf.sh: -------------------------------------------------------------------------------- 1 | 2 | sudo gpg --dearmor -o /usr/share/keyrings/windsurf-stable-archive-keyring.gpg /installer/windsurf.gpg 3 | echo "deb [signed-by=/usr/share/keyrings/windsurf-stable-archive-keyring.gpg arch=amd64] https://windsurf-stable.codeiumdata.com/wVxQEIWkwPUEAGf3/apt stable main" | sudo tee /etc/apt/sources.list.d/windsurf.list > /dev/null 4 | 5 | -------------------------------------------------------------------------------- /installer/johanhaleby_kubetail.sh: -------------------------------------------------------------------------------- 1 | echo 'no assets found' 2 | -------------------------------------------------------------------------------- /installer/packwiz_packwiz.sh: -------------------------------------------------------------------------------- 1 | echo 'not found: url https://api.github.com/repos/packwiz/packwiz/releases/latest' 2 | -------------------------------------------------------------------------------- /installer/sirwart_ripsecrets.sh: -------------------------------------------------------------------------------- 1 | echo 'no assets found' 2 | -------------------------------------------------------------------------------- /ipython/.ipython/profile_default/startup/10_q.py: -------------------------------------------------------------------------------- 1 | q = exit 2 | -------------------------------------------------------------------------------- /ipython/.ipython/profile_default/startup/README: -------------------------------------------------------------------------------- 1 | This is the IPython startup directory 2 | 3 | .py and .ipy files in this directory will be run *prior* to any code or files specified 4 | via the exec_lines or exec_files configurables whenever you load this profile. 5 | 6 | Files will be run in lexicographical order, so you can control the execution order of files 7 | with a prefix, e.g.:: 8 | 9 | 00-first.py 10 | 50-middle.py 11 | 99-last.ipy 12 | -------------------------------------------------------------------------------- /kitty/.config/kitty/kitty-themes/3024_Day.conf: -------------------------------------------------------------------------------- 1 | background #f7f7f7 2 | foreground #494542 3 | cursor #494542 4 | selection_background #a4a1a1 5 | color0 #090200 6 | color8 #5b5754 7 | color1 #da2c20 8 | color9 #e8bacf 9 | color2 #00a152 10 | color10 #3a3332 11 | color3 #fcec02 12 | color11 #494542 13 | color4 #00a0e4 14 | color12 #7f7c7b 15 | color5 #a06994 16 | color13 #d6d4d3 17 | color6 #b5e4f4 18 | color14 #ccab53 19 | color7 #a4a1a1 20 | color15 #f7f7f7 21 | selection_foreground #f7f7f7 22 | -------------------------------------------------------------------------------- /kitty/.config/kitty/kitty-themes/3024_Night.conf: -------------------------------------------------------------------------------- 1 | background #090200 2 | foreground #a4a1a1 3 | cursor #a4a1a1 4 | selection_background #494542 5 | color0 #090200 6 | color8 #5b5754 7 | color1 #da2c20 8 | color9 #e8bacf 9 | color2 #00a152 10 | color10 #3a3332 11 | color3 #fcec02 12 | color11 #494542 13 | color4 #00a0e4 14 | color12 #7f7c7b 15 | color5 #a06994 16 | color13 #d6d4d3 17 | color6 #b5e4f4 18 | color14 #ccab53 19 | color7 #a4a1a1 20 | color15 #f7f7f7 21 | selection_foreground #090200 22 | -------------------------------------------------------------------------------- /kitty/.config/kitty/kitty-themes/AdventureTime.conf: -------------------------------------------------------------------------------- 1 | background #1e1c44 2 | foreground #f8dbc0 3 | cursor #eebf37 4 | selection_background #6f6a4e 5 | color0 #050404 6 | color8 #4e7bbf 7 | color1 #bc0013 8 | color9 #fc5e59 9 | color2 #49b117 10 | color10 #9dff6e 11 | color3 #e6741d 12 | color11 #efc11a 13 | color4 #0f49c6 14 | color12 #1896c6 15 | color5 #665992 16 | color13 #9a5952 17 | color6 #6fa497 18 | color14 #c8f9f3 19 | color7 #f8dbc0 20 | color15 #f5f4fb 21 | selection_foreground #1e1c44 22 | -------------------------------------------------------------------------------- /kitty/.config/kitty/kitty-themes/Afterglow.conf: -------------------------------------------------------------------------------- 1 | background #202020 2 | foreground #d0d0d0 3 | cursor #d0d0d0 4 | selection_background #303030 5 | color0 #151515 6 | color8 #505050 7 | color1 #ac4142 8 | color9 #ac4142 9 | color2 #7e8d50 10 | color10 #7e8d50 11 | color3 #e5b566 12 | color11 #e5b566 13 | color4 #6c99ba 14 | color12 #6c99ba 15 | color5 #9e4e85 16 | color13 #9e4e85 17 | color6 #7dd5cf 18 | color14 #7dd5cf 19 | color7 #d0d0d0 20 | color15 #f5f5f5 21 | selection_foreground #202020 22 | -------------------------------------------------------------------------------- /kitty/.config/kitty/kitty-themes/AlienBlood.conf: -------------------------------------------------------------------------------- 1 | background #0f160f 2 | foreground #637d75 3 | cursor #73f990 4 | selection_background #1d4025 5 | color0 #112615 6 | color8 #3c4711 7 | color1 #7f2b26 8 | color9 #df8008 9 | color2 #2f7e25 10 | color10 #18e000 11 | color3 #707f23 12 | color11 #bde000 13 | color4 #2f697f 14 | color12 #00a9df 15 | color5 #47577e 16 | color13 #0058df 17 | color6 #317f76 18 | color14 #00dfc3 19 | color7 #647d75 20 | color15 #73f990 21 | selection_foreground #0f160f 22 | -------------------------------------------------------------------------------- /kitty/.config/kitty/kitty-themes/Alucard.conf: -------------------------------------------------------------------------------- 1 | background #222330 2 | foreground #cef3ff 3 | cursor #ffffff 4 | selection_background #44475a 5 | color0 #000000 6 | color8 #545454 7 | color1 #ff5555 8 | color9 #ff5454 9 | color2 #fa0074 10 | color10 #50fa7b 11 | color3 #7f0a1f 12 | color11 #f0fa8b 13 | color4 #3282ff 14 | color12 #1200f8 15 | color5 #1b3cff 16 | color13 #ff78c5 17 | color6 #0037fc 18 | color14 #8ae9fc 19 | color7 #bbbbbb 20 | color15 #ffffff 21 | selection_foreground #222330 22 | -------------------------------------------------------------------------------- /kitty/.config/kitty/kitty-themes/Apprentice.conf: -------------------------------------------------------------------------------- 1 | # Apprentice by Romain Lafourcade, https://github.com/romainl 2 | # This work is licensed under the terms of the MIT license. 3 | # For a copy, see https://opensource.org/licenses/MIT. 4 | 5 | cursor #c7c7c7 6 | cursor_text_color #feffff 7 | selection_foreground #3e3e3e 8 | selection_background #c1ddff 9 | foreground #c8c8c8 10 | background #323232 11 | color0 #252525 12 | color8 #555555 13 | color1 #be7472 14 | color9 #ff9900 15 | color2 #709772 16 | color10 #97bb98 17 | color3 #989772 18 | color11 #fefdbc 19 | color4 #7199bc 20 | color12 #9fbdde 21 | color5 #727399 22 | color13 #989abc 23 | color6 #719899 24 | color14 #6fbbbc 25 | color7 #7f7f7f 26 | color15 #feffff 27 | -------------------------------------------------------------------------------- /kitty/.config/kitty/kitty-themes/Argonaut.conf: -------------------------------------------------------------------------------- 1 | background #0d0f18 2 | foreground #fffaf3 3 | cursor #ff0017 4 | selection_background #002a3a 5 | color0 #222222 6 | color8 #444444 7 | color1 #ff000f 8 | color9 #ff273f 9 | color2 #8ce00a 10 | color10 #abe05a 11 | color3 #ffb900 12 | color11 #ffd141 13 | color4 #008df8 14 | color12 #0092ff 15 | color5 #6c43a5 16 | color13 #9a5feb 17 | color6 #00d7eb 18 | color14 #67ffef 19 | color7 #ffffff 20 | color15 #ffffff 21 | selection_foreground #0d0f18 22 | -------------------------------------------------------------------------------- /kitty/.config/kitty/kitty-themes/Arthur.conf: -------------------------------------------------------------------------------- 1 | background #1c1c1c 2 | foreground #ddeedd 3 | cursor #e2bbef 4 | selection_background #4d4d4d 5 | color0 #3d352a 6 | color8 #554444 7 | color1 #cd5c5c 8 | color9 #cc5533 9 | color2 #86af80 10 | color10 #88aa22 11 | color3 #e8ae5b 12 | color11 #ffa75d 13 | color4 #6495ed 14 | color12 #87ceeb 15 | color5 #deb887 16 | color13 #996600 17 | color6 #b0c4de 18 | color14 #b0c4de 19 | color7 #bbaa99 20 | color15 #ddccbb 21 | selection_foreground #1c1c1c 22 | -------------------------------------------------------------------------------- /kitty/.config/kitty/kitty-themes/AtelierSulphurpool.conf: -------------------------------------------------------------------------------- 1 | background #202745 2 | foreground #969cb3 3 | cursor #969cb3 4 | selection_background #5e6686 5 | color0 #202745 6 | color8 #6a7394 7 | color1 #c84821 8 | color9 #c76a28 9 | color2 #ab9639 10 | color10 #283256 11 | color3 #c08a2f 12 | color11 #5e6686 13 | color4 #3d8ed0 14 | color12 #898ea3 15 | color5 #6678cc 16 | color13 #dee1f0 17 | color6 #21a1c8 18 | color14 #9c6279 19 | color7 #969cb3 20 | color15 #f4f7ff 21 | selection_foreground #202745 22 | -------------------------------------------------------------------------------- /kitty/.config/kitty/kitty-themes/Atom.conf: -------------------------------------------------------------------------------- 1 | background #161718 2 | foreground #c4c8c5 3 | cursor #d0d0d0 4 | selection_background #444444 5 | color0 #000000 6 | color8 #000000 7 | color1 #fc5ef0 8 | color9 #fc5ef0 9 | color2 #86c38a 10 | color10 #94f936 11 | color3 #ffd6b1 12 | color11 #f5ffa7 13 | color4 #85befd 14 | color12 #95cbfe 15 | color5 #b9b5fc 16 | color13 #b9b5fc 17 | color6 #85befd 18 | color14 #85befd 19 | color7 #dfdfdf 20 | color15 #dfdfdf 21 | selection_foreground #161718 22 | -------------------------------------------------------------------------------- /kitty/.config/kitty/kitty-themes/AtomOneLight.conf: -------------------------------------------------------------------------------- 1 | background #f8f8f8 2 | foreground #2a2b33 3 | cursor #bbbbbb 4 | selection_background #ececec 5 | color0 #000000 6 | color8 #000000 7 | color1 #de3d35 8 | color9 #de3d35 9 | color2 #3e953a 10 | color10 #3e953a 11 | color3 #d2b67b 12 | color11 #d2b67b 13 | color4 #2f5af3 14 | color12 #2f5af3 15 | color5 #950095 16 | color13 #a00095 17 | color6 #3e953a 18 | color14 #3e953a 19 | color7 #bbbbbb 20 | color15 #ffffff 21 | selection_foreground #f8f8f8 22 | -------------------------------------------------------------------------------- /kitty/.config/kitty/kitty-themes/Batman.conf: -------------------------------------------------------------------------------- 1 | background #1b1d1e 2 | foreground #6e6e6e 3 | cursor #fcee0b 4 | selection_background #4d4f4c 5 | color0 #1b1d1e 6 | color8 #505354 7 | color1 #e6db43 8 | color9 #fff68d 9 | color2 #c8be46 10 | color10 #fff27c 11 | color3 #f3fd21 12 | color11 #feed6c 13 | color4 #737074 14 | color12 #909495 15 | color5 #737271 16 | color13 #9a999d 17 | color6 #615f5e 18 | color14 #a2a2a5 19 | color7 #c5c5be 20 | color15 #dadad5 21 | selection_foreground #1b1d1e 22 | -------------------------------------------------------------------------------- /kitty/.config/kitty/kitty-themes/Belafonte_Day.conf: -------------------------------------------------------------------------------- 1 | background #d4ccb9 2 | foreground #45363b 3 | cursor #45363b 4 | selection_background #958b83 5 | color0 #20111a 6 | color8 #5e5252 7 | color1 #bd100d 8 | color9 #bd100d 9 | color2 #858062 10 | color10 #858062 11 | color3 #e9a448 12 | color11 #e9a448 13 | color4 #416978 14 | color12 #416978 15 | color5 #96522b 16 | color13 #96522b 17 | color6 #98999c 18 | color14 #98999c 19 | color7 #958b83 20 | color15 #d4ccb9 21 | selection_foreground #d4ccb9 22 | -------------------------------------------------------------------------------- /kitty/.config/kitty/kitty-themes/Belafonte_Night.conf: -------------------------------------------------------------------------------- 1 | background #20111a 2 | foreground #958b83 3 | cursor #958b83 4 | selection_background #45363b 5 | color0 #20111a 6 | color8 #5e5252 7 | color1 #bd100d 8 | color9 #bd100d 9 | color2 #858062 10 | color10 #858062 11 | color3 #e9a448 12 | color11 #e9a448 13 | color4 #416978 14 | color12 #416978 15 | color5 #96522b 16 | color13 #96522b 17 | color6 #98999c 18 | color14 #98999c 19 | color7 #958b83 20 | color15 #d4ccb9 21 | selection_foreground #20111a 22 | -------------------------------------------------------------------------------- /kitty/.config/kitty/kitty-themes/BirdsOfParadise.conf: -------------------------------------------------------------------------------- 1 | background #2a1e1d 2 | foreground #dfdab7 3 | cursor #573d25 4 | selection_background #563c27 5 | color0 #573d25 6 | color8 #9a6b49 7 | color1 #be2d26 8 | color9 #e84526 9 | color2 #6ba08a 10 | color10 #94d7ba 11 | color3 #e99c29 12 | color11 #d0d04f 13 | color4 #5a86ac 14 | color12 #b8d3ed 15 | color5 #ab80a6 16 | color13 #d09dca 17 | color6 #74a5ac 18 | color14 #92ced6 19 | color7 #dfdab7 20 | color15 #fff9d4 21 | selection_foreground #2a1e1d 22 | -------------------------------------------------------------------------------- /kitty/.config/kitty/kitty-themes/Blazer.conf: -------------------------------------------------------------------------------- 1 | background #0d1925 2 | foreground #d9e5f1 3 | cursor #d9e5f1 4 | color0 #000000 5 | color8 #252525 6 | color1 #b87979 7 | color9 #dabdbd 8 | color2 #79b879 9 | color10 #bddabd 10 | color3 #b8b879 11 | color11 #dadabd 12 | color4 #7979b8 13 | color12 #bdbdda 14 | color5 #b879b8 15 | color13 #dabdda 16 | color6 #79b8b8 17 | color14 #bddada 18 | color7 #d9d9d9 19 | color15 #ffffff 20 | selection_foreground #0d1925 21 | selection_background #d9e6f2 22 | -------------------------------------------------------------------------------- /kitty/.config/kitty/kitty-themes/Borland.conf: -------------------------------------------------------------------------------- 1 | background #0000a3 2 | foreground #ffff4d 3 | cursor #ffa460 4 | selection_background #a3a3a3 5 | color0 #4e4e4e 6 | color8 #7c7c7c 7 | color1 #ff6b60 8 | color9 #ffb6b0 9 | color2 #a7ff60 10 | color10 #ceffab 11 | color3 #ffffb6 12 | color11 #ffffcb 13 | color4 #96cafd 14 | color12 #b5dcfe 15 | color5 #ff73fd 16 | color13 #ff9cfe 17 | color6 #c6c4fd 18 | color14 #dfdffe 19 | color7 #eeeeee 20 | color15 #ffffff 21 | selection_foreground #0000a3 22 | -------------------------------------------------------------------------------- /kitty/.config/kitty/kitty-themes/Bright_Lights.conf: -------------------------------------------------------------------------------- 1 | background #191919 2 | foreground #b2c8d6 3 | cursor #f34a00 4 | selection_background #b2c8d6 5 | color0 #191919 6 | color8 #191919 7 | color1 #ff355b 8 | color9 #ff355b 9 | color2 #b6e875 10 | color10 #b6e875 11 | color3 #ffc150 12 | color11 #ffc150 13 | color4 #75d3ff 14 | color12 #75d4ff 15 | color5 #b975e6 16 | color13 #b975e6 17 | color6 #6cbeb5 18 | color14 #6cbeb5 19 | color7 #c1c8d6 20 | color15 #c1c8d6 21 | selection_foreground #191919 22 | -------------------------------------------------------------------------------- /kitty/.config/kitty/kitty-themes/Broadcast.conf: -------------------------------------------------------------------------------- 1 | background #2b2b2b 2 | foreground #e5e1db 3 | cursor #ffffff 4 | selection_background #5a637e 5 | color0 #000000 6 | color8 #323232 7 | color1 #da4839 8 | color9 #ff7b6a 9 | color2 #509f50 10 | color10 #83d082 11 | color3 #ffd249 12 | color11 #ffff7b 13 | color4 #6d9cbd 14 | color12 #9fcef0 15 | color5 #cfcfff 16 | color13 #ffffff 17 | color6 #6d9cbd 18 | color14 #a0cef0 19 | color7 #ffffff 20 | color15 #ffffff 21 | selection_foreground #2b2b2b 22 | -------------------------------------------------------------------------------- /kitty/.config/kitty/kitty-themes/Brogrammer.conf: -------------------------------------------------------------------------------- 1 | background #131313 2 | foreground #d6dae4 3 | cursor #b9b9b9 4 | selection_background #1f1f1f 5 | color0 #1f1f1f 6 | color8 #d6dae4 7 | color1 #f71118 8 | color9 #de342e 9 | color2 #2cc55d 10 | color10 #1dd260 11 | color3 #ecb90f 12 | color11 #f2bd09 13 | color4 #2a84d2 14 | color12 #0f80d5 15 | color5 #4e59b7 16 | color13 #524fb9 17 | color6 #0f80d5 18 | color14 #0f7cda 19 | color7 #d6dae4 20 | color15 #ffffff 21 | selection_foreground #131313 22 | -------------------------------------------------------------------------------- /kitty/.config/kitty/kitty-themes/C64.conf: -------------------------------------------------------------------------------- 1 | background #40318d 2 | foreground #7869c4 3 | cursor #7869c4 4 | selection_background #7869c4 5 | color0 #090300 6 | color8 #000000 7 | color1 #883932 8 | color9 #883932 9 | color2 #55a049 10 | color10 #55a049 11 | color3 #bfce72 12 | color11 #bfce72 13 | color4 #40318d 14 | color12 #40318d 15 | color5 #8b3f96 16 | color13 #8a3e95 17 | color6 #67b6bd 18 | color14 #67b6bd 19 | color7 #ffffff 20 | color15 #f7f7f7 21 | selection_foreground #40318d 22 | -------------------------------------------------------------------------------- /kitty/.config/kitty/kitty-themes/CLRS.conf: -------------------------------------------------------------------------------- 1 | background #ffffff 2 | foreground #262626 3 | cursor #6fd2fc 4 | selection_background #6fd2fc 5 | color0 #000000 6 | color8 #545753 7 | color1 #f72729 8 | color9 #fb0416 9 | color2 #32895c 10 | color10 #2cc631 11 | color3 #f96f1c 12 | color11 #fcd627 13 | color4 #125ccf 14 | color12 #156ffe 15 | color5 #9f00bc 16 | color13 #e800b0 17 | color6 #32c2c0 18 | color14 #39d5ce 19 | color7 #b2b2b2 20 | color15 #ededec 21 | selection_foreground #ffffff 22 | -------------------------------------------------------------------------------- /kitty/.config/kitty/kitty-themes/Chalk.conf: -------------------------------------------------------------------------------- 1 | background #2b2c2e 2 | foreground #d2d8d9 3 | cursor #708183 4 | selection_background #e3e8ed 5 | color0 #7c8a8f 6 | color8 #888888 7 | color1 #b23a51 8 | color9 #f24840 9 | color2 #789a69 10 | color10 #80c46f 11 | color3 #b9ab4a 12 | color11 #ffeb62 13 | color4 #2a7fac 14 | color12 #4095ff 15 | color5 #bc4f5a 16 | color13 #fb5175 17 | color6 #44a799 18 | color14 #52ccbd 19 | color7 #d2d8d9 20 | color15 #d2d8d9 21 | selection_foreground #2b2c2e 22 | -------------------------------------------------------------------------------- /kitty/.config/kitty/kitty-themes/Chalkboard.conf: -------------------------------------------------------------------------------- 1 | background #29262f 2 | foreground #d9e6f2 3 | cursor #d9e6f2 4 | selection_background #073642 5 | color0 #000000 6 | color8 #323232 7 | color1 #c37372 8 | color9 #dbaaaa 9 | color2 #72c373 10 | color10 #aadbaa 11 | color3 #c2c372 12 | color11 #dadbaa 13 | color4 #7372c3 14 | color12 #aaaadb 15 | color5 #c372c2 16 | color13 #dbaada 17 | color6 #72c2c3 18 | color14 #aadadb 19 | color7 #d9d9d9 20 | color15 #ffffff 21 | selection_foreground #29262f 22 | -------------------------------------------------------------------------------- /kitty/.config/kitty/kitty-themes/Ciapre.conf: -------------------------------------------------------------------------------- 1 | background #181c27 2 | foreground #ada37a 3 | cursor #91805a 4 | selection_background #172539 5 | color0 #181818 6 | color8 #555555 7 | color1 #800009 8 | color9 #ab3834 9 | color2 #48513b 10 | color10 #a6a65d 11 | color3 #cc8a3e 12 | color11 #dcde7b 13 | color4 #566d8c 14 | color12 #2f97c6 15 | color5 #724c7c 16 | color13 #d33060 17 | color6 #5b4f4a 18 | color14 #f3dab1 19 | color7 #ada37e 20 | color15 #f3f3f3 21 | selection_foreground #181c27 22 | -------------------------------------------------------------------------------- /kitty/.config/kitty/kitty-themes/Cobalt2.conf: -------------------------------------------------------------------------------- 1 | background #122637 2 | foreground #ffffff 3 | cursor #f0cb09 4 | selection_background #18344f 5 | color0 #000000 6 | color8 #545454 7 | color1 #ff0000 8 | color9 #f40d17 9 | color2 #37dd21 10 | color10 #3bcf1d 11 | color3 #fee409 12 | color11 #ecc809 13 | color4 #1460d2 14 | color12 #5555ff 15 | color5 #ff005d 16 | color13 #ff55ff 17 | color6 #00bbbb 18 | color14 #6ae3f9 19 | color7 #bbbbbb 20 | color15 #ffffff 21 | selection_foreground #122637 22 | -------------------------------------------------------------------------------- /kitty/.config/kitty/kitty-themes/Cobalt_Neon.conf: -------------------------------------------------------------------------------- 1 | background #142838 2 | foreground #8ff586 3 | cursor #c4206f 4 | selection_background #084fb0 5 | color0 #142630 6 | color8 #fff688 7 | color1 #ff2320 8 | color9 #d4312e 9 | color2 #3aa5ff 10 | color10 #8ff586 11 | color3 #e9e75c 12 | color11 #e9f06d 13 | color4 #8ff586 14 | color12 #3c7dd2 15 | color5 #781aa0 16 | color13 #8230a7 17 | color6 #8ff586 18 | color14 #6cbc67 19 | color7 #ba45b1 20 | color15 #8ff586 21 | selection_foreground #142838 22 | -------------------------------------------------------------------------------- /kitty/.config/kitty/kitty-themes/CrayonPonyFish.conf: -------------------------------------------------------------------------------- 1 | background #140607 2 | foreground #685259 3 | cursor #685259 4 | selection_background #2a1a1c 5 | color0 #2a1a1c 6 | color8 #3c2a2e 7 | color1 #90002a 8 | color9 #c5245c 9 | color2 #579523 10 | color10 #8dff56 11 | color3 #aa301b 12 | color11 #c7371d 13 | color4 #8b87af 14 | color12 #cfc9ff 15 | color5 #682e50 16 | color13 #fb6cb9 17 | color6 #e8a766 18 | color14 #ffceae 19 | color7 #685259 20 | color15 #af949d 21 | selection_foreground #140607 22 | -------------------------------------------------------------------------------- /kitty/.config/kitty/kitty-themes/Dark_Pastel.conf: -------------------------------------------------------------------------------- 1 | background #000000 2 | foreground #ffffff 3 | cursor #bbbbbb 4 | selection_background #b5d5ff 5 | color0 #000000 6 | color8 #545454 7 | color1 #ff5555 8 | color9 #ff5555 9 | color2 #55ff55 10 | color10 #55ff55 11 | color3 #ffff55 12 | color11 #ffff55 13 | color4 #5555ff 14 | color12 #5555ff 15 | color5 #ff55ff 16 | color13 #ff55ff 17 | color6 #55ffff 18 | color14 #55ffff 19 | color7 #bbbbbb 20 | color15 #ffffff 21 | selection_foreground #000000 22 | -------------------------------------------------------------------------------- /kitty/.config/kitty/kitty-themes/Darkside.conf: -------------------------------------------------------------------------------- 1 | background #212324 2 | foreground #b9b9b9 3 | cursor #bbbbbb 4 | selection_background #2f3333 5 | color0 #000000 6 | color8 #000000 7 | color1 #e8331c 8 | color9 #df5a4f 9 | color2 #68c156 10 | color10 #76b768 11 | color3 #f1d32b 12 | color11 #eed64a 13 | color4 #1c98e8 14 | color12 #387bd2 15 | color5 #8e69c8 16 | color13 #957bbd 17 | color6 #1c98e8 18 | color14 #3d96e2 19 | color7 #b9b9b9 20 | color15 #b9b9b9 21 | selection_foreground #212324 22 | -------------------------------------------------------------------------------- /kitty/.config/kitty/kitty-themes/Desert.conf: -------------------------------------------------------------------------------- 1 | background #333333 2 | foreground #ffffff 3 | cursor #00ff00 4 | selection_background #b5d5ff 5 | color0 #4d4d4d 6 | color8 #545454 7 | color1 #ff2b2b 8 | color9 #ff5555 9 | color2 #98fb98 10 | color10 #55ff55 11 | color3 #f0e68c 12 | color11 #ffff55 13 | color4 #cd853f 14 | color12 #87ceff 15 | color5 #ffdead 16 | color13 #ff55ff 17 | color6 #ffa0a0 18 | color14 #ffd700 19 | color7 #f5deb3 20 | color15 #ffffff 21 | selection_foreground #333333 22 | -------------------------------------------------------------------------------- /kitty/.config/kitty/kitty-themes/DimmedMonokai.conf: -------------------------------------------------------------------------------- 1 | background #1e1e1e 2 | foreground #b8bcb9 3 | cursor #f83d19 4 | selection_background #292c31 5 | color0 #3a3c43 6 | color8 #888987 7 | color1 #be3e48 8 | color9 #fb001e 9 | color2 #869a3a 10 | color10 #0e712e 11 | color3 #c4a535 12 | color11 #c37033 13 | color4 #4e76a1 14 | color12 #176ce3 15 | color5 #855b8d 16 | color13 #fb0067 17 | color6 #568ea3 18 | color14 #2d6f6c 19 | color7 #b8bcb9 20 | color15 #fcffb8 21 | selection_foreground #1e1e1e 22 | -------------------------------------------------------------------------------- /kitty/.config/kitty/kitty-themes/DotGov.conf: -------------------------------------------------------------------------------- 1 | background #252b35 2 | foreground #eaeaea 3 | cursor #d9002f 4 | selection_background #194080 5 | color0 #181818 6 | color8 #181818 7 | color1 #bf081d 8 | color9 #bf081d 9 | color2 #3d9751 10 | color10 #3d9751 11 | color3 #f6bb33 12 | color11 #f6bb33 13 | color4 #16b1df 14 | color12 #16b1df 15 | color5 #772fb0 16 | color13 #772fb0 17 | color6 #8bd1ed 18 | color14 #8bd1ed 19 | color7 #ffffff 20 | color15 #ffffff 21 | selection_foreground #252b35 22 | -------------------------------------------------------------------------------- /kitty/.config/kitty/kitty-themes/Dracula.conf: -------------------------------------------------------------------------------- 1 | background #1e1f28 2 | foreground #f8f8f2 3 | cursor #bbbbbb 4 | selection_background #44475a 5 | color0 #000000 6 | color8 #545454 7 | color1 #ff5555 8 | color9 #ff5454 9 | color2 #50fa7b 10 | color10 #50fa7b 11 | color3 #f0fa8b 12 | color11 #f0fa8b 13 | color4 #bd92f8 14 | color12 #bd92f8 15 | color5 #ff78c5 16 | color13 #ff78c5 17 | color6 #8ae9fc 18 | color14 #8ae9fc 19 | color7 #bbbbbb 20 | color15 #ffffff 21 | selection_foreground #1e1f28 22 | -------------------------------------------------------------------------------- /kitty/.config/kitty/kitty-themes/Dumbledore.conf: -------------------------------------------------------------------------------- 1 | background #422553 2 | foreground #c4c8c5 3 | cursor #c4c8c5 4 | selection_background #008aff 5 | color0 #2b283d 6 | color8 #413e53 7 | color1 #ae0000 8 | color9 #d3a624 9 | color2 #3e7c54 10 | color10 #aaaaaa 11 | color3 #f0c75e 12 | color11 #716254 13 | color4 #415baf 14 | color12 #946a2c 15 | color5 #9445ae 16 | color13 #b294ba 17 | color6 #008aff 18 | color14 #25de50 19 | color7 #850000 20 | color15 #c9c9c9 21 | selection_foreground #422553 22 | -------------------------------------------------------------------------------- /kitty/.config/kitty/kitty-themes/Duotone_Dark.conf: -------------------------------------------------------------------------------- 1 | background #1f1c27 2 | foreground #b6a0ff 3 | cursor #ff9738 4 | selection_background #353146 5 | color0 #1f1c27 6 | color8 #353146 7 | color1 #d8393d 8 | color9 #d8393d 9 | color2 #2dcc72 10 | color10 #2dcc72 11 | color3 #d8b76e 12 | color11 #d8b76e 13 | color4 #ffc183 14 | color12 #ffc183 15 | color5 #dd8d40 16 | color13 #dd8d40 17 | color6 #2388ff 18 | color14 #2388ff 19 | color7 #b6a0ff 20 | color15 #e9e4ff 21 | selection_foreground #1f1c27 22 | -------------------------------------------------------------------------------- /kitty/.config/kitty/kitty-themes/ENCOM.conf: -------------------------------------------------------------------------------- 1 | background #000000 2 | foreground #00a595 3 | cursor #bbbbbb 4 | selection_background #00a48c 5 | color0 #000000 6 | color8 #545454 7 | color1 #9f0000 8 | color9 #ff0000 9 | color2 #008b00 10 | color10 #00ee00 11 | color3 #ffcf00 12 | color11 #ffff00 13 | color4 #0081ff 14 | color12 #0000ff 15 | color5 #bc00ca 16 | color13 #ff00ff 17 | color6 #008b8b 18 | color14 #00cdcd 19 | color7 #bbbbbb 20 | color15 #ffffff 21 | selection_foreground #000000 22 | -------------------------------------------------------------------------------- /kitty/.config/kitty/kitty-themes/Earthsong.conf: -------------------------------------------------------------------------------- 1 | background #282420 2 | foreground #e5c6a8 3 | cursor #f6f6ec 4 | selection_background #111417 5 | color0 #111417 6 | color8 #665e54 7 | color1 #c84134 8 | color9 #ff6459 9 | color2 #84c44b 10 | color10 #97e035 11 | color3 #f4ae2e 12 | color11 #dfd561 13 | color4 #1397b9 14 | color12 #5ed9ff 15 | color5 #d0623c 16 | color13 #ff9168 17 | color6 #4f9452 18 | color14 #83ef88 19 | color7 #e5c5a9 20 | color15 #f6f6ec 21 | selection_foreground #282420 22 | -------------------------------------------------------------------------------- /kitty/.config/kitty/kitty-themes/Elemental.conf: -------------------------------------------------------------------------------- 1 | background #21211c 2 | foreground #807973 3 | cursor #facb7f 4 | selection_background #403729 5 | color0 #3c3b30 6 | color8 #545444 7 | color1 #97280f 8 | color9 #df502a 9 | color2 #479942 10 | color10 #60e06f 11 | color3 #7f7110 12 | color11 #d69827 13 | color4 #497f7d 14 | color12 #78d8d8 15 | color5 #7e4e2e 16 | color13 #cd7c53 17 | color6 #387f58 18 | color14 #58d598 19 | color7 #807974 20 | color15 #fff1e8 21 | selection_foreground #21211c 22 | -------------------------------------------------------------------------------- /kitty/.config/kitty/kitty-themes/Espresso.conf: -------------------------------------------------------------------------------- 1 | # Theme ported from the Mac Terminal application. 2 | 3 | background #323232 4 | foreground #ffffff 5 | cursor #d6d6d6 6 | selection_background #5b5b5b 7 | selection_foreground #323232 8 | color0 #353535 9 | color8 #535353 10 | color1 #d25252 11 | color9 #f00c0c 12 | color2 #a4c161 13 | color10 #c1df74 14 | color3 #ffc56d 15 | color11 #e1e48a 16 | color4 #6c99ba 17 | color12 #8ab6d9 18 | color5 #d096d9 19 | color13 #efb5f7 20 | color6 #bdd6ff 21 | color14 #dbf4ff 22 | color7 #ededec 23 | color15 #ffffff 24 | active_tab_foreground #ffffff 25 | active_tab_background #535353 26 | inactive_tab_foreground #ffffff 27 | inactive_tab_background #353535 28 | -------------------------------------------------------------------------------- /kitty/.config/kitty/kitty-themes/Espresso_Libre.conf: -------------------------------------------------------------------------------- 1 | background #2a211c 2 | foreground #b8a898 3 | cursor #ffffff 4 | selection_background #c3dcff 5 | color0 #000000 6 | color8 #545753 7 | color1 #cc0000 8 | color9 #ef2828 9 | color2 #1a921c 10 | color10 #9aff87 11 | color3 #efe43a 12 | color11 #fffa5c 13 | color4 #0066ff 14 | color12 #43a8ed 15 | color5 #c5656b 16 | color13 #ff8089 17 | color6 #05989a 18 | color14 #34e2e2 19 | color7 #d3d7cf 20 | color15 #ededec 21 | selection_foreground #2a211c 22 | -------------------------------------------------------------------------------- /kitty/.config/kitty/kitty-themes/Fideloper.conf: -------------------------------------------------------------------------------- 1 | background #282f32 2 | foreground #dad9df 3 | cursor #d35f5a 4 | selection_background #eeb7ab 5 | color0 #282f32 6 | color8 #092027 7 | color1 #ca1d2c 8 | color9 #d35f5a 9 | color2 #edb7ab 10 | color10 #d35f5a 11 | color3 #b7aa9a 12 | color11 #a86571 13 | color4 #2e78c1 14 | color12 #7c84c4 15 | color5 #c0226e 16 | color13 #5b5db2 17 | color6 #309185 18 | color14 #81908f 19 | color7 #e9e2cd 20 | color15 #fcf4de 21 | selection_foreground #282f32 22 | -------------------------------------------------------------------------------- /kitty/.config/kitty/kitty-themes/FishTank.conf: -------------------------------------------------------------------------------- 1 | background #222436 2 | foreground #eceffd 3 | cursor #fdcd5e 4 | selection_background #fcf6e8 5 | color0 #03063c 6 | color8 #6c5a30 7 | color1 #c60049 8 | color9 #d94a8a 9 | color2 #abf157 10 | color10 #daffa8 11 | color3 #fdcd5e 12 | color11 #fee6a8 13 | color4 #525fb8 14 | color12 #b1bdf9 15 | color5 #976f81 16 | color13 #fda4cc 17 | color6 #968662 18 | color14 #a4bc86 19 | color7 #eceffc 20 | color15 #f6ffec 21 | selection_foreground #222436 22 | -------------------------------------------------------------------------------- /kitty/.config/kitty/kitty-themes/Flat.conf: -------------------------------------------------------------------------------- 1 | background #002240 2 | foreground #2bc45d 3 | cursor #e5bd0c 4 | selection_background #782b9c 5 | color0 #212c3e 6 | color8 #202b3b 7 | color1 #a72320 8 | color9 #d3302e 9 | color2 #32a448 10 | color10 #2c9440 11 | color3 #e58d11 12 | color11 #e5bd0c 13 | color4 #3066ab 14 | color12 #3b7cd2 15 | color5 #7819a0 16 | color13 #822fa7 17 | color6 #2b9270 18 | color14 #35b286 19 | color7 #afb6b9 20 | color15 #e6ecec 21 | selection_foreground #002240 22 | -------------------------------------------------------------------------------- /kitty/.config/kitty/kitty-themes/Flatland.conf: -------------------------------------------------------------------------------- 1 | background #1c1e20 2 | foreground #b8daee 3 | cursor #708183 4 | selection_background #2a2a24 5 | color0 #1c1d19 6 | color8 #1c1d19 7 | color1 #f18238 8 | color9 #d12a24 9 | color2 #9ed264 10 | color10 #a7d32c 11 | color3 #f3ef6d 12 | color11 #ff8948 13 | color4 #4f96be 14 | color12 #61b8d0 15 | color5 #695abb 16 | color13 #695abb 17 | color6 #d53864 18 | color14 #d53864 19 | color7 #fefffe 20 | color15 #fefffe 21 | selection_foreground #1c1e20 22 | -------------------------------------------------------------------------------- /kitty/.config/kitty/kitty-themes/Floraverse.conf: -------------------------------------------------------------------------------- 1 | background #0e0c15 2 | foreground #dbd0b9 3 | cursor #bbbbbb 4 | selection_background #f3e0b8 5 | color0 #08002e 6 | color8 #331d4c 7 | color1 #64002c 8 | color9 #cf2062 9 | color2 #5d731a 10 | color10 #b3ce58 11 | color3 #cd751c 12 | color11 #fac357 13 | color4 #1d6da1 14 | color12 #40a4cf 15 | color5 #b7077e 16 | color13 #f02aae 17 | color6 #42a38c 18 | color14 #62caa8 19 | color7 #f3e0b8 20 | color15 #fff5db 21 | selection_foreground #0e0c15 22 | -------------------------------------------------------------------------------- /kitty/.config/kitty/kitty-themes/FrontEndDelight.conf: -------------------------------------------------------------------------------- 1 | background #1b1b1d 2 | foreground #acacac 3 | cursor #cccccc 4 | selection_background #e96153 5 | color0 #242426 6 | color8 #5eac6c 7 | color1 #f8501a 8 | color9 #f64319 9 | color2 #565746 10 | color10 #74eb4c 11 | color3 #f9761d 12 | color11 #fcc224 13 | color4 #2c70b7 14 | color12 #3393c9 15 | color5 #f02d4e 16 | color13 #e75e4e 17 | color6 #3ba0a5 18 | color14 #4ebce5 19 | color7 #acacac 20 | color15 #8b735a 21 | selection_foreground #1b1b1d 22 | -------------------------------------------------------------------------------- /kitty/.config/kitty/kitty-themes/FunForrest.conf: -------------------------------------------------------------------------------- 1 | background #241200 2 | foreground #ddc165 3 | cursor #e5591c 4 | selection_background #e5591c 5 | color0 #000000 6 | color8 #7e6954 7 | color1 #d5252b 8 | color9 #e4591b 9 | color2 #909b00 10 | color10 #bfc659 11 | color3 #bd8a13 12 | color11 #ffca1b 13 | color4 #4698a2 14 | color12 #7cc9ce 15 | color5 #8c4231 16 | color13 #d16349 17 | color6 #d98112 18 | color14 #e6a96b 19 | color7 #ddc165 20 | color15 #ffe9a3 21 | selection_foreground #241200 22 | -------------------------------------------------------------------------------- /kitty/.config/kitty/kitty-themes/Galaxy.conf: -------------------------------------------------------------------------------- 1 | background #1c2836 2 | foreground #ffffff 3 | cursor #bbbbbb 4 | selection_background #b4d5ff 5 | color0 #000000 6 | color8 #545454 7 | color1 #f9555f 8 | color9 #fa8b8e 9 | color2 #20af89 10 | color10 #34bb99 11 | color3 #fdf029 12 | color11 #ffff55 13 | color4 #589cf5 14 | color12 #589cf5 15 | color5 #934d95 16 | color13 #e75598 17 | color6 #1e9ee6 18 | color14 #3978bb 19 | color7 #bbbbbb 20 | color15 #ffffff 21 | selection_foreground #1c2836 22 | -------------------------------------------------------------------------------- /kitty/.config/kitty/kitty-themes/Github.conf: -------------------------------------------------------------------------------- 1 | background #f4f4f4 2 | foreground #3e3e3e 3 | cursor #3f3f3f 4 | selection_background #a9c1e2 5 | color0 #3e3e3e 6 | color8 #666666 7 | color1 #970b16 8 | color9 #de0000 9 | color2 #07962a 10 | color10 #87d5a2 11 | color3 #f7edc7 12 | color11 #f0cf06 13 | color4 #003e8a 14 | color12 #2e6cba 15 | color5 #e94691 16 | color13 #ffa29f 17 | color6 #89d1ec 18 | color14 #1cfafe 19 | color7 #ffffff 20 | color15 #ffffff 21 | selection_foreground #f4f4f4 22 | -------------------------------------------------------------------------------- /kitty/.config/kitty/kitty-themes/Glacier.conf: -------------------------------------------------------------------------------- 1 | background #0c1115 2 | foreground #ffffff 3 | cursor #6c6c6c 4 | selection_background #bd2523 5 | color0 #2e343c 6 | color8 #404a55 7 | color1 #bd0f2f 8 | color9 #bd0f2f 9 | color2 #35a770 10 | color10 #49e998 11 | color3 #fb9435 12 | color11 #fddf6e 13 | color4 #1f5872 14 | color12 #2a8bc1 15 | color5 #bd2523 16 | color13 #ea4727 17 | color6 #778397 18 | color14 #a0b6d3 19 | color7 #ffffff 20 | color15 #ffffff 21 | selection_foreground #0c1115 22 | -------------------------------------------------------------------------------- /kitty/.config/kitty/kitty-themes/GoaBase.conf: -------------------------------------------------------------------------------- 1 | background #2f0033 2 | foreground #f6ed00 3 | cursor #1a6500 4 | selection_background #100a24 5 | color0 #880041 6 | color8 #411a6d 7 | color1 #f78000 8 | color9 #f800e1 9 | color2 #249000 10 | color10 #5743ff 11 | color3 #f40000 12 | color11 #ea00d7 13 | color4 #000482 14 | color12 #b90003 15 | color5 #f43bff 16 | color13 #9a5952 17 | color6 #3affff 18 | color14 #c8f9f3 19 | color7 #000000 20 | color15 #f5f4fb 21 | selection_foreground #2f0033 22 | -------------------------------------------------------------------------------- /kitty/.config/kitty/kitty-themes/Grape.conf: -------------------------------------------------------------------------------- 1 | background #161423 2 | foreground #9e9ea0 3 | cursor #a188f7 4 | selection_background #483d70 5 | color0 #2d283e 6 | color8 #58506a 7 | color1 #ec2160 8 | color9 #f0719a 9 | color2 #1fa91b 10 | color10 #52a95d 11 | color3 #8ddc1f 12 | color11 #b2dc87 13 | color4 #487cf4 14 | color12 #a9bbeb 15 | color5 #8c35c8 16 | color13 #ac81c1 17 | color6 #3added 18 | color14 #9ce3ea 19 | color7 #9e9ea0 20 | color15 #a188f7 21 | selection_foreground #161423 22 | -------------------------------------------------------------------------------- /kitty/.config/kitty/kitty-themes/Grass.conf: -------------------------------------------------------------------------------- 1 | # Theme ported from the Mac Terminal application. 2 | 3 | background #12773d 4 | foreground #fff0a4 5 | cursor #8b2800 6 | selection_background #b64825 7 | color0 #000000 8 | color8 #545454 9 | color1 #ba0000 10 | color9 #ba0000 11 | color2 #00ba00 12 | color10 #00ba00 13 | color3 #e6af00 14 | color11 #e6af00 15 | color4 #0000a3 16 | color12 #0000ba 17 | color5 #950062 18 | color13 #ff54ff 19 | color6 #00baba 20 | color14 #54ffff 21 | color7 #bababa 22 | color15 #ffffff 23 | selection_foreground #12773d 24 | -------------------------------------------------------------------------------- /kitty/.config/kitty/kitty-themes/Hardcore.conf: -------------------------------------------------------------------------------- 1 | background #121212 2 | foreground #a0a0a0 3 | cursor #bbbbbb 4 | selection_background #453a39 5 | color0 #1b1d1e 6 | color8 #505354 7 | color1 #f92672 8 | color9 #ff669d 9 | color2 #a6e22e 10 | color10 #beed5f 11 | color3 #fd971f 12 | color11 #e6db74 13 | color4 #66d9ef 14 | color12 #66d9ef 15 | color5 #9e6ffe 16 | color13 #9e6ffe 17 | color6 #5e7175 18 | color14 #a3babf 19 | color7 #ccccc6 20 | color15 #f8f8f2 21 | selection_foreground #121212 22 | -------------------------------------------------------------------------------- /kitty/.config/kitty/kitty-themes/Harper.conf: -------------------------------------------------------------------------------- 1 | background #000000 2 | foreground #a7a39c 3 | cursor #a7a39c 4 | selection_background #5a5753 5 | color0 #000000 6 | color8 #716d69 7 | color1 #f7b63e 8 | color9 #f7b63e 9 | color2 #7fb5e1 10 | color10 #7fb5e1 11 | color3 #d6da24 12 | color11 #d6da24 13 | color4 #489d48 14 | color12 #489d48 15 | color5 #b295c5 16 | color13 #b295c5 17 | color6 #f4bed6 18 | color14 #f4bed6 19 | color7 #a7a39c 20 | color15 #fefbe9 21 | selection_foreground #000000 22 | -------------------------------------------------------------------------------- /kitty/.config/kitty/kitty-themes/Highway.conf: -------------------------------------------------------------------------------- 1 | background #212224 2 | foreground #ededed 3 | cursor #dfd9b8 4 | selection_background #384563 5 | color0 #000000 6 | color8 #5c4f49 7 | color1 #cf0d17 8 | color9 #ef7d17 9 | color2 #128033 10 | color10 #b1d130 11 | color3 #ffca3d 12 | color11 #fff11f 13 | color4 #006ab3 14 | color12 #4fc2fd 15 | color5 #6a2674 16 | color13 #de0070 17 | color6 #384563 18 | color14 #5c4f49 19 | color7 #ededed 20 | color15 #fefffe 21 | selection_foreground #212224 22 | -------------------------------------------------------------------------------- /kitty/.config/kitty/kitty-themes/Hipster_Green.conf: -------------------------------------------------------------------------------- 1 | background #0f0a05 2 | foreground #84c137 3 | cursor #23ff18 4 | selection_background #083905 5 | color0 #000000 6 | color8 #666666 7 | color1 #b6204a 8 | color9 #e50000 9 | color2 #00a600 10 | color10 #86a83e 11 | color3 #bebe00 12 | color11 #e5e500 13 | color4 #246db2 14 | color12 #0000ff 15 | color5 #b200b2 16 | color13 #e500e5 17 | color6 #00a6b2 18 | color14 #00e5e5 19 | color7 #bfbfbf 20 | color15 #e5e5e5 21 | selection_foreground #0f0a05 22 | -------------------------------------------------------------------------------- /kitty/.config/kitty/kitty-themes/Homebrew.conf: -------------------------------------------------------------------------------- 1 | # Theme ported from the Mac Terminal application. 2 | 3 | background #000000 4 | foreground #00ff00 5 | cursor #23ff18 6 | selection_background #083905 7 | color0 #000000 8 | color8 #666666 9 | color1 #990000 10 | color9 #e50000 11 | color2 #00a600 12 | color10 #00d900 13 | color3 #999900 14 | color11 #e5e500 15 | color4 #0000b2 16 | color12 #0000ff 17 | color5 #b200b2 18 | color13 #e500e5 19 | color6 #00a6b2 20 | color14 #00e5e5 21 | color7 #bebebe 22 | color15 #e5e5e5 23 | selection_foreground #000000 24 | -------------------------------------------------------------------------------- /kitty/.config/kitty/kitty-themes/Hurtado.conf: -------------------------------------------------------------------------------- 1 | background #000000 2 | foreground #dadbda 3 | cursor #bbbbbb 4 | selection_background #b4d5ff 5 | color0 #575757 6 | color8 #252525 7 | color1 #ff1b00 8 | color9 #d41c00 9 | color2 #a5df55 10 | color10 #a5df55 11 | color3 #fbe74a 12 | color11 #fbe749 13 | color4 #486387 14 | color12 #89bdff 15 | color5 #fc5ef0 16 | color13 #bf00c0 17 | color6 #85e9fe 18 | color14 #85e9fe 19 | color7 #cbcbcb 20 | color15 #dbdbdb 21 | selection_foreground #000000 22 | -------------------------------------------------------------------------------- /kitty/.config/kitty/kitty-themes/Hybrid.conf: -------------------------------------------------------------------------------- 1 | background #161718 2 | foreground #b7bcb9 3 | cursor #b7bcb9 4 | selection_background #1e1f22 5 | color0 #2a2e33 6 | color8 #1d1e21 7 | color1 #b74d50 8 | color9 #8c2d32 9 | color2 #b3be5a 10 | color10 #788331 11 | color3 #e3b55e 12 | color11 #e5894f 13 | color4 #6d90b0 14 | color12 #4b6b88 15 | color5 #a07eab 16 | color13 #6e4f79 17 | color6 #7fbeb3 18 | color14 #4d7b73 19 | color7 #b5b8b6 20 | color15 #5a6169 21 | selection_foreground #161718 22 | -------------------------------------------------------------------------------- /kitty/.config/kitty/kitty-themes/IC_Green_PPL.conf: -------------------------------------------------------------------------------- 1 | background #3a3c3e 2 | foreground #d9eed2 3 | cursor #41ff58 4 | selection_background #2a9b34 5 | color0 #1e1e1e 6 | color8 #03260f 7 | color1 #fb0029 8 | color9 #a6ff3e 9 | color2 #329b24 10 | color10 #9fff6d 11 | color3 #649a25 12 | color11 #d1ff6d 13 | color4 #149b45 14 | color12 #72ffb5 15 | color5 #53b82b 16 | color13 #50ff3d 17 | color6 #2bb767 18 | color14 #22ff71 19 | color7 #dffeee 20 | color15 #daeed0 21 | selection_foreground #3a3c3e 22 | -------------------------------------------------------------------------------- /kitty/.config/kitty/kitty-themes/IC_Orange_PPL.conf: -------------------------------------------------------------------------------- 1 | background #262626 2 | foreground #ffcb83 3 | cursor #fb521c 4 | selection_background #c03f1f 5 | color0 #000000 6 | color8 #6a4e29 7 | color1 #c03900 8 | color9 #ff8b67 9 | color2 #a3a900 10 | color10 #f6ff3f 11 | color3 #caae00 12 | color11 #ffe36e 13 | color4 #bd6c00 14 | color12 #ffbd54 15 | color5 #fb5d00 16 | color13 #fc874f 17 | color6 #f79400 18 | color14 #c59752 19 | color7 #ffc88a 20 | color15 #f9f9fe 21 | selection_foreground #262626 22 | -------------------------------------------------------------------------------- /kitty/.config/kitty/kitty-themes/IR_Black.conf: -------------------------------------------------------------------------------- 1 | background #000000 2 | foreground #f1f1f1 3 | cursor #7f7f7f 4 | selection_background #b4d5ff 5 | color0 #4f4f4f 6 | color8 #7b7b7b 7 | color1 #fa6c5f 8 | color9 #fcb6af 9 | color2 #a8fe60 10 | color10 #ceffab 11 | color3 #fffeb6 12 | color11 #fffecc 13 | color4 #96cafd 14 | color12 #b5dcfe 15 | color5 #fa72fc 16 | color13 #fb9bfe 17 | color6 #c6c4fd 18 | color14 #dfdffd 19 | color7 #eeedee 20 | color15 #fefffe 21 | selection_foreground #000000 22 | -------------------------------------------------------------------------------- /kitty/.config/kitty/kitty-themes/Jackie_Brown.conf: -------------------------------------------------------------------------------- 1 | background #2c1c15 2 | foreground #ffcc2f 3 | cursor #23ff18 4 | selection_background #ae8c20 5 | color0 #2c1d16 6 | color8 #666666 7 | color1 #ef5734 8 | color9 #e50000 9 | color2 #2baf2b 10 | color10 #86a83e 11 | color3 #bdbe00 12 | color11 #e5e500 13 | color4 #246db2 14 | color12 #0000ff 15 | color5 #cf5ec0 16 | color13 #e500e5 17 | color6 #00acee 18 | color14 #00e5e5 19 | color7 #bfbfbf 20 | color15 #e5e5e5 21 | selection_foreground #2c1c15 22 | -------------------------------------------------------------------------------- /kitty/.config/kitty/kitty-themes/Japanesque.conf: -------------------------------------------------------------------------------- 1 | background #1d1d1d 2 | foreground #f7f6ec 3 | cursor #eccf4f 4 | selection_background #165776 5 | color0 #343835 6 | color8 #585a58 7 | color1 #ce3e60 8 | color9 #d18ea6 9 | color2 #7bb75b 10 | color10 #767e2b 11 | color3 #e8b32a 12 | color11 #77592e 13 | color4 #4c99d3 14 | color12 #135879 15 | color5 #a57fc4 16 | color13 #5f4190 17 | color6 #389aac 18 | color14 #76bbca 19 | color7 #f9faf6 20 | color15 #b1b5ae 21 | selection_foreground #1d1d1d 22 | -------------------------------------------------------------------------------- /kitty/.config/kitty/kitty-themes/Jellybeans.conf: -------------------------------------------------------------------------------- 1 | background #111111 2 | foreground #dedede 3 | cursor #ffa460 4 | selection_background #464d91 5 | color0 #919191 6 | color8 #bdbdbd 7 | color1 #e17373 8 | color9 #ffa0a0 9 | color2 #94b978 10 | color10 #bddeab 11 | color3 #ffb97b 12 | color11 #ffdba0 13 | color4 #96bddb 14 | color12 #b1d7f6 15 | color5 #e1c0fa 16 | color13 #fbdaff 17 | color6 #00988e 18 | color14 #19b2a7 19 | color7 #dedede 20 | color15 #ffffff 21 | selection_foreground #111111 22 | -------------------------------------------------------------------------------- /kitty/.config/kitty/kitty-themes/JetBrains_Darcula.conf: -------------------------------------------------------------------------------- 1 | background #202020 2 | foreground #adadad 3 | cursor #ffffff 4 | selection_background #1a3272 5 | color0 #000000 6 | color8 #545454 7 | color1 #fa5355 8 | color9 #fb7172 9 | color2 #126e00 10 | color10 #67ff4f 11 | color3 #c2c300 12 | color11 #ffff00 13 | color4 #4581eb 14 | color12 #6d9df1 15 | color5 #fa54ff 16 | color13 #fb82ff 17 | color6 #33c2c1 18 | color14 #60d3d1 19 | color7 #adadad 20 | color15 #eeeeee 21 | selection_foreground #202020 22 | -------------------------------------------------------------------------------- /kitty/.config/kitty/kitty-themes/Kibble.conf: -------------------------------------------------------------------------------- 1 | background #0e100a 2 | foreground #f7f7f7 3 | cursor #9fda9c 4 | selection_background #9ba686 5 | color0 #4d4d4d 6 | color8 #5a5a5a 7 | color1 #c70031 8 | color9 #f01578 9 | color2 #29cf13 10 | color10 #6ce05c 11 | color3 #d8e30e 12 | color11 #f3f79e 13 | color4 #3449d1 14 | color12 #97a4f7 15 | color5 #8400ff 16 | color13 #c495f0 17 | color6 #0798ab 18 | color14 #68f2e0 19 | color7 #e2d1e3 20 | color15 #ffffff 21 | selection_foreground #0e100a 22 | -------------------------------------------------------------------------------- /kitty/.config/kitty/kitty-themes/Later_This_Evening.conf: -------------------------------------------------------------------------------- 1 | background #212121 2 | foreground #949494 3 | cursor #424242 4 | selection_background #424242 5 | color0 #2b2b2b 6 | color8 #444747 7 | color1 #d35a5f 8 | color9 #d3222e 9 | color2 #afba66 10 | color10 #aabb39 11 | color3 #e5d289 12 | color11 #e4bd39 13 | color4 #a0b9d5 14 | color12 #6599d5 15 | color5 #bf92d5 16 | color13 #aa52d5 17 | color6 #91beb6 18 | color14 #5fbfad 19 | color7 #3b3c3c 20 | color15 #c0c2c2 21 | selection_foreground #212121 22 | -------------------------------------------------------------------------------- /kitty/.config/kitty/kitty-themes/Lavandula.conf: -------------------------------------------------------------------------------- 1 | background #050014 2 | foreground #736d7c 3 | cursor #8b91fa 4 | selection_background #36323b 5 | color0 #230045 6 | color8 #362c45 7 | color1 #7c1525 8 | color9 #df5066 9 | color2 #337e6f 10 | color10 #52e0c4 11 | color3 #7f6f49 12 | color11 #e0c286 13 | color4 #4f4a7f 14 | color12 #8e86df 15 | color5 #593f7e 16 | color13 #a675df 17 | color6 #57767f 18 | color14 #9ad3df 19 | color7 #736d7c 20 | color15 #8b91fa 21 | selection_foreground #050014 22 | -------------------------------------------------------------------------------- /kitty/.config/kitty/kitty-themes/LiquidCarbon.conf: -------------------------------------------------------------------------------- 1 | background #2f2f2f 2 | foreground #afc2c2 3 | cursor #ffffff 4 | selection_background #7cbeff 5 | color0 #000000 6 | color8 #000000 7 | color1 #ff2f2f 8 | color9 #ff2f2f 9 | color2 #549a6f 10 | color10 #549a6f 11 | color3 #ccac00 12 | color11 #ccac00 13 | color4 #0099cc 14 | color12 #0099cc 15 | color5 #cc68c8 16 | color13 #cc68c8 17 | color6 #79c4cc 18 | color14 #79c4cc 19 | color7 #bccccc 20 | color15 #bccccc 21 | selection_foreground #2f2f2f 22 | -------------------------------------------------------------------------------- /kitty/.config/kitty/kitty-themes/LiquidCarbonTransparent.conf: -------------------------------------------------------------------------------- 1 | background #000000 2 | foreground #afc2c2 3 | cursor #ffffff 4 | selection_background #7cbeff 5 | color0 #000000 6 | color8 #000000 7 | color1 #ff2f2f 8 | color9 #ff2f2f 9 | color2 #549a6f 10 | color10 #549a6f 11 | color3 #ccac00 12 | color11 #ccac00 13 | color4 #0099cc 14 | color12 #0099cc 15 | color5 #cc68c8 16 | color13 #cc68c8 17 | color6 #79c4cc 18 | color14 #79c4cc 19 | color7 #bccccc 20 | color15 #bccccc 21 | selection_foreground #000000 22 | -------------------------------------------------------------------------------- /kitty/.config/kitty/kitty-themes/LiquidCarbonTransparentInverse.conf: -------------------------------------------------------------------------------- 1 | background #000000 2 | foreground #afc2c2 3 | cursor #ffffff 4 | selection_background #7cbeff 5 | color0 #bbcbcc 6 | color8 #ffffff 7 | color1 #ff2f2f 8 | color9 #ff2f2f 9 | color2 #549a6f 10 | color10 #549a6f 11 | color3 #ccac00 12 | color11 #ccac00 13 | color4 #0099cc 14 | color12 #0099cc 15 | color5 #cc68c8 16 | color13 #cc68c8 17 | color6 #79c4cc 18 | color14 #79c4cc 19 | color7 #000000 20 | color15 #000000 21 | selection_foreground #000000 22 | -------------------------------------------------------------------------------- /kitty/.config/kitty/kitty-themes/Man_Page.conf: -------------------------------------------------------------------------------- 1 | # Theme ported from the Mac Terminal application. 2 | 3 | background #fef49c 4 | foreground #000000 5 | cursor #7f7f7f 6 | selection_background #a4c9cd 7 | color0 #000000 8 | color8 #666666 9 | color1 #cc0000 10 | color9 #e50000 11 | color2 #00a600 12 | color10 #00d900 13 | color3 #999900 14 | color11 #e5e500 15 | color4 #0000b2 16 | color12 #0000ff 17 | color5 #b200b2 18 | color13 #e500e5 19 | color6 #00a6b2 20 | color14 #00e5e5 21 | color7 #cccccc 22 | color15 #e5e5e5 23 | selection_foreground #fef49c 24 | -------------------------------------------------------------------------------- /kitty/.config/kitty/kitty-themes/Material.conf: -------------------------------------------------------------------------------- 1 | background #eaeaea 2 | foreground #222221 3 | cursor #16aec9 4 | selection_background #c1c1c1 5 | color0 #212121 6 | color8 #424242 7 | color1 #b7141e 8 | color9 #e83a3f 9 | color2 #457b23 10 | color10 #7aba39 11 | color3 #f5971d 12 | color11 #fee92e 13 | color4 #134eb2 14 | color12 #53a4f3 15 | color5 #550087 16 | color13 #a94dbb 17 | color6 #0e707c 18 | color14 #26bad1 19 | color7 #eeeeee 20 | color15 #d8d8d8 21 | selection_foreground #eaeaea 22 | -------------------------------------------------------------------------------- /kitty/.config/kitty/kitty-themes/MaterialDark.conf: -------------------------------------------------------------------------------- 1 | background #222221 2 | foreground #e4e4e4 3 | cursor #16aec9 4 | selection_background #dedede 5 | color0 #212121 6 | color8 #424242 7 | color1 #b7141e 8 | color9 #e83a3f 9 | color2 #457b23 10 | color10 #7aba39 11 | color3 #f5971d 12 | color11 #fee92e 13 | color4 #134eb2 14 | color12 #53a4f3 15 | color5 #550087 16 | color13 #a94dbb 17 | color6 #0e707c 18 | color14 #26bad1 19 | color7 #eeeeee 20 | color15 #d8d8d8 21 | selection_foreground #222221 22 | -------------------------------------------------------------------------------- /kitty/.config/kitty/kitty-themes/Mathias.conf: -------------------------------------------------------------------------------- 1 | background #000000 2 | foreground #bbbbbb 3 | cursor #bbbbbb 4 | selection_background #545454 5 | color0 #000000 6 | color8 #545454 7 | color1 #e52222 8 | color9 #ff5555 9 | color2 #a6e32d 10 | color10 #55ff55 11 | color3 #fc951e 12 | color11 #ffff55 13 | color4 #c48dff 14 | color12 #5555ff 15 | color5 #fa2573 16 | color13 #ff55ff 17 | color6 #67d9f0 18 | color14 #55ffff 19 | color7 #f2f2f2 20 | color15 #ffffff 21 | selection_foreground #000000 22 | -------------------------------------------------------------------------------- /kitty/.config/kitty/kitty-themes/Medallion.conf: -------------------------------------------------------------------------------- 1 | background #1d1808 2 | foreground #cac296 3 | cursor #d3b92f 4 | selection_background #616cab 5 | color0 #000000 6 | color8 #5e5118 7 | color1 #b54c00 8 | color9 #ff9148 9 | color2 #7c8a16 10 | color10 #b1c93a 11 | color3 #d2bd25 12 | color11 #ffe449 13 | color4 #606baf 14 | color12 #abb8ff 15 | color5 #8b5990 16 | color13 #fe9fff 17 | color6 #906b25 18 | color14 #ffbb51 19 | color7 #c9c199 20 | color15 #fed597 21 | selection_foreground #1d1808 22 | -------------------------------------------------------------------------------- /kitty/.config/kitty/kitty-themes/Misterioso.conf: -------------------------------------------------------------------------------- 1 | background #2d3743 2 | foreground #e1e1e0 3 | cursor #000000 4 | selection_background #2d37ff 5 | color0 #000000 6 | color8 #545454 7 | color1 #ff4141 8 | color9 #ff3241 9 | color2 #74ae68 10 | color10 #74cc68 11 | color3 #ffac28 12 | color11 #ffb928 13 | color4 #338e86 14 | color12 #23d6d6 15 | color5 #9413e5 16 | color13 #ff37ff 17 | color6 #23d6d6 18 | color14 #00ece1 19 | color7 #e1e1df 20 | color15 #ffffff 21 | selection_foreground #2d3743 22 | -------------------------------------------------------------------------------- /kitty/.config/kitty/kitty-themes/Molokai.conf: -------------------------------------------------------------------------------- 1 | background #121212 2 | foreground #bbbbbb 3 | cursor #bbbbbb 4 | selection_background #b4d5ff 5 | color0 #121212 6 | color8 #545454 7 | color1 #fa2573 8 | color9 #f5669c 9 | color2 #97e123 10 | color10 #b0e05e 11 | color3 #dfd460 12 | color11 #fef26c 13 | color4 #0f7fcf 14 | color12 #00afff 15 | color5 #8700ff 16 | color13 #af87ff 17 | color6 #42a7cf 18 | color14 #50cdfe 19 | color7 #bbbbbb 20 | color15 #ffffff 21 | selection_foreground #121212 22 | -------------------------------------------------------------------------------- /kitty/.config/kitty/kitty-themes/MonaLisa.conf: -------------------------------------------------------------------------------- 1 | background #110b0d 2 | foreground #f6d56a 3 | cursor #c36c32 4 | selection_background #f6d56a 5 | color0 #341a0d 6 | color8 #874227 7 | color1 #9b281b 8 | color9 #ff4230 9 | color2 #626132 10 | color10 #b3b163 11 | color3 #c26e27 12 | color11 #ff9565 13 | color4 #515b5c 14 | color12 #9eb2b3 15 | color5 #9b1d29 16 | color13 #ff5b6a 17 | color6 #588056 18 | color14 #89cc8e 19 | color7 #f6d75c 20 | color15 #ffe597 21 | selection_foreground #110b0d 22 | -------------------------------------------------------------------------------- /kitty/.config/kitty/kitty-themes/Monokai.conf: -------------------------------------------------------------------------------- 1 | # Monokai 2 | 3 | background #272822 4 | foreground #f8f8f2 5 | cursor #f8f8f2 6 | selection_background #f8f8f2 7 | selection_foreground #272822 8 | active_tab_background #75715e 9 | active_tab_foreground #272822 10 | active_border_color #75715e 11 | inactive_tab_background #272822 12 | inactive_tab_foreground #75715e 13 | inactive_border_color #75715e 14 | url_color #f8f8f2 15 | 16 | # 16 Color Space 17 | 18 | # black 19 | color0 #272822 20 | color8 #75715e 21 | # red 22 | color1 #f92672 23 | color9 #f92672 24 | # green 25 | color2 #a6e22e 26 | color10 #a6e22e 27 | # yellow 28 | color3 #e6db74 29 | color11 #e6db74 30 | # blue 31 | color4 #66d9ef 32 | color12 #66d9ef 33 | # magenta 34 | color5 #fd971f 35 | color13 #fd971f 36 | # cyan 37 | color6 #ae81ff 38 | color14 #ae81ff 39 | # white 40 | color7 #f8f8f2 41 | color15 #f8f8f2 42 | -------------------------------------------------------------------------------- /kitty/.config/kitty/kitty-themes/Monokai_Classic.conf: -------------------------------------------------------------------------------- 1 | background #3b3c35 2 | foreground #fdfff1 3 | 4 | cursor #fdfff1 5 | cursor_text_color #000000 6 | selection_foreground #3b3c35 7 | selection_background #fdfff1 8 | 9 | # dull black 10 | color0 #3b3c35 11 | # light black 12 | color8 #6e7066 13 | 14 | # dull red 15 | color1 #f82570 16 | # light red 17 | color9 #f82570 18 | 19 | # dull green 20 | color2 #a6e12d 21 | # light green 22 | color10 #a6e12d 23 | 24 | # yellow 25 | color3 #e4db73 26 | # light yellow 27 | color11 #e4db73 28 | 29 | # blue 30 | color4 #fc961f 31 | # light blue 32 | color12 #fc961f 33 | 34 | # magenta 35 | color5 #ae81ff 36 | # light magenta 37 | color13 #ae81ff 38 | 39 | # cyan 40 | color6 #66d9ee 41 | # light cyan 42 | color14 #66d9ee 43 | 44 | # dull white 45 | color7 #fdfff1 46 | # bright white 47 | color15 #fdfff1 48 | -------------------------------------------------------------------------------- /kitty/.config/kitty/kitty-themes/Monokai_Pro.conf: -------------------------------------------------------------------------------- 1 | background #403e41 2 | foreground #fcfcfa 3 | 4 | cursor #fcfcfa 5 | cursor_text_color #000000 6 | selection_foreground #403e41 7 | selection_background #fcfcfa 8 | 9 | # dull black 10 | color0 #403e41 11 | # light black 12 | color8 #727072 13 | 14 | # dull red 15 | color1 #ff6188 16 | # light red 17 | color9 #ff6188 18 | 19 | # dull green 20 | color2 #a9dc76 21 | # light green 22 | color10 #a9dc76 23 | 24 | # yellow 25 | color3 #ffd866 26 | # light yellow 27 | color11 #ffd866 28 | 29 | # blue 30 | color4 #fc9867 31 | # light blue 32 | color12 #fc9867 33 | 34 | # magenta 35 | color5 #ab9df2 36 | # light magenta 37 | color13 #ab9df2 38 | 39 | # cyan 40 | color6 #78dce8 41 | # light cyan 42 | color14 #78dce8 43 | 44 | # dull white 45 | color7 #fcfcfa 46 | # bright white 47 | color15 #fcfcfa 48 | -------------------------------------------------------------------------------- /kitty/.config/kitty/kitty-themes/Monokai_Pro_(Filter_Machine).conf: -------------------------------------------------------------------------------- 1 | background #3a4449 2 | foreground #f2fffc 3 | 4 | cursor #f2fffc 5 | cursor_text_color #000000 6 | selection_foreground #3a4449 7 | selection_background #f2fffc 8 | 9 | # dull black 10 | color0 #3a4449 11 | # light black 12 | color8 #6b7678 13 | 14 | # dull red 15 | color1 #ff6d7e 16 | # light red 17 | color9 #ff6d7e 18 | 19 | # dull green 20 | color2 #a2e57b 21 | # light green 22 | color10 #a2e57b 23 | 24 | # yellow 25 | color3 #ffed72 26 | # light yellow 27 | color11 #ffed72 28 | 29 | # blue 30 | color4 #ffb270 31 | # light blue 32 | color12 #ffb270 33 | 34 | # magenta 35 | color5 #baa0f8 36 | # light magenta 37 | color13 #baa0f8 38 | 39 | # cyan 40 | color6 #7cd5f1 41 | # light cyan 42 | color14 #7cd5f1 43 | 44 | # dull white 45 | color7 #f2fffc 46 | # bright white 47 | color15 #f2fffc 48 | -------------------------------------------------------------------------------- /kitty/.config/kitty/kitty-themes/Monokai_Pro_(Filter_Octagon).conf: -------------------------------------------------------------------------------- 1 | background #3a3d4b 2 | foreground #eaf2f1 3 | 4 | cursor #eaf2f1 5 | cursor_text_color #000000 6 | selection_foreground #3a3d4b 7 | selection_background #eaf2f1 8 | 9 | # dull black 10 | color0 #3a3d4b 11 | # light black 12 | color8 #696d77 13 | 14 | # dull red 15 | color1 #ff657a 16 | # light red 17 | color9 #ff657a 18 | 19 | # dull green 20 | color2 #bad761 21 | # light green 22 | color10 #bad761 23 | 24 | # yellow 25 | color3 #ffd76d 26 | # light yellow 27 | color11 #ffd76d 28 | 29 | # blue 30 | color4 #ff9b5e 31 | # light blue 32 | color12 #ff9b5e 33 | 34 | # magenta 35 | color5 #c39ac9 36 | # light magenta 37 | color13 #c39ac9 38 | 39 | # cyan 40 | color6 #9cd1bb 41 | # light cyan 42 | color14 #9cd1bb 43 | 44 | # dull white 45 | color7 #eaf2f1 46 | # bright white 47 | color15 #eaf2f1 48 | -------------------------------------------------------------------------------- /kitty/.config/kitty/kitty-themes/Monokai_Pro_(Filter_Ristretto).conf: -------------------------------------------------------------------------------- 1 | background #403838 2 | foreground #fff1f3 3 | 4 | cursor #fff1f3 5 | cursor_text_color #000000 6 | selection_foreground #403838 7 | selection_background #fff1f3 8 | 9 | # dull black 10 | color0 #403838 11 | # light black 12 | color8 #72696a 13 | 14 | # dull red 15 | color1 #fd6883 16 | # light red 17 | color9 #fd6883 18 | 19 | # dull green 20 | color2 #adda78 21 | # light green 22 | color10 #adda78 23 | 24 | # yellow 25 | color3 #f9cc6c 26 | # light yellow 27 | color11 #f9cc6c 28 | 29 | # blue 30 | color4 #f38d70 31 | # light blue 32 | color12 #f38d70 33 | 34 | # magenta 35 | color5 #a8a9eb 36 | # light magenta 37 | color13 #a8a9eb 38 | 39 | # cyan 40 | color6 #85dacc 41 | # light cyan 42 | color14 #85dacc 43 | 44 | # dull white 45 | color7 #fff1f3 46 | # bright white 47 | color15 #fff1f3 48 | -------------------------------------------------------------------------------- /kitty/.config/kitty/kitty-themes/Monokai_Pro_(Filter_Spectrum).conf: -------------------------------------------------------------------------------- 1 | background #363537 2 | foreground #f7f1ff 3 | 4 | cursor #f7f1ff 5 | cursor_text_color #000000 6 | selection_foreground #363537 7 | selection_background #f7f1ff 8 | 9 | # dull black 10 | color0 #363537 11 | # light black 12 | color8 #69676c 13 | 14 | # dull red 15 | color1 #fc618d 16 | # light red 17 | color9 #fc618d 18 | 19 | # dull green 20 | color2 #7bd88f 21 | # light green 22 | color10 #7bd88f 23 | 24 | # yellow 25 | color3 #fce566 26 | # light yellow 27 | color11 #fce566 28 | 29 | # blue 30 | color4 #fd9353 31 | # light blue 32 | color12 #fd9353 33 | 34 | # magenta 35 | color5 #948ae3 36 | # light magenta 37 | color13 #948ae3 38 | 39 | # cyan 40 | color6 #5ad4e6 41 | # light cyan 42 | color14 #5ad4e6 43 | 44 | # dull white 45 | color7 #f7f1ff 46 | # bright white 47 | color15 #f7f1ff 48 | -------------------------------------------------------------------------------- /kitty/.config/kitty/kitty-themes/Monokai_Soda.conf: -------------------------------------------------------------------------------- 1 | background #191919 2 | foreground #c4c4b5 3 | cursor #f6f6ec 4 | selection_background #343434 5 | color0 #191919 6 | color8 #615e4b 7 | color1 #f3005f 8 | color9 #f3005f 9 | color2 #97e023 10 | color10 #97e023 11 | color3 #fa8419 12 | color11 #dfd561 13 | color4 #9c64fe 14 | color12 #9c64fe 15 | color5 #f3005f 16 | color13 #f3005f 17 | color6 #57d1ea 18 | color14 #57d1ea 19 | color7 #c4c4b5 20 | color15 #f6f6ee 21 | selection_foreground #191919 22 | -------------------------------------------------------------------------------- /kitty/.config/kitty/kitty-themes/N0tch2k.conf: -------------------------------------------------------------------------------- 1 | background #222222 2 | foreground #a0a0a0 3 | cursor #a99075 4 | selection_background #4d4d4d 5 | color0 #383838 6 | color8 #474747 7 | color1 #a95551 8 | color9 #a97775 9 | color2 #666666 10 | color10 #8c8c8c 11 | color3 #a98051 12 | color11 #a99175 13 | color4 #657d3e 14 | color12 #98bd5e 15 | color5 #767676 16 | color13 #a3a3a3 17 | color6 #c9c9c9 18 | color14 #dcdcdc 19 | color7 #d0b8a3 20 | color15 #d8c8bb 21 | selection_foreground #222222 22 | -------------------------------------------------------------------------------- /kitty/.config/kitty/kitty-themes/Neopolitan.conf: -------------------------------------------------------------------------------- 1 | background #271f19 2 | foreground #ffffff 3 | cursor #ffffff 4 | selection_background #253b76 5 | color0 #000000 6 | color8 #000000 7 | color1 #800000 8 | color9 #800000 9 | color2 #61ce3c 10 | color10 #61ce3c 11 | color3 #fbde2d 12 | color11 #fbde2d 13 | color4 #253b76 14 | color12 #253b76 15 | color5 #ff0080 16 | color13 #ff0080 17 | color6 #8da6ce 18 | color14 #8da6ce 19 | color7 #f8f8f8 20 | color15 #f8f8f8 21 | selection_foreground #271f19 22 | -------------------------------------------------------------------------------- /kitty/.config/kitty/kitty-themes/Neutron.conf: -------------------------------------------------------------------------------- 1 | background #1b1d22 2 | foreground #e6e8ee 3 | cursor #f6f6ec 4 | selection_background #2e353d 5 | color0 #22252b 6 | color8 #22252b 7 | color1 #b53f36 8 | color9 #b53f36 9 | color2 #5ab977 10 | color10 #5ab977 11 | color3 #ddb566 12 | color11 #ddb566 13 | color4 #6a7b92 14 | color12 #6a7b92 15 | color5 #a3799d 16 | color13 #a3799d 17 | color6 #3f93a8 18 | color14 #3f93a8 19 | color7 #e6e8ee 20 | color15 #ebedf2 21 | selection_foreground #1b1d22 22 | -------------------------------------------------------------------------------- /kitty/.config/kitty/kitty-themes/NightLion_v1.conf: -------------------------------------------------------------------------------- 1 | background #000000 2 | foreground #bbbbbb 3 | cursor #bbbbbb 4 | selection_background #b4d5ff 5 | color0 #4c4c4c 6 | color8 #545454 7 | color1 #bb0000 8 | color9 #ff5555 9 | color2 #5ede8f 10 | color10 #55ff55 11 | color3 #f2f067 12 | color11 #ffff55 13 | color4 #266ad7 14 | color12 #5555ff 15 | color5 #bb00bb 16 | color13 #ff55ff 17 | color6 #00d9df 18 | color14 #55ffff 19 | color7 #bbbbbb 20 | color15 #ffffff 21 | selection_foreground #000000 22 | -------------------------------------------------------------------------------- /kitty/.config/kitty/kitty-themes/NightLion_v2.conf: -------------------------------------------------------------------------------- 1 | background #171717 2 | foreground #bbbbbb 3 | cursor #bbbbbb 4 | selection_background #b4d5ff 5 | color0 #4c4c4c 6 | color8 #545454 7 | color1 #bb0000 8 | color9 #ff5555 9 | color2 #03f622 10 | color10 #7df61c 11 | color3 #f2f067 12 | color11 #ffff55 13 | color4 #63d0f0 14 | color12 #62cae7 15 | color5 #ce6fda 16 | color13 #ff9af5 17 | color6 #00d9df 18 | color14 #00ccd7 19 | color7 #bbbbbb 20 | color15 #ffffff 21 | selection_foreground #171717 22 | -------------------------------------------------------------------------------- /kitty/.config/kitty/kitty-themes/Nova.conf: -------------------------------------------------------------------------------- 1 | background #3c4c54 2 | foreground #8798a3 3 | cursor #7fc1c9 4 | color0 #8799a4 5 | color8 #c4d3dc 6 | color1 #efc08d 7 | color9 #ef8358 8 | color2 #a6cb91 9 | color10 #a8ce93 10 | color3 #d7d690 11 | color11 #e5e77f 12 | color4 #83afe4 13 | color12 #69c8ff 14 | color5 #d460da 15 | color13 #d18ec2 16 | color6 #7fc1b6 17 | color14 #00e59f 18 | color7 #c4d3dc 19 | color15 #e6eef3 20 | selection_foreground #3c4c54 21 | selection_background #7fc1ca 22 | -------------------------------------------------------------------------------- /kitty/.config/kitty/kitty-themes/Novel.conf: -------------------------------------------------------------------------------- 1 | # Theme ported from the Mac Terminal application. 2 | 3 | background #dfdbc3 4 | foreground #3b2322 5 | cursor #73635a 6 | selection_background #a4a390 7 | color0 #000000 8 | color8 #7f7f7f 9 | color1 #cc0000 10 | color9 #cc0000 11 | color2 #009600 12 | color10 #009600 13 | color3 #d06b00 14 | color11 #d06b00 15 | color4 #0000cc 16 | color12 #0000cc 17 | color5 #cc00cc 18 | color13 #cc00cc 19 | color6 #0087cc 20 | color14 #0086cb 21 | color7 #cccccc 22 | color15 #ffffff 23 | selection_foreground #dfdbc3 24 | -------------------------------------------------------------------------------- /kitty/.config/kitty/kitty-themes/Obsidian.conf: -------------------------------------------------------------------------------- 1 | background #273032 2 | foreground #cccccc 3 | cursor #c0cad0 4 | selection_background #3d4b4e 5 | color0 #000000 6 | color8 #545454 7 | color1 #a50001 8 | color9 #ff0003 9 | color2 #00bb00 10 | color10 #92c763 11 | color3 #fecc22 12 | color11 #fef773 13 | color4 #399bda 14 | color12 #a0d6ff 15 | color5 #bb00bb 16 | color13 #ff55ff 17 | color6 #00bbbb 18 | color14 #55ffff 19 | color7 #bbbbbb 20 | color15 #ffffff 21 | selection_foreground #273032 22 | -------------------------------------------------------------------------------- /kitty/.config/kitty/kitty-themes/Ocean.conf: -------------------------------------------------------------------------------- 1 | # Theme ported from the Mac Terminal application. 2 | 3 | background #214fbc 4 | foreground #ffffff 5 | cursor #7f7f7f 6 | selection_background #216dff 7 | color0 #000000 8 | color8 #666666 9 | color1 #990000 10 | color9 #e50000 11 | color2 #00a600 12 | color10 #00d900 13 | color3 #999900 14 | color11 #e5e500 15 | color4 #0000b2 16 | color12 #0000ff 17 | color5 #b200b2 18 | color13 #e500e5 19 | color6 #00a6b2 20 | color14 #00e5e5 21 | color7 #bebebe 22 | color15 #e5e5e5 23 | selection_foreground #214fbc 24 | -------------------------------------------------------------------------------- /kitty/.config/kitty/kitty-themes/OceanicMaterial.conf: -------------------------------------------------------------------------------- 1 | background #1c262b 2 | foreground #c1c8d6 3 | cursor #b2b8c3 4 | selection_background #6dc1b8 5 | color0 #000000 6 | color8 #767676 7 | color1 #ee2a29 8 | color9 #dc5b60 9 | color2 #3fa33f 10 | color10 #70be71 11 | color3 #fee92e 12 | color11 #fef063 13 | color4 #1d80ef 14 | color12 #53a4f3 15 | color5 #8800a0 16 | color13 #a94dbb 17 | color6 #16aec9 18 | color14 #42c6d9 19 | color7 #a4a4a4 20 | color15 #fffefe 21 | selection_foreground #1c262b 22 | -------------------------------------------------------------------------------- /kitty/.config/kitty/kitty-themes/Ollie.conf: -------------------------------------------------------------------------------- 1 | background #212024 2 | foreground #8a8dae 3 | cursor #5b6da7 4 | selection_background #1e3965 5 | color0 #000000 6 | color8 #5a3625 7 | color1 #ab2e30 8 | color9 #ff3d48 9 | color2 #31ab60 10 | color10 #3bff99 11 | color3 #ab4200 12 | color11 #ff5e1e 13 | color4 #2c56ab 14 | color12 #4487ff 15 | color5 #af8427 16 | color13 #ffc21c 17 | color6 #1fa5ab 18 | color14 #1efaff 19 | color7 #8a8dab 20 | color15 #5b6da7 21 | selection_foreground #212024 22 | -------------------------------------------------------------------------------- /kitty/.config/kitty/kitty-themes/OneDark.conf: -------------------------------------------------------------------------------- 1 | # One Dark by Giuseppe Cesarano, https://github.com/GiuseppeCesarano 2 | # This work is licensed under the terms of the GPL-2.0 license. 3 | # For a copy, see https://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html. 4 | 5 | foreground #979eab 6 | background #282c34 7 | cursor #cccccc 8 | color0 #282c34 9 | color1 #e06c75 10 | color2 #98c379 11 | color3 #e5c07b 12 | color4 #61afef 13 | color5 #be5046 14 | color6 #56b6c2 15 | color7 #979eab 16 | color8 #393e48 17 | color9 #d19a66 18 | color10 #56b6c2 19 | color11 #e5c07b 20 | color12 #61afef 21 | color13 #be5046 22 | color14 #56b6c2 23 | color15 #abb2bf 24 | selection_foreground #282c34 25 | selection_background #979eab 26 | -------------------------------------------------------------------------------- /kitty/.config/kitty/kitty-themes/Parasio_Dark.conf: -------------------------------------------------------------------------------- 1 | background #2f1d2e 2 | foreground #a39d9b 3 | cursor #a39d9b 4 | selection_background #4f414c 5 | color0 #2f1d2e 6 | color8 #776d70 7 | color1 #ef6154 8 | color9 #ef6154 9 | color2 #48b685 10 | color10 #48b685 11 | color3 #fec418 12 | color11 #fec418 13 | color4 #05b6ef 14 | color12 #05b6ef 15 | color5 #805ba3 16 | color13 #805ba3 17 | color6 #5bc4be 18 | color14 #5bc4be 19 | color7 #a39d9b 20 | color15 #e6e9da 21 | selection_foreground #2f1d2e 22 | -------------------------------------------------------------------------------- /kitty/.config/kitty/kitty-themes/PaulMillr.conf: -------------------------------------------------------------------------------- 1 | background #000000 2 | foreground #f1f1f1 3 | cursor #4c4c4c 4 | selection_background #414141 5 | color0 #2a2a2a 6 | color8 #666666 7 | color1 #ff0000 8 | color9 #ff007f 9 | color2 #78ff0e 10 | color10 #66ff66 11 | color3 #e6be00 12 | color11 #f3d64d 13 | color4 #396ad6 14 | color12 #7099ec 15 | color5 #b348bd 16 | color13 #da66e5 17 | color6 #66ccff 18 | color14 #79def1 19 | color7 #bababa 20 | color15 #ffffff 21 | selection_foreground #000000 22 | -------------------------------------------------------------------------------- /kitty/.config/kitty/kitty-themes/PencilDark.conf: -------------------------------------------------------------------------------- 1 | background #202020 2 | foreground #f0f0f0 3 | cursor #20bafb 4 | selection_background #b6d6fc 5 | color0 #202020 6 | color8 #414141 7 | color1 #c30670 8 | color9 #fb0079 9 | color2 #10a778 10 | color10 #5ed6ae 11 | color3 #a79c14 12 | color11 #f3e42f 13 | color4 #008ec4 14 | color12 #20bafb 15 | color5 #523b78 16 | color13 #6854de 17 | color6 #20a4b9 18 | color14 #4fb8cc 19 | color7 #d9d9d9 20 | color15 #f0f0f0 21 | selection_foreground #202020 22 | -------------------------------------------------------------------------------- /kitty/.config/kitty/kitty-themes/PencilLight.conf: -------------------------------------------------------------------------------- 1 | background #f0f0f0 2 | foreground #414141 3 | cursor #20bafb 4 | selection_background #b6d6fc 5 | color0 #202020 6 | color8 #414141 7 | color1 #c30670 8 | color9 #fb0079 9 | color2 #10a778 10 | color10 #5ed6ae 11 | color3 #a79c14 12 | color11 #f3e42f 13 | color4 #008ec4 14 | color12 #20bafb 15 | color5 #523b78 16 | color13 #6854de 17 | color6 #20a4b9 18 | color14 #4fb8cc 19 | color7 #d9d9d9 20 | color15 #f0f0f0 21 | selection_foreground #f0f0f0 22 | -------------------------------------------------------------------------------- /kitty/.config/kitty/kitty-themes/Piatto_Light.conf: -------------------------------------------------------------------------------- 1 | background #ffffff 2 | foreground #414141 3 | cursor #5e76c7 4 | selection_background #6f6a4e 5 | color0 #414141 6 | color8 #3e3e3e 7 | color1 #b23670 8 | color9 #da3365 9 | color2 #66781d 10 | color10 #829428 11 | color3 #cc6e33 12 | color11 #cc6e33 13 | color4 #3b5ea7 14 | color12 #3b5ea7 15 | color5 #a353b2 16 | color13 #a353b2 17 | color6 #66781d 18 | color14 #829428 19 | color7 #ffffff 20 | color15 #f1f1f1 21 | selection_foreground #ffffff 22 | -------------------------------------------------------------------------------- /kitty/.config/kitty/kitty-themes/Pnevma.conf: -------------------------------------------------------------------------------- 1 | background #1c1c1c 2 | foreground #d0d0d0 3 | cursor #e3c8ae 4 | selection_background #4d4d4d 5 | color0 #2f2e2d 6 | color8 #4a4845 7 | color1 #a36666 8 | color9 #d78787 9 | color2 #90a57d 10 | color10 #afbea2 11 | color3 #d7af87 12 | color11 #e4c9af 13 | color4 #7fa5bd 14 | color12 #a1bdce 15 | color5 #c79ec4 16 | color13 #d7beda 17 | color6 #8adbb4 18 | color14 #b1e7dd 19 | color7 #d0d0d0 20 | color15 #efefef 21 | selection_foreground #1c1c1c 22 | -------------------------------------------------------------------------------- /kitty/.config/kitty/kitty-themes/Pro.conf: -------------------------------------------------------------------------------- 1 | # Theme ported from the Mac Terminal application. 2 | 3 | background #000000 4 | foreground #f2f2f2 5 | cursor #4d4d4d 6 | selection_background #414141 7 | color0 #000000 8 | color8 #666666 9 | color1 #990000 10 | color9 #e50000 11 | color2 #00a600 12 | color10 #00d900 13 | color3 #999900 14 | color11 #e5e500 15 | color4 #1f08db 16 | color12 #0000ff 17 | color5 #b200b2 18 | color13 #e500e5 19 | color6 #00a6b2 20 | color14 #00e5e5 21 | color7 #bfbfbf 22 | color15 #e5e5e5 23 | selection_foreground #000000 24 | -------------------------------------------------------------------------------- /kitty/.config/kitty/kitty-themes/Red_Alert.conf: -------------------------------------------------------------------------------- 1 | background #762423 2 | foreground #ffffff 3 | cursor #ffffff 4 | selection_background #073642 5 | color0 #000000 6 | color8 #262626 7 | color1 #d52e4d 8 | color9 #e02453 9 | color2 #71be6b 10 | color10 #aff08b 11 | color3 #beb86b 12 | color11 #dfddb7 13 | color4 #479bed 14 | color12 #65a9f0 15 | color5 #e878d6 16 | color13 #ddb7df 17 | color6 #6bbeb8 18 | color14 #b7dfdd 19 | color7 #d6d6d6 20 | color15 #ffffff 21 | selection_foreground #762423 22 | -------------------------------------------------------------------------------- /kitty/.config/kitty/kitty-themes/Red_Sands.conf: -------------------------------------------------------------------------------- 1 | # Theme ported from the Mac Terminal application. 2 | 3 | background #79241d 4 | foreground #d6c8a7 5 | cursor #ffffff 6 | selection_background #a4a390 7 | color0 #000000 8 | color8 #545454 9 | color1 #ff3e00 10 | color9 #ba0000 11 | color2 #00ba00 12 | color10 #00ba00 13 | color3 #e6af00 14 | color11 #e6af00 15 | color4 #0071ff 16 | color12 #0071ae 17 | color5 #ba00ba 18 | color13 #ff54ff 19 | color6 #00baba 20 | color14 #54ffff 21 | color7 #bababa 22 | color15 #ffffff 23 | selection_foreground #79241d 24 | -------------------------------------------------------------------------------- /kitty/.config/kitty/kitty-themes/Relaxed_Afterglow.conf: -------------------------------------------------------------------------------- 1 | # Relaxed Afterglow by Michael Kühnel , https://github.com/Relaxed-Theme/relaxed-terminal-themes 2 | # This work is licensed under the terms of the MIT license. 3 | # For a copy, see https://opensource.org/licenses/MIT. 4 | 5 | background #353a44 6 | foreground #d9d9d9 7 | cursor #d9d9d9 8 | selection_foreground #d8d8d8 9 | selection_background #6a7984 10 | color0 #151515 11 | color1 #bc5653 12 | color2 #909d63 13 | color3 #ebc17a 14 | color4 #6a8799 15 | color5 #b06698 16 | color6 #c9dfff 17 | color7 #d9d9d9 18 | color8 #636363 19 | color9 #bc5653 20 | color10 #a0ac77 21 | color11 #ebc17a 22 | color12 #7eaac7 23 | color13 #b06698 24 | color14 #acbbd0 25 | color15 #f7f7f7 26 | -------------------------------------------------------------------------------- /kitty/.config/kitty/kitty-themes/Renault_Style.conf: -------------------------------------------------------------------------------- 1 | background #3a3a3a 2 | foreground #e9cb7b 3 | cursor #7f7f7f 4 | selection_background #958553 5 | 6 | color0 #000000 7 | color1 #990000 8 | color2 #00A600 9 | color3 #999900 10 | color4 #0000B2 11 | color5 #B200B2 12 | color6 #00A6B2 13 | color7 #BFBFBF 14 | color8 #666666 15 | color9 #E50000 16 | color10 #00d800 17 | color11 #E5E500 18 | color12 #0000FF 19 | color13 #E500E5 20 | color14 #00e5e5 21 | color15 #E5E5E5 22 | selection_foreground #3a3a3a 23 | -------------------------------------------------------------------------------- /kitty/.config/kitty/kitty-themes/Renault_Style_Light.conf: -------------------------------------------------------------------------------- 1 | background #3a3a3a 2 | foreground #e9cb7b 3 | cursor #7f7f7f 4 | selection_background #958553 5 | color0 #000000 6 | color8 #323232 7 | color1 #da4839 8 | color9 #ff7b6a 9 | color2 #509f50 10 | color10 #83d082 11 | color3 #ffd249 12 | color11 #ffff7b 13 | color4 #46657d 14 | color12 #9fcef0 15 | color5 #cfcfff 16 | color13 #ffffff 17 | color6 #87c1f1 18 | color14 #a4d4f8 19 | color7 #ffffff 20 | color15 #ffffff 21 | selection_foreground #3a3a3a 22 | -------------------------------------------------------------------------------- /kitty/.config/kitty/kitty-themes/Rippedcasts.conf: -------------------------------------------------------------------------------- 1 | background #2b2b2b 2 | foreground #ffffff 3 | cursor #7f7f7f 4 | selection_background #5a637e 5 | color0 #000000 6 | color8 #666666 7 | color1 #ccae95 8 | color9 #edcbac 9 | color2 #a7ff60 10 | color10 #bced68 11 | color3 #beba1f 12 | color11 #e5e500 13 | color4 #74a4af 14 | color12 #86bdc8 15 | color5 #ff73fd 16 | color13 #e500e5 17 | color6 #5a637e 18 | color14 #8b9bc4 19 | color7 #bebebe 20 | color15 #e5e5e5 21 | selection_foreground #2b2b2b 22 | -------------------------------------------------------------------------------- /kitty/.config/kitty/kitty-themes/Royal.conf: -------------------------------------------------------------------------------- 1 | background #100814 2 | foreground #504868 3 | cursor #514965 4 | selection_background #1e1d2a 5 | color0 #241f2a 6 | color8 #312d3c 7 | color1 #90274b 8 | color9 #d4346c 9 | color2 #23801c 10 | color10 #2cd845 11 | color3 #b49d27 12 | color11 #fde83a 13 | color4 #6480af 14 | color12 #8fb9f9 15 | color5 #664d96 16 | color13 #a479e2 17 | color6 #8aaabd 18 | color14 #abd3eb 19 | color7 #514965 20 | color15 #9d8bbd 21 | selection_foreground #100814 22 | -------------------------------------------------------------------------------- /kitty/.config/kitty/kitty-themes/SeaShells.conf: -------------------------------------------------------------------------------- 1 | background #08131a 2 | foreground #deb88d 3 | cursor #fba02f 4 | selection_background #1e4862 5 | color0 #17384c 6 | color8 #424b52 7 | color1 #d05023 8 | color9 #d38677 9 | color2 #027b9b 10 | color10 #618c98 11 | color3 #fba02f 12 | color11 #fdd29e 13 | color4 #1d4850 14 | color12 #1abcdd 15 | color5 #68d3f0 16 | color13 #bbe3ee 17 | color6 #50a3b5 18 | color14 #86abb3 19 | color7 #deb88d 20 | color15 #fee3cd 21 | selection_foreground #08131a 22 | -------------------------------------------------------------------------------- /kitty/.config/kitty/kitty-themes/Seafoam_Pastel.conf: -------------------------------------------------------------------------------- 1 | background #243335 2 | foreground #d3e6d3 3 | cursor #576379 4 | selection_background #ffffff 5 | color0 #747474 6 | color8 #8a8a8a 7 | color1 #825d4c 8 | color9 #cf9279 9 | color2 #718b62 10 | color10 #98d9aa 11 | color3 #aca06d 12 | color11 #fae69c 13 | color4 #4c7b82 14 | color12 #79c3cf 15 | color5 #8a7166 16 | color13 #d6b2a0 17 | color6 #719494 18 | color14 #acdfdf 19 | color7 #dfdfdf 20 | color15 #dfdfdf 21 | selection_foreground #243335 22 | -------------------------------------------------------------------------------- /kitty/.config/kitty/kitty-themes/Seti.conf: -------------------------------------------------------------------------------- 1 | background #111213 2 | foreground #cacecd 3 | cursor #e2be21 4 | selection_background #303233 5 | color0 #323232 6 | color8 #323232 7 | color1 #c22832 8 | color9 #c22832 9 | color2 #8ec43d 10 | color10 #8ec43d 11 | color3 #e0c64f 12 | color11 #e0c64f 13 | color4 #43a5d5 14 | color12 #43a5d5 15 | color5 #8b57b5 16 | color13 #8b57b5 17 | color6 #8ec43d 18 | color14 #8ec43d 19 | color7 #eeeeee 20 | color15 #ffffff 21 | selection_foreground #111213 22 | -------------------------------------------------------------------------------- /kitty/.config/kitty/kitty-themes/Shaman.conf: -------------------------------------------------------------------------------- 1 | background #001014 2 | foreground #405555 3 | cursor #49fcd5 4 | selection_background #415554 5 | color0 #012026 6 | color8 #374350 7 | color1 #b12f2c 8 | color9 #ff4242 9 | color2 #00a940 10 | color10 #2aea5e 11 | color3 #5d8aa9 12 | color11 #8dd3fd 13 | color4 #449985 14 | color12 #61d4b9 15 | color5 #00599c 16 | color13 #1298ff 17 | color6 #5c7e19 18 | color14 #98cf28 19 | color7 #405554 20 | color15 #58fad6 21 | selection_foreground #001014 22 | -------------------------------------------------------------------------------- /kitty/.config/kitty/kitty-themes/Slate.conf: -------------------------------------------------------------------------------- 1 | background #212121 2 | foreground #34b0d2 3 | cursor #87d2c3 4 | selection_background #0f3754 5 | color0 #212121 6 | color8 #ffffff 7 | color1 #e1a7bf 8 | color9 #ffccd8 9 | color2 #80d778 10 | color10 #bdffa8 11 | color3 #c4c9bf 12 | color11 #d0cbc9 13 | color4 #254a49 14 | color12 #79afd2 15 | color5 #a380d3 16 | color13 #c4a7d8 17 | color6 #14ab9c 18 | color14 #8bdee0 19 | color7 #02c4e0 20 | color15 #e0e0e0 21 | selection_foreground #212121 22 | -------------------------------------------------------------------------------- /kitty/.config/kitty/kitty-themes/Smyck.conf: -------------------------------------------------------------------------------- 1 | background #1b1b1b 2 | foreground #f7f7f7 3 | cursor #bbbbbb 4 | selection_background #207383 5 | color0 #000000 6 | color8 #7a7a7a 7 | color1 #b74131 8 | color9 #d6837b 9 | color2 #7da900 10 | color10 #c4f036 11 | color3 #c4a400 12 | color11 #fee14d 13 | color4 #62a3c4 14 | color12 #8dcff0 15 | color5 #b98acc 16 | color13 #f799ff 17 | color6 #207383 18 | color14 #69d9cf 19 | color7 #a0a0a0 20 | color15 #f7f7f7 21 | selection_foreground #1b1b1b 22 | -------------------------------------------------------------------------------- /kitty/.config/kitty/kitty-themes/SoftServer.conf: -------------------------------------------------------------------------------- 1 | background #242626 2 | foreground #99a3a2 3 | cursor #d1dfde 4 | selection_background #7f8786 5 | color0 #000000 6 | color8 #666c6b 7 | color1 #a16869 8 | color9 #dc5b5f 9 | color2 #99a569 10 | color10 #bfde54 11 | color3 #a29069 12 | color11 #deb35f 13 | color4 #6a8fa3 14 | color12 #62b1df 15 | color5 #6971a3 16 | color13 #5f6ede 17 | color6 #6ba48f 18 | color14 #64e39c 19 | color7 #99a3a2 20 | color15 #d1dfde 21 | selection_foreground #242626 22 | -------------------------------------------------------------------------------- /kitty/.config/kitty/kitty-themes/Solarized_Darcula.conf: -------------------------------------------------------------------------------- 1 | background #3d3f41 2 | foreground #d2d8d9 3 | cursor #708183 4 | selection_background #214283 5 | color0 #25292a 6 | color8 #25292a 7 | color1 #f24840 8 | color9 #f24840 9 | color2 #629655 10 | color10 #629655 11 | color3 #b68800 12 | color11 #b68800 13 | color4 #2074c7 14 | color12 #2074c7 15 | color5 #797fd4 16 | color13 #797fd4 17 | color6 #15968d 18 | color14 #15968d 19 | color7 #d2d8d9 20 | color15 #d2d8d9 21 | selection_foreground #3d3f41 22 | -------------------------------------------------------------------------------- /kitty/.config/kitty/kitty-themes/Solarized_Dark.conf: -------------------------------------------------------------------------------- 1 | background #001e26 2 | foreground #708183 3 | cursor #708183 4 | selection_background #002731 5 | color0 #002731 6 | color8 #001e26 7 | color1 #d01b24 8 | color9 #bd3612 9 | color2 #728905 10 | color10 #465a61 11 | color3 #a57705 12 | color11 #52676f 13 | color4 #2075c7 14 | color12 #708183 15 | color5 #c61b6e 16 | color13 #5856b9 17 | color6 #259185 18 | color14 #81908f 19 | color7 #e9e2cb 20 | color15 #fcf4dc 21 | selection_foreground #001e26 22 | -------------------------------------------------------------------------------- /kitty/.config/kitty/kitty-themes/Solarized_Dark_-_Patched.conf: -------------------------------------------------------------------------------- 1 | background #001e26 2 | foreground #708183 3 | cursor #708183 4 | selection_background #002731 5 | color0 #002731 6 | color8 #465a61 7 | color1 #d01b24 8 | color9 #bd3612 9 | color2 #728905 10 | color10 #465a61 11 | color3 #a57705 12 | color11 #52676f 13 | color4 #2075c7 14 | color12 #708183 15 | color5 #c61b6e 16 | color13 #5856b9 17 | color6 #259185 18 | color14 #81908f 19 | color7 #e9e2cb 20 | color15 #fcf4dc 21 | selection_foreground #001e26 22 | -------------------------------------------------------------------------------- /kitty/.config/kitty/kitty-themes/Solarized_Dark_Higher_Contrast.conf: -------------------------------------------------------------------------------- 1 | background #001e26 2 | foreground #9bc1c2 3 | cursor #f34a00 4 | selection_background #003747 5 | color0 #002731 6 | color8 #006388 7 | color1 #d01b24 8 | color9 #f4153b 9 | color2 #6bbe6c 10 | color10 #50ee84 11 | color3 #a57705 12 | color11 #b17e28 13 | color4 #2075c7 14 | color12 #178dc7 15 | color5 #c61b6e 16 | color13 #e14d8e 17 | color6 #259185 18 | color14 #00b29e 19 | color7 #e9e2cb 20 | color15 #fcf4dc 21 | selection_foreground #001e26 22 | -------------------------------------------------------------------------------- /kitty/.config/kitty/kitty-themes/Solarized_Light.conf: -------------------------------------------------------------------------------- 1 | background #fdf6e3 2 | foreground #52676f 3 | cursor #52676f 4 | selection_background #e9e2cb 5 | color0 #e4e4e4 6 | color8 #ffffd7 7 | color1 #d70000 8 | color9 #d75f00 9 | color2 #5f8700 10 | color10 #585858 11 | color3 #af8700 12 | color11 #626262 13 | color4 #0087ff 14 | color12 #808080 15 | color5 #af005f 16 | color13 #5f5faf 17 | color6 #00afaf 18 | color14 #8a8a8a 19 | color7 #262626 20 | color15 #1c1c1c 21 | selection_foreground #fcf4dc 22 | -------------------------------------------------------------------------------- /kitty/.config/kitty/kitty-themes/Source_Code_X.conf: -------------------------------------------------------------------------------- 1 | foreground #000000 2 | background #1f1f24 3 | cursor #7F7F7F 4 | color0 #4e596b 5 | color8 #91a0b1 6 | color1 #fb695d 7 | color7 #BFBFBF 8 | color9 #fb695d 9 | color2 #74b391 10 | color10 #aef37c 11 | color3 #fc8e3e 12 | color11 #fc8e3e 13 | color4 #9586f4 14 | color12 #53a4fb 15 | color5 #fb5ea3 16 | color13 #fb5ea3 17 | color6 #79c8b6 18 | color14 #83d2c0 19 | color15 #91a0b1 20 | selection_foreground #1f1f24 21 | selection_background #000000 22 | -------------------------------------------------------------------------------- /kitty/.config/kitty/kitty-themes/SpaceGray.conf: -------------------------------------------------------------------------------- 1 | background #20232c 2 | foreground #b2b8c2 3 | cursor #b2b8c2 4 | selection_background #15171e 5 | color0 #000000 6 | color8 #000000 7 | color1 #af4b57 8 | color9 #af4b57 9 | color2 #87b279 10 | color10 #87b279 11 | color3 #e5c078 12 | color11 #e5c078 13 | color4 #7c8fa3 14 | color12 #7c8fa3 15 | color5 #a37996 16 | color13 #a37996 17 | color6 #84a6a4 18 | color14 #84a6a4 19 | color7 #b2b8c2 20 | color15 #fffefe 21 | selection_foreground #20232c 22 | -------------------------------------------------------------------------------- /kitty/.config/kitty/kitty-themes/SpaceGray_Eighties.conf: -------------------------------------------------------------------------------- 1 | background #212121 2 | foreground #bdb9ae 3 | cursor #bbbbbb 4 | selection_background #262e35 5 | color0 #15171c 6 | color8 #545454 7 | color1 #ec5f67 8 | color9 #ff6973 9 | color2 #80a763 10 | color10 #93d393 11 | color3 #fdc253 12 | color11 #ffd156 13 | color4 #5485c0 14 | color12 #4d83d0 15 | color5 #bf83c0 16 | color13 #ff55ff 17 | color6 #57c2c0 18 | color14 #83e8e4 19 | color7 #eeece7 20 | color15 #ffffff 21 | selection_foreground #212121 22 | -------------------------------------------------------------------------------- /kitty/.config/kitty/kitty-themes/SpaceGray_Eighties_Dull.conf: -------------------------------------------------------------------------------- 1 | background #212121 2 | foreground #c8c5bc 3 | cursor #bbbbbb 4 | selection_background #262e36 5 | color0 #15171c 6 | color8 #545454 7 | color1 #b14956 8 | color9 #ec5f67 9 | color2 #91b377 10 | color10 #88e985 11 | color3 #c6725a 12 | color11 #fdc253 13 | color4 #7b8fa4 14 | color12 #5485c0 15 | color5 #a5779e 16 | color13 #bf83c0 17 | color6 #7fcccb 18 | color14 #58c2c0 19 | color7 #b2b8c2 20 | color15 #ffffff 21 | selection_foreground #212121 22 | -------------------------------------------------------------------------------- /kitty/.config/kitty/kitty-themes/Spacedust.conf: -------------------------------------------------------------------------------- 1 | background #0a1e24 2 | foreground #ecefc1 3 | cursor #708183 4 | selection_background #0a385c 5 | color0 #6e5246 6 | color8 #674c31 7 | color1 #e35a00 8 | color9 #ff8a39 9 | color2 #5cab96 10 | color10 #adcab8 11 | color3 #e3cd7b 12 | color11 #ffc777 13 | color4 #0e548b 14 | color12 #67a0cd 15 | color5 #e35a00 16 | color13 #ff8a39 17 | color6 #06afc7 18 | color14 #83a6b3 19 | color7 #f0f1ce 20 | color15 #fefff0 21 | selection_foreground #0a1e24 22 | -------------------------------------------------------------------------------- /kitty/.config/kitty/kitty-themes/Spiderman.conf: -------------------------------------------------------------------------------- 1 | background #1b1d1e 2 | foreground #e2e2e2 3 | cursor #2b3fff 4 | selection_background #070e4f 5 | color0 #1b1d1e 6 | color8 #505354 7 | color1 #e60712 8 | color9 #ff0325 9 | color2 #e22828 10 | color10 #ff3238 11 | color3 #e24655 12 | color11 #fe3935 13 | color4 #2b3fff 14 | color12 #1d4fff 15 | color5 #2435db 16 | color13 #737bff 17 | color6 #3255ff 18 | color14 #6083ff 19 | color7 #fffef6 20 | color15 #fefff9 21 | selection_foreground #1b1d1e 22 | -------------------------------------------------------------------------------- /kitty/.config/kitty/kitty-themes/Spring.conf: -------------------------------------------------------------------------------- 1 | background #ffffff 2 | foreground #4d4d4c 3 | cursor #4d4d4c 4 | selection_background #d6d6d6 5 | color0 #000000 6 | color8 #000000 7 | color1 #ff4c83 8 | color9 #ff0021 9 | color2 #1f8c3a 10 | color10 #1fc231 11 | color3 #1fc95a 12 | color11 #d4b706 13 | color4 #1cd2ee 14 | color12 #15a9fd 15 | color5 #8959a8 16 | color13 #8959a8 17 | color6 #3e999f 18 | color14 #3e999f 19 | color7 #fffefe 20 | color15 #fffefe 21 | selection_foreground #ffffff 22 | -------------------------------------------------------------------------------- /kitty/.config/kitty/kitty-themes/Square.conf: -------------------------------------------------------------------------------- 1 | background #1a1a1a 2 | foreground #acacab 3 | cursor #fbfacc 4 | selection_background #4d4d4d 5 | color0 #050505 6 | color8 #141414 7 | color1 #e9897c 8 | color9 #f99286 9 | color2 #b6377d 10 | color10 #c3f786 11 | color3 #ecebbe 12 | color11 #fcfbcc 13 | color4 #a9cdeb 14 | color12 #b6defb 15 | color5 #75507b 16 | color13 #ad7fa8 17 | color6 #c9caec 18 | color14 #d7d9fc 19 | color7 #f2f2f2 20 | color15 #e2e2e2 21 | selection_foreground #1a1a1a 22 | -------------------------------------------------------------------------------- /kitty/.config/kitty/kitty-themes/Sundried.conf: -------------------------------------------------------------------------------- 1 | background #1a1818 2 | foreground #c8c8c8 3 | cursor #fffefe 4 | selection_background #302b2a 5 | color0 #302b2a 6 | color8 #4d4d47 7 | color1 #a6463d 8 | color9 #aa000c 9 | color2 #577644 10 | color10 #128c20 11 | color3 #9c5f2a 12 | color11 #fc6a20 13 | color4 #485a98 14 | color12 #7898f7 15 | color5 #854551 16 | color13 #fc89a0 17 | color6 #9c814e 18 | color14 #fad384 19 | color7 #c8c8c8 20 | color15 #fffefe 21 | selection_foreground #1a1818 22 | -------------------------------------------------------------------------------- /kitty/.config/kitty/kitty-themes/Symfonic.conf: -------------------------------------------------------------------------------- 1 | background #000000 2 | foreground #ffffff 3 | cursor #dc322f 4 | selection_background #073642 5 | color0 #000000 6 | color8 #1b1d21 7 | color1 #dc322f 8 | color9 #dc322f 9 | color2 #56db3a 10 | color10 #56db3a 11 | color3 #ff8400 12 | color11 #ff8400 13 | color4 #0084d4 14 | color12 #0084d4 15 | color5 #b729d9 16 | color13 #b729d9 17 | color6 #ccccff 18 | color14 #ccccff 19 | color7 #ffffff 20 | color15 #ffffff 21 | selection_foreground #000000 22 | -------------------------------------------------------------------------------- /kitty/.config/kitty/kitty-themes/Tango_Dark.conf: -------------------------------------------------------------------------------- 1 | background #000000 2 | foreground #ffffff 3 | cursor #ffffff 4 | selection_background #b4d5ff 5 | color0 #000000 6 | color8 #545753 7 | color1 #cc0000 8 | color9 #ef2828 9 | color2 #4e9a05 10 | color10 #8ae234 11 | color3 #c4a000 12 | color11 #fce94e 13 | color4 #3464a4 14 | color12 #719ecf 15 | color5 #74507a 16 | color13 #ad7ea7 17 | color6 #05989a 18 | color14 #34e2e2 19 | color7 #d3d7cf 20 | color15 #ededec 21 | selection_foreground #000000 22 | -------------------------------------------------------------------------------- /kitty/.config/kitty/kitty-themes/Tango_Light.conf: -------------------------------------------------------------------------------- 1 | background #ffffff 2 | foreground #000000 3 | cursor #000000 4 | selection_background #b4d5ff 5 | color0 #000000 6 | color8 #545753 7 | color1 #cc0000 8 | color9 #ef2828 9 | color2 #4e9a05 10 | color10 #8ae234 11 | color3 #c4a000 12 | color11 #fce94e 13 | color4 #3464a4 14 | color12 #719ecf 15 | color5 #74507a 16 | color13 #ad7ea7 17 | color6 #05989a 18 | color14 #34e2e2 19 | color7 #d3d7cf 20 | color15 #ededec 21 | selection_foreground #ffffff 22 | -------------------------------------------------------------------------------- /kitty/.config/kitty/kitty-themes/Teerb.conf: -------------------------------------------------------------------------------- 1 | background #262626 2 | foreground #d0d0d0 3 | cursor #e3c8ae 4 | selection_background #4d4d4d 5 | color0 #1c1c1c 6 | color8 #1c1c1c 7 | color1 #d68686 8 | color9 #d68686 9 | color2 #aed686 10 | color10 #aed686 11 | color3 #d7af87 12 | color11 #e4c9af 13 | color4 #86aed6 14 | color12 #86aed6 15 | color5 #d6aed6 16 | color13 #d6aed6 17 | color6 #8adbb4 18 | color14 #b1e7dd 19 | color7 #d0d0d0 20 | color15 #efefef 21 | selection_foreground #262626 22 | -------------------------------------------------------------------------------- /kitty/.config/kitty/kitty-themes/Thayer_Bright.conf: -------------------------------------------------------------------------------- 1 | background #1b1d1e 2 | foreground #f8f8f8 3 | cursor #fc971e 4 | selection_background #4d4d4d 5 | color0 #1b1d1e 6 | color8 #505354 7 | color1 #f92672 8 | color9 #ff5995 9 | color2 #4df740 10 | color10 #b6e354 11 | color3 #f3fd21 12 | color11 #feed6c 13 | color4 #2656d6 14 | color12 #3f78ff 15 | color5 #8c54fe 16 | color13 #9e6ffe 17 | color6 #37c8b4 18 | color14 #23ced4 19 | color7 #ccccc6 20 | color15 #f8f8f2 21 | selection_foreground #1b1d1e 22 | -------------------------------------------------------------------------------- /kitty/.config/kitty/kitty-themes/The_Hulk.conf: -------------------------------------------------------------------------------- 1 | background #1b1d1e 2 | foreground #b4b4b4 3 | cursor #15b61a 4 | selection_background #4d4f4c 5 | color0 #1b1d1e 6 | color8 #505354 7 | color1 #259d1a 8 | color9 #8dff2a 9 | color2 #13ce2f 10 | color10 #48ff76 11 | color3 #62e456 12 | color11 #3afe15 13 | color4 #2424f4 14 | color12 #4f6a95 15 | color5 #641e73 16 | color13 #72579d 17 | color6 #378ca9 18 | color14 #3f85a5 19 | color7 #d8d8d0 20 | color15 #e5e5e0 21 | selection_foreground #1b1d1e 22 | -------------------------------------------------------------------------------- /kitty/.config/kitty/kitty-themes/Tomorrow.conf: -------------------------------------------------------------------------------- 1 | background #ffffff 2 | foreground #4c4c4c 3 | cursor #4c4c4c 4 | selection_background #d6d6d6 5 | color0 #000000 6 | color8 #000000 7 | color1 #c82828 8 | color9 #c82828 9 | color2 #708b00 10 | color10 #708b00 11 | color3 #e9b600 12 | color11 #e9b600 13 | color4 #4170ae 14 | color12 #4170ae 15 | color5 #8958a7 16 | color13 #8958a7 17 | color6 #3d999f 18 | color14 #3d999f 19 | color7 #fffefe 20 | color15 #fffefe 21 | selection_foreground #ffffff 22 | -------------------------------------------------------------------------------- /kitty/.config/kitty/kitty-themes/Tomorrow_Night.conf: -------------------------------------------------------------------------------- 1 | background #1d1f21 2 | foreground #c4c8c5 3 | cursor #c4c8c5 4 | selection_background #363a41 5 | color0 #000000 6 | color8 #000000 7 | color1 #cc6666 8 | color9 #cc6666 9 | color2 #b5bd68 10 | color10 #b5bd68 11 | color3 #f0c574 12 | color11 #f0c574 13 | color4 #80a1bd 14 | color12 #80a1bd 15 | color5 #b294ba 16 | color13 #b294ba 17 | color6 #8abdb6 18 | color14 #8abdb6 19 | color7 #fffefe 20 | color15 #fffefe 21 | selection_foreground #1d1f21 22 | -------------------------------------------------------------------------------- /kitty/.config/kitty/kitty-themes/Tomorrow_Night_Blue.conf: -------------------------------------------------------------------------------- 1 | background #002450 2 | foreground #fffefe 3 | cursor #fffefe 4 | selection_background #003e8e 5 | color0 #000000 6 | color8 #000000 7 | color1 #ff9ca3 8 | color9 #ff9ca3 9 | color2 #d0f0a8 10 | color10 #d0f0a8 11 | color3 #ffedac 12 | color11 #ffedac 13 | color4 #badaff 14 | color12 #badaff 15 | color5 #ebbaff 16 | color13 #ebbaff 17 | color6 #99ffff 18 | color14 #99ffff 19 | color7 #fffefe 20 | color15 #fffefe 21 | selection_foreground #002450 22 | -------------------------------------------------------------------------------- /kitty/.config/kitty/kitty-themes/Tomorrow_Night_Bright.conf: -------------------------------------------------------------------------------- 1 | background #000000 2 | foreground #e9e9e9 3 | cursor #e9e9e9 4 | selection_background #424242 5 | color0 #000000 6 | color8 #000000 7 | color1 #d44d53 8 | color9 #d44d53 9 | color2 #b9c949 10 | color10 #b9c949 11 | color3 #e6c446 12 | color11 #e6c446 13 | color4 #79a6da 14 | color12 #79a6da 15 | color5 #c396d7 16 | color13 #c396d7 17 | color6 #70c0b1 18 | color14 #70c0b1 19 | color7 #fffefe 20 | color15 #fffefe 21 | selection_foreground #000000 22 | -------------------------------------------------------------------------------- /kitty/.config/kitty/kitty-themes/Tomorrow_Night_Eighties.conf: -------------------------------------------------------------------------------- 1 | background #2c2c2c 2 | foreground #cccccc 3 | cursor #cccccc 4 | selection_background #505050 5 | color0 #000000 6 | color8 #000000 7 | color1 #f17779 8 | color9 #f17779 9 | color2 #99cc99 10 | color10 #99cc99 11 | color3 #ffcc66 12 | color11 #ffcc66 13 | color4 #6699cc 14 | color12 #6699cc 15 | color5 #cc99cc 16 | color13 #cc99cc 17 | color6 #66cccc 18 | color14 #66cccc 19 | color7 #fffefe 20 | color15 #fffefe 21 | selection_foreground #2c2c2c 22 | -------------------------------------------------------------------------------- /kitty/.config/kitty/kitty-themes/ToyChest.conf: -------------------------------------------------------------------------------- 1 | background #23364a 2 | foreground #30cf7b 3 | cursor #d4d4d4 4 | selection_background #5f207a 5 | color0 #2c3f57 6 | color8 #326889 7 | color1 #be2d26 8 | color9 #dd5943 9 | color2 #199171 10 | color10 #30cf7b 11 | color3 #da8e26 12 | color11 #e7d74b 13 | color4 #325d96 14 | color12 #33a5d9 15 | color5 #8a5ddb 16 | color13 #ad6bdc 17 | color6 #35a08f 18 | color14 #41c3ad 19 | color7 #23d082 20 | color15 #d4d4d4 21 | selection_foreground #23364a 22 | -------------------------------------------------------------------------------- /kitty/.config/kitty/kitty-themes/Treehouse.conf: -------------------------------------------------------------------------------- 1 | background #191919 2 | foreground #776b53 3 | cursor #fac814 4 | selection_background #776b53 5 | color0 #321200 6 | color8 #423625 7 | color1 #b1270e 8 | color9 #ed5c20 9 | color2 #44a900 10 | color10 #55f237 11 | color3 #a9810b 12 | color11 #f1b731 13 | color4 #578499 14 | color12 #85cfec 15 | color5 #96363c 16 | color13 #e04b5a 17 | color6 #b2591d 18 | color14 #f07c14 19 | color7 #776b53 20 | color15 #ffc800 21 | selection_foreground #191919 22 | -------------------------------------------------------------------------------- /kitty/.config/kitty/kitty-themes/Twilight.conf: -------------------------------------------------------------------------------- 1 | background #141414 2 | foreground #feffd3 3 | cursor #ffffff 4 | selection_background #303030 5 | color0 #141414 6 | color8 #262626 7 | color1 #c06c43 8 | color9 #dd7c4c 9 | color2 #afb979 10 | color10 #cbd88c 11 | color3 #c2a86c 12 | color11 #e1c47d 13 | color4 #444649 14 | color12 #5a5d61 15 | color5 #b4be7b 16 | color13 #d0db8e 17 | color6 #778284 18 | color14 #8a989a 19 | color7 #feffd3 20 | color15 #feffd3 21 | selection_foreground #141414 22 | -------------------------------------------------------------------------------- /kitty/.config/kitty/kitty-themes/Ubuntu.conf: -------------------------------------------------------------------------------- 1 | background #300a24 2 | foreground #eeeeec 3 | cursor #bbbbbb 4 | selection_background #b4d5ff 5 | color0 #2e3436 6 | color8 #555753 7 | color1 #cc0000 8 | color9 #ef2929 9 | color2 #4e9a06 10 | color10 #8ae234 11 | color3 #c4a000 12 | color11 #fce94f 13 | color4 #3465a4 14 | color12 #729fcf 15 | color5 #75507b 16 | color13 #ad7fa8 17 | color6 #06989a 18 | color14 #34e2e2 19 | color7 #d3d7cf 20 | color15 #eeeeec 21 | selection_foreground #300a24 22 | -------------------------------------------------------------------------------- /kitty/.config/kitty/kitty-themes/Urple.conf: -------------------------------------------------------------------------------- 1 | background #1b1b23 2 | foreground #86799a 3 | cursor #a062ea 4 | selection_background #a062ea 5 | color0 #000000 6 | color8 #5c3125 7 | color1 #af425b 8 | color9 #ff6387 9 | color2 #37a315 10 | color10 #28e51f 11 | color3 #ac5b41 12 | color11 #f08061 13 | color4 #554d9a 14 | color12 #8579ed 15 | color5 #6c3ba1 16 | color13 #a05dee 17 | color6 #808080 18 | color14 #eaeaea 19 | color7 #87799c 20 | color15 #bfa3ff 21 | selection_foreground #1b1b23 22 | -------------------------------------------------------------------------------- /kitty/.config/kitty/kitty-themes/Vaughn.conf: -------------------------------------------------------------------------------- 1 | background #25234e 2 | foreground #dcdccc 3 | cursor #ff5555 4 | selection_background #b5d5ff 5 | color0 #24234f 6 | color8 #709080 7 | color1 #705050 8 | color9 #dca3a3 9 | color2 #60b48a 10 | color10 #60b48a 11 | color3 #dfaf8f 12 | color11 #f0dfaf 13 | color4 #5454ff 14 | color12 #5454ff 15 | color5 #f08cc3 16 | color13 #ec93d3 17 | color6 #8cd0d3 18 | color14 #93e0e3 19 | color7 #709080 20 | color15 #ffffff 21 | selection_foreground #25234e 22 | -------------------------------------------------------------------------------- /kitty/.config/kitty/kitty-themes/VibrantInk.conf: -------------------------------------------------------------------------------- 1 | background #000000 2 | foreground #ffffff 3 | cursor #ffffff 4 | selection_background #b4d5ff 5 | color0 #868686 6 | color8 #545454 7 | color1 #ff6600 8 | color9 #ff0000 9 | color2 #ccff04 10 | color10 #00ff00 11 | color3 #ffcc00 12 | color11 #ffff00 13 | color4 #44b3cc 14 | color12 #0000ff 15 | color5 #9933cc 16 | color13 #ff00ff 17 | color6 #44b3cc 18 | color14 #00ffff 19 | color7 #f4f4f4 20 | color15 #e5e5e5 21 | selection_foreground #000000 22 | -------------------------------------------------------------------------------- /kitty/.config/kitty/kitty-themes/WarmNeon.conf: -------------------------------------------------------------------------------- 1 | background #3f3f3f 2 | foreground #afdab6 3 | cursor #2fff24 4 | selection_background #b0ad21 5 | color0 #000000 6 | color8 #fdfcfc 7 | color1 #e24345 8 | color9 #e86f71 9 | color2 #38b139 10 | color10 #9bc08f 11 | color3 #dae145 12 | color11 #ddd979 13 | color4 #4260c5 14 | color12 #7a90d5 15 | color5 #f81ffb 16 | color13 #f674b9 17 | color6 #29bad3 18 | color14 #5ed1e4 19 | color7 #d0b8a3 20 | color15 #d8c8bb 21 | selection_foreground #3f3f3f 22 | -------------------------------------------------------------------------------- /kitty/.config/kitty/kitty-themes/Wez.conf: -------------------------------------------------------------------------------- 1 | background #000000 2 | foreground #b3b3b3 3 | cursor #52ad70 4 | selection_background #4c52f8 5 | color0 #000000 6 | color8 #555555 7 | color1 #cc5555 8 | color9 #ff5555 9 | color2 #55cc55 10 | color10 #55ff55 11 | color3 #cdcd55 12 | color11 #ffff55 13 | color4 #5455cb 14 | color12 #5555ff 15 | color5 #cc55cc 16 | color13 #ff55ff 17 | color6 #7acaca 18 | color14 #55ffff 19 | color7 #cccccc 20 | color15 #ffffff 21 | selection_foreground #000000 22 | -------------------------------------------------------------------------------- /kitty/.config/kitty/kitty-themes/WildCherry.conf: -------------------------------------------------------------------------------- 1 | background #1f1626 2 | foreground #d9faff 3 | cursor #dd00ff 4 | selection_background #002731 5 | color0 #000506 6 | color8 #009cc9 7 | color1 #d94085 8 | color9 #da6bab 9 | color2 #2ab250 10 | color10 #f4dba5 11 | color3 #ffd06e 12 | color11 #eac066 13 | color4 #873bdb 14 | color12 #2f8bb9 15 | color5 #ececec 16 | color13 #ae636b 17 | color6 #c1b8b6 18 | color14 #ff919d 19 | color7 #fff8dd 20 | color15 #e4838d 21 | selection_foreground #1f1626 22 | -------------------------------------------------------------------------------- /kitty/.config/kitty/kitty-themes/Wombat.conf: -------------------------------------------------------------------------------- 1 | background #171717 2 | foreground #ded9ce 3 | cursor #bbbbbb 4 | selection_background #453a39 5 | color0 #000000 6 | color8 #313131 7 | color1 #ff605a 8 | color9 #f58b7f 9 | color2 #b1e869 10 | color10 #dcf88f 11 | color3 #ead89c 12 | color11 #eee5b2 13 | color4 #5da9f6 14 | color12 #a5c7ff 15 | color5 #e86aff 16 | color13 #ddaaff 17 | color6 #82fff6 18 | color14 #b6fff9 19 | color7 #ded9ce 20 | color15 #fefffe 21 | selection_foreground #171717 22 | -------------------------------------------------------------------------------- /kitty/.config/kitty/kitty-themes/Wryan.conf: -------------------------------------------------------------------------------- 1 | background #101010 2 | foreground #999993 3 | cursor #9d9eca 4 | selection_background #4d4d4d 5 | color0 #333333 6 | color8 #3d3d3d 7 | color1 #8c4665 8 | color9 #bf4d80 9 | color2 #287373 10 | color10 #53a6a6 11 | color3 #7c7c99 12 | color11 #9e9ecb 13 | color4 #395573 14 | color12 #477ab3 15 | color5 #5e468c 16 | color13 #7e62b3 17 | color6 #31658c 18 | color14 #6096bf 19 | color7 #899ca1 20 | color15 #c0c0c0 21 | selection_foreground #101010 22 | -------------------------------------------------------------------------------- /kitty/.config/kitty/kitty-themes/Zenburn.conf: -------------------------------------------------------------------------------- 1 | # Zenburn by jnurmine, https://github.com/jnurmine/Zenburn 2 | # This work is licensed under the terms of the GNU GPL license. 3 | # For a copy, see http://www.gnu.org/licenses/gpl.html. 4 | 5 | background #3f3f3f 6 | foreground #dcdccc 7 | cursor #73635a 8 | selection_background #21322f 9 | color0 #4d4d4d 10 | color8 #709080 11 | color1 #705050 12 | color9 #dca3a3 13 | color2 #60b48a 14 | color10 #c3bf9f 15 | color3 #f0deae 16 | color11 #dfcf9f 17 | color4 #506070 18 | color12 #94bff3 19 | color5 #dc8cc3 20 | color13 #ec93d3 21 | color6 #8cd0d3 22 | color14 #93e0e3 23 | color7 #dcdccc 24 | color15 #ffffff 25 | selection_foreground #3f3f3f 26 | -------------------------------------------------------------------------------- /kitty/.config/kitty/kitty-themes/ayu.conf: -------------------------------------------------------------------------------- 1 | background #0e1419 2 | foreground #e5e1cf 3 | cursor #f19618 4 | selection_background #243340 5 | color0 #000000 6 | color8 #323232 7 | color1 #ff3333 8 | color9 #ff6565 9 | color2 #b8cc52 10 | color10 #e9fe83 11 | color3 #e6c446 12 | color11 #fff778 13 | color4 #36a3d9 14 | color12 #68d4ff 15 | color5 #f07078 16 | color13 #ffa3aa 17 | color6 #95e5cb 18 | color14 #c7fffc 19 | color7 #ffffff 20 | color15 #ffffff 21 | selection_foreground #0e1419 22 | -------------------------------------------------------------------------------- /kitty/.config/kitty/kitty-themes/ayu_light.conf: -------------------------------------------------------------------------------- 1 | background #fafafa 2 | foreground #5b6673 3 | cursor #ff6900 4 | selection_background #f0ede4 5 | color0 #000000 6 | color8 #323232 7 | color1 #ff3333 8 | color9 #ff6565 9 | color2 #86b200 10 | color10 #b8e532 11 | color3 #f19618 12 | color11 #ffc849 13 | color4 #41a6d9 14 | color12 #73d7ff 15 | color5 #f07078 16 | color13 #ffa3aa 17 | color6 #4cbe99 18 | color14 #7ff0cb 19 | color7 #ffffff 20 | color15 #ffffff 21 | selection_foreground #fafafa 22 | -------------------------------------------------------------------------------- /kitty/.config/kitty/kitty-themes/ayu_mirage.conf: -------------------------------------------------------------------------------- 1 | background #212733 2 | foreground #d9d7ce 3 | cursor #ffcc66 4 | selection_background #343f4c 5 | color0 #191e2a 6 | color8 #686868 7 | color1 #ed8274 8 | color9 #f28779 9 | color2 #a6cc70 10 | color10 #bae67e 11 | color3 #fad07b 12 | color11 #ffd580 13 | color4 #6dcbfa 14 | color12 #73d0ff 15 | color5 #cfbafa 16 | color13 #d4bfff 17 | color6 #90e1c6 18 | color14 #95e6cb 19 | color7 #c7c7c7 20 | color15 #ffffff 21 | selection_foreground #212733 22 | -------------------------------------------------------------------------------- /kitty/.config/kitty/kitty-themes/gruvbox_dark.conf: -------------------------------------------------------------------------------- 1 | # gruvbox dark by morhetz, https://github.com/morhetz/gruvbox 2 | # This work is licensed under the terms of the MIT license. 3 | # For a copy, see https://opensource.org/licenses/MIT. 4 | 5 | background #282828 6 | foreground #ebdbb2 7 | 8 | cursor #928374 9 | 10 | selection_foreground #928374 11 | selection_background #3c3836 12 | 13 | color0 #282828 14 | color8 #928374 15 | 16 | # red 17 | color1 #cc241d 18 | # light red 19 | color9 #fb4934 20 | 21 | # green 22 | color2 #98971a 23 | # light green 24 | color10 #b8bb26 25 | 26 | # yellow 27 | color3 #d79921 28 | # light yellow 29 | color11 #fabd2d 30 | 31 | # blue 32 | color4 #458588 33 | # light blue 34 | color12 #83a598 35 | 36 | # magenta 37 | color5 #b16286 38 | # light magenta 39 | color13 #d3869b 40 | 41 | # cyan 42 | color6 #689d6a 43 | # lighy cyan 44 | color14 #8ec07c 45 | 46 | # light gray 47 | color7 #a89984 48 | # dark gray 49 | color15 #928374 50 | -------------------------------------------------------------------------------- /kitty/.config/kitty/kitty-themes/gruvbox_light.conf: -------------------------------------------------------------------------------- 1 | # gruvbox light by morhetz, https://github.com/morhetz/gruvbox 2 | # This work is licensed under the terms of the MIT license. 3 | # For a copy, see https://opensource.org/licenses/MIT. 4 | 5 | background #fbf1c7 6 | foreground #3c3836 7 | 8 | cursor #928374 9 | 10 | selection_foreground #3c3836 11 | selection_background #928374 12 | 13 | color0 #fbf1c7 14 | color8 #282828 15 | 16 | # red 17 | color1 #cc241d 18 | # light red 19 | color9 #9d0006 20 | 21 | # green 22 | color2 #98971a 23 | # light green 24 | color10 #79740e 25 | 26 | # yellow 27 | color3 #d79921 28 | # light yellow 29 | color11 #b57614 30 | 31 | # blue 32 | color4 #458588 33 | # light blue 34 | color12 #076678 35 | 36 | # magenta 37 | color5 #b16286 38 | # light magenta 39 | color13 #8f3f71 40 | 41 | # cyan 42 | color6 #689d6a 43 | # lighy cyan 44 | color14 #427b58 45 | 46 | # light gray 47 | color7 #7c6f64 48 | # dark gray 49 | color15 #928374 50 | -------------------------------------------------------------------------------- /kitty/.config/kitty/kitty-themes/idleToes.conf: -------------------------------------------------------------------------------- 1 | background #323232 2 | foreground #ffffff 3 | cursor #d6d6d6 4 | selection_background #5b5b5b 5 | color0 #323232 6 | color8 #535353 7 | color1 #d25252 8 | color9 #f07070 9 | color2 #7fe173 10 | color10 #9dff90 11 | color3 #ffc66d 12 | color11 #ffe48b 13 | color4 #4098ff 14 | color12 #5eb7f7 15 | color5 #f57fff 16 | color13 #ff9dff 17 | color6 #bed6ff 18 | color14 #dcf4ff 19 | color7 #eeeeec 20 | color15 #ffffff 21 | selection_foreground #323232 22 | -------------------------------------------------------------------------------- /kitty/.config/kitty/kitty-themes/snazzy.conf: -------------------------------------------------------------------------------- 1 | # snazzy by Connor Holyday (holyday.me) 2 | # This work is licensed under the terms of the MIT license. 3 | # For a copy, see https://opensource.org/licenses/MIT. 4 | 5 | # Snazzy Colorscheme for Kitty 6 | # Based on https://github.com/sindresorhus/hyper-snazzy 7 | 8 | foreground #eff0eb 9 | background #282a36 10 | selection_foreground #000000 11 | selection_background #FFFACD 12 | url_color #0087BD 13 | cursor #97979B 14 | cursor_text_color #282A36 15 | 16 | # black 17 | color0 #282a36 18 | color8 #686868 19 | 20 | # red 21 | color1 #FF5C57 22 | color9 #FF5C57 23 | 24 | # green 25 | color2 #5AF78E 26 | color10 #5AF78E 27 | 28 | # yellow 29 | color3 #F3F99D 30 | color11 #F3F99D 31 | 32 | # blue 33 | color4 #57C7FF 34 | color12 #57C7FF 35 | 36 | # magenta 37 | color5 #FF6AC1 38 | color13 #FF6AC1 39 | 40 | # cyan 41 | color6 #9AEDFE 42 | color14 #9AEDFE 43 | 44 | # white 45 | color7 #F1F1F0 46 | color15 #EFF0EB 47 | -------------------------------------------------------------------------------- /kitty/.config/kitty/kitty-themes/themes/3024_Day.conf: -------------------------------------------------------------------------------- 1 | background #f7f7f7 2 | foreground #494542 3 | cursor #494542 4 | selection_background #a4a1a1 5 | color0 #090200 6 | color8 #5b5754 7 | color1 #da2c20 8 | color9 #e8bacf 9 | color2 #00a152 10 | color10 #3a3332 11 | color3 #fcec02 12 | color11 #494542 13 | color4 #00a0e4 14 | color12 #7f7c7b 15 | color5 #a06994 16 | color13 #d6d4d3 17 | color6 #b5e4f4 18 | color14 #ccab53 19 | color7 #a4a1a1 20 | color15 #f7f7f7 21 | selection_foreground #f7f7f7 22 | -------------------------------------------------------------------------------- /kitty/.config/kitty/kitty.conf: -------------------------------------------------------------------------------- 1 | 2 | font_family JetBrainsMono NF 3 | italic_font JetBrains Mono Italic Nerd Font Complete Windows Compatible 4 | bold_font JetBrainsMonoExtraBold NF 5 | bold_italic_font JetBrains Mono Bold Italic Nerd Font Complete Windows Compatible 6 | disable_ligatures never 7 | font_size 18 8 | 9 | background_opacity 0.85 10 | dynamic_background_opacity yes 11 | include theme.conf 12 | allow_remote_control yes 13 | listen_on unix:/tmp/kitty 14 | 15 | map ctrl+shift+minus change_font_size all -2.0 16 | map ctrl+kp_subtract change_font_size all -2.0 17 | map ctrl+minus change_font_size all -2.0 🍎 18 | 19 | map ctrl+1 change_font_size all 10 20 | map ctrl+2 change_font_size all 18 21 | map ctrl+4 change_font_size all -4.0 22 | map ctrl+shift+4 change_font_size all -1.0 23 | map ctrl+5 change_font_size all +4.0 24 | map ctrlshift+5 change_font_size all +1.0 25 | map ctrl+7 change_font_size all 26 26 | map ctrl+8 change_font_size all 32 27 | -------------------------------------------------------------------------------- /kitty/.config/kitty/theme.conf: -------------------------------------------------------------------------------- 1 | # One Dark by Giuseppe Cesarano, https://github.com/GiuseppeCesarano 2 | # This work is licensed under the terms of the GPL-2.0 license. 3 | # For a copy, see https://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html. 4 | 5 | foreground #979eab 6 | background #282c34 7 | cursor #cccccc 8 | color0 #282c34 9 | color1 #e06c75 10 | color2 #98c379 11 | color3 #e5c07b 12 | color4 #61afef 13 | color5 #be5046 14 | color6 #56b6c2 15 | color7 #979eab 16 | color8 #393e48 17 | color9 #d19a66 18 | color10 #56b6c2 19 | color11 #e5c07b 20 | color12 #61afef 21 | color13 #be5046 22 | color14 #56b6c2 23 | color15 #abb2bf 24 | selection_foreground #282c34 25 | selection_background #979eab 26 | -------------------------------------------------------------------------------- /lazyvim/.config/nvim/lua/config/options.lua: -------------------------------------------------------------------------------- 1 | -- Options are automatically loaded before lazy.nvim startup 2 | -- Default options that are always set: https://github.com/LazyVim/LazyVim/blob/main/lua/lazyvim/config/options.lua 3 | -- Add any additional options here 4 | 5 | lazyvimlsp = require("lazyvim.plugins.lsp") 6 | lazyvimlsp.opts = {} 7 | lazyvimlsp.opts.autoformat = false 8 | -------------------------------------------------------------------------------- /nix/.config/nix/nix.conf: -------------------------------------------------------------------------------- 1 | experimental-features = nix-command flakes 2 | -------------------------------------------------------------------------------- /nvim/.config/nvim/init.lua: -------------------------------------------------------------------------------- 1 | -- ╭─────╮ ╭────────╮ ╭─────╮ 2 | -- │ │ │ │ │ │ 3 | -- │ │ │ │ │ │ 4 | -- │ │ │ │ │ │ 5 | -- │ ╰──╯ ╰──╯ │ 6 | -- │ init.lua │ 7 | -- │ @_waylonwalker │ 8 | -- ╰──────────────────────────╯ 9 | -- 10 | 11 | waylonwalker = require("waylonwalker") 12 | ww = waylonwalker 13 | vim.filetype.add({ 14 | filename = { 15 | ["Containerfile"] = "dockerfile", 16 | }, 17 | pattern = { 18 | [".*%.containerfile$"] = "dockerfile", 19 | }, 20 | }) 21 | -- Fallback for files ending with *.containerfile 22 | vim.api.nvim_create_autocmd({ "BufNewFile", "BufRead" }, { 23 | pattern = "*.containerfile", 24 | callback = function() 25 | vim.bo.filetype = "dockerfile" 26 | end, 27 | }) 28 | -------------------------------------------------------------------------------- /nvim/.config/nvim/lua/waylonwalker/color.lua: -------------------------------------------------------------------------------- 1 | -- _ _ 2 | -- ___ ___ | | ___ _ __| |_ _ __ _ 3 | -- / __/ _ \| |/ _ \| '__| | | | |/ _` | 4 | -- | (_| (_) | | (_) | | _| | |_| | (_| | 5 | -- \___\___/|_|\___/|_|(_)_|\__,_|\__,_| 6 | -- 7 | 8 | local M = {} 9 | local api = vim.api 10 | 11 | vim.o.termguicolors = true 12 | vim.o.background = 'dark' 13 | 14 | 15 | -- vim.cmd('colorscheme onedark') 16 | vim.cmd('highlight Normal guibg=NONE ctermbg=NONE') 17 | vim.cmd('highlight EndOfBuffer guibg=NONE ctermbg=NONE') 18 | vim.cmd('highlight Normal guibg=NONE ctermbg=NONE') 19 | vim.cmd('highlight CursorLineNr ctermbg=NONE guibg=NONE ') 20 | vim.cmd('highlight SignColumn ctermbg=3') 21 | vim.cmd('highlight SignColumn ctermbg=NONE guibg=NONE ') 22 | 23 | M.nobg = function() 24 | vim.cmd('highlight Normal guibg=None ctermbg=NONE') 25 | vim.cmd('highlight CursorLineNr ctermbg=NONE guibg=NONE') 26 | vim.cmd('highlight SignColumn ctermbg=NONE guibg=NONE') 27 | vim.cmd('nohl') 28 | end 29 | 30 | 31 | return M 32 | -------------------------------------------------------------------------------- /nvim/.config/nvim/lua/waylonwalker/globals.lua: -------------------------------------------------------------------------------- 1 | 2 | vim.g['python3_host_prog'] = '~/.config/nvim/.venv3/bin/python' 3 | vim.g['python_host_prog'] = '~/.config/nvim/.venv2/bin/python' 4 | vim.g['fugitive_summary_format'] = "%ar\t%an\t%s" 5 | vim.g['black_virtualenv='] = '~/.local/pipx/venvs/black' 6 | vim.g['netrw_preview'] = 1 7 | -------------------------------------------------------------------------------- /nvim/.config/nvim/lua/waylonwalker/init.lua: -------------------------------------------------------------------------------- 1 | -- ╭─────╮ ╭────────╮ ╭─────╮ 2 | -- │ │ │ │ │ │ 3 | -- │ │ │ │ │ │ 4 | -- │ │ │ │ │ │ 5 | -- │ ╰──╯ ╰──╯ │ 6 | -- │ init.lua │ 7 | -- │ @_waylonwalker │ 8 | -- ╰──────────────────────────╯ 9 | -- 10 | -- ## usage 11 | -- 12 | -- require'waylonwalker' 13 | local M = {} 14 | 15 | M.setup = require("waylonwalker.setup") 16 | M.settings = require("waylonwalker.settings") 17 | M.lazy = require("waylonwalker.lazy") 18 | M.options = require("waylonwalker.options") 19 | M.globals = require("waylonwalker.globals") 20 | M.keymap = require("waylonwalker.keymap") 21 | M.autocmds = require("waylonwalker.autocmds") 22 | M.util = require("waylonwalker.util") 23 | M.plugins = require("waylonwalker.plugins") 24 | M.snippets = require("waylonwalker.snippets") 25 | 26 | return M 27 | -------------------------------------------------------------------------------- /nvim/.config/nvim/lua/waylonwalker/plugins/cloak.lua: -------------------------------------------------------------------------------- 1 | require('cloak').setup({ 2 | enabled = true, 3 | patterns = { 4 | { 5 | -- Match any file starting with '.yml'. 6 | file_pattern = 'credentials.yml', 7 | -- Match a con: sign and any character after it. 8 | cloak_pattern = ':.+' 9 | }, 10 | }, 11 | }) 12 | -------------------------------------------------------------------------------- /nvim/.config/nvim/lua/waylonwalker/plugins/coverage.lua: -------------------------------------------------------------------------------- 1 | require("coverage").setup({ 2 | commands = true, -- create commands 3 | highlights = { 4 | -- customize highlight groups created by the plugin 5 | covered = { fg = "#C3E88D" }, -- supports style, fg, bg, sp (see :h highlight-gui) 6 | uncovered = { fg = "#F07178" }, 7 | }, 8 | signs = { 9 | -- use your own highlight groups or text markers 10 | covered = { hl = "CoverageCovered", text = "▎" }, 11 | uncovered = { hl = "CoverageUncovered", text = "▎" }, 12 | }, 13 | summary = { 14 | -- customize the summary pop-up 15 | min_coverage = 80.0, -- minimum coverage threshold (used for highlighting) 16 | }, 17 | lang = { 18 | -- customize language specific settings 19 | { Python = { coverage_command = "coverage json -o -" } }, 20 | }, 21 | }) 22 | -------------------------------------------------------------------------------- /nvim/.config/nvim/lua/waylonwalker/plugins/fugitive.lua: -------------------------------------------------------------------------------- 1 | 2 | -- function! s:GitAdd() 3 | -- exe "G add %" 4 | -- " exe "G diff --staged" 5 | -- " exe "only" 6 | -- exe "G commit --verbose" 7 | -- endfunction 8 | -- :command! GitAdd :call s:GitAdd() 9 | -- nnoremap gic :GitAdd 10 | 11 | local M = {} 12 | 13 | function M.git_add() 14 | vim.cmd('G add %') 15 | vim.cmd('G commit --verbose') 16 | end 17 | 18 | function M.get_remote() 19 | local remote = '' 20 | local result = io.popen('git config --get remote.origin.url'):read() 21 | if result then 22 | remote = result:gsub('https://github.com/', 'gh:'):gsub('.git', '') or '' 23 | end 24 | return remote 25 | end 26 | 27 | vim.api.nvim_create_user_command('GitAdd', M.git_add, { nargs = 0 }) 28 | 29 | return M 30 | -------------------------------------------------------------------------------- /nvim/.config/nvim/lua/waylonwalker/plugins/init.lua: -------------------------------------------------------------------------------- 1 | local M = {} 2 | M.cmp = require("waylonwalker.plugins.cmp") 3 | M.fugitive = require("waylonwalker.plugins.fugitive") 4 | -- M.lsp_config = require("waylonwalker.plugins.lsp-config") 5 | M.null_ls = require("waylonwalker.plugins.null-ls") 6 | M.autoformat = require("waylonwalker.plugins.autoformat") 7 | M.lualine = require("waylonwalker.plugins.lualine") 8 | M.treesitter = require("waylonwalker.plugins.treesitter") 9 | M.alpha_nvim = require("waylonwalker.plugins.alpha-nvim") 10 | -- M.coverage = require("waylonwalker.plugins.coverage") 11 | M.navbuddy = require("waylonwalker.plugins.navbuddy") 12 | return M 13 | -------------------------------------------------------------------------------- /nvim/.config/nvim/lua/waylonwalker/plugins/lualine.lua: -------------------------------------------------------------------------------- 1 | local config = {} 2 | 3 | require("lualine").setup({ 4 | options = { 5 | icons_enabled = true, 6 | theme = "onedark", 7 | component_separators = { "|" }, 8 | section_separators = { "" }, 9 | disabled_filetypes = {}, 10 | }, 11 | sections = { 12 | -- lualine_a = {'mode'}, 13 | -- lualine_b = {'branch'}, 14 | -- lualine_c = {'filename'}, 15 | lualine_x = { "encoding", "fileformat", "filetype" }, 16 | lualine_y = { "progress" }, 17 | lualine_z = { "location" }, 18 | }, 19 | inactive_sections = { 20 | lualine_a = {}, 21 | lualine_b = {}, 22 | -- lualine_c = {'filename'}, 23 | lualine_c = {}, 24 | lualine_x = { "location" }, 25 | lualine_y = {}, 26 | lualine_z = {}, 27 | }, 28 | tabline = {}, 29 | extensions = {}, 30 | }) 31 | -------------------------------------------------------------------------------- /nvim/.config/nvim/lua/waylonwalker/plugins/nvim-tree.lua: -------------------------------------------------------------------------------- 1 | M = {} 2 | 3 | M.setup = function() 4 | -- disable netrw at the very start of your init.lua 5 | vim.g.loaded_netrw = 1 6 | vim.g.loaded_netrwPlugin = 1 7 | 8 | -- optionally enable 24-bit colour 9 | vim.opt.termguicolors = true 10 | 11 | -- empty setup using defaults 12 | require("nvim-tree").setup() 13 | end 14 | 15 | return M 16 | -------------------------------------------------------------------------------- /nvim/.config/nvim/lua/waylonwalker/repo.lua: -------------------------------------------------------------------------------- 1 | local M = {} 2 | 3 | local function get_remote() 4 | local remote = '' 5 | local result = io.popen('git config --get remote.origin.url'):read() 6 | if result then 7 | remote = result:gsub('https://github.com/', 'gh:'):gsub('.git', '') or '' 8 | end 9 | return remote 10 | end 11 | 12 | M.get_remote = get_remote 13 | return M 14 | 15 | -------------------------------------------------------------------------------- /nvim/.config/nvim/lua/waylonwalker/settings.lua: -------------------------------------------------------------------------------- 1 | local M = {} 2 | M.lazy_auto_sync = true 3 | M.auto_format = true 4 | M.pre_commit = false 5 | 6 | function M.print() 7 | print(vim.inspect(M)) 8 | end 9 | 10 | -- M.auto_format = { 11 | -- python=true, 12 | -- markdown=true, 13 | -- html=true, 14 | -- javascript=true, 15 | -- json=true, 16 | -- yaml=true, 17 | -- } 18 | -- 19 | 20 | return M 21 | -------------------------------------------------------------------------------- /nvim/.config/nvim/lua/waylonwalker/setup.lua: -------------------------------------------------------------------------------- 1 | -- [[ Install `lazy.nvim` plugin manager ]] 2 | -- https://github.com/folke/lazy.nvim 3 | -- `:help lazy.nvim.txt` for more info 4 | local lazypath = vim.fn.stdpath("data") .. "/lazy/lazy.nvim" 5 | if not vim.loop.fs_stat(lazypath) then 6 | vim.fn.system({ 7 | "git", 8 | "clone", 9 | "--filter=blob:none", 10 | "https://github.com/folke/lazy.nvim.git", 11 | "--branch=stable", -- latest stable release 12 | lazypath, 13 | }) 14 | end 15 | vim.opt.rtp:prepend(lazypath) 16 | -------------------------------------------------------------------------------- /nvim/.config/nvim/lua/waylonwalker/util/init.lua: -------------------------------------------------------------------------------- 1 | local M = {} 2 | 3 | M.color = require("waylonwalker.util.color") 4 | M.log = require("waylonwalker.util.log") 5 | M.title = require("waylonwalker.util.title") 6 | M.toggler = require("waylonwalker.util.toggler") 7 | M.window = require("waylonwalker.util.window") 8 | 9 | return M 10 | -------------------------------------------------------------------------------- /nvim/.config/nvim/lua/waylonwalker/util/title.lua: -------------------------------------------------------------------------------- 1 | local M = {} 2 | local api = vim.api 3 | local Path = require("plenary.path") 4 | 5 | M.write_title = function() 6 | title = vim.api.nvim_get_current_line():gsub('#', '') 7 | print(title) 8 | Path:new('~/.config/title/title.txt'):write(title, 'w') 9 | local pipe = io.popen('tmux source-file ~/.tmux.conf') 10 | vim.defer_fn(function() 11 | pipe:flush() 12 | pipe:close() 13 | end, 250) 14 | end 15 | 16 | api.nvim_set_keymap('n', 't', ":lua require'waylonwalker.title'.write_title()", { noremap = true, silent = true }) 17 | 18 | return M 19 | -------------------------------------------------------------------------------- /nvim/.config/nvim/lua/waylonwalker/util/toggler.lua: -------------------------------------------------------------------------------- 1 | local M = {} 2 | M.open = false 3 | M.iswinmax = false 4 | local api = vim.api 5 | 6 | M.openqf = function() 7 | -- Toggles the quickfix menu 8 | if M.open then 9 | api.nvim_command('cclose') M.open = false 10 | else 11 | api.nvim_command('bel copen') 12 | api.nvim_command('wincmd k') 13 | M.open = true 14 | end 15 | end 16 | 17 | M.winmax = function() 18 | -- Toggles the current window between full and equal space 19 | if M.iswinmax then 20 | api.nvim_command('wincmd =') 21 | M.iswinmax = false 22 | else 23 | api.nvim_command('wincmd |') 24 | api.nvim_command('wincmd _') 25 | M.iswinmax = true 26 | end 27 | end 28 | 29 | return M 30 | 31 | -------------------------------------------------------------------------------- /nvim/.config/nvim/lua/waylonwalker/util/window.lua: -------------------------------------------------------------------------------- 1 | local M = {} 2 | local api = vim.api 3 | local buf, win 4 | 5 | M.open_window = function() 6 | buf = api.nvim_create_buf(false, true) -- create new emtpy buffer 7 | 8 | api.nvim_buf_set_option(buf, 'bufhidden', 'wipe') 9 | 10 | -- get dimensions 11 | local width = api.nvim_get_option("columns") 12 | local height = api.nvim_get_option("lines") 13 | 14 | -- calculate our floating window size 15 | local win_height = math.ceil(height * 0.8 - 4) 16 | local win_width = math.ceil(width * 0.8) 17 | 18 | -- and its starting position 19 | local row = math.ceil((height - win_height) / 2 - 1) 20 | local col = math.ceil((width - win_width) / 2) 21 | 22 | -- set some options 23 | local opts = { 24 | style = "minimal", 25 | relative = "editor", 26 | width = win_width, 27 | height = win_height, 28 | row = row, 29 | col = col 30 | } 31 | 32 | -- and finally create it with buffer attached 33 | win = api.nvim_open_win(buf, true, opts) 34 | end 35 | 36 | -- open_window() 37 | 38 | 39 | return M 40 | -------------------------------------------------------------------------------- /obs/.config/obs-studio/basic/profiles/Untitled/basic.ini: -------------------------------------------------------------------------------- 1 | [General] 2 | Name=Untitled 3 | 4 | [Video] 5 | BaseCX=1920 6 | BaseCY=1080 7 | OutputCX=1920 8 | OutputCY=1080 9 | FPSType=0 10 | FPSCommon=60 11 | 12 | [SimpleOutput] 13 | VBitrate=6000 14 | StreamEncoder=x264 15 | RecEncoder=nvenc 16 | RecQuality=Small 17 | 18 | [Output] 19 | Mode=Advanced 20 | 21 | [AdvOut] 22 | TrackIndex=1 23 | RecType=Standard 24 | RecTracks=1 25 | FFOutputToFile=true 26 | FFFormat= 27 | FFFormatMimeType= 28 | FFVEncoderId=0 29 | FFVEncoder= 30 | FFAEncoderId=0 31 | FFAEncoder= 32 | FFAudioTrack=1 33 | RecRB=true 34 | RecRBTime=360 35 | FFAudioMixes=1 36 | Pre22.1Settings=true 37 | FLVTrack=1 38 | 39 | [Stats] 40 | geometry=AdnQywACAAAAAADyAAAD6wAABBEAAAUgAAAA8gAABAkAAAQRAAAFIAAAAAAAAAAACgA= 41 | 42 | [Twitch] 43 | AddonChoice=3 44 | 45 | [Panels] 46 | CookieId=D1CA78DDD9AC00E0 47 | -------------------------------------------------------------------------------- /obs/Scenes/16x9-Rounded-Square-Webcam-Mask-1024x576.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WaylonWalker/devtainer/7fcf1e9894f8256f8a118a89828f97eb0c74eac4/obs/Scenes/16x9-Rounded-Square-Webcam-Mask-1024x576.png -------------------------------------------------------------------------------- /obs/Scenes/color-rays.webm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WaylonWalker/devtainer/7fcf1e9894f8256f8a118a89828f97eb0c74eac4/obs/Scenes/color-rays.webm -------------------------------------------------------------------------------- /obs/Scenes/inner-rect-mask-vert.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WaylonWalker/devtainer/7fcf1e9894f8256f8a118a89828f97eb0c74eac4/obs/Scenes/inner-rect-mask-vert.png -------------------------------------------------------------------------------- /obs/Scenes/inner-rect-mask.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WaylonWalker/devtainer/7fcf1e9894f8256f8a118a89828f97eb0c74eac4/obs/Scenes/inner-rect-mask.png -------------------------------------------------------------------------------- /obs/Scenes/outter-rect-mask-vert.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WaylonWalker/devtainer/7fcf1e9894f8256f8a118a89828f97eb0c74eac4/obs/Scenes/outter-rect-mask-vert.png -------------------------------------------------------------------------------- /obs/Scenes/outter-rect-mask.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WaylonWalker/devtainer/7fcf1e9894f8256f8a118a89828f97eb0c74eac4/obs/Scenes/outter-rect-mask.png -------------------------------------------------------------------------------- /obs/Scenes/rect-mask.xcf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WaylonWalker/devtainer/7fcf1e9894f8256f8a118a89828f97eb0c74eac4/obs/Scenes/rect-mask.xcf -------------------------------------------------------------------------------- /one-shot-apps/clock: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env -S uv run --quiet --script 2 | # /// script 3 | # requires-python = ">=3.12" 4 | # dependencies = [ 5 | # "textual", 6 | # ] 7 | # /// 8 | """ 9 | An App to show the current time. 10 | """ 11 | 12 | from datetime import datetime 13 | 14 | from textual.app import App, ComposeResult 15 | from textual.widgets import Digits 16 | 17 | 18 | class ClockApp(App): 19 | CSS = """ 20 | Screen { align: center middle; } 21 | Digits { width: auto; } 22 | """ 23 | 24 | def compose(self) -> ComposeResult: 25 | yield Digits("") 26 | 27 | def on_ready(self) -> None: 28 | self.update_clock() 29 | self.set_interval(1, self.update_clock) 30 | 31 | def update_clock(self) -> None: 32 | clock = datetime.now().time() 33 | self.query_one(Digits).update(f"{clock:%T}") 34 | 35 | 36 | if __name__ == "__main__": 37 | app = ClockApp() 38 | app.run() 39 | -------------------------------------------------------------------------------- /polybar/.config/polybar/base.ini: -------------------------------------------------------------------------------- 1 | monitor = ${env:MONITOR:} 2 | pseudo-transparency = true 3 | 4 | font-0 = "JetBrainsMono Nerd Font:style=Medium:size=16;2" 5 | font-1 = "Noto Color Emoji:scale=20;2" 6 | font-2 = unifont:fontformat=truetype:size=16:antialias=false;0 7 | font-3 = unifont:fontformat=truetype:size=28;1 8 | font-4 = "JetBrainsMono Nerd Font:style=Medium:size=14;2" 9 | 10 | cursor-click = pointer 11 | cursor-scroll = ns-resize 12 | -------------------------------------------------------------------------------- /polybar/.config/polybar/config.ini: -------------------------------------------------------------------------------- 1 | ;========================================================== 2 | ; 3 | ; 4 | ; ██████╗ ██████╗ ██╗ ██╗ ██╗██████╗ █████╗ ██████╗ 5 | ; ██╔══██╗██╔═══██╗██║ ╚██╗ ██╔╝██╔══██╗██╔══██╗██╔══██╗ 6 | ; ██████╔╝██║ ██║██║ ╚████╔╝ ██████╔╝███████║██████╔╝ 7 | ; ██╔═══╝ ██║ ██║██║ ╚██╔╝ ██╔══██╗██╔══██║██╔══██╗ 8 | ; ██║ ╚██████╔╝███████╗██║ ██████╔╝██║ ██║██║ ██║ 9 | ; ╚═╝ ╚═════╝ ╚══════╝╚═╝ ╚═════╝ ╚═╝ ╚═╝╚═╝ ╚═╝ 10 | ; 11 | ; 12 | ; To learn more about how to configure Polybar 13 | ; go to https://github.com/polybar/polybar 14 | ; 15 | ; The README contains a lot of information 16 | ; 17 | ;========================================================== 18 | ; 19 | [settings] 20 | screenchange-reload = true 21 | include-file = ~/.config/polybar/modules.ini 22 | include-file = ~/.config/polybar/bars.ini 23 | 24 | [global/wm] 25 | margin-top = 5 26 | margin-bottom = 5 27 | 28 | 29 | [colors] 30 | background = #222 31 | background-alt = #444 32 | foreground = #dfdfdf 33 | foreground-alt = #555 34 | primary = #ffb52a 35 | secondary = #e60053 36 | alert = #bd2c40 37 | 38 | 39 | -------------------------------------------------------------------------------- /polybar/.config/polybar/mybar.txt: -------------------------------------------------------------------------------- 1 | steam 2 | -------------------------------------------------------------------------------- /polybar/.config/rofi/config.rasi: -------------------------------------------------------------------------------- 1 | configuration { 2 | modes: [ combi ]; 3 | combi-modes: [ window, drun, run ]; 4 | } 5 | @theme "lb" 6 | 7 | 8 | -------------------------------------------------------------------------------- /polybar/config: -------------------------------------------------------------------------------- 1 | .config/polybar/config -------------------------------------------------------------------------------- /prompts/fastapi-app.txt: -------------------------------------------------------------------------------- 1 | This file is an instruction and must not be edited. 2 | 3 | You are an experienced Python developer with a flair for UI and UX design. You 4 | prefer FastAPI for all backend development, and HTMX + TailwindCSS for the 5 | frontend. You use just as your task runner. You format and lint all python 6 | code with ruff. You use hatch to manage if your project is a library or an 7 | app. You document your python code using docstrings in a markdown format. You 8 | must review the `README.md` if it's present to get familiar with the project, 9 | then when coming up with a solution, consider the following before responding: 10 | 11 | - What is the purpose of this code 12 | - How does it work step-by-step 13 | - How does this code integrate with the rest of the codebase 14 | - Does this code duplicate functionality present elsewhere 15 | - Are there any potential issues or limitations with this approach? 16 | 17 | Rules 18 | 19 | - python imports must always be absolute and never relative 20 | 21 | Accuracy and completeness are of utmost importance. When clarification is required, ask for it. 22 | 23 | Once you are done, respond with the current date and time in the following format: `YYYY-MM-DD HH:MM:SS` 24 | -------------------------------------------------------------------------------- /qutebrowser/.config/qutebrowser/autoconfig.yml: -------------------------------------------------------------------------------- 1 | # If a config.py file exists, this file is ignored unless it's explicitly loaded 2 | # via config.load_autoconfig(). For more information, see: 3 | # https://github.com/qutebrowser/qutebrowser/blob/master/doc/help/configuring.asciidoc#loading-autoconfigyml 4 | # DO NOT edit this file by hand, qutebrowser will overwrite it. 5 | # Instead, create a config.py - see :help for details. 6 | 7 | config_version: 2 8 | settings: 9 | statusbar.show: 10 | global: never 11 | tabs.show: 12 | global: never 13 | -------------------------------------------------------------------------------- /qutebrowser/.config/qutebrowser/bookmarks/urls: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WaylonWalker/devtainer/7fcf1e9894f8256f8a118a89828f97eb0c74eac4/qutebrowser/.config/qutebrowser/bookmarks/urls -------------------------------------------------------------------------------- /qutebrowser/.config/qutebrowser/quickmarks: -------------------------------------------------------------------------------- 1 | ww https://waylonwalker.com/ 2 | wr https://waylonwalker.com/reading-list/ 3 | wt https://waylonwalker.com/today/ 4 | pulls https://reman-analytics-cat-com.visualstudio.com/_pulls 5 | tw https://twitter.com/ 6 | dev https://dev.to/ 7 | devc https://dev.to/new 8 | out https://outlook.office.com/mail/ 9 | gmail https://mail.google.com/mail/u/0/#inbox 10 | -------------------------------------------------------------------------------- /qutebrowser/.config/qutebrowser/reload_quickmarks.py: -------------------------------------------------------------------------------- 1 | qm = objreg.get("quickmark-manager") 2 | qm.marks.clear() 3 | qm._lineparser._read() 4 | for line in qm._lineparser: 5 | if not line.strip(): 6 | continue 7 | qm._parse_line(line) 8 | -------------------------------------------------------------------------------- /tmux/.tmux.conf.local: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WaylonWalker/devtainer/7fcf1e9894f8256f8a118a89828f97eb0c74eac4/tmux/.tmux.conf.local -------------------------------------------------------------------------------- /update.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | cp -a ~/.config/nvim/. ./dotfiles/.config/nvim 3 | cp -a ~/.config/. ./dotfiles/.config 4 | cp ~/.tmux.conf ./dotfiles/ 5 | cp ~/.pdbrc ./dotfiles/ 6 | cp ~/.zshrc ./dotfiles/ 7 | cp ~/.tmux.conf ./dotfiles/.tmux.conf 8 | cp -a ~/.vifm/. ./dotfiles/.vifm 9 | cp ~/.alias ./dotfiles/ 10 | 11 | -------------------------------------------------------------------------------- /version: -------------------------------------------------------------------------------- 1 | 0.1.3 2 | -------------------------------------------------------------------------------- /vhs/demo.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WaylonWalker/devtainer/7fcf1e9894f8256f8a118a89828f97eb0c74eac4/vhs/demo.gif -------------------------------------------------------------------------------- /vhs/lazydocker.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WaylonWalker/devtainer/7fcf1e9894f8256f8a118a89828f97eb0c74eac4/vhs/lazydocker.gif -------------------------------------------------------------------------------- /vhs/welcome.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WaylonWalker/devtainer/7fcf1e9894f8256f8a118a89828f97eb0c74eac4/vhs/welcome.gif -------------------------------------------------------------------------------- /vhs/welcome.tape: -------------------------------------------------------------------------------- 1 | Output demo.gif 2 | 3 | Require echo 4 | 5 | Set Shell zsh 6 | Set FontSize 24 7 | Set Width 1920 8 | Set Height 1080 9 | 10 | Hide 11 | Type '. ~/.zshrc' Sleep 500ms Enter 12 | Type 'clear' Sleep 500ms Enter 13 | Show 14 | Ctrl+K 15 | Sleep 1.5s 16 | Type "echo " 17 | Sleep 1s 18 | Type "'werl" 19 | Backspace 2 20 | Type "lcome to my dotfiles'" 21 | Enter 22 | Sleep 1s 23 | Type "nvim" 24 | Enter 25 | Escape 26 | Type "[?1;2c" 27 | Escape 28 | Type "[I" 29 | Sleep 500ms 30 | Enter 31 | Sleep 500ms 32 | Type ":e " 33 | Sleep 500ms 34 | Type "temp.py" 35 | Enter 36 | Sleep 2.5s 37 | Enter 38 | Sleep 1s 39 | Type "i" 40 | Sleep 500ms 41 | Type "print" 42 | Sleep 500ms 43 | Type "('" 44 | Sleep 1.5s 45 | Type "I use neovim" 46 | Sleep 500ms 47 | Type "')jj" 48 | Backspace 2 49 | Escape 50 | Type ":x" 51 | Sleep 500ms 52 | Enter 53 | Sleep 1s 54 | Type "python " 55 | Sleep 500ms 56 | Type "temp.py" 57 | Enter 58 | Sleep 3s 59 | Type "rm temp.py" 60 | Enter 61 | Sleep 5s 62 | -------------------------------------------------------------------------------- /wezterm/.config/wezterm/wezterm.lua: -------------------------------------------------------------------------------- 1 | local wezterm = require 'wezterm'; 2 | return { 3 | color_scheme = "Batman", 4 | font = wezterm.font("JetBrains Mono"), 5 | hide_tab_bar_if_only_one_tab = true, 6 | window_background_opacity = .5, 7 | } 8 | -------------------------------------------------------------------------------- /yamlfmt/.config/yamlfmt/.yamlfmt: -------------------------------------------------------------------------------- 1 | formatter: 2 | type: basic 3 | retain_line_breaks: true 4 | -------------------------------------------------------------------------------- /zellij/.config/zellij/layouts/default.kdl: -------------------------------------------------------------------------------- 1 | layout { 2 | pane 3 | pane size=1 borderless=true { 4 | plugin location="zellij:compact-bar" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /zellij/.config/zellij/layouts/full.kdl: -------------------------------------------------------------------------------- 1 | layout { 2 | pane 3 | } 4 | -------------------------------------------------------------------------------- /zellij/.config/zellij/outer-layouts/default.kdl: -------------------------------------------------------------------------------- 1 | layout { 2 | pane stacked=true { children; } 3 | } 4 | -------------------------------------------------------------------------------- /zellij/.config/zellij/outer-layouts/full.kdl: -------------------------------------------------------------------------------- 1 | layout { 2 | pane 3 | } 4 | -------------------------------------------------------------------------------- /zsh/.config/bat/config: -------------------------------------------------------------------------------- 1 | --theme=TwoDark 2 | -------------------------------------------------------------------------------- /zsh/.config/direnv/conda/.envrc: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | # shortcut for creating new conda environments based on the current working directory 3 | condanew() { 4 | conda create -n $(basename $PWD) python=3.8 -y 5 | source activate $(basename $PWD) 6 | pip install lolcat 7 | } 8 | echo $(basename $PWD) | lolcat 9 | source activate $(basename $PWD) || condanew 10 | 11 | -------------------------------------------------------------------------------- /zsh/.config/direnv/venv/.envrc: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | # shortcut for creating new virtual environments 3 | venvnew() { 4 | python3 -m venv .venv --prompt $(basename $PWD) 5 | source .venv/bin/activate 6 | pip install lolcat 7 | python3 -m pip install pip --upgrade 8 | pip install -e "src[all]" || \ 9 | pip install -e "src" || \ 10 | pip install -e . 11 | if [[ -f ".pre-commit-config.yaml" ]]; then 12 | pip install pre-commit 13 | pre-commit install 14 | fi 15 | pip show kedro > /dev/null 2>&1 && pip install kedro-lsp 16 | 17 | 18 | } 19 | source .venv/bin/activate > /dev/null 2>&1 || venvnew 20 | echo $(basename $PWD) | lolcat 21 | -------------------------------------------------------------------------------- /zsh/.config/flake8: -------------------------------------------------------------------------------- 1 | [flake8] 2 | ignore = E203, E266, E501, W503, E231, F541 3 | max-line-length = 88 4 | max-complexity = 18 5 | select = B,C,E,F,W,T4,B9 6 | -------------------------------------------------------------------------------- /zsh/.config/gitui/key_config.ron.old: -------------------------------------------------------------------------------- 1 | 404: Not Found -------------------------------------------------------------------------------- /zsh/.config/gitui/theme.ron: -------------------------------------------------------------------------------- 1 | ( 2 | selected_tab: None, 3 | command_fg: None, 4 | selection_bg: None, 5 | selection_fg: None, 6 | cmdbar_bg: None, 7 | cmdbar_extra_lines_bg: None, 8 | disabled_fg: None, 9 | diff_line_add: None, 10 | diff_line_delete: None, 11 | diff_file_added: None, 12 | diff_file_removed: None, 13 | diff_file_moved: None, 14 | diff_file_modified: None, 15 | commit_hash: None, 16 | commit_time: None, 17 | commit_author: None, 18 | danger_fg: None, 19 | push_gauge_bg: None, 20 | push_gauge_fg: None, 21 | tag_fg: None, 22 | branch_fg: None, 23 | ) -------------------------------------------------------------------------------- /zsh/.config/gitui/theme.ron.old: -------------------------------------------------------------------------------- 1 | ( 2 | selected_tab: Reset, 3 | command_fg: White, 4 | selection_bg: Blue, 5 | cmdbar_extra_lines_bg: Blue, 6 | disabled_fg: DarkGray, 7 | diff_line_add: Green, 8 | diff_line_delete: Red, 9 | diff_file_added: LightGreen, 10 | diff_file_removed: LightRed, 11 | diff_file_moved: LightMagenta, 12 | diff_file_modified: Yellow, 13 | commit_hash: Magenta, 14 | commit_time: LightCyan, 15 | commit_author: Green, 16 | danger_fg: Red, 17 | push_gauge_bg: Blue, 18 | push_gauge_fg: Reset, 19 | ) -------------------------------------------------------------------------------- /zsh/.config/glow/glow.yml: -------------------------------------------------------------------------------- 1 | # style name or JSON path (default "auto") 2 | style: "auto" 3 | # show local files only; no network (TUI-mode only) 4 | local: false 5 | # mouse support (TUI-mode only) 6 | mouse: true 7 | # use pager to display markdown 8 | pager: true 9 | # word-wrap at width 10 | width: 80 11 | -------------------------------------------------------------------------------- /zsh/.config/lf/lfrc: -------------------------------------------------------------------------------- 1 | set cleaner ~/.config/lf/cleaner 2 | set previewer bat 3 | set preview true 4 | set hidden true 5 | set ignorecase true 6 | 7 | cmd mkdir ${{ 8 | printf "Directory Name: " 9 | read ans 10 | mkdir $ans 11 | }} 12 | 13 | cmd mkfile ${{ 14 | printf "File Name: " 15 | read ans 16 | touch $ans 17 | }} 18 | 19 | 20 | map . set hidden! 21 | map DD delete 22 | map o mkdir 23 | map O mkfile 24 | map open 25 | map H top 26 | map L bottom 27 | map gei cd ~/git/waylonwalker.com 28 | map cd ~/git/waylonwalker.com 29 | map ged cd ~/Downloads 30 | map grr set ratios 1:100:100 31 | map grp set ratios 1:50:100 32 | map set ratios 1:50:100 33 | map set ratios 1:1:1 34 | map gre set ratios 1:1:1 35 | map quit 36 | 37 | set previewer ~/.config/lf/preview 38 | set cleaner ~/.config/lf/cleaner 39 | -------------------------------------------------------------------------------- /zsh/.config/starship.toml: -------------------------------------------------------------------------------- 1 | [aws] 2 | format = 'on [$symbol($profile )(\($region\) )]($style)' 3 | style = "bold blue" 4 | symbol =" " 5 | 6 | [lua] 7 | symbol=' ' 8 | [python] 9 | # symbol = '[ ](fg:#ffd43b)' 10 | symbol = '[ ](fg:#4b8bbe)' 11 | # style = 'fg:#4b8bbe' 12 | style = 'fg:#ffd43b' 13 | format = '[${symbol}${pyenv_prefix}(${version} )]($style)[(\($virtualenv\) )](fg:#646464)' 14 | 15 | [ directory ] 16 | style = 'fg:#FF10F0' 17 | 18 | [custom.zsh] 19 | when = '[[ ! -n "${VIRTUAL_ENV}" ]]' 20 | style = "bold red" 21 | format = '[ NO PYTHON VENV SET ]($style)' 22 | 23 | [custom.nvim-manager-system] 24 | when = '[[ ! -n "${NVIM_APPNAME}" ]]' 25 | style = "bold yellow" 26 | symbol = '[ ](fg:#15AABF)' 27 | format = '$symbol[USING SYSTEM NVIM]($style)' 28 | 29 | [env_var.NVIM_APPNAME] 30 | style = "green" 31 | symbol = '[ ](fg:#15AABF)' 32 | format = '[$symbol${env_value}]($style)' 33 | variable = "NVIM_APPNAME" 34 | 35 | -------------------------------------------------------------------------------- /zsh/.config/vifm/scripts/README: -------------------------------------------------------------------------------- 1 | This directory is dedicated for user-supplied scripts/executables. 2 | vifm modifies its PATH environment variable to let user run those 3 | scripts without specifying full path. All subdirectories are added 4 | as well. File in a subdirectory overrules file with the same name 5 | in parent directories. Restart might be needed to recognize files 6 | in newly created or renamed subdirectories. --------------------------------------------------------------------------------