mirror of
https://github.com/altercation/solarized
synced 2024-11-22 03:33:03 +00:00
91ed069f07
git-subtree-dir: intellij-colors-solarized git-subtree-mainline:fd3e7e36c3
git-subtree-split:474898490a
11 lines
No EOL
235 B
Bash
Executable file
11 lines
No EOL
235 B
Bash
Executable file
#!/bin/sh
|
|
|
|
mkdir colors
|
|
cp Solarized\ Light.xml colors
|
|
cp Solarized\ Dark.xml colors
|
|
touch IntelliJ\ IDEA\ Global\ Settings
|
|
|
|
jar cfM settings.jar IntelliJ\ IDEA\ Global\ Settings colors
|
|
|
|
rm -r colors
|
|
rm IntelliJ\ IDEA\ Global\ Settings |