parent
4042e2516f
commit
79b4c0fe34
1 changed files with 2 additions and 3 deletions
|
@ -6,13 +6,12 @@ Component:
|
|||
WorkingDirectory: C:\Users\anri\AppData\Roaming\AutoDarkMode
|
||||
ArgsLight: [
|
||||
-c,
|
||||
"fish --no-config -c \" \
|
||||
fish_config theme choose 'Solarized Light' && yes | fish_config theme save\" && \
|
||||
"fish -c \"fish_config theme choose 'Solarized Light' && yes | fish_config theme save\" && \
|
||||
sed -i 's/monokai/bubblegum/g' ~/.config/micro/settings.json",
|
||||
]
|
||||
ArgsDark: [
|
||||
-c,
|
||||
"fish --no-config -c \" \
|
||||
"fish -c \" \
|
||||
fish_config theme choose 'Base16 Eighties' && yes | fish_config theme save && \
|
||||
set fish_color_comment 5c6773\" && \
|
||||
sed -i 's/bubblegum/monokai/g' ~/.config/micro/settings.json",
|
||||
|
|
Loading…
Reference in a new issue