diff options
| author | Josh <joshott16@gmail.com> | 2025-07-24 08:15:52 -0400 |
|---|---|---|
| committer | Josh <joshott16@gmail.com> | 2025-07-24 08:15:52 -0400 |
| commit | 21150560c5762a4f6f446e74f2020f61d9ba4221 (patch) | |
| tree | 73a20509a1f19e90bc6e4bd240e89332693e2c8d /wallust/wallust.toml | |
| parent | 993b580ec5ea47a8f7d5b1d84556d6f27dc6a22c (diff) | |
| download | dotfiles-21150560c5762a4f6f446e74f2020f61d9ba4221.tar.gz dotfiles-21150560c5762a4f6f446e74f2020f61d9ba4221.zip | |
the great colorscheme migration
Diffstat (limited to 'wallust/wallust.toml')
| -rw-r--r-- | wallust/wallust.toml | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/wallust/wallust.toml b/wallust/wallust.toml new file mode 100644 index 0000000..f9e64ed --- /dev/null +++ b/wallust/wallust.toml @@ -0,0 +1,40 @@ +color_space = "lch" +palette = "dark16" +check_contrast = true +saturation = 30 +threshold = 10 + +[templates] +waybar.template = 'colors_waybar.css' +waybar.target = '~/.config/waybar/colors.css' + +kitty.template = 'colors_kitty.conf' +kitty.target = '~/.config/kitty/colors.conf' + +starship.template = 'starship.toml' +starship.target = '~/.config/starship/starship.toml' + +transient_star.template = 'starship_transient.toml' +transient_star.target = '~/.config/starship/transient.toml' + +sway.template = 'colors_sway' +sway.target = '~/.config/sway/colors' + +neopywal.template = 'colors_neowallust.vim' +neopywal.target = '~/.local/share/nvim/lazy/neopywal/palettes/wallust.vim' + +rofi.template = 'colors_rofi.rasi' +rofi.target = '~/.config/rofi/colors.rasi' + +swaylock.template = 'swaylock' +swaylock.target = '~/.config/swaylock/config' + +dunst.template = 'dunstrc' +dunst.target = '~/.config/dunst/dunstrc' + +zathura.template = 'colors_zathura' +zathura.target = '~/.config/zathura/colors' + +fish.template = 'colors_fish.fish' +fish.target = '~/.config/fish/colors.fish' +fish.pywal = true |