From f1bad04fed0c48b4c222bb66a05970cf652ee0f4 Mon Sep 17 00:00:00 2001 From: vara Date: Mon, 27 Nov 2023 16:45:04 +1300 Subject: [PATCH] revamp/complete theme and use the home tauon directory instead of /opt --- Catppuccin Mocha Rosewater.ttheme | 161 +++++++++++++++++++++--------- install.sh | 2 +- 2 files changed, 113 insertions(+), 50 deletions(-) diff --git a/Catppuccin Mocha Rosewater.ttheme b/Catppuccin Mocha Rosewater.ttheme index 363ec06..eca65e7 100644 --- a/Catppuccin Mocha Rosewater.ttheme +++ b/Catppuccin Mocha Rosewater.ttheme @@ -1,72 +1,135 @@ -# by vara :3 and based off the 'Sky' theme from https://github.com/Taiko2k/TauonMusicBox/blob/master/theme/Sky.ttheme -#Tau Player theme file +# by vara :3 and based off the 'Neon Love' theme from https://github.com/Taiko2k/TauonMusicBox/blob/master/theme/Neon Love.ttheme -24,24,37 player background -30,30,46 playlist panel +# 30,30,46 base +# 24,24,37 mantle +# 17,17,27 crust +# 69,71,90 surface1 +# 49,50,68 surface0 +# 14,14,24 darker color i made up +# 10,10,20 even darker color i made up +# 205,214,244 light text +# 186,194,222 text +# 166,173,200 darkened text +# 245,224,220 = rosewater accent +# 219,186,187 = rosewater i found in my kde theme +#Tauon Music Box theme file + + +#-Backgrounds----- + +30,30,46 top panel +24,24,37 tracklist panel 17,17,27 side panel -24,24,37 bottom panel -18,18,18 queue panel +14,14,26 bottom panel +24,24,37 queue panel +17,17,27 gallery background +49,50,68 column bar background -235,235,235 bottom title +#-Playlist------- -210,210,210 track line -255,195,50 track playing -85,85,85 track missing -62,178,228 track time -62,178,228 track index -62,178,228 track artist +186,194,222 track line +186,194,222 track time +186,194,222 track index +186,194,222 track artist +186,194,222 track album -255,195,50 index playing -255,195,50 artist playing -62,178,228 album line -255,195,50 album playing -255,195,50 time playing +245,224,220 track playing +245,224,220 index playing +245,224,220 artist playing +245,224,220 album playing +245,224,220 time playing -180,180,180 fav line -40,40,40 folder line -159,175,255 folder title +166,173,200 track missing -25,25,25,0 playing highlight -120,120,120,33 select highlight -255,195,50 gallery highlight +245,224,220 fav line +205,214,244 folder line +205,214,244 folder title + +245,224,220,30 playing highlight +219,186,187,15 select highlight +219,186,187 gallery highlight + + + +#-Bottom panel------ 49,50,68 buttons off -245,224,220 buttons over +219,186,187 buttons over 245,224,220 buttons active -129,145,246 playing time - -235,235,235 tab active line -235,235,235 tab line -24,24,24 tab background -40,40,40 tab over -30,30,46 tab active background - -230,230,230 title info -205,205,205 extra info -20,20,20 art border +205,214,244 playing time 245,224,220 seek bar 245,224,220 volume bar -14,14,24 seek bg -14,14,24 volume bg -17,17,27 scroll bar +10,10,20 seek bg +10,10,20 volume bg +49,50,68 scroll bar 49,50,68 mode off -245,224,220 mode over +219,186,187 mode over 245,224,220 mode on -129,145,246 music vis +242,239,255 bottom title + +#-Top panel--------- + +186,194,222 tab active text +186,194,222 tab text +24,24,37 tab background +49,50,68 tab over +69,71,90 tab active background + +245,224,220 music vis + +24,24,37 window buttons background +69,71,90 window buttons on +49,50,68 window buttons icon off +186,194,222 window buttons icon over +# window button x on +# window button x off + #-Menu------------- -30,30,46 menu background -49,50,68 menu highlight -24,24,37 menu border -205,214,244 menu text -255,0,0 menu disable text -245,224,220 menu icons + +17,17,27 menu background +30,30,46 menu highlight +30,30,46 menu border +186,194,222 menu text +65,49,104 menu disable text +49,50,68 menu icons + +#-Dialog box--------- + +17,17,27 box background +30,30,46 box border + +205,214,244 box title text +205,214,244 box text label + +186,194,222 box text normal +186,194,222 box sub text +186,194,222 box input text +186,194,222 box text border + +49,50,68 box button background normal +245,224,220 box button background highlight +49,50,68 box button border + +#-Misc-------------- + +65,49,104,130 window frame +42,32,65 artist bio background +242,239,255 artist bio text + +#-Side panel-------- + +205,214,244 title info +205,214,244 extra info +17,17,27 art border #-Mini Mode--------- -14,14,14 mini bg -60,60,60 mini border +14,14,26 mini bg +30,30,46 mini border +205,214,244 mini text 1 +205,214,244 mini text 2 \ No newline at end of file diff --git a/install.sh b/install.sh index 53e10e3..bfecc86 100755 --- a/install.sh +++ b/install.sh @@ -1,2 +1,2 @@ #!/bin/sh -sudo cp ./'Catppuccin Mocha Rosewater.ttheme' /opt/tauon-music-box/theme +cp ./'Catppuccin Mocha Rosewater.ttheme' $HOME/.local/share/TauonMusicBox/theme