mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-02-19 03:01:27 +01:00
pywal (also known as wal) lets us change color schemes with a cache directory instead of editing config files directly. This helps us separate the dotfiles from the color schemes. This commit removes explicit color settings from my dotfiles, which are now managed by pywal. Dunst has been added to show any notifications that I may want to use in the future. The colors.Xresources file is used to prevent urxvt from using a depth of 32. My custom colors.vim file has been removed in favor of wal.vim, which solves some problems I had to manually resolve myself and should make things easier to maintain in the long term. Note that pywal also supports base16 color schemes, as well as any other color scheme you can think of.
30 lines
704 B
Plaintext
30 lines
704 B
Plaintext
*foreground: {foreground}
|
|
*background: {background}
|
|
URxvt*cursorColor: {cursor}
|
|
URxvt*borderColor: {background}
|
|
|
|
*color0: {color0}
|
|
*color1: {color1}
|
|
*color2: {color2}
|
|
*color3: {color3}
|
|
*color4: {color4}
|
|
*color5: {color5}
|
|
*color6: {color6}
|
|
*color7: {color7}
|
|
*color8: {color8}
|
|
*color9: {color9}
|
|
*color10: {color10}
|
|
*color11: {color11}
|
|
*color12: {color12}
|
|
*color13: {color13}
|
|
*color14: {color14}
|
|
*color15: {color15}
|
|
|
|
! Black color that will not be affected by bold highlighting.
|
|
*color66: {color0}
|
|
|
|
! Disable transparency for better image support
|
|
! This also makes the terminal faster and makes images persist between
|
|
! desktops with the urxvt mode in ranger.
|
|
URxvt*depth:0
|