shuffled some stuff around

This commit is contained in:
Nikolas Weger 2023-11-27 08:39:55 +01:00
parent 9f7297bda5
commit 54709c58e0
4 changed files with 41 additions and 54 deletions

View file

@ -1,53 +1,35 @@
## name: Rosé Pine Moon # vim:ft=kitty
## author: mvllow ## name: Dracula
## author: Keegan Carruthers-Smith
## license: MIT ## license: MIT
## upstream: https://github.com/rose-pine/kitty/blob/main/dist/rose-pine-moon.conf ## upstream: https://raw.githubusercontent.com/dracula/kitty/master/dracula.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
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

View file

@ -10,6 +10,6 @@ shell_integration disabled
font_family FiraCode Nerd Font font_family FiraCode Nerd Font
# BEGIN_KITTY_THEME # BEGIN_KITTY_THEME
# Rosé Pine Moon # Dracula
include current-theme.conf include current-theme.conf
# END_KITTY_THEME # END_KITTY_THEME

View file

@ -10,7 +10,7 @@ use = ["env.zsh"]
[plugins.compinit] [plugins.compinit]
local = "~/.config/zsh/files/" local = "~/.config/zsh/files/"
use = ["{compinit,sshcomp,aliases,functions,distroicon}.zsh"] use = ["compinit.zsh"]
# completions # completions
[plugins.completions] [plugins.completions]
@ -84,3 +84,8 @@ use = ["bashcomps.zsh"]
[plugins.evalstuff] [plugins.evalstuff]
local = "~/.config/zsh/files/" local = "~/.config/zsh/files/"
use = ["evalstuff.zsh"] use = ["evalstuff.zsh"]
[plugins.ownconfigs]
local = "~/.config/zsh/files/"
use = ["{sshcomp,aliases,functions,distroicon}.zsh"]

View file

@ -40,7 +40,7 @@ export DSTASK_GIT_REPO="$XDG_DATA_HOME"/dstask
export WAKATIME_HOME="$XDG_DATA_HOME"/wakatime export WAKATIME_HOME="$XDG_DATA_HOME"/wakatime
export WINEPREFIX="$XDG_DATA_HOME"/wine export WINEPREFIX="$XDG_DATA_HOME"/wine
export RUSTUP_HOME="$XDG_DATA_HOME"/rustup 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 W3M_DIR="$XDG_DATA_HOME"/w3m
export GIBO_BOILERPLATES="$XDG_DATA_HOME"/giboboilerplates export GIBO_BOILERPLATES="$XDG_DATA_HOME"/giboboilerplates