diff options
| author | Devine Lu Linvega <aliceffekt@gmail.com> | 2017-12-27 12:18:20 +1300 |
|---|---|---|
| committer | Devine Lu Linvega <aliceffekt@gmail.com> | 2017-12-27 12:18:20 +1300 |
| commit | e0af341254a3e27d8e7b4e5c51d9bc9156da640b (patch) | |
| tree | 8baf57d4b0db0f1df544006380ef34a2ada4b084 /collection | |
| parent | ea01a908d4c711f46a5374bc31601196f8a91ed2 (diff) | |
Themes preview
Diffstat (limited to 'collection')
| -rw-r--r-- | collection/barber.thm | 11 | ||||
| -rw-r--r-- | collection/battlestation.thm | 11 | ||||
| -rw-r--r-- | collection/berry.thm | 11 | ||||
| -rw-r--r-- | collection/blanc.thm | 11 | ||||
| -rw-r--r-- | collection/cina.thm | 11 | ||||
| -rw-r--r-- | collection/commodore.thm | 11 | ||||
| -rw-r--r-- | collection/gameboy.thm | 11 | ||||
| -rw-r--r-- | collection/mahou.thm | 11 | ||||
| -rw-r--r-- | collection/marble.thm | 11 | ||||
| -rw-r--r-- | collection/noir.thm | 11 | ||||
| -rw-r--r-- | collection/pale.thm | 11 | ||||
| -rw-r--r-- | collection/raspberry.thm | 11 | ||||
| -rw-r--r-- | collection/seaweed.thm | 11 | ||||
| -rw-r--r-- | collection/soyuz.thm | 11 | ||||
| -rw-r--r-- | collection/swiss.thm | 11 |
15 files changed, 165 insertions, 0 deletions
diff --git a/collection/barber.thm b/collection/barber.thm new file mode 100644 index 0000000..56a0652 --- /dev/null +++ b/collection/barber.thm @@ -0,0 +1,11 @@ +{ + "background": "#FFFFFF", + "f_high": "#2274A5", + "f_med": "#32936F", + "f_low": "#E83F6F", + "f_inv": "#FFFFFF", + "b_high": "#89023E", + "b_med": "#89023E", + "b_low": "#E83F6F", + "b_inv": "#FFBF00" +} diff --git a/collection/battlestation.thm b/collection/battlestation.thm new file mode 100644 index 0000000..8b56f8b --- /dev/null +++ b/collection/battlestation.thm @@ -0,0 +1,11 @@ +{ + "background": "#222", + "f_high": "#fff", + "f_med": "#777", + "f_low": "#444", + "f_inv": "#000", + "b_high": "#000", + "b_med": "#affec7", + "b_low": "#000", + "b_inv": "#affec7" +}
\ No newline at end of file diff --git a/collection/berry.thm b/collection/berry.thm new file mode 100644 index 0000000..86b3e6f --- /dev/null +++ b/collection/berry.thm @@ -0,0 +1,11 @@ +{ + "background": "#9EB7FF", + "f_high": "#FFFFFF", + "f_med": "#1C0A16", + "f_low": "#1C0A16", + "f_inv": "#FFFFFF", + "b_high": "#6ADEDC", + "b_med": "#6ADEDC", + "b_low": "#1C0A16", + "b_inv": "#6ADEDC" +} diff --git a/collection/blanc.thm b/collection/blanc.thm new file mode 100644 index 0000000..fe4c09a --- /dev/null +++ b/collection/blanc.thm @@ -0,0 +1,11 @@ +{ + "background": "#eee", + "f_high": "#111", + "f_med": "#777", + "f_low": "#bbb", + "f_inv": "#ccc", + "b_high": "#000", + "b_med": "#999", + "b_low": "#ddd", + "b_inv": "#555" +}
\ No newline at end of file diff --git a/collection/cina.thm b/collection/cina.thm new file mode 100644 index 0000000..871de78 --- /dev/null +++ b/collection/cina.thm @@ -0,0 +1,11 @@ +{ + "background": "#000", + "f_high": "white", + "f_med": "#6ff", + "f_low": "#555", + "f_inv": "#fff", + "b_high": "#89023E", + "b_med": "#89023E", + "b_low": "#222", + "b_inv": "#F00" +}
\ No newline at end of file diff --git a/collection/commodore.thm b/collection/commodore.thm new file mode 100644 index 0000000..d6fdea0 --- /dev/null +++ b/collection/commodore.thm @@ -0,0 +1,11 @@ +{ + "background": "#a5a7fc", + "f_high": "#FFF", + "f_med": "#FFF", + "f_low": "#444ae3", + "f_inv": "#444ae3", + "b_high": "#FFF", + "b_med": "#444ae3", + "b_low": "#7479ee", + "b_inv": "#fff" +}
\ No newline at end of file diff --git a/collection/gameboy.thm b/collection/gameboy.thm new file mode 100644 index 0000000..754408a --- /dev/null +++ b/collection/gameboy.thm @@ -0,0 +1,11 @@ +{ + "background": "#8b956d", + "f_high": "#c4cfa1", + "f_med": "#4d533c", + "f_low": "#4d533c", + "f_inv": "#1f1f1f", + "b_high": "#c4cfa1", + "b_med": "#c4cfa1", + "b_low": "#1f1f1f", + "b_inv": "#c4cfa1" +}
\ No newline at end of file diff --git a/collection/mahou.thm b/collection/mahou.thm new file mode 100644 index 0000000..aae77bb --- /dev/null +++ b/collection/mahou.thm @@ -0,0 +1,11 @@ +{ + "background": "#E0B1CB", + "f_high": "#231942", + "f_med": "#5E548E", + "f_low": "#BE95C4", + "f_inv": "#E0B1CB", + "b_high": "#5E548E", + "b_med": "#5E548E", + "b_low": "#BE95C4", + "b_inv": "#9F86C0" +} diff --git a/collection/marble.thm b/collection/marble.thm new file mode 100644 index 0000000..5a60f35 --- /dev/null +++ b/collection/marble.thm @@ -0,0 +1,11 @@ +{ + "background": "#FBFBF2", + "f_high": "#847577", + "f_med": "#A6A2A2", + "f_low": "#A6A2A2", + "f_inv": "#FFFCF9", + "b_high": "#CFD2CD", + "b_med": "#CFD2CD", + "b_low": "#A6A2A2", + "b_inv": "#E5E6E4" +} diff --git a/collection/noir.thm b/collection/noir.thm new file mode 100644 index 0000000..1da54ea --- /dev/null +++ b/collection/noir.thm @@ -0,0 +1,11 @@ +{ + "background": "#000", + "f_high": "#fff", + "f_med": "#999", + "f_low": "#555", + "f_inv": "#000", + "b_high": "#000", + "b_med": "#555", + "b_low": "#222", + "b_inv": "#fff" +}
\ No newline at end of file diff --git a/collection/pale.thm b/collection/pale.thm new file mode 100644 index 0000000..e751117 --- /dev/null +++ b/collection/pale.thm @@ -0,0 +1,11 @@ +{ + "background": "#555", + "f_high": "#fff", + "f_med": "#999", + "f_low": "#bbb", + "f_inv": "#555", + "b_high": "#000", + "b_med": "#999", + "b_low": "#666", + "b_inv": "#ccc" +}
\ No newline at end of file diff --git a/collection/raspberry.thm b/collection/raspberry.thm new file mode 100644 index 0000000..0c0ec6b --- /dev/null +++ b/collection/raspberry.thm @@ -0,0 +1,11 @@ +{ + "background": "#30343F", + "f_high": "white", + "f_med": "#EA638C", + "f_low": "#EA638C", + "f_inv": "#89023E", + "b_high": "#89023E", + "b_med": "#89023E", + "b_low": "#EA638C", + "b_inv": "#FFD9DA" +}
\ No newline at end of file diff --git a/collection/seaweed.thm b/collection/seaweed.thm new file mode 100644 index 0000000..8595513 --- /dev/null +++ b/collection/seaweed.thm @@ -0,0 +1,11 @@ +{ + "background": "#CDEDFD", + "f_high": "#0B132B", + "f_med": "#172759", + "f_low": "#5BC0BE", + "f_inv": "#3A506B", + "b_high": "#1C2541", + "b_med": "#1C2541", + "b_low": "#5BC0BE", + "b_inv": "#6FFFE9" +} diff --git a/collection/soyuz.thm b/collection/soyuz.thm new file mode 100644 index 0000000..74f2de6 --- /dev/null +++ b/collection/soyuz.thm @@ -0,0 +1,11 @@ +{ + "background": "#222", + "f_high": "#fc533e", + "f_med": "#999", + "f_low": "#555", + "f_inv": "#555", + "b_high": "#fc533e", + "b_med": "#999", + "b_low": "#333", + "b_inv": "#fff" +}
\ No newline at end of file diff --git a/collection/swiss.thm b/collection/swiss.thm new file mode 100644 index 0000000..9ecfe92 --- /dev/null +++ b/collection/swiss.thm @@ -0,0 +1,11 @@ +{ + "background": "#f1f2f0", + "f_high": "black", + "f_med": "#bfbabe", + "f_low": "#a63e14", + "f_inv": "white", + "b_high": "#bfbabe", + "b_med": "#a63e14", + "b_low": "#bfbabe", + "b_inv": "#a63e14" +} |
