diff options
| -rw-r--r-- | README.md | 9 | ||||
| -rw-r--r-- | assets/coal.svg | 12 | ||||
| -rw-r--r-- | assets/deuveir.svg | 2 | ||||
| -rw-r--r-- | themes/coal.thm | 11 | ||||
| -rw-r--r-- | themes/deuveir.thm | 2 |
5 files changed, 31 insertions, 5 deletions
@@ -7,12 +7,12 @@ This collection of themes are meant to be used with [Marabu](https://github.com/ 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)  +## [apollo11](themes/apollo11.thm) + + ## [ash](themes/ash.thm)  @@ -31,6 +31,9 @@ You are welcome to submit your own themes to this collection! ## [commodore](themes/commodore.thm)  +## [coal](themes/coal.thm) + + ## [deuveir](themes/deuveir.thm)  diff --git a/assets/coal.svg b/assets/coal.svg new file mode 100644 index 0000000..ba08699 --- /dev/null +++ b/assets/coal.svg @@ -0,0 +1,12 @@ + + <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='#EDEAEA' rx='5' ry='5'></rect> + <circle cx='16' cy='16' r='8' fill='#393B3F'></circle> + <circle cx='32' cy='16' r='8' fill='#A3A3A4'></circle> + <circle cx='48' cy='16' r='8' fill='#808790'></circle> + <circle cx='64' cy='16' r='8' fill='#000'></circle> + <circle cx='16' cy='32' r='8' fill='#333333'></circle> + <circle cx='32' cy='32' r='8' fill='#777777'></circle> + <circle cx='48' cy='32' r='8' fill='#DDDDDD'></circle> + <circle cx='64' cy='32' r='8' fill='#fff'></circle> + </svg>
\ No newline at end of file diff --git a/assets/deuveir.svg b/assets/deuveir.svg index c8e5421..8d4ff34 100644 --- a/assets/deuveir.svg +++ b/assets/deuveir.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='#141414' rx='5' ry='5'></rect> - <circle cx='16' cy='16' r='8' fill='#efefef'></circle> + <circle cx='16' cy='16' r='8' fill='#f4f4f4'></circle> <circle cx='32' cy='16' r='8' fill='#efefef'></circle> <circle cx='48' cy='16' r='8' fill='#3d3d3d'></circle> <circle cx='64' cy='16' r='8' fill='#141414'></circle> diff --git a/themes/coal.thm b/themes/coal.thm new file mode 100644 index 0000000..061d292 --- /dev/null +++ b/themes/coal.thm @@ -0,0 +1,11 @@ +{ + "background": "#EDEAEA", + "f_high": "#393B3F", + "f_med": "#A3A3A4", + "f_low": "#808790", + "f_inv": "#000", + "b_high": "#333333", + "b_med": "#777777", + "b_low": "#DDDDDD", + "b_inv": "#fff" +}
\ No newline at end of file diff --git a/themes/deuveir.thm b/themes/deuveir.thm index 574d04f..0a630a8 100644 --- a/themes/deuveir.thm +++ b/themes/deuveir.thm @@ -1,6 +1,6 @@ { "background": "#141414", - "f_high": "#efefef", + "f_high": "#f4f4f4", "f_med": "#efefef", "f_low": "#3d3d3d", "f_inv": "#141414", |
