diff options
| author | pml68 <tutorialmester@gmail.com> | 2024-05-04 13:40:16 +0200 |
|---|---|---|
| committer | pml68 <tutorialmester@gmail.com> | 2024-05-04 13:40:16 +0200 |
| commit | 1ed91ae261e6a7476c618e1fd5719786d19eb1fd (patch) | |
| tree | 400e7f0add03ec60554e27ac64ab2b6fd2b24104 /vis | |
| parent | style: change tags to "1 2 3 4 5 6" (diff) | |
| download | suckless-setup-1ed91ae261e6a7476c618e1fd5719786d19eb1fd.tar.gz | |
docs: update screenshot and wallpaper, feat: update vis theme to Rosé Pine
Diffstat (limited to '')
| -rw-r--r-- | vis/colors/blue-pink-gradient | 5 | ||||
| -rw-r--r-- | vis/colors/rose-pine | 6 | ||||
| -rw-r--r-- | vis/config | 2 |
3 files changed, 7 insertions, 6 deletions
diff --git a/vis/colors/blue-pink-gradient b/vis/colors/blue-pink-gradient deleted file mode 100644 index eb0667e..0000000 --- a/vis/colors/blue-pink-gradient +++ /dev/null @@ -1,5 +0,0 @@ -#0b54fe -#4743ef -#8432df -#c020d0 -#fc0fc0 diff --git a/vis/colors/rose-pine b/vis/colors/rose-pine new file mode 100644 index 0000000..1195d37 --- /dev/null +++ b/vis/colors/rose-pine @@ -0,0 +1,6 @@ +#31748f +#9ccfd8 +#c4a7e7 +#ebbcba +#f6c177 +#eb6f92 @@ -1,3 +1,3 @@ visualizer.spectrum.bar.width=1 audio.stereo.enabled=false -colors.scheme=blue-pink-gradient +colors.scheme=rose-pine |
