From d75c1b2abe5fc5c23eff88d438484fab2dc9ff09 Mon Sep 17 00:00:00 2001 From: Devine Lu Linvega Date: Wed, 7 Feb 2018 09:59:35 +1300 Subject: Added coal --- README.md | 9 ++++++--- assets/coal.svg | 12 ++++++++++++ assets/deuveir.svg | 2 +- themes/coal.thm | 11 +++++++++++ themes/deuveir.thm | 2 +- 5 files changed, 31 insertions(+), 5 deletions(-) create mode 100644 assets/coal.svg create mode 100644 themes/coal.thm diff --git a/README.md b/README.md index 694d4fb..ebc5d9f 100644 --- a/README.md +++ b/README.md @@ -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) -![apollo11](assets/apollo11.svg) - ## [apollo](themes/apollo.thm) ![apollo](assets/apollo.svg) +## [apollo11](themes/apollo11.thm) +![apollo11](assets/apollo11.svg) + ## [ash](themes/ash.thm) ![ash](assets/ash.svg) @@ -31,6 +31,9 @@ You are welcome to submit your own themes to this collection! ## [commodore](themes/commodore.thm) ![commodore](assets/commodore.svg) +## [coal](themes/coal.thm) +![coal](assets/coal.svg) + ## [deuveir](themes/deuveir.thm) ![deuveir](assets/deuveir.svg) 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 @@ + + + + + + + + + + + + \ 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 @@ - + 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", -- cgit v1.2.3