diff options
| author | aeriform <madebyflame@gmail.com> | 2018-09-06 01:41:57 +0000 |
|---|---|---|
| committer | aeriform <madebyflame@gmail.com> | 2018-09-06 01:41:57 +0000 |
| commit | 711276dfbbf54dbcb1849c73e37a5172e57d4748 (patch) | |
| tree | 4086437f5fc96257cf2b46c0bfac17e4e4ee911b /themes | |
| parent | 1a8c1a25e5f59e2563220b6c203c85548dbdec01 (diff) | |
add merveilles, soft, pico8
edit 2b, cpc, frameio, ramma, snow, tape, tape_se, toxik,
Diffstat (limited to 'themes')
| -rwxr-xr-x | themes/2b.thm | 14 | ||||
| -rw-r--r-- | themes/cpc.thm | 6 | ||||
| -rwxr-xr-x | themes/frameio.thm | 6 | ||||
| -rwxr-xr-x | themes/merveilles.thm | 18 | ||||
| -rwxr-xr-x | themes/pico8.thm | 18 | ||||
| -rwxr-xr-x | themes/ramma.thm | 6 | ||||
| -rw-r--r-- | themes/snow.thm | 4 | ||||
| -rwxr-xr-x | themes/soft.thm | 18 | ||||
| -rw-r--r-- | themes/tape.thm | 8 | ||||
| -rwxr-xr-x | themes/tape_se.thm | 2 | ||||
| -rwxr-xr-x | themes/toxik.thm | 8 |
11 files changed, 81 insertions, 27 deletions
diff --git a/themes/2b.thm b/themes/2b.thm index 18a0bed..532ddf2 100755 --- a/themes/2b.thm +++ b/themes/2b.thm @@ -1,18 +1,18 @@ { "meta": { - "author": "unknown", + "author": "aeriform", "version": 2, "revision": 1 }, "data": { - "background": "#D4D3C0", + "background": "#d4d3c0", "f_high": "#534e41", - "f_med": "#DFDDCA", - "f_low": "#EDE6D4", - "f_inv": "#EDE6D4", - "b_high": "#EDE6D4", + "f_med": "#534e41", + "f_low": "#ede6d4", + "f_inv": "#cc295c", + "b_high": "#ede6d4", "b_med": "#534e41", - "b_low": "#DFDDCA", + "b_low": "#dfddca", "b_inv": "#cc295c" } } diff --git a/themes/cpc.thm b/themes/cpc.thm index cb73389..1d48381 100644 --- a/themes/cpc.thm +++ b/themes/cpc.thm @@ -9,10 +9,10 @@ "f_high": "#ffff1c", "f_med": "#ffff1c", "f_low": "#ffff1c", - "f_inv": "#ffff1c", + "f_inv": "#000062", "b_high": "#ffff1c", - "b_med": "#ff0000", + "b_med": "#000062", "b_low": "#000062", - "b_inv": "#000062" + "b_inv": "#ff0000" } } diff --git a/themes/frameio.thm b/themes/frameio.thm index 8bf597a..b604c8a 100755 --- a/themes/frameio.thm +++ b/themes/frameio.thm @@ -7,9 +7,9 @@ "data": { "background": "#333848", "f_high": "#edeef2", - "f_med": "#394153", - "f_low": "#edeef2", - "f_inv": "#394153", + "f_med": "#5b52fe", + "f_low": "#394153", + "f_inv": "#5b52fe", "b_high": "#edeef2", "b_med": "#394153", "b_low": "#394153", diff --git a/themes/merveilles.thm b/themes/merveilles.thm new file mode 100755 index 0000000..ac0cbfb --- /dev/null +++ b/themes/merveilles.thm @@ -0,0 +1,18 @@ +{ + "meta": { + "author": "aeriform", + "version": 2, + "revision": 1 + }, + "data": { + "background": "#161616", + "f_high": "#edeef2", + "f_med": "#3bffbe", + "f_low": "#111110", + "f_inv": "#3bffbe", + "b_high": "#111110", + "b_med": "#edeef2", + "b_low": "#111110", + "b_inv": "#3bffbe" + } +} diff --git a/themes/pico8.thm b/themes/pico8.thm new file mode 100755 index 0000000..26a45c5 --- /dev/null +++ b/themes/pico8.thm @@ -0,0 +1,18 @@ +{ + "meta": { + "author": "aeriform", + "version": 2, + "revision": 1 + }, + "data": { + "background": "#5f564e", + "f_high": "#fff1e9", + "f_med": "#ff78a9", + "f_low": "#695f56", + "f_inv": "#00aefe", + "b_high": "#fff1e9", + "b_med": "#5f564e", + "b_low": "#695f56", + "b_inv": "#ff78a9" + } +} diff --git a/themes/ramma.thm b/themes/ramma.thm index e0b3e3b..8a354ff 100755 --- a/themes/ramma.thm +++ b/themes/ramma.thm @@ -7,9 +7,9 @@ "data": { "background": "#252526", "f_high": "#ededed", - "f_med": "#2d2d30", - "f_low": "#ed2c3e", - "f_inv": "#2d2d30", + "f_med": "#ededed", + "f_low": "#2d2d30", + "f_inv": "#ededed", "b_high": "#ed2c3e", "b_med": "#2d2d30", "b_low": "#2d2d30", diff --git a/themes/snow.thm b/themes/snow.thm index 813e4f4..836c407 100644 --- a/themes/snow.thm +++ b/themes/snow.thm @@ -7,9 +7,9 @@ "data": { "background": "#eeefee", "f_high": "#545454", - "f_med": "#fbfbfb", + "f_med": "#545454", "f_low": "#fbfbfb", - "f_inv": "#ed2c3e", + "f_inv": "#545454", "b_high": "#fbfbfb", "b_med": "#ed2c3e", "b_low": "#f5f5f5", diff --git a/themes/soft.thm b/themes/soft.thm new file mode 100755 index 0000000..7ba0c79 --- /dev/null +++ b/themes/soft.thm @@ -0,0 +1,18 @@ +{ + "meta": { + "author": "aeriform", + "version": 2, + "revision": 1 + }, + "data": { + "background": "#f9f5f5", + "f_high": "#968585", + "f_med": "#ce8ed7", + "f_low": "#ffffff", + "f_inv": "#ce8ed7", + "b_high": "#f9f5f5", + "b_med": "#968585", + "b_low": "#ffffff", + "b_inv": "#e1698d" + } +} diff --git a/themes/tape.thm b/themes/tape.thm index fe34a50..2a0aeed 100644 --- a/themes/tape.thm +++ b/themes/tape.thm @@ -6,13 +6,13 @@ }, "data": { "background": "#dad7cd", - "f_high": "#d9d6cc", - "f_med": "#dad7cd", + "f_high": "#43423e", + "f_med": "#43423e", "f_low": "#e5e3dc", - "f_inv": "#dad7cd", + "f_inv": "#43423e", "b_high": "#e5e3dc", "b_med": "#eb3f48", - "b_low": "#dad7cd", + "b_low": "#e5e3dc", "b_inv": "#43423e" } } diff --git a/themes/tape_se.thm b/themes/tape_se.thm index 5643061..2a22b7c 100755 --- a/themes/tape_se.thm +++ b/themes/tape_se.thm @@ -9,7 +9,7 @@ "f_high": "#d9d6cc", "f_med": "#3e3a38", "f_low": "#454440", - "f_inv": "#3e3a38", + "f_inv": "#d9d6cc", "b_high": "#454440", "b_med": "#eb3f48", "b_low": "#2f2d2b", diff --git a/themes/toxik.thm b/themes/toxik.thm index a925349..2d3576c 100755 --- a/themes/toxik.thm +++ b/themes/toxik.thm @@ -7,10 +7,10 @@ "data": { "background": "#404040", "f_high": "#ccd6d6", - "f_med": "#464646", - "f_low": "#EDEEF2", - "f_inv": "#464646", - "b_high": "#EDEEF2", + "f_med": "#ccd6d6", + "f_low": "#464646", + "f_inv": "#ff681d", + "b_high": "#edeef2", "b_med": "#464646", "b_low": "#464646", "b_inv": "#ff681d" |
