├── .config ├── lesskey ├── nvim │ ├── snippets │ │ ├── jsonc.lua │ │ ├── javascript.snippets │ │ ├── lua.snippets │ │ ├── snippets.snippets │ │ ├── lua.lua │ │ ├── zig.snippets │ │ ├── markdown.snippets │ │ ├── templ.snippets │ │ └── all.lua │ ├── spell │ │ ├── en.utf-8.add │ │ └── en.utf-8.add.spl │ ├── after │ │ ├── ftplugin │ │ │ ├── sh.lua │ │ │ ├── typst.lua │ │ │ ├── zig.lua │ │ │ ├── markdown.lua │ │ │ ├── go.lua │ │ │ └── templ.lua │ │ ├── lsp │ │ │ └── templ.lua │ │ └── queries │ │ │ └── go │ │ │ └── injections.scm │ ├── stylua.toml │ ├── .gitignore │ ├── README.md │ ├── .neoconf.json │ ├── lua │ │ ├── lang │ │ │ ├── tailwind.lua │ │ │ ├── xml.lua │ │ │ ├── clangd.lua │ │ │ ├── proto.lua │ │ │ ├── kotlin.lua │ │ │ └── typst.lua │ │ └── plugins │ │ │ ├── unimpaired.lua │ │ │ ├── lazygit.lua │ │ │ ├── claude-code.lua │ │ │ └── profiler.lua │ ├── lazyvim.json │ └── init.lua ├── yadm │ ├── encrypt │ ├── com.apple.symbolichotkeys.plist │ └── lazygit.yaml ├── kitty │ ├── pager.png │ ├── ttt.py │ ├── base16-kitty │ │ ├── templates │ │ │ └── config.yaml │ │ └── colors │ │ │ ├── base16-seti.conf │ │ │ ├── base16-emil.conf │ │ │ ├── base16-lime.conf │ │ │ ├── base16-bespin.conf │ │ │ ├── base16-darcula.conf │ │ │ ├── base16-github.conf │ │ │ ├── base16-materia.conf │ │ │ ├── base16-nord.conf │ │ │ ├── base16-stella.conf │ │ │ ├── base16-zenburn.conf │ │ │ ├── base16-apprentice.conf │ │ │ ├── base16-cupertino.conf │ │ │ ├── base16-everforest.conf │ │ │ ├── base16-fruit-soda.conf │ │ │ ├── base16-hardcore.conf │ │ │ ├── base16-isotope.conf │ │ │ ├── base16-pandora.conf │ │ │ ├── base16-paraiso.conf │ │ │ ├── base16-purpledream.conf │ │ │ ├── base16-qualia.conf │ │ │ ├── base16-tube.conf │ │ │ ├── base16-blueish.conf │ │ │ ├── base16-codeschool.conf │ │ │ ├── base16-hopscotch.conf │ │ │ ├── base16-material.conf │ │ │ ├── base16-mellow-purple.conf │ │ │ ├── base16-primer-dark.conf │ │ │ ├── base16-primer-light.conf │ │ │ ├── base16-vulcan.conf │ │ │ ├── base16-colors.conf │ │ │ ├── base16-dirtysea.conf │ │ │ ├── base16-material-vivid.conf │ │ │ ├── base16-sagelight.conf │ │ │ ├── base16-atlas.conf │ │ │ ├── base16-icy.conf │ │ │ ├── base16-material-darker.conf │ │ │ ├── base16-mexico-light.conf │ │ │ ├── base16-tokyo-city-dark.conf │ │ │ ├── base16-3024.conf │ │ │ ├── base16-equilibrium-dark.conf │ │ │ ├── base16-equilibrium-light.conf │ │ │ ├── base16-eva.conf │ │ │ ├── base16-flat.conf │ │ │ ├── base16-framer.conf │ │ │ ├── base16-humanoid-dark.conf │ │ │ ├── base16-ia-dark.conf │ │ │ ├── base16-katy.conf │ │ │ ├── base16-material-lighter.conf │ │ │ ├── base16-pinky.conf │ │ │ ├── base16-pop.conf │ │ │ ├── base16-primer-dark-dimmed.conf │ │ │ ├── base16-summercamp.conf │ │ │ ├── base16-tokyo-city-light.conf │ │ │ ├── base16-tokyo-night-dark.conf │ │ │ ├── base16-tokyo-night-light.conf │ │ │ ├── base16-tokyo-night-storm.conf │ │ │ ├── base16-ashes.conf │ │ │ ├── base16-ayu-dark.conf │ │ │ ├── base16-bright.conf │ │ │ ├── base16-chalk.conf │ │ │ ├── base16-cupcake.conf │ │ │ ├── base16-da-one-gray.conf │ │ │ ├── base16-da-one-sea.conf │ │ │ ├── base16-eva-dim.conf │ │ │ ├── base16-gotham.conf │ │ │ ├── base16-heetch.conf │ │ │ ├── base16-helios.conf │ │ │ ├── base16-humanoid-light.conf │ │ │ ├── base16-ia-light.conf │ │ │ ├── base16-kimber.conf │ │ │ ├── base16-material-palenight.conf │ │ │ ├── base16-mocha.conf │ │ │ ├── base16-monokai.conf │ │ │ ├── base16-ocean.conf │ │ │ ├── base16-phd.conf │ │ │ ├── base16-pico.conf │ │ │ ├── base16-sakura.conf │ │ │ ├── base16-unikitty-dark.conf │ │ │ ├── base16-vice.conf │ │ │ ├── base16-woodland.conf │ │ │ ├── base16-apathy.conf │ │ │ ├── base16-ayu-light.conf │ │ │ ├── base16-ayu-mirage.conf │ │ │ ├── base16-brewer.conf │ │ │ ├── base16-catppuccin.conf │ │ │ ├── base16-classic-dark.conf │ │ │ ├── base16-da-one-black.conf │ │ │ ├── base16-da-one-ocean.conf │ │ │ ├── base16-da-one-paper.conf │ │ │ ├── base16-da-one-white.conf │ │ │ ├── base16-edge-dark.conf │ │ │ ├── base16-edge-light.conf │ │ │ ├── base16-eighties.conf │ │ │ ├── base16-embers.conf │ │ │ ├── base16-equilibrium-gray-dark.conf │ │ │ ├── base16-equilibrium-gray-light.conf │ │ │ ├── base16-gigavolt.conf │ │ │ ├── base16-google-dark.conf │ │ │ ├── base16-heetch-light.conf │ │ │ ├── base16-irblack.conf │ │ │ ├── base16-nebula.conf │ │ │ ├── base16-onedark.conf │ │ │ ├── base16-pasque.conf │ │ │ ├── base16-railscasts.conf │ │ │ ├── base16-rose-pine.conf │ │ │ ├── base16-shapeshifter.conf │ │ │ ├── base16-tango.conf │ │ │ ├── base16-tokyodark.conf │ │ │ ├── base16-tomorrow.conf │ │ │ ├── base16-twilight.conf │ │ │ ├── base16-unikitty-light.conf │ │ │ ├── base16-black-metal.conf │ │ │ ├── base16-classic-light.conf │ │ │ ├── base16-danqing.conf │ │ │ ├── base16-darkmoss.conf │ │ │ ├── base16-darktooth.conf │ │ │ ├── base16-decaf.conf │ │ │ ├── base16-default-dark.conf │ │ │ ├── base16-google-light.conf │ │ │ ├── base16-greenscreen.conf │ │ │ ├── base16-kanagawa.conf │ │ │ ├── base16-marrakesh.conf │ │ │ ├── base16-porple.conf │ │ │ ├── base16-sandcastle.conf │ │ │ ├── base16-solarflare.conf │ │ │ ├── base16-still-alive.conf │ │ │ ├── base16-tokyo-city-terminal-dark.conf │ │ │ ├── base16-tokyo-city-terminal-light.conf │ │ │ ├── base16-tokyo-night-terminal-dark.conf │ │ │ ├── base16-atelier-cave.conf │ │ │ ├── base16-atelier-dune.conf │ │ │ ├── base16-atelier-heath.conf │ │ │ ├── base16-blueforest.conf │ │ │ ├── base16-brogrammer.conf │ │ │ ├── base16-default-light.conf │ │ │ ├── base16-macintosh.conf │ │ │ ├── base16-one-light.conf │ │ │ ├── base16-rose-pine-dawn.conf │ │ │ ├── base16-rose-pine-moon.conf │ │ │ ├── base16-silk-dark.conf │ │ │ ├── base16-silk-light.conf │ │ │ ├── base16-tokyo-night-terminal-light.conf │ │ │ ├── base16-tokyo-night-terminal-storm.conf │ │ │ ├── base16-tomorrow-night.conf │ │ │ ├── base16-unikitty-reversible.conf │ │ │ ├── base16-windows-10.conf │ │ │ ├── base16-windows-95.conf │ │ │ ├── base16-windows-nt.conf │ │ │ ├── base16-xcode-dusk.conf │ │ │ ├── base16-atelier-estuary.conf │ │ │ ├── base16-atelier-forest.conf │ │ │ ├── base16-atelier-plateau.conf │ │ │ ├── base16-atelier-savanna.conf │ │ │ ├── base16-atelier-seaside.conf │ │ │ ├── base16-brushtrees.conf │ │ │ ├── base16-harmonic-dark.conf │ │ │ ├── base16-harmonic-light.conf │ │ │ ├── base16-horizon-dark.conf │ │ │ ├── base16-horizon-light.conf │ │ │ ├── base16-outrun-dark.conf │ │ │ ├── base16-shadesmear-dark.conf │ │ │ ├── base16-shadesmear-light.conf │ │ │ ├── base16-solarized-dark.conf │ │ │ ├── base16-solarized-light.conf │ │ │ ├── base16-tender.conf │ │ │ ├── base16-atelier-cave-light.conf │ │ │ ├── base16-atelier-dune-light.conf │ │ │ ├── base16-atelier-lakeside.conf │ │ │ ├── base16-black-metal-burzum.conf │ │ │ ├── base16-black-metal-khold.conf │ │ │ ├── base16-black-metal-marduk.conf │ │ │ ├── base16-black-metal-mayhem.conf │ │ │ ├── base16-black-metal-nile.conf │ │ │ ├── base16-black-metal-venom.conf │ │ │ ├── base16-darkviolet.conf │ │ │ ├── base16-grayscale-dark.conf │ │ │ ├── base16-grayscale-light.conf │ │ │ ├── base16-oceanicnext.conf │ │ │ ├── base16-solarflare-light.conf │ │ │ ├── base16-summerfruit-dark.conf │ │ │ ├── base16-summerfruit-light.conf │ │ │ ├── base16-tokyodark-terminal.conf │ │ │ ├── base16-tomorrow-night-eighties.conf │ │ │ ├── base16-windows-10-light.conf │ │ │ ├── base16-windows-95-light.conf │ │ │ ├── base16-windows-nt-light.conf │ │ │ └── base16-atelier-forest-light.conf │ ├── neighboring_window.py │ ├── go.mod │ ├── navigator.py │ ├── rename_tab.py │ ├── rename_os_window.py │ ├── zoom_toggle.py │ ├── pager.go │ ├── go.sum │ └── fzf_goto_session.sh ├── lf │ ├── clean │ └── clean.go ├── fish │ └── fish_plugins ├── lazygit │ └── config.yml ├── coc │ └── ultisnips │ │ ├── java.snippets │ │ ├── tmux.snippets │ │ ├── yaml.snippets │ │ ├── gitcommit.snippets │ │ ├── startify.snippets │ │ ├── vimwiki.snippets │ │ ├── rust.snippets │ │ ├── sh.snippets │ │ └── zsh.snippets └── base16-shell-hooks │ ├── sync-vim-colors-in-tmux │ └── modify-cursor-color ├── .gnupg ├── gpg.conf └── gpg-agent.conf ├── .local └── share │ └── yadm │ └── archive ├── work ├── .sshconfig ├── .gitconfig └── .envrc └── bin └── fzf-words /.config/lesskey: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /.config/nvim/snippets/jsonc.lua: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /.config/nvim/spell/en.utf-8.add: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /.gnupg/gpg.conf: -------------------------------------------------------------------------------- 1 | use-agent 2 | -------------------------------------------------------------------------------- /.config/nvim/after/ftplugin/sh.lua: -------------------------------------------------------------------------------- 1 | vim.diagnostic.enable(false) 2 | -------------------------------------------------------------------------------- /.config/yadm/encrypt: -------------------------------------------------------------------------------- 1 | .ssh/* 2 | .secrets 3 | .config/gh/hosts.yml 4 | .kube/config* 5 | -------------------------------------------------------------------------------- /.config/nvim/stylua.toml: -------------------------------------------------------------------------------- 1 | indent_type = "Spaces" 2 | indent_width = 2 3 | column_width = 120 -------------------------------------------------------------------------------- /.config/kitty/pager.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jackielii/dotfiles/HEAD/.config/kitty/pager.png -------------------------------------------------------------------------------- /.config/nvim/after/ftplugin/typst.lua: -------------------------------------------------------------------------------- 1 | vim.bo.commentstring = "// %s" 2 | vim.b.autoformat = true 3 | -------------------------------------------------------------------------------- /.config/nvim/after/ftplugin/zig.lua: -------------------------------------------------------------------------------- 1 | vim.b.autoformat = true 2 | 3 | vim.g.zig_fmt_autosave = false 4 | -------------------------------------------------------------------------------- /.config/nvim/.gitignore: -------------------------------------------------------------------------------- 1 | tt.* 2 | .tests 3 | doc/tags 4 | debug 5 | .repro 6 | foo.* 7 | *.log 8 | data 9 | -------------------------------------------------------------------------------- /.config/nvim/after/ftplugin/markdown.lua: -------------------------------------------------------------------------------- 1 | vim.opt_local.spell = false 2 | vim.diagnostic.enable(false) 3 | -------------------------------------------------------------------------------- /.local/share/yadm/archive: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jackielii/dotfiles/HEAD/.local/share/yadm/archive -------------------------------------------------------------------------------- /.config/nvim/after/ftplugin/go.lua: -------------------------------------------------------------------------------- 1 | vim.b.autoformat = true 2 | 3 | vim.bo.tabstop = 4 4 | vim.bo.shiftwidth = 4 5 | -------------------------------------------------------------------------------- /.config/nvim/spell/en.utf-8.add.spl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jackielii/dotfiles/HEAD/.config/nvim/spell/en.utf-8.add.spl -------------------------------------------------------------------------------- /.config/lf/clean: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env bash 2 | 3 | kitty +kitten icat --clear --stdin no --transfer-mode memory < /dev/null > /dev/tty 4 | -------------------------------------------------------------------------------- /.config/kitty/ttt.py: -------------------------------------------------------------------------------- 1 | from kitty.fast_data_types import get_boss 2 | 3 | boss = get_boss() 4 | boss.set_tab_title('🐱') 5 | print(boss) 6 | -------------------------------------------------------------------------------- /.config/nvim/snippets/javascript.snippets: -------------------------------------------------------------------------------- 1 | snippet jsonstringify "JSON.stringify" 2 | JSON.stringify(${1}, null, 2)${0:${VISUAL}} 3 | 4 | -------------------------------------------------------------------------------- /.config/nvim/snippets/lua.snippets: -------------------------------------------------------------------------------- 1 | snippet vimschedule "vim.schedule" 2 | vim.schedule(function() 3 | ${0:${VISUAL}} 4 | end) 5 | 6 | -------------------------------------------------------------------------------- /.config/yadm/com.apple.symbolichotkeys.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jackielii/dotfiles/HEAD/.config/yadm/com.apple.symbolichotkeys.plist -------------------------------------------------------------------------------- /work/.sshconfig: -------------------------------------------------------------------------------- 1 | Include ~/.ssh/config 2 | 3 | host github.com 4 | HostName github.com 5 | IdentityFile ~/.ssh/id_tes_ed25519 6 | User git 7 | 8 | -------------------------------------------------------------------------------- /.config/kitty/base16-kitty/templates/config.yaml: -------------------------------------------------------------------------------- 1 | default: 2 | extension: .conf 3 | output: colors 4 | default-256: 5 | extension: -256.conf 6 | output: colors 7 | -------------------------------------------------------------------------------- /.config/nvim/after/lsp/templ.lua: -------------------------------------------------------------------------------- 1 | return { 2 | cmd = { vim.env.HOME .. "/go/bin/templ", "lsp" }, 3 | filetypes = { "templ" }, 4 | root_markers = { ".git", "go.mod" }, 5 | } 6 | -------------------------------------------------------------------------------- /.config/nvim/after/ftplugin/templ.lua: -------------------------------------------------------------------------------- 1 | vim.b.autoformat = true 2 | 3 | vim.bo.shiftwidth = 2 4 | vim.bo.tabstop = 2 5 | -- vim.bo.commentstring = "// %s" 6 | vim.lsp.enable("templ") 7 | -------------------------------------------------------------------------------- /.config/yadm/lazygit.yaml: -------------------------------------------------------------------------------- 1 | keybinding: 2 | files: 3 | toggleStagedAll: '' # avoid "stage/unstage all" since it hangs lazygit, cause I guess it tries to list all files 4 | 5 | -------------------------------------------------------------------------------- /.config/nvim/README.md: -------------------------------------------------------------------------------- 1 | # 💤 LazyVim 2 | 3 | A starter template for [LazyVim](https://github.com/LazyVim/LazyVim). 4 | Refer to the [documentation](https://lazyvim.github.io/installation) to get started. 5 | -------------------------------------------------------------------------------- /.gnupg/gpg-agent.conf: -------------------------------------------------------------------------------- 1 | # don't ask for password 2 | 3 | # pinentry-program $(brew --prefix)/bin/pinentry-mac 4 | pinentry-program /opt/homebrew/bin/pinentry-mac 5 | 6 | # default-cache-ttl 34560000 7 | # max-cache-ttl 34560000 8 | -------------------------------------------------------------------------------- /.config/fish/fish_plugins: -------------------------------------------------------------------------------- 1 | jorgebucaran/fisher 2 | jhillyerd/plugin-git 3 | evanlucas/fish-kubectl-completions 4 | franciscolourenco/done 5 | lengyijun/fc-fish 6 | halostatue/fish-docker@v1.x 7 | patrickf1/fzf.fish 8 | kidonng/nix.fish 9 | -------------------------------------------------------------------------------- /.config/kitty/neighboring_window.py: -------------------------------------------------------------------------------- 1 | def main(): 2 | pass 3 | 4 | 5 | def handle_result(args, result, target_window_id, boss): 6 | boss.active_tab.neighboring_window(args[1]) 7 | 8 | 9 | handle_result.no_ui = True 10 | -------------------------------------------------------------------------------- /.config/nvim/snippets/snippets.snippets: -------------------------------------------------------------------------------- 1 | # snippets for making snippets :) 2 | snippet snip 3 | snippet ${1:trigger} "${2:description}" 4 | ${0:${VISUAL}} 5 | snippet v 6 | {VISUAL} 7 | snippet $ 8 | ${${1:1}:${0:text}} 9 | 10 | -------------------------------------------------------------------------------- /.config/nvim/snippets/lua.lua: -------------------------------------------------------------------------------- 1 | ---@diagnostic disable: undefined-global 2 | 3 | return { 4 | s("styluaignore", { 5 | t("-- stylua: ignore"), 6 | c(1, { 7 | t(""), 8 | t(" start"), 9 | t(" end"), 10 | }), 11 | i(0), 12 | }), 13 | } 14 | -------------------------------------------------------------------------------- /.config/nvim/.neoconf.json: -------------------------------------------------------------------------------- 1 | { 2 | "neodev": { 3 | "library": { 4 | "enabled": true, 5 | "plugins": true 6 | } 7 | }, 8 | "neoconf": { 9 | "plugins": { 10 | "lua_ls": { 11 | "enabled": true 12 | } 13 | } 14 | } 15 | } 16 | -------------------------------------------------------------------------------- /.config/kitty/go.mod: -------------------------------------------------------------------------------- 1 | module kitty.conf 2 | 3 | go 1.23.2 4 | 5 | require ( 6 | github.com/creack/pty v1.1.24 // indirect 7 | github.com/icza/backscanner v0.0.0-20240328210400-b40c3a86dec5 8 | golang.org/x/sys v0.26.0 // indirect 9 | golang.org/x/term v0.25.0 // indirect 10 | ) 11 | -------------------------------------------------------------------------------- /work/.gitconfig: -------------------------------------------------------------------------------- 1 | [include] 2 | path = ~/.gitconfig 3 | 4 | [user] 5 | email = jackie.li@target-energysolutions.com 6 | name = Jackie Li 7 | signingkey = C87B9D9061502C01 8 | 9 | [commit] 10 | gpgSign = true 11 | [push] 12 | followTags = true 13 | [difftool] 14 | prompt = false 15 | -------------------------------------------------------------------------------- /.config/nvim/lua/lang/tailwind.lua: -------------------------------------------------------------------------------- 1 | return { 2 | { 3 | "razak17/tailwind-fold.nvim", 4 | opts = { enabled = false, symbol = "󱏿 " }, 5 | dependencies = { "nvim-treesitter/nvim-treesitter" }, 6 | ft = { "html", "svelte", "astro", "vue", "typescriptreact", "php", "blade", "templ" }, 7 | }, 8 | } 9 | -------------------------------------------------------------------------------- /.config/nvim/lua/plugins/unimpaired.lua: -------------------------------------------------------------------------------- 1 | return { 2 | -- { "tpope/vim-unimpaired", keys = { { "[" }, { "]" }, { "yo" } } }, 3 | { 4 | "tummetott/unimpaired.nvim", 5 | event = "VeryLazy", 6 | opts = { 7 | previous_file = false, 8 | next_file = false, 9 | }, 10 | }, 11 | } 12 | -------------------------------------------------------------------------------- /.config/nvim/lua/plugins/lazygit.lua: -------------------------------------------------------------------------------- 1 | return { 2 | "folke/snacks.nvim", 3 | opts = { 4 | lazygit = { 5 | configure = true, 6 | config = { 7 | os = { editPreset = "nvim-remote-edit" }, 8 | gui = { 9 | nerdFontsVersion = "3", 10 | }, 11 | }, 12 | }, 13 | }, 14 | } 15 | -------------------------------------------------------------------------------- /.config/nvim/snippets/zig.snippets: -------------------------------------------------------------------------------- 1 | # snippet test "test" 2 | # test "${1}" { 3 | # ${0:${VISUAL}} 4 | # } 5 | # 6 | snippet gpa "gpa allocator" 7 | var gpa = std.heap.GeneralPurposeAllocator(.{}){}; 8 | const allocator = gpa.allocator(); 9 | ${0:${VISUAL}} 10 | 11 | snippet std "import std" 12 | const std = @import("std"); 13 | ${0:${VISUAL}} 14 | -------------------------------------------------------------------------------- /.config/kitty/navigator.py: -------------------------------------------------------------------------------- 1 | def main(): 2 | pass 3 | 4 | 5 | def handle_result(args, result, target_window_id, boss): 6 | # from kittens.tui.loop import debug 7 | # debug(args) 8 | if args[1] == "p": 9 | boss.active_tab.nth_window(-1) 10 | else: 11 | boss.active_tab.neighboring_window(args[1]) 12 | 13 | 14 | handle_result.no_ui = True 15 | -------------------------------------------------------------------------------- /.config/nvim/lua/lang/xml.lua: -------------------------------------------------------------------------------- 1 | return { 2 | { 3 | "stevearc/conform.nvim", 4 | optional = true, 5 | opts = { 6 | formatters_by_ft = { 7 | xml = { "xmlformatter1" }, 8 | }, 9 | formatters = { 10 | xmlformatter1 = { 11 | command = "xmlformat", 12 | args = { "-" }, 13 | }, 14 | }, 15 | }, 16 | }, 17 | } 18 | -------------------------------------------------------------------------------- /.config/kitty/rename_tab.py: -------------------------------------------------------------------------------- 1 | import os 2 | from kittens.tui.handler import result_handler 3 | @result_handler(no_ui=True) 4 | def handle_result(args, answer, target_window_id, boss): 5 | tab = boss.active_tab 6 | if tab: 7 | title = tab.title 8 | if title: 9 | title = os.path.basename(title) 10 | boss.set_tab_title(title) 11 | 12 | def main(): 13 | pass 14 | -------------------------------------------------------------------------------- /.config/nvim/lua/lang/clangd.lua: -------------------------------------------------------------------------------- 1 | return { 2 | { 3 | "neovim/nvim-lspconfig", 4 | optional = true, 5 | opts = function(_, opts) 6 | return vim.tbl_deep_extend("force", opts, { 7 | servers = { 8 | clangd = { 9 | filetypes = { "c", "cpp", "objc", "objcpp", "cuda" }, --'proto' }, 10 | }, 11 | }, 12 | }) 13 | end, 14 | }, 15 | } 16 | -------------------------------------------------------------------------------- /.config/kitty/rename_os_window.py: -------------------------------------------------------------------------------- 1 | from kitty.fast_data_types import ( 2 | current_focused_os_window_id, 3 | last_focused_os_window_id, 4 | set_os_window_title, 5 | ) 6 | 7 | 8 | def main(args): 9 | return input("Input OS window title> ") or "main" 10 | 11 | 12 | def handle_result(args, answer, target_window_id, boss): 13 | os_window_id = current_focused_os_window_id() or last_focused_os_window_id() 14 | if answer: 15 | set_os_window_title(os_window_id, answer) 16 | -------------------------------------------------------------------------------- /.config/kitty/zoom_toggle.py: -------------------------------------------------------------------------------- 1 | from typing import List 2 | from kitty.boss import Boss 3 | 4 | def main(args: List[str]) -> str: 5 | pass 6 | 7 | from kittens.tui.handler import result_handler 8 | @result_handler(no_ui=True) 9 | def handle_result(args: List[str], answer: str, target_window_id: int, boss: Boss) -> None: 10 | tab = boss.active_tab 11 | if tab is not None: 12 | if tab.current_layout.name == 'stack': 13 | tab.last_used_layout() 14 | else: 15 | tab.goto_layout('stack') 16 | -------------------------------------------------------------------------------- /.config/nvim/lazyvim.json: -------------------------------------------------------------------------------- 1 | { 2 | "extras": [ 3 | "lazyvim.plugins.extras.ai.sidekick", 4 | "lazyvim.plugins.extras.editor.dial", 5 | "lazyvim.plugins.extras.editor.inc-rename", 6 | "lazyvim.plugins.extras.lang.go", 7 | "lazyvim.plugins.extras.lang.markdown", 8 | "lazyvim.plugins.extras.test.core", 9 | "lazyvim.plugins.extras.util.dot", 10 | "lazyvim.plugins.extras.util.mini-hipatterns" 11 | ], 12 | "install_version": 7, 13 | "news": { 14 | "NEWS.md": "11866" 15 | }, 16 | "version": 8 17 | } -------------------------------------------------------------------------------- /.config/kitty/pager.go: -------------------------------------------------------------------------------- 1 | package main 2 | 3 | import ( 4 | "io" 5 | "os/exec" 6 | ) 7 | 8 | func main() { 9 | in := exec.Command("pbpaste") 10 | out := exec.Command("kitty", "@", "send-text", "--stdin") 11 | 12 | r, w := io.Pipe() 13 | in.Stdout = w 14 | out.Stdin = r 15 | 16 | in.Start() 17 | out.Start() 18 | in.Wait() 19 | w.Close() 20 | out.Wait() 21 | 22 | // b, err := exec.Command("kitty", "@", "send-text", "hello world").Output() 23 | // if err != nil { 24 | // panic(err) 25 | // } 26 | // print(string(b)) 27 | } 28 | -------------------------------------------------------------------------------- /.config/nvim/lua/lang/proto.lua: -------------------------------------------------------------------------------- 1 | return { 2 | { 3 | "stevearc/conform.nvim", 4 | optional = true, 5 | opts = { 6 | formatters_by_ft = { 7 | proto = { "buf" }, 8 | }, 9 | }, 10 | }, 11 | 12 | { 13 | "neovim/nvim-lspconfig", 14 | opts = { 15 | servers = { 16 | protols = {}, 17 | }, 18 | }, 19 | }, 20 | 21 | { 22 | "mfussenegger/nvim-lint", 23 | optional = true, 24 | opts = { 25 | linters_by_ft = { 26 | proto = { "buf_lint" }, 27 | }, 28 | }, 29 | }, 30 | } 31 | -------------------------------------------------------------------------------- /.config/nvim/lua/plugins/claude-code.lua: -------------------------------------------------------------------------------- 1 | return { 2 | { 3 | "coder/claudecode.nvim", 4 | lazy = false, 5 | -- event = "VeryLazy", 6 | dependencies = { "folke/snacks.nvim" }, 7 | keys = { 8 | { "as", "ClaudeCodeAdd %:p", mode = "n", desc = "Add current buffer" , silent = false }, 9 | { "as", "ClaudeCodeSend", mode = "v", desc = "Send to Claude" }, 10 | }, 11 | opts = { 12 | terminal = { 13 | provider = "none", -- no UI actions; server + tools remain available 14 | }, 15 | }, 16 | }, 17 | } 18 | -------------------------------------------------------------------------------- /.config/lf/clean.go: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env gorun 2 | //go:build ignore 3 | 4 | package main 5 | 6 | import ( 7 | "fmt" 8 | "log" 9 | "os" 10 | "os/exec" 11 | "strings" 12 | ) 13 | 14 | func main() { 15 | sh(`kitty +kitten icat --clear --stdin no --transfer-mode memory < /dev/null > /dev/tty`) 16 | } 17 | 18 | func sh(format string, args ...any) string { 19 | cmd := exec.Command("sh", "-c", fmt.Sprintf(format, args...)) 20 | cmd.Stdin = os.Stdin 21 | out, err := cmd.Output() 22 | if err != nil { 23 | log.Printf("sh:\n"+format+"\n", args...) 24 | log.Fatal(err) 25 | } 26 | return strings.TrimSpace(string(out)) 27 | } 28 | -------------------------------------------------------------------------------- /.config/nvim/init.lua: -------------------------------------------------------------------------------- 1 | P = function(...) 2 | local args = { ... } 3 | for _, v in ipairs(args) do 4 | vim.schedule(function() 5 | print(vim.inspect(v)) 6 | end) 7 | end 8 | end 9 | 10 | _G.pretty_path = function(path) 11 | -- local pp = vim.g.project_path or LazyVim.root() 12 | -- if path:find(pp, 1, true) == 1 then 13 | -- path = path:sub(#pp + 2) 14 | -- end 15 | if path:find(vim.fn.expand("~"), 1, true) == 1 then 16 | path = path:gsub(vim.fn.expand("~"), "~", 1) 17 | end 18 | return path 19 | end 20 | 21 | -- bootstrap lazy.nvim, LazyVim and your plugins 22 | require("config.lazy") 23 | -------------------------------------------------------------------------------- /work/.envrc: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | 3 | export GITHUB_TOKEN=${TES_GITHUB_API_TOKEN} 4 | export GITHUB_API_TOKEN=${GITHUB_TOKEN} # for coc-git 5 | export GIT_CONFIG_GLOBAL=$(pwd)/.gitconfig 6 | export GOPRIVATE=tespkg.in,github.com/tespkg,gitlab.com/target-digital-transformation 7 | export NPM_TOKEN=${TES_NPM_TOKEN} 8 | export OPENAI_API_KEY=${WORK_OPENAI_API_KEY} 9 | export ANYSCALE_API_KEY=${WORK_ANYSCALE_API_KEY} 10 | export QDRANT_API_KEY=${WORK_QDRANT_API_KEY} 11 | export GEMINI_API_KEY=${WORK_GEMINI_API_KEY} 12 | export_alias ssh "/usr/bin/ssh -F $(pwd)/.sshconfig" 13 | export WORK=tes 14 | export JJ_CONFIG=~/work/.config/jj/config.toml 15 | -------------------------------------------------------------------------------- /.config/nvim/after/queries/go/injections.scm: -------------------------------------------------------------------------------- 1 | ;extends 2 | 3 | ([ 4 | (interpreted_string_literal) 5 | (raw_string_literal) 6 | ] @sql 7 | (#contains? @sql "-- sql" "--sql" "ADD CONSTRAINT" "ALTER TABLE" "ALTER COLUMN" "DATABASE" "FOREIGN KEY" "GROUP BY" "HAVING" 8 | "CREATE INDEX" "INSERT INTO" "CREATE TABLE" "create table" 9 | "NOT NULL" "PRIMARY KEY" "UPDATE SET" "TRUNCATE TABLE" "LEFT JOIN" 10 | "add constraint" "alter table" "alter column" "database" "foreign key" "group by" "having" 11 | "create index" "insert into" "not null" "primary key" "update set" "truncate table" "left join") 12 | (#offset! @sql 0 1 0 -1)) 13 | -------------------------------------------------------------------------------- /.config/nvim/snippets/markdown.snippets: -------------------------------------------------------------------------------- 1 | snippet - "list item" 2 | - [ ] ${0:${VISUAL}} 3 | 4 | snippet bb "\mathbb" 5 | \mathbb{$1} 6 | 7 | snippet -> "\rightarrow" 8 | \rightarrow${0} 9 | 10 | snippet $$ "math block" 11 | $$ 12 | ${0:${VISUAL}} 13 | $$ 14 | 15 | snippet $ "math inline" 16 | $${0:${VISUAL}}$ 17 | 18 | snippet sum "sum" 19 | \sum_{${1}}^{${2}}{${3}} 20 | 21 | snippet frac "fraction" 22 | \frac{${1}}{${2}} 23 | 24 | snippet ( "parentheses" 25 | \left(${1:${VISUAL}}\right)${0} 26 | 27 | snippet int "integral" 28 | \int_{${1}}^{${2}}{${3}} 29 | 30 | snippet lim "lim" 31 | \lim_{${1}}{${2}} 32 | 33 | snippet : "\colon" 34 | \colon${0} 35 | -------------------------------------------------------------------------------- /.config/nvim/lua/lang/kotlin.lua: -------------------------------------------------------------------------------- 1 | return { 2 | { 3 | "neovim/nvim-lspconfig", 4 | opts = { 5 | servers = { 6 | kotlin_lsp = {}, 7 | }, 8 | setup = { 9 | kotlin_lsp = function(_, opts) 10 | require("lspconfig.configs").kotlin_lsp = { 11 | default_config = { 12 | cmd = { "kotlin-ls", "--stdio" }, 13 | filetypes = { "kotlin" }, 14 | root_dir = require("lspconfig").util.root_pattern("build.gradle", "build.gradle.kts", "pom.xml"), 15 | single_file_support = true, 16 | }, 17 | } 18 | end, 19 | }, 20 | }, 21 | }, 22 | } 23 | -------------------------------------------------------------------------------- /.config/nvim/lua/lang/typst.lua: -------------------------------------------------------------------------------- 1 | return { 2 | { 3 | "mason-org/mason.nvim", 4 | opts = { 5 | ensure_installed = { 6 | "tinymist", 7 | }, 8 | }, 9 | }, 10 | { 11 | "neovim/nvim-lspconfig", 12 | opts = { 13 | servers = { 14 | tinymist = { 15 | --- todo: these configuration from lspconfig maybe broken 16 | single_file_support = true, 17 | root_dir = function() 18 | return vim.fn.getcwd() 19 | end, 20 | --- See [Tinymist Server Configuration](https://github.com/Myriad-Dreamin/tinymist/blob/main/Configuration.md) for references. 21 | settings = {}, 22 | }, 23 | }, 24 | }, 25 | }, 26 | } 27 | -------------------------------------------------------------------------------- /bin/fzf-words: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env fish 2 | 3 | set -l tmp_file (mktemp) 4 | trap "rm -f $tmp_file" EXIT 5 | 6 | while read line 7 | echo $line >>$tmp_file 8 | end 9 | 10 | set -l load_words "split-words $tmp_file" 11 | set -l copy_to_clipboard "echo -n {} | pbcopy" 12 | 13 | sh -c "$load_words" | fzf \ 14 | --tac \ 15 | --bind "ctrl-space:reload($load_words ' ')" \ 16 | --bind "ctrl-/:reload($load_words '-')" \ 17 | --bind "tab:execute-silent($copy_to_clipboard)+abort" \ 18 | --bind "enter:execute-silent($copy_to_clipboard; kitty @ send-text --match state:overlay_parent {})+abort" \ 19 | --header 'Tab: copy to clipboard; Enter: send to terminal; ctrl-space: split by space; ctrl-/: to split by /' 20 | 21 | -------------------------------------------------------------------------------- /.config/lazygit/config.yml: -------------------------------------------------------------------------------- 1 | git: 2 | overrideGpg: true 3 | os: 4 | editPreset: 'nvim-remote-edit' 5 | editInTerminal: false 6 | edit: 'begin; if test -z "$NVIM"; nvim -- {{filename}}; else; nvim --server "$NVIM" --remote-send "q"; nvim --server "$NVIM" --remote {{filename}}; end; end' 7 | editAtLine: 'begin; if test -z "$NVIM"; nvim +{{line}} -- {{filename}}; else; nvim --server "$NVIM" --remote-send "q"; nvim --server "$NVIM" --remote {{filename}}; nvim --server "$NVIM" --remote-send ":{{line}}"; end; end' 8 | editAtLineAndWait: 'nvim +{{line}} {{filename}}' 9 | openDirInEditor: 'begin; if test -z "$NVIM"; nvim -- {{dir}}; else; nvim --server "$NVIM" --remote-send "q"; nvim --server "$NVIM" --remote {{dir}}; end; end' 10 | -------------------------------------------------------------------------------- /.config/coc/ultisnips/java.snippets: -------------------------------------------------------------------------------- 1 | # A valid snippet should starts with: 2 | # 3 | # snippet trigger_word [ "description" [ options ] ] 4 | # 5 | # and end with: 6 | # 7 | # endsnippet 8 | # 9 | # Snippet options: 10 | # 11 | # b - Beginning of line. 12 | # i - In-word expansion. 13 | # w - Word boundary. 14 | # r - Regular expression 15 | # e - Custom context snippet 16 | # A - Snippet will be triggered automatically, when condition matches. 17 | # 18 | # Basic example: 19 | # 20 | # snippet emitter "emitter properties" b 21 | # private readonly ${1} = new Emitter<$2>() 22 | # public readonly ${1/^_(.*)/$1/}: Event<$2> = this.$1.event 23 | # endsnippet 24 | # 25 | # Online reference: https://github.com/SirVer/ultisnips/blob/master/doc/UltiSnips.txt 26 | -------------------------------------------------------------------------------- /.config/coc/ultisnips/tmux.snippets: -------------------------------------------------------------------------------- 1 | # A valid snippet should starts with: 2 | # 3 | # snippet trigger_word [ "description" [ options ] ] 4 | # 5 | # and end with: 6 | # 7 | # endsnippet 8 | # 9 | # Snippet options: 10 | # 11 | # b - Beginning of line. 12 | # i - In-word expansion. 13 | # w - Word boundary. 14 | # r - Regular expression 15 | # e - Custom context snippet 16 | # A - Snippet will be triggered automatically, when condition matches. 17 | # 18 | # Basic example: 19 | # 20 | # snippet emitter "emitter properties" b 21 | # private readonly ${1} = new Emitter<$2>() 22 | # public readonly ${1/^_(.*)/$1/}: Event<$2> = this.$1.event 23 | # endsnippet 24 | # 25 | # Online reference: https://github.com/SirVer/ultisnips/blob/master/doc/UltiSnips.txt 26 | -------------------------------------------------------------------------------- /.config/coc/ultisnips/yaml.snippets: -------------------------------------------------------------------------------- 1 | # A valid snippet should starts with: 2 | # 3 | # snippet trigger_word [ "description" [ options ] ] 4 | # 5 | # and end with: 6 | # 7 | # endsnippet 8 | # 9 | # Snippet options: 10 | # 11 | # b - Beginning of line. 12 | # i - In-word expansion. 13 | # w - Word boundary. 14 | # r - Regular expression 15 | # e - Custom context snippet 16 | # A - Snippet will be triggered automatically, when condition matches. 17 | # 18 | # Basic example: 19 | # 20 | # snippet emitter "emitter properties" b 21 | # private readonly ${1} = new Emitter<$2>() 22 | # public readonly ${1/^_(.*)/$1/}: Event<$2> = this.$1.event 23 | # endsnippet 24 | # 25 | # Online reference: https://github.com/SirVer/ultisnips/blob/master/doc/UltiSnips.txt 26 | -------------------------------------------------------------------------------- /.config/coc/ultisnips/gitcommit.snippets: -------------------------------------------------------------------------------- 1 | # A valid snippet should starts with: 2 | # 3 | # snippet trigger_word [ "description" [ options ] ] 4 | # 5 | # and end with: 6 | # 7 | # endsnippet 8 | # 9 | # Snippet options: 10 | # 11 | # b - Beginning of line. 12 | # i - In-word expansion. 13 | # w - Word boundary. 14 | # r - Regular expression 15 | # e - Custom context snippet 16 | # A - Snippet will be triggered automatically, when condition matches. 17 | # 18 | # Basic example: 19 | # 20 | # snippet emitter "emitter properties" b 21 | # private readonly ${1} = new Emitter<$2>() 22 | # public readonly ${1/^_(.*)/$1/}: Event<$2> = this.$1.event 23 | # endsnippet 24 | # 25 | # Online reference: https://github.com/SirVer/ultisnips/blob/master/doc/UltiSnips.txt 26 | -------------------------------------------------------------------------------- /.config/coc/ultisnips/startify.snippets: -------------------------------------------------------------------------------- 1 | # A valid snippet should starts with: 2 | # 3 | # snippet trigger_word [ "description" [ options ] ] 4 | # 5 | # and end with: 6 | # 7 | # endsnippet 8 | # 9 | # Snippet options: 10 | # 11 | # b - Beginning of line. 12 | # i - In-word expansion. 13 | # w - Word boundary. 14 | # r - Regular expression 15 | # e - Custom context snippet 16 | # A - Snippet will be triggered automatically, when condition matches. 17 | # 18 | # Basic example: 19 | # 20 | # snippet emitter "emitter properties" b 21 | # private readonly ${1} = new Emitter<$2>() 22 | # public readonly ${1/^_(.*)/$1/}: Event<$2> = this.$1.event 23 | # endsnippet 24 | # 25 | # Online reference: https://github.com/SirVer/ultisnips/blob/master/doc/UltiSnips.txt 26 | -------------------------------------------------------------------------------- /.config/coc/ultisnips/vimwiki.snippets: -------------------------------------------------------------------------------- 1 | # A valid snippet should starts with: 2 | # 3 | # snippet trigger_word [ "description" [ options ] ] 4 | # 5 | # and end with: 6 | # 7 | # endsnippet 8 | # 9 | # Snippet options: 10 | # 11 | # b - Beginning of line. 12 | # i - In-word expansion. 13 | # w - Word boundary. 14 | # r - Regular expression 15 | # e - Custom context snippet 16 | # A - Snippet will be triggered automatically, when condition matches. 17 | # 18 | # Basic example: 19 | # 20 | # snippet emitter "emitter properties" b 21 | # private readonly ${1} = new Emitter<$2>() 22 | # public readonly ${1/^_(.*)/$1/}: Event<$2> = this.$1.event 23 | # endsnippet 24 | # 25 | # Online reference: https://github.com/SirVer/ultisnips/blob/master/doc/UltiSnips.txt 26 | -------------------------------------------------------------------------------- /.config/nvim/snippets/templ.snippets: -------------------------------------------------------------------------------- 1 | snippet fum "method" 2 | func (${1} ${2:type}) ${3:method}(${4}) ${5:error} { 3 | ${0:${VISUAL}} 4 | } 5 | 6 | snippet args "args" 7 | func (${1} ${2:type}) ${3:Args}(${4:r *http.Request}) (${5:args}, ${6:error}) { 8 | ${0:${VISUAL}} 9 | } 10 | 11 | snippet fumh "http handler function on receiver" 12 | func (${1} ${2:type}) ${3:funcName}(${4:w} http.ResponseWriter, ${5:r} *http.Request) { 13 | ${0:${VISUAL}} 14 | } 15 | 16 | snippet tum "templ method" 17 | templ (${1} ${2:type}) ${3:Page}(${4}) { 18 | ${5} 19 | } 20 | ${0} 21 | 22 | snippet tumh "templ http handler function on receiver" 23 | func (${1} ${2:type}) ${3:ServeHTTP}(${4:w} http.ResponseWriter, ${5:r} *http.Request) ${6:error} { 24 | ${0:${VISUAL}} 25 | } 26 | 27 | -------------------------------------------------------------------------------- /.config/base16-shell-hooks/sync-vim-colors-in-tmux: -------------------------------------------------------------------------------- 1 | #!/bin/zsh 2 | # color sync happens at 3 places when executing base16_${theme name}: 3 | # 1. terminal color changes automatically 4 | # 2. vim color changes by executing :call Base16Sync() via tmux send-keys 5 | # 2.1 vim's Base16Sync sets color scheme and $FZF_DEFAULT_OPTS 6 | # 3. fzf's color changes using precmd hook in ~/.zshrc 7 | 8 | if [[ -n "$TMUX" ]]; then 9 | for pix in $(tmux list-panes -a -F '#{session_name}:#{window_index}.#{pane_index}'); do 10 | is_vim="ps -o state= -o comm= -t '#{pane_tty}' | grep -iqE '^[^TXZ ]+ +(\\S+\\/)?g?(view|n?vim?x?)(diff)?\$'" 11 | tmux if-shell -t "$pix" "$is_vim" "send-keys -t $pix escape" 12 | tmux if-shell -t "$pix" "$is_vim" "send-keys -t $pix ':call Base16Sync()' ENTER" 13 | done 14 | fi 15 | -------------------------------------------------------------------------------- /.config/coc/ultisnips/rust.snippets: -------------------------------------------------------------------------------- 1 | # A valid snippet should starts with: 2 | # 3 | # snippet trigger_word [ "description" [ options ] ] 4 | # 5 | # and end with: 6 | # 7 | # endsnippet 8 | # 9 | # Snippet options: 10 | # 11 | # b - Beginning of line. 12 | # i - In-word expansion. 13 | # w - Word boundary. 14 | # r - Regular expression 15 | # e - Custom context snippet 16 | # A - Snippet will be triggered automatically, when condition matches. 17 | # 18 | # Basic example: 19 | # 20 | # snippet emitter "emitter properties" b 21 | # private readonly ${1} = new Emitter<$2>() 22 | # public readonly ${1/^_(.*)/$1/}: Event<$2> = this.$1.event 23 | # endsnippet 24 | # 25 | # Online reference: https://github.com/SirVer/ultisnips/blob/master/doc/UltiSnips.txt 26 | snippet println "println!" b 27 | println!("${2}{}", ${1})${0} 28 | endsnippet 29 | -------------------------------------------------------------------------------- /.config/nvim/lua/plugins/profiler.lua: -------------------------------------------------------------------------------- 1 | return { 2 | { 3 | "folke/snacks.nvim", 4 | opts = function() 5 | -- Toggle the profiler 6 | Snacks.toggle.profiler():map("uP") 7 | -- Toggle the profiler highlights 8 | -- Snacks.toggle.profiler_highlights():map("ph") 9 | end, 10 | -- keys = { 11 | -- { 12 | -- "ps", 13 | -- function() 14 | -- Snacks.profiler.scratch() 15 | -- end, 16 | -- desc = "Profiler Scratch Bufer", 17 | -- }, 18 | -- }, 19 | }, 20 | -- optional lualine component to show captured events 21 | -- when the profiler is running 22 | { 23 | "nvim-lualine/lualine.nvim", 24 | opts = function(_, opts) 25 | table.insert(opts.sections.lualine_x, Snacks.profiler.status()) 26 | end, 27 | }, 28 | } 29 | -------------------------------------------------------------------------------- /.config/kitty/base16-kitty/colors/base16-seti.conf: -------------------------------------------------------------------------------- 1 | # Base16 Seti UI - kitty color config 2 | # Scheme by 3 | background #151718 4 | foreground #d6d6d6 5 | selection_background #d6d6d6 6 | selection_foreground #151718 7 | url_color #43a5d5 8 | cursor #d6d6d6 9 | active_border_color #41535B 10 | inactive_border_color #282a2b 11 | active_tab_background #151718 12 | active_tab_foreground #d6d6d6 13 | inactive_tab_background #282a2b 14 | inactive_tab_foreground #43a5d5 15 | tab_bar_background #282a2b 16 | 17 | # normal 18 | color0 #151718 19 | color1 #Cd3f45 20 | color2 #9fca56 21 | color3 #e6cd69 22 | color4 #55b5db 23 | color5 #a074c4 24 | color6 #55dbbe 25 | color7 #d6d6d6 26 | 27 | # bright 28 | color8 #41535B 29 | color9 #db7b55 30 | color10 #282a2b 31 | color11 #3B758C 32 | color12 #43a5d5 33 | color13 #eeeeee 34 | color14 #8a553f 35 | color15 #ffffff 36 | -------------------------------------------------------------------------------- /.config/kitty/go.sum: -------------------------------------------------------------------------------- 1 | github.com/creack/pty v1.1.24 h1:bJrF4RRfyJnbTJqzRLHzcGaZK1NeM5kTC9jGgovnR1s= 2 | github.com/creack/pty v1.1.24/go.mod h1:08sCNb52WyoAwi2QDyzUCTgcvVFhUzewun7wtTfvcwE= 3 | github.com/icza/backscanner v0.0.0-20240328210400-b40c3a86dec5 h1:FcxwOojw6pUiPpsf7Q6Fw/pI+7cR6FlapLBEGV/902A= 4 | github.com/icza/backscanner v0.0.0-20240328210400-b40c3a86dec5/go.mod h1:GYeBD1CF7AqnKZK+UCytLcY3G+UKo0ByXX/3xfdNyqQ= 5 | github.com/icza/mighty v0.0.0-20180919140131-cfd07d671de6/go.mod h1:xQig96I1VNBDIWGCdTt54nHt6EeI639SmHycLYL7FkA= 6 | golang.org/x/sys v0.26.0 h1:KHjCJyddX0LoSTb3J+vWpupP9p0oznkqVk/IfjymZbo= 7 | golang.org/x/sys v0.26.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA= 8 | golang.org/x/term v0.25.0 h1:WtHI/ltw4NvSUig5KARz9h521QvRC8RmF/cuYqifU24= 9 | golang.org/x/term v0.25.0/go.mod h1:RPyXicDX+6vLxogjjRxjgD2TKtmAO6NZBsBRfrOLu7M= 10 | -------------------------------------------------------------------------------- /.config/kitty/base16-kitty/colors/base16-emil.conf: -------------------------------------------------------------------------------- 1 | # Base16 emil - kitty color config 2 | # Scheme by limelier 3 | background #efefef 4 | foreground #313145 5 | selection_background #313145 6 | selection_foreground #efefef 7 | url_color #505063 8 | cursor #313145 9 | active_border_color #7c7c98 10 | inactive_border_color #bebed2 11 | active_tab_background #efefef 12 | active_tab_foreground #313145 13 | inactive_tab_background #bebed2 14 | inactive_tab_foreground #505063 15 | tab_bar_background #bebed2 16 | 17 | # normal 18 | color0 #efefef 19 | color1 #f43979 20 | color2 #0073a8 21 | color3 #ff669b 22 | color4 #471397 23 | color5 #6916b6 24 | color6 #2155d6 25 | color7 #313145 26 | 27 | # bright 28 | color8 #7c7c98 29 | color9 #d22a8b 30 | color10 #bebed2 31 | color11 #9e9eaf 32 | color12 #505063 33 | color13 #22223a 34 | color14 #8d17a5 35 | color15 #1a1a2f 36 | -------------------------------------------------------------------------------- /.config/kitty/base16-kitty/colors/base16-lime.conf: -------------------------------------------------------------------------------- 1 | # Base16 lime - kitty color config 2 | # Scheme by limelier 3 | background #1a1a2f 4 | foreground #818175 5 | selection_background #818175 6 | selection_foreground #1a1a2f 7 | url_color #515155 8 | cursor #818175 9 | active_border_color #313140 10 | inactive_border_color #202030 11 | active_tab_background #1a1a2f 12 | active_tab_foreground #818175 13 | inactive_tab_background #202030 14 | inactive_tab_foreground #515155 15 | tab_bar_background #202030 16 | 17 | # normal 18 | color0 #1a1a2f 19 | color1 #ff662a 20 | color2 #8cd97c 21 | color3 #ffd15e 22 | color4 #2b926f 23 | color5 #1b825f 24 | color6 #4cad83 25 | color7 #818175 26 | 27 | # bright 28 | color8 #313140 29 | color9 #ff773a 30 | color10 #202030 31 | color11 #2a2a3f 32 | color12 #515155 33 | color13 #fff2d1 34 | color14 #b4d97c 35 | color15 #fff8e1 36 | -------------------------------------------------------------------------------- /.config/coc/ultisnips/sh.snippets: -------------------------------------------------------------------------------- 1 | # A valid snippet should starts with: 2 | # 3 | # snippet trigger_word [ "description" [ options ] ] 4 | # 5 | # and end with: 6 | # 7 | # endsnippet 8 | # 9 | # Snippet options: 10 | # 11 | # b - Beginning of line. 12 | # i - In-word expansion. 13 | # w - Word boundary. 14 | # r - Regular expression 15 | # e - Custom context snippet 16 | # A - Snippet will be triggered automatically, when condition matches. 17 | # 18 | # Basic example: 19 | # 20 | # snippet emitter "emitter properties" b 21 | # private readonly ${1} = new Emitter<$2>() 22 | # public readonly ${1/^_(.*)/$1/}: Event<$2> = this.$1.event 23 | # endsnippet 24 | # 25 | # Online reference: https://github.com/SirVer/ultisnips/blob/master/doc/UltiSnips.txt 26 | 27 | snippet mod "modline" b 28 | # vim:set noet sts=0 sw=4 ts=4 tw=79 fdm=marker: 29 | endsnippet 30 | -------------------------------------------------------------------------------- /.config/coc/ultisnips/zsh.snippets: -------------------------------------------------------------------------------- 1 | # A valid snippet should starts with: 2 | # 3 | # snippet trigger_word [ "description" [ options ] ] 4 | # 5 | # and end with: 6 | # 7 | # endsnippet 8 | # 9 | # Snippet options: 10 | # 11 | # b - Beginning of line. 12 | # i - In-word expansion. 13 | # w - Word boundary. 14 | # r - Regular expression 15 | # e - Custom context snippet 16 | # A - Snippet will be triggered automatically, when condition matches. 17 | # 18 | # Basic example: 19 | # 20 | # snippet emitter "emitter properties" b 21 | # private readonly ${1} = new Emitter<$2>() 22 | # public readonly ${1/^_(.*)/$1/}: Event<$2> = this.$1.event 23 | # endsnippet 24 | # 25 | # Online reference: https://github.com/SirVer/ultisnips/blob/master/doc/UltiSnips.txt 26 | 27 | snippet mod "modline" b 28 | # vim:set noet sts=0 sw=4 ts=4 tw=79 fdm=marker: 29 | endsnippet 30 | -------------------------------------------------------------------------------- /.config/kitty/base16-kitty/colors/base16-bespin.conf: -------------------------------------------------------------------------------- 1 | # Base16 Bespin - kitty color config 2 | # Scheme by Jan T. Sott 3 | background #28211c 4 | foreground #8a8986 5 | selection_background #8a8986 6 | selection_foreground #28211c 7 | url_color #797977 8 | cursor #8a8986 9 | active_border_color #666666 10 | inactive_border_color #36312e 11 | active_tab_background #28211c 12 | active_tab_foreground #8a8986 13 | inactive_tab_background #36312e 14 | inactive_tab_foreground #797977 15 | tab_bar_background #36312e 16 | 17 | # normal 18 | color0 #28211c 19 | color1 #cf6a4c 20 | color2 #54be0d 21 | color3 #f9ee98 22 | color4 #5ea6ea 23 | color5 #9b859d 24 | color6 #afc4db 25 | color7 #8a8986 26 | 27 | # bright 28 | color8 #666666 29 | color9 #cf7d34 30 | color10 #36312e 31 | color11 #5e5d5c 32 | color12 #797977 33 | color13 #9d9b97 34 | color14 #937121 35 | color15 #baae9e 36 | -------------------------------------------------------------------------------- /.config/kitty/base16-kitty/colors/base16-darcula.conf: -------------------------------------------------------------------------------- 1 | # Base16 Darcula - kitty color config 2 | # Scheme by jetbrains 3 | background #2b2b2b 4 | foreground #a9b7c6 5 | selection_background #a9b7c6 6 | selection_foreground #2b2b2b 7 | url_color #a4a3a3 8 | cursor #a9b7c6 9 | active_border_color #606366 10 | inactive_border_color #323232 11 | active_tab_background #2b2b2b 12 | active_tab_foreground #a9b7c6 13 | inactive_tab_background #323232 14 | inactive_tab_foreground #a4a3a3 15 | tab_bar_background #323232 16 | 17 | # normal 18 | color0 #2b2b2b 19 | color1 #4eade5 20 | color2 #6a8759 21 | color3 #bbb529 22 | color4 #9876aa 23 | color5 #cc7832 24 | color6 #629755 25 | color7 #a9b7c6 26 | 27 | # bright 28 | color8 #606366 29 | color9 #689757 30 | color10 #323232 31 | color11 #323232 32 | color12 #a4a3a3 33 | color13 #ffc66d 34 | color14 #808080 35 | color15 #ffffff 36 | -------------------------------------------------------------------------------- /.config/kitty/base16-kitty/colors/base16-github.conf: -------------------------------------------------------------------------------- 1 | # Base16 Github - kitty color config 2 | # Scheme by Defman21 3 | background #ffffff 4 | foreground #333333 5 | selection_background #333333 6 | selection_foreground #ffffff 7 | url_color #e8e8e8 8 | cursor #333333 9 | active_border_color #969896 10 | inactive_border_color #f5f5f5 11 | active_tab_background #ffffff 12 | active_tab_foreground #333333 13 | inactive_tab_background #f5f5f5 14 | inactive_tab_foreground #e8e8e8 15 | tab_bar_background #f5f5f5 16 | 17 | # normal 18 | color0 #ffffff 19 | color1 #ed6a43 20 | color2 #183691 21 | color3 #795da3 22 | color4 #795da3 23 | color5 #a71d5d 24 | color6 #183691 25 | color7 #333333 26 | 27 | # bright 28 | color8 #969896 29 | color9 #0086b3 30 | color10 #f5f5f5 31 | color11 #c8c8fa 32 | color12 #e8e8e8 33 | color13 #ffffff 34 | color14 #333333 35 | color15 #ffffff 36 | -------------------------------------------------------------------------------- /.config/kitty/base16-kitty/colors/base16-materia.conf: -------------------------------------------------------------------------------- 1 | # Base16 Materia - kitty color config 2 | # Scheme by Defman21 3 | background #263238 4 | foreground #CDD3DE 5 | selection_background #CDD3DE 6 | selection_foreground #263238 7 | url_color #C9CCD3 8 | cursor #CDD3DE 9 | active_border_color #707880 10 | inactive_border_color #2C393F 11 | active_tab_background #263238 12 | active_tab_foreground #CDD3DE 13 | inactive_tab_background #2C393F 14 | inactive_tab_foreground #C9CCD3 15 | tab_bar_background #2C393F 16 | 17 | # normal 18 | color0 #263238 19 | color1 #EC5F67 20 | color2 #8BD649 21 | color3 #FFCC00 22 | color4 #89DDFF 23 | color5 #82AAFF 24 | color6 #80CBC4 25 | color7 #CDD3DE 26 | 27 | # bright 28 | color8 #707880 29 | color9 #EA9560 30 | color10 #2C393F 31 | color11 #37474F 32 | color12 #C9CCD3 33 | color13 #D5DBE5 34 | color14 #EC5F67 35 | color15 #FFFFFF 36 | -------------------------------------------------------------------------------- /.config/kitty/base16-kitty/colors/base16-nord.conf: -------------------------------------------------------------------------------- 1 | # Base16 Nord - kitty color config 2 | # Scheme by arcticicestudio 3 | background #2E3440 4 | foreground #E5E9F0 5 | selection_background #E5E9F0 6 | selection_foreground #2E3440 7 | url_color #D8DEE9 8 | cursor #E5E9F0 9 | active_border_color #4C566A 10 | inactive_border_color #3B4252 11 | active_tab_background #2E3440 12 | active_tab_foreground #E5E9F0 13 | inactive_tab_background #3B4252 14 | inactive_tab_foreground #D8DEE9 15 | tab_bar_background #3B4252 16 | 17 | # normal 18 | color0 #2E3440 19 | color1 #BF616A 20 | color2 #A3BE8C 21 | color3 #EBCB8B 22 | color4 #81A1C1 23 | color5 #B48EAD 24 | color6 #88C0D0 25 | color7 #E5E9F0 26 | 27 | # bright 28 | color8 #4C566A 29 | color9 #D08770 30 | color10 #3B4252 31 | color11 #434C5E 32 | color12 #D8DEE9 33 | color13 #ECEFF4 34 | color14 #5E81AC 35 | color15 #8FBCBB 36 | -------------------------------------------------------------------------------- /.config/kitty/base16-kitty/colors/base16-stella.conf: -------------------------------------------------------------------------------- 1 | # Base16 Stella - kitty color config 2 | # Scheme by Shrimpram 3 | background #2B213C 4 | foreground #998BAD 5 | selection_background #998BAD 6 | selection_foreground #2B213C 7 | url_color #7F7192 8 | cursor #998BAD 9 | active_border_color #655978 10 | inactive_border_color #362B48 11 | active_tab_background #2B213C 12 | active_tab_foreground #998BAD 13 | inactive_tab_background #362B48 14 | inactive_tab_foreground #7F7192 15 | tab_bar_background #362B48 16 | 17 | # normal 18 | color0 #2B213C 19 | color1 #C79987 20 | color2 #ACC79B 21 | color3 #C7C691 22 | color4 #A5AAD4 23 | color5 #C594FF 24 | color6 #9BC7BF 25 | color7 #998BAD 26 | 27 | # bright 28 | color8 #655978 29 | color9 #8865C6 30 | color10 #362B48 31 | color11 #4D4160 32 | color12 #7F7192 33 | color13 #B4A5C8 34 | color14 #C7AB87 35 | color15 #EBDCFF 36 | -------------------------------------------------------------------------------- /.config/kitty/base16-kitty/colors/base16-zenburn.conf: -------------------------------------------------------------------------------- 1 | # Base16 Zenburn - kitty color config 2 | # Scheme by elnawe 3 | background #383838 4 | foreground #dcdccc 5 | selection_background #dcdccc 6 | selection_foreground #383838 7 | url_color #808080 8 | cursor #dcdccc 9 | active_border_color #6f6f6f 10 | inactive_border_color #404040 11 | active_tab_background #383838 12 | active_tab_foreground #dcdccc 13 | inactive_tab_background #404040 14 | inactive_tab_foreground #808080 15 | tab_bar_background #404040 16 | 17 | # normal 18 | color0 #383838 19 | color1 #dca3a3 20 | color2 #5f7f5f 21 | color3 #e0cf9f 22 | color4 #7cb8bb 23 | color5 #dc8cc3 24 | color6 #93e0e3 25 | color7 #dcdccc 26 | 27 | # bright 28 | color8 #6f6f6f 29 | color9 #dfaf8f 30 | color10 #404040 31 | color11 #606060 32 | color12 #808080 33 | color13 #c0c0c0 34 | color14 #000000 35 | color15 #ffffff 36 | -------------------------------------------------------------------------------- /.config/kitty/base16-kitty/colors/base16-apprentice.conf: -------------------------------------------------------------------------------- 1 | # Base16 Apprentice - kitty color config 2 | # Scheme by romainl 3 | background #262626 4 | foreground #BCBCBC 5 | selection_background #BCBCBC 6 | selection_foreground #262626 7 | url_color #787878 8 | cursor #BCBCBC 9 | active_border_color #6C6C6C 10 | inactive_border_color #303030 11 | active_tab_background #262626 12 | active_tab_foreground #BCBCBC 13 | inactive_tab_background #303030 14 | inactive_tab_foreground #787878 15 | tab_bar_background #303030 16 | 17 | # normal 18 | color0 #262626 19 | color1 #5F8787 20 | color2 #87AF87 21 | color3 #5F8787 22 | color4 #FFFFAF 23 | color5 #87AFD7 24 | color6 #5F875F 25 | color7 #BCBCBC 26 | 27 | # bright 28 | color8 #6C6C6C 29 | color9 #FF8700 30 | color10 #303030 31 | color11 #333333 32 | color12 #787878 33 | color13 #C9C9C9 34 | color14 #5F87AF 35 | color15 #FFFFFF 36 | -------------------------------------------------------------------------------- /.config/kitty/base16-kitty/colors/base16-cupertino.conf: -------------------------------------------------------------------------------- 1 | # Base16 Cupertino - kitty color config 2 | # Scheme by Defman21 3 | background #ffffff 4 | foreground #404040 5 | selection_background #404040 6 | selection_foreground #ffffff 7 | url_color #808080 8 | cursor #404040 9 | active_border_color #808080 10 | inactive_border_color #c0c0c0 11 | active_tab_background #ffffff 12 | active_tab_foreground #404040 13 | inactive_tab_background #c0c0c0 14 | inactive_tab_foreground #808080 15 | tab_bar_background #c0c0c0 16 | 17 | # normal 18 | color0 #ffffff 19 | color1 #c41a15 20 | color2 #007400 21 | color3 #826b28 22 | color4 #0000ff 23 | color5 #a90d91 24 | color6 #318495 25 | color7 #404040 26 | 27 | # bright 28 | color8 #808080 29 | color9 #eb8500 30 | color10 #c0c0c0 31 | color11 #c0c0c0 32 | color12 #808080 33 | color13 #404040 34 | color14 #826b28 35 | color15 #5e5e5e 36 | -------------------------------------------------------------------------------- /.config/kitty/base16-kitty/colors/base16-everforest.conf: -------------------------------------------------------------------------------- 1 | # Base16 EverForest - kitty color config 2 | # Scheme by sainnhe 3 | background #2b3339 4 | foreground #d3c6aa 5 | selection_background #d3c6aa 6 | selection_foreground #2b3339 7 | url_color #a59572 8 | cursor #d3c6aa 9 | active_border_color #868d80 10 | inactive_border_color #323c41 11 | active_tab_background #2b3339 12 | active_tab_foreground #d3c6aa 13 | inactive_tab_background #323c41 14 | inactive_tab_foreground #a59572 15 | tab_bar_background #323c41 16 | 17 | # normal 18 | color0 #2b3339 19 | color1 #e67e80 20 | color2 #a7c080 21 | color3 #dbbc7f 22 | color4 #7fbbb3 23 | color5 #d699b6 24 | color6 #83c092 25 | color7 #d3c6aa 26 | 27 | # bright 28 | color8 #868d80 29 | color9 #e69875 30 | color10 #323c41 31 | color11 #3a4248 32 | color12 #a59572 33 | color13 #e9e8d2 34 | color14 #d699b6 35 | color15 #fff9e8 36 | -------------------------------------------------------------------------------- /.config/kitty/base16-kitty/colors/base16-fruit-soda.conf: -------------------------------------------------------------------------------- 1 | # Base16 Fruit Soda - kitty color config 2 | # Scheme by jozip 3 | background #f1ecf1 4 | foreground #515151 5 | selection_background #515151 6 | selection_foreground #f1ecf1 7 | url_color #979598 8 | cursor #515151 9 | active_border_color #b5b4b6 10 | inactive_border_color #e0dee0 11 | active_tab_background #f1ecf1 12 | active_tab_foreground #515151 13 | inactive_tab_background #e0dee0 14 | inactive_tab_foreground #979598 15 | tab_bar_background #e0dee0 16 | 17 | # normal 18 | color0 #f1ecf1 19 | color1 #fe3e31 20 | color2 #47f74c 21 | color3 #f7e203 22 | color4 #2931df 23 | color5 #611fce 24 | color6 #0f9cfd 25 | color7 #515151 26 | 27 | # bright 28 | color8 #b5b4b6 29 | color9 #fe6d08 30 | color10 #e0dee0 31 | color11 #d8d5d5 32 | color12 #979598 33 | color13 #474545 34 | color14 #b16f40 35 | color15 #2d2c2c 36 | -------------------------------------------------------------------------------- /.config/kitty/base16-kitty/colors/base16-hardcore.conf: -------------------------------------------------------------------------------- 1 | # Base16 Hardcore - kitty color config 2 | # Scheme by Chris Caller 3 | background #212121 4 | foreground #cdcdcd 5 | selection_background #cdcdcd 6 | selection_foreground #212121 7 | url_color #707070 8 | cursor #cdcdcd 9 | active_border_color #4A4A4A 10 | inactive_border_color #303030 11 | active_tab_background #212121 12 | active_tab_foreground #cdcdcd 13 | inactive_tab_background #303030 14 | inactive_tab_foreground #707070 15 | tab_bar_background #303030 16 | 17 | # normal 18 | color0 #212121 19 | color1 #f92672 20 | color2 #a6e22e 21 | color3 #e6db74 22 | color4 #66d9ef 23 | color5 #9e6ffe 24 | color6 #708387 25 | color7 #cdcdcd 26 | 27 | # bright 28 | color8 #4A4A4A 29 | color9 #fd971f 30 | color10 #303030 31 | color11 #353535 32 | color12 #707070 33 | color13 #e5e5e5 34 | color14 #e8b882 35 | color15 #ffffff 36 | -------------------------------------------------------------------------------- /.config/kitty/base16-kitty/colors/base16-isotope.conf: -------------------------------------------------------------------------------- 1 | # Base16 Isotope - kitty color config 2 | # Scheme by Jan T. Sott 3 | background #000000 4 | foreground #d0d0d0 5 | selection_background #d0d0d0 6 | selection_foreground #000000 7 | url_color #c0c0c0 8 | cursor #d0d0d0 9 | active_border_color #808080 10 | inactive_border_color #404040 11 | active_tab_background #000000 12 | active_tab_foreground #d0d0d0 13 | inactive_tab_background #404040 14 | inactive_tab_foreground #c0c0c0 15 | tab_bar_background #404040 16 | 17 | # normal 18 | color0 #000000 19 | color1 #ff0000 20 | color2 #33ff00 21 | color3 #ff0099 22 | color4 #0066ff 23 | color5 #cc00ff 24 | color6 #00ffff 25 | color7 #d0d0d0 26 | 27 | # bright 28 | color8 #808080 29 | color9 #ff9900 30 | color10 #404040 31 | color11 #606060 32 | color12 #c0c0c0 33 | color13 #e0e0e0 34 | color14 #3300ff 35 | color15 #ffffff 36 | -------------------------------------------------------------------------------- /.config/kitty/base16-kitty/colors/base16-pandora.conf: -------------------------------------------------------------------------------- 1 | # Base16 pandora - kitty color config 2 | # Scheme by Cassandra Fox 3 | background #131213 4 | foreground #f15c99 5 | selection_background #f15c99 6 | selection_foreground #131213 7 | url_color #9b2a46 8 | cursor #f15c99 9 | active_border_color #ffbee3 10 | inactive_border_color #2f1823 11 | active_tab_background #131213 12 | active_tab_foreground #f15c99 13 | inactive_tab_background #2f1823 14 | inactive_tab_foreground #9b2a46 15 | tab_bar_background #2f1823 16 | 17 | # normal 18 | color0 #131213 19 | color1 #b00b69 20 | color2 #9ddf69 21 | color3 #ffcc00 22 | color4 #008080 23 | color5 #a24030 24 | color6 #714ca6 25 | color7 #f15c99 26 | 27 | # bright 28 | color8 #ffbee3 29 | color9 #ff9153 30 | color10 #2f1823 31 | color11 #472234 32 | color12 #9b2a46 33 | color13 #81506a 34 | color14 #a24030 35 | color15 #632227 36 | -------------------------------------------------------------------------------- /.config/kitty/base16-kitty/colors/base16-paraiso.conf: -------------------------------------------------------------------------------- 1 | # Base16 Paraiso - kitty color config 2 | # Scheme by Jan T. Sott 3 | background #2f1e2e 4 | foreground #a39e9b 5 | selection_background #a39e9b 6 | selection_foreground #2f1e2e 7 | url_color #8d8687 8 | cursor #a39e9b 9 | active_border_color #776e71 10 | inactive_border_color #41323f 11 | active_tab_background #2f1e2e 12 | active_tab_foreground #a39e9b 13 | inactive_tab_background #41323f 14 | inactive_tab_foreground #8d8687 15 | tab_bar_background #41323f 16 | 17 | # normal 18 | color0 #2f1e2e 19 | color1 #ef6155 20 | color2 #48b685 21 | color3 #fec418 22 | color4 #06b6ef 23 | color5 #815ba4 24 | color6 #5bc4bf 25 | color7 #a39e9b 26 | 27 | # bright 28 | color8 #776e71 29 | color9 #f99b15 30 | color10 #41323f 31 | color11 #4f424c 32 | color12 #8d8687 33 | color13 #b9b6b0 34 | color14 #e96ba8 35 | color15 #e7e9db 36 | -------------------------------------------------------------------------------- /.config/kitty/base16-kitty/colors/base16-purpledream.conf: -------------------------------------------------------------------------------- 1 | # Base16 Purpledream - kitty color config 2 | # Scheme by malet 3 | background #100510 4 | foreground #ddd0dd 5 | selection_background #ddd0dd 6 | selection_foreground #100510 7 | url_color #bbb0bb 8 | cursor #ddd0dd 9 | active_border_color #605060 10 | inactive_border_color #302030 11 | active_tab_background #100510 12 | active_tab_foreground #ddd0dd 13 | inactive_tab_background #302030 14 | inactive_tab_foreground #bbb0bb 15 | tab_bar_background #302030 16 | 17 | # normal 18 | color0 #100510 19 | color1 #FF1D0D 20 | color2 #14CC64 21 | color3 #F000A0 22 | color4 #00A0F0 23 | color5 #B000D0 24 | color6 #0075B0 25 | color7 #ddd0dd 26 | 27 | # bright 28 | color8 #605060 29 | color9 #CCAE14 30 | color10 #302030 31 | color11 #403040 32 | color12 #bbb0bb 33 | color13 #eee0ee 34 | color14 #6A2A3C 35 | color15 #fff0ff 36 | -------------------------------------------------------------------------------- /.config/kitty/base16-kitty/colors/base16-qualia.conf: -------------------------------------------------------------------------------- 1 | # Base16 Qualia - kitty color config 2 | # Scheme by isaacwhanson 3 | background #101010 4 | foreground #C0C0C0 5 | selection_background #C0C0C0 6 | selection_foreground #101010 7 | url_color #808080 8 | cursor #C0C0C0 9 | active_border_color #454545 10 | inactive_border_color #454545 11 | active_tab_background #101010 12 | active_tab_foreground #C0C0C0 13 | inactive_tab_background #454545 14 | inactive_tab_foreground #808080 15 | tab_bar_background #454545 16 | 17 | # normal 18 | color0 #101010 19 | color1 #EFA6A2 20 | color2 #80C990 21 | color3 #E6A3DC 22 | color4 #50CACD 23 | color5 #E0AF85 24 | color6 #C8C874 25 | color7 #C0C0C0 26 | 27 | # bright 28 | color8 #454545 29 | color9 #A3B8EF 30 | color10 #454545 31 | color11 #454545 32 | color12 #808080 33 | color13 #C0C0C0 34 | color14 #808080 35 | color15 #454545 36 | -------------------------------------------------------------------------------- /.config/kitty/base16-kitty/colors/base16-tube.conf: -------------------------------------------------------------------------------- 1 | # Base16 London Tube - kitty color config 2 | # Scheme by Jan T. Sott 3 | background #231f20 4 | foreground #d9d8d8 5 | selection_background #d9d8d8 6 | selection_foreground #231f20 7 | url_color #959ca1 8 | cursor #d9d8d8 9 | active_border_color #737171 10 | inactive_border_color #1c3f95 11 | active_tab_background #231f20 12 | active_tab_foreground #d9d8d8 13 | inactive_tab_background #1c3f95 14 | inactive_tab_foreground #959ca1 15 | tab_bar_background #1c3f95 16 | 17 | # normal 18 | color0 #231f20 19 | color1 #ee2e24 20 | color2 #00853e 21 | color3 #ffd204 22 | color4 #009ddc 23 | color5 #98005d 24 | color6 #85cebc 25 | color7 #d9d8d8 26 | 27 | # bright 28 | color8 #737171 29 | color9 #f386a1 30 | color10 #1c3f95 31 | color11 #5a5758 32 | color12 #959ca1 33 | color13 #e7e7e8 34 | color14 #b06110 35 | color15 #ffffff 36 | -------------------------------------------------------------------------------- /.config/kitty/base16-kitty/colors/base16-blueish.conf: -------------------------------------------------------------------------------- 1 | # Base16 better-contrast - kitty color config 2 | # Scheme by Ben Mayoras 3 | background #182430 4 | foreground #C8E1F8 5 | selection_background #C8E1F8 6 | selection_foreground #182430 7 | url_color #74AFE7 8 | cursor #C8E1F8 9 | active_border_color #616D78 10 | inactive_border_color #243C54 11 | active_tab_background #182430 12 | active_tab_foreground #C8E1F8 13 | inactive_tab_background #243C54 14 | inactive_tab_foreground #74AFE7 15 | tab_bar_background #243C54 16 | 17 | # normal 18 | color0 #182430 19 | color1 #4CE587 20 | color2 #C3E88D 21 | color3 #82AAFF 22 | color4 #82AAFF 23 | color5 #FF84DD 24 | color6 #5FD1FF 25 | color7 #C8E1F8 26 | 27 | # bright 28 | color8 #616D78 29 | color9 #F6A85C 30 | color10 #243C54 31 | color11 #46290A 32 | color12 #74AFE7 33 | color13 #DDEAF6 34 | color14 #BBD2E8 35 | color15 #8F98A0 36 | -------------------------------------------------------------------------------- /.config/kitty/base16-kitty/colors/base16-codeschool.conf: -------------------------------------------------------------------------------- 1 | # Base16 Codeschool - kitty color config 2 | # Scheme by blockloop 3 | background #232c31 4 | foreground #9ea7a6 5 | selection_background #9ea7a6 6 | selection_foreground #232c31 7 | url_color #84898c 8 | cursor #9ea7a6 9 | active_border_color #3f4944 10 | inactive_border_color #1c3657 11 | active_tab_background #232c31 12 | active_tab_foreground #9ea7a6 13 | inactive_tab_background #1c3657 14 | inactive_tab_foreground #84898c 15 | tab_bar_background #1c3657 16 | 17 | # normal 18 | color0 #232c31 19 | color1 #2a5491 20 | color2 #237986 21 | color3 #a03b1e 22 | color4 #484d79 23 | color5 #c59820 24 | color6 #b02f30 25 | color7 #9ea7a6 26 | 27 | # bright 28 | color8 #3f4944 29 | color9 #43820d 30 | color10 #1c3657 31 | color11 #2a343a 32 | color12 #84898c 33 | color13 #a7cfa3 34 | color14 #c98344 35 | color15 #b5d8f6 36 | -------------------------------------------------------------------------------- /.config/kitty/base16-kitty/colors/base16-hopscotch.conf: -------------------------------------------------------------------------------- 1 | # Base16 Hopscotch - kitty color config 2 | # Scheme by Jan T. Sott 3 | background #322931 4 | foreground #b9b5b8 5 | selection_background #b9b5b8 6 | selection_foreground #322931 7 | url_color #989498 8 | cursor #b9b5b8 9 | active_border_color #797379 10 | inactive_border_color #433b42 11 | active_tab_background #322931 12 | active_tab_foreground #b9b5b8 13 | inactive_tab_background #433b42 14 | inactive_tab_foreground #989498 15 | tab_bar_background #433b42 16 | 17 | # normal 18 | color0 #322931 19 | color1 #dd464c 20 | color2 #8fc13e 21 | color3 #fdcc59 22 | color4 #1290bf 23 | color5 #c85e7c 24 | color6 #149b93 25 | color7 #b9b5b8 26 | 27 | # bright 28 | color8 #797379 29 | color9 #fd8b19 30 | color10 #433b42 31 | color11 #5c545b 32 | color12 #989498 33 | color13 #d5d3d5 34 | color14 #b33508 35 | color15 #ffffff 36 | -------------------------------------------------------------------------------- /.config/kitty/base16-kitty/colors/base16-material.conf: -------------------------------------------------------------------------------- 1 | # Base16 Material - kitty color config 2 | # Scheme by Nate Peterson 3 | background #263238 4 | foreground #EEFFFF 5 | selection_background #EEFFFF 6 | selection_foreground #263238 7 | url_color #B2CCD6 8 | cursor #EEFFFF 9 | active_border_color #546E7A 10 | inactive_border_color #2E3C43 11 | active_tab_background #263238 12 | active_tab_foreground #EEFFFF 13 | inactive_tab_background #2E3C43 14 | inactive_tab_foreground #B2CCD6 15 | tab_bar_background #2E3C43 16 | 17 | # normal 18 | color0 #263238 19 | color1 #F07178 20 | color2 #C3E88D 21 | color3 #FFCB6B 22 | color4 #82AAFF 23 | color5 #C792EA 24 | color6 #89DDFF 25 | color7 #EEFFFF 26 | 27 | # bright 28 | color8 #546E7A 29 | color9 #F78C6C 30 | color10 #2E3C43 31 | color11 #314549 32 | color12 #B2CCD6 33 | color13 #EEFFFF 34 | color14 #FF5370 35 | color15 #FFFFFF 36 | -------------------------------------------------------------------------------- /.config/kitty/base16-kitty/colors/base16-mellow-purple.conf: -------------------------------------------------------------------------------- 1 | # Base16 Mellow Purple - kitty color config 2 | # Scheme by gidsi 3 | background #1e0528 4 | foreground #ffeeff 5 | selection_background #ffeeff 6 | selection_foreground #1e0528 7 | url_color #873582 8 | cursor #ffeeff 9 | active_border_color #320f55 10 | inactive_border_color #1A092D 11 | active_tab_background #1e0528 12 | active_tab_foreground #ffeeff 13 | inactive_tab_background #1A092D 14 | inactive_tab_foreground #873582 15 | tab_bar_background #1A092D 16 | 17 | # normal 18 | color0 #1e0528 19 | color1 #00d9e9 20 | color2 #05cb0d 21 | color3 #955ae7 22 | color4 #550068 23 | color5 #8991bb 24 | color6 #b900b1 25 | color7 #ffeeff 26 | 27 | # bright 28 | color8 #320f55 29 | color9 #aa00a3 30 | color10 #1A092D 31 | color11 #331354 32 | color12 #873582 33 | color13 #ffeeff 34 | color14 #4d6fff 35 | color15 #f8c0ff 36 | -------------------------------------------------------------------------------- /.config/kitty/base16-kitty/colors/base16-primer-dark.conf: -------------------------------------------------------------------------------- 1 | # Base16 Primer Dark - kitty color config 2 | # Scheme by Jimmy Lin 3 | background #010409 4 | foreground #b1bac4 5 | selection_background #b1bac4 6 | selection_foreground #010409 7 | url_color #8b949e 8 | cursor #b1bac4 9 | active_border_color #484f58 10 | inactive_border_color #21262d 11 | active_tab_background #010409 12 | active_tab_foreground #b1bac4 13 | inactive_tab_background #21262d 14 | inactive_tab_foreground #8b949e 15 | tab_bar_background #21262d 16 | 17 | # normal 18 | color0 #010409 19 | color1 #ff7b72 20 | color2 #3fb950 21 | color3 #d29922 22 | color4 #58a6ff 23 | color5 #f778ba 24 | color6 #a5d6ff 25 | color7 #b1bac4 26 | 27 | # bright 28 | color8 #484f58 29 | color9 #f0883e 30 | color10 #21262d 31 | color11 #30363d 32 | color12 #8b949e 33 | color13 #c9d1d9 34 | color14 #bd561d 35 | color15 #f0f6fc 36 | -------------------------------------------------------------------------------- /.config/kitty/base16-kitty/colors/base16-primer-light.conf: -------------------------------------------------------------------------------- 1 | # Base16 Primer Light - kitty color config 2 | # Scheme by Jimmy Lin 3 | background #fafbfc 4 | foreground #2f363d 5 | selection_background #2f363d 6 | selection_foreground #fafbfc 7 | url_color #444d56 8 | cursor #2f363d 9 | active_border_color #959da5 10 | inactive_border_color #e1e4e8 11 | active_tab_background #fafbfc 12 | active_tab_foreground #2f363d 13 | inactive_tab_background #e1e4e8 14 | inactive_tab_foreground #444d56 15 | tab_bar_background #e1e4e8 16 | 17 | # normal 18 | color0 #fafbfc 19 | color1 #d73a49 20 | color2 #28a745 21 | color3 #ffd33d 22 | color4 #0366d6 23 | color5 #ea4aaa 24 | color6 #79b8ff 25 | color7 #2f363d 26 | 27 | # bright 28 | color8 #959da5 29 | color9 #f66a0a 30 | color10 #e1e4e8 31 | color11 #d1d5da 32 | color12 #444d56 33 | color13 #24292e 34 | color14 #a04100 35 | color15 #1b1f23 36 | -------------------------------------------------------------------------------- /.config/kitty/base16-kitty/colors/base16-vulcan.conf: -------------------------------------------------------------------------------- 1 | # Base16 vulcan - kitty color config 2 | # Scheme by Andrey Varfolomeev 3 | background #041523 4 | foreground #5b778c 5 | selection_background #5b778c 6 | selection_foreground #041523 7 | url_color #6b6977 8 | cursor #5b778c 9 | active_border_color #7a5759 10 | inactive_border_color #122339 11 | active_tab_background #041523 12 | active_tab_foreground #5b778c 13 | inactive_tab_background #122339 14 | inactive_tab_foreground #6b6977 15 | tab_bar_background #122339 16 | 17 | # normal 18 | color0 #041523 19 | color1 #818591 20 | color2 #977d7c 21 | color3 #adb4b9 22 | color4 #977d7c 23 | color5 #9198a3 24 | color6 #977d7c 25 | color7 #5b778c 26 | 27 | # bright 28 | color8 #7a5759 29 | color9 #9198a3 30 | color10 #122339 31 | color11 #003552 32 | color12 #6b6977 33 | color13 #333238 34 | color14 #977d7c 35 | color15 #214d68 36 | -------------------------------------------------------------------------------- /.config/kitty/base16-kitty/colors/base16-colors.conf: -------------------------------------------------------------------------------- 1 | # Base16 Colors - kitty color config 2 | # Scheme by mrmrs (http://clrs.cc) 3 | background #111111 4 | foreground #bbbbbb 5 | selection_background #bbbbbb 6 | selection_foreground #111111 7 | url_color #999999 8 | cursor #bbbbbb 9 | active_border_color #777777 10 | inactive_border_color #333333 11 | active_tab_background #111111 12 | active_tab_foreground #bbbbbb 13 | inactive_tab_background #333333 14 | inactive_tab_foreground #999999 15 | tab_bar_background #333333 16 | 17 | # normal 18 | color0 #111111 19 | color1 #ff4136 20 | color2 #2ecc40 21 | color3 #ffdc00 22 | color4 #0074d9 23 | color5 #b10dc9 24 | color6 #7fdbff 25 | color7 #bbbbbb 26 | 27 | # bright 28 | color8 #777777 29 | color9 #ff851b 30 | color10 #333333 31 | color11 #555555 32 | color12 #999999 33 | color13 #dddddd 34 | color14 #85144b 35 | color15 #ffffff 36 | -------------------------------------------------------------------------------- /.config/kitty/base16-kitty/colors/base16-dirtysea.conf: -------------------------------------------------------------------------------- 1 | # Base16 dirtysea - kitty color config 2 | # Scheme by Kahlil (Kal) Hodgson 3 | background #e0e0e0 4 | foreground #000000 5 | selection_background #000000 6 | selection_foreground #e0e0e0 7 | url_color #202020 8 | cursor #000000 9 | active_border_color #707070 10 | inactive_border_color #d0dad0 11 | active_tab_background #e0e0e0 12 | active_tab_foreground #000000 13 | inactive_tab_background #d0dad0 14 | inactive_tab_foreground #202020 15 | tab_bar_background #d0dad0 16 | 17 | # normal 18 | color0 #e0e0e0 19 | color1 #840000 20 | color2 #730073 21 | color3 #755B00 22 | color4 #007300 23 | color5 #000090 24 | color6 #755B00 25 | color7 #000000 26 | 27 | # bright 28 | color8 #707070 29 | color9 #006565 30 | color10 #d0dad0 31 | color11 #d0d0d0 32 | color12 #202020 33 | color13 #f8f8f8 34 | color14 #755B00 35 | color15 #c4d9c4 36 | -------------------------------------------------------------------------------- /.config/kitty/base16-kitty/colors/base16-material-vivid.conf: -------------------------------------------------------------------------------- 1 | # Base16 Material Vivid - kitty color config 2 | # Scheme by joshyrobot 3 | background #202124 4 | foreground #80868b 5 | selection_background #80868b 6 | selection_foreground #202124 7 | url_color #676c71 8 | cursor #80868b 9 | active_border_color #44464d 10 | inactive_border_color #27292c 11 | active_tab_background #202124 12 | active_tab_foreground #80868b 13 | inactive_tab_background #27292c 14 | inactive_tab_foreground #676c71 15 | tab_bar_background #27292c 16 | 17 | # normal 18 | color0 #202124 19 | color1 #f44336 20 | color2 #00e676 21 | color3 #ffeb3b 22 | color4 #2196f3 23 | color5 #673ab7 24 | color6 #00bcd4 25 | color7 #80868b 26 | 27 | # bright 28 | color8 #44464d 29 | color9 #ff9800 30 | color10 #27292c 31 | color11 #323639 32 | color12 #676c71 33 | color13 #9e9e9e 34 | color14 #8d6e63 35 | color15 #ffffff 36 | -------------------------------------------------------------------------------- /.config/kitty/base16-kitty/colors/base16-sagelight.conf: -------------------------------------------------------------------------------- 1 | # Base16 Sagelight - kitty color config 2 | # Scheme by Carter Veldhuizen 3 | background #f8f8f8 4 | foreground #383838 5 | selection_background #383838 6 | selection_foreground #f8f8f8 7 | url_color #585858 8 | cursor #383838 9 | active_border_color #b8b8b8 10 | inactive_border_color #e8e8e8 11 | active_tab_background #f8f8f8 12 | active_tab_foreground #383838 13 | inactive_tab_background #e8e8e8 14 | inactive_tab_foreground #585858 15 | tab_bar_background #e8e8e8 16 | 17 | # normal 18 | color0 #f8f8f8 19 | color1 #fa8480 20 | color2 #a0d2c8 21 | color3 #ffdc61 22 | color4 #a0a7d2 23 | color5 #c8a0d2 24 | color6 #a2d6f5 25 | color7 #383838 26 | 27 | # bright 28 | color8 #b8b8b8 29 | color9 #ffaa61 30 | color10 #e8e8e8 31 | color11 #d8d8d8 32 | color12 #585858 33 | color13 #282828 34 | color14 #d2b2a0 35 | color15 #181818 36 | -------------------------------------------------------------------------------- /.config/kitty/base16-kitty/colors/base16-atlas.conf: -------------------------------------------------------------------------------- 1 | # Base16 Atlas - kitty color config 2 | # Scheme by Alex Lende (https://ajlende.com) 3 | background #002635 4 | foreground #a1a19a 5 | selection_background #a1a19a 6 | selection_foreground #002635 7 | url_color #869696 8 | cursor #a1a19a 9 | active_border_color #6C8B91 10 | inactive_border_color #00384d 11 | active_tab_background #002635 12 | active_tab_foreground #a1a19a 13 | inactive_tab_background #00384d 14 | inactive_tab_foreground #869696 15 | tab_bar_background #00384d 16 | 17 | # normal 18 | color0 #002635 19 | color1 #ff5a67 20 | color2 #7fc06e 21 | color3 #ffcc1b 22 | color4 #5dd7b9 23 | color5 #9a70a4 24 | color6 #14747e 25 | color7 #a1a19a 26 | 27 | # bright 28 | color8 #6C8B91 29 | color9 #f08e48 30 | color10 #00384d 31 | color11 #517F8D 32 | color12 #869696 33 | color13 #e6e6dc 34 | color14 #c43060 35 | color15 #fafaf8 36 | -------------------------------------------------------------------------------- /.config/kitty/base16-kitty/colors/base16-icy.conf: -------------------------------------------------------------------------------- 1 | # Base16 Icy Dark - kitty color config 2 | # Scheme by icyphox (https://icyphox.ga) 3 | background #021012 4 | foreground #095b67 5 | selection_background #095b67 6 | selection_foreground #021012 7 | url_color #064048 8 | cursor #095b67 9 | active_border_color #052e34 10 | inactive_border_color #031619 11 | active_tab_background #021012 12 | active_tab_foreground #095b67 13 | inactive_tab_background #031619 14 | inactive_tab_foreground #064048 15 | tab_bar_background #031619 16 | 17 | # normal 18 | color0 #021012 19 | color1 #16c1d9 20 | color2 #4dd0e1 21 | color3 #80deea 22 | color4 #00bcd4 23 | color5 #00acc1 24 | color6 #26c6da 25 | color7 #095b67 26 | 27 | # bright 28 | color8 #052e34 29 | color9 #b3ebf2 30 | color10 #031619 31 | color11 #041f23 32 | color12 #064048 33 | color13 #0c7c8c 34 | color14 #0097a7 35 | color15 #109cb0 36 | -------------------------------------------------------------------------------- /.config/kitty/base16-kitty/colors/base16-material-darker.conf: -------------------------------------------------------------------------------- 1 | # Base16 Material Darker - kitty color config 2 | # Scheme by Nate Peterson 3 | background #212121 4 | foreground #EEFFFF 5 | selection_background #EEFFFF 6 | selection_foreground #212121 7 | url_color #B2CCD6 8 | cursor #EEFFFF 9 | active_border_color #4A4A4A 10 | inactive_border_color #303030 11 | active_tab_background #212121 12 | active_tab_foreground #EEFFFF 13 | inactive_tab_background #303030 14 | inactive_tab_foreground #B2CCD6 15 | tab_bar_background #303030 16 | 17 | # normal 18 | color0 #212121 19 | color1 #F07178 20 | color2 #C3E88D 21 | color3 #FFCB6B 22 | color4 #82AAFF 23 | color5 #C792EA 24 | color6 #89DDFF 25 | color7 #EEFFFF 26 | 27 | # bright 28 | color8 #4A4A4A 29 | color9 #F78C6C 30 | color10 #303030 31 | color11 #353535 32 | color12 #B2CCD6 33 | color13 #EEFFFF 34 | color14 #FF5370 35 | color15 #FFFFFF 36 | -------------------------------------------------------------------------------- /.config/kitty/base16-kitty/colors/base16-mexico-light.conf: -------------------------------------------------------------------------------- 1 | # Base16 Mexico Light - kitty color config 2 | # Scheme by Sheldon Johnson 3 | background #f8f8f8 4 | foreground #383838 5 | selection_background #383838 6 | selection_foreground #f8f8f8 7 | url_color #585858 8 | cursor #383838 9 | active_border_color #b8b8b8 10 | inactive_border_color #e8e8e8 11 | active_tab_background #f8f8f8 12 | active_tab_foreground #383838 13 | inactive_tab_background #e8e8e8 14 | inactive_tab_foreground #585858 15 | tab_bar_background #e8e8e8 16 | 17 | # normal 18 | color0 #f8f8f8 19 | color1 #ab4642 20 | color2 #538947 21 | color3 #f79a0e 22 | color4 #7cafc2 23 | color5 #96609e 24 | color6 #4b8093 25 | color7 #383838 26 | 27 | # bright 28 | color8 #b8b8b8 29 | color9 #dc9656 30 | color10 #e8e8e8 31 | color11 #d8d8d8 32 | color12 #585858 33 | color13 #282828 34 | color14 #a16946 35 | color15 #181818 36 | -------------------------------------------------------------------------------- /.config/kitty/base16-kitty/colors/base16-tokyo-city-dark.conf: -------------------------------------------------------------------------------- 1 | # Base16 Tokyo City Dark - kitty color config 2 | # Scheme by Michaël Ball 3 | background #171D23 4 | foreground #D8E2EC 5 | selection_background #D8E2EC 6 | selection_foreground #171D23 7 | url_color #B7C5D3 8 | cursor #D8E2EC 9 | active_border_color #526270 10 | inactive_border_color #1D252C 11 | active_tab_background #171D23 12 | active_tab_foreground #D8E2EC 13 | inactive_tab_background #1D252C 14 | inactive_tab_foreground #B7C5D3 15 | tab_bar_background #1D252C 16 | 17 | # normal 18 | color0 #171D23 19 | color1 #F7768E 20 | color2 #9ECE6A 21 | color3 #B7C5D3 22 | color4 #7AA2F7 23 | color5 #BB9AF7 24 | color6 #89DDFF 25 | color7 #D8E2EC 26 | 27 | # bright 28 | color8 #526270 29 | color9 #FF9E64 30 | color10 #1D252C 31 | color11 #28323A 32 | color12 #B7C5D3 33 | color13 #F6F6F8 34 | color14 #BB9AF7 35 | color15 #FBFBFD 36 | -------------------------------------------------------------------------------- /.config/kitty/base16-kitty/colors/base16-3024.conf: -------------------------------------------------------------------------------- 1 | # Base16 3024 - kitty color config 2 | # Scheme by Jan T. Sott (http://github.com/idleberg) 3 | background #090300 4 | foreground #a5a2a2 5 | selection_background #a5a2a2 6 | selection_foreground #090300 7 | url_color #807d7c 8 | cursor #a5a2a2 9 | active_border_color #5c5855 10 | inactive_border_color #3a3432 11 | active_tab_background #090300 12 | active_tab_foreground #a5a2a2 13 | inactive_tab_background #3a3432 14 | inactive_tab_foreground #807d7c 15 | tab_bar_background #3a3432 16 | 17 | # normal 18 | color0 #090300 19 | color1 #db2d20 20 | color2 #01a252 21 | color3 #fded02 22 | color4 #01a0e4 23 | color5 #a16a94 24 | color6 #b5e4f4 25 | color7 #a5a2a2 26 | 27 | # bright 28 | color8 #5c5855 29 | color9 #e8bbd0 30 | color10 #3a3432 31 | color11 #4a4543 32 | color12 #807d7c 33 | color13 #d6d5d4 34 | color14 #cdab53 35 | color15 #f7f7f7 36 | -------------------------------------------------------------------------------- /.config/kitty/base16-kitty/colors/base16-equilibrium-dark.conf: -------------------------------------------------------------------------------- 1 | # Base16 Equilibrium Dark - kitty color config 2 | # Scheme by Carlo Abelli 3 | background #0c1118 4 | foreground #afaba2 5 | selection_background #afaba2 6 | selection_foreground #0c1118 7 | url_color #949088 8 | cursor #afaba2 9 | active_border_color #7b776e 10 | inactive_border_color #181c22 11 | active_tab_background #0c1118 12 | active_tab_foreground #afaba2 13 | inactive_tab_background #181c22 14 | inactive_tab_foreground #949088 15 | tab_bar_background #181c22 16 | 17 | # normal 18 | color0 #0c1118 19 | color1 #f04339 20 | color2 #7f8b00 21 | color3 #bb8801 22 | color4 #008dd1 23 | color5 #6a7fd2 24 | color6 #00948b 25 | color7 #afaba2 26 | 27 | # bright 28 | color8 #7b776e 29 | color9 #df5923 30 | color10 #181c22 31 | color11 #22262d 32 | color12 #949088 33 | color13 #cac6bd 34 | color14 #e3488e 35 | color15 #e7e2d9 36 | -------------------------------------------------------------------------------- /.config/kitty/base16-kitty/colors/base16-equilibrium-light.conf: -------------------------------------------------------------------------------- 1 | # Base16 Equilibrium Light - kitty color config 2 | # Scheme by Carlo Abelli 3 | background #f5f0e7 4 | foreground #43474e 5 | selection_background #43474e 6 | selection_foreground #f5f0e7 7 | url_color #5a5f66 8 | cursor #43474e 9 | active_border_color #73777f 10 | inactive_border_color #e7e2d9 11 | active_tab_background #f5f0e7 12 | active_tab_foreground #43474e 13 | inactive_tab_background #e7e2d9 14 | inactive_tab_foreground #5a5f66 15 | tab_bar_background #e7e2d9 16 | 17 | # normal 18 | color0 #f5f0e7 19 | color1 #d02023 20 | color2 #637200 21 | color3 #9d6f00 22 | color4 #0073b5 23 | color5 #4e66b6 24 | color6 #007a72 25 | color7 #43474e 26 | 27 | # bright 28 | color8 #73777f 29 | color9 #bf3e05 30 | color10 #e7e2d9 31 | color11 #d8d4cb 32 | color12 #5a5f66 33 | color13 #2c3138 34 | color14 #c42775 35 | color15 #181c22 36 | -------------------------------------------------------------------------------- /.config/kitty/base16-kitty/colors/base16-eva.conf: -------------------------------------------------------------------------------- 1 | # Base16 Eva - kitty color config 2 | # Scheme by kjakapat (https://github.com/kjakapat) 3 | background #2a3b4d 4 | foreground #9fa2a6 5 | selection_background #9fa2a6 6 | selection_foreground #2a3b4d 7 | url_color #7e90a3 8 | cursor #9fa2a6 9 | active_border_color #55799c 10 | inactive_border_color #3d566f 11 | active_tab_background #2a3b4d 12 | active_tab_foreground #9fa2a6 13 | inactive_tab_background #3d566f 14 | inactive_tab_foreground #7e90a3 15 | tab_bar_background #3d566f 16 | 17 | # normal 18 | color0 #2a3b4d 19 | color1 #c4676c 20 | color2 #66ff66 21 | color3 #ffff66 22 | color4 #15f4ee 23 | color5 #9c6cd3 24 | color6 #4b8f77 25 | color7 #9fa2a6 26 | 27 | # bright 28 | color8 #55799c 29 | color9 #ff9966 30 | color10 #3d566f 31 | color11 #4b6988 32 | color12 #7e90a3 33 | color13 #d6d7d9 34 | color14 #bb64a9 35 | color15 #ffffff 36 | -------------------------------------------------------------------------------- /.config/kitty/base16-kitty/colors/base16-flat.conf: -------------------------------------------------------------------------------- 1 | # Base16 Flat - kitty color config 2 | # Scheme by Chris Kempson (http://chriskempson.com) 3 | background #2C3E50 4 | foreground #e0e0e0 5 | selection_background #e0e0e0 6 | selection_foreground #2C3E50 7 | url_color #BDC3C7 8 | cursor #e0e0e0 9 | active_border_color #95A5A6 10 | inactive_border_color #34495E 11 | active_tab_background #2C3E50 12 | active_tab_foreground #e0e0e0 13 | inactive_tab_background #34495E 14 | inactive_tab_foreground #BDC3C7 15 | tab_bar_background #34495E 16 | 17 | # normal 18 | color0 #2C3E50 19 | color1 #E74C3C 20 | color2 #2ECC71 21 | color3 #F1C40F 22 | color4 #3498DB 23 | color5 #9B59B6 24 | color6 #1ABC9C 25 | color7 #e0e0e0 26 | 27 | # bright 28 | color8 #95A5A6 29 | color9 #E67E22 30 | color10 #34495E 31 | color11 #7F8C8D 32 | color12 #BDC3C7 33 | color13 #f5f5f5 34 | color14 #be643c 35 | color15 #ECF0F1 36 | -------------------------------------------------------------------------------- /.config/kitty/base16-kitty/colors/base16-framer.conf: -------------------------------------------------------------------------------- 1 | # Base16 Framer - kitty color config 2 | # Scheme by Framer (Maintained by Jesse Hoyos) 3 | background #181818 4 | foreground #D0D0D0 5 | selection_background #D0D0D0 6 | selection_foreground #181818 7 | url_color #B9B9B9 8 | cursor #D0D0D0 9 | active_border_color #747474 10 | inactive_border_color #151515 11 | active_tab_background #181818 12 | active_tab_foreground #D0D0D0 13 | inactive_tab_background #151515 14 | inactive_tab_foreground #B9B9B9 15 | tab_bar_background #151515 16 | 17 | # normal 18 | color0 #181818 19 | color1 #FD886B 20 | color2 #32CCDC 21 | color3 #FECB6E 22 | color4 #20BCFC 23 | color5 #BA8CFC 24 | color6 #ACDDFD 25 | color7 #D0D0D0 26 | 27 | # bright 28 | color8 #747474 29 | color9 #FC4769 30 | color10 #151515 31 | color11 #464646 32 | color12 #B9B9B9 33 | color13 #E8E8E8 34 | color14 #B15F4A 35 | color15 #EEEEEE 36 | -------------------------------------------------------------------------------- /.config/kitty/base16-kitty/colors/base16-humanoid-dark.conf: -------------------------------------------------------------------------------- 1 | # Base16 Humanoid dark - kitty color config 2 | # Scheme by Thomas (tasmo) Friese 3 | background #232629 4 | foreground #f8f8f2 5 | selection_background #f8f8f2 6 | selection_foreground #232629 7 | url_color #c0c0bd 8 | cursor #f8f8f2 9 | active_border_color #60615d 10 | inactive_border_color #333b3d 11 | active_tab_background #232629 12 | active_tab_foreground #f8f8f2 13 | inactive_tab_background #333b3d 14 | inactive_tab_foreground #c0c0bd 15 | tab_bar_background #333b3d 16 | 17 | # normal 18 | color0 #232629 19 | color1 #f11235 20 | color2 #02d849 21 | color3 #ffb627 22 | color4 #00a6fb 23 | color5 #f15ee3 24 | color6 #0dd9d6 25 | color7 #f8f8f2 26 | 27 | # bright 28 | color8 #60615d 29 | color9 #ff9505 30 | color10 #333b3d 31 | color11 #484e54 32 | color12 #c0c0bd 33 | color13 #fcfcf6 34 | color14 #b27701 35 | color15 #fcfcfc 36 | -------------------------------------------------------------------------------- /.config/kitty/base16-kitty/colors/base16-ia-dark.conf: -------------------------------------------------------------------------------- 1 | # Base16 iA Dark - kitty color config 2 | # Scheme by iA Inc. (modified by aramisgithub) 3 | background #1a1a1a 4 | foreground #cccccc 5 | selection_background #cccccc 6 | selection_foreground #1a1a1a 7 | url_color #b8b8b8 8 | cursor #cccccc 9 | active_border_color #767676 10 | inactive_border_color #222222 11 | active_tab_background #1a1a1a 12 | active_tab_foreground #cccccc 13 | inactive_tab_background #222222 14 | inactive_tab_foreground #b8b8b8 15 | tab_bar_background #222222 16 | 17 | # normal 18 | color0 #1a1a1a 19 | color1 #d88568 20 | color2 #83a471 21 | color3 #b99353 22 | color4 #8eccdd 23 | color5 #b98eb2 24 | color6 #7c9cae 25 | color7 #cccccc 26 | 27 | # bright 28 | color8 #767676 29 | color9 #d86868 30 | color10 #222222 31 | color11 #1d414d 32 | color12 #b8b8b8 33 | color13 #e8e8e8 34 | color14 #8b6c37 35 | color15 #f8f8f8 36 | -------------------------------------------------------------------------------- /.config/kitty/base16-kitty/colors/base16-katy.conf: -------------------------------------------------------------------------------- 1 | # Base16 Katy - kitty color config 2 | # Scheme by George Essig (https://github.com/gessig) 3 | background #292d3e 4 | foreground #959dcb 5 | selection_background #959dcb 6 | selection_foreground #292d3e 7 | url_color #8796b0 8 | cursor #959dcb 9 | active_border_color #676e95 10 | inactive_border_color #444267 11 | active_tab_background #292d3e 12 | active_tab_foreground #959dcb 13 | inactive_tab_background #444267 14 | inactive_tab_foreground #8796b0 15 | tab_bar_background #444267 16 | 17 | # normal 18 | color0 #292d3e 19 | color1 #6e98e1 20 | color2 #78c06e 21 | color3 #e0a557 22 | color4 #82aaff 23 | color5 #c792ea 24 | color6 #83b7e5 25 | color7 #959dcb 26 | 27 | # bright 28 | color8 #676e95 29 | color9 #f78c6c 30 | color10 #444267 31 | color11 #5c598b 32 | color12 #8796b0 33 | color13 #959dcb 34 | color14 #ff5370 35 | color15 #ffffff 36 | -------------------------------------------------------------------------------- /.config/kitty/base16-kitty/colors/base16-material-lighter.conf: -------------------------------------------------------------------------------- 1 | # Base16 Material Lighter - kitty color config 2 | # Scheme by Nate Peterson 3 | background #FAFAFA 4 | foreground #80CBC4 5 | selection_background #80CBC4 6 | selection_foreground #FAFAFA 7 | url_color #8796B0 8 | cursor #80CBC4 9 | active_border_color #CCD7DA 10 | inactive_border_color #E7EAEC 11 | active_tab_background #FAFAFA 12 | active_tab_foreground #80CBC4 13 | inactive_tab_background #E7EAEC 14 | inactive_tab_foreground #8796B0 15 | tab_bar_background #E7EAEC 16 | 17 | # normal 18 | color0 #FAFAFA 19 | color1 #FF5370 20 | color2 #91B859 21 | color3 #FFB62C 22 | color4 #6182B8 23 | color5 #7C4DFF 24 | color6 #39ADB5 25 | color7 #80CBC4 26 | 27 | # bright 28 | color8 #CCD7DA 29 | color9 #F76D47 30 | color10 #E7EAEC 31 | color11 #CCEAE7 32 | color12 #8796B0 33 | color13 #80CBC4 34 | color14 #E53935 35 | color15 #FFFFFF 36 | -------------------------------------------------------------------------------- /.config/kitty/base16-kitty/colors/base16-pinky.conf: -------------------------------------------------------------------------------- 1 | # Base16 pinky - kitty color config 2 | # Scheme by Benjamin (https://github.com/b3nj5m1n) 3 | background #171517 4 | foreground #f5f5f5 5 | selection_background #f5f5f5 6 | selection_foreground #171517 7 | url_color #e7dbdb 8 | cursor #f5f5f5 9 | active_border_color #383338 10 | inactive_border_color #1b181b 11 | active_tab_background #171517 12 | active_tab_foreground #f5f5f5 13 | inactive_tab_background #1b181b 14 | inactive_tab_foreground #e7dbdb 15 | tab_bar_background #1b181b 16 | 17 | # normal 18 | color0 #171517 19 | color1 #ffa600 20 | color2 #ff0066 21 | color3 #20df6c 22 | color4 #00ffff 23 | color5 #007fff 24 | color6 #6600ff 25 | color7 #f5f5f5 26 | 27 | # bright 28 | color8 #383338 29 | color9 #00ff66 30 | color10 #1b181b 31 | color11 #1d1b1d 32 | color12 #e7dbdb 33 | color13 #ffffff 34 | color14 #df206c 35 | color15 #f7f3f7 36 | -------------------------------------------------------------------------------- /.config/kitty/base16-kitty/colors/base16-pop.conf: -------------------------------------------------------------------------------- 1 | # Base16 Pop - kitty color config 2 | # Scheme by Chris Kempson (http://chriskempson.com) 3 | background #000000 4 | foreground #d0d0d0 5 | selection_background #d0d0d0 6 | selection_foreground #000000 7 | url_color #b0b0b0 8 | cursor #d0d0d0 9 | active_border_color #505050 10 | inactive_border_color #202020 11 | active_tab_background #000000 12 | active_tab_foreground #d0d0d0 13 | inactive_tab_background #202020 14 | inactive_tab_foreground #b0b0b0 15 | tab_bar_background #202020 16 | 17 | # normal 18 | color0 #000000 19 | color1 #eb008a 20 | color2 #37b349 21 | color3 #f8ca12 22 | color4 #0e5a94 23 | color5 #b31e8d 24 | color6 #00aabb 25 | color7 #d0d0d0 26 | 27 | # bright 28 | color8 #505050 29 | color9 #f29333 30 | color10 #202020 31 | color11 #303030 32 | color12 #b0b0b0 33 | color13 #e0e0e0 34 | color14 #7a2d00 35 | color15 #ffffff 36 | -------------------------------------------------------------------------------- /.config/kitty/base16-kitty/colors/base16-primer-dark-dimmed.conf: -------------------------------------------------------------------------------- 1 | # Base16 Primer Dark Dimmed - kitty color config 2 | # Scheme by Jimmy Lin 3 | background #1c2128 4 | foreground #909dab 5 | selection_background #909dab 6 | selection_foreground #1c2128 7 | url_color #768390 8 | cursor #909dab 9 | active_border_color #545d68 10 | inactive_border_color #373e47 11 | active_tab_background #1c2128 12 | active_tab_foreground #909dab 13 | inactive_tab_background #373e47 14 | inactive_tab_foreground #768390 15 | tab_bar_background #373e47 16 | 17 | # normal 18 | color0 #1c2128 19 | color1 #f47067 20 | color2 #57ab5a 21 | color3 #c69026 22 | color4 #539bf5 23 | color5 #e275ad 24 | color6 #96d0ff 25 | color7 #909dab 26 | 27 | # bright 28 | color8 #545d68 29 | color9 #e0823d 30 | color10 #373e47 31 | color11 #444c56 32 | color12 #768390 33 | color13 #adbac7 34 | color14 #ae5622 35 | color15 #cdd9e5 36 | -------------------------------------------------------------------------------- /.config/kitty/base16-kitty/colors/base16-summercamp.conf: -------------------------------------------------------------------------------- 1 | # Base16 summercamp - kitty color config 2 | # Scheme by zoe firi (zoefiri.github.io) 3 | background #1c1810 4 | foreground #736e55 5 | selection_background #736e55 6 | selection_foreground #1c1810 7 | url_color #5f5b45 8 | cursor #736e55 9 | active_border_color #504b38 10 | inactive_border_color #2a261c 11 | active_tab_background #1c1810 12 | active_tab_foreground #736e55 13 | inactive_tab_background #2a261c 14 | inactive_tab_foreground #5f5b45 15 | tab_bar_background #2a261c 16 | 17 | # normal 18 | color0 #1c1810 19 | color1 #e35142 20 | color2 #5ceb5a 21 | color3 #f2ff27 22 | color4 #489bf0 23 | color5 #FF8080 24 | color6 #5aebbc 25 | color7 #736e55 26 | 27 | # bright 28 | color8 #504b38 29 | color9 #fba11b 30 | color10 #2a261c 31 | color11 #3a3527 32 | color12 #5f5b45 33 | color13 #bab696 34 | color14 #F69BE7 35 | color15 #f8f5de 36 | -------------------------------------------------------------------------------- /.config/kitty/base16-kitty/colors/base16-tokyo-city-light.conf: -------------------------------------------------------------------------------- 1 | # Base16 Tokyo City Light - kitty color config 2 | # Scheme by Michaël Ball 3 | background #FBFBFD 4 | foreground #343B59 5 | selection_background #343B59 6 | selection_foreground #FBFBFD 7 | url_color #4c505e 8 | cursor #343B59 9 | active_border_color #9699A3 10 | inactive_border_color #F6F6F8 11 | active_tab_background #FBFBFD 12 | active_tab_foreground #343B59 13 | inactive_tab_background #F6F6F8 14 | inactive_tab_foreground #4c505e 15 | tab_bar_background #F6F6F8 16 | 17 | # normal 18 | color0 #FBFBFD 19 | color1 #8C4351 20 | color2 #485E30 21 | color3 #4C505E 22 | color4 #34548a 23 | color5 #5A4A78 24 | color6 #4C505E 25 | color7 #343B59 26 | 27 | # bright 28 | color8 #9699A3 29 | color9 #965027 30 | color10 #F6F6F8 31 | color11 #EDEFF6 32 | color12 #4c505e 33 | color13 #1D252C 34 | color14 #5A4A78 35 | color15 #171D23 36 | -------------------------------------------------------------------------------- /.config/kitty/base16-kitty/colors/base16-tokyo-night-dark.conf: -------------------------------------------------------------------------------- 1 | # Base16 Tokyo Night Dark - kitty color config 2 | # Scheme by Michaël Ball 3 | background #1A1B26 4 | foreground #A9B1D6 5 | selection_background #A9B1D6 6 | selection_foreground #1A1B26 7 | url_color #787C99 8 | cursor #A9B1D6 9 | active_border_color #444B6A 10 | inactive_border_color #16161E 11 | active_tab_background #1A1B26 12 | active_tab_foreground #A9B1D6 13 | inactive_tab_background #16161E 14 | inactive_tab_foreground #787C99 15 | tab_bar_background #16161E 16 | 17 | # normal 18 | color0 #1A1B26 19 | color1 #C0CAF5 20 | color2 #9ECE6A 21 | color3 #0DB9D7 22 | color4 #2AC3DE 23 | color5 #BB9AF7 24 | color6 #B4F9F8 25 | color7 #A9B1D6 26 | 27 | # bright 28 | color8 #444B6A 29 | color9 #A9B1D6 30 | color10 #16161E 31 | color11 #2F3549 32 | color12 #787C99 33 | color13 #CBCCD1 34 | color14 #F7768E 35 | color15 #D5D6DB 36 | -------------------------------------------------------------------------------- /.config/kitty/base16-kitty/colors/base16-tokyo-night-light.conf: -------------------------------------------------------------------------------- 1 | # Base16 Tokyo Night Light - kitty color config 2 | # Scheme by Michaël Ball 3 | background #D5D6DB 4 | foreground #343B59 5 | selection_background #343B59 6 | selection_foreground #D5D6DB 7 | url_color #4C505E 8 | cursor #343B59 9 | active_border_color #9699A3 10 | inactive_border_color #CBCCD1 11 | active_tab_background #D5D6DB 12 | active_tab_foreground #343B59 13 | inactive_tab_background #CBCCD1 14 | inactive_tab_foreground #4C505E 15 | tab_bar_background #CBCCD1 16 | 17 | # normal 18 | color0 #D5D6DB 19 | color1 #343B58 20 | color2 #485E30 21 | color3 #166775 22 | color4 #34548A 23 | color5 #5A4A78 24 | color6 #3E6968 25 | color7 #343B59 26 | 27 | # bright 28 | color8 #9699A3 29 | color9 #965027 30 | color10 #CBCCD1 31 | color11 #DFE0E5 32 | color12 #4C505E 33 | color13 #1A1B26 34 | color14 #8C4351 35 | color15 #1A1B26 36 | -------------------------------------------------------------------------------- /.config/kitty/base16-kitty/colors/base16-tokyo-night-storm.conf: -------------------------------------------------------------------------------- 1 | # Base16 Tokyo Night Storm - kitty color config 2 | # Scheme by Michaël Ball 3 | background #24283B 4 | foreground #A9B1D6 5 | selection_background #A9B1D6 6 | selection_foreground #24283B 7 | url_color #787C99 8 | cursor #A9B1D6 9 | active_border_color #444B6A 10 | inactive_border_color #16161E 11 | active_tab_background #24283B 12 | active_tab_foreground #A9B1D6 13 | inactive_tab_background #16161E 14 | inactive_tab_foreground #787C99 15 | tab_bar_background #16161E 16 | 17 | # normal 18 | color0 #24283B 19 | color1 #C0CAF5 20 | color2 #9ECE6A 21 | color3 #0DB9D7 22 | color4 #2AC3DE 23 | color5 #BB9AF7 24 | color6 #B4F9F8 25 | color7 #A9B1D6 26 | 27 | # bright 28 | color8 #444B6A 29 | color9 #A9B1D6 30 | color10 #16161E 31 | color11 #343A52 32 | color12 #787C99 33 | color13 #CBCCD1 34 | color14 #F7768E 35 | color15 #D5D6DB 36 | -------------------------------------------------------------------------------- /.config/kitty/base16-kitty/colors/base16-ashes.conf: -------------------------------------------------------------------------------- 1 | # Base16 Ashes - kitty color config 2 | # Scheme by Jannik Siebert (https://github.com/janniks) 3 | background #1C2023 4 | foreground #C7CCD1 5 | selection_background #C7CCD1 6 | selection_foreground #1C2023 7 | url_color #ADB3BA 8 | cursor #C7CCD1 9 | active_border_color #747C84 10 | inactive_border_color #393F45 11 | active_tab_background #1C2023 12 | active_tab_foreground #C7CCD1 13 | inactive_tab_background #393F45 14 | inactive_tab_foreground #ADB3BA 15 | tab_bar_background #393F45 16 | 17 | # normal 18 | color0 #1C2023 19 | color1 #C7AE95 20 | color2 #95C7AE 21 | color3 #AEC795 22 | color4 #AE95C7 23 | color5 #C795AE 24 | color6 #95AEC7 25 | color7 #C7CCD1 26 | 27 | # bright 28 | color8 #747C84 29 | color9 #C7C795 30 | color10 #393F45 31 | color11 #565E65 32 | color12 #ADB3BA 33 | color13 #DFE2E5 34 | color14 #C79595 35 | color15 #F3F4F5 36 | -------------------------------------------------------------------------------- /.config/kitty/base16-kitty/colors/base16-ayu-dark.conf: -------------------------------------------------------------------------------- 1 | # Base16 Ayu Dark - kitty color config 2 | # Scheme by Khue Nguyen <Z5483Y@gmail.com> 3 | background #0F1419 4 | foreground #E6E1CF 5 | selection_background #E6E1CF 6 | selection_foreground #0F1419 7 | url_color #BFBDB6 8 | cursor #E6E1CF 9 | active_border_color #3E4B59 10 | inactive_border_color #131721 11 | active_tab_background #0F1419 12 | active_tab_foreground #E6E1CF 13 | inactive_tab_background #131721 14 | inactive_tab_foreground #BFBDB6 15 | tab_bar_background #131721 16 | 17 | # normal 18 | color0 #0F1419 19 | color1 #F07178 20 | color2 #B8CC52 21 | color3 #FFB454 22 | color4 #59C2FF 23 | color5 #D2A6FF 24 | color6 #95E6CB 25 | color7 #E6E1CF 26 | 27 | # bright 28 | color8 #3E4B59 29 | color9 #FF8F40 30 | color10 #131721 31 | color11 #272D38 32 | color12 #BFBDB6 33 | color13 #E6E1CF 34 | color14 #E6B673 35 | color15 #F3F4F5 36 | -------------------------------------------------------------------------------- /.config/kitty/base16-kitty/colors/base16-bright.conf: -------------------------------------------------------------------------------- 1 | # Base16 Bright - kitty color config 2 | # Scheme by Chris Kempson (http://chriskempson.com) 3 | background #000000 4 | foreground #e0e0e0 5 | selection_background #e0e0e0 6 | selection_foreground #000000 7 | url_color #d0d0d0 8 | cursor #e0e0e0 9 | active_border_color #b0b0b0 10 | inactive_border_color #303030 11 | active_tab_background #000000 12 | active_tab_foreground #e0e0e0 13 | inactive_tab_background #303030 14 | inactive_tab_foreground #d0d0d0 15 | tab_bar_background #303030 16 | 17 | # normal 18 | color0 #000000 19 | color1 #fb0120 20 | color2 #a1c659 21 | color3 #fda331 22 | color4 #6fb3d2 23 | color5 #d381c3 24 | color6 #76c7b7 25 | color7 #e0e0e0 26 | 27 | # bright 28 | color8 #b0b0b0 29 | color9 #fc6d24 30 | color10 #303030 31 | color11 #505050 32 | color12 #d0d0d0 33 | color13 #f5f5f5 34 | color14 #be643c 35 | color15 #ffffff 36 | -------------------------------------------------------------------------------- /.config/kitty/base16-kitty/colors/base16-chalk.conf: -------------------------------------------------------------------------------- 1 | # Base16 Chalk - kitty color config 2 | # Scheme by Chris Kempson (http://chriskempson.com) 3 | background #151515 4 | foreground #d0d0d0 5 | selection_background #d0d0d0 6 | selection_foreground #151515 7 | url_color #b0b0b0 8 | cursor #d0d0d0 9 | active_border_color #505050 10 | inactive_border_color #202020 11 | active_tab_background #151515 12 | active_tab_foreground #d0d0d0 13 | inactive_tab_background #202020 14 | inactive_tab_foreground #b0b0b0 15 | tab_bar_background #202020 16 | 17 | # normal 18 | color0 #151515 19 | color1 #fb9fb1 20 | color2 #acc267 21 | color3 #ddb26f 22 | color4 #6fc2ef 23 | color5 #e1a3ee 24 | color6 #12cfc0 25 | color7 #d0d0d0 26 | 27 | # bright 28 | color8 #505050 29 | color9 #eda987 30 | color10 #202020 31 | color11 #303030 32 | color12 #b0b0b0 33 | color13 #e0e0e0 34 | color14 #deaf8f 35 | color15 #f5f5f5 36 | -------------------------------------------------------------------------------- /.config/kitty/base16-kitty/colors/base16-cupcake.conf: -------------------------------------------------------------------------------- 1 | # Base16 Cupcake - kitty color config 2 | # Scheme by Chris Kempson (http://chriskempson.com) 3 | background #fbf1f2 4 | foreground #8b8198 5 | selection_background #8b8198 6 | selection_foreground #fbf1f2 7 | url_color #a59daf 8 | cursor #8b8198 9 | active_border_color #bfb9c6 10 | inactive_border_color #f2f1f4 11 | active_tab_background #fbf1f2 12 | active_tab_foreground #8b8198 13 | inactive_tab_background #f2f1f4 14 | inactive_tab_foreground #a59daf 15 | tab_bar_background #f2f1f4 16 | 17 | # normal 18 | color0 #fbf1f2 19 | color1 #D57E85 20 | color2 #A3B367 21 | color3 #DCB16C 22 | color4 #7297B9 23 | color5 #BB99B4 24 | color6 #69A9A7 25 | color7 #8b8198 26 | 27 | # bright 28 | color8 #bfb9c6 29 | color9 #EBB790 30 | color10 #f2f1f4 31 | color11 #d8d5dd 32 | color12 #a59daf 33 | color13 #72677E 34 | color14 #BAA58C 35 | color15 #585062 36 | -------------------------------------------------------------------------------- /.config/kitty/base16-kitty/colors/base16-da-one-gray.conf: -------------------------------------------------------------------------------- 1 | # Base16 Da One Gray - kitty color config 2 | # Scheme by NNB (https://github.com/NNBnh) 3 | background #181818 4 | foreground #ffffff 5 | selection_background #ffffff 6 | selection_foreground #181818 7 | url_color #c8c8c8 8 | cursor #ffffff 9 | active_border_color #888888 10 | inactive_border_color #282828 11 | active_tab_background #181818 12 | active_tab_foreground #ffffff 13 | inactive_tab_background #282828 14 | inactive_tab_foreground #c8c8c8 15 | tab_bar_background #282828 16 | 17 | # normal 18 | color0 #181818 19 | color1 #fa7883 20 | color2 #98c379 21 | color3 #ff9470 22 | color4 #6bb8ff 23 | color5 #e799ff 24 | color6 #8af5ff 25 | color7 #ffffff 26 | 27 | # bright 28 | color8 #888888 29 | color9 #ffc387 30 | color10 #282828 31 | color11 #585858 32 | color12 #c8c8c8 33 | color13 #ffffff 34 | color14 #b3684f 35 | color15 #ffffff 36 | -------------------------------------------------------------------------------- /.config/kitty/base16-kitty/colors/base16-da-one-sea.conf: -------------------------------------------------------------------------------- 1 | # Base16 Da One Sea - kitty color config 2 | # Scheme by NNB (https://github.com/NNBnh) 3 | background #22273d 4 | foreground #ffffff 5 | selection_background #ffffff 6 | selection_foreground #22273d 7 | url_color #c8c8c8 8 | cursor #ffffff 9 | active_border_color #878d96 10 | inactive_border_color #374059 11 | active_tab_background #22273d 12 | active_tab_foreground #ffffff 13 | inactive_tab_background #374059 14 | inactive_tab_foreground #c8c8c8 15 | tab_bar_background #374059 16 | 17 | # normal 18 | color0 #22273d 19 | color1 #fa7883 20 | color2 #98c379 21 | color3 #ff9470 22 | color4 #6bb8ff 23 | color5 #e799ff 24 | color6 #8af5ff 25 | color7 #ffffff 26 | 27 | # bright 28 | color8 #878d96 29 | color9 #ffc387 30 | color10 #374059 31 | color11 #525866 32 | color12 #c8c8c8 33 | color13 #ffffff 34 | color14 #b3684f 35 | color15 #ffffff 36 | -------------------------------------------------------------------------------- /.config/kitty/base16-kitty/colors/base16-eva-dim.conf: -------------------------------------------------------------------------------- 1 | # Base16 Eva Dim - kitty color config 2 | # Scheme by kjakapat (https://github.com/kjakapat) 3 | background #2a3b4d 4 | foreground #9fa2a6 5 | selection_background #9fa2a6 6 | selection_foreground #2a3b4d 7 | url_color #7e90a3 8 | cursor #9fa2a6 9 | active_border_color #55799c 10 | inactive_border_color #3d566f 11 | active_tab_background #2a3b4d 12 | active_tab_foreground #9fa2a6 13 | inactive_tab_background #3d566f 14 | inactive_tab_foreground #7e90a3 15 | tab_bar_background #3d566f 16 | 17 | # normal 18 | color0 #2a3b4d 19 | color1 #c4676c 20 | color2 #5de561 21 | color3 #cfd05d 22 | color4 #1ae1dc 23 | color5 #9c6cd3 24 | color6 #4b8f77 25 | color7 #9fa2a6 26 | 27 | # bright 28 | color8 #55799c 29 | color9 #ff9966 30 | color10 #3d566f 31 | color11 #4b6988 32 | color12 #7e90a3 33 | color13 #d6d7d9 34 | color14 #bb64a9 35 | color15 #ffffff 36 | -------------------------------------------------------------------------------- /.config/kitty/base16-kitty/colors/base16-gotham.conf: -------------------------------------------------------------------------------- 1 | # Base16 Gotham - kitty color config 2 | # Scheme by Andrea Leopardi (arranged by Brett Jones) 3 | background #0c1014 4 | foreground #599cab 5 | selection_background #599cab 6 | selection_foreground #0c1014 7 | url_color #245361 8 | cursor #599cab 9 | active_border_color #0a3749 10 | inactive_border_color #11151c 11 | active_tab_background #0c1014 12 | active_tab_foreground #599cab 13 | inactive_tab_background #11151c 14 | inactive_tab_foreground #245361 15 | tab_bar_background #11151c 16 | 17 | # normal 18 | color0 #0c1014 19 | color1 #c23127 20 | color2 #33859E 21 | color3 #edb443 22 | color4 #195466 23 | color5 #888ca6 24 | color6 #2aa889 25 | color7 #599cab 26 | 27 | # bright 28 | color8 #0a3749 29 | color9 #d26937 30 | color10 #11151c 31 | color11 #091f2e 32 | color12 #245361 33 | color13 #99d1ce 34 | color14 #4e5166 35 | color15 #d3ebe9 36 | -------------------------------------------------------------------------------- /.config/kitty/base16-kitty/colors/base16-heetch.conf: -------------------------------------------------------------------------------- 1 | # Base16 Heetch Dark - kitty color config 2 | # Scheme by Geoffrey Teale (tealeg@gmail.com) 3 | background #190134 4 | foreground #BDB6C5 5 | selection_background #BDB6C5 6 | selection_foreground #190134 7 | url_color #9C92A8 8 | cursor #BDB6C5 9 | active_border_color #7B6D8B 10 | inactive_border_color #392551 11 | active_tab_background #190134 12 | active_tab_foreground #BDB6C5 13 | inactive_tab_background #392551 14 | inactive_tab_foreground #9C92A8 15 | tab_bar_background #392551 16 | 17 | # normal 18 | color0 #190134 19 | color1 #27D9D5 20 | color2 #C33678 21 | color3 #8F6C97 22 | color4 #BD0152 23 | color5 #82034C 24 | color6 #F80059 25 | color7 #BDB6C5 26 | 27 | # bright 28 | color8 #7B6D8B 29 | color9 #5BA2B6 30 | color10 #392551 31 | color11 #5A496E 32 | color12 #9C92A8 33 | color13 #DEDAE2 34 | color14 #470546 35 | color15 #FEFFFF 36 | -------------------------------------------------------------------------------- /.config/kitty/base16-kitty/colors/base16-helios.conf: -------------------------------------------------------------------------------- 1 | # Base16 Helios - kitty color config 2 | # Scheme by Alex Meyer (https://github.com/reyemxela) 3 | background #1d2021 4 | foreground #d5d5d5 5 | selection_background #d5d5d5 6 | selection_foreground #1d2021 7 | url_color #cdcdcd 8 | cursor #d5d5d5 9 | active_border_color #6f7579 10 | inactive_border_color #383c3e 11 | active_tab_background #1d2021 12 | active_tab_foreground #d5d5d5 13 | inactive_tab_background #383c3e 14 | inactive_tab_foreground #cdcdcd 15 | tab_bar_background #383c3e 16 | 17 | # normal 18 | color0 #1d2021 19 | color1 #d72638 20 | color2 #88b92d 21 | color3 #f19d1a 22 | color4 #1e8bac 23 | color5 #be4264 24 | color6 #1ba595 25 | color7 #d5d5d5 26 | 27 | # bright 28 | color8 #6f7579 29 | color9 #eb8413 30 | color10 #383c3e 31 | color11 #53585b 32 | color12 #cdcdcd 33 | color13 #dddddd 34 | color14 #c85e0d 35 | color15 #e5e5e5 36 | -------------------------------------------------------------------------------- /.config/kitty/base16-kitty/colors/base16-humanoid-light.conf: -------------------------------------------------------------------------------- 1 | # Base16 Humanoid light - kitty color config 2 | # Scheme by Thomas (tasmo) Friese 3 | background #f8f8f2 4 | foreground #232629 5 | selection_background #232629 6 | selection_foreground #f8f8f2 7 | url_color #60615d 8 | cursor #232629 9 | active_border_color #c0c0bd 10 | inactive_border_color #efefe9 11 | active_tab_background #f8f8f2 12 | active_tab_foreground #232629 13 | inactive_tab_background #efefe9 14 | inactive_tab_foreground #60615d 15 | tab_bar_background #efefe9 16 | 17 | # normal 18 | color0 #f8f8f2 19 | color1 #b0151a 20 | color2 #388e3c 21 | color3 #ffb627 22 | color4 #0082c9 23 | color5 #700f98 24 | color6 #008e8e 25 | color7 #232629 26 | 27 | # bright 28 | color8 #c0c0bd 29 | color9 #ff3d00 30 | color10 #efefe9 31 | color11 #deded8 32 | color12 #60615d 33 | color13 #2f3337 34 | color14 #b27701 35 | color15 #070708 36 | -------------------------------------------------------------------------------- /.config/kitty/base16-kitty/colors/base16-ia-light.conf: -------------------------------------------------------------------------------- 1 | # Base16 iA Light - kitty color config 2 | # Scheme by iA Inc. (modified by aramisgithub) 3 | background #f6f6f6 4 | foreground #181818 5 | selection_background #181818 6 | selection_foreground #f6f6f6 7 | url_color #767676 8 | cursor #181818 9 | active_border_color #898989 10 | inactive_border_color #dedede 11 | active_tab_background #f6f6f6 12 | active_tab_foreground #181818 13 | inactive_tab_background #dedede 14 | inactive_tab_foreground #767676 15 | tab_bar_background #dedede 16 | 17 | # normal 18 | color0 #f6f6f6 19 | color1 #9c5a02 20 | color2 #38781c 21 | color3 #c48218 22 | color4 #48bac2 23 | color5 #a94598 24 | color6 #2d6bb1 25 | color7 #181818 26 | 27 | # bright 28 | color8 #898989 29 | color9 #c43e18 30 | color10 #dedede 31 | color11 #bde5f2 32 | color12 #767676 33 | color13 #e8e8e8 34 | color14 #8b6c37 35 | color15 #f8f8f8 36 | -------------------------------------------------------------------------------- /.config/kitty/base16-kitty/colors/base16-kimber.conf: -------------------------------------------------------------------------------- 1 | # Base16 Kimber - kitty color config 2 | # Scheme by Mishka Nguyen (https://github.com/akhsiM) 3 | background #222222 4 | foreground #DEDEE7 5 | selection_background #DEDEE7 6 | selection_foreground #222222 7 | url_color #5A5A5A 8 | cursor #DEDEE7 9 | active_border_color #644646 10 | inactive_border_color #313131 11 | active_tab_background #222222 12 | active_tab_foreground #DEDEE7 13 | inactive_tab_background #313131 14 | inactive_tab_foreground #5A5A5A 15 | tab_bar_background #313131 16 | 17 | # normal 18 | color0 #222222 19 | color1 #C88C8C 20 | color2 #99C899 21 | color3 #D8B56D 22 | color4 #537C9C 23 | color5 #86CACD 24 | color6 #78B4B4 25 | color7 #DEDEE7 26 | 27 | # bright 28 | color8 #644646 29 | color9 #476C88 30 | color10 #313131 31 | color11 #555D55 32 | color12 #5A5A5A 33 | color13 #C3C3B4 34 | color14 #704F4F 35 | color15 #FFFFE6 36 | -------------------------------------------------------------------------------- /.config/kitty/base16-kitty/colors/base16-material-palenight.conf: -------------------------------------------------------------------------------- 1 | # Base16 Material Palenight - kitty color config 2 | # Scheme by Nate Peterson 3 | background #292D3E 4 | foreground #959DCB 5 | selection_background #959DCB 6 | selection_foreground #292D3E 7 | url_color #8796B0 8 | cursor #959DCB 9 | active_border_color #676E95 10 | inactive_border_color #444267 11 | active_tab_background #292D3E 12 | active_tab_foreground #959DCB 13 | inactive_tab_background #444267 14 | inactive_tab_foreground #8796B0 15 | tab_bar_background #444267 16 | 17 | # normal 18 | color0 #292D3E 19 | color1 #F07178 20 | color2 #C3E88D 21 | color3 #FFCB6B 22 | color4 #82AAFF 23 | color5 #C792EA 24 | color6 #89DDFF 25 | color7 #959DCB 26 | 27 | # bright 28 | color8 #676E95 29 | color9 #F78C6C 30 | color10 #444267 31 | color11 #32374D 32 | color12 #8796B0 33 | color13 #959DCB 34 | color14 #FF5370 35 | color15 #FFFFFF 36 | -------------------------------------------------------------------------------- /.config/kitty/base16-kitty/colors/base16-mocha.conf: -------------------------------------------------------------------------------- 1 | # Base16 Mocha - kitty color config 2 | # Scheme by Chris Kempson (http://chriskempson.com) 3 | background #3B3228 4 | foreground #d0c8c6 5 | selection_background #d0c8c6 6 | selection_foreground #3B3228 7 | url_color #b8afad 8 | cursor #d0c8c6 9 | active_border_color #7e705a 10 | inactive_border_color #534636 11 | active_tab_background #3B3228 12 | active_tab_foreground #d0c8c6 13 | inactive_tab_background #534636 14 | inactive_tab_foreground #b8afad 15 | tab_bar_background #534636 16 | 17 | # normal 18 | color0 #3B3228 19 | color1 #cb6077 20 | color2 #beb55b 21 | color3 #f4bc87 22 | color4 #8ab3b5 23 | color5 #a89bb9 24 | color6 #7bbda4 25 | color7 #d0c8c6 26 | 27 | # bright 28 | color8 #7e705a 29 | color9 #d28b71 30 | color10 #534636 31 | color11 #645240 32 | color12 #b8afad 33 | color13 #e9e1dd 34 | color14 #bb9584 35 | color15 #f5eeeb 36 | -------------------------------------------------------------------------------- /.config/kitty/base16-kitty/colors/base16-monokai.conf: -------------------------------------------------------------------------------- 1 | # Base16 Monokai - kitty color config 2 | # Scheme by Wimer Hazenberg (http://www.monokai.nl) 3 | background #272822 4 | foreground #f8f8f2 5 | selection_background #f8f8f2 6 | selection_foreground #272822 7 | url_color #a59f85 8 | cursor #f8f8f2 9 | active_border_color #75715e 10 | inactive_border_color #383830 11 | active_tab_background #272822 12 | active_tab_foreground #f8f8f2 13 | inactive_tab_background #383830 14 | inactive_tab_foreground #a59f85 15 | tab_bar_background #383830 16 | 17 | # normal 18 | color0 #272822 19 | color1 #f92672 20 | color2 #a6e22e 21 | color3 #f4bf75 22 | color4 #66d9ef 23 | color5 #ae81ff 24 | color6 #a1efe4 25 | color7 #f8f8f2 26 | 27 | # bright 28 | color8 #75715e 29 | color9 #fd971f 30 | color10 #383830 31 | color11 #49483e 32 | color12 #a59f85 33 | color13 #f5f4f1 34 | color14 #cc6633 35 | color15 #f9f8f5 36 | -------------------------------------------------------------------------------- /.config/kitty/base16-kitty/colors/base16-ocean.conf: -------------------------------------------------------------------------------- 1 | # Base16 Ocean - kitty color config 2 | # Scheme by Chris Kempson (http://chriskempson.com) 3 | background #2b303b 4 | foreground #c0c5ce 5 | selection_background #c0c5ce 6 | selection_foreground #2b303b 7 | url_color #a7adba 8 | cursor #c0c5ce 9 | active_border_color #65737e 10 | inactive_border_color #343d46 11 | active_tab_background #2b303b 12 | active_tab_foreground #c0c5ce 13 | inactive_tab_background #343d46 14 | inactive_tab_foreground #a7adba 15 | tab_bar_background #343d46 16 | 17 | # normal 18 | color0 #2b303b 19 | color1 #bf616a 20 | color2 #a3be8c 21 | color3 #ebcb8b 22 | color4 #8fa1b3 23 | color5 #b48ead 24 | color6 #96b5b4 25 | color7 #c0c5ce 26 | 27 | # bright 28 | color8 #65737e 29 | color9 #d08770 30 | color10 #343d46 31 | color11 #4f5b66 32 | color12 #a7adba 33 | color13 #dfe1e8 34 | color14 #ab7967 35 | color15 #eff1f5 36 | -------------------------------------------------------------------------------- /.config/kitty/base16-kitty/colors/base16-phd.conf: -------------------------------------------------------------------------------- 1 | # Base16 PhD - kitty color config 2 | # Scheme by Hennig Hasemann (http://leetless.de/vim.html) 3 | background #061229 4 | foreground #b8bbc2 5 | selection_background #b8bbc2 6 | selection_foreground #061229 7 | url_color #9a99a3 8 | cursor #b8bbc2 9 | active_border_color #717885 10 | inactive_border_color #2a3448 11 | active_tab_background #061229 12 | active_tab_foreground #b8bbc2 13 | inactive_tab_background #2a3448 14 | inactive_tab_foreground #9a99a3 15 | tab_bar_background #2a3448 16 | 17 | # normal 18 | color0 #061229 19 | color1 #d07346 20 | color2 #99bf52 21 | color3 #fbd461 22 | color4 #5299bf 23 | color5 #9989cc 24 | color6 #72b9bf 25 | color7 #b8bbc2 26 | 27 | # bright 28 | color8 #717885 29 | color9 #f0a000 30 | color10 #2a3448 31 | color11 #4d5666 32 | color12 #9a99a3 33 | color13 #dbdde0 34 | color14 #b08060 35 | color15 #ffffff 36 | -------------------------------------------------------------------------------- /.config/kitty/base16-kitty/colors/base16-pico.conf: -------------------------------------------------------------------------------- 1 | # Base16 Pico - kitty color config 2 | # Scheme by PICO-8 (http://www.lexaloffle.com/pico-8.php) 3 | background #000000 4 | foreground #5f574f 5 | selection_background #5f574f 6 | selection_foreground #000000 7 | url_color #ab5236 8 | cursor #5f574f 9 | active_border_color #008751 10 | inactive_border_color #1d2b53 11 | active_tab_background #000000 12 | active_tab_foreground #5f574f 13 | inactive_tab_background #1d2b53 14 | inactive_tab_foreground #ab5236 15 | tab_bar_background #1d2b53 16 | 17 | # normal 18 | color0 #000000 19 | color1 #ff004d 20 | color2 #00e756 21 | color3 #fff024 22 | color4 #83769c 23 | color5 #ff77a8 24 | color6 #29adff 25 | color7 #5f574f 26 | 27 | # bright 28 | color8 #008751 29 | color9 #ffa300 30 | color10 #1d2b53 31 | color11 #7e2553 32 | color12 #ab5236 33 | color13 #c2c3c7 34 | color14 #ffccaa 35 | color15 #fff1e8 36 | -------------------------------------------------------------------------------- /.config/kitty/base16-kitty/colors/base16-sakura.conf: -------------------------------------------------------------------------------- 1 | # Base16 Sakura - kitty color config 2 | # Scheme by Misterio77 (http://github.com/Misterio77) 3 | background #feedf3 4 | foreground #564448 5 | selection_background #564448 6 | selection_foreground #feedf3 7 | url_color #665055 8 | cursor #564448 9 | active_border_color #755f64 10 | inactive_border_color #f8e2e7 11 | active_tab_background #feedf3 12 | active_tab_foreground #564448 13 | inactive_tab_background #f8e2e7 14 | inactive_tab_foreground #665055 15 | tab_bar_background #f8e2e7 16 | 17 | # normal 18 | color0 #feedf3 19 | color1 #df2d52 20 | color2 #2e916d 21 | color3 #c29461 22 | color4 #006e93 23 | color5 #5e2180 24 | color6 #1d8991 25 | color7 #564448 26 | 27 | # bright 28 | color8 #755f64 29 | color9 #f6661e 30 | color10 #f8e2e7 31 | color11 #e0ccd1 32 | color12 #665055 33 | color13 #42383a 34 | color14 #ba0d35 35 | color15 #33292b 36 | -------------------------------------------------------------------------------- /.config/kitty/base16-kitty/colors/base16-unikitty-dark.conf: -------------------------------------------------------------------------------- 1 | # Base16 Unikitty Dark - kitty color config 2 | # Scheme by Josh W Lewis (@joshwlewis) 3 | background #2e2a31 4 | foreground #bcbabe 5 | selection_background #bcbabe 6 | selection_foreground #2e2a31 7 | url_color #9f9da2 8 | cursor #bcbabe 9 | active_border_color #838085 10 | inactive_border_color #4a464d 11 | active_tab_background #2e2a31 12 | active_tab_foreground #bcbabe 13 | inactive_tab_background #4a464d 14 | inactive_tab_foreground #9f9da2 15 | tab_bar_background #4a464d 16 | 17 | # normal 18 | color0 #2e2a31 19 | color1 #d8137f 20 | color2 #17ad98 21 | color3 #dc8a0e 22 | color4 #796af5 23 | color5 #bb60ea 24 | color6 #149bda 25 | color7 #bcbabe 26 | 27 | # bright 28 | color8 #838085 29 | color9 #d65407 30 | color10 #4a464d 31 | color11 #666369 32 | color12 #9f9da2 33 | color13 #d8d7da 34 | color14 #c720ca 35 | color15 #f5f4f7 36 | -------------------------------------------------------------------------------- /.config/kitty/base16-kitty/colors/base16-vice.conf: -------------------------------------------------------------------------------- 1 | # Base16 vice - kitty color config 2 | # Scheme by Thomas Leon Highbaugh thighbaugh@zoho.com 3 | background #17191E 4 | foreground #8b9cbe 5 | selection_background #8b9cbe 6 | selection_foreground #17191E 7 | url_color #555e70 8 | cursor #8b9cbe 9 | active_border_color #383a47 10 | inactive_border_color #22262d 11 | active_tab_background #17191E 12 | active_tab_foreground #8b9cbe 13 | inactive_tab_background #22262d 14 | inactive_tab_foreground #555e70 15 | tab_bar_background #22262d 16 | 17 | # normal 18 | color0 #17191E 19 | color1 #ff29a8 20 | color2 #0badff 21 | color3 #f0ffaa 22 | color4 #00eaff 23 | color5 #00f6d9 24 | color6 #8265ff 25 | color7 #8b9cbe 26 | 27 | # bright 28 | color8 #383a47 29 | color9 #85ffe0 30 | color10 #22262d 31 | color11 #3c3f4c 32 | color12 #555e70 33 | color13 #B2BFD9 34 | color14 #ff3d81 35 | color15 #f4f4f7 36 | -------------------------------------------------------------------------------- /.config/kitty/base16-kitty/colors/base16-woodland.conf: -------------------------------------------------------------------------------- 1 | # Base16 Woodland - kitty color config 2 | # Scheme by Jay Cornwall (https://jcornwall.com) 3 | background #231e18 4 | foreground #cabcb1 5 | selection_background #cabcb1 6 | selection_foreground #231e18 7 | url_color #b4a490 8 | cursor #cabcb1 9 | active_border_color #9d8b70 10 | inactive_border_color #302b25 11 | active_tab_background #231e18 12 | active_tab_foreground #cabcb1 13 | inactive_tab_background #302b25 14 | inactive_tab_foreground #b4a490 15 | tab_bar_background #302b25 16 | 17 | # normal 18 | color0 #231e18 19 | color1 #d35c5c 20 | color2 #b7ba53 21 | color3 #e0ac16 22 | color4 #88a4d3 23 | color5 #bb90e2 24 | color6 #6eb958 25 | color7 #cabcb1 26 | 27 | # bright 28 | color8 #9d8b70 29 | color9 #ca7f32 30 | color10 #302b25 31 | color11 #48413a 32 | color12 #b4a490 33 | color13 #d7c8bc 34 | color14 #b49368 35 | color15 #e4d4c8 36 | -------------------------------------------------------------------------------- /.config/nvim/snippets/all.lua: -------------------------------------------------------------------------------- 1 | ---@diagnostic disable: undefined-global 2 | 3 | local sets = { { 97, 122 }, { 65, 90 }, { 48, 57 } } -- a-z, A-Z, 0-9 4 | -- local strong = { { 97, 122 }, { 65, 90 }, { 48, 57 } } -- a-z, A-Z, 0-9 5 | local function randomString(chars) 6 | local str = "" 7 | for i = 1, chars do 8 | math.randomseed(os.clock() ^ 5) 9 | local set = sets[math.random(1, #sets)] 10 | str = str .. string.char(math.random(set[1], set[2])) 11 | end 12 | return str 13 | end 14 | 15 | return { 16 | s( 17 | "password", 18 | c(1, { 19 | p(randomString, 5), 20 | p(randomString, 10), 21 | p(randomString, 20), 22 | }) 23 | ), 24 | s({ trig = "password(%d+)", regTrig = true }, { 25 | f(function(_, snip) 26 | return randomString(snip.captures[1]) 27 | end), 28 | i(0), 29 | }), 30 | s("pwd", { p(vim.fn.getcwd) }), 31 | } 32 | -------------------------------------------------------------------------------- /.config/base16-shell-hooks/modify-cursor-color: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env bash 2 | 3 | color="#ffffff" 4 | 5 | theme=$(realpath ~/.base16_theme) 6 | theme=${theme##*/} 7 | theme=${theme%.*} 8 | 9 | if [[ $theme =~ -light$ || $theme == "tomorrow" ]]; then 10 | color="#000000" 11 | fi 12 | 13 | kitty @ set-colors cursor="$color" 14 | 15 | # /// 2>/dev/null ; gorun "$0" "$@" ; exit $? 16 | # //go:build ignore 17 | # 18 | # package main 19 | # 20 | # import ( 21 | # "os" 22 | # "os/exec" 23 | # "strings" 24 | # ) 25 | # 26 | # func main() { 27 | # color := "#ffffff" 28 | # theme := os.Getenv("BASE16_THEME") 29 | # if strings.HasSuffix(theme, "-light") || 30 | # theme == "tomorrow" { 31 | # color = "#000000" 32 | # } 33 | # exec.Command("kitty", "@", "set-colors", "cursor="+color).Run() 34 | # } 35 | # 36 | # // go.mod >>> 37 | # // module modify-cursor-color 38 | # // go 1.20 39 | # // <<< go.mod 40 | -------------------------------------------------------------------------------- /.config/kitty/base16-kitty/colors/base16-apathy.conf: -------------------------------------------------------------------------------- 1 | # Base16 Apathy - kitty color config 2 | # Scheme by Jannik Siebert (https://github.com/janniks) 3 | background #031A16 4 | foreground #81B5AC 5 | selection_background #81B5AC 6 | selection_foreground #031A16 7 | url_color #5F9C92 8 | cursor #81B5AC 9 | active_border_color #2B685E 10 | inactive_border_color #0B342D 11 | active_tab_background #031A16 12 | active_tab_foreground #81B5AC 13 | inactive_tab_background #0B342D 14 | inactive_tab_foreground #5F9C92 15 | tab_bar_background #0B342D 16 | 17 | # normal 18 | color0 #031A16 19 | color1 #3E9688 20 | color2 #883E96 21 | color3 #3E4C96 22 | color4 #96883E 23 | color5 #4C963E 24 | color6 #963E4C 25 | color7 #81B5AC 26 | 27 | # bright 28 | color8 #2B685E 29 | color9 #3E7996 30 | color10 #0B342D 31 | color11 #184E45 32 | color12 #5F9C92 33 | color13 #A7CEC8 34 | color14 #3E965B 35 | color15 #D2E7E4 36 | -------------------------------------------------------------------------------- /.config/kitty/base16-kitty/colors/base16-ayu-light.conf: -------------------------------------------------------------------------------- 1 | # Base16 Ayu Light - kitty color config 2 | # Scheme by Khue Nguyen <Z5483Y@gmail.com> 3 | background #FAFAFA 4 | foreground #5C6773 5 | selection_background #5C6773 6 | selection_foreground #FAFAFA 7 | url_color #828C99 8 | cursor #5C6773 9 | active_border_color #ABB0B6 10 | inactive_border_color #F3F4F5 11 | active_tab_background #FAFAFA 12 | active_tab_foreground #5C6773 13 | inactive_tab_background #F3F4F5 14 | inactive_tab_foreground #828C99 15 | tab_bar_background #F3F4F5 16 | 17 | # normal 18 | color0 #FAFAFA 19 | color1 #F07178 20 | color2 #86B300 21 | color3 #F2AE49 22 | color4 #36A3D9 23 | color5 #A37ACC 24 | color6 #4CBF99 25 | color7 #5C6773 26 | 27 | # bright 28 | color8 #ABB0B6 29 | color9 #FA8D3E 30 | color10 #F3F4F5 31 | color11 #F8F9FA 32 | color12 #828C99 33 | color13 #242936 34 | color14 #E6BA7E 35 | color15 #1A1F29 36 | -------------------------------------------------------------------------------- /.config/kitty/base16-kitty/colors/base16-ayu-mirage.conf: -------------------------------------------------------------------------------- 1 | # Base16 Ayu Mirage - kitty color config 2 | # Scheme by Khue Nguyen <Z5483Y@gmail.com> 3 | background #171B24 4 | foreground #CCCAC2 5 | selection_background #CCCAC2 6 | selection_foreground #171B24 7 | url_color #8A9199 8 | cursor #CCCAC2 9 | active_border_color #707A8C 10 | inactive_border_color #1F2430 11 | active_tab_background #171B24 12 | active_tab_foreground #CCCAC2 13 | inactive_tab_background #1F2430 14 | inactive_tab_foreground #8A9199 15 | tab_bar_background #1F2430 16 | 17 | # normal 18 | color0 #171B24 19 | color1 #F28779 20 | color2 #D5FF80 21 | color3 #FFD173 22 | color4 #5CCFE6 23 | color5 #D4BFFF 24 | color6 #95E6CB 25 | color7 #CCCAC2 26 | 27 | # bright 28 | color8 #707A8C 29 | color9 #FFAD66 30 | color10 #1F2430 31 | color11 #242936 32 | color12 #8A9199 33 | color13 #D9D7CE 34 | color14 #F29E74 35 | color15 #F3F4F5 36 | -------------------------------------------------------------------------------- /.config/kitty/base16-kitty/colors/base16-brewer.conf: -------------------------------------------------------------------------------- 1 | # Base16 Brewer - kitty color config 2 | # Scheme by Timothée Poisot (http://github.com/tpoisot) 3 | background #0c0d0e 4 | foreground #b7b8b9 5 | selection_background #b7b8b9 6 | selection_foreground #0c0d0e 7 | url_color #959697 8 | cursor #b7b8b9 9 | active_border_color #737475 10 | inactive_border_color #2e2f30 11 | active_tab_background #0c0d0e 12 | active_tab_foreground #b7b8b9 13 | inactive_tab_background #2e2f30 14 | inactive_tab_foreground #959697 15 | tab_bar_background #2e2f30 16 | 17 | # normal 18 | color0 #0c0d0e 19 | color1 #e31a1c 20 | color2 #31a354 21 | color3 #dca060 22 | color4 #3182bd 23 | color5 #756bb1 24 | color6 #80b1d3 25 | color7 #b7b8b9 26 | 27 | # bright 28 | color8 #737475 29 | color9 #e6550d 30 | color10 #2e2f30 31 | color11 #515253 32 | color12 #959697 33 | color13 #dadbdc 34 | color14 #b15928 35 | color15 #fcfdfe 36 | -------------------------------------------------------------------------------- /.config/kitty/base16-kitty/colors/base16-catppuccin.conf: -------------------------------------------------------------------------------- 1 | # Base16 Catppuccin - kitty color config 2 | # Scheme by Pocco81 (https://github.com/pocco81) 3 | background #1E1E28 4 | foreground #D7DAE0 5 | selection_background #D7DAE0 6 | selection_foreground #1E1E28 7 | url_color #6E6C7C 8 | cursor #D7DAE0 9 | active_border_color #575268 10 | inactive_border_color #1A1826 11 | active_tab_background #1E1E28 12 | active_tab_foreground #D7DAE0 13 | inactive_tab_background #1A1826 14 | inactive_tab_foreground #6E6C7C 15 | tab_bar_background #1A1826 16 | 17 | # normal 18 | color0 #1E1E28 19 | color1 #F28FAD 20 | color2 #ABE9B3 21 | color3 #FAE3B0 22 | color4 #96CDFB 23 | color5 #DDB6F2 24 | color6 #B5E8E0 25 | color7 #D7DAE0 26 | 27 | # bright 28 | color8 #575268 29 | color9 #F8BD96 30 | color10 #1A1826 31 | color11 #302D41 32 | color12 #6E6C7C 33 | color13 #F5E0DC 34 | color14 #F2CDCD 35 | color15 #C9CBFF 36 | -------------------------------------------------------------------------------- /.config/kitty/base16-kitty/colors/base16-classic-dark.conf: -------------------------------------------------------------------------------- 1 | # Base16 Classic Dark - kitty color config 2 | # Scheme by Jason Heeris (http://heeris.id.au) 3 | background #151515 4 | foreground #D0D0D0 5 | selection_background #D0D0D0 6 | selection_foreground #151515 7 | url_color #B0B0B0 8 | cursor #D0D0D0 9 | active_border_color #505050 10 | inactive_border_color #202020 11 | active_tab_background #151515 12 | active_tab_foreground #D0D0D0 13 | inactive_tab_background #202020 14 | inactive_tab_foreground #B0B0B0 15 | tab_bar_background #202020 16 | 17 | # normal 18 | color0 #151515 19 | color1 #AC4142 20 | color2 #90A959 21 | color3 #F4BF75 22 | color4 #6A9FB5 23 | color5 #AA759F 24 | color6 #75B5AA 25 | color7 #D0D0D0 26 | 27 | # bright 28 | color8 #505050 29 | color9 #D28445 30 | color10 #202020 31 | color11 #303030 32 | color12 #B0B0B0 33 | color13 #E0E0E0 34 | color14 #8F5536 35 | color15 #F5F5F5 36 | -------------------------------------------------------------------------------- /.config/kitty/base16-kitty/colors/base16-da-one-black.conf: -------------------------------------------------------------------------------- 1 | # Base16 Da One Black - kitty color config 2 | # Scheme by NNB (https://github.com/NNBnh) 3 | background #000000 4 | foreground #ffffff 5 | selection_background #ffffff 6 | selection_foreground #000000 7 | url_color #c8c8c8 8 | cursor #ffffff 9 | active_border_color #888888 10 | inactive_border_color #282828 11 | active_tab_background #000000 12 | active_tab_foreground #ffffff 13 | inactive_tab_background #282828 14 | inactive_tab_foreground #c8c8c8 15 | tab_bar_background #282828 16 | 17 | # normal 18 | color0 #000000 19 | color1 #fa7883 20 | color2 #98c379 21 | color3 #ff9470 22 | color4 #6bb8ff 23 | color5 #e799ff 24 | color6 #8af5ff 25 | color7 #ffffff 26 | 27 | # bright 28 | color8 #888888 29 | color9 #ffc387 30 | color10 #282828 31 | color11 #585858 32 | color12 #c8c8c8 33 | color13 #ffffff 34 | color14 #b3684f 35 | color15 #ffffff 36 | -------------------------------------------------------------------------------- /.config/kitty/base16-kitty/colors/base16-da-one-ocean.conf: -------------------------------------------------------------------------------- 1 | # Base16 Da One Ocean - kitty color config 2 | # Scheme by NNB (https://github.com/NNBnh) 3 | background #171726 4 | foreground #ffffff 5 | selection_background #ffffff 6 | selection_foreground #171726 7 | url_color #c8c8c8 8 | cursor #ffffff 9 | active_border_color #878d96 10 | inactive_border_color #22273d 11 | active_tab_background #171726 12 | active_tab_foreground #ffffff 13 | inactive_tab_background #22273d 14 | inactive_tab_foreground #c8c8c8 15 | tab_bar_background #22273d 16 | 17 | # normal 18 | color0 #171726 19 | color1 #fa7883 20 | color2 #98c379 21 | color3 #ff9470 22 | color4 #6bb8ff 23 | color5 #e799ff 24 | color6 #8af5ff 25 | color7 #ffffff 26 | 27 | # bright 28 | color8 #878d96 29 | color9 #ffc387 30 | color10 #22273d 31 | color11 #525866 32 | color12 #c8c8c8 33 | color13 #ffffff 34 | color14 #b3684f 35 | color15 #ffffff 36 | -------------------------------------------------------------------------------- /.config/kitty/base16-kitty/colors/base16-da-one-paper.conf: -------------------------------------------------------------------------------- 1 | # Base16 Da One Paper - kitty color config 2 | # Scheme by NNB (https://github.com/NNBnh) 3 | background #faf0dc 4 | foreground #181818 5 | selection_background #181818 6 | selection_foreground #faf0dc 7 | url_color #282828 8 | cursor #181818 9 | active_border_color #585858 10 | inactive_border_color #c8c8c8 11 | active_tab_background #faf0dc 12 | active_tab_foreground #181818 13 | inactive_tab_background #c8c8c8 14 | inactive_tab_foreground #282828 15 | tab_bar_background #c8c8c8 16 | 17 | # normal 18 | color0 #faf0dc 19 | color1 #de5d6e 20 | color2 #76a85d 21 | color3 #b3684f 22 | color4 #5890f8 23 | color5 #c173d1 24 | color6 #64b5a7 25 | color7 #181818 26 | 27 | # bright 28 | color8 #585858 29 | color9 #ff9470 30 | color10 #c8c8c8 31 | color11 #888888 32 | color12 #282828 33 | color13 #000000 34 | color14 #b3684f 35 | color15 #000000 36 | -------------------------------------------------------------------------------- /.config/kitty/base16-kitty/colors/base16-da-one-white.conf: -------------------------------------------------------------------------------- 1 | # Base16 Da One White - kitty color config 2 | # Scheme by NNB (https://github.com/NNBnh) 3 | background #ffffff 4 | foreground #181818 5 | selection_background #181818 6 | selection_foreground #ffffff 7 | url_color #282828 8 | cursor #181818 9 | active_border_color #585858 10 | inactive_border_color #c8c8c8 11 | active_tab_background #ffffff 12 | active_tab_foreground #181818 13 | inactive_tab_background #c8c8c8 14 | inactive_tab_foreground #282828 15 | tab_bar_background #c8c8c8 16 | 17 | # normal 18 | color0 #ffffff 19 | color1 #de5d6e 20 | color2 #76a85d 21 | color3 #b3684f 22 | color4 #5890f8 23 | color5 #c173d1 24 | color6 #64b5a7 25 | color7 #181818 26 | 27 | # bright 28 | color8 #585858 29 | color9 #ff9470 30 | color10 #c8c8c8 31 | color11 #888888 32 | color12 #282828 33 | color13 #000000 34 | color14 #b3684f 35 | color15 #000000 36 | -------------------------------------------------------------------------------- /.config/kitty/base16-kitty/colors/base16-edge-dark.conf: -------------------------------------------------------------------------------- 1 | # Base16 Edge Dark - kitty color config 2 | # Scheme by cjayross (https://github.com/cjayross) 3 | background #262729 4 | foreground #b7bec9 5 | selection_background #b7bec9 6 | selection_foreground #262729 7 | url_color #73b3e7 8 | cursor #b7bec9 9 | active_border_color #3e4249 10 | inactive_border_color #88909f 11 | active_tab_background #262729 12 | active_tab_foreground #b7bec9 13 | inactive_tab_background #88909f 14 | inactive_tab_foreground #73b3e7 15 | tab_bar_background #88909f 16 | 17 | # normal 18 | color0 #262729 19 | color1 #e77171 20 | color2 #a1bf78 21 | color3 #dbb774 22 | color4 #73b3e7 23 | color5 #d390e7 24 | color6 #5ebaa5 25 | color7 #b7bec9 26 | 27 | # bright 28 | color8 #3e4249 29 | color9 #e77171 30 | color10 #88909f 31 | color11 #b7bec9 32 | color12 #73b3e7 33 | color13 #d390e7 34 | color14 #5ebaa5 35 | color15 #3e4249 36 | -------------------------------------------------------------------------------- /.config/kitty/base16-kitty/colors/base16-edge-light.conf: -------------------------------------------------------------------------------- 1 | # Base16 Edge Light - kitty color config 2 | # Scheme by cjayross (https://github.com/cjayross) 3 | background #fafafa 4 | foreground #5e646f 5 | selection_background #5e646f 6 | selection_foreground #fafafa 7 | url_color #6587bf 8 | cursor #5e646f 9 | active_border_color #5e646f 10 | inactive_border_color #7c9f4b 11 | active_tab_background #fafafa 12 | active_tab_foreground #5e646f 13 | inactive_tab_background #7c9f4b 14 | inactive_tab_foreground #6587bf 15 | tab_bar_background #7c9f4b 16 | 17 | # normal 18 | color0 #fafafa 19 | color1 #db7070 20 | color2 #7c9f4b 21 | color3 #d69822 22 | color4 #6587bf 23 | color5 #b870ce 24 | color6 #509c93 25 | color7 #5e646f 26 | 27 | # bright 28 | color8 #5e646f 29 | color9 #db7070 30 | color10 #7c9f4b 31 | color11 #d69822 32 | color12 #6587bf 33 | color13 #b870ce 34 | color14 #509c93 35 | color15 #5e646f 36 | -------------------------------------------------------------------------------- /.config/kitty/base16-kitty/colors/base16-eighties.conf: -------------------------------------------------------------------------------- 1 | # Base16 Eighties - kitty color config 2 | # Scheme by Chris Kempson (http://chriskempson.com) 3 | background #2d2d2d 4 | foreground #d3d0c8 5 | selection_background #d3d0c8 6 | selection_foreground #2d2d2d 7 | url_color #a09f93 8 | cursor #d3d0c8 9 | active_border_color #747369 10 | inactive_border_color #393939 11 | active_tab_background #2d2d2d 12 | active_tab_foreground #d3d0c8 13 | inactive_tab_background #393939 14 | inactive_tab_foreground #a09f93 15 | tab_bar_background #393939 16 | 17 | # normal 18 | color0 #2d2d2d 19 | color1 #f2777a 20 | color2 #99cc99 21 | color3 #ffcc66 22 | color4 #6699cc 23 | color5 #cc99cc 24 | color6 #66cccc 25 | color7 #d3d0c8 26 | 27 | # bright 28 | color8 #747369 29 | color9 #f99157 30 | color10 #393939 31 | color11 #515151 32 | color12 #a09f93 33 | color13 #e8e6df 34 | color14 #d27b53 35 | color15 #f2f0ec 36 | -------------------------------------------------------------------------------- /.config/kitty/base16-kitty/colors/base16-embers.conf: -------------------------------------------------------------------------------- 1 | # Base16 Embers - kitty color config 2 | # Scheme by Jannik Siebert (https://github.com/janniks) 3 | background #16130F 4 | foreground #A39A90 5 | selection_background #A39A90 6 | selection_foreground #16130F 7 | url_color #8A8075 8 | cursor #A39A90 9 | active_border_color #5A5047 10 | inactive_border_color #2C2620 11 | active_tab_background #16130F 12 | active_tab_foreground #A39A90 13 | inactive_tab_background #2C2620 14 | inactive_tab_foreground #8A8075 15 | tab_bar_background #2C2620 16 | 17 | # normal 18 | color0 #16130F 19 | color1 #826D57 20 | color2 #57826D 21 | color3 #6D8257 22 | color4 #6D5782 23 | color5 #82576D 24 | color6 #576D82 25 | color7 #A39A90 26 | 27 | # bright 28 | color8 #5A5047 29 | color9 #828257 30 | color10 #2C2620 31 | color11 #433B32 32 | color12 #8A8075 33 | color13 #BEB6AE 34 | color14 #825757 35 | color15 #DBD6D1 36 | -------------------------------------------------------------------------------- /.config/kitty/base16-kitty/colors/base16-equilibrium-gray-dark.conf: -------------------------------------------------------------------------------- 1 | # Base16 Equilibrium Gray Dark - kitty color config 2 | # Scheme by Carlo Abelli 3 | background #111111 4 | foreground #ababab 5 | selection_background #ababab 6 | selection_foreground #111111 7 | url_color #919191 8 | cursor #ababab 9 | active_border_color #777777 10 | inactive_border_color #1b1b1b 11 | active_tab_background #111111 12 | active_tab_foreground #ababab 13 | inactive_tab_background #1b1b1b 14 | inactive_tab_foreground #919191 15 | tab_bar_background #1b1b1b 16 | 17 | # normal 18 | color0 #111111 19 | color1 #f04339 20 | color2 #7f8b00 21 | color3 #bb8801 22 | color4 #008dd1 23 | color5 #6a7fd2 24 | color6 #00948b 25 | color7 #ababab 26 | 27 | # bright 28 | color8 #777777 29 | color9 #df5923 30 | color10 #1b1b1b 31 | color11 #262626 32 | color12 #919191 33 | color13 #c6c6c6 34 | color14 #e3488e 35 | color15 #e2e2e2 36 | -------------------------------------------------------------------------------- /.config/kitty/base16-kitty/colors/base16-equilibrium-gray-light.conf: -------------------------------------------------------------------------------- 1 | # Base16 Equilibrium Gray Light - kitty color config 2 | # Scheme by Carlo Abelli 3 | background #f1f1f1 4 | foreground #474747 5 | selection_background #474747 6 | selection_foreground #f1f1f1 7 | url_color #5e5e5e 8 | cursor #474747 9 | active_border_color #777777 10 | inactive_border_color #e2e2e2 11 | active_tab_background #f1f1f1 12 | active_tab_foreground #474747 13 | inactive_tab_background #e2e2e2 14 | inactive_tab_foreground #5e5e5e 15 | tab_bar_background #e2e2e2 16 | 17 | # normal 18 | color0 #f1f1f1 19 | color1 #d02023 20 | color2 #637200 21 | color3 #9d6f00 22 | color4 #0073b5 23 | color5 #4e66b6 24 | color6 #007a72 25 | color7 #474747 26 | 27 | # bright 28 | color8 #777777 29 | color9 #bf3e05 30 | color10 #e2e2e2 31 | color11 #d4d4d4 32 | color12 #5e5e5e 33 | color13 #303030 34 | color14 #c42775 35 | color15 #1b1b1b 36 | -------------------------------------------------------------------------------- /.config/kitty/base16-kitty/colors/base16-gigavolt.conf: -------------------------------------------------------------------------------- 1 | # Base16 Gigavolt - kitty color config 2 | # Scheme by Aidan Swope (http://github.com/Whillikers) 3 | background #202126 4 | foreground #e9e7e1 5 | selection_background #e9e7e1 6 | selection_foreground #202126 7 | url_color #cad3ff 8 | cursor #e9e7e1 9 | active_border_color #a1d2e6 10 | inactive_border_color #2d303d 11 | active_tab_background #202126 12 | active_tab_foreground #e9e7e1 13 | inactive_tab_background #2d303d 14 | inactive_tab_foreground #cad3ff 15 | tab_bar_background #2d303d 16 | 17 | # normal 18 | color0 #202126 19 | color1 #ff661a 20 | color2 #f2e6a9 21 | color3 #ffdc2d 22 | color4 #40bfff 23 | color5 #ae94f9 24 | color6 #fb6acb 25 | color7 #e9e7e1 26 | 27 | # bright 28 | color8 #a1d2e6 29 | color9 #19f988 30 | color10 #2d303d 31 | color11 #5a576e 32 | color12 #cad3ff 33 | color13 #eff0f9 34 | color14 #6187ff 35 | color15 #f2fbff 36 | -------------------------------------------------------------------------------- /.config/kitty/base16-kitty/colors/base16-google-dark.conf: -------------------------------------------------------------------------------- 1 | # Base16 Google Dark - kitty color config 2 | # Scheme by Seth Wright (http://sethawright.com) 3 | background #1d1f21 4 | foreground #c5c8c6 5 | selection_background #c5c8c6 6 | selection_foreground #1d1f21 7 | url_color #b4b7b4 8 | cursor #c5c8c6 9 | active_border_color #969896 10 | inactive_border_color #282a2e 11 | active_tab_background #1d1f21 12 | active_tab_foreground #c5c8c6 13 | inactive_tab_background #282a2e 14 | inactive_tab_foreground #b4b7b4 15 | tab_bar_background #282a2e 16 | 17 | # normal 18 | color0 #1d1f21 19 | color1 #CC342B 20 | color2 #198844 21 | color3 #FBA922 22 | color4 #3971ED 23 | color5 #A36AC7 24 | color6 #3971ED 25 | color7 #c5c8c6 26 | 27 | # bright 28 | color8 #969896 29 | color9 #F96A38 30 | color10 #282a2e 31 | color11 #373b41 32 | color12 #b4b7b4 33 | color13 #e0e0e0 34 | color14 #3971ED 35 | color15 #ffffff 36 | -------------------------------------------------------------------------------- /.config/kitty/base16-kitty/colors/base16-heetch-light.conf: -------------------------------------------------------------------------------- 1 | # Base16 Heetch Light - kitty color config 2 | # Scheme by Geoffrey Teale (tealeg@gmail.com) 3 | background #feffff 4 | foreground #5a496e 5 | selection_background #5a496e 6 | selection_foreground #feffff 7 | url_color #ddd6e5 8 | cursor #5a496e 9 | active_border_color #9c92a8 10 | inactive_border_color #392551 11 | active_tab_background #feffff 12 | active_tab_foreground #5a496e 13 | inactive_tab_background #392551 14 | inactive_tab_foreground #ddd6e5 15 | tab_bar_background #392551 16 | 17 | # normal 18 | color0 #feffff 19 | color1 #27d9d5 20 | color2 #f80059 21 | color3 #5ba2b6 22 | color4 #47f9f5 23 | color5 #bd0152 24 | color6 #c33678 25 | color7 #5a496e 26 | 27 | # bright 28 | color8 #9c92a8 29 | color9 #bdb6c5 30 | color10 #392551 31 | color11 #7b6d8b 32 | color12 #ddd6e5 33 | color13 #470546 34 | color14 #dedae2 35 | color15 #190134 36 | -------------------------------------------------------------------------------- /.config/kitty/base16-kitty/colors/base16-irblack.conf: -------------------------------------------------------------------------------- 1 | # Base16 IR Black - kitty color config 2 | # Scheme by Timothée Poisot (http://timotheepoisot.fr) 3 | background #000000 4 | foreground #b5b3aa 5 | selection_background #b5b3aa 6 | selection_foreground #000000 7 | url_color #918f88 8 | cursor #b5b3aa 9 | active_border_color #6c6c66 10 | inactive_border_color #242422 11 | active_tab_background #000000 12 | active_tab_foreground #b5b3aa 13 | inactive_tab_background #242422 14 | inactive_tab_foreground #918f88 15 | tab_bar_background #242422 16 | 17 | # normal 18 | color0 #000000 19 | color1 #ff6c60 20 | color2 #a8ff60 21 | color3 #ffffb6 22 | color4 #96cbfe 23 | color5 #ff73fd 24 | color6 #c6c5fe 25 | color7 #b5b3aa 26 | 27 | # bright 28 | color8 #6c6c66 29 | color9 #e9c062 30 | color10 #242422 31 | color11 #484844 32 | color12 #918f88 33 | color13 #d9d7cc 34 | color14 #b18a3d 35 | color15 #fdfbee 36 | -------------------------------------------------------------------------------- /.config/kitty/base16-kitty/colors/base16-nebula.conf: -------------------------------------------------------------------------------- 1 | # Base16 Nebula - kitty color config 2 | # Scheme by Gabriel Fontes (https://github.com/Misterio77) 3 | background #22273b 4 | foreground #a4a6a9 5 | selection_background #a4a6a9 6 | selection_foreground #22273b 7 | url_color #87888b 8 | cursor #a4a6a9 9 | active_border_color #6e6f72 10 | inactive_border_color #414f60 11 | active_tab_background #22273b 12 | active_tab_foreground #a4a6a9 13 | inactive_tab_background #414f60 14 | inactive_tab_foreground #87888b 15 | tab_bar_background #414f60 16 | 17 | # normal 18 | color0 #22273b 19 | color1 #777abc 20 | color2 #6562a8 21 | color3 #4f9062 22 | color4 #4d6bb6 23 | color5 #716cae 24 | color6 #226f68 25 | color7 #a4a6a9 26 | 27 | # bright 28 | color8 #6e6f72 29 | color9 #94929e 30 | color10 #414f60 31 | color11 #5a8380 32 | color12 #87888b 33 | color13 #c7c9cd 34 | color14 #8c70a7 35 | color15 #8dbdaa 36 | -------------------------------------------------------------------------------- /.config/kitty/base16-kitty/colors/base16-onedark.conf: -------------------------------------------------------------------------------- 1 | # Base16 OneDark - kitty color config 2 | # Scheme by Lalit Magant (http://github.com/tilal6991) 3 | background #282c34 4 | foreground #abb2bf 5 | selection_background #abb2bf 6 | selection_foreground #282c34 7 | url_color #565c64 8 | cursor #abb2bf 9 | active_border_color #545862 10 | inactive_border_color #353b45 11 | active_tab_background #282c34 12 | active_tab_foreground #abb2bf 13 | inactive_tab_background #353b45 14 | inactive_tab_foreground #565c64 15 | tab_bar_background #353b45 16 | 17 | # normal 18 | color0 #282c34 19 | color1 #e06c75 20 | color2 #98c379 21 | color3 #e5c07b 22 | color4 #61afef 23 | color5 #c678dd 24 | color6 #56b6c2 25 | color7 #abb2bf 26 | 27 | # bright 28 | color8 #545862 29 | color9 #d19a66 30 | color10 #353b45 31 | color11 #3e4451 32 | color12 #565c64 33 | color13 #b6bdca 34 | color14 #be5046 35 | color15 #c8ccd4 36 | -------------------------------------------------------------------------------- /.config/kitty/base16-kitty/colors/base16-pasque.conf: -------------------------------------------------------------------------------- 1 | # Base16 Pasque - kitty color config 2 | # Scheme by Gabriel Fontes (https://github.com/Misterio77) 3 | background #271C3A 4 | foreground #DEDCDF 5 | selection_background #DEDCDF 6 | selection_foreground #271C3A 7 | url_color #BEBCBF 8 | cursor #DEDCDF 9 | active_border_color #5D5766 10 | inactive_border_color #100323 11 | active_tab_background #271C3A 12 | active_tab_foreground #DEDCDF 13 | inactive_tab_background #100323 14 | inactive_tab_foreground #BEBCBF 15 | tab_bar_background #100323 16 | 17 | # normal 18 | color0 #271C3A 19 | color1 #A92258 20 | color2 #C6914B 21 | color3 #804ead 22 | color4 #8E7DC6 23 | color5 #953B9D 24 | color6 #7263AA 25 | color7 #DEDCDF 26 | 27 | # bright 28 | color8 #5D5766 29 | color9 #918889 30 | color10 #100323 31 | color11 #3E2D5C 32 | color12 #BEBCBF 33 | color13 #EDEAEF 34 | color14 #59325C 35 | color15 #BBAADD 36 | -------------------------------------------------------------------------------- /.config/kitty/base16-kitty/colors/base16-railscasts.conf: -------------------------------------------------------------------------------- 1 | # Base16 Railscasts - kitty color config 2 | # Scheme by Ryan Bates (http://railscasts.com) 3 | background #2b2b2b 4 | foreground #e6e1dc 5 | selection_background #e6e1dc 6 | selection_foreground #2b2b2b 7 | url_color #d4cfc9 8 | cursor #e6e1dc 9 | active_border_color #5a647e 10 | inactive_border_color #272935 11 | active_tab_background #2b2b2b 12 | active_tab_foreground #e6e1dc 13 | inactive_tab_background #272935 14 | inactive_tab_foreground #d4cfc9 15 | tab_bar_background #272935 16 | 17 | # normal 18 | color0 #2b2b2b 19 | color1 #da4939 20 | color2 #a5c261 21 | color3 #ffc66d 22 | color4 #6d9cbe 23 | color5 #b6b3eb 24 | color6 #519f50 25 | color7 #e6e1dc 26 | 27 | # bright 28 | color8 #5a647e 29 | color9 #cc7833 30 | color10 #272935 31 | color11 #3a4055 32 | color12 #d4cfc9 33 | color13 #f4f1ed 34 | color14 #bc9458 35 | color15 #f9f7f3 36 | -------------------------------------------------------------------------------- /.config/kitty/base16-kitty/colors/base16-rose-pine.conf: -------------------------------------------------------------------------------- 1 | # Base16 Rosé Pine - kitty color config 2 | # Scheme by Emilia Dunfelt <sayhi@dunfelt.se> 3 | background #191724 4 | foreground #e0def4 5 | selection_background #e0def4 6 | selection_foreground #191724 7 | url_color #6e6a86 8 | cursor #e0def4 9 | active_border_color #555169 10 | inactive_border_color #1f1d2e 11 | active_tab_background #191724 12 | active_tab_foreground #e0def4 13 | inactive_tab_background #1f1d2e 14 | inactive_tab_foreground #6e6a86 15 | tab_bar_background #1f1d2e 16 | 17 | # normal 18 | color0 #191724 19 | color1 #e2e1e7 20 | color2 #ebbcba 21 | color3 #f6c177 22 | color4 #9ccfd8 23 | color5 #c4a7e7 24 | color6 #31748f 25 | color7 #e0def4 26 | 27 | # bright 28 | color8 #555169 29 | color9 #eb6f92 30 | color10 #1f1d2e 31 | color11 #26233a 32 | color12 #6e6a86 33 | color13 #f0f0f3 34 | color14 #e5e5e5 35 | color15 #c5c3ce 36 | -------------------------------------------------------------------------------- /.config/kitty/base16-kitty/colors/base16-shapeshifter.conf: -------------------------------------------------------------------------------- 1 | # Base16 Shapeshifter - kitty color config 2 | # Scheme by Tyler Benziger (http://tybenz.com) 3 | background #f9f9f9 4 | foreground #102015 5 | selection_background #102015 6 | selection_foreground #f9f9f9 7 | url_color #343434 8 | cursor #102015 9 | active_border_color #555555 10 | inactive_border_color #e0e0e0 11 | active_tab_background #f9f9f9 12 | active_tab_foreground #102015 13 | inactive_tab_background #e0e0e0 14 | inactive_tab_foreground #343434 15 | tab_bar_background #e0e0e0 16 | 17 | # normal 18 | color0 #f9f9f9 19 | color1 #e92f2f 20 | color2 #0ed839 21 | color3 #dddd13 22 | color4 #3b48e3 23 | color5 #f996e2 24 | color6 #23edda 25 | color7 #102015 26 | 27 | # bright 28 | color8 #555555 29 | color9 #e09448 30 | color10 #e0e0e0 31 | color11 #ababab 32 | color12 #343434 33 | color13 #040404 34 | color14 #69542d 35 | color15 #000000 36 | -------------------------------------------------------------------------------- /.config/kitty/base16-kitty/colors/base16-tango.conf: -------------------------------------------------------------------------------- 1 | # Base16 Tango - kitty color config 2 | # Scheme by @Schnouki, based on the Tango Desktop Project 3 | background #2e3436 4 | foreground #d3d7cf 5 | selection_background #d3d7cf 6 | selection_foreground #2e3436 7 | url_color #729fcf 8 | cursor #d3d7cf 9 | active_border_color #555753 10 | inactive_border_color #8ae234 11 | active_tab_background #2e3436 12 | active_tab_foreground #d3d7cf 13 | inactive_tab_background #8ae234 14 | inactive_tab_foreground #729fcf 15 | tab_bar_background #8ae234 16 | 17 | # normal 18 | color0 #2e3436 19 | color1 #cc0000 20 | color2 #4e9a06 21 | color3 #c4a000 22 | color4 #3465a4 23 | color5 #75507b 24 | color6 #06989a 25 | color7 #d3d7cf 26 | 27 | # bright 28 | color8 #555753 29 | color9 #ef2929 30 | color10 #8ae234 31 | color11 #fce94f 32 | color12 #729fcf 33 | color13 #ad7fa8 34 | color14 #34e2e2 35 | color15 #eeeeec 36 | -------------------------------------------------------------------------------- /.config/kitty/base16-kitty/colors/base16-tokyodark.conf: -------------------------------------------------------------------------------- 1 | # Base16 Tokyodark - kitty color config 2 | # Scheme by Tiagovla (https://github.com/tiagovla/) 3 | background #11121d 4 | foreground #abb2bf 5 | selection_background #abb2bf 6 | selection_foreground #11121d 7 | url_color #1b1c27 8 | cursor #abb2bf 9 | active_border_color #393a45 10 | inactive_border_color #151621 11 | active_tab_background #11121d 12 | active_tab_foreground #abb2bf 13 | inactive_tab_background #151621 14 | inactive_tab_foreground #1b1c27 15 | tab_bar_background #151621 16 | 17 | # normal 18 | color0 #11121d 19 | color1 #a485dd 20 | color2 #d7A65f 21 | color3 #7199ee 22 | color4 #95c561 23 | color5 #ee6d85 24 | color6 #a485dd 25 | color7 #abb2bf 26 | 27 | # bright 28 | color8 #393a45 29 | color9 #a485dd 30 | color10 #151621 31 | color11 #43444f 32 | color12 #1b1c27 33 | color13 #555661 34 | color14 #773440 35 | color15 #2c2d38 36 | -------------------------------------------------------------------------------- /.config/kitty/base16-kitty/colors/base16-tomorrow.conf: -------------------------------------------------------------------------------- 1 | # Base16 Tomorrow - kitty color config 2 | # Scheme by Chris Kempson (http://chriskempson.com) 3 | background #ffffff 4 | foreground #4d4d4c 5 | selection_background #4d4d4c 6 | selection_foreground #ffffff 7 | url_color #969896 8 | cursor #4d4d4c 9 | active_border_color #8e908c 10 | inactive_border_color #e0e0e0 11 | active_tab_background #ffffff 12 | active_tab_foreground #4d4d4c 13 | inactive_tab_background #e0e0e0 14 | inactive_tab_foreground #969896 15 | tab_bar_background #e0e0e0 16 | 17 | # normal 18 | color0 #ffffff 19 | color1 #c82829 20 | color2 #718c00 21 | color3 #eab700 22 | color4 #4271ae 23 | color5 #8959a8 24 | color6 #3e999f 25 | color7 #4d4d4c 26 | 27 | # bright 28 | color8 #8e908c 29 | color9 #f5871f 30 | color10 #e0e0e0 31 | color11 #d6d6d6 32 | color12 #969896 33 | color13 #282a2e 34 | color14 #a3685a 35 | color15 #1d1f21 36 | -------------------------------------------------------------------------------- /.config/kitty/base16-kitty/colors/base16-twilight.conf: -------------------------------------------------------------------------------- 1 | # Base16 Twilight - kitty color config 2 | # Scheme by David Hart (https://github.com/hartbit) 3 | background #1e1e1e 4 | foreground #a7a7a7 5 | selection_background #a7a7a7 6 | selection_foreground #1e1e1e 7 | url_color #838184 8 | cursor #a7a7a7 9 | active_border_color #5f5a60 10 | inactive_border_color #323537 11 | active_tab_background #1e1e1e 12 | active_tab_foreground #a7a7a7 13 | inactive_tab_background #323537 14 | inactive_tab_foreground #838184 15 | tab_bar_background #323537 16 | 17 | # normal 18 | color0 #1e1e1e 19 | color1 #cf6a4c 20 | color2 #8f9d6a 21 | color3 #f9ee98 22 | color4 #7587a6 23 | color5 #9b859d 24 | color6 #afc4db 25 | color7 #a7a7a7 26 | 27 | # bright 28 | color8 #5f5a60 29 | color9 #cda869 30 | color10 #323537 31 | color11 #464b50 32 | color12 #838184 33 | color13 #c3c3c3 34 | color14 #9b703f 35 | color15 #ffffff 36 | -------------------------------------------------------------------------------- /.config/kitty/base16-kitty/colors/base16-unikitty-light.conf: -------------------------------------------------------------------------------- 1 | # Base16 Unikitty Light - kitty color config 2 | # Scheme by Josh W Lewis (@joshwlewis) 3 | background #ffffff 4 | foreground #6c696e 5 | selection_background #6c696e 6 | selection_foreground #ffffff 7 | url_color #89878b 8 | cursor #6c696e 9 | active_border_color #a7a5a8 10 | inactive_border_color #e1e1e2 11 | active_tab_background #ffffff 12 | active_tab_foreground #6c696e 13 | inactive_tab_background #e1e1e2 14 | inactive_tab_foreground #89878b 15 | tab_bar_background #e1e1e2 16 | 17 | # normal 18 | color0 #ffffff 19 | color1 #d8137f 20 | color2 #17ad98 21 | color3 #dc8a0e 22 | color4 #775dff 23 | color5 #aa17e6 24 | color6 #149bda 25 | color7 #6c696e 26 | 27 | # bright 28 | color8 #a7a5a8 29 | color9 #d65407 30 | color10 #e1e1e2 31 | color11 #c4c3c5 32 | color12 #89878b 33 | color13 #4f4b51 34 | color14 #e013d0 35 | color15 #322d34 36 | -------------------------------------------------------------------------------- /.config/kitty/base16-kitty/colors/base16-black-metal.conf: -------------------------------------------------------------------------------- 1 | # Base16 Black Metal - kitty color config 2 | # Scheme by metalelf0 (https://github.com/metalelf0) 3 | background #000000 4 | foreground #c1c1c1 5 | selection_background #c1c1c1 6 | selection_foreground #000000 7 | url_color #999999 8 | cursor #c1c1c1 9 | active_border_color #333333 10 | inactive_border_color #121212 11 | active_tab_background #000000 12 | active_tab_foreground #c1c1c1 13 | inactive_tab_background #121212 14 | inactive_tab_foreground #999999 15 | tab_bar_background #121212 16 | 17 | # normal 18 | color0 #000000 19 | color1 #5f8787 20 | color2 #dd9999 21 | color3 #a06666 22 | color4 #888888 23 | color5 #999999 24 | color6 #aaaaaa 25 | color7 #c1c1c1 26 | 27 | # bright 28 | color8 #333333 29 | color9 #aaaaaa 30 | color10 #121212 31 | color11 #222222 32 | color12 #999999 33 | color13 #999999 34 | color14 #444444 35 | color15 #c1c1c1 36 | -------------------------------------------------------------------------------- /.config/kitty/base16-kitty/colors/base16-classic-light.conf: -------------------------------------------------------------------------------- 1 | # Base16 Classic Light - kitty color config 2 | # Scheme by Jason Heeris (http://heeris.id.au) 3 | background #F5F5F5 4 | foreground #303030 5 | selection_background #303030 6 | selection_foreground #F5F5F5 7 | url_color #505050 8 | cursor #303030 9 | active_border_color #B0B0B0 10 | inactive_border_color #E0E0E0 11 | active_tab_background #F5F5F5 12 | active_tab_foreground #303030 13 | inactive_tab_background #E0E0E0 14 | inactive_tab_foreground #505050 15 | tab_bar_background #E0E0E0 16 | 17 | # normal 18 | color0 #F5F5F5 19 | color1 #AC4142 20 | color2 #90A959 21 | color3 #F4BF75 22 | color4 #6A9FB5 23 | color5 #AA759F 24 | color6 #75B5AA 25 | color7 #303030 26 | 27 | # bright 28 | color8 #B0B0B0 29 | color9 #D28445 30 | color10 #E0E0E0 31 | color11 #D0D0D0 32 | color12 #505050 33 | color13 #202020 34 | color14 #8F5536 35 | color15 #151515 36 | -------------------------------------------------------------------------------- /.config/kitty/base16-kitty/colors/base16-danqing.conf: -------------------------------------------------------------------------------- 1 | # Base16 DanQing - kitty color config 2 | # Scheme by Wenhan Zhu (Cosmos) (zhuwenhan950913@gmail.com) 3 | background #2d302f 4 | foreground #e0f0eF 5 | selection_background #e0f0eF 6 | selection_foreground #2d302f 7 | url_color #cad8d2 8 | cursor #e0f0eF 9 | active_border_color #9da8a3 10 | inactive_border_color #434846 11 | active_tab_background #2d302f 12 | active_tab_foreground #e0f0eF 13 | inactive_tab_background #434846 14 | inactive_tab_foreground #cad8d2 15 | tab_bar_background #434846 16 | 17 | # normal 18 | color0 #2d302f 19 | color1 #F9906F 20 | color2 #8AB361 21 | color3 #F0C239 22 | color4 #B0A4E3 23 | color5 #CCA4E3 24 | color6 #30DFF3 25 | color7 #e0f0eF 26 | 27 | # bright 28 | color8 #9da8a3 29 | color9 #B38A61 30 | color10 #434846 31 | color11 #5a605d 32 | color12 #cad8d2 33 | color13 #ecf6f2 34 | color14 #CA6924 35 | color15 #fcfefd 36 | -------------------------------------------------------------------------------- /.config/kitty/base16-kitty/colors/base16-darkmoss.conf: -------------------------------------------------------------------------------- 1 | # Base16 darkmoss - kitty color config 2 | # Scheme by Gabriel Avanzi (https://github.com/avanzzzi) 3 | background #171e1f 4 | foreground #c7c7a5 5 | selection_background #c7c7a5 6 | selection_foreground #171e1f 7 | url_color #818f80 8 | cursor #c7c7a5 9 | active_border_color #555e5f 10 | inactive_border_color #252c2d 11 | active_tab_background #171e1f 12 | active_tab_foreground #c7c7a5 13 | inactive_tab_background #252c2d 14 | inactive_tab_foreground #818f80 15 | tab_bar_background #252c2d 16 | 17 | # normal 18 | color0 #171e1f 19 | color1 #ff4658 20 | color2 #499180 21 | color3 #fdb11f 22 | color4 #498091 23 | color5 #9bc0c8 24 | color6 #66d9ef 25 | color7 #c7c7a5 26 | 27 | # bright 28 | color8 #555e5f 29 | color9 #e6db74 30 | color10 #252c2d 31 | color11 #373c3d 32 | color12 #818f80 33 | color13 #e3e3c8 34 | color14 #d27b53 35 | color15 #e1eaef 36 | -------------------------------------------------------------------------------- /.config/kitty/base16-kitty/colors/base16-darktooth.conf: -------------------------------------------------------------------------------- 1 | # Base16 Darktooth - kitty color config 2 | # Scheme by Jason Milkins (https://github.com/jasonm23) 3 | background #1D2021 4 | foreground #A89984 5 | selection_background #A89984 6 | selection_foreground #1D2021 7 | url_color #928374 8 | cursor #A89984 9 | active_border_color #665C54 10 | inactive_border_color #32302F 11 | active_tab_background #1D2021 12 | active_tab_foreground #A89984 13 | inactive_tab_background #32302F 14 | inactive_tab_foreground #928374 15 | tab_bar_background #32302F 16 | 17 | # normal 18 | color0 #1D2021 19 | color1 #FB543F 20 | color2 #95C085 21 | color3 #FAC03B 22 | color4 #0D6678 23 | color5 #8F4673 24 | color6 #8BA59B 25 | color7 #A89984 26 | 27 | # bright 28 | color8 #665C54 29 | color9 #FE8625 30 | color10 #32302F 31 | color11 #504945 32 | color12 #928374 33 | color13 #D5C4A1 34 | color14 #A87322 35 | color15 #FDF4C1 36 | -------------------------------------------------------------------------------- /.config/kitty/base16-kitty/colors/base16-decaf.conf: -------------------------------------------------------------------------------- 1 | # Base16 Decaf - kitty color config 2 | # Scheme by Alex Mirrington (https://github.com/alexmirrington) 3 | background #2d2d2d 4 | foreground #cccccc 5 | selection_background #cccccc 6 | selection_foreground #2d2d2d 7 | url_color #b4b7b4 8 | cursor #cccccc 9 | active_border_color #777777 10 | inactive_border_color #393939 11 | active_tab_background #2d2d2d 12 | active_tab_foreground #cccccc 13 | inactive_tab_background #393939 14 | inactive_tab_foreground #b4b7b4 15 | tab_bar_background #393939 16 | 17 | # normal 18 | color0 #2d2d2d 19 | color1 #ff7f7b 20 | color2 #beda78 21 | color3 #ffd67c 22 | color4 #90bee1 23 | color5 #efb3f7 24 | color6 #bed6ff 25 | color7 #cccccc 26 | 27 | # bright 28 | color8 #777777 29 | color9 #ffbf70 30 | color10 #393939 31 | color11 #515151 32 | color12 #b4b7b4 33 | color13 #e0e0e0 34 | color14 #ff93b3 35 | color15 #ffffff 36 | -------------------------------------------------------------------------------- /.config/kitty/base16-kitty/colors/base16-default-dark.conf: -------------------------------------------------------------------------------- 1 | # Base16 Default Dark - kitty color config 2 | # Scheme by Chris Kempson (http://chriskempson.com) 3 | background #181818 4 | foreground #d8d8d8 5 | selection_background #d8d8d8 6 | selection_foreground #181818 7 | url_color #b8b8b8 8 | cursor #d8d8d8 9 | active_border_color #585858 10 | inactive_border_color #282828 11 | active_tab_background #181818 12 | active_tab_foreground #d8d8d8 13 | inactive_tab_background #282828 14 | inactive_tab_foreground #b8b8b8 15 | tab_bar_background #282828 16 | 17 | # normal 18 | color0 #181818 19 | color1 #ab4642 20 | color2 #a1b56c 21 | color3 #f7ca88 22 | color4 #7cafc2 23 | color5 #ba8baf 24 | color6 #86c1b9 25 | color7 #d8d8d8 26 | 27 | # bright 28 | color8 #585858 29 | color9 #dc9656 30 | color10 #282828 31 | color11 #383838 32 | color12 #b8b8b8 33 | color13 #e8e8e8 34 | color14 #a16946 35 | color15 #f8f8f8 36 | -------------------------------------------------------------------------------- /.config/kitty/base16-kitty/colors/base16-google-light.conf: -------------------------------------------------------------------------------- 1 | # Base16 Google Light - kitty color config 2 | # Scheme by Seth Wright (http://sethawright.com) 3 | background #ffffff 4 | foreground #373b41 5 | selection_background #373b41 6 | selection_foreground #ffffff 7 | url_color #969896 8 | cursor #373b41 9 | active_border_color #b4b7b4 10 | inactive_border_color #e0e0e0 11 | active_tab_background #ffffff 12 | active_tab_foreground #373b41 13 | inactive_tab_background #e0e0e0 14 | inactive_tab_foreground #969896 15 | tab_bar_background #e0e0e0 16 | 17 | # normal 18 | color0 #ffffff 19 | color1 #CC342B 20 | color2 #198844 21 | color3 #FBA922 22 | color4 #3971ED 23 | color5 #A36AC7 24 | color6 #3971ED 25 | color7 #373b41 26 | 27 | # bright 28 | color8 #b4b7b4 29 | color9 #F96A38 30 | color10 #e0e0e0 31 | color11 #c5c8c6 32 | color12 #969896 33 | color13 #282a2e 34 | color14 #3971ED 35 | color15 #1d1f21 36 | -------------------------------------------------------------------------------- /.config/kitty/base16-kitty/colors/base16-greenscreen.conf: -------------------------------------------------------------------------------- 1 | # Base16 Green Screen - kitty color config 2 | # Scheme by Chris Kempson (http://chriskempson.com) 3 | background #001100 4 | foreground #00bb00 5 | selection_background #00bb00 6 | selection_foreground #001100 7 | url_color #009900 8 | cursor #00bb00 9 | active_border_color #007700 10 | inactive_border_color #003300 11 | active_tab_background #001100 12 | active_tab_foreground #00bb00 13 | inactive_tab_background #003300 14 | inactive_tab_foreground #009900 15 | tab_bar_background #003300 16 | 17 | # normal 18 | color0 #001100 19 | color1 #007700 20 | color2 #00bb00 21 | color3 #007700 22 | color4 #009900 23 | color5 #00bb00 24 | color6 #005500 25 | color7 #00bb00 26 | 27 | # bright 28 | color8 #007700 29 | color9 #009900 30 | color10 #003300 31 | color11 #005500 32 | color12 #009900 33 | color13 #00dd00 34 | color14 #005500 35 | color15 #00ff00 36 | -------------------------------------------------------------------------------- /.config/kitty/base16-kitty/colors/base16-kanagawa.conf: -------------------------------------------------------------------------------- 1 | # Base16 Kanagawa - kitty color config 2 | # Scheme by Tommaso Laurenzi (https://github.com/rebelot) 3 | background #1F1F28 4 | foreground #DCD7BA 5 | selection_background #DCD7BA 6 | selection_foreground #1F1F28 7 | url_color #727169 8 | cursor #DCD7BA 9 | active_border_color #54546D 10 | inactive_border_color #16161D 11 | active_tab_background #1F1F28 12 | active_tab_foreground #DCD7BA 13 | inactive_tab_background #16161D 14 | inactive_tab_foreground #727169 15 | tab_bar_background #16161D 16 | 17 | # normal 18 | color0 #1F1F28 19 | color1 #C34043 20 | color2 #76946A 21 | color3 #C0A36E 22 | color4 #7E9CD8 23 | color5 #957FB8 24 | color6 #6A9589 25 | color7 #DCD7BA 26 | 27 | # bright 28 | color8 #54546D 29 | color9 #FFA066 30 | color10 #16161D 31 | color11 #223249 32 | color12 #727169 33 | color13 #C8C093 34 | color14 #D27E99 35 | color15 #717C7C 36 | -------------------------------------------------------------------------------- /.config/kitty/base16-kitty/colors/base16-marrakesh.conf: -------------------------------------------------------------------------------- 1 | # Base16 Marrakesh - kitty color config 2 | # Scheme by Alexandre Gavioli (http://github.com/Alexx2/) 3 | background #201602 4 | foreground #948e48 5 | selection_background #948e48 6 | selection_foreground #201602 7 | url_color #86813b 8 | cursor #948e48 9 | active_border_color #6c6823 10 | inactive_border_color #302e00 11 | active_tab_background #201602 12 | active_tab_foreground #948e48 13 | inactive_tab_background #302e00 14 | inactive_tab_foreground #86813b 15 | tab_bar_background #302e00 16 | 17 | # normal 18 | color0 #201602 19 | color1 #c35359 20 | color2 #18974e 21 | color3 #a88339 22 | color4 #477ca1 23 | color5 #8868b3 24 | color6 #75a738 25 | color7 #948e48 26 | 27 | # bright 28 | color8 #6c6823 29 | color9 #b36144 30 | color10 #302e00 31 | color11 #5f5b17 32 | color12 #86813b 33 | color13 #ccc37a 34 | color14 #b3588e 35 | color15 #faf0a5 36 | -------------------------------------------------------------------------------- /.config/kitty/base16-kitty/colors/base16-porple.conf: -------------------------------------------------------------------------------- 1 | # Base16 Porple - kitty color config 2 | # Scheme by Niek den Breeje (https://github.com/AuditeMarlow) 3 | background #292c36 4 | foreground #d8d8d8 5 | selection_background #d8d8d8 6 | selection_foreground #292c36 7 | url_color #b8b8b8 8 | cursor #d8d8d8 9 | active_border_color #65568a 10 | inactive_border_color #333344 11 | active_tab_background #292c36 12 | active_tab_foreground #d8d8d8 13 | inactive_tab_background #333344 14 | inactive_tab_foreground #b8b8b8 15 | tab_bar_background #333344 16 | 17 | # normal 18 | color0 #292c36 19 | color1 #f84547 20 | color2 #95c76f 21 | color3 #efa16b 22 | color4 #8485ce 23 | color5 #b74989 24 | color6 #64878f 25 | color7 #d8d8d8 26 | 27 | # bright 28 | color8 #65568a 29 | color9 #d28e5d 30 | color10 #333344 31 | color11 #474160 32 | color12 #b8b8b8 33 | color13 #e8e8e8 34 | color14 #986841 35 | color15 #f8f8f8 36 | -------------------------------------------------------------------------------- /.config/kitty/base16-kitty/colors/base16-sandcastle.conf: -------------------------------------------------------------------------------- 1 | # Base16 Sandcastle - kitty color config 2 | # Scheme by George Essig (https://github.com/gessig) 3 | background #282c34 4 | foreground #a89984 5 | selection_background #a89984 6 | selection_foreground #282c34 7 | url_color #928374 8 | cursor #a89984 9 | active_border_color #665c54 10 | inactive_border_color #2c323b 11 | active_tab_background #282c34 12 | active_tab_foreground #a89984 13 | inactive_tab_background #2c323b 14 | inactive_tab_foreground #928374 15 | tab_bar_background #2c323b 16 | 17 | # normal 18 | color0 #282c34 19 | color1 #83a598 20 | color2 #528b8b 21 | color3 #a07e3b 22 | color4 #83a598 23 | color5 #d75f5f 24 | color6 #83a598 25 | color7 #a89984 26 | 27 | # bright 28 | color8 #665c54 29 | color9 #a07e3b 30 | color10 #2c323b 31 | color11 #3e4451 32 | color12 #928374 33 | color13 #d5c4a1 34 | color14 #a87322 35 | color15 #fdf4c1 36 | -------------------------------------------------------------------------------- /.config/kitty/base16-kitty/colors/base16-solarflare.conf: -------------------------------------------------------------------------------- 1 | # Base16 Solar Flare - kitty color config 2 | # Scheme by Chuck Harmston (https://chuck.harmston.ch) 3 | background #18262F 4 | foreground #A6AFB8 5 | selection_background #A6AFB8 6 | selection_foreground #18262F 7 | url_color #85939E 8 | cursor #A6AFB8 9 | active_border_color #667581 10 | inactive_border_color #222E38 11 | active_tab_background #18262F 12 | active_tab_foreground #A6AFB8 13 | inactive_tab_background #222E38 14 | inactive_tab_foreground #85939E 15 | tab_bar_background #222E38 16 | 17 | # normal 18 | color0 #18262F 19 | color1 #EF5253 20 | color2 #7CC844 21 | color3 #E4B51C 22 | color4 #33B5E1 23 | color5 #A363D5 24 | color6 #52CBB0 25 | color7 #A6AFB8 26 | 27 | # bright 28 | color8 #667581 29 | color9 #E66B2B 30 | color10 #222E38 31 | color11 #586875 32 | color12 #85939E 33 | color13 #E8E9ED 34 | color14 #D73C9A 35 | color15 #F5F7FA 36 | -------------------------------------------------------------------------------- /.config/kitty/base16-kitty/colors/base16-still-alive.conf: -------------------------------------------------------------------------------- 1 | # Base16 Still Alive - kitty color config 2 | # Scheme by Derrick McKee (derrick.mckee@gmail.com) 3 | background #F0F0F0 4 | foreground #D80000 5 | selection_background #D80000 6 | selection_foreground #F0F0F0 7 | url_color #F00000 8 | cursor #D80000 9 | active_border_color #F01818 10 | inactive_border_color #F0D848 11 | active_tab_background #F0F0F0 12 | active_tab_foreground #D80000 13 | inactive_tab_background #F0D848 14 | inactive_tab_foreground #F00000 15 | tab_bar_background #F0D848 16 | 17 | # normal 18 | color0 #F0F0F0 19 | color1 #487830 20 | color2 #5C5C6A 21 | color3 #426395 22 | color4 #001878 23 | color5 #900000 24 | color6 #2C3C57 25 | color7 #D80000 26 | 27 | # bright 28 | color8 #F01818 29 | color9 #183048 30 | color10 #F0D848 31 | color11 #FFF018 32 | color12 #F00000 33 | color13 #489000 34 | color14 #140C0D 35 | color15 #30A860 36 | -------------------------------------------------------------------------------- /.config/kitty/base16-kitty/colors/base16-tokyo-city-terminal-dark.conf: -------------------------------------------------------------------------------- 1 | # Base16 Tokyo City Terminal Dark - kitty color config 2 | # Scheme by Michaël Ball 3 | background #171D23 4 | foreground #D8E2EC 5 | selection_background #D8E2EC 6 | selection_foreground #171D23 7 | url_color #B7C5D3 8 | cursor #D8E2EC 9 | active_border_color #526270 10 | inactive_border_color #1D252C 11 | active_tab_background #171D23 12 | active_tab_foreground #D8E2EC 13 | inactive_tab_background #1D252C 14 | inactive_tab_foreground #B7C5D3 15 | tab_bar_background #1D252C 16 | 17 | # normal 18 | color0 #171D23 19 | color1 #D95468 20 | color2 #8BD49C 21 | color3 #EBBF83 22 | color4 #539AFC 23 | color5 #B62D65 24 | color6 #70E1E8 25 | color7 #D8E2EC 26 | 27 | # bright 28 | color8 #526270 29 | color9 #FF9E64 30 | color10 #1D252C 31 | color11 #28323A 32 | color12 #B7C5D3 33 | color13 #F6F6F8 34 | color14 #DD9D82 35 | color15 #FBFBFD 36 | -------------------------------------------------------------------------------- /.config/kitty/base16-kitty/colors/base16-tokyo-city-terminal-light.conf: -------------------------------------------------------------------------------- 1 | # Base16 Tokyo City Terminal Light - kitty color config 2 | # Scheme by Michaël Ball 3 | background #FBFBFD 4 | foreground #28323A 5 | selection_background #28323A 6 | selection_foreground #FBFBFD 7 | url_color #526270 8 | cursor #28323A 9 | active_border_color #B7C5D3 10 | inactive_border_color #F6F6F8 11 | active_tab_background #FBFBFD 12 | active_tab_foreground #28323A 13 | inactive_tab_background #F6F6F8 14 | inactive_tab_foreground #526270 15 | tab_bar_background #F6F6F8 16 | 17 | # normal 18 | color0 #FBFBFD 19 | color1 #8C4351 20 | color2 #33635C 21 | color3 #8f5E15 22 | color4 #34548A 23 | color5 #5A4A78 24 | color6 #0F4B6E 25 | color7 #28323A 26 | 27 | # bright 28 | color8 #B7C5D3 29 | color9 #965027 30 | color10 #F6F6F8 31 | color11 #D8E2EC 32 | color12 #526270 33 | color13 #1D252C 34 | color14 #7E5140 35 | color15 #171D23 36 | -------------------------------------------------------------------------------- /.config/kitty/base16-kitty/colors/base16-tokyo-night-terminal-dark.conf: -------------------------------------------------------------------------------- 1 | # Base16 Tokyo Night Terminal Dark - kitty color config 2 | # Scheme by Michaël Ball 3 | background #16161E 4 | foreground #787C99 5 | selection_background #787C99 6 | selection_foreground #16161E 7 | url_color #787C99 8 | cursor #787C99 9 | active_border_color #444B6A 10 | inactive_border_color #1A1B26 11 | active_tab_background #16161E 12 | active_tab_foreground #787C99 13 | inactive_tab_background #1A1B26 14 | inactive_tab_foreground #787C99 15 | tab_bar_background #1A1B26 16 | 17 | # normal 18 | color0 #16161E 19 | color1 #F7768E 20 | color2 #41A6B5 21 | color3 #E0AF68 22 | color4 #7AA2F7 23 | color5 #BB9AF7 24 | color6 #7DCFFF 25 | color7 #787C99 26 | 27 | # bright 28 | color8 #444B6A 29 | color9 #FF9E64 30 | color10 #1A1B26 31 | color11 #2F3549 32 | color12 #787C99 33 | color13 #CBCCD1 34 | color14 #D18616 35 | color15 #D5D6DB 36 | -------------------------------------------------------------------------------- /.config/kitty/base16-kitty/colors/base16-atelier-cave.conf: -------------------------------------------------------------------------------- 1 | # Base16 Atelier Cave - kitty color config 2 | # Scheme by Bram de Haan (http://atelierbramdehaan.nl) 3 | background #19171c 4 | foreground #8b8792 5 | selection_background #8b8792 6 | selection_foreground #19171c 7 | url_color #7e7887 8 | cursor #8b8792 9 | active_border_color #655f6d 10 | inactive_border_color #26232a 11 | active_tab_background #19171c 12 | active_tab_foreground #8b8792 13 | inactive_tab_background #26232a 14 | inactive_tab_foreground #7e7887 15 | tab_bar_background #26232a 16 | 17 | # normal 18 | color0 #19171c 19 | color1 #be4678 20 | color2 #2a9292 21 | color3 #a06e3b 22 | color4 #576ddb 23 | color5 #955ae7 24 | color6 #398bc6 25 | color7 #8b8792 26 | 27 | # bright 28 | color8 #655f6d 29 | color9 #aa573c 30 | color10 #26232a 31 | color11 #585260 32 | color12 #7e7887 33 | color13 #e2dfe7 34 | color14 #bf40bf 35 | color15 #efecf4 36 | -------------------------------------------------------------------------------- /.config/kitty/base16-kitty/colors/base16-atelier-dune.conf: -------------------------------------------------------------------------------- 1 | # Base16 Atelier Dune - kitty color config 2 | # Scheme by Bram de Haan (http://atelierbramdehaan.nl) 3 | background #20201d 4 | foreground #a6a28c 5 | selection_background #a6a28c 6 | selection_foreground #20201d 7 | url_color #999580 8 | cursor #a6a28c 9 | active_border_color #7d7a68 10 | inactive_border_color #292824 11 | active_tab_background #20201d 12 | active_tab_foreground #a6a28c 13 | inactive_tab_background #292824 14 | inactive_tab_foreground #999580 15 | tab_bar_background #292824 16 | 17 | # normal 18 | color0 #20201d 19 | color1 #d73737 20 | color2 #60ac39 21 | color3 #ae9513 22 | color4 #6684e1 23 | color5 #b854d4 24 | color6 #1fad83 25 | color7 #a6a28c 26 | 27 | # bright 28 | color8 #7d7a68 29 | color9 #b65611 30 | color10 #292824 31 | color11 #6e6b5e 32 | color12 #999580 33 | color13 #e8e4cf 34 | color14 #d43552 35 | color15 #fefbec 36 | -------------------------------------------------------------------------------- /.config/kitty/base16-kitty/colors/base16-atelier-heath.conf: -------------------------------------------------------------------------------- 1 | # Base16 Atelier Heath - kitty color config 2 | # Scheme by Bram de Haan (http://atelierbramdehaan.nl) 3 | background #1b181b 4 | foreground #ab9bab 5 | selection_background #ab9bab 6 | selection_foreground #1b181b 7 | url_color #9e8f9e 8 | cursor #ab9bab 9 | active_border_color #776977 10 | inactive_border_color #292329 11 | active_tab_background #1b181b 12 | active_tab_foreground #ab9bab 13 | inactive_tab_background #292329 14 | inactive_tab_foreground #9e8f9e 15 | tab_bar_background #292329 16 | 17 | # normal 18 | color0 #1b181b 19 | color1 #ca402b 20 | color2 #918b3b 21 | color3 #bb8a35 22 | color4 #516aec 23 | color5 #7b59c0 24 | color6 #159393 25 | color7 #ab9bab 26 | 27 | # bright 28 | color8 #776977 29 | color9 #a65926 30 | color10 #292329 31 | color11 #695d69 32 | color12 #9e8f9e 33 | color13 #d8cad8 34 | color14 #cc33cc 35 | color15 #f7f3f7 36 | -------------------------------------------------------------------------------- /.config/kitty/base16-kitty/colors/base16-blueforest.conf: -------------------------------------------------------------------------------- 1 | # Base16 Blue Forest - kitty color config 2 | # Scheme by alonsodomin (https://github.com/alonsodomin) 3 | background #141F2E 4 | foreground #FFCC33 5 | selection_background #FFCC33 6 | selection_foreground #141F2E 7 | url_color #1e5c1e 8 | cursor #FFCC33 9 | active_border_color #a0ffa0 10 | inactive_border_color #1e5c1e 11 | active_tab_background #141F2E 12 | active_tab_foreground #FFCC33 13 | inactive_tab_background #1e5c1e 14 | inactive_tab_foreground #1e5c1e 15 | tab_bar_background #1e5c1e 16 | 17 | # normal 18 | color0 #141F2E 19 | color1 #fffab1 20 | color2 #80ff80 21 | color3 #91CCFF 22 | color4 #a2cff5 23 | color5 #0099FF 24 | color6 #80ff80 25 | color7 #FFCC33 26 | 27 | # bright 28 | color8 #a0ffa0 29 | color9 #FF8080 30 | color10 #1e5c1e 31 | color11 #273e5c 32 | color12 #1e5c1e 33 | color13 #91CCFF 34 | color14 #e7e7e7 35 | color15 #375780 36 | -------------------------------------------------------------------------------- /.config/kitty/base16-kitty/colors/base16-brogrammer.conf: -------------------------------------------------------------------------------- 1 | # Base16 Brogrammer - kitty color config 2 | # Scheme by Vik Ramanujam (http://github.com/piggyslasher) 3 | background #1f1f1f 4 | foreground #4e5ab7 5 | selection_background #4e5ab7 6 | selection_foreground #1f1f1f 7 | url_color #2a84d2 8 | cursor #4e5ab7 9 | active_border_color #ecba0f 10 | inactive_border_color #f81118 11 | active_tab_background #1f1f1f 12 | active_tab_foreground #4e5ab7 13 | inactive_tab_background #f81118 14 | inactive_tab_foreground #2a84d2 15 | tab_bar_background #f81118 16 | 17 | # normal 18 | color0 #1f1f1f 19 | color1 #d6dbe5 20 | color2 #f3bd09 21 | color3 #1dd361 22 | color4 #5350b9 23 | color5 #0f7ddb 24 | color6 #1081d6 25 | color7 #4e5ab7 26 | 27 | # bright 28 | color8 #ecba0f 29 | color9 #de352e 30 | color10 #f81118 31 | color11 #2dc55e 32 | color12 #2a84d2 33 | color13 #1081d6 34 | color14 #ffffff 35 | color15 #d6dbe5 36 | -------------------------------------------------------------------------------- /.config/kitty/base16-kitty/colors/base16-default-light.conf: -------------------------------------------------------------------------------- 1 | # Base16 Default Light - kitty color config 2 | # Scheme by Chris Kempson (http://chriskempson.com) 3 | background #f8f8f8 4 | foreground #383838 5 | selection_background #383838 6 | selection_foreground #f8f8f8 7 | url_color #585858 8 | cursor #383838 9 | active_border_color #b8b8b8 10 | inactive_border_color #e8e8e8 11 | active_tab_background #f8f8f8 12 | active_tab_foreground #383838 13 | inactive_tab_background #e8e8e8 14 | inactive_tab_foreground #585858 15 | tab_bar_background #e8e8e8 16 | 17 | # normal 18 | color0 #f8f8f8 19 | color1 #ab4642 20 | color2 #a1b56c 21 | color3 #f7ca88 22 | color4 #7cafc2 23 | color5 #ba8baf 24 | color6 #86c1b9 25 | color7 #383838 26 | 27 | # bright 28 | color8 #b8b8b8 29 | color9 #dc9656 30 | color10 #e8e8e8 31 | color11 #d8d8d8 32 | color12 #585858 33 | color13 #282828 34 | color14 #a16946 35 | color15 #181818 36 | -------------------------------------------------------------------------------- /.config/kitty/base16-kitty/colors/base16-macintosh.conf: -------------------------------------------------------------------------------- 1 | # Base16 Macintosh - kitty color config 2 | # Scheme by Rebecca Bettencourt (http://www.kreativekorp.com) 3 | background #000000 4 | foreground #c0c0c0 5 | selection_background #c0c0c0 6 | selection_foreground #000000 7 | url_color #808080 8 | cursor #c0c0c0 9 | active_border_color #808080 10 | inactive_border_color #404040 11 | active_tab_background #000000 12 | active_tab_foreground #c0c0c0 13 | inactive_tab_background #404040 14 | inactive_tab_foreground #808080 15 | tab_bar_background #404040 16 | 17 | # normal 18 | color0 #000000 19 | color1 #dd0907 20 | color2 #1fb714 21 | color3 #fbf305 22 | color4 #0000d3 23 | color5 #4700a5 24 | color6 #02abea 25 | color7 #c0c0c0 26 | 27 | # bright 28 | color8 #808080 29 | color9 #ff6403 30 | color10 #404040 31 | color11 #404040 32 | color12 #808080 33 | color13 #c0c0c0 34 | color14 #90713a 35 | color15 #ffffff 36 | -------------------------------------------------------------------------------- /.config/kitty/base16-kitty/colors/base16-one-light.conf: -------------------------------------------------------------------------------- 1 | # Base16 One Light - kitty color config 2 | # Scheme by Daniel Pfeifer (http://github.com/purpleKarrot) 3 | background #fafafa 4 | foreground #383a42 5 | selection_background #383a42 6 | selection_foreground #fafafa 7 | url_color #696c77 8 | cursor #383a42 9 | active_border_color #a0a1a7 10 | inactive_border_color #f0f0f1 11 | active_tab_background #fafafa 12 | active_tab_foreground #383a42 13 | inactive_tab_background #f0f0f1 14 | inactive_tab_foreground #696c77 15 | tab_bar_background #f0f0f1 16 | 17 | # normal 18 | color0 #fafafa 19 | color1 #ca1243 20 | color2 #50a14f 21 | color3 #c18401 22 | color4 #4078f2 23 | color5 #a626a4 24 | color6 #0184bc 25 | color7 #383a42 26 | 27 | # bright 28 | color8 #a0a1a7 29 | color9 #d75f00 30 | color10 #f0f0f1 31 | color11 #e5e5e6 32 | color12 #696c77 33 | color13 #202227 34 | color14 #986801 35 | color15 #090a0b 36 | -------------------------------------------------------------------------------- /.config/kitty/base16-kitty/colors/base16-rose-pine-dawn.conf: -------------------------------------------------------------------------------- 1 | # Base16 Rosé Pine Dawn - kitty color config 2 | # Scheme by Emilia Dunfelt <sayhi@dunfelt.se> 3 | background #faf4ed 4 | foreground #575279 5 | selection_background #575279 6 | selection_foreground #faf4ed 7 | url_color #6e6a86 8 | cursor #575279 9 | active_border_color #9893a5 10 | inactive_border_color #fffaf3 11 | active_tab_background #faf4ed 12 | active_tab_foreground #575279 13 | inactive_tab_background #fffaf3 14 | inactive_tab_foreground #6e6a86 15 | tab_bar_background #fffaf3 16 | 17 | # normal 18 | color0 #faf4ed 19 | color1 #1f1d2e 20 | color2 #d7827e 21 | color3 #ea9d34 22 | color4 #56949f 23 | color5 #907aa9 24 | color6 #286983 25 | color7 #575279 26 | 27 | # bright 28 | color8 #9893a5 29 | color9 #b4637a 30 | color10 #fffaf3 31 | color11 #f2e9de 32 | color12 #6e6a86 33 | color13 #555169 34 | color14 #c5c3ce 35 | color15 #26233a 36 | -------------------------------------------------------------------------------- /.config/kitty/base16-kitty/colors/base16-rose-pine-moon.conf: -------------------------------------------------------------------------------- 1 | # Base16 Rosé Pine Moon - kitty color config 2 | # Scheme by Emilia Dunfelt <sayhi@dunfelt.se> 3 | background #232136 4 | foreground #e0def4 5 | selection_background #e0def4 6 | selection_foreground #232136 7 | url_color #817c9c 8 | cursor #e0def4 9 | active_border_color #59546d 10 | inactive_border_color #2a273f 11 | active_tab_background #232136 12 | active_tab_foreground #e0def4 13 | inactive_tab_background #2a273f 14 | inactive_tab_foreground #817c9c 15 | tab_bar_background #2a273f 16 | 17 | # normal 18 | color0 #232136 19 | color1 #ecebf0 20 | color2 #ea9a97 21 | color3 #f6c177 22 | color4 #9ccfd8 23 | color5 #c4a7e7 24 | color6 #3e8fb0 25 | color7 #e0def4 26 | 27 | # bright 28 | color8 #59546d 29 | color9 #eb6f92 30 | color10 #2a273f 31 | color11 #393552 32 | color12 #817c9c 33 | color13 #f5f5f7 34 | color14 #b9b9bc 35 | color15 #d9d7e1 36 | -------------------------------------------------------------------------------- /.config/kitty/base16-kitty/colors/base16-silk-dark.conf: -------------------------------------------------------------------------------- 1 | # Base16 Silk Dark - kitty color config 2 | # Scheme by Gabriel Fontes (https://github.com/Misterio77) 3 | background #0e3c46 4 | foreground #C7DBDD 5 | selection_background #C7DBDD 6 | selection_foreground #0e3c46 7 | url_color #9DC8CD 8 | cursor #C7DBDD 9 | active_border_color #587073 10 | inactive_border_color #1D494E 11 | active_tab_background #0e3c46 12 | active_tab_foreground #C7DBDD 13 | inactive_tab_background #1D494E 14 | inactive_tab_foreground #9DC8CD 15 | tab_bar_background #1D494E 16 | 17 | # normal 18 | color0 #0e3c46 19 | color1 #fb6953 20 | color2 #73d8ad 21 | color3 #fce380 22 | color4 #46bddd 23 | color5 #756b8a 24 | color6 #3fb2b9 25 | color7 #C7DBDD 26 | 27 | # bright 28 | color8 #587073 29 | color9 #fcab74 30 | color10 #1D494E 31 | color11 #2A5054 32 | color12 #9DC8CD 33 | color13 #CBF2F7 34 | color14 #9b647b 35 | color15 #D2FAFF 36 | -------------------------------------------------------------------------------- /.config/kitty/base16-kitty/colors/base16-silk-light.conf: -------------------------------------------------------------------------------- 1 | # Base16 Silk Light - kitty color config 2 | # Scheme by Gabriel Fontes (https://github.com/Misterio77) 3 | background #E9F1EF 4 | foreground #385156 5 | selection_background #385156 6 | selection_foreground #E9F1EF 7 | url_color #4B5B5F 8 | cursor #385156 9 | active_border_color #5C787B 10 | inactive_border_color #CCD4D3 11 | active_tab_background #E9F1EF 12 | active_tab_foreground #385156 13 | inactive_tab_background #CCD4D3 14 | inactive_tab_foreground #4B5B5F 15 | tab_bar_background #CCD4D3 16 | 17 | # normal 18 | color0 #E9F1EF 19 | color1 #CF432E 20 | color2 #6CA38C 21 | color3 #CFAD25 22 | color4 #39AAC9 23 | color5 #6E6582 24 | color6 #329CA2 25 | color7 #385156 26 | 27 | # bright 28 | color8 #5C787B 29 | color9 #D27F46 30 | color10 #CCD4D3 31 | color11 #90B7B6 32 | color12 #4B5B5F 33 | color13 #0e3c46 34 | color14 #865369 35 | color15 #D2FAFF 36 | -------------------------------------------------------------------------------- /.config/kitty/base16-kitty/colors/base16-tokyo-night-terminal-light.conf: -------------------------------------------------------------------------------- 1 | # Base16 Tokyo Night Terminal Light - kitty color config 2 | # Scheme by Michaël Ball 3 | background #D5D6DB 4 | foreground #4C505E 5 | selection_background #4C505E 6 | selection_foreground #D5D6DB 7 | url_color #4C505E 8 | cursor #4C505E 9 | active_border_color #9699A3 10 | inactive_border_color #CBCCD1 11 | active_tab_background #D5D6DB 12 | active_tab_foreground #4C505E 13 | inactive_tab_background #CBCCD1 14 | inactive_tab_foreground #4C505E 15 | tab_bar_background #CBCCD1 16 | 17 | # normal 18 | color0 #D5D6DB 19 | color1 #8C4351 20 | color2 #33635C 21 | color3 #8F5E15 22 | color4 #34548A 23 | color5 #5A4A78 24 | color6 #0F4B6E 25 | color7 #4C505E 26 | 27 | # bright 28 | color8 #9699A3 29 | color9 #965027 30 | color10 #CBCCD1 31 | color11 #DFE0E5 32 | color12 #4C505E 33 | color13 #1A1B26 34 | color14 #655259 35 | color15 #1A1B26 36 | -------------------------------------------------------------------------------- /.config/kitty/base16-kitty/colors/base16-tokyo-night-terminal-storm.conf: -------------------------------------------------------------------------------- 1 | # Base16 Tokyo Night Terminal Storm - kitty color config 2 | # Scheme by Michaël Ball 3 | background #24283B 4 | foreground #787C99 5 | selection_background #787C99 6 | selection_foreground #24283B 7 | url_color #787C99 8 | cursor #787C99 9 | active_border_color #444B6A 10 | inactive_border_color #1A1B26 11 | active_tab_background #24283B 12 | active_tab_foreground #787C99 13 | inactive_tab_background #1A1B26 14 | inactive_tab_foreground #787C99 15 | tab_bar_background #1A1B26 16 | 17 | # normal 18 | color0 #24283B 19 | color1 #F7768E 20 | color2 #41A6B5 21 | color3 #E0AF68 22 | color4 #7AA2F7 23 | color5 #BB9AF7 24 | color6 #7DCFFF 25 | color7 #787C99 26 | 27 | # bright 28 | color8 #444B6A 29 | color9 #FF9E64 30 | color10 #1A1B26 31 | color11 #343A52 32 | color12 #787C99 33 | color13 #CBCCD1 34 | color14 #D18616 35 | color15 #D5D6DB 36 | -------------------------------------------------------------------------------- /.config/kitty/base16-kitty/colors/base16-tomorrow-night.conf: -------------------------------------------------------------------------------- 1 | # Base16 Tomorrow Night - kitty color config 2 | # Scheme by Chris Kempson (http://chriskempson.com) 3 | background #1d1f21 4 | foreground #c5c8c6 5 | selection_background #c5c8c6 6 | selection_foreground #1d1f21 7 | url_color #b4b7b4 8 | cursor #c5c8c6 9 | active_border_color #969896 10 | inactive_border_color #282a2e 11 | active_tab_background #1d1f21 12 | active_tab_foreground #c5c8c6 13 | inactive_tab_background #282a2e 14 | inactive_tab_foreground #b4b7b4 15 | tab_bar_background #282a2e 16 | 17 | # normal 18 | color0 #1d1f21 19 | color1 #cc6666 20 | color2 #b5bd68 21 | color3 #f0c674 22 | color4 #81a2be 23 | color5 #b294bb 24 | color6 #8abeb7 25 | color7 #c5c8c6 26 | 27 | # bright 28 | color8 #969896 29 | color9 #de935f 30 | color10 #282a2e 31 | color11 #373b41 32 | color12 #b4b7b4 33 | color13 #e0e0e0 34 | color14 #a3685a 35 | color15 #ffffff 36 | -------------------------------------------------------------------------------- /.config/kitty/base16-kitty/colors/base16-unikitty-reversible.conf: -------------------------------------------------------------------------------- 1 | # Base16 Unikitty Reversible - kitty color config 2 | # Scheme by Josh W Lewis (@joshwlewis) 3 | background #2e2a31 4 | foreground #c3c2c4 5 | selection_background #c3c2c4 6 | selection_foreground #2e2a31 7 | url_color #a5a3a6 8 | cursor #c3c2c4 9 | active_border_color #878589 10 | inactive_border_color #4b484e 11 | active_tab_background #2e2a31 12 | active_tab_foreground #c3c2c4 13 | inactive_tab_background #4b484e 14 | inactive_tab_foreground #a5a3a6 15 | tab_bar_background #4b484e 16 | 17 | # normal 18 | color0 #2e2a31 19 | color1 #d8137f 20 | color2 #17ad98 21 | color3 #dc8a0e 22 | color4 #7864fa 23 | color5 #b33ce8 24 | color6 #149bda 25 | color7 #c3c2c4 26 | 27 | # bright 28 | color8 #878589 29 | color9 #d65407 30 | color10 #4b484e 31 | color11 #69666b 32 | color12 #a5a3a6 33 | color13 #e1e0e1 34 | color14 #d41acd 35 | color15 #ffffff 36 | -------------------------------------------------------------------------------- /.config/kitty/base16-kitty/colors/base16-windows-10.conf: -------------------------------------------------------------------------------- 1 | # Base16 Windows 10 - kitty color config 2 | # Scheme by Fergus Collins (https://github.com/C-Fergus) 3 | background #0c0c0c 4 | foreground #cccccc 5 | selection_background #cccccc 6 | selection_foreground #0c0c0c 7 | url_color #b9b9b9 8 | cursor #cccccc 9 | active_border_color #767676 10 | inactive_border_color #2f2f2f 11 | active_tab_background #0c0c0c 12 | active_tab_foreground #cccccc 13 | inactive_tab_background #2f2f2f 14 | inactive_tab_foreground #b9b9b9 15 | tab_bar_background #2f2f2f 16 | 17 | # normal 18 | color0 #0c0c0c 19 | color1 #e74856 20 | color2 #16c60c 21 | color3 #f9f1a5 22 | color4 #3b78ff 23 | color5 #b4009e 24 | color6 #61d6d6 25 | color7 #cccccc 26 | 27 | # bright 28 | color8 #767676 29 | color9 #c19c00 30 | color10 #2f2f2f 31 | color11 #535353 32 | color12 #b9b9b9 33 | color13 #dfdfdf 34 | color14 #13a10e 35 | color15 #f2f2f2 36 | -------------------------------------------------------------------------------- /.config/kitty/base16-kitty/colors/base16-windows-95.conf: -------------------------------------------------------------------------------- 1 | # Base16 Windows 95 - kitty color config 2 | # Scheme by Fergus Collins (https://github.com/C-Fergus) 3 | background #000000 4 | foreground #a8a8a8 5 | selection_background #a8a8a8 6 | selection_foreground #000000 7 | url_color #7e7e7e 8 | cursor #a8a8a8 9 | active_border_color #545454 10 | inactive_border_color #1C1C1C 11 | active_tab_background #000000 12 | active_tab_foreground #a8a8a8 13 | inactive_tab_background #1C1C1C 14 | inactive_tab_foreground #7e7e7e 15 | tab_bar_background #1C1C1C 16 | 17 | # normal 18 | color0 #000000 19 | color1 #fc5454 20 | color2 #54fc54 21 | color3 #fcfc54 22 | color4 #5454fc 23 | color5 #fc54fc 24 | color6 #54fcfc 25 | color7 #a8a8a8 26 | 27 | # bright 28 | color8 #545454 29 | color9 #a85400 30 | color10 #1C1C1C 31 | color11 #383838 32 | color12 #7e7e7e 33 | color13 #d2d2d2 34 | color14 #00a800 35 | color15 #fcfcfc 36 | -------------------------------------------------------------------------------- /.config/kitty/base16-kitty/colors/base16-windows-nt.conf: -------------------------------------------------------------------------------- 1 | # Base16 Windows NT - kitty color config 2 | # Scheme by Fergus Collins (https://github.com/C-Fergus) 3 | background #000000 4 | foreground #c0c0c0 5 | selection_background #c0c0c0 6 | selection_foreground #000000 7 | url_color #a1a1a1 8 | cursor #c0c0c0 9 | active_border_color #808080 10 | inactive_border_color #2a2a2a 11 | active_tab_background #000000 12 | active_tab_foreground #c0c0c0 13 | inactive_tab_background #2a2a2a 14 | inactive_tab_foreground #a1a1a1 15 | tab_bar_background #2a2a2a 16 | 17 | # normal 18 | color0 #000000 19 | color1 #ff0000 20 | color2 #00ff00 21 | color3 #ffff00 22 | color4 #0000ff 23 | color5 #ff00ff 24 | color6 #00ffff 25 | color7 #c0c0c0 26 | 27 | # bright 28 | color8 #808080 29 | color9 #808000 30 | color10 #2a2a2a 31 | color11 #555555 32 | color12 #a1a1a1 33 | color13 #e0e0e0 34 | color14 #008000 35 | color15 #ffffff 36 | -------------------------------------------------------------------------------- /.config/kitty/base16-kitty/colors/base16-xcode-dusk.conf: -------------------------------------------------------------------------------- 1 | # Base16 XCode Dusk - kitty color config 2 | # Scheme by Elsa Gonsiorowski (https://github.com/gonsie) 3 | background #282B35 4 | foreground #939599 5 | selection_background #939599 6 | selection_foreground #282B35 7 | url_color #7E8086 8 | cursor #939599 9 | active_border_color #686A71 10 | inactive_border_color #3D4048 11 | active_tab_background #282B35 12 | active_tab_foreground #939599 13 | inactive_tab_background #3D4048 14 | inactive_tab_foreground #7E8086 15 | tab_bar_background #3D4048 16 | 17 | # normal 18 | color0 #282B35 19 | color1 #B21889 20 | color2 #DF0002 21 | color3 #438288 22 | color4 #790EAD 23 | color5 #B21889 24 | color6 #00A0BE 25 | color7 #939599 26 | 27 | # bright 28 | color8 #686A71 29 | color9 #786DC5 30 | color10 #3D4048 31 | color11 #53555D 32 | color12 #7E8086 33 | color13 #A9AAAE 34 | color14 #C77C48 35 | color15 #BEBFC2 36 | -------------------------------------------------------------------------------- /.config/kitty/base16-kitty/colors/base16-atelier-estuary.conf: -------------------------------------------------------------------------------- 1 | # Base16 Atelier Estuary - kitty color config 2 | # Scheme by Bram de Haan (http://atelierbramdehaan.nl) 3 | background #22221b 4 | foreground #929181 5 | selection_background #929181 6 | selection_foreground #22221b 7 | url_color #878573 8 | cursor #929181 9 | active_border_color #6c6b5a 10 | inactive_border_color #302f27 11 | active_tab_background #22221b 12 | active_tab_foreground #929181 13 | inactive_tab_background #302f27 14 | inactive_tab_foreground #878573 15 | tab_bar_background #302f27 16 | 17 | # normal 18 | color0 #22221b 19 | color1 #ba6236 20 | color2 #7d9726 21 | color3 #a5980d 22 | color4 #36a166 23 | color5 #5f9182 24 | color6 #5b9d48 25 | color7 #929181 26 | 27 | # bright 28 | color8 #6c6b5a 29 | color9 #ae7313 30 | color10 #302f27 31 | color11 #5f5e4e 32 | color12 #878573 33 | color13 #e7e6df 34 | color14 #9d6c7c 35 | color15 #f4f3ec 36 | -------------------------------------------------------------------------------- /.config/kitty/base16-kitty/colors/base16-atelier-forest.conf: -------------------------------------------------------------------------------- 1 | # Base16 Atelier Forest - kitty color config 2 | # Scheme by Bram de Haan (http://atelierbramdehaan.nl) 3 | background #1b1918 4 | foreground #a8a19f 5 | selection_background #a8a19f 6 | selection_foreground #1b1918 7 | url_color #9c9491 8 | cursor #a8a19f 9 | active_border_color #766e6b 10 | inactive_border_color #2c2421 11 | active_tab_background #1b1918 12 | active_tab_foreground #a8a19f 13 | inactive_tab_background #2c2421 14 | inactive_tab_foreground #9c9491 15 | tab_bar_background #2c2421 16 | 17 | # normal 18 | color0 #1b1918 19 | color1 #f22c40 20 | color2 #7b9726 21 | color3 #c38418 22 | color4 #407ee7 23 | color5 #6666ea 24 | color6 #3d97b8 25 | color7 #a8a19f 26 | 27 | # bright 28 | color8 #766e6b 29 | color9 #df5320 30 | color10 #2c2421 31 | color11 #68615e 32 | color12 #9c9491 33 | color13 #e6e2e0 34 | color14 #c33ff3 35 | color15 #f1efee 36 | -------------------------------------------------------------------------------- /.config/kitty/base16-kitty/colors/base16-atelier-plateau.conf: -------------------------------------------------------------------------------- 1 | # Base16 Atelier Plateau - kitty color config 2 | # Scheme by Bram de Haan (http://atelierbramdehaan.nl) 3 | background #1b1818 4 | foreground #8a8585 5 | selection_background #8a8585 6 | selection_foreground #1b1818 7 | url_color #7e7777 8 | cursor #8a8585 9 | active_border_color #655d5d 10 | inactive_border_color #292424 11 | active_tab_background #1b1818 12 | active_tab_foreground #8a8585 13 | inactive_tab_background #292424 14 | inactive_tab_foreground #7e7777 15 | tab_bar_background #292424 16 | 17 | # normal 18 | color0 #1b1818 19 | color1 #ca4949 20 | color2 #4b8b8b 21 | color3 #a06e3b 22 | color4 #7272ca 23 | color5 #8464c4 24 | color6 #5485b6 25 | color7 #8a8585 26 | 27 | # bright 28 | color8 #655d5d 29 | color9 #b45a3c 30 | color10 #292424 31 | color11 #585050 32 | color12 #7e7777 33 | color13 #e7dfdf 34 | color14 #bd5187 35 | color15 #f4ecec 36 | -------------------------------------------------------------------------------- /.config/kitty/base16-kitty/colors/base16-atelier-savanna.conf: -------------------------------------------------------------------------------- 1 | # Base16 Atelier Savanna - kitty color config 2 | # Scheme by Bram de Haan (http://atelierbramdehaan.nl) 3 | background #171c19 4 | foreground #87928a 5 | selection_background #87928a 6 | selection_foreground #171c19 7 | url_color #78877d 8 | cursor #87928a 9 | active_border_color #5f6d64 10 | inactive_border_color #232a25 11 | active_tab_background #171c19 12 | active_tab_foreground #87928a 13 | inactive_tab_background #232a25 14 | inactive_tab_foreground #78877d 15 | tab_bar_background #232a25 16 | 17 | # normal 18 | color0 #171c19 19 | color1 #b16139 20 | color2 #489963 21 | color3 #a07e3b 22 | color4 #478c90 23 | color5 #55859b 24 | color6 #1c9aa0 25 | color7 #87928a 26 | 27 | # bright 28 | color8 #5f6d64 29 | color9 #9f713c 30 | color10 #232a25 31 | color11 #526057 32 | color12 #78877d 33 | color13 #dfe7e2 34 | color14 #867469 35 | color15 #ecf4ee 36 | -------------------------------------------------------------------------------- /.config/kitty/base16-kitty/colors/base16-atelier-seaside.conf: -------------------------------------------------------------------------------- 1 | # Base16 Atelier Seaside - kitty color config 2 | # Scheme by Bram de Haan (http://atelierbramdehaan.nl) 3 | background #131513 4 | foreground #8ca68c 5 | selection_background #8ca68c 6 | selection_foreground #131513 7 | url_color #809980 8 | cursor #8ca68c 9 | active_border_color #687d68 10 | inactive_border_color #242924 11 | active_tab_background #131513 12 | active_tab_foreground #8ca68c 13 | inactive_tab_background #242924 14 | inactive_tab_foreground #809980 15 | tab_bar_background #242924 16 | 17 | # normal 18 | color0 #131513 19 | color1 #e6193c 20 | color2 #29a329 21 | color3 #98981b 22 | color4 #3d62f5 23 | color5 #ad2bee 24 | color6 #1999b3 25 | color7 #8ca68c 26 | 27 | # bright 28 | color8 #687d68 29 | color9 #87711d 30 | color10 #242924 31 | color11 #5e6e5e 32 | color12 #809980 33 | color13 #cfe8cf 34 | color14 #e619c3 35 | color15 #f4fbf4 36 | -------------------------------------------------------------------------------- /.config/kitty/base16-kitty/colors/base16-brushtrees.conf: -------------------------------------------------------------------------------- 1 | # Base16 Brush Trees - kitty color config 2 | # Scheme by Abraham White <abelincoln.white@gmail.com> 3 | background #E3EFEF 4 | foreground #6D828E 5 | selection_background #6D828E 6 | selection_foreground #E3EFEF 7 | url_color #8299A1 8 | cursor #6D828E 9 | active_border_color #98AFB5 10 | inactive_border_color #C9DBDC 11 | active_tab_background #E3EFEF 12 | active_tab_foreground #6D828E 13 | inactive_tab_background #C9DBDC 14 | inactive_tab_foreground #8299A1 15 | tab_bar_background #C9DBDC 16 | 17 | # normal 18 | color0 #E3EFEF 19 | color1 #b38686 20 | color2 #87b386 21 | color3 #aab386 22 | color4 #868cb3 23 | color5 #b386b2 24 | color6 #86b3b3 25 | color7 #6D828E 26 | 27 | # bright 28 | color8 #98AFB5 29 | color9 #d8bba2 30 | color10 #C9DBDC 31 | color11 #B0C5C8 32 | color12 #8299A1 33 | color13 #5A6D7A 34 | color14 #b39f9f 35 | color15 #485867 36 | -------------------------------------------------------------------------------- /.config/kitty/base16-kitty/colors/base16-harmonic-dark.conf: -------------------------------------------------------------------------------- 1 | # Base16 Harmonic16 Dark - kitty color config 2 | # Scheme by Jannik Siebert (https://github.com/janniks) 3 | background #0b1c2c 4 | foreground #cbd6e2 5 | selection_background #cbd6e2 6 | selection_foreground #0b1c2c 7 | url_color #aabcce 8 | cursor #cbd6e2 9 | active_border_color #627e99 10 | inactive_border_color #223b54 11 | active_tab_background #0b1c2c 12 | active_tab_foreground #cbd6e2 13 | inactive_tab_background #223b54 14 | inactive_tab_foreground #aabcce 15 | tab_bar_background #223b54 16 | 17 | # normal 18 | color0 #0b1c2c 19 | color1 #bf8b56 20 | color2 #56bf8b 21 | color3 #8bbf56 22 | color4 #8b56bf 23 | color5 #bf568b 24 | color6 #568bbf 25 | color7 #cbd6e2 26 | 27 | # bright 28 | color8 #627e99 29 | color9 #bfbf56 30 | color10 #223b54 31 | color11 #405c79 32 | color12 #aabcce 33 | color13 #e5ebf1 34 | color14 #bf5656 35 | color15 #f7f9fb 36 | -------------------------------------------------------------------------------- /.config/kitty/base16-kitty/colors/base16-harmonic-light.conf: -------------------------------------------------------------------------------- 1 | # Base16 Harmonic16 Light - kitty color config 2 | # Scheme by Jannik Siebert (https://github.com/janniks) 3 | background #f7f9fb 4 | foreground #405c79 5 | selection_background #405c79 6 | selection_foreground #f7f9fb 7 | url_color #627e99 8 | cursor #405c79 9 | active_border_color #aabcce 10 | inactive_border_color #e5ebf1 11 | active_tab_background #f7f9fb 12 | active_tab_foreground #405c79 13 | inactive_tab_background #e5ebf1 14 | inactive_tab_foreground #627e99 15 | tab_bar_background #e5ebf1 16 | 17 | # normal 18 | color0 #f7f9fb 19 | color1 #bf8b56 20 | color2 #56bf8b 21 | color3 #8bbf56 22 | color4 #8b56bf 23 | color5 #bf568b 24 | color6 #568bbf 25 | color7 #405c79 26 | 27 | # bright 28 | color8 #aabcce 29 | color9 #bfbf56 30 | color10 #e5ebf1 31 | color11 #cbd6e2 32 | color12 #627e99 33 | color13 #223b54 34 | color14 #bf5656 35 | color15 #0b1c2c 36 | -------------------------------------------------------------------------------- /.config/kitty/base16-kitty/colors/base16-horizon-dark.conf: -------------------------------------------------------------------------------- 1 | # Base16 Horizon Dark - kitty color config 2 | # Scheme by Michaël Ball (http://github.com/michael-ball/) 3 | background #1C1E26 4 | foreground #CBCED0 5 | selection_background #CBCED0 6 | selection_foreground #1C1E26 7 | url_color #9DA0A2 8 | cursor #CBCED0 9 | active_border_color #6F6F70 10 | inactive_border_color #232530 11 | active_tab_background #1C1E26 12 | active_tab_foreground #CBCED0 13 | inactive_tab_background #232530 14 | inactive_tab_foreground #9DA0A2 15 | tab_bar_background #232530 16 | 17 | # normal 18 | color0 #1C1E26 19 | color1 #E93C58 20 | color2 #EFAF8E 21 | color3 #EFB993 22 | color4 #DF5273 23 | color5 #B072D1 24 | color6 #24A8B4 25 | color7 #CBCED0 26 | 27 | # bright 28 | color8 #6F6F70 29 | color9 #E58D7D 30 | color10 #232530 31 | color11 #2E303E 32 | color12 #9DA0A2 33 | color13 #DCDFE4 34 | color14 #E4A382 35 | color15 #E3E6EE 36 | -------------------------------------------------------------------------------- /.config/kitty/base16-kitty/colors/base16-horizon-light.conf: -------------------------------------------------------------------------------- 1 | # Base16 Horizon Light - kitty color config 2 | # Scheme by Michaël Ball (http://github.com/michael-ball/) 3 | background #FDF0ED 4 | foreground #403C3D 5 | selection_background #403C3D 6 | selection_foreground #FDF0ED 7 | url_color #948C8A 8 | cursor #403C3D 9 | active_border_color #BDB3B1 10 | inactive_border_color #FADAD1 11 | active_tab_background #FDF0ED 12 | active_tab_foreground #403C3D 13 | inactive_tab_background #FADAD1 14 | inactive_tab_foreground #948C8A 15 | tab_bar_background #FADAD1 16 | 17 | # normal 18 | color0 #FDF0ED 19 | color1 #F7939B 20 | color2 #94E1B0 21 | color3 #FBE0D9 22 | color4 #DA103F 23 | color5 #1D8991 24 | color6 #DC3318 25 | color7 #403C3D 26 | 27 | # bright 28 | color8 #BDB3B1 29 | color9 #F6661E 30 | color10 #FADAD1 31 | color11 #F9CBBE 32 | color12 #948C8A 33 | color13 #302C2D 34 | color14 #E58C92 35 | color15 #201C1D 36 | -------------------------------------------------------------------------------- /.config/kitty/base16-kitty/colors/base16-outrun-dark.conf: -------------------------------------------------------------------------------- 1 | # Base16 Outrun Dark - kitty color config 2 | # Scheme by Hugo Delahousse (http://github.com/hugodelahousse/) 3 | background #00002A 4 | foreground #D0D0FA 5 | selection_background #D0D0FA 6 | selection_foreground #00002A 7 | url_color #B0B0DA 8 | cursor #D0D0FA 9 | active_border_color #50507A 10 | inactive_border_color #20204A 11 | active_tab_background #00002A 12 | active_tab_foreground #D0D0FA 13 | inactive_tab_background #20204A 14 | inactive_tab_foreground #B0B0DA 15 | tab_bar_background #20204A 16 | 17 | # normal 18 | color0 #00002A 19 | color1 #FF4242 20 | color2 #59F176 21 | color3 #F3E877 22 | color4 #66B0FF 23 | color5 #F10596 24 | color6 #0EF0F0 25 | color7 #D0D0FA 26 | 27 | # bright 28 | color8 #50507A 29 | color9 #FC8D28 30 | color10 #20204A 31 | color11 #30305A 32 | color12 #B0B0DA 33 | color13 #E0E0FF 34 | color14 #F003EF 35 | color15 #F5F5FF 36 | -------------------------------------------------------------------------------- /.config/kitty/base16-kitty/colors/base16-shadesmear-dark.conf: -------------------------------------------------------------------------------- 1 | # Base16 ShadeSmear Dark - kitty color config 2 | # Scheme by Kyle Giammarco (http://kyle.giammar.co) 3 | background #232323 4 | foreground #DBDBDB 5 | selection_background #DBDBDB 6 | selection_foreground #232323 7 | url_color #E4E4E4 8 | cursor #DBDBDB 9 | active_border_color #C0C0C0 10 | inactive_border_color #1C1C1C 11 | active_tab_background #232323 12 | active_tab_foreground #DBDBDB 13 | inactive_tab_background #1C1C1C 14 | inactive_tab_foreground #E4E4E4 15 | tab_bar_background #1C1C1C 16 | 17 | # normal 18 | color0 #232323 19 | color1 #CC5450 20 | color2 #71983B 21 | color3 #307878 22 | color4 #376388 23 | color5 #D7AB54 24 | color6 #C57D42 25 | color7 #DBDBDB 26 | 27 | # bright 28 | color8 #C0C0C0 29 | color9 #A64270 30 | color10 #1C1C1C 31 | color11 #4E4E4E 32 | color12 #E4E4E4 33 | color13 #E4E4E4 34 | color14 #6D6D6D 35 | color15 #1C1C1C 36 | -------------------------------------------------------------------------------- /.config/kitty/base16-kitty/colors/base16-shadesmear-light.conf: -------------------------------------------------------------------------------- 1 | # Base16 ShadeSmear Light - kitty color config 2 | # Scheme by Kyle Giammarco (http://kyle.giammar.co) 3 | background #DBDBDB 4 | foreground #232323 5 | selection_background #232323 6 | selection_foreground #DBDBDB 7 | url_color #1C1C1C 8 | cursor #232323 9 | active_border_color #4E4E4E 10 | inactive_border_color #E4E4E4 11 | active_tab_background #DBDBDB 12 | active_tab_foreground #232323 13 | inactive_tab_background #E4E4E4 14 | inactive_tab_foreground #1C1C1C 15 | tab_bar_background #E4E4E4 16 | 17 | # normal 18 | color0 #DBDBDB 19 | color1 #CC5450 20 | color2 #71983B 21 | color3 #307878 22 | color4 #376388 23 | color5 #D7AB54 24 | color6 #C57D42 25 | color7 #232323 26 | 27 | # bright 28 | color8 #4E4E4E 29 | color9 #A64270 30 | color10 #E4E4E4 31 | color11 #C0C0C0 32 | color12 #1C1C1C 33 | color13 #1C1C1C 34 | color14 #6D6D6D 35 | color15 #E4E4E4 36 | -------------------------------------------------------------------------------- /.config/kitty/base16-kitty/colors/base16-solarized-dark.conf: -------------------------------------------------------------------------------- 1 | # Base16 Solarized Dark - kitty color config 2 | # Scheme by Ethan Schoonover (modified by aramisgithub) 3 | background #002b36 4 | foreground #93a1a1 5 | selection_background #93a1a1 6 | selection_foreground #002b36 7 | url_color #839496 8 | cursor #93a1a1 9 | active_border_color #657b83 10 | inactive_border_color #073642 11 | active_tab_background #002b36 12 | active_tab_foreground #93a1a1 13 | inactive_tab_background #073642 14 | inactive_tab_foreground #839496 15 | tab_bar_background #073642 16 | 17 | # normal 18 | color0 #002b36 19 | color1 #dc322f 20 | color2 #859900 21 | color3 #b58900 22 | color4 #268bd2 23 | color5 #6c71c4 24 | color6 #2aa198 25 | color7 #93a1a1 26 | 27 | # bright 28 | color8 #657b83 29 | color9 #cb4b16 30 | color10 #073642 31 | color11 #586e75 32 | color12 #839496 33 | color13 #eee8d5 34 | color14 #d33682 35 | color15 #fdf6e3 36 | -------------------------------------------------------------------------------- /.config/kitty/base16-kitty/colors/base16-solarized-light.conf: -------------------------------------------------------------------------------- 1 | # Base16 Solarized Light - kitty color config 2 | # Scheme by Ethan Schoonover (modified by aramisgithub) 3 | background #fdf6e3 4 | foreground #586e75 5 | selection_background #586e75 6 | selection_foreground #fdf6e3 7 | url_color #657b83 8 | cursor #586e75 9 | active_border_color #839496 10 | inactive_border_color #eee8d5 11 | active_tab_background #fdf6e3 12 | active_tab_foreground #586e75 13 | inactive_tab_background #eee8d5 14 | inactive_tab_foreground #657b83 15 | tab_bar_background #eee8d5 16 | 17 | # normal 18 | color0 #fdf6e3 19 | color1 #dc322f 20 | color2 #859900 21 | color3 #b58900 22 | color4 #268bd2 23 | color5 #6c71c4 24 | color6 #2aa198 25 | color7 #586e75 26 | 27 | # bright 28 | color8 #839496 29 | color9 #cb4b16 30 | color10 #eee8d5 31 | color11 #93a1a1 32 | color12 #657b83 33 | color13 #073642 34 | color14 #d33682 35 | color15 #002b36 36 | -------------------------------------------------------------------------------- /.config/kitty/base16-kitty/colors/base16-tender.conf: -------------------------------------------------------------------------------- 1 | # Base16 tender - kitty color config 2 | # Scheme by Jacobo Tabernero (https://github/com/jacoborus/tender.vim) 3 | background #282828 4 | foreground #eeeeee 5 | selection_background #eeeeee 6 | selection_foreground #282828 7 | url_color #b8b8b8 8 | cursor #eeeeee 9 | active_border_color #4c4c4c 10 | inactive_border_color #383838 11 | active_tab_background #282828 12 | active_tab_foreground #eeeeee 13 | inactive_tab_background #383838 14 | inactive_tab_foreground #b8b8b8 15 | tab_bar_background #383838 16 | 17 | # normal 18 | color0 #282828 19 | color1 #f43753 20 | color2 #c9d05c 21 | color3 #ffc24b 22 | color4 #b3deef 23 | color5 #d3b987 24 | color6 #73cef4 25 | color7 #eeeeee 26 | 27 | # bright 28 | color8 #4c4c4c 29 | color9 #dc9656 30 | color10 #383838 31 | color11 #484848 32 | color12 #b8b8b8 33 | color13 #e8e8e8 34 | color14 #a16946 35 | color15 #feffff 36 | -------------------------------------------------------------------------------- /.config/kitty/fzf_goto_session.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | 3 | # Directory containing session files 4 | SESSION_DIR="$HOME/.local/share/kitty/sessions" 5 | 6 | # Check if session directory exists 7 | if [[ ! -d "$SESSION_DIR" ]]; then 8 | echo "Session directory not found: $SESSION_DIR" 9 | exit 1 10 | fi 11 | 12 | # Find all session files and use fzf to select one 13 | selected=$(find "$SESSION_DIR" -name "*.session" -o -name "*.kitty-session" | \ 14 | sed "s|$SESSION_DIR/||" | \ 15 | fzf --prompt="Select session: " \ 16 | --layout=reverse \ 17 | --border \ 18 | --preview="cat $SESSION_DIR/{}" \ 19 | --preview-window=right:60%) 20 | 21 | # If a session was selected, goto it 22 | if [[ -n "$selected" ]]; then 23 | session_path="$SESSION_DIR/$selected" 24 | # Use kitten @ action to execute goto_session 25 | kitten @ action goto_session "$session_path" 26 | fi 27 | -------------------------------------------------------------------------------- /.config/kitty/base16-kitty/colors/base16-atelier-cave-light.conf: -------------------------------------------------------------------------------- 1 | # Base16 Atelier Cave Light - kitty color config 2 | # Scheme by Bram de Haan (http://atelierbramdehaan.nl) 3 | background #efecf4 4 | foreground #585260 5 | selection_background #585260 6 | selection_foreground #efecf4 7 | url_color #655f6d 8 | cursor #585260 9 | active_border_color #7e7887 10 | inactive_border_color #e2dfe7 11 | active_tab_background #efecf4 12 | active_tab_foreground #585260 13 | inactive_tab_background #e2dfe7 14 | inactive_tab_foreground #655f6d 15 | tab_bar_background #e2dfe7 16 | 17 | # normal 18 | color0 #efecf4 19 | color1 #be4678 20 | color2 #2a9292 21 | color3 #a06e3b 22 | color4 #576ddb 23 | color5 #955ae7 24 | color6 #398bc6 25 | color7 #585260 26 | 27 | # bright 28 | color8 #7e7887 29 | color9 #aa573c 30 | color10 #e2dfe7 31 | color11 #8b8792 32 | color12 #655f6d 33 | color13 #26232a 34 | color14 #bf40bf 35 | color15 #19171c 36 | -------------------------------------------------------------------------------- /.config/kitty/base16-kitty/colors/base16-atelier-dune-light.conf: -------------------------------------------------------------------------------- 1 | # Base16 Atelier Dune Light - kitty color config 2 | # Scheme by Bram de Haan (http://atelierbramdehaan.nl) 3 | background #fefbec 4 | foreground #6e6b5e 5 | selection_background #6e6b5e 6 | selection_foreground #fefbec 7 | url_color #7d7a68 8 | cursor #6e6b5e 9 | active_border_color #999580 10 | inactive_border_color #e8e4cf 11 | active_tab_background #fefbec 12 | active_tab_foreground #6e6b5e 13 | inactive_tab_background #e8e4cf 14 | inactive_tab_foreground #7d7a68 15 | tab_bar_background #e8e4cf 16 | 17 | # normal 18 | color0 #fefbec 19 | color1 #d73737 20 | color2 #60ac39 21 | color3 #ae9513 22 | color4 #6684e1 23 | color5 #b854d4 24 | color6 #1fad83 25 | color7 #6e6b5e 26 | 27 | # bright 28 | color8 #999580 29 | color9 #b65611 30 | color10 #e8e4cf 31 | color11 #a6a28c 32 | color12 #7d7a68 33 | color13 #292824 34 | color14 #d43552 35 | color15 #20201d 36 | -------------------------------------------------------------------------------- /.config/kitty/base16-kitty/colors/base16-atelier-lakeside.conf: -------------------------------------------------------------------------------- 1 | # Base16 Atelier Lakeside - kitty color config 2 | # Scheme by Bram de Haan (http://atelierbramdehaan.nl) 3 | background #161b1d 4 | foreground #7ea2b4 5 | selection_background #7ea2b4 6 | selection_foreground #161b1d 7 | url_color #7195a8 8 | cursor #7ea2b4 9 | active_border_color #5a7b8c 10 | inactive_border_color #1f292e 11 | active_tab_background #161b1d 12 | active_tab_foreground #7ea2b4 13 | inactive_tab_background #1f292e 14 | inactive_tab_foreground #7195a8 15 | tab_bar_background #1f292e 16 | 17 | # normal 18 | color0 #161b1d 19 | color1 #d22d72 20 | color2 #568c3b 21 | color3 #8a8a0f 22 | color4 #257fad 23 | color5 #6b6bb8 24 | color6 #2d8f6f 25 | color7 #7ea2b4 26 | 27 | # bright 28 | color8 #5a7b8c 29 | color9 #935c25 30 | color10 #1f292e 31 | color11 #516d7b 32 | color12 #7195a8 33 | color13 #c1e4f6 34 | color14 #b72dd2 35 | color15 #ebf8ff 36 | -------------------------------------------------------------------------------- /.config/kitty/base16-kitty/colors/base16-black-metal-burzum.conf: -------------------------------------------------------------------------------- 1 | # Base16 Black Metal (Burzum) - kitty color config 2 | # Scheme by metalelf0 (https://github.com/metalelf0) 3 | background #000000 4 | foreground #c1c1c1 5 | selection_background #c1c1c1 6 | selection_foreground #000000 7 | url_color #999999 8 | cursor #c1c1c1 9 | active_border_color #333333 10 | inactive_border_color #121212 11 | active_tab_background #000000 12 | active_tab_foreground #c1c1c1 13 | inactive_tab_background #121212 14 | inactive_tab_foreground #999999 15 | tab_bar_background #121212 16 | 17 | # normal 18 | color0 #000000 19 | color1 #5f8787 20 | color2 #ddeecc 21 | color3 #99bbaa 22 | color4 #888888 23 | color5 #999999 24 | color6 #aaaaaa 25 | color7 #c1c1c1 26 | 27 | # bright 28 | color8 #333333 29 | color9 #aaaaaa 30 | color10 #121212 31 | color11 #222222 32 | color12 #999999 33 | color13 #999999 34 | color14 #444444 35 | color15 #c1c1c1 36 | -------------------------------------------------------------------------------- /.config/kitty/base16-kitty/colors/base16-black-metal-khold.conf: -------------------------------------------------------------------------------- 1 | # Base16 Black Metal (Khold) - kitty color config 2 | # Scheme by metalelf0 (https://github.com/metalelf0) 3 | background #000000 4 | foreground #c1c1c1 5 | selection_background #c1c1c1 6 | selection_foreground #000000 7 | url_color #999999 8 | cursor #c1c1c1 9 | active_border_color #333333 10 | inactive_border_color #121212 11 | active_tab_background #000000 12 | active_tab_foreground #c1c1c1 13 | inactive_tab_background #121212 14 | inactive_tab_foreground #999999 15 | tab_bar_background #121212 16 | 17 | # normal 18 | color0 #000000 19 | color1 #5f8787 20 | color2 #eceee3 21 | color3 #974b46 22 | color4 #888888 23 | color5 #999999 24 | color6 #aaaaaa 25 | color7 #c1c1c1 26 | 27 | # bright 28 | color8 #333333 29 | color9 #aaaaaa 30 | color10 #121212 31 | color11 #222222 32 | color12 #999999 33 | color13 #999999 34 | color14 #444444 35 | color15 #c1c1c1 36 | -------------------------------------------------------------------------------- /.config/kitty/base16-kitty/colors/base16-black-metal-marduk.conf: -------------------------------------------------------------------------------- 1 | # Base16 Black Metal (Marduk) - kitty color config 2 | # Scheme by metalelf0 (https://github.com/metalelf0) 3 | background #000000 4 | foreground #c1c1c1 5 | selection_background #c1c1c1 6 | selection_foreground #000000 7 | url_color #999999 8 | cursor #c1c1c1 9 | active_border_color #333333 10 | inactive_border_color #121212 11 | active_tab_background #000000 12 | active_tab_foreground #c1c1c1 13 | inactive_tab_background #121212 14 | inactive_tab_foreground #999999 15 | tab_bar_background #121212 16 | 17 | # normal 18 | color0 #000000 19 | color1 #5f8787 20 | color2 #a5aaa7 21 | color3 #626b67 22 | color4 #888888 23 | color5 #999999 24 | color6 #aaaaaa 25 | color7 #c1c1c1 26 | 27 | # bright 28 | color8 #333333 29 | color9 #aaaaaa 30 | color10 #121212 31 | color11 #222222 32 | color12 #999999 33 | color13 #999999 34 | color14 #444444 35 | color15 #c1c1c1 36 | -------------------------------------------------------------------------------- /.config/kitty/base16-kitty/colors/base16-black-metal-mayhem.conf: -------------------------------------------------------------------------------- 1 | # Base16 Black Metal (Mayhem) - kitty color config 2 | # Scheme by metalelf0 (https://github.com/metalelf0) 3 | background #000000 4 | foreground #c1c1c1 5 | selection_background #c1c1c1 6 | selection_foreground #000000 7 | url_color #999999 8 | cursor #c1c1c1 9 | active_border_color #333333 10 | inactive_border_color #121212 11 | active_tab_background #000000 12 | active_tab_foreground #c1c1c1 13 | inactive_tab_background #121212 14 | inactive_tab_foreground #999999 15 | tab_bar_background #121212 16 | 17 | # normal 18 | color0 #000000 19 | color1 #5f8787 20 | color2 #f3ecd4 21 | color3 #eecc6c 22 | color4 #888888 23 | color5 #999999 24 | color6 #aaaaaa 25 | color7 #c1c1c1 26 | 27 | # bright 28 | color8 #333333 29 | color9 #aaaaaa 30 | color10 #121212 31 | color11 #222222 32 | color12 #999999 33 | color13 #999999 34 | color14 #444444 35 | color15 #c1c1c1 36 | -------------------------------------------------------------------------------- /.config/kitty/base16-kitty/colors/base16-black-metal-nile.conf: -------------------------------------------------------------------------------- 1 | # Base16 Black Metal (Nile) - kitty color config 2 | # Scheme by metalelf0 (https://github.com/metalelf0) 3 | background #000000 4 | foreground #c1c1c1 5 | selection_background #c1c1c1 6 | selection_foreground #000000 7 | url_color #999999 8 | cursor #c1c1c1 9 | active_border_color #333333 10 | inactive_border_color #121212 11 | active_tab_background #000000 12 | active_tab_foreground #c1c1c1 13 | inactive_tab_background #121212 14 | inactive_tab_foreground #999999 15 | tab_bar_background #121212 16 | 17 | # normal 18 | color0 #000000 19 | color1 #5f8787 20 | color2 #aa9988 21 | color3 #777755 22 | color4 #888888 23 | color5 #999999 24 | color6 #aaaaaa 25 | color7 #c1c1c1 26 | 27 | # bright 28 | color8 #333333 29 | color9 #aaaaaa 30 | color10 #121212 31 | color11 #222222 32 | color12 #999999 33 | color13 #999999 34 | color14 #444444 35 | color15 #c1c1c1 36 | -------------------------------------------------------------------------------- /.config/kitty/base16-kitty/colors/base16-black-metal-venom.conf: -------------------------------------------------------------------------------- 1 | # Base16 Black Metal (Venom) - kitty color config 2 | # Scheme by metalelf0 (https://github.com/metalelf0) 3 | background #000000 4 | foreground #c1c1c1 5 | selection_background #c1c1c1 6 | selection_foreground #000000 7 | url_color #999999 8 | cursor #c1c1c1 9 | active_border_color #333333 10 | inactive_border_color #121212 11 | active_tab_background #000000 12 | active_tab_foreground #c1c1c1 13 | inactive_tab_background #121212 14 | inactive_tab_foreground #999999 15 | tab_bar_background #121212 16 | 17 | # normal 18 | color0 #000000 19 | color1 #5f8787 20 | color2 #f8f7f2 21 | color3 #79241f 22 | color4 #888888 23 | color5 #999999 24 | color6 #aaaaaa 25 | color7 #c1c1c1 26 | 27 | # bright 28 | color8 #333333 29 | color9 #aaaaaa 30 | color10 #121212 31 | color11 #222222 32 | color12 #999999 33 | color13 #999999 34 | color14 #444444 35 | color15 #c1c1c1 36 | -------------------------------------------------------------------------------- /.config/kitty/base16-kitty/colors/base16-darkviolet.conf: -------------------------------------------------------------------------------- 1 | # Base16 Dark Violet - kitty color config 2 | # Scheme by ruler501 (https://github.com/ruler501/base16-darkviolet) 3 | background #000000 4 | foreground #b08ae6 5 | selection_background #b08ae6 6 | selection_foreground #000000 7 | url_color #00ff00 8 | cursor #b08ae6 9 | active_border_color #593380 10 | inactive_border_color #231a40 11 | active_tab_background #000000 12 | active_tab_foreground #b08ae6 13 | inactive_tab_background #231a40 14 | inactive_tab_foreground #00ff00 15 | tab_bar_background #231a40 16 | 17 | # normal 18 | color0 #000000 19 | color1 #a82ee6 20 | color2 #4595e6 21 | color3 #f29df2 22 | color4 #4136d9 23 | color5 #7e5ce6 24 | color6 #40dfff 25 | color7 #b08ae6 26 | 27 | # bright 28 | color8 #593380 29 | color9 #bb66cc 30 | color10 #231a40 31 | color11 #432d59 32 | color12 #00ff00 33 | color13 #9045e6 34 | color14 #a886bf 35 | color15 #a366ff 36 | -------------------------------------------------------------------------------- /.config/kitty/base16-kitty/colors/base16-grayscale-dark.conf: -------------------------------------------------------------------------------- 1 | # Base16 Grayscale Dark - kitty color config 2 | # Scheme by Alexandre Gavioli (https://github.com/Alexx2/) 3 | background #101010 4 | foreground #b9b9b9 5 | selection_background #b9b9b9 6 | selection_foreground #101010 7 | url_color #ababab 8 | cursor #b9b9b9 9 | active_border_color #525252 10 | inactive_border_color #252525 11 | active_tab_background #101010 12 | active_tab_foreground #b9b9b9 13 | inactive_tab_background #252525 14 | inactive_tab_foreground #ababab 15 | tab_bar_background #252525 16 | 17 | # normal 18 | color0 #101010 19 | color1 #7c7c7c 20 | color2 #8e8e8e 21 | color3 #a0a0a0 22 | color4 #686868 23 | color5 #747474 24 | color6 #868686 25 | color7 #b9b9b9 26 | 27 | # bright 28 | color8 #525252 29 | color9 #999999 30 | color10 #252525 31 | color11 #464646 32 | color12 #ababab 33 | color13 #e3e3e3 34 | color14 #5e5e5e 35 | color15 #f7f7f7 36 | -------------------------------------------------------------------------------- /.config/kitty/base16-kitty/colors/base16-grayscale-light.conf: -------------------------------------------------------------------------------- 1 | # Base16 Grayscale Light - kitty color config 2 | # Scheme by Alexandre Gavioli (https://github.com/Alexx2/) 3 | background #f7f7f7 4 | foreground #464646 5 | selection_background #464646 6 | selection_foreground #f7f7f7 7 | url_color #525252 8 | cursor #464646 9 | active_border_color #ababab 10 | inactive_border_color #e3e3e3 11 | active_tab_background #f7f7f7 12 | active_tab_foreground #464646 13 | inactive_tab_background #e3e3e3 14 | inactive_tab_foreground #525252 15 | tab_bar_background #e3e3e3 16 | 17 | # normal 18 | color0 #f7f7f7 19 | color1 #7c7c7c 20 | color2 #8e8e8e 21 | color3 #a0a0a0 22 | color4 #686868 23 | color5 #747474 24 | color6 #868686 25 | color7 #464646 26 | 27 | # bright 28 | color8 #ababab 29 | color9 #999999 30 | color10 #e3e3e3 31 | color11 #b9b9b9 32 | color12 #525252 33 | color13 #252525 34 | color14 #5e5e5e 35 | color15 #101010 36 | -------------------------------------------------------------------------------- /.config/kitty/base16-kitty/colors/base16-oceanicnext.conf: -------------------------------------------------------------------------------- 1 | # Base16 OceanicNext - kitty color config 2 | # Scheme by https://github.com/voronianski/oceanic-next-color-scheme 3 | background #1B2B34 4 | foreground #C0C5CE 5 | selection_background #C0C5CE 6 | selection_foreground #1B2B34 7 | url_color #A7ADBA 8 | cursor #C0C5CE 9 | active_border_color #65737E 10 | inactive_border_color #343D46 11 | active_tab_background #1B2B34 12 | active_tab_foreground #C0C5CE 13 | inactive_tab_background #343D46 14 | inactive_tab_foreground #A7ADBA 15 | tab_bar_background #343D46 16 | 17 | # normal 18 | color0 #1B2B34 19 | color1 #EC5f67 20 | color2 #99C794 21 | color3 #FAC863 22 | color4 #6699CC 23 | color5 #C594C5 24 | color6 #5FB3B3 25 | color7 #C0C5CE 26 | 27 | # bright 28 | color8 #65737E 29 | color9 #F99157 30 | color10 #343D46 31 | color11 #4F5B66 32 | color12 #A7ADBA 33 | color13 #CDD3DE 34 | color14 #AB7967 35 | color15 #D8DEE9 36 | -------------------------------------------------------------------------------- /.config/kitty/base16-kitty/colors/base16-solarflare-light.conf: -------------------------------------------------------------------------------- 1 | # Base16 Solar Flare Light - kitty color config 2 | # Scheme by Chuck Harmston (https://chuck.harmston.ch) 3 | background #F5F7FA 4 | foreground #586875 5 | selection_background #586875 6 | selection_foreground #F5F7FA 7 | url_color #667581 8 | cursor #586875 9 | active_border_color #85939E 10 | inactive_border_color #E8E9ED 11 | active_tab_background #F5F7FA 12 | active_tab_foreground #586875 13 | inactive_tab_background #E8E9ED 14 | inactive_tab_foreground #667581 15 | tab_bar_background #E8E9ED 16 | 17 | # normal 18 | color0 #F5F7FA 19 | color1 #EF5253 20 | color2 #7CC844 21 | color3 #E4B51C 22 | color4 #33B5E1 23 | color5 #A363D5 24 | color6 #52CBB0 25 | color7 #586875 26 | 27 | # bright 28 | color8 #85939E 29 | color9 #E66B2B 30 | color10 #E8E9ED 31 | color11 #A6AFB8 32 | color12 #667581 33 | color13 #222E38 34 | color14 #D73C9A 35 | color15 #18262F 36 | -------------------------------------------------------------------------------- /.config/kitty/base16-kitty/colors/base16-summerfruit-dark.conf: -------------------------------------------------------------------------------- 1 | # Base16 Summerfruit Dark - kitty color config 2 | # Scheme by Christopher Corley (http://christop.club/) 3 | background #151515 4 | foreground #D0D0D0 5 | selection_background #D0D0D0 6 | selection_foreground #151515 7 | url_color #B0B0B0 8 | cursor #D0D0D0 9 | active_border_color #505050 10 | inactive_border_color #202020 11 | active_tab_background #151515 12 | active_tab_foreground #D0D0D0 13 | inactive_tab_background #202020 14 | inactive_tab_foreground #B0B0B0 15 | tab_bar_background #202020 16 | 17 | # normal 18 | color0 #151515 19 | color1 #FF0086 20 | color2 #00C918 21 | color3 #ABA800 22 | color4 #3777E6 23 | color5 #AD00A1 24 | color6 #1FAAAA 25 | color7 #D0D0D0 26 | 27 | # bright 28 | color8 #505050 29 | color9 #FD8900 30 | color10 #202020 31 | color11 #303030 32 | color12 #B0B0B0 33 | color13 #E0E0E0 34 | color14 #CC6633 35 | color15 #FFFFFF 36 | -------------------------------------------------------------------------------- /.config/kitty/base16-kitty/colors/base16-summerfruit-light.conf: -------------------------------------------------------------------------------- 1 | # Base16 Summerfruit Light - kitty color config 2 | # Scheme by Christopher Corley (http://christop.club/) 3 | background #FFFFFF 4 | foreground #101010 5 | selection_background #101010 6 | selection_foreground #FFFFFF 7 | url_color #000000 8 | cursor #101010 9 | active_border_color #B0B0B0 10 | inactive_border_color #E0E0E0 11 | active_tab_background #FFFFFF 12 | active_tab_foreground #101010 13 | inactive_tab_background #E0E0E0 14 | inactive_tab_foreground #000000 15 | tab_bar_background #E0E0E0 16 | 17 | # normal 18 | color0 #FFFFFF 19 | color1 #FF0086 20 | color2 #00C918 21 | color3 #ABA800 22 | color4 #3777E6 23 | color5 #AD00A1 24 | color6 #1FAAAA 25 | color7 #101010 26 | 27 | # bright 28 | color8 #B0B0B0 29 | color9 #FD8900 30 | color10 #E0E0E0 31 | color11 #D0D0D0 32 | color12 #000000 33 | color13 #151515 34 | color14 #CC6633 35 | color15 #202020 36 | -------------------------------------------------------------------------------- /.config/kitty/base16-kitty/colors/base16-tokyodark-terminal.conf: -------------------------------------------------------------------------------- 1 | # Base16 Tokyodark Terminal - kitty color config 2 | # Scheme by Tiagovla (https://github.com/tiagovla/) 3 | background #11121d 4 | foreground #a0a8cd 5 | selection_background #a0a8cd 6 | selection_foreground #11121d 7 | url_color #4a5057 8 | cursor #a0a8cd 9 | active_border_color #282c34 10 | inactive_border_color #1A1B2A 11 | active_tab_background #11121d 12 | active_tab_foreground #a0a8cd 13 | inactive_tab_background #1A1B2A 14 | inactive_tab_foreground #4a5057 15 | tab_bar_background #1A1B2A 16 | 17 | # normal 18 | color0 #11121d 19 | color1 #ee6d85 20 | color2 #95c561 21 | color3 #d7a65f 22 | color4 #7199ee 23 | color5 #a485dd 24 | color6 #38a89d 25 | color7 #a0a8cd 26 | 27 | # bright 28 | color8 #282c34 29 | color9 #f6955b 30 | color10 #1A1B2A 31 | color11 #212234 32 | color12 #4a5057 33 | color13 #a0a8cd 34 | color14 #773440 35 | color15 #a0a8cd 36 | -------------------------------------------------------------------------------- /.config/kitty/base16-kitty/colors/base16-tomorrow-night-eighties.conf: -------------------------------------------------------------------------------- 1 | # Base16 Tomorrow Night - kitty color config 2 | # Scheme by Chris Kempson (http://chriskempson.com) 3 | background #2d2d2d 4 | foreground #cccccc 5 | selection_background #cccccc 6 | selection_foreground #2d2d2d 7 | url_color #b4b7b4 8 | cursor #cccccc 9 | active_border_color #999999 10 | inactive_border_color #393939 11 | active_tab_background #2d2d2d 12 | active_tab_foreground #cccccc 13 | inactive_tab_background #393939 14 | inactive_tab_foreground #b4b7b4 15 | tab_bar_background #393939 16 | 17 | # normal 18 | color0 #2d2d2d 19 | color1 #f2777a 20 | color2 #99cc99 21 | color3 #ffcc66 22 | color4 #6699cc 23 | color5 #cc99cc 24 | color6 #66cccc 25 | color7 #cccccc 26 | 27 | # bright 28 | color8 #999999 29 | color9 #f99157 30 | color10 #393939 31 | color11 #515151 32 | color12 #b4b7b4 33 | color13 #e0e0e0 34 | color14 #a3685a 35 | color15 #ffffff 36 | -------------------------------------------------------------------------------- /.config/kitty/base16-kitty/colors/base16-windows-10-light.conf: -------------------------------------------------------------------------------- 1 | # Base16 Windows 10 Light - kitty color config 2 | # Scheme by Fergus Collins (https://github.com/C-Fergus) 3 | background #f2f2f2 4 | foreground #767676 5 | selection_background #767676 6 | selection_foreground #f2f2f2 7 | url_color #ababab 8 | cursor #767676 9 | active_border_color #cccccc 10 | inactive_border_color #e5e5e5 11 | active_tab_background #f2f2f2 12 | active_tab_foreground #767676 13 | inactive_tab_background #e5e5e5 14 | inactive_tab_foreground #ababab 15 | tab_bar_background #e5e5e5 16 | 17 | # normal 18 | color0 #f2f2f2 19 | color1 #c50f1f 20 | color2 #13a10e 21 | color3 #c19c00 22 | color4 #0037da 23 | color5 #881798 24 | color6 #3a96dd 25 | color7 #767676 26 | 27 | # bright 28 | color8 #cccccc 29 | color9 #f9f1a5 30 | color10 #e5e5e5 31 | color11 #d9d9d9 32 | color12 #ababab 33 | color13 #414141 34 | color14 #16c60c 35 | color15 #0c0c0c 36 | -------------------------------------------------------------------------------- /.config/kitty/base16-kitty/colors/base16-windows-95-light.conf: -------------------------------------------------------------------------------- 1 | # Base16 Windows 95 Light - kitty color config 2 | # Scheme by Fergus Collins (https://github.com/C-Fergus) 3 | background #fcfcfc 4 | foreground #545454 5 | selection_background #545454 6 | selection_foreground #fcfcfc 7 | url_color #7e7e7e 8 | cursor #545454 9 | active_border_color #a8a8a8 10 | inactive_border_color #e0e0e0 11 | active_tab_background #fcfcfc 12 | active_tab_foreground #545454 13 | inactive_tab_background #e0e0e0 14 | inactive_tab_foreground #7e7e7e 15 | tab_bar_background #e0e0e0 16 | 17 | # normal 18 | color0 #fcfcfc 19 | color1 #a80000 20 | color2 #00a800 21 | color3 #a85400 22 | color4 #0000a8 23 | color5 #a800a8 24 | color6 #00a8a8 25 | color7 #545454 26 | 27 | # bright 28 | color8 #a8a8a8 29 | color9 #fcfc54 30 | color10 #e0e0e0 31 | color11 #c4c4c4 32 | color12 #7e7e7e 33 | color13 #2a2a2a 34 | color14 #54fc54 35 | color15 #000000 36 | -------------------------------------------------------------------------------- /.config/kitty/base16-kitty/colors/base16-windows-nt-light.conf: -------------------------------------------------------------------------------- 1 | # Base16 Windows NT Light - kitty color config 2 | # Scheme by Fergus Collins (https://github.com/C-Fergus) 3 | background #ffffff 4 | foreground #808080 5 | selection_background #808080 6 | selection_foreground #ffffff 7 | url_color #a0a0a0 8 | cursor #808080 9 | active_border_color #c0c0c0 10 | inactive_border_color #eaeaea 11 | active_tab_background #ffffff 12 | active_tab_foreground #808080 13 | inactive_tab_background #eaeaea 14 | inactive_tab_foreground #a0a0a0 15 | tab_bar_background #eaeaea 16 | 17 | # normal 18 | color0 #ffffff 19 | color1 #800000 20 | color2 #008000 21 | color3 #808000 22 | color4 #000080 23 | color5 #800080 24 | color6 #008080 25 | color7 #808080 26 | 27 | # bright 28 | color8 #c0c0c0 29 | color9 #ffff00 30 | color10 #eaeaea 31 | color11 #d5d5d5 32 | color12 #a0a0a0 33 | color13 #404040 34 | color14 #00ff00 35 | color15 #000000 36 | -------------------------------------------------------------------------------- /.config/kitty/base16-kitty/colors/base16-atelier-forest-light.conf: -------------------------------------------------------------------------------- 1 | # Base16 Atelier Forest Light - kitty color config 2 | # Scheme by Bram de Haan (http://atelierbramdehaan.nl) 3 | background #f1efee 4 | foreground #68615e 5 | selection_background #68615e 6 | selection_foreground #f1efee 7 | url_color #766e6b 8 | cursor #68615e 9 | active_border_color #9c9491 10 | inactive_border_color #e6e2e0 11 | active_tab_background #f1efee 12 | active_tab_foreground #68615e 13 | inactive_tab_background #e6e2e0 14 | inactive_tab_foreground #766e6b 15 | tab_bar_background #e6e2e0 16 | 17 | # normal 18 | color0 #f1efee 19 | color1 #f22c40 20 | color2 #7b9726 21 | color3 #c38418 22 | color4 #407ee7 23 | color5 #6666ea 24 | color6 #3d97b8 25 | color7 #68615e 26 | 27 | # bright 28 | color8 #9c9491 29 | color9 #df5320 30 | color10 #e6e2e0 31 | color11 #a8a19f 32 | color12 #766e6b 33 | color13 #2c2421 34 | color14 #c33ff3 35 | color15 #1b1918 36 | --------------------------------------------------------------------------------