Mercurial > dotfiles
changeset 258:e76bb97c0099
Add kitty configuration
author | zegervdv <zegervdv@me.com> |
---|---|
date | Thu, 21 May 2020 17:35:19 +0200 |
parents | d726921aaabe |
children | 81e00b8647b9 |
files | dot_bashrc dot_config/kitty/.keep dot_config/kitty/kitty.conf dot_config/nvim/executable_init.vim |
diffstat | 3 files changed, 40 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/dot_bashrc Thu May 21 11:28:36 2020 +0200 +++ b/dot_bashrc Thu May 21 17:35:19 2020 +0200 @@ -25,6 +25,8 @@ shopt -s cmdhist export HISTINGORE="pwd:ls:history" +export XDG_CONFIG_HOME=$HOME/.config + PATH=$HOME/bin:$PATH cd_func ()
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/dot_config/kitty/kitty.conf Thu May 21 17:35:19 2020 +0200 @@ -0,0 +1,36 @@ +# vim:fileencoding=utf-8:ft=conf + +font_family Fira Code Retina + +cursor white + +window_margin_width 4 +window_padding_width 4 + +foreground #eeeeee +background #282828 + +color0 #282828 +color8 #484848 + +color1 #f43753 +color9 #f43753 + +color2 #c9d05c +color10 #c9d05c + +color3 #ffc24b +color11 #ffc24b + +color4 #b3deef +color12 #b3deef + +color5 #d3b987 +color13 #d3b987 + +color6 #73cef4 +color14 #73cef4 + +color7 #eeeeee +color15 #ffffff +
--- a/dot_config/nvim/executable_init.vim Thu May 21 11:28:36 2020 +0200 +++ b/dot_config/nvim/executable_init.vim Thu May 21 17:35:19 2020 +0200 @@ -248,8 +248,8 @@ \ } \ } \} -set background=light -colorscheme PaperColor +set background=dark +colorscheme onedark if s:darwin set background=dark colorscheme tomorrow-night