diff options
| author | Devine Lu Linvega <aliceffekt@gmail.com> | 2018-02-03 21:23:12 +1300 |
|---|---|---|
| committer | Devine Lu Linvega <aliceffekt@gmail.com> | 2018-02-03 21:23:12 +1300 |
| commit | ecfeaef9205de3df3a1f168ebe6c9f12f3fef4c1 (patch) | |
| tree | f06ba4f58a1f6254300bf60638601ce47c84fef0 | |
| parent | 04a991913c19f2e3e1fbd4aa1cb80da8de06ff7b (diff) | |
Fixed this and that
| -rw-r--r-- | README.md | 40 | ||||
| -rw-r--r-- | assets/apollo.svg | 2 | ||||
| -rw-r--r-- | assets/robo.svg | 2 | ||||
| -rw-r--r-- | themes/robo.thm | 2 | ||||
| -rwxr-xr-x | tools/Updater(OS X).command | 29 |
5 files changed, 46 insertions, 29 deletions
@@ -1,5 +1,5 @@ # Themes -This collection of themes are meant to be used with [Ronin](https://github.com/hundredrabbits/Ronin), [Left](https://github.com/hundredrabbits/Left), [Donsol](https://github.com/hundredrabbits/Donsol) and [Dotgrid](https://github.com/hundredrabbits/Dotgrid). +This collection of themes are meant to be used with [Ronin](https://github.com/hundredrabbits/Marabu), [Left](https://github.com/hundredrabbits/Left), [Donsol](https://github.com/hundredrabbits/Donsol) and [Dotgrid](https://github.com/hundredrabbits/Dotgrid). <img src='https://raw.githubusercontent.com/hundredrabbits/Themes/master/PREVIEW.jpg' width='600'/> @@ -7,14 +7,14 @@ This collection of themes are meant to be used with [Ronin](https://github.com/h To install a theme, simply drag the `thm` file onto the application window. You are welcome to submit your own themes to this collection! -## [apollo11](themes/apollo11.thm) - +## [apollo](themes/apollo.thm) + ## [ash](themes/ash.thm)  -## [apollo](themes/apollo.thm) - +## [apollo11](themes/apollo11.thm) + ## [battlestation](themes/battlestation.thm)  @@ -25,8 +25,11 @@ You are welcome to submit your own themes to this collection! ## [blanc](themes/blanc.thm)  -## [commodore](themes/commodore.thm) - +## [gameboy](themes/gameboy.thm) + + +## [mahou](themes/mahou.thm) + ## [donsol](themes/donsol.thm)  @@ -34,36 +37,33 @@ You are welcome to submit your own themes to this collection! ## [cina](themes/cina.thm)  -## [gameboy](themes/gameboy.thm) - +## [commodore](themes/commodore.thm) + ## [marble](themes/marble.thm)  -## [noir](themes/noir.thm) - - -## [mahou](themes/mahou.thm) - +## [raspberry](themes/raspberry.thm) + ## [robo](themes/robo.thm)  +## [noir](themes/noir.thm) + + +## [solitaire](themes/solitaire.thm) + + ## [pale](themes/pale.thm)  ## [seaweed](themes/seaweed.thm)  -## [solitaire](themes/solitaire.thm) - - ## [soyuz](themes/soyuz.thm)  -## [raspberry](themes/raspberry.thm) - - ## [swiss](themes/swiss.thm)  diff --git a/assets/apollo.svg b/assets/apollo.svg index 195cce3..60bd49e 100644 --- a/assets/apollo.svg +++ b/assets/apollo.svg @@ -1,7 +1,7 @@ <svg class="vector" width="80px" height="48px" xmlns="http://www.w3.org/2000/svg" baseProfile="full" version="1.1"> <rect width='80' height='48' fill='#d6ded9' rx='5' ry='5'></rect> - <circle cx='16' cy='16' r='8' fill='white'></circle> + <circle cx='16' cy='16' r='8' fill='black'></circle> <circle cx='32' cy='16' r='8' fill='#e47464'></circle> <circle cx='48' cy='16' r='8' fill='#cccccc'></circle> <circle cx='64' cy='16' r='8' fill='#000000'></circle> diff --git a/assets/robo.svg b/assets/robo.svg index 34d8246..4acf3e3 100644 --- a/assets/robo.svg +++ b/assets/robo.svg @@ -1,6 +1,6 @@ <svg class="vector" width="80px" height="48px" xmlns="http://www.w3.org/2000/svg" baseProfile="full" version="1.1"> - <rect width='80' height='48' fill='#696969' rx='5' ry='5'></rect> + <rect width='80' height='48' fill='#655f5f' rx='5' ry='5'></rect> <circle cx='16' cy='16' r='8' fill='#ffffff'></circle> <circle cx='32' cy='16' r='8' fill='#b5b5b5'></circle> <circle cx='48' cy='16' r='8' fill='#191919'></circle> diff --git a/themes/robo.thm b/themes/robo.thm index e0b2317..fab00bc 100644 --- a/themes/robo.thm +++ b/themes/robo.thm @@ -1,5 +1,5 @@ { - "background": "#696969", + "background": "#655f5f", "f_high": "#ffffff", "f_med": "#b5b5b5", "f_low": "#191919", diff --git a/tools/Updater(OS X).command b/tools/Updater(OS X).command index 7d9cc38..997dac0 100755 --- a/tools/Updater(OS X).command +++ b/tools/Updater(OS X).command @@ -32,10 +32,27 @@ rm -r /Applications/Dotgrid.app mv -v ~/Desktop/Dotgrid-darwin-x64/Dotgrid.app /Applications/ rm -r ~/Desktop/Dotgrid-darwin-x64/ -cd ~/Github/HundredRabbits/Byt/ +cd ~/Github/HundredRabbits/Verreciel/ git pull -electron-packager . Dotgrid --platform=darwin --arch=x64 --out ~/Desktop/ --overwrite --electron-version=1.7.5 --icon=icon.icns -chflags -f -R nouchg ~/Desktop/Byt-darwin-x64/ -rm -r /Applications/Byt.app -mv -v ~/Desktop/Byt-darwin-x64/Byt.app /Applications/ -rm -r ~/Desktop/Byt-darwin-x64/
\ No newline at end of file +electron-packager . Verreciel --platform=darwin --arch=x64 --out ~/Desktop/ --overwrite --electron-version=1.7.5 --icon=icon.icns +chflags -f -R nouchg ~/Desktop/Verreciel-darwin-x64/ +rm -r /Applications/Verreciel.app +mv -v ~/Desktop/Verreciel-darwin-x64/Verreciel.app /Applications/ +rm -r ~/Desktop/Verreciel-darwin-x64/ + +cd ~/Github/HundredRabbits/Oquonie/ +git pull +electron-packager . Oquonie --platform=darwin --arch=x64 --out ~/Desktop/ --overwrite --electron-version=1.7.5 --icon=icon.icns +chflags -f -R nouchg ~/Desktop/Oquonie-darwin-x64/ +rm -r /Applications/Oquonie.app +mv -v ~/Desktop/Oquonie-darwin-x64/Oquonie.app /Applications/ +rm -r ~/Desktop/Oquonie-darwin-x64/ + +cd ~/Github/HundredRabbits/Donsol/ +git pull +electron-packager . Donsol --platform=darwin --arch=x64 --out ~/Desktop/ --overwrite --electron-version=1.7.5 --icon=icon.icns +chflags -f -R nouchg ~/Desktop/Donsol-darwin-x64/ +rm -r /Applications/Donsol.app +mv -v ~/Desktop/Donsol-darwin-x64/Donsol.app /Applications/ +rm -r ~/Desktop/Donsol-darwin-x64/ + |
