mirror of
https://github.com/luneko/SweetTokyoNight.git
synced 2025-12-13 23:39:51 +01:00
Update colors
This commit is contained in:
13
gtk-2.0/links.fish
Normal file
13
gtk-2.0/links.fish
Normal file
@@ -0,0 +1,13 @@
|
||||
set -l files 'checkbox' 'radio'
|
||||
set -l states 'unchecked' 'checked' 'mixed'
|
||||
set -l sub_states 'active' 'hover' 'insensitive'
|
||||
|
||||
for f in $files;
|
||||
for s in $states;
|
||||
ln -sf ../../assets/$f-$s-dark.png ./assets/$f-$s.png
|
||||
for i in $sub_states;
|
||||
ln -sf ../../assets/$f-$s-$i-dark.png ./assets/$f-$s-$i.png
|
||||
;end
|
||||
;end
|
||||
|
||||
;end
|
||||
Reference in New Issue
Block a user