From 54709c58e01a7758aa350de0642aa4a8ae1a0c6b Mon Sep 17 00:00:00 2001 From: Nikolas Weger Date: Mon, 27 Nov 2023 08:39:55 +0100 Subject: [PATCH] shuffled some stuff around --- dot_config/kitty/current-theme.conf | 84 ++++++++++++----------------- dot_config/kitty/kitty.conf | 2 +- dot_config/sheldon/plugins.toml | 7 ++- dot_config/zsh/dot_zshenv | 2 +- 4 files changed, 41 insertions(+), 54 deletions(-) diff --git a/dot_config/kitty/current-theme.conf b/dot_config/kitty/current-theme.conf index b27902e..627ba40 100644 --- a/dot_config/kitty/current-theme.conf +++ b/dot_config/kitty/current-theme.conf @@ -1,53 +1,35 @@ -## name: Rosé Pine Moon -## author: mvllow +# vim:ft=kitty +## name: Dracula +## author: Keegan Carruthers-Smith ## license: MIT -## upstream: https://github.com/rose-pine/kitty/blob/main/dist/rose-pine-moon.conf -## blurb: All natural pine, faux fur and a bit of soho vibes for the classy minimalist - -foreground #e0def4 -background #232136 -selection_foreground #e0def4 -selection_background #44415a - -cursor #56526e -cursor_text_color #e0def4 - -url_color #c4a7e7 - -active_tab_foreground #e0def4 -active_tab_background #393552 -inactive_tab_foreground #6e6a86 -inactive_tab_background #232136 - -# black -color0 #393552 -color8 #6e6a86 - -# red -color1 #eb6f92 -color9 #eb6f92 - -# green -color2 #3e8fb0 -color10 #3e8fb0 - -# yellow -color3 #f6c177 -color11 #f6c177 - -# blue -color4 #9ccfd8 -color12 #9ccfd8 - -# magenta -color5 #c4a7e7 -color13 #c4a7e7 - -# cyan -color6 #ea9a97 -color14 #ea9a97 - -# white -color7 #e0def4 -color15 #e0def4 +## upstream: https://raw.githubusercontent.com/dracula/kitty/master/dracula.conf +foreground #f8f8f2 +background #282a36 +selection_foreground #ffffff +selection_background #44475a +url_color #8be9fd +color0 #21222c +color8 #6272a4 +color1 #ff5555 +color9 #ff6e6e +color2 #50fa7b +color10 #69ff94 +color3 #f1fa8c +color11 #ffffa5 +color4 #bd93f9 +color12 #d6acff +color5 #ff79c6 +color13 #ff92df +color6 #8be9fd +color14 #a4ffff +color7 #f8f8f2 +color15 #ffffff +cursor #f8f8f2 +cursor_text_color background +active_tab_foreground #282a36 +active_tab_background #f8f8f2 +inactive_tab_foreground #282a36 +inactive_tab_background #6272a4 +mark1_foreground #282a36 +mark1_background #ff5555 diff --git a/dot_config/kitty/kitty.conf b/dot_config/kitty/kitty.conf index 7bf2ff0..d4c30d8 100644 --- a/dot_config/kitty/kitty.conf +++ b/dot_config/kitty/kitty.conf @@ -10,6 +10,6 @@ shell_integration disabled font_family FiraCode Nerd Font # BEGIN_KITTY_THEME -# Rosé Pine Moon +# Dracula include current-theme.conf # END_KITTY_THEME diff --git a/dot_config/sheldon/plugins.toml b/dot_config/sheldon/plugins.toml index f2f79c5..998f2c0 100644 --- a/dot_config/sheldon/plugins.toml +++ b/dot_config/sheldon/plugins.toml @@ -10,7 +10,7 @@ use = ["env.zsh"] [plugins.compinit] local = "~/.config/zsh/files/" -use = ["{compinit,sshcomp,aliases,functions,distroicon}.zsh"] +use = ["compinit.zsh"] # completions [plugins.completions] @@ -84,3 +84,8 @@ use = ["bashcomps.zsh"] [plugins.evalstuff] local = "~/.config/zsh/files/" use = ["evalstuff.zsh"] + +[plugins.ownconfigs] +local = "~/.config/zsh/files/" +use = ["{sshcomp,aliases,functions,distroicon}.zsh"] + diff --git a/dot_config/zsh/dot_zshenv b/dot_config/zsh/dot_zshenv index b80c522..2bda25f 100644 --- a/dot_config/zsh/dot_zshenv +++ b/dot_config/zsh/dot_zshenv @@ -40,7 +40,7 @@ export DSTASK_GIT_REPO="$XDG_DATA_HOME"/dstask export WAKATIME_HOME="$XDG_DATA_HOME"/wakatime export WINEPREFIX="$XDG_DATA_HOME"/wine export RUSTUP_HOME="$XDG_DATA_HOME"/rustup -#export GNUPGHOME="$XDG_DATA_HOME"/gnupg +export GNUPGHOME="$XDG_DATA_HOME"/gnupg export W3M_DIR="$XDG_DATA_HOME"/w3m export GIBO_BOILERPLATES="$XDG_DATA_HOME"/giboboilerplates