Add kitty terminal configuration

Update other stuff
This commit is contained in:
2019-05-04 21:03:07 +04:00
parent 5b2844a2f0
commit 19cc1b0528
249 changed files with 8937 additions and 98 deletions

View File

@@ -1,4 +1,4 @@
**min.js *min.js
*.lock *.lock
*.locked *.locked
*.log *.log
@@ -7,3 +7,6 @@ log/**
tmp/** tmp/**
vendor/** vendor/**
node_modules/** node_modules/**
.git/
.hg/
.svn/

34
.gitconfig Normal file
View File

@@ -0,0 +1,34 @@
[include]
path = .gituser
[core]
excludesfile = ~/.gitignore_global
pager = diff-so-fancy | less --tabs=2 -RFX
[alias]
st = status
ci = commit
br = branch
co = checkout
df = diff
pl = pull
ps = push
today = log --stat --since='1 Day Ago' --graph --pretty=oneline --abbrev-commit --date=relative
lg = log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit --date=relative
lf = !sh -c 'git lg --grep=$1 --max-count=5' -
tree = log --graph --decorate --pretty=oneline --abbrev-commit
patch = !git --no-pager diff --no-color
[color]
status = always
diff = always
[push]
default = simple
[merge]
tool = vimdiff
conflictstyle = diff3
[mergetool]
prompt = false

View File

@@ -6,23 +6,30 @@
# ---------------------------------------------------------------------- # ----------------------------------------------------------------------
auto-reload yes auto-reload yes
browser firefox browser qutebrowser
cleanup-on-quit yes cleanup-on-quit yes
# download-path "/home/moparx/downloads/podcasts" # download-path "/home/moparx/downloads/podcasts"
feed-sort-order title-dec feed-sort-order firsttag
max-downloads 4 max-downloads 4
notify-always yes notify-always yes
notify-format "newsbeuter: %n unread articles within %f unread feeds" notify-format "newsboat: %n unread articles within %f unread feeds"
notify-program notify-send notify-program notify-send
notify-xterm no notify-xterm no
notify-screen no notify-screen no
player mplayer player mpv
refresh-on-startup yes refresh-on-startup yes
reload-time 60 reload-time 60
reload-threads 2 reload-threads 2
#show-read-articles no #show-read-articles no
show-read-feeds yes show-read-feeds yes
prepopulate-query-feeds yes
feedlist-format "%4i %11u %T > %t"
define-filter "Only query feeds" "feedtitle =~ \"====\""
include "~/.newsboat/nextcloud"
# binds ---------------------------------------------------------------- # binds ----------------------------------------------------------------

View File

@@ -22,7 +22,6 @@
--ALTMETA="" --ALTMETA=""
-- Terminal emulator. -- Terminal emulator.
XTERM="urxvt"
-- Some basic settings. -- Some basic settings.
ioncore.set{ ioncore.set{

View File

@@ -379,7 +379,7 @@ defbindings("WMoveresMode", {
-- Main menu -- Main menu
defmenu("mainmenu", { defmenu("mainmenu", {
menuentry("Run...", "mod_query.query_exec(_)"), menuentry("Run...", "mod_query.query_exec(_)"),
menuentry("Terminal", "mod_query.exec_on_merr(_, XTERM or 'urxvt')"), menuentry("Terminal", "mod_query.exec_on_merr(_, XTERM or 'terminal')"),
menuentry("Shrug", "mod_query.exec_on_merr(_, shrugger)"), menuentry("Shrug", "mod_query.exec_on_merr(_, shrugger)"),
menuentry("Lock screen", menuentry("Lock screen",
"notioncore.exec_on(_, 'locker')"), "notioncore.exec_on(_, 'locker')"),

View File

@@ -37,7 +37,7 @@ mod_statusbar.create{
-- right, respectively, and %systray is a placeholder for system tray -- right, respectively, and %systray is a placeholder for system tray
-- windows and icons. -- windows and icons.
-- --
template=" %battery %battery_remaining | %load | %mem_available | %filler | %taskwarrior | %pomodoro [ %timelogger ] %systray | %date ", template=" %battery %battery_remaining | %load | %mem_available | %filler%taskwarrior | %pomodoro [ %timelogger ] %systray | %date ",
--template="[ %date || load:% %>load || mail:% %>mail_new/%>mail_total ] %filler%systray", --template="[ %date || load:% %>load || mail:% %>mail_new/%>mail_total ] %filler%systray",
--template="[ %date || load: %05load_1min || mail: %02mail_new/%02mail_total ] %filler%systray", --template="[ %date || load: %05load_1min || mail: %02mail_new/%02mail_total ] %filler%systray",
} }

113
.notion/look_base16.lua Normal file
View File

@@ -0,0 +1,113 @@
-- look_simpleblue.lua drawing engine configuration file for Notion.
if not gr.select_engine("de") then return end
de.reset()
de.defstyle("*", {
shadow_colour = "black",
highlight_colour = "black",
background_colour = "#1d2021",
foreground_colour = "#d5c4a1",
padding_pixels = 0,
highlight_pixels = 0,
shadow_pixels = 0,
border_style = "elevated",
font = "-*-Fixedsys Excelsior-regular-r-*-*-13-*-*-*-*-*-*",
text_align = "center",
})
de.defstyle("frame", {
shadow_colour = "black",
highlight_colour = "#1d2021",
padding_colour = "#1d2021",
background_colour = "black",
foreground_colour = "#1d2021",
padding_pixels = 0,
highlight_pixels = 0,
shadow_pixels = 0,
de.substyle("active", {
shadow_colour = "black",
highlight_colour = "black",
background_colour = "#665c54",
foreground_colour = "#1d2021",
}),
})
de.defstyle("tab", {
de.substyle("active-selected", {
shadow_colour = "black",
highlight_colour = "black",
background_colour = "#665c54",
foreground_colour = "#fbf1c7",
}),
--de.substyle("active-unselected", {
--shadow_colour = "black",
--highlight_colour = "black",
--background_colour = "#073642",
--foreground_colour = "#9f9f9f",
--}),
--de.substyle("inactive-selected", {
--shadow_colour = "black",
--highlight_colour = "black",
--background_colour = "#382C1B",
--foreground_colour = "#bfbfbf",
--}),
--de.substyle("inactive-unselected", {
--shadow_colour = "black",
--highlight_colour = "black",
--background_colour = "#073642",
--foreground_colour = "#9f9f9f",
--}),
padding_pixels = 1,
text_align = "left",
})
de.defstyle("input", {
shadow_colour = "black",
highlight_colour = "black",
background_colour = "#1d2021",
foreground_colour = "#fbf1c7",
padding_pixels = 1,
highlight_pixels = 0,
shadow_pixels = 0,
border_style = "elevated",
de.substyle("*-cursor", {
background_colour = "#fdf6e3",
foreground_colour = "#1d2021",
}),
de.substyle("*-selection", {
background_colour = "#83a598",
foreground_colour = "#1d2021",
}),
})
de.defstyle("input-menu", {
padding_pixels=0,
})
de.defstyle("stdisp", {
shadow_pixels = 0,
highlight_pixels = 0,
text_align = "left",
background_colour = "black",
foreground_colour = "#bdae93",
-- font = "-*-Fixedsys Excelsior-regular-r-*-*-13-*-*-*-*-*-*",
font = "-*-Iosevka Term Bold-regular-r-*-*-13-*-*-*-*-*-*",
de.substyle("important", {
background_colour = "black",
foreground_colour = "#b8bb26",
highlight_colour = "#1d2021",
}),
de.substyle("critical", {
background_colour = "black",
foreground_colour = "#fb4934",
highlight_colour = "#1d2021",
}),
})
-- dopath("lookcommon_clean")
gr.refresh()

11
.notion/statusd_task Executable file
View File

@@ -0,0 +1,11 @@
#!/bin/bash
CURRENT_TASK=$(/usr/bin/task active 2>&1 | head -n 4 | tail -n 1 | sed 's/\s\+/ /g')
if [[ $CURRENT_TASK == 'No matches.' ]]; then
echo ''
else
echo "Task: $CURRENT_TASK"
fi
exit 0

View File

@@ -1,5 +1,5 @@
local task_base_settings = { local task_base_settings = {
update_interval = 30*1000, -- every minute update_interval = 15*1000, -- every 15 seconds
} }
local task_settings = task_base_settings local task_settings = task_base_settings
@@ -8,7 +8,7 @@ local task_timer
-- Read the active task -- Read the active task
local function read_task_data () local function read_task_data ()
local f = assert(io.popen("/usr/bin/task statusd limit:1 | head -n 4 | tail -n 1 | sed 's/\s\+/ /g'")) local f = assert(io.popen("~/.notion/statusd_task"))
local data = f:read("*all") local data = f:read("*all")
f:close() f:close()
return data return data
@@ -20,6 +20,7 @@ local function inform_task ()
local task = read_task_data() local task = read_task_data()
statusd.inform("taskwarrior", task) statusd.inform("taskwarrior", task)
statusd.inform("taskwarrior_hint", "critical")
end end

7
.notion/statusd_timeledger Executable file
View File

@@ -0,0 +1,7 @@
#!/bin/bash
CURRENT_TASK=$(cd ~/.work-ledger && ./bin/ledger bal -p today --depth 1 ^Work | sed 's/\s\+/ /g')
echo $CURRENT_TASK
exit 0

212
.nvimrc
View File

@@ -7,12 +7,13 @@ call vundle#begin('$HOME/.config/nvim/bundle')
" let Vundle manage Vundle " let Vundle manage Vundle
" required! " required!
Plugin 'gmarik/Vundle.vim' Plugin 'gmarik/Vundle.vim'
" Plugin 'pydave/AsyncCommand'
Plugin 'tpope/vim-fugitive' Plugin 'tpope/vim-fugitive'
" Colors
Plugin 'chriskempson/base16-vim'
" Autocomplete " Autocomplete
Plugin 'Shougo/deoplete.nvim', { 'do': ':UpdateRemotePlugins' } Plugin 'Shougo/deoplete.nvim', { 'do': ':UpdateRemotePlugins' }
" Plugin 'ervandew/supertab'
" "
Plugin 'terryma/vim-multiple-cursors' Plugin 'terryma/vim-multiple-cursors'
@@ -20,15 +21,15 @@ Plugin 'Lokaltog/vim-easymotion'
" Languages " Languages
Plugin 'rust-lang/rust.vim' Plugin 'rust-lang/rust.vim'
Plugin 'racer-rust/vim-racer'
Plugin 'vim-ruby/vim-ruby'
Plugin 'tpope/vim-rails' Plugin 'tpope/vim-rails'
Plugin 'tpope/vim-rake' Plugin 'tpope/vim-rake'
Plugin 'tpope/vim-bundler' Plugin 'tpope/vim-bundler'
Plugin 'ledger/vim-ledger' Plugin 'ledger/vim-ledger'
Plugin 'kchmck/vim-coffee-script'
Plugin 'slim-template/vim-slim' Plugin 'slim-template/vim-slim'
Plugin 'fatih/vim-go' Plugin 'fatih/vim-go'
Plugin 'wavded/vim-stylus' Plugin 'wavded/vim-stylus'
Plugin 'tpope/vim-haml'
Plugin 'digitaltoad/vim-jade' Plugin 'digitaltoad/vim-jade'
Plugin 'Glench/Vim-Jinja2-Syntax' Plugin 'Glench/Vim-Jinja2-Syntax'
@@ -37,75 +38,58 @@ Plugin 'farseer90718/vim-taskwarrior'
Plugin 'majutsushi/tagbar' Plugin 'majutsushi/tagbar'
Plugin 'L9' " Plugin 'L9'
" Plugin 'FuzzyFinder'
" Plugin 'AutoComplPop'
Plugin 'scrooloose/nerdcommenter' Plugin 'scrooloose/nerdcommenter'
Plugin 'scrooloose/nerdtree' Plugin 'scrooloose/nerdtree'
Plugin 'jistr/vim-nerdtree-tabs' Plugin 'jistr/vim-nerdtree-tabs'
" Plugin 'tpope/vim-rvm' " Plugin 'vim-scripts/tlib'
" Plugin 'vim-scripts/ScreenShot'
Plugin 'vim-scripts/SearchComplete'
Plugin 'MarcWeber/vim-addon-mw-utils'
Plugin 'vim-scripts/tlib'
" Snippets " Snippets
" Plugin 'garbas/vim-snipmate'
Plugin 'Shougo/neosnippet' Plugin 'Shougo/neosnippet'
Plugin 'Shougo/neosnippet-snippets' Plugin 'Shougo/neosnippet-snippets'
Plugin 'honza/vim-snippets' Plugin 'honza/vim-snippets'
Plugin 'vim-scripts/taglist.vim'
" Appearance " Appearance
Plugin 'vim-airline/vim-airline' Plugin 'vim-airline/vim-airline'
Plugin 'vim-airline/vim-airline-themes' Plugin 'vim-airline/vim-airline-themes'
" CVS
Plugin 'phleet/vim-mercenary'
Plugin 'mattn/calendar-vim' Plugin 'mattn/calendar-vim'
Plugin 'vim-scripts/vimwiki' Plugin 'vim-scripts/vimwiki'
" Plugin 'mhinz/vim-startify' " Plugin 'mhinz/vim-startify'
Plugin 'ngmy/vim-rubocop' " Plugin 'ngmy/vim-rubocop'
Plugin 'editorconfig/editorconfig-vim' Plugin 'editorconfig/editorconfig-vim'
Plugin 'tpope/vim-surround' Plugin 'tpope/vim-surround'
Plugin 'tpope/vim-unimpaired'
Plugin 'tpope/vim-endwise'
Plugin 'rstacruz/vim-closer'
Plugin 'kien/ctrlp.vim' Plugin 'kien/ctrlp.vim'
" Plugin 'mileszs/ack.vim' Plugin 'mileszs/ack.vim'
Plugin 'numkil/ag.nvim'
Plugin 'godlygeek/tabular' Plugin 'godlygeek/tabular'
Plugin 'nathanaelkane/vim-indent-guides' Plugin 'nathanaelkane/vim-indent-guides'
Plugin 'neomake/neomake' " Linters and syntax stuff
Plugin 'w0rp/ale'
"
" Plugin 'neomake/neomake'
" Plugin 'vim-syntastic/syntastic' " Plugin 'vim-syntastic/syntastic'
" Plugin 'syngan/vim-vimlint' " Plugin 'syngan/vim-vimlint'
" Plugin 'ynkdir/vim-vimlparser' " Plugin 'ynkdir/vim-vimlparser'
" Plugin 'tpope/vim-dispatch' " Plugin 'tpope/vim-dispatch'
" Plugin 'whatyouhide/vim-gotham' " Plugin 'whatyouhide/vim-gotham'
Plugin 'altercation/vim-colors-solarized' " Plugin 'altercation/vim-colors-solarized'
Plugin 'airblade/vim-gitgutter' Plugin 'airblade/vim-gitgutter'
Plugin 'szw/vim-maximizer' Plugin 'szw/vim-maximizer'
Plugin 'kassio/neoterm' Plugin 'kassio/neoterm'
call vundle#end() call vundle#end()
let wiki = {} " Colorscheme
let wiki.path = '~/wiki/' set t_Co=256
let wiki.diary_rel_path='journal/' set termguicolors
let wiki.diary_index='journal' set background=dark
let wiki.diary_header='Journal' let base16colorspace=256
let wiki.syntax = 'markdown' colorscheme base16-gruvbox-dark-hard
let wiki.ext = '.md'
"let wiki.auto_export = 1
let wiki.nested_syntaxes = {'ruby': 'ruby', 'sh': 'sh'}
"let wiki.custom_wiki2html = '~/scripts/vimwiki-md2html.rb'
let g:vimwiki_list = [wiki]
let g:vimwiki_hl_headers = 1
let g:vimwiki_hl_cb_checked = 1
let g:vimwiki_ext2syntax = {'.md': 'markdown', '.mkd': 'markdown', '.wiki': 'media'}
" Disable markdown syntax concealing
let g:vimwiki_conceallevel=0
" NERD Commenter " NERD Commenter
" Add spaces after comment delimiters by default " Add spaces after comment delimiters by default
@@ -148,6 +132,8 @@ function Multiple_cursors_after()
endfunction endfunction
autocmd FileType ruby setlocal omnifunc=rubycomplete#Complete autocmd FileType ruby setlocal omnifunc=rubycomplete#Complete
autocmd FileType ledger setlocal sw=4 ts=4 sts=4
autocmd FileType rust setlocal sw=4 ts=4 sts=4
" Neocomplete snippets " Neocomplete snippets
imap <C-k> <Plug>(neosnippet_expand_or_jump) imap <C-k> <Plug>(neosnippet_expand_or_jump)
@@ -178,40 +164,55 @@ let g:neosnippet#snippets_directory='~/.config/nvim/bundle/vim-snippets/snippets
" Neomake " Neomake
" Run NeoMake on read and write operations " Run NeoMake on read and write operations
" autocmd! BufReadPost,BufWritePost * Neomake " autocmd! BufReadPost,BufWritePost * Neomake
autocmd! BufWritePost * Neomake " autocmd! BufWritePost * Neomake
autocmd BufUnload,BufWinLeave * lclose " autocmd BufUnload,BufWinLeave * lclose
let g:AutoPairsMultilineClose = 0 " ALE
" let g:ale_sign_column_always = 1
let g:airline#extensions#ale#enabled = 1
let g:ale_list_window_size = 3
let g:ale_lint_on_text_changed = 'never'
let g:ale_lint_on_enter = 0
let g:ale_open_list = 1
let g:neomake_ruby_enabled_makers = ['rubocop', 'reek'] " let g:ale_sign_error = 'E>'
let g:neomake_open_list = 2 " let g:ale_sign_warning = 'W>'
let g:neomake_list_height = 4 let g:ale_sign_error = '×'
let g:neomake_serialize = 1 let g:ale_sign_warning = '•'
let g:neomake_serialize_abort_on_error = 1
let g:neomake_error_sign = { let g:ale_echo_msg_error_str = 'Error'
\ 'text': 'E>', let g:ale_echo_msg_warning_str = 'Warning'
\ 'texthl': 'NeomakeErrorSign', let g:ale_echo_msg_format = '[%severity%] %s [%linter%]'
\ }
let g:neomake_warning_sign = {
\ 'text': 'S>',
\ 'texthl': 'NeomakeWarningSign',
\ }
let g:neomake_info_sign = {
\ 'text': 'I>',
\ 'texthl': 'NeomakeInfoSign',
\ }
let g:neomake_message_sign = {
\ 'text': 'M>',
\ 'texthl': 'NeomakeMsg',
\ }
augroup my_neomake_signs " let g:neomake_ruby_enabled_makers = ['rubocop', 'reek']
au! " let g:neomake_open_list = 2
autocmd ColorScheme * " let g:neomake_list_height = 4
\ hi NeomakeErrorSign ctermfg=red | " let g:neomake_serialize = 1
\ hi NeomakeWarningSign ctermfg=yellow " let g:neomake_serialize_abort_on_error = 1
augroup END "
" let g:neomake_error_sign = {
" \ 'text': 'E>',
" \ 'texthl': 'NeomakeErrorSign',
" \ }
" let g:neomake_warning_sign = {
" \ 'text': 'S>',
" \ 'texthl': 'NeomakeWarningSign',
" \ }
" let g:neomake_info_sign = {
" \ 'text': 'I>',
" \ 'texthl': 'NeomakeInfoSign',
" \ }
" let g:neomake_message_sign = {
" \ 'text': 'M>',
" \ 'texthl': 'NeomakeMsg',
" \ }
"
" augroup my_neomake_signs
" au!
" autocmd ColorScheme *
" \ hi NeomakeErrorSign ctermfg=red |
" \ hi NeomakeWarningSign ctermfg=yellow
" augroup END
let g:EditorConfig_exclude_patterns = ['fugitive://.*', 'scp://.*'] let g:EditorConfig_exclude_patterns = ['fugitive://.*', 'scp://.*']
@@ -232,7 +233,13 @@ let g:EditorConfig_exclude_patterns = ['fugitive://.*', 'scp://.*']
" Ack " Ack
" let g:ack_use_dispatch = 0 " let g:ack_use_dispatch = 0
" Ag " Ag
let g:agprg="ag --vimgrep" if executable('rg')
let g:ackprg = 'rg --vimgrep'
cnoreabbrev ag Ack
cnoreabbrev aG Ack
cnoreabbrev Ag Ack
cnoreabbrev AG Ack
endif
syntax enable syntax enable
filetype plugin indent on filetype plugin indent on
@@ -252,6 +259,13 @@ let g:calendar_focus_today = 1
" RustFmt rust " RustFmt rust
let g:rustfmt_autosave = 1 let g:rustfmt_autosave = 1
" Racer
let g:racer_experimental_completer = 1
au FileType rust nmap gd <Plug>(rust-def)
au FileType rust nmap gs <Plug>(rust-def-split)
au FileType rust nmap gx <Plug>(rust-def-vertical)
au FileType rust nmap <leader>gd <Plug>(rust-doc)
au BufRead,BufNewFile *.jbuilder setf ruby au BufRead,BufNewFile *.jbuilder setf ruby
au BufRead,BufNewFile *.rabl setf ruby au BufRead,BufNewFile *.rabl setf ruby
au BufRead,BufNewFile *.arb setf ruby au BufRead,BufNewFile *.arb setf ruby
@@ -262,7 +276,7 @@ au BufRead,BufNewFile *.tag setf coffee " riotjs tags
" silent! nmap <C-g> :FufCoverageFile<CR> " silent! nmap <C-g> :FufCoverageFile<CR>
" "
" Airline " Airline
let g:airline_theme = 'solarized' let g:airline_theme = 'base16'
" let g:airline_section_s = '' " Don't display encoding " let g:airline_section_s = '' " Don't display encoding
" let g:airline_section_y = '' " Don't display encoding " let g:airline_section_y = '' " Don't display encoding
let g:airline_powerline_fonts = 1 let g:airline_powerline_fonts = 1
@@ -273,7 +287,6 @@ let g:airline#extensions#tabline#enabled = 1 " Enable airline for tab-bar
" let g:airline#extensions#tabline#fnamemod = ':t' " Display only filename in tab " let g:airline#extensions#tabline#fnamemod = ':t' " Display only filename in tab
" Buffer/Tab navigation " Buffer/Tab navigation
nnoremap <C-b>p :bp<CR>
nnoremap <C-b>h :bp<CR> nnoremap <C-b>h :bp<CR>
nnoremap <C-b>n :bn<CR> nnoremap <C-b>n :bn<CR>
nnoremap <C-b>l :bn<CR> nnoremap <C-b>l :bn<CR>
@@ -294,9 +307,11 @@ let g:gitgutter_sign_modified_removed = '█'
let g:ctrlp_map = '<c-g>' let g:ctrlp_map = '<c-g>'
let g:ctrlp_cmd = 'CtrlP' let g:ctrlp_cmd = 'CtrlP'
let g:ctrlp_custom_ignore = '\v(node_modules|vendor\/bundle)$' let g:ctrlp_user_command = "fd --type file --full-path -c never -H -E node_modules -E vendor -E public -E tmp -E log -E .git -E .hg -E .svn -E '*.min.js' -E '*.log' -E '.keep' %s"
let g:ctrlp_user_command = ['.git', 'cd %s && git ls-files -co --exclude-standard']
let g:ctrlp_dont_split = 'NERD' let g:ctrlp_dont_split = 'NERD'
let g:ctrlp_root_markers = ['Dockerfile', 'gems.locked', 'Gemfile.lock', '.gitignore']
let g:ctrlp_working_path_mode = 'aw'
let g:ctrlp_use_caching = 0
" Vim maximizer " Vim maximizer
let g:maximizer_default_mapping_key = '<F3>' let g:maximizer_default_mapping_key = '<F3>'
@@ -313,16 +328,42 @@ endfun
" tagbar " tagbar
nmap <F8> :TagbarToggle<CR> nmap <F8> :TagbarToggle<CR>
let g:tagbar_type_rust = {
\ 'ctagstype' : 'rust',
\ 'kinds' : [
\'T:types,type definitions',
\'f:functions,function definitions',
\'g:enum,enumeration names',
\'s:structure names',
\'m:modules,module names',
\'c:consts,static constants',
\'t:traits',
\'i:impls,trait implementations',
\]
\}
let g:tagbar_type_ruby = {
\ 'kinds' : [
\ 'm:modules',
\ 'c:classes',
\ 'd:describes',
\ 'C:contexts',
\ 'f:methods',
\ 'F:singleton methods'
\ ]
\}
" Automatically clean trailing whitespaces on save " Automatically clean trailing whitespaces on save
autocmd BufWritePre *.* :call <SID>StripTrailingWhitespaces() autocmd BufWritePre *.* :call <SID>StripTrailingWhitespaces()
" vim-indent-guides
" let g:indent_guides_enable_on_vim_startup = 1
" let g:indent_guides_auto_colors = 0
" let g:indent_guides_guide_size = 1
" let g:indent_guides_start_level = 2
" autocmd VimEnter,Colorscheme * :hi IndentGuidesOdd ctermbg=8
" autocmd VimEnter,Colorscheme * :hi IndentGuidesEven ctermbg=0
set noswapfile set noswapfile
set background=dark
" colorscheme coldrails
set t_Co=256
colorscheme solarized
call togglebg#map("<F5>")
set ofu=syntaxcomplete#Complete set ofu=syntaxcomplete#Complete
set ts=2 " Tabs are 2 spaces set ts=2 " Tabs are 2 spaces
@@ -341,14 +382,12 @@ set linebreak
set notimeout set notimeout
set ttimeout set ttimeout
" set timeoutlen=250 " Time to wait after ESC (default causes an annoying delay) " set timeoutlen=250 " Time to wait after ESC (default causes an annoying delay)
set synmaxcol=160 set synmaxcol=200
set incsearch set incsearch
set hlsearch " Highlight searches set hlsearch " Highlight searches
set ruler " Ruler on set ruler " Ruler on
set colorcolumn=+1
set re=1 set re=1
" set ttyfast " set ttyfast
" set lazyredraw " set lazyredraw
@@ -382,8 +421,11 @@ set noerrorbells " No noise.
set laststatus=2 " Always show status line. set laststatus=2 " Always show status line.
" Invisibles " Invisibles
set list " show invisibles " set listchars=tab:▸\ ,eol:¬
set listchars=tab:▸\ ,eol:¬ set list listchars=tab:▸·,trail:·,nbsp:·
" Use one space, not two, after punctuation.
set nojoinspaces
" inoremap <Up> <NOP> " inoremap <Up> <NOP>
" inoremap <Down> <NOP> " inoremap <Down> <NOP>

View File

@@ -26,6 +26,8 @@ Rails/Date:
Metrics/BlockLength: Metrics/BlockLength:
Exclude: Exclude:
- 'spec/**/*_spec.rb' - 'spec/**/*_spec.rb'
- 'app/endpoints/**/*.rb'
- '*.gemspec'
# Commonly used screens these days easily fit more than 80 characters. # Commonly used screens these days easily fit more than 80 characters.
Metrics/LineLength: Metrics/LineLength:
@@ -99,3 +101,6 @@ Style/AndOr:
Enabled: true Enabled: true
Exclude: Exclude:
- 'app/controllers/**/*' - 'app/controllers/**/*'
Layout/AlignParameters:
Enabled: false

View File

@@ -1,7 +1,7 @@
#!/bin/sh #!/bin/sh
export BROWSER=browser export BROWSER=browser
export XTERM=urxvt export XTERM=kitty
export LANGUAGE=en_US:en_GB:en export LANGUAGE=en_US:en_GB:en
export LC_TIME=ru_RU.UTF-8 export LC_TIME=ru_RU.UTF-8

4
.zshrc
View File

@@ -8,8 +8,8 @@ fi
# Lines configured by zsh-newuser-install # Lines configured by zsh-newuser-install
HISTFILE=~/.histfile HISTFILE=~/.histfile
HISTSIZE=1000 HISTSIZE=2000
SAVEHIST=1000 SAVEHIST=2000
#Дописывание файла истории #Дописывание файла истории
setopt appendhistory setopt appendhistory

View File

@@ -48,3 +48,5 @@ alias gitst="git st"
# Ledger # Ledger
alias ledger="noglob ledger" alias ledger="noglob ledger"
alias "bin/ledger"="noglob bin/ledger" alias "bin/ledger"="noglob bin/ledger"
alias icat="kitty +kitten icat"

1
.zshrc.d/paths.zsh Normal file
View File

@@ -0,0 +1 @@
export PATH=$HOME/.joplin-bin/bin:$PATH

View File

@@ -0,0 +1,41 @@
# Base16 3024 - kitty color config
# Jan T. Sott (http://github.com/idleberg)
background #090300
foreground #a5a2a2
selection_background #a5a2a2
selection_foreground #090300
url_color #807d7c
cursor #a5a2a2
active_border_color #5c5855
active_tab_background #090300
active_tab_foreground #a5a2a2
inactive_tab_background #3a3432
inactive_tab_foreground #807d7c
# normal
color0 #090300
color1 #db2d20
color2 #01a252
color3 #fded02
color4 #01a0e4
color5 #a16a94
color6 #b5e4f4
color7 #a5a2a2
# bright
color8 #5c5855
color9 #db2d20
color10 #01a252
color11 #fded02
color12 #01a0e4
color13 #a16a94
color14 #b5e4f4
color15 #a5a2a2
# extended base16 colors
color16 #e8bbd0
color17 #cdab53
color18 #3a3432
color19 #4a4543
color20 #807d7c
color21 #d6d5d4

View File

@@ -0,0 +1,33 @@
# Base16 3024 - kitty color config
# Jan T. Sott (http://github.com/idleberg)
background #090300
foreground #a5a2a2
selection_background #a5a2a2
selection_foreground #090300
url_color #807d7c
cursor #a5a2a2
active_border_color #5c5855
active_tab_background #090300
active_tab_foreground #a5a2a2
inactive_tab_background #3a3432
inactive_tab_foreground #807d7c
# normal
color0 #090300
color1 #db2d20
color2 #01a252
color3 #fded02
color4 #01a0e4
color5 #a16a94
color6 #b5e4f4
color7 #a5a2a2
# bright
color8 #5c5855
color9 #e8bbd0
color10 #3a3432
color11 #4a4543
color12 #807d7c
color13 #d6d5d4
color14 #cdab53
color15 #a5a2a2

View File

@@ -0,0 +1,41 @@
# Base16 Apathy - kitty color config
# Jannik Siebert (https://github.com/janniks)
background #031a16
foreground #81b5ac
selection_background #81b5ac
selection_foreground #031a16
url_color #5f9c92
cursor #81b5ac
active_border_color #2b685e
active_tab_background #031a16
active_tab_foreground #81b5ac
inactive_tab_background #0b342d
inactive_tab_foreground #5f9c92
# normal
color0 #031a16
color1 #3e9688
color2 #883e96
color3 #3e4c96
color4 #96883e
color5 #4c963e
color6 #963e4c
color7 #81b5ac
# bright
color8 #2b685e
color9 #3e9688
color10 #883e96
color11 #3e4c96
color12 #96883e
color13 #4c963e
color14 #963e4c
color15 #81b5ac
# extended base16 colors
color16 #3e7996
color17 #3e965b
color18 #0b342d
color19 #184e45
color20 #5f9c92
color21 #a7cec8

View File

@@ -0,0 +1,33 @@
# Base16 Apathy - kitty color config
# Jannik Siebert (https://github.com/janniks)
background #031a16
foreground #81b5ac
selection_background #81b5ac
selection_foreground #031a16
url_color #5f9c92
cursor #81b5ac
active_border_color #2b685e
active_tab_background #031a16
active_tab_foreground #81b5ac
inactive_tab_background #0b342d
inactive_tab_foreground #5f9c92
# normal
color0 #031a16
color1 #3e9688
color2 #883e96
color3 #3e4c96
color4 #96883e
color5 #4c963e
color6 #963e4c
color7 #81b5ac
# bright
color8 #2b685e
color9 #3e7996
color10 #0b342d
color11 #184e45
color12 #5f9c92
color13 #a7cec8
color14 #3e965b
color15 #81b5ac

View File

@@ -0,0 +1,41 @@
# Base16 Ashes - kitty color config
# Jannik Siebert (https://github.com/janniks)
background #1c2023
foreground #c7ccd1
selection_background #c7ccd1
selection_foreground #1c2023
url_color #adb3ba
cursor #c7ccd1
active_border_color #747c84
active_tab_background #1c2023
active_tab_foreground #c7ccd1
inactive_tab_background #393f45
inactive_tab_foreground #adb3ba
# normal
color0 #1c2023
color1 #c7ae95
color2 #95c7ae
color3 #aec795
color4 #ae95c7
color5 #c795ae
color6 #95aec7
color7 #c7ccd1
# bright
color8 #747c84
color9 #c7ae95
color10 #95c7ae
color11 #aec795
color12 #ae95c7
color13 #c795ae
color14 #95aec7
color15 #c7ccd1
# extended base16 colors
color16 #c7c795
color17 #c79595
color18 #393f45
color19 #565e65
color20 #adb3ba
color21 #dfe2e5

View File

@@ -0,0 +1,33 @@
# Base16 Ashes - kitty color config
# Jannik Siebert (https://github.com/janniks)
background #1c2023
foreground #c7ccd1
selection_background #c7ccd1
selection_foreground #1c2023
url_color #adb3ba
cursor #c7ccd1
active_border_color #747c84
active_tab_background #1c2023
active_tab_foreground #c7ccd1
inactive_tab_background #393f45
inactive_tab_foreground #adb3ba
# normal
color0 #1c2023
color1 #c7ae95
color2 #95c7ae
color3 #aec795
color4 #ae95c7
color5 #c795ae
color6 #95aec7
color7 #c7ccd1
# bright
color8 #747c84
color9 #c7c795
color10 #393f45
color11 #565e65
color12 #adb3ba
color13 #dfe2e5
color14 #c79595
color15 #c7ccd1

View File

@@ -0,0 +1,41 @@
# Base16 Atelier Cave - kitty color config
# Bram de Haan (http://atelierbramdehaan.nl)
background #19171c
foreground #8b8792
selection_background #8b8792
selection_foreground #19171c
url_color #7e7887
cursor #8b8792
active_border_color #655f6d
active_tab_background #19171c
active_tab_foreground #8b8792
inactive_tab_background #26232a
inactive_tab_foreground #7e7887
# normal
color0 #19171c
color1 #be4678
color2 #2a9292
color3 #a06e3b
color4 #576ddb
color5 #955ae7
color6 #398bc6
color7 #8b8792
# bright
color8 #655f6d
color9 #be4678
color10 #2a9292
color11 #a06e3b
color12 #576ddb
color13 #955ae7
color14 #398bc6
color15 #8b8792
# extended base16 colors
color16 #aa573c
color17 #bf40bf
color18 #26232a
color19 #585260
color20 #7e7887
color21 #e2dfe7

View File

@@ -0,0 +1,41 @@
# Base16 Atelier Cave Light - kitty color config
# Bram de Haan (http://atelierbramdehaan.nl)
background #efecf4
foreground #585260
selection_background #585260
selection_foreground #efecf4
url_color #655f6d
cursor #585260
active_border_color #7e7887
active_tab_background #efecf4
active_tab_foreground #585260
inactive_tab_background #e2dfe7
inactive_tab_foreground #655f6d
# normal
color0 #efecf4
color1 #be4678
color2 #2a9292
color3 #a06e3b
color4 #576ddb
color5 #955ae7
color6 #398bc6
color7 #585260
# bright
color8 #7e7887
color9 #be4678
color10 #2a9292
color11 #a06e3b
color12 #576ddb
color13 #955ae7
color14 #398bc6
color15 #585260
# extended base16 colors
color16 #aa573c
color17 #bf40bf
color18 #e2dfe7
color19 #8b8792
color20 #655f6d
color21 #26232a

View File

@@ -0,0 +1,33 @@
# Base16 Atelier Cave Light - kitty color config
# Bram de Haan (http://atelierbramdehaan.nl)
background #efecf4
foreground #585260
selection_background #585260
selection_foreground #efecf4
url_color #655f6d
cursor #585260
active_border_color #7e7887
active_tab_background #efecf4
active_tab_foreground #585260
inactive_tab_background #e2dfe7
inactive_tab_foreground #655f6d
# normal
color0 #efecf4
color1 #be4678
color2 #2a9292
color3 #a06e3b
color4 #576ddb
color5 #955ae7
color6 #398bc6
color7 #585260
# bright
color8 #7e7887
color9 #aa573c
color10 #e2dfe7
color11 #8b8792
color12 #655f6d
color13 #26232a
color14 #bf40bf
color15 #585260

View File

@@ -0,0 +1,33 @@
# Base16 Atelier Cave - kitty color config
# Bram de Haan (http://atelierbramdehaan.nl)
background #19171c
foreground #8b8792
selection_background #8b8792
selection_foreground #19171c
url_color #7e7887
cursor #8b8792
active_border_color #655f6d
active_tab_background #19171c
active_tab_foreground #8b8792
inactive_tab_background #26232a
inactive_tab_foreground #7e7887
# normal
color0 #19171c
color1 #be4678
color2 #2a9292
color3 #a06e3b
color4 #576ddb
color5 #955ae7
color6 #398bc6
color7 #8b8792
# bright
color8 #655f6d
color9 #aa573c
color10 #26232a
color11 #585260
color12 #7e7887
color13 #e2dfe7
color14 #bf40bf
color15 #8b8792

View File

@@ -0,0 +1,41 @@
# Base16 Atelier Dune - kitty color config
# Bram de Haan (http://atelierbramdehaan.nl)
background #20201d
foreground #a6a28c
selection_background #a6a28c
selection_foreground #20201d
url_color #999580
cursor #a6a28c
active_border_color #7d7a68
active_tab_background #20201d
active_tab_foreground #a6a28c
inactive_tab_background #292824
inactive_tab_foreground #999580
# normal
color0 #20201d
color1 #d73737
color2 #60ac39
color3 #ae9513
color4 #6684e1
color5 #b854d4
color6 #1fad83
color7 #a6a28c
# bright
color8 #7d7a68
color9 #d73737
color10 #60ac39
color11 #ae9513
color12 #6684e1
color13 #b854d4
color14 #1fad83
color15 #a6a28c
# extended base16 colors
color16 #b65611
color17 #d43552
color18 #292824
color19 #6e6b5e
color20 #999580
color21 #e8e4cf

View File

@@ -0,0 +1,41 @@
# Base16 Atelier Dune Light - kitty color config
# Bram de Haan (http://atelierbramdehaan.nl)
background #fefbec
foreground #6e6b5e
selection_background #6e6b5e
selection_foreground #fefbec
url_color #7d7a68
cursor #6e6b5e
active_border_color #999580
active_tab_background #fefbec
active_tab_foreground #6e6b5e
inactive_tab_background #e8e4cf
inactive_tab_foreground #7d7a68
# normal
color0 #fefbec
color1 #d73737
color2 #60ac39
color3 #ae9513
color4 #6684e1
color5 #b854d4
color6 #1fad83
color7 #6e6b5e
# bright
color8 #999580
color9 #d73737
color10 #60ac39
color11 #ae9513
color12 #6684e1
color13 #b854d4
color14 #1fad83
color15 #6e6b5e
# extended base16 colors
color16 #b65611
color17 #d43552
color18 #e8e4cf
color19 #a6a28c
color20 #7d7a68
color21 #292824

View File

@@ -0,0 +1,33 @@
# Base16 Atelier Dune Light - kitty color config
# Bram de Haan (http://atelierbramdehaan.nl)
background #fefbec
foreground #6e6b5e
selection_background #6e6b5e
selection_foreground #fefbec
url_color #7d7a68
cursor #6e6b5e
active_border_color #999580
active_tab_background #fefbec
active_tab_foreground #6e6b5e
inactive_tab_background #e8e4cf
inactive_tab_foreground #7d7a68
# normal
color0 #fefbec
color1 #d73737
color2 #60ac39
color3 #ae9513
color4 #6684e1
color5 #b854d4
color6 #1fad83
color7 #6e6b5e
# bright
color8 #999580
color9 #b65611
color10 #e8e4cf
color11 #a6a28c
color12 #7d7a68
color13 #292824
color14 #d43552
color15 #6e6b5e

View File

@@ -0,0 +1,33 @@
# Base16 Atelier Dune - kitty color config
# Bram de Haan (http://atelierbramdehaan.nl)
background #20201d
foreground #a6a28c
selection_background #a6a28c
selection_foreground #20201d
url_color #999580
cursor #a6a28c
active_border_color #7d7a68
active_tab_background #20201d
active_tab_foreground #a6a28c
inactive_tab_background #292824
inactive_tab_foreground #999580
# normal
color0 #20201d
color1 #d73737
color2 #60ac39
color3 #ae9513
color4 #6684e1
color5 #b854d4
color6 #1fad83
color7 #a6a28c
# bright
color8 #7d7a68
color9 #b65611
color10 #292824
color11 #6e6b5e
color12 #999580
color13 #e8e4cf
color14 #d43552
color15 #a6a28c

View File

@@ -0,0 +1,41 @@
# Base16 Atelier Estuary - kitty color config
# Bram de Haan (http://atelierbramdehaan.nl)
background #22221b
foreground #929181
selection_background #929181
selection_foreground #22221b
url_color #878573
cursor #929181
active_border_color #6c6b5a
active_tab_background #22221b
active_tab_foreground #929181
inactive_tab_background #302f27
inactive_tab_foreground #878573
# normal
color0 #22221b
color1 #ba6236
color2 #7d9726
color3 #a5980d
color4 #36a166
color5 #5f9182
color6 #5b9d48
color7 #929181
# bright
color8 #6c6b5a
color9 #ba6236
color10 #7d9726
color11 #a5980d
color12 #36a166
color13 #5f9182
color14 #5b9d48
color15 #929181
# extended base16 colors
color16 #ae7313
color17 #9d6c7c
color18 #302f27
color19 #5f5e4e
color20 #878573
color21 #e7e6df

View File

@@ -0,0 +1,41 @@
# Base16 Atelier Estuary Light - kitty color config
# Bram de Haan (http://atelierbramdehaan.nl)
background #f4f3ec
foreground #5f5e4e
selection_background #5f5e4e
selection_foreground #f4f3ec
url_color #6c6b5a
cursor #5f5e4e
active_border_color #878573
active_tab_background #f4f3ec
active_tab_foreground #5f5e4e
inactive_tab_background #e7e6df
inactive_tab_foreground #6c6b5a
# normal
color0 #f4f3ec
color1 #ba6236
color2 #7d9726
color3 #a5980d
color4 #36a166
color5 #5f9182
color6 #5b9d48
color7 #5f5e4e
# bright
color8 #878573
color9 #ba6236
color10 #7d9726
color11 #a5980d
color12 #36a166
color13 #5f9182
color14 #5b9d48
color15 #5f5e4e
# extended base16 colors
color16 #ae7313
color17 #9d6c7c
color18 #e7e6df
color19 #929181
color20 #6c6b5a
color21 #302f27

View File

@@ -0,0 +1,33 @@
# Base16 Atelier Estuary Light - kitty color config
# Bram de Haan (http://atelierbramdehaan.nl)
background #f4f3ec
foreground #5f5e4e
selection_background #5f5e4e
selection_foreground #f4f3ec
url_color #6c6b5a
cursor #5f5e4e
active_border_color #878573
active_tab_background #f4f3ec
active_tab_foreground #5f5e4e
inactive_tab_background #e7e6df
inactive_tab_foreground #6c6b5a
# normal
color0 #f4f3ec
color1 #ba6236
color2 #7d9726
color3 #a5980d
color4 #36a166
color5 #5f9182
color6 #5b9d48
color7 #5f5e4e
# bright
color8 #878573
color9 #ae7313
color10 #e7e6df
color11 #929181
color12 #6c6b5a
color13 #302f27
color14 #9d6c7c
color15 #5f5e4e

View File

@@ -0,0 +1,33 @@
# Base16 Atelier Estuary - kitty color config
# Bram de Haan (http://atelierbramdehaan.nl)
background #22221b
foreground #929181
selection_background #929181
selection_foreground #22221b
url_color #878573
cursor #929181
active_border_color #6c6b5a
active_tab_background #22221b
active_tab_foreground #929181
inactive_tab_background #302f27
inactive_tab_foreground #878573
# normal
color0 #22221b
color1 #ba6236
color2 #7d9726
color3 #a5980d
color4 #36a166
color5 #5f9182
color6 #5b9d48
color7 #929181
# bright
color8 #6c6b5a
color9 #ae7313
color10 #302f27
color11 #5f5e4e
color12 #878573
color13 #e7e6df
color14 #9d6c7c
color15 #929181

View File

@@ -0,0 +1,41 @@
# Base16 Atelier Forest - kitty color config
# Bram de Haan (http://atelierbramdehaan.nl)
background #1b1918
foreground #a8a19f
selection_background #a8a19f
selection_foreground #1b1918
url_color #9c9491
cursor #a8a19f
active_border_color #766e6b
active_tab_background #1b1918
active_tab_foreground #a8a19f
inactive_tab_background #2c2421
inactive_tab_foreground #9c9491
# normal
color0 #1b1918
color1 #f22c40
color2 #7b9726
color3 #c38418
color4 #407ee7
color5 #6666ea
color6 #3d97b8
color7 #a8a19f
# bright
color8 #766e6b
color9 #f22c40
color10 #7b9726
color11 #c38418
color12 #407ee7
color13 #6666ea
color14 #3d97b8
color15 #a8a19f
# extended base16 colors
color16 #df5320
color17 #c33ff3
color18 #2c2421
color19 #68615e
color20 #9c9491
color21 #e6e2e0

View File

@@ -0,0 +1,41 @@
# Base16 Atelier Forest Light - kitty color config
# Bram de Haan (http://atelierbramdehaan.nl)
background #f1efee
foreground #68615e
selection_background #68615e
selection_foreground #f1efee
url_color #766e6b
cursor #68615e
active_border_color #9c9491
active_tab_background #f1efee
active_tab_foreground #68615e
inactive_tab_background #e6e2e0
inactive_tab_foreground #766e6b
# normal
color0 #f1efee
color1 #f22c40
color2 #7b9726
color3 #c38418
color4 #407ee7
color5 #6666ea
color6 #3d97b8
color7 #68615e
# bright
color8 #9c9491
color9 #f22c40
color10 #7b9726
color11 #c38418
color12 #407ee7
color13 #6666ea
color14 #3d97b8
color15 #68615e
# extended base16 colors
color16 #df5320
color17 #c33ff3
color18 #e6e2e0
color19 #a8a19f
color20 #766e6b
color21 #2c2421

View File

@@ -0,0 +1,33 @@
# Base16 Atelier Forest Light - kitty color config
# Bram de Haan (http://atelierbramdehaan.nl)
background #f1efee
foreground #68615e
selection_background #68615e
selection_foreground #f1efee
url_color #766e6b
cursor #68615e
active_border_color #9c9491
active_tab_background #f1efee
active_tab_foreground #68615e
inactive_tab_background #e6e2e0
inactive_tab_foreground #766e6b
# normal
color0 #f1efee
color1 #f22c40
color2 #7b9726
color3 #c38418
color4 #407ee7
color5 #6666ea
color6 #3d97b8
color7 #68615e
# bright
color8 #9c9491
color9 #df5320
color10 #e6e2e0
color11 #a8a19f
color12 #766e6b
color13 #2c2421
color14 #c33ff3
color15 #68615e

View File

@@ -0,0 +1,33 @@
# Base16 Atelier Forest - kitty color config
# Bram de Haan (http://atelierbramdehaan.nl)
background #1b1918
foreground #a8a19f
selection_background #a8a19f
selection_foreground #1b1918
url_color #9c9491
cursor #a8a19f
active_border_color #766e6b
active_tab_background #1b1918
active_tab_foreground #a8a19f
inactive_tab_background #2c2421
inactive_tab_foreground #9c9491
# normal
color0 #1b1918
color1 #f22c40
color2 #7b9726
color3 #c38418
color4 #407ee7
color5 #6666ea
color6 #3d97b8
color7 #a8a19f
# bright
color8 #766e6b
color9 #df5320
color10 #2c2421
color11 #68615e
color12 #9c9491
color13 #e6e2e0
color14 #c33ff3
color15 #a8a19f

View File

@@ -0,0 +1,41 @@
# Base16 Atelier Heath - kitty color config
# Bram de Haan (http://atelierbramdehaan.nl)
background #1b181b
foreground #ab9bab
selection_background #ab9bab
selection_foreground #1b181b
url_color #9e8f9e
cursor #ab9bab
active_border_color #776977
active_tab_background #1b181b
active_tab_foreground #ab9bab
inactive_tab_background #292329
inactive_tab_foreground #9e8f9e
# normal
color0 #1b181b
color1 #ca402b
color2 #918b3b
color3 #bb8a35
color4 #516aec
color5 #7b59c0
color6 #159393
color7 #ab9bab
# bright
color8 #776977
color9 #ca402b
color10 #918b3b
color11 #bb8a35
color12 #516aec
color13 #7b59c0
color14 #159393
color15 #ab9bab
# extended base16 colors
color16 #a65926
color17 #cc33cc
color18 #292329
color19 #695d69
color20 #9e8f9e
color21 #d8cad8

View File

@@ -0,0 +1,41 @@
# Base16 Atelier Heath Light - kitty color config
# Bram de Haan (http://atelierbramdehaan.nl)
background #f7f3f7
foreground #695d69
selection_background #695d69
selection_foreground #f7f3f7
url_color #776977
cursor #695d69
active_border_color #9e8f9e
active_tab_background #f7f3f7
active_tab_foreground #695d69
inactive_tab_background #d8cad8
inactive_tab_foreground #776977
# normal
color0 #f7f3f7
color1 #ca402b
color2 #918b3b
color3 #bb8a35
color4 #516aec
color5 #7b59c0
color6 #159393
color7 #695d69
# bright
color8 #9e8f9e
color9 #ca402b
color10 #918b3b
color11 #bb8a35
color12 #516aec
color13 #7b59c0
color14 #159393
color15 #695d69
# extended base16 colors
color16 #a65926
color17 #cc33cc
color18 #d8cad8
color19 #ab9bab
color20 #776977
color21 #292329

View File

@@ -0,0 +1,33 @@
# Base16 Atelier Heath Light - kitty color config
# Bram de Haan (http://atelierbramdehaan.nl)
background #f7f3f7
foreground #695d69
selection_background #695d69
selection_foreground #f7f3f7
url_color #776977
cursor #695d69
active_border_color #9e8f9e
active_tab_background #f7f3f7
active_tab_foreground #695d69
inactive_tab_background #d8cad8
inactive_tab_foreground #776977
# normal
color0 #f7f3f7
color1 #ca402b
color2 #918b3b
color3 #bb8a35
color4 #516aec
color5 #7b59c0
color6 #159393
color7 #695d69
# bright
color8 #9e8f9e
color9 #a65926
color10 #d8cad8
color11 #ab9bab
color12 #776977
color13 #292329
color14 #cc33cc
color15 #695d69

View File

@@ -0,0 +1,33 @@
# Base16 Atelier Heath - kitty color config
# Bram de Haan (http://atelierbramdehaan.nl)
background #1b181b
foreground #ab9bab
selection_background #ab9bab
selection_foreground #1b181b
url_color #9e8f9e
cursor #ab9bab
active_border_color #776977
active_tab_background #1b181b
active_tab_foreground #ab9bab
inactive_tab_background #292329
inactive_tab_foreground #9e8f9e
# normal
color0 #1b181b
color1 #ca402b
color2 #918b3b
color3 #bb8a35
color4 #516aec
color5 #7b59c0
color6 #159393
color7 #ab9bab
# bright
color8 #776977
color9 #a65926
color10 #292329
color11 #695d69
color12 #9e8f9e
color13 #d8cad8
color14 #cc33cc
color15 #ab9bab

View File

@@ -0,0 +1,41 @@
# Base16 Atelier Lakeside - kitty color config
# Bram de Haan (http://atelierbramdehaan.nl)
background #161b1d
foreground #7ea2b4
selection_background #7ea2b4
selection_foreground #161b1d
url_color #7195a8
cursor #7ea2b4
active_border_color #5a7b8c
active_tab_background #161b1d
active_tab_foreground #7ea2b4
inactive_tab_background #1f292e
inactive_tab_foreground #7195a8
# normal
color0 #161b1d
color1 #d22d72
color2 #568c3b
color3 #8a8a0f
color4 #257fad
color5 #6b6bb8
color6 #2d8f6f
color7 #7ea2b4
# bright
color8 #5a7b8c
color9 #d22d72
color10 #568c3b
color11 #8a8a0f
color12 #257fad
color13 #6b6bb8
color14 #2d8f6f
color15 #7ea2b4
# extended base16 colors
color16 #935c25
color17 #b72dd2
color18 #1f292e
color19 #516d7b
color20 #7195a8
color21 #c1e4f6

View File

@@ -0,0 +1,41 @@
# Base16 Atelier Lakeside Light - kitty color config
# Bram de Haan (http://atelierbramdehaan.nl)
background #ebf8ff
foreground #516d7b
selection_background #516d7b
selection_foreground #ebf8ff
url_color #5a7b8c
cursor #516d7b
active_border_color #7195a8
active_tab_background #ebf8ff
active_tab_foreground #516d7b
inactive_tab_background #c1e4f6
inactive_tab_foreground #5a7b8c
# normal
color0 #ebf8ff
color1 #d22d72
color2 #568c3b
color3 #8a8a0f
color4 #257fad
color5 #6b6bb8
color6 #2d8f6f
color7 #516d7b
# bright
color8 #7195a8
color9 #d22d72
color10 #568c3b
color11 #8a8a0f
color12 #257fad
color13 #6b6bb8
color14 #2d8f6f
color15 #516d7b
# extended base16 colors
color16 #935c25
color17 #b72dd2
color18 #c1e4f6
color19 #7ea2b4
color20 #5a7b8c
color21 #1f292e

View File

@@ -0,0 +1,33 @@
# Base16 Atelier Lakeside Light - kitty color config
# Bram de Haan (http://atelierbramdehaan.nl)
background #ebf8ff
foreground #516d7b
selection_background #516d7b
selection_foreground #ebf8ff
url_color #5a7b8c
cursor #516d7b
active_border_color #7195a8
active_tab_background #ebf8ff
active_tab_foreground #516d7b
inactive_tab_background #c1e4f6
inactive_tab_foreground #5a7b8c
# normal
color0 #ebf8ff
color1 #d22d72
color2 #568c3b
color3 #8a8a0f
color4 #257fad
color5 #6b6bb8
color6 #2d8f6f
color7 #516d7b
# bright
color8 #7195a8
color9 #935c25
color10 #c1e4f6
color11 #7ea2b4
color12 #5a7b8c
color13 #1f292e
color14 #b72dd2
color15 #516d7b

View File

@@ -0,0 +1,33 @@
# Base16 Atelier Lakeside - kitty color config
# Bram de Haan (http://atelierbramdehaan.nl)
background #161b1d
foreground #7ea2b4
selection_background #7ea2b4
selection_foreground #161b1d
url_color #7195a8
cursor #7ea2b4
active_border_color #5a7b8c
active_tab_background #161b1d
active_tab_foreground #7ea2b4
inactive_tab_background #1f292e
inactive_tab_foreground #7195a8
# normal
color0 #161b1d
color1 #d22d72
color2 #568c3b
color3 #8a8a0f
color4 #257fad
color5 #6b6bb8
color6 #2d8f6f
color7 #7ea2b4
# bright
color8 #5a7b8c
color9 #935c25
color10 #1f292e
color11 #516d7b
color12 #7195a8
color13 #c1e4f6
color14 #b72dd2
color15 #7ea2b4

View File

@@ -0,0 +1,41 @@
# Base16 Atelier Plateau - kitty color config
# Bram de Haan (http://atelierbramdehaan.nl)
background #1b1818
foreground #8a8585
selection_background #8a8585
selection_foreground #1b1818
url_color #7e7777
cursor #8a8585
active_border_color #655d5d
active_tab_background #1b1818
active_tab_foreground #8a8585
inactive_tab_background #292424
inactive_tab_foreground #7e7777
# normal
color0 #1b1818
color1 #ca4949
color2 #4b8b8b
color3 #a06e3b
color4 #7272ca
color5 #8464c4
color6 #5485b6
color7 #8a8585
# bright
color8 #655d5d
color9 #ca4949
color10 #4b8b8b
color11 #a06e3b
color12 #7272ca
color13 #8464c4
color14 #5485b6
color15 #8a8585
# extended base16 colors
color16 #b45a3c
color17 #bd5187
color18 #292424
color19 #585050
color20 #7e7777
color21 #e7dfdf

View File

@@ -0,0 +1,41 @@
# Base16 Atelier Plateau Light - kitty color config
# Bram de Haan (http://atelierbramdehaan.nl)
background #f4ecec
foreground #585050
selection_background #585050
selection_foreground #f4ecec
url_color #655d5d
cursor #585050
active_border_color #7e7777
active_tab_background #f4ecec
active_tab_foreground #585050
inactive_tab_background #e7dfdf
inactive_tab_foreground #655d5d
# normal
color0 #f4ecec
color1 #ca4949
color2 #4b8b8b
color3 #a06e3b
color4 #7272ca
color5 #8464c4
color6 #5485b6
color7 #585050
# bright
color8 #7e7777
color9 #ca4949
color10 #4b8b8b
color11 #a06e3b
color12 #7272ca
color13 #8464c4
color14 #5485b6
color15 #585050
# extended base16 colors
color16 #b45a3c
color17 #bd5187
color18 #e7dfdf
color19 #8a8585
color20 #655d5d
color21 #292424

View File

@@ -0,0 +1,33 @@
# Base16 Atelier Plateau Light - kitty color config
# Bram de Haan (http://atelierbramdehaan.nl)
background #f4ecec
foreground #585050
selection_background #585050
selection_foreground #f4ecec
url_color #655d5d
cursor #585050
active_border_color #7e7777
active_tab_background #f4ecec
active_tab_foreground #585050
inactive_tab_background #e7dfdf
inactive_tab_foreground #655d5d
# normal
color0 #f4ecec
color1 #ca4949
color2 #4b8b8b
color3 #a06e3b
color4 #7272ca
color5 #8464c4
color6 #5485b6
color7 #585050
# bright
color8 #7e7777
color9 #b45a3c
color10 #e7dfdf
color11 #8a8585
color12 #655d5d
color13 #292424
color14 #bd5187
color15 #585050

View File

@@ -0,0 +1,33 @@
# Base16 Atelier Plateau - kitty color config
# Bram de Haan (http://atelierbramdehaan.nl)
background #1b1818
foreground #8a8585
selection_background #8a8585
selection_foreground #1b1818
url_color #7e7777
cursor #8a8585
active_border_color #655d5d
active_tab_background #1b1818
active_tab_foreground #8a8585
inactive_tab_background #292424
inactive_tab_foreground #7e7777
# normal
color0 #1b1818
color1 #ca4949
color2 #4b8b8b
color3 #a06e3b
color4 #7272ca
color5 #8464c4
color6 #5485b6
color7 #8a8585
# bright
color8 #655d5d
color9 #b45a3c
color10 #292424
color11 #585050
color12 #7e7777
color13 #e7dfdf
color14 #bd5187
color15 #8a8585

View File

@@ -0,0 +1,41 @@
# Base16 Atelier Savanna - kitty color config
# Bram de Haan (http://atelierbramdehaan.nl)
background #171c19
foreground #87928a
selection_background #87928a
selection_foreground #171c19
url_color #78877d
cursor #87928a
active_border_color #5f6d64
active_tab_background #171c19
active_tab_foreground #87928a
inactive_tab_background #232a25
inactive_tab_foreground #78877d
# normal
color0 #171c19
color1 #b16139
color2 #489963
color3 #a07e3b
color4 #478c90
color5 #55859b
color6 #1c9aa0
color7 #87928a
# bright
color8 #5f6d64
color9 #b16139
color10 #489963
color11 #a07e3b
color12 #478c90
color13 #55859b
color14 #1c9aa0
color15 #87928a
# extended base16 colors
color16 #9f713c
color17 #867469
color18 #232a25
color19 #526057
color20 #78877d
color21 #dfe7e2

View File

@@ -0,0 +1,41 @@
# Base16 Atelier Savanna Light - kitty color config
# Bram de Haan (http://atelierbramdehaan.nl)
background #ecf4ee
foreground #526057
selection_background #526057
selection_foreground #ecf4ee
url_color #5f6d64
cursor #526057
active_border_color #78877d
active_tab_background #ecf4ee
active_tab_foreground #526057
inactive_tab_background #dfe7e2
inactive_tab_foreground #5f6d64
# normal
color0 #ecf4ee
color1 #b16139
color2 #489963
color3 #a07e3b
color4 #478c90
color5 #55859b
color6 #1c9aa0
color7 #526057
# bright
color8 #78877d
color9 #b16139
color10 #489963
color11 #a07e3b
color12 #478c90
color13 #55859b
color14 #1c9aa0
color15 #526057
# extended base16 colors
color16 #9f713c
color17 #867469
color18 #dfe7e2
color19 #87928a
color20 #5f6d64
color21 #232a25

View File

@@ -0,0 +1,33 @@
# Base16 Atelier Savanna Light - kitty color config
# Bram de Haan (http://atelierbramdehaan.nl)
background #ecf4ee
foreground #526057
selection_background #526057
selection_foreground #ecf4ee
url_color #5f6d64
cursor #526057
active_border_color #78877d
active_tab_background #ecf4ee
active_tab_foreground #526057
inactive_tab_background #dfe7e2
inactive_tab_foreground #5f6d64
# normal
color0 #ecf4ee
color1 #b16139
color2 #489963
color3 #a07e3b
color4 #478c90
color5 #55859b
color6 #1c9aa0
color7 #526057
# bright
color8 #78877d
color9 #9f713c
color10 #dfe7e2
color11 #87928a
color12 #5f6d64
color13 #232a25
color14 #867469
color15 #526057

View File

@@ -0,0 +1,33 @@
# Base16 Atelier Savanna - kitty color config
# Bram de Haan (http://atelierbramdehaan.nl)
background #171c19
foreground #87928a
selection_background #87928a
selection_foreground #171c19
url_color #78877d
cursor #87928a
active_border_color #5f6d64
active_tab_background #171c19
active_tab_foreground #87928a
inactive_tab_background #232a25
inactive_tab_foreground #78877d
# normal
color0 #171c19
color1 #b16139
color2 #489963
color3 #a07e3b
color4 #478c90
color5 #55859b
color6 #1c9aa0
color7 #87928a
# bright
color8 #5f6d64
color9 #9f713c
color10 #232a25
color11 #526057
color12 #78877d
color13 #dfe7e2
color14 #867469
color15 #87928a

View File

@@ -0,0 +1,41 @@
# Base16 Atelier Seaside - kitty color config
# Bram de Haan (http://atelierbramdehaan.nl)
background #131513
foreground #8ca68c
selection_background #8ca68c
selection_foreground #131513
url_color #809980
cursor #8ca68c
active_border_color #687d68
active_tab_background #131513
active_tab_foreground #8ca68c
inactive_tab_background #242924
inactive_tab_foreground #809980
# normal
color0 #131513
color1 #e6193c
color2 #29a329
color3 #98981b
color4 #3d62f5
color5 #ad2bee
color6 #1999b3
color7 #8ca68c
# bright
color8 #687d68
color9 #e6193c
color10 #29a329
color11 #98981b
color12 #3d62f5
color13 #ad2bee
color14 #1999b3
color15 #8ca68c
# extended base16 colors
color16 #87711d
color17 #e619c3
color18 #242924
color19 #5e6e5e
color20 #809980
color21 #cfe8cf

View File

@@ -0,0 +1,41 @@
# Base16 Atelier Seaside Light - kitty color config
# Bram de Haan (http://atelierbramdehaan.nl)
background #f4fbf4
foreground #5e6e5e
selection_background #5e6e5e
selection_foreground #f4fbf4
url_color #687d68
cursor #5e6e5e
active_border_color #809980
active_tab_background #f4fbf4
active_tab_foreground #5e6e5e
inactive_tab_background #cfe8cf
inactive_tab_foreground #687d68
# normal
color0 #f4fbf4
color1 #e6193c
color2 #29a329
color3 #98981b
color4 #3d62f5
color5 #ad2bee
color6 #1999b3
color7 #5e6e5e
# bright
color8 #809980
color9 #e6193c
color10 #29a329
color11 #98981b
color12 #3d62f5
color13 #ad2bee
color14 #1999b3
color15 #5e6e5e
# extended base16 colors
color16 #87711d
color17 #e619c3
color18 #cfe8cf
color19 #8ca68c
color20 #687d68
color21 #242924

View File

@@ -0,0 +1,33 @@
# Base16 Atelier Seaside Light - kitty color config
# Bram de Haan (http://atelierbramdehaan.nl)
background #f4fbf4
foreground #5e6e5e
selection_background #5e6e5e
selection_foreground #f4fbf4
url_color #687d68
cursor #5e6e5e
active_border_color #809980
active_tab_background #f4fbf4
active_tab_foreground #5e6e5e
inactive_tab_background #cfe8cf
inactive_tab_foreground #687d68
# normal
color0 #f4fbf4
color1 #e6193c
color2 #29a329
color3 #98981b
color4 #3d62f5
color5 #ad2bee
color6 #1999b3
color7 #5e6e5e
# bright
color8 #809980
color9 #87711d
color10 #cfe8cf
color11 #8ca68c
color12 #687d68
color13 #242924
color14 #e619c3
color15 #5e6e5e

View File

@@ -0,0 +1,33 @@
# Base16 Atelier Seaside - kitty color config
# Bram de Haan (http://atelierbramdehaan.nl)
background #131513
foreground #8ca68c
selection_background #8ca68c
selection_foreground #131513
url_color #809980
cursor #8ca68c
active_border_color #687d68
active_tab_background #131513
active_tab_foreground #8ca68c
inactive_tab_background #242924
inactive_tab_foreground #809980
# normal
color0 #131513
color1 #e6193c
color2 #29a329
color3 #98981b
color4 #3d62f5
color5 #ad2bee
color6 #1999b3
color7 #8ca68c
# bright
color8 #687d68
color9 #87711d
color10 #242924
color11 #5e6e5e
color12 #809980
color13 #cfe8cf
color14 #e619c3
color15 #8ca68c

View File

@@ -0,0 +1,41 @@
# Base16 Atelier Sulphurpool - kitty color config
# Bram de Haan (http://atelierbramdehaan.nl)
background #202746
foreground #979db4
selection_background #979db4
selection_foreground #202746
url_color #898ea4
cursor #979db4
active_border_color #6b7394
active_tab_background #202746
active_tab_foreground #979db4
inactive_tab_background #293256
inactive_tab_foreground #898ea4
# normal
color0 #202746
color1 #c94922
color2 #ac9739
color3 #c08b30
color4 #3d8fd1
color5 #6679cc
color6 #22a2c9
color7 #979db4
# bright
color8 #6b7394
color9 #c94922
color10 #ac9739
color11 #c08b30
color12 #3d8fd1
color13 #6679cc
color14 #22a2c9
color15 #979db4
# extended base16 colors
color16 #c76b29
color17 #9c637a
color18 #293256
color19 #5e6687
color20 #898ea4
color21 #dfe2f1

View File

@@ -0,0 +1,41 @@
# Base16 Atelier Sulphurpool Light - kitty color config
# Bram de Haan (http://atelierbramdehaan.nl)
background #f5f7ff
foreground #5e6687
selection_background #5e6687
selection_foreground #f5f7ff
url_color #6b7394
cursor #5e6687
active_border_color #898ea4
active_tab_background #f5f7ff
active_tab_foreground #5e6687
inactive_tab_background #dfe2f1
inactive_tab_foreground #6b7394
# normal
color0 #f5f7ff
color1 #c94922
color2 #ac9739
color3 #c08b30
color4 #3d8fd1
color5 #6679cc
color6 #22a2c9
color7 #5e6687
# bright
color8 #898ea4
color9 #c94922
color10 #ac9739
color11 #c08b30
color12 #3d8fd1
color13 #6679cc
color14 #22a2c9
color15 #5e6687
# extended base16 colors
color16 #c76b29
color17 #9c637a
color18 #dfe2f1
color19 #979db4
color20 #6b7394
color21 #293256

View File

@@ -0,0 +1,33 @@
# Base16 Atelier Sulphurpool Light - kitty color config
# Bram de Haan (http://atelierbramdehaan.nl)
background #f5f7ff
foreground #5e6687
selection_background #5e6687
selection_foreground #f5f7ff
url_color #6b7394
cursor #5e6687
active_border_color #898ea4
active_tab_background #f5f7ff
active_tab_foreground #5e6687
inactive_tab_background #dfe2f1
inactive_tab_foreground #6b7394
# normal
color0 #f5f7ff
color1 #c94922
color2 #ac9739
color3 #c08b30
color4 #3d8fd1
color5 #6679cc
color6 #22a2c9
color7 #5e6687
# bright
color8 #898ea4
color9 #c76b29
color10 #dfe2f1
color11 #979db4
color12 #6b7394
color13 #293256
color14 #9c637a
color15 #5e6687

View File

@@ -0,0 +1,33 @@
# Base16 Atelier Sulphurpool - kitty color config
# Bram de Haan (http://atelierbramdehaan.nl)
background #202746
foreground #979db4
selection_background #979db4
selection_foreground #202746
url_color #898ea4
cursor #979db4
active_border_color #6b7394
active_tab_background #202746
active_tab_foreground #979db4
inactive_tab_background #293256
inactive_tab_foreground #898ea4
# normal
color0 #202746
color1 #c94922
color2 #ac9739
color3 #c08b30
color4 #3d8fd1
color5 #6679cc
color6 #22a2c9
color7 #979db4
# bright
color8 #6b7394
color9 #c76b29
color10 #293256
color11 #5e6687
color12 #898ea4
color13 #dfe2f1
color14 #9c637a
color15 #979db4

View File

@@ -0,0 +1,41 @@
# Base16 Bespin - kitty color config
# Jan T. Sott
background #28211c
foreground #8a8986
selection_background #8a8986
selection_foreground #28211c
url_color #797977
cursor #8a8986
active_border_color #666666
active_tab_background #28211c
active_tab_foreground #8a8986
inactive_tab_background #36312e
inactive_tab_foreground #797977
# normal
color0 #28211c
color1 #cf6a4c
color2 #54be0d
color3 #f9ee98
color4 #5ea6ea
color5 #9b859d
color6 #afc4db
color7 #8a8986
# bright
color8 #666666
color9 #cf6a4c
color10 #54be0d
color11 #f9ee98
color12 #5ea6ea
color13 #9b859d
color14 #afc4db
color15 #8a8986
# extended base16 colors
color16 #cf7d34
color17 #937121
color18 #36312e
color19 #5e5d5c
color20 #797977
color21 #9d9b97

View File

@@ -0,0 +1,33 @@
# Base16 Bespin - kitty color config
# Jan T. Sott
background #28211c
foreground #8a8986
selection_background #8a8986
selection_foreground #28211c
url_color #797977
cursor #8a8986
active_border_color #666666
active_tab_background #28211c
active_tab_foreground #8a8986
inactive_tab_background #36312e
inactive_tab_foreground #797977
# normal
color0 #28211c
color1 #cf6a4c
color2 #54be0d
color3 #f9ee98
color4 #5ea6ea
color5 #9b859d
color6 #afc4db
color7 #8a8986
# bright
color8 #666666
color9 #cf7d34
color10 #36312e
color11 #5e5d5c
color12 #797977
color13 #9d9b97
color14 #937121
color15 #8a8986

View File

@@ -0,0 +1,41 @@
# Base16 Black Metal - kitty color config
# metalelf0 (https://github.com/metalelf0)
background #000000
foreground #c1c1c1
selection_background #c1c1c1
selection_foreground #000000
url_color #999999
cursor #c1c1c1
active_border_color #333333
active_tab_background #000000
active_tab_foreground #c1c1c1
inactive_tab_background #121212
inactive_tab_foreground #999999
# normal
color0 #000000
color1 #5f8787
color2 #dd9999
color3 #a06666
color4 #888888
color5 #999999
color6 #aaaaaa
color7 #c1c1c1
# bright
color8 #333333
color9 #5f8787
color10 #dd9999
color11 #a06666
color12 #888888
color13 #999999
color14 #aaaaaa
color15 #c1c1c1
# extended base16 colors
color16 #aaaaaa
color17 #444444
color18 #121212
color19 #222222
color20 #999999
color21 #999999

View File

@@ -0,0 +1,41 @@
# Base16 Black Metal (Bathory) - kitty color config
# metalelf0 (https://github.com/metalelf0)
background #000000
foreground #c1c1c1
selection_background #c1c1c1
selection_foreground #000000
url_color #999999
cursor #c1c1c1
active_border_color #333333
active_tab_background #000000
active_tab_foreground #c1c1c1
inactive_tab_background #121212
inactive_tab_foreground #999999
# normal
color0 #000000
color1 #5f8787
color2 #fbcb97
color3 #e78a53
color4 #888888
color5 #999999
color6 #aaaaaa
color7 #c1c1c1
# bright
color8 #333333
color9 #5f8787
color10 #fbcb97
color11 #e78a53
color12 #888888
color13 #999999
color14 #aaaaaa
color15 #c1c1c1
# extended base16 colors
color16 #aaaaaa
color17 #444444
color18 #121212
color19 #222222
color20 #999999
color21 #999999

View File

@@ -0,0 +1,33 @@
# Base16 Black Metal (Bathory) - kitty color config
# metalelf0 (https://github.com/metalelf0)
background #000000
foreground #c1c1c1
selection_background #c1c1c1
selection_foreground #000000
url_color #999999
cursor #c1c1c1
active_border_color #333333
active_tab_background #000000
active_tab_foreground #c1c1c1
inactive_tab_background #121212
inactive_tab_foreground #999999
# normal
color0 #000000
color1 #5f8787
color2 #fbcb97
color3 #e78a53
color4 #888888
color5 #999999
color6 #aaaaaa
color7 #c1c1c1
# bright
color8 #333333
color9 #aaaaaa
color10 #121212
color11 #222222
color12 #999999
color13 #999999
color14 #444444
color15 #c1c1c1

View File

@@ -0,0 +1,41 @@
# Base16 Black Metal (Burzum) - kitty color config
# metalelf0 (https://github.com/metalelf0)
background #000000
foreground #c1c1c1
selection_background #c1c1c1
selection_foreground #000000
url_color #999999
cursor #c1c1c1
active_border_color #333333
active_tab_background #000000
active_tab_foreground #c1c1c1
inactive_tab_background #121212
inactive_tab_foreground #999999
# normal
color0 #000000
color1 #5f8787
color2 #ddeecc
color3 #99bbaa
color4 #888888
color5 #999999
color6 #aaaaaa
color7 #c1c1c1
# bright
color8 #333333
color9 #5f8787
color10 #ddeecc
color11 #99bbaa
color12 #888888
color13 #999999
color14 #aaaaaa
color15 #c1c1c1
# extended base16 colors
color16 #aaaaaa
color17 #444444
color18 #121212
color19 #222222
color20 #999999
color21 #999999

View File

@@ -0,0 +1,33 @@
# Base16 Black Metal (Burzum) - kitty color config
# metalelf0 (https://github.com/metalelf0)
background #000000
foreground #c1c1c1
selection_background #c1c1c1
selection_foreground #000000
url_color #999999
cursor #c1c1c1
active_border_color #333333
active_tab_background #000000
active_tab_foreground #c1c1c1
inactive_tab_background #121212
inactive_tab_foreground #999999
# normal
color0 #000000
color1 #5f8787
color2 #ddeecc
color3 #99bbaa
color4 #888888
color5 #999999
color6 #aaaaaa
color7 #c1c1c1
# bright
color8 #333333
color9 #aaaaaa
color10 #121212
color11 #222222
color12 #999999
color13 #999999
color14 #444444
color15 #c1c1c1

View File

@@ -0,0 +1,41 @@
# Base16 Black Metal (Dark Funeral) - kitty color config
# metalelf0 (https://github.com/metalelf0)
background #000000
foreground #c1c1c1
selection_background #c1c1c1
selection_foreground #000000
url_color #999999
cursor #c1c1c1
active_border_color #333333
active_tab_background #000000
active_tab_foreground #c1c1c1
inactive_tab_background #121212
inactive_tab_foreground #999999
# normal
color0 #000000
color1 #5f8787
color2 #d0dfee
color3 #5f81a5
color4 #888888
color5 #999999
color6 #aaaaaa
color7 #c1c1c1
# bright
color8 #333333
color9 #5f8787
color10 #d0dfee
color11 #5f81a5
color12 #888888
color13 #999999
color14 #aaaaaa
color15 #c1c1c1
# extended base16 colors
color16 #aaaaaa
color17 #444444
color18 #121212
color19 #222222
color20 #999999
color21 #999999

View File

@@ -0,0 +1,33 @@
# Base16 Black Metal (Dark Funeral) - kitty color config
# metalelf0 (https://github.com/metalelf0)
background #000000
foreground #c1c1c1
selection_background #c1c1c1
selection_foreground #000000
url_color #999999
cursor #c1c1c1
active_border_color #333333
active_tab_background #000000
active_tab_foreground #c1c1c1
inactive_tab_background #121212
inactive_tab_foreground #999999
# normal
color0 #000000
color1 #5f8787
color2 #d0dfee
color3 #5f81a5
color4 #888888
color5 #999999
color6 #aaaaaa
color7 #c1c1c1
# bright
color8 #333333
color9 #aaaaaa
color10 #121212
color11 #222222
color12 #999999
color13 #999999
color14 #444444
color15 #c1c1c1

View File

@@ -0,0 +1,41 @@
# Base16 Black Metal (Gorgoroth) - kitty color config
# metalelf0 (https://github.com/metalelf0)
background #000000
foreground #c1c1c1
selection_background #c1c1c1
selection_foreground #000000
url_color #999999
cursor #c1c1c1
active_border_color #333333
active_tab_background #000000
active_tab_foreground #c1c1c1
inactive_tab_background #121212
inactive_tab_foreground #999999
# normal
color0 #000000
color1 #5f8787
color2 #9b8d7f
color3 #8c7f70
color4 #888888
color5 #999999
color6 #aaaaaa
color7 #c1c1c1
# bright
color8 #333333
color9 #5f8787
color10 #9b8d7f
color11 #8c7f70
color12 #888888
color13 #999999
color14 #aaaaaa
color15 #c1c1c1
# extended base16 colors
color16 #aaaaaa
color17 #444444
color18 #121212
color19 #222222
color20 #999999
color21 #999999

View File

@@ -0,0 +1,33 @@
# Base16 Black Metal (Gorgoroth) - kitty color config
# metalelf0 (https://github.com/metalelf0)
background #000000
foreground #c1c1c1
selection_background #c1c1c1
selection_foreground #000000
url_color #999999
cursor #c1c1c1
active_border_color #333333
active_tab_background #000000
active_tab_foreground #c1c1c1
inactive_tab_background #121212
inactive_tab_foreground #999999
# normal
color0 #000000
color1 #5f8787
color2 #9b8d7f
color3 #8c7f70
color4 #888888
color5 #999999
color6 #aaaaaa
color7 #c1c1c1
# bright
color8 #333333
color9 #aaaaaa
color10 #121212
color11 #222222
color12 #999999
color13 #999999
color14 #444444
color15 #c1c1c1

View File

@@ -0,0 +1,41 @@
# Base16 Black Metal (Immortal) - kitty color config
# metalelf0 (https://github.com/metalelf0)
background #000000
foreground #c1c1c1
selection_background #c1c1c1
selection_foreground #000000
url_color #999999
cursor #c1c1c1
active_border_color #333333
active_tab_background #000000
active_tab_foreground #c1c1c1
inactive_tab_background #121212
inactive_tab_foreground #999999
# normal
color0 #000000
color1 #5f8787
color2 #7799bb
color3 #556677
color4 #888888
color5 #999999
color6 #aaaaaa
color7 #c1c1c1
# bright
color8 #333333
color9 #5f8787
color10 #7799bb
color11 #556677
color12 #888888
color13 #999999
color14 #aaaaaa
color15 #c1c1c1
# extended base16 colors
color16 #aaaaaa
color17 #444444
color18 #121212
color19 #222222
color20 #999999
color21 #999999

View File

@@ -0,0 +1,33 @@
# Base16 Black Metal (Immortal) - kitty color config
# metalelf0 (https://github.com/metalelf0)
background #000000
foreground #c1c1c1
selection_background #c1c1c1
selection_foreground #000000
url_color #999999
cursor #c1c1c1
active_border_color #333333
active_tab_background #000000
active_tab_foreground #c1c1c1
inactive_tab_background #121212
inactive_tab_foreground #999999
# normal
color0 #000000
color1 #5f8787
color2 #7799bb
color3 #556677
color4 #888888
color5 #999999
color6 #aaaaaa
color7 #c1c1c1
# bright
color8 #333333
color9 #aaaaaa
color10 #121212
color11 #222222
color12 #999999
color13 #999999
color14 #444444
color15 #c1c1c1

View File

@@ -0,0 +1,41 @@
# Base16 Black Metal (Khold) - kitty color config
# metalelf0 (https://github.com/metalelf0)
background #000000
foreground #c1c1c1
selection_background #c1c1c1
selection_foreground #000000
url_color #999999
cursor #c1c1c1
active_border_color #333333
active_tab_background #000000
active_tab_foreground #c1c1c1
inactive_tab_background #121212
inactive_tab_foreground #999999
# normal
color0 #000000
color1 #5f8787
color2 #eceee3
color3 #974b46
color4 #888888
color5 #999999
color6 #aaaaaa
color7 #c1c1c1
# bright
color8 #333333
color9 #5f8787
color10 #eceee3
color11 #974b46
color12 #888888
color13 #999999
color14 #aaaaaa
color15 #c1c1c1
# extended base16 colors
color16 #aaaaaa
color17 #444444
color18 #121212
color19 #222222
color20 #999999
color21 #999999

View File

@@ -0,0 +1,33 @@
# Base16 Black Metal (Khold) - kitty color config
# metalelf0 (https://github.com/metalelf0)
background #000000
foreground #c1c1c1
selection_background #c1c1c1
selection_foreground #000000
url_color #999999
cursor #c1c1c1
active_border_color #333333
active_tab_background #000000
active_tab_foreground #c1c1c1
inactive_tab_background #121212
inactive_tab_foreground #999999
# normal
color0 #000000
color1 #5f8787
color2 #eceee3
color3 #974b46
color4 #888888
color5 #999999
color6 #aaaaaa
color7 #c1c1c1
# bright
color8 #333333
color9 #aaaaaa
color10 #121212
color11 #222222
color12 #999999
color13 #999999
color14 #444444
color15 #c1c1c1

View File

@@ -0,0 +1,41 @@
# Base16 Black Metal (Marduk) - kitty color config
# metalelf0 (https://github.com/metalelf0)
background #000000
foreground #c1c1c1
selection_background #c1c1c1
selection_foreground #000000
url_color #999999
cursor #c1c1c1
active_border_color #333333
active_tab_background #000000
active_tab_foreground #c1c1c1
inactive_tab_background #121212
inactive_tab_foreground #999999
# normal
color0 #000000
color1 #5f8787
color2 #a5aaa7
color3 #626b67
color4 #888888
color5 #999999
color6 #aaaaaa
color7 #c1c1c1
# bright
color8 #333333
color9 #5f8787
color10 #a5aaa7
color11 #626b67
color12 #888888
color13 #999999
color14 #aaaaaa
color15 #c1c1c1
# extended base16 colors
color16 #aaaaaa
color17 #444444
color18 #121212
color19 #222222
color20 #999999
color21 #999999

View File

@@ -0,0 +1,33 @@
# Base16 Black Metal (Marduk) - kitty color config
# metalelf0 (https://github.com/metalelf0)
background #000000
foreground #c1c1c1
selection_background #c1c1c1
selection_foreground #000000
url_color #999999
cursor #c1c1c1
active_border_color #333333
active_tab_background #000000
active_tab_foreground #c1c1c1
inactive_tab_background #121212
inactive_tab_foreground #999999
# normal
color0 #000000
color1 #5f8787
color2 #a5aaa7
color3 #626b67
color4 #888888
color5 #999999
color6 #aaaaaa
color7 #c1c1c1
# bright
color8 #333333
color9 #aaaaaa
color10 #121212
color11 #222222
color12 #999999
color13 #999999
color14 #444444
color15 #c1c1c1

View File

@@ -0,0 +1,41 @@
# Base16 Black Metal (Mayhem) - kitty color config
# metalelf0 (https://github.com/metalelf0)
background #000000
foreground #c1c1c1
selection_background #c1c1c1
selection_foreground #000000
url_color #999999
cursor #c1c1c1
active_border_color #333333
active_tab_background #000000
active_tab_foreground #c1c1c1
inactive_tab_background #121212
inactive_tab_foreground #999999
# normal
color0 #000000
color1 #5f8787
color2 #f3ecd4
color3 #eecc6c
color4 #888888
color5 #999999
color6 #aaaaaa
color7 #c1c1c1
# bright
color8 #333333
color9 #5f8787
color10 #f3ecd4
color11 #eecc6c
color12 #888888
color13 #999999
color14 #aaaaaa
color15 #c1c1c1
# extended base16 colors
color16 #aaaaaa
color17 #444444
color18 #121212
color19 #222222
color20 #999999
color21 #999999

View File

@@ -0,0 +1,33 @@
# Base16 Black Metal (Mayhem) - kitty color config
# metalelf0 (https://github.com/metalelf0)
background #000000
foreground #c1c1c1
selection_background #c1c1c1
selection_foreground #000000
url_color #999999
cursor #c1c1c1
active_border_color #333333
active_tab_background #000000
active_tab_foreground #c1c1c1
inactive_tab_background #121212
inactive_tab_foreground #999999
# normal
color0 #000000
color1 #5f8787
color2 #f3ecd4
color3 #eecc6c
color4 #888888
color5 #999999
color6 #aaaaaa
color7 #c1c1c1
# bright
color8 #333333
color9 #aaaaaa
color10 #121212
color11 #222222
color12 #999999
color13 #999999
color14 #444444
color15 #c1c1c1

View File

@@ -0,0 +1,41 @@
# Base16 Black Metal (Nile) - kitty color config
# metalelf0 (https://github.com/metalelf0)
background #000000
foreground #c1c1c1
selection_background #c1c1c1
selection_foreground #000000
url_color #999999
cursor #c1c1c1
active_border_color #333333
active_tab_background #000000
active_tab_foreground #c1c1c1
inactive_tab_background #121212
inactive_tab_foreground #999999
# normal
color0 #000000
color1 #5f8787
color2 #aa9988
color3 #777755
color4 #888888
color5 #999999
color6 #aaaaaa
color7 #c1c1c1
# bright
color8 #333333
color9 #5f8787
color10 #aa9988
color11 #777755
color12 #888888
color13 #999999
color14 #aaaaaa
color15 #c1c1c1
# extended base16 colors
color16 #aaaaaa
color17 #444444
color18 #121212
color19 #222222
color20 #999999
color21 #999999

View File

@@ -0,0 +1,33 @@
# Base16 Black Metal (Nile) - kitty color config
# metalelf0 (https://github.com/metalelf0)
background #000000
foreground #c1c1c1
selection_background #c1c1c1
selection_foreground #000000
url_color #999999
cursor #c1c1c1
active_border_color #333333
active_tab_background #000000
active_tab_foreground #c1c1c1
inactive_tab_background #121212
inactive_tab_foreground #999999
# normal
color0 #000000
color1 #5f8787
color2 #aa9988
color3 #777755
color4 #888888
color5 #999999
color6 #aaaaaa
color7 #c1c1c1
# bright
color8 #333333
color9 #aaaaaa
color10 #121212
color11 #222222
color12 #999999
color13 #999999
color14 #444444
color15 #c1c1c1

View File

@@ -0,0 +1,41 @@
# Base16 Black Metal (Venom) - kitty color config
# metalelf0 (https://github.com/metalelf0)
background #000000
foreground #c1c1c1
selection_background #c1c1c1
selection_foreground #000000
url_color #999999
cursor #c1c1c1
active_border_color #333333
active_tab_background #000000
active_tab_foreground #c1c1c1
inactive_tab_background #121212
inactive_tab_foreground #999999
# normal
color0 #000000
color1 #5f8787
color2 #f8f7f2
color3 #79241f
color4 #888888
color5 #999999
color6 #aaaaaa
color7 #c1c1c1
# bright
color8 #333333
color9 #5f8787
color10 #f8f7f2
color11 #79241f
color12 #888888
color13 #999999
color14 #aaaaaa
color15 #c1c1c1
# extended base16 colors
color16 #aaaaaa
color17 #444444
color18 #121212
color19 #222222
color20 #999999
color21 #999999

View File

@@ -0,0 +1,33 @@
# Base16 Black Metal (Venom) - kitty color config
# metalelf0 (https://github.com/metalelf0)
background #000000
foreground #c1c1c1
selection_background #c1c1c1
selection_foreground #000000
url_color #999999
cursor #c1c1c1
active_border_color #333333
active_tab_background #000000
active_tab_foreground #c1c1c1
inactive_tab_background #121212
inactive_tab_foreground #999999
# normal
color0 #000000
color1 #5f8787
color2 #f8f7f2
color3 #79241f
color4 #888888
color5 #999999
color6 #aaaaaa
color7 #c1c1c1
# bright
color8 #333333
color9 #aaaaaa
color10 #121212
color11 #222222
color12 #999999
color13 #999999
color14 #444444
color15 #c1c1c1

View File

@@ -0,0 +1,33 @@
# Base16 Black Metal - kitty color config
# metalelf0 (https://github.com/metalelf0)
background #000000
foreground #c1c1c1
selection_background #c1c1c1
selection_foreground #000000
url_color #999999
cursor #c1c1c1
active_border_color #333333
active_tab_background #000000
active_tab_foreground #c1c1c1
inactive_tab_background #121212
inactive_tab_foreground #999999
# normal
color0 #000000
color1 #5f8787
color2 #dd9999
color3 #a06666
color4 #888888
color5 #999999
color6 #aaaaaa
color7 #c1c1c1
# bright
color8 #333333
color9 #aaaaaa
color10 #121212
color11 #222222
color12 #999999
color13 #999999
color14 #444444
color15 #c1c1c1

View File

@@ -0,0 +1,41 @@
# Base16 Brewer - kitty color config
# Timothée Poisot (http://github.com/tpoisot)
background #0c0d0e
foreground #b7b8b9
selection_background #b7b8b9
selection_foreground #0c0d0e
url_color #959697
cursor #b7b8b9
active_border_color #737475
active_tab_background #0c0d0e
active_tab_foreground #b7b8b9
inactive_tab_background #2e2f30
inactive_tab_foreground #959697
# normal
color0 #0c0d0e
color1 #e31a1c
color2 #31a354
color3 #dca060
color4 #3182bd
color5 #756bb1
color6 #80b1d3
color7 #b7b8b9
# bright
color8 #737475
color9 #e31a1c
color10 #31a354
color11 #dca060
color12 #3182bd
color13 #756bb1
color14 #80b1d3
color15 #b7b8b9
# extended base16 colors
color16 #e6550d
color17 #b15928
color18 #2e2f30
color19 #515253
color20 #959697
color21 #dadbdc

View File

@@ -0,0 +1,33 @@
# Base16 Brewer - kitty color config
# Timothée Poisot (http://github.com/tpoisot)
background #0c0d0e
foreground #b7b8b9
selection_background #b7b8b9
selection_foreground #0c0d0e
url_color #959697
cursor #b7b8b9
active_border_color #737475
active_tab_background #0c0d0e
active_tab_foreground #b7b8b9
inactive_tab_background #2e2f30
inactive_tab_foreground #959697
# normal
color0 #0c0d0e
color1 #e31a1c
color2 #31a354
color3 #dca060
color4 #3182bd
color5 #756bb1
color6 #80b1d3
color7 #b7b8b9
# bright
color8 #737475
color9 #e6550d
color10 #2e2f30
color11 #515253
color12 #959697
color13 #dadbdc
color14 #b15928
color15 #b7b8b9

View File

@@ -0,0 +1,41 @@
# Base16 Bright - kitty color config
# Chris Kempson (http://chriskempson.com)
background #000000
foreground #e0e0e0
selection_background #e0e0e0
selection_foreground #000000
url_color #d0d0d0
cursor #e0e0e0
active_border_color #b0b0b0
active_tab_background #000000
active_tab_foreground #e0e0e0
inactive_tab_background #303030
inactive_tab_foreground #d0d0d0
# normal
color0 #000000
color1 #fb0120
color2 #a1c659
color3 #fda331
color4 #6fb3d2
color5 #d381c3
color6 #76c7b7
color7 #e0e0e0
# bright
color8 #b0b0b0
color9 #fb0120
color10 #a1c659
color11 #fda331
color12 #6fb3d2
color13 #d381c3
color14 #76c7b7
color15 #e0e0e0
# extended base16 colors
color16 #fc6d24
color17 #be643c
color18 #303030
color19 #505050
color20 #d0d0d0
color21 #f5f5f5

View File

@@ -0,0 +1,33 @@
# Base16 Bright - kitty color config
# Chris Kempson (http://chriskempson.com)
background #000000
foreground #e0e0e0
selection_background #e0e0e0
selection_foreground #000000
url_color #d0d0d0
cursor #e0e0e0
active_border_color #b0b0b0
active_tab_background #000000
active_tab_foreground #e0e0e0
inactive_tab_background #303030
inactive_tab_foreground #d0d0d0
# normal
color0 #000000
color1 #fb0120
color2 #a1c659
color3 #fda331
color4 #6fb3d2
color5 #d381c3
color6 #76c7b7
color7 #e0e0e0
# bright
color8 #b0b0b0
color9 #fc6d24
color10 #303030
color11 #505050
color12 #d0d0d0
color13 #f5f5f5
color14 #be643c
color15 #e0e0e0

View File

@@ -0,0 +1,41 @@
# Base16 Brogrammer - kitty color config
# Vik Ramanujam (http://github.com/piggyslasher)
background #1f1f1f
foreground #4e5ab7
selection_background #4e5ab7
selection_foreground #1f1f1f
url_color #2a84d2
cursor #4e5ab7
active_border_color #ecba0f
active_tab_background #1f1f1f
active_tab_foreground #4e5ab7
inactive_tab_background #f81118
inactive_tab_foreground #2a84d2
# normal
color0 #1f1f1f
color1 #d6dbe5
color2 #f3bd09
color3 #1dd361
color4 #5350b9
color5 #0f7ddb
color6 #1081d6
color7 #4e5ab7
# bright
color8 #ecba0f
color9 #d6dbe5
color10 #f3bd09
color11 #1dd361
color12 #5350b9
color13 #0f7ddb
color14 #1081d6
color15 #4e5ab7
# extended base16 colors
color16 #de352e
color17 #ffffff
color18 #f81118
color19 #2dc55e
color20 #2a84d2
color21 #1081d6

View File

@@ -0,0 +1,33 @@
# Base16 Brogrammer - kitty color config
# Vik Ramanujam (http://github.com/piggyslasher)
background #1f1f1f
foreground #4e5ab7
selection_background #4e5ab7
selection_foreground #1f1f1f
url_color #2a84d2
cursor #4e5ab7
active_border_color #ecba0f
active_tab_background #1f1f1f
active_tab_foreground #4e5ab7
inactive_tab_background #f81118
inactive_tab_foreground #2a84d2
# normal
color0 #1f1f1f
color1 #d6dbe5
color2 #f3bd09
color3 #1dd361
color4 #5350b9
color5 #0f7ddb
color6 #1081d6
color7 #4e5ab7
# bright
color8 #ecba0f
color9 #de352e
color10 #f81118
color11 #2dc55e
color12 #2a84d2
color13 #1081d6
color14 #ffffff
color15 #4e5ab7

View File

@@ -0,0 +1,41 @@
# Base16 Brush Trees - kitty color config
# Abraham White &lt;abelincoln.white@gmail.com&gt;
background #e3efef
foreground #6d828e
selection_background #6d828e
selection_foreground #e3efef
url_color #8299a1
cursor #6d828e
active_border_color #98afb5
active_tab_background #e3efef
active_tab_foreground #6d828e
inactive_tab_background #c9dbdc
inactive_tab_foreground #8299a1
# normal
color0 #e3efef
color1 #b38686
color2 #87b386
color3 #aab386
color4 #868cb3
color5 #b386b2
color6 #86b3b3
color7 #6d828e
# bright
color8 #98afb5
color9 #b38686
color10 #87b386
color11 #aab386
color12 #868cb3
color13 #b386b2
color14 #86b3b3
color15 #6d828e
# extended base16 colors
color16 #d8bba2
color17 #b39f9f
color18 #c9dbdc
color19 #b0c5c8
color20 #8299a1
color21 #5a6d7a

View File

@@ -0,0 +1,41 @@
# Base16 Brush Trees Dark - kitty color config
# Abraham White &lt;abelincoln.white@gmail.com&gt;
background #485867
foreground #b0c5c8
selection_background #b0c5c8
selection_foreground #485867
url_color #98afb5
cursor #b0c5c8
active_border_color #8299a1
active_tab_background #485867
active_tab_foreground #b0c5c8
inactive_tab_background #5a6d7a
inactive_tab_foreground #98afb5
# normal
color0 #485867
color1 #b38686
color2 #87b386
color3 #aab386
color4 #868cb3
color5 #b386b2
color6 #86b3b3
color7 #b0c5c8
# bright
color8 #8299a1
color9 #b38686
color10 #87b386
color11 #aab386
color12 #868cb3
color13 #b386b2
color14 #86b3b3
color15 #b0c5c8
# extended base16 colors
color16 #d8bba2
color17 #b39f9f
color18 #5a6d7a
color19 #6d828e
color20 #98afb5
color21 #c9dbdc

View File

@@ -0,0 +1,33 @@
# Base16 Brush Trees Dark - kitty color config
# Abraham White &lt;abelincoln.white@gmail.com&gt;
background #485867
foreground #b0c5c8
selection_background #b0c5c8
selection_foreground #485867
url_color #98afb5
cursor #b0c5c8
active_border_color #8299a1
active_tab_background #485867
active_tab_foreground #b0c5c8
inactive_tab_background #5a6d7a
inactive_tab_foreground #98afb5
# normal
color0 #485867
color1 #b38686
color2 #87b386
color3 #aab386
color4 #868cb3
color5 #b386b2
color6 #86b3b3
color7 #b0c5c8
# bright
color8 #8299a1
color9 #d8bba2
color10 #5a6d7a
color11 #6d828e
color12 #98afb5
color13 #c9dbdc
color14 #b39f9f
color15 #b0c5c8

View File

@@ -0,0 +1,33 @@
# Base16 Brush Trees - kitty color config
# Abraham White &lt;abelincoln.white@gmail.com&gt;
background #e3efef
foreground #6d828e
selection_background #6d828e
selection_foreground #e3efef
url_color #8299a1
cursor #6d828e
active_border_color #98afb5
active_tab_background #e3efef
active_tab_foreground #6d828e
inactive_tab_background #c9dbdc
inactive_tab_foreground #8299a1
# normal
color0 #e3efef
color1 #b38686
color2 #87b386
color3 #aab386
color4 #868cb3
color5 #b386b2
color6 #86b3b3
color7 #6d828e
# bright
color8 #98afb5
color9 #d8bba2
color10 #c9dbdc
color11 #b0c5c8
color12 #8299a1
color13 #5a6d7a
color14 #b39f9f
color15 #6d828e

View File

@@ -0,0 +1,41 @@
# Base16 Chalk - kitty color config
# Chris Kempson (http://chriskempson.com)
background #151515
foreground #d0d0d0
selection_background #d0d0d0
selection_foreground #151515
url_color #b0b0b0
cursor #d0d0d0
active_border_color #505050
active_tab_background #151515
active_tab_foreground #d0d0d0
inactive_tab_background #202020
inactive_tab_foreground #b0b0b0
# normal
color0 #151515
color1 #fb9fb1
color2 #acc267
color3 #ddb26f
color4 #6fc2ef
color5 #e1a3ee
color6 #12cfc0
color7 #d0d0d0
# bright
color8 #505050
color9 #fb9fb1
color10 #acc267
color11 #ddb26f
color12 #6fc2ef
color13 #e1a3ee
color14 #12cfc0
color15 #d0d0d0
# extended base16 colors
color16 #eda987
color17 #deaf8f
color18 #202020
color19 #303030
color20 #b0b0b0
color21 #e0e0e0

View File

@@ -0,0 +1,33 @@
# Base16 Chalk - kitty color config
# Chris Kempson (http://chriskempson.com)
background #151515
foreground #d0d0d0
selection_background #d0d0d0
selection_foreground #151515
url_color #b0b0b0
cursor #d0d0d0
active_border_color #505050
active_tab_background #151515
active_tab_foreground #d0d0d0
inactive_tab_background #202020
inactive_tab_foreground #b0b0b0
# normal
color0 #151515
color1 #fb9fb1
color2 #acc267
color3 #ddb26f
color4 #6fc2ef
color5 #e1a3ee
color6 #12cfc0
color7 #d0d0d0
# bright
color8 #505050
color9 #eda987
color10 #202020
color11 #303030
color12 #b0b0b0
color13 #e0e0e0
color14 #deaf8f
color15 #d0d0d0

View File

@@ -0,0 +1,41 @@
# Base16 Circus - kitty color config
# Stephan Boyer (https://github.com/stepchowfun) and Esther Wang (https://github.com/ewang12)
background #191919
foreground #a7a7a7
selection_background #a7a7a7
selection_foreground #191919
url_color #505050
cursor #a7a7a7
active_border_color #5f5a60
active_tab_background #191919
active_tab_foreground #a7a7a7
inactive_tab_background #202020
inactive_tab_foreground #505050
# normal
color0 #191919
color1 #dc657d
color2 #84b97c
color3 #c3ba63
color4 #639ee4
color5 #b888e2
color6 #4bb1a7
color7 #a7a7a7
# bright
color8 #5f5a60
color9 #dc657d
color10 #84b97c
color11 #c3ba63
color12 #639ee4
color13 #b888e2
color14 #4bb1a7
color15 #a7a7a7
# extended base16 colors
color16 #4bb1a7
color17 #b888e2
color18 #202020
color19 #303030
color20 #505050
color21 #808080

View File

@@ -0,0 +1,33 @@
# Base16 Circus - kitty color config
# Stephan Boyer (https://github.com/stepchowfun) and Esther Wang (https://github.com/ewang12)
background #191919
foreground #a7a7a7
selection_background #a7a7a7
selection_foreground #191919
url_color #505050
cursor #a7a7a7
active_border_color #5f5a60
active_tab_background #191919
active_tab_foreground #a7a7a7
inactive_tab_background #202020
inactive_tab_foreground #505050
# normal
color0 #191919
color1 #dc657d
color2 #84b97c
color3 #c3ba63
color4 #639ee4
color5 #b888e2
color6 #4bb1a7
color7 #a7a7a7
# bright
color8 #5f5a60
color9 #4bb1a7
color10 #202020
color11 #303030
color12 #505050
color13 #808080
color14 #b888e2
color15 #a7a7a7

Some files were not shown because too many files have changed in this diff Show More