Compare commits
No commits in common. "cd7a0b34de959fb33c00ebd76988135c7fee3635" and "7644c63dd05e0500060299ea49723a812593bcc8" have entirely different histories.
cd7a0b34de
...
7644c63dd0
6 changed files with 27 additions and 36 deletions
|
@ -42,6 +42,7 @@
|
||||||
<string>monospace</string>
|
<string>monospace</string>
|
||||||
</test>
|
</test>
|
||||||
<edit name="family" mode="prepend" binding="strong">
|
<edit name="family" mode="prepend" binding="strong">
|
||||||
|
<string>Fira Code</string>
|
||||||
<string>JetBrains Mono</string>
|
<string>JetBrains Mono</string>
|
||||||
</edit>
|
</edit>
|
||||||
</match>
|
</match>
|
||||||
|
|
|
@ -1,32 +1,21 @@
|
||||||
## name: Gruvbox Dark
|
background #1e1e1e
|
||||||
## author: Pavel Pertsev
|
foreground #b8bcb9
|
||||||
## license: MIT/X11
|
cursor #eee
|
||||||
## upstream: https://raw.githubusercontent.com/gruvbox-community/gruvbox-contrib/master/kitty/gruvbox-dark.conf
|
selection_background #efcc00
|
||||||
|
color0 #3a3c43
|
||||||
selection_foreground #ebdbb2
|
color8 #888987
|
||||||
selection_background #d65d0e
|
color1 #be3e48
|
||||||
|
color9 #fb001e
|
||||||
background #282828
|
color2 #869a3a
|
||||||
foreground #ebdbb2
|
color10 #0e712e
|
||||||
|
color3 #c4a535
|
||||||
color0 #3c3836
|
color11 #c37033
|
||||||
color1 #cc241d
|
color4 #4e76a1
|
||||||
color2 #98971a
|
color12 #176ce3
|
||||||
color3 #d79921
|
color5 #855b8d
|
||||||
color4 #458588
|
color13 #fb0067
|
||||||
color5 #b16286
|
color6 #568ea3
|
||||||
color6 #689d6a
|
color14 #2d6f6c
|
||||||
color7 #a89984
|
color7 #b8bcb9
|
||||||
color8 #928374
|
color15 #fcffb8
|
||||||
color9 #fb4934
|
selection_foreground #1e1e1e
|
||||||
color10 #b8bb26
|
|
||||||
color11 #fabd2f
|
|
||||||
color12 #83a598
|
|
||||||
color13 #d3869b
|
|
||||||
color14 #8ec07c
|
|
||||||
color15 #fbf1c7
|
|
||||||
|
|
||||||
cursor #bdae93
|
|
||||||
cursor_text_color #665c54
|
|
||||||
|
|
||||||
url_color #458588
|
|
||||||
|
|
|
@ -1238,6 +1238,8 @@ map kitty_mod+f6 debug_config
|
||||||
|
|
||||||
|
|
||||||
# BEGIN_KITTY_THEME
|
# BEGIN_KITTY_THEME
|
||||||
# Gruvbox Dark
|
# Dimmed Monokai
|
||||||
include current-theme.conf
|
include current-theme.conf
|
||||||
|
# Embark
|
||||||
|
# include embark-kitty.conf
|
||||||
# END_KITTY_THEME
|
# END_KITTY_THEME
|
||||||
|
|
2
.fehbg
Executable file
2
.fehbg
Executable file
|
@ -0,0 +1,2 @@
|
||||||
|
#!/bin/sh
|
||||||
|
feh --no-fehbg --bg-scale '/mnt/win/d/Sync/Pictures/Public/Wallpapers/365242.jpg'
|
BIN
.fonts/JetBrainsMono-Regular.ttf
Normal file
BIN
.fonts/JetBrainsMono-Regular.ttf
Normal file
Binary file not shown.
|
@ -46,6 +46,3 @@ if [ "$XDG_SESSION_TYPE" = "wayland" ]; then
|
||||||
export MOZ_ENABLE_WAYLAND=1
|
export MOZ_ENABLE_WAYLAND=1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
export XBPS_DISTDIR="$HOME/git/void-packages"
|
|
||||||
export SVDIR="$HOME/sv"
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue