added themes
This commit is contained in:
9
.themes/oomox-cl-dark/assets/sed.sh
Executable file
9
.themes/oomox-cl-dark/assets/sed.sh
Executable file
@@ -0,0 +1,9 @@
|
||||
#!/bin/sh
|
||||
sed -i \
|
||||
-e 's/#949094/rgb(0%,0%,0%)/g' \
|
||||
-e 's/#181a15/rgb(100%,100%,100%)/g' \
|
||||
-e 's/#a94333/rgb(50%,0%,0%)/g' \
|
||||
-e 's/#6e6b6f/rgb(0%,50%,0%)/g' \
|
||||
-e 's/#939796/rgb(50%,0%,50%)/g' \
|
||||
-e 's/#a94333/rgb(0%,0%,50%)/g' \
|
||||
"$@"
|
||||
Reference in New Issue
Block a user