diff options
author | Luca Matei Pintilie <lucafulger@gmail.com> | 2022-02-11 16:35:29 +0000 |
---|---|---|
committer | Luca Matei Pintilie <lucafulger@gmail.com> | 2022-02-11 16:35:29 +0000 |
commit | e54014dffba9ca9db6f9088017f18fbf4fb02d6e (patch) | |
tree | 15cc644ddf7ce3ed353c5d87b0737029da322da8 /dwm/.dwm/xresources | |
parent | 4417eb0a77892f4b24eeb5adc97b8890f14187fb (diff) | |
parent | a6756c60d5481e6b679cbca0369c0d56076de95c (diff) | |
download | dotfiles-e54014dffba9ca9db6f9088017f18fbf4fb02d6e.tar dotfiles-e54014dffba9ca9db6f9088017f18fbf4fb02d6e.tar.gz dotfiles-e54014dffba9ca9db6f9088017f18fbf4fb02d6e.tar.bz2 dotfiles-e54014dffba9ca9db6f9088017f18fbf4fb02d6e.tar.lz dotfiles-e54014dffba9ca9db6f9088017f18fbf4fb02d6e.tar.xz dotfiles-e54014dffba9ca9db6f9088017f18fbf4fb02d6e.tar.zst dotfiles-e54014dffba9ca9db6f9088017f18fbf4fb02d6e.zip |
Merge branch 'master' of aninternettroll.xyz:aninternettroll/dotfiles
Diffstat (limited to '')
-rw-r--r-- | dwm/.dwm/xresources | 53 |
1 files changed, 53 insertions, 0 deletions
diff --git a/dwm/.dwm/xresources b/dwm/.dwm/xresources new file mode 100644 index 0000000..018a8dd --- /dev/null +++ b/dwm/.dwm/xresources @@ -0,0 +1,53 @@ +!-- Xft settings -- ! you dont even need this probably + +Xft.antialias: 1 +Xft.hinting: 1 +Xft.autohint: 0 +Xft.hintstyle: hintslight +Xft.rgba: rgb +Xft.lcdfilter: lcddefault + +! transparency ( 0.1 to 0.9 values) +st.alpha: 0.8 + +! inner padding +st.borderpx: 15 +st.font: JetBrainsMono Nerd Font:style:medium:pixelsize=15 + +!! Colors + +!! Dracula palette +*.foreground: #F8F8F2 +*.background: #282A36 + +!! black + grey +*.color0: #000000 +*.color8: #4D4D4D + +!! dark red + red +*.color1: #FF5555 +*.color9: #FF6E67 + +!! green +*.color2: #50FA7B +*.color10: #5AF78E + +!! yellow +*.color3: #F1FA8C +*.color11: #F4F99D + +!! purple +*.color4: #BD93F9 +*.color12: #CAA9FA + +!! pink +*.color5: #FF79C6 +*.color13: #FF92D0 + +!! cyan +*.color6: #8BE9FD +*.color14: #9AEDFE + +!! white +*.color7: #BFBFBF +*.color15: #E6E6E6 |