Compare commits

...

4 commits

Author SHA1 Message Date
cd7a0b34de kitty: use gruvbox dark theme 2025-01-21 17:14:12 +01:00
8640bb4a80 remove unused files 2025-01-21 17:12:38 +01:00
99bb03ab07 fc: remove fira sans 2025-01-21 17:12:15 +01:00
7241a25293 zsh: add env vars to profile 2025-01-21 17:11:32 +01:00
6 changed files with 36 additions and 27 deletions

View file

@ -42,7 +42,6 @@
<string>monospace</string>
</test>
<edit name="family" mode="prepend" binding="strong">
<string>Fira Code</string>
<string>JetBrains Mono</string>
</edit>
</match>

View file

@ -1,21 +1,32 @@
background #1e1e1e
foreground #b8bcb9
cursor #eee
selection_background #efcc00
color0 #3a3c43
color8 #888987
color1 #be3e48
color9 #fb001e
color2 #869a3a
color10 #0e712e
color3 #c4a535
color11 #c37033
color4 #4e76a1
color12 #176ce3
color5 #855b8d
color13 #fb0067
color6 #568ea3
color14 #2d6f6c
color7 #b8bcb9
color15 #fcffb8
selection_foreground #1e1e1e
## name: Gruvbox Dark
## author: Pavel Pertsev
## license: MIT/X11
## upstream: https://raw.githubusercontent.com/gruvbox-community/gruvbox-contrib/master/kitty/gruvbox-dark.conf
selection_foreground #ebdbb2
selection_background #d65d0e
background #282828
foreground #ebdbb2
color0 #3c3836
color1 #cc241d
color2 #98971a
color3 #d79921
color4 #458588
color5 #b16286
color6 #689d6a
color7 #a89984
color8 #928374
color9 #fb4934
color10 #b8bb26
color11 #fabd2f
color12 #83a598
color13 #d3869b
color14 #8ec07c
color15 #fbf1c7
cursor #bdae93
cursor_text_color #665c54
url_color #458588

View file

@ -1238,8 +1238,6 @@ map kitty_mod+f6 debug_config
# BEGIN_KITTY_THEME
# Dimmed Monokai
# Gruvbox Dark
include current-theme.conf
# Embark
# include embark-kitty.conf
# END_KITTY_THEME

2
.fehbg
View file

@ -1,2 +0,0 @@
#!/bin/sh
feh --no-fehbg --bg-scale '/mnt/win/d/Sync/Pictures/Public/Wallpapers/365242.jpg'

Binary file not shown.

View file

@ -46,3 +46,6 @@ if [ "$XDG_SESSION_TYPE" = "wayland" ]; then
export MOZ_ENABLE_WAYLAND=1
fi
export XBPS_DISTDIR="$HOME/git/void-packages"
export SVDIR="$HOME/sv"