summaryrefslogtreecommitdiffstats
path: root/example/themes/molokai.yaml
diff options
context:
space:
mode:
authorKunal Mohan <44079328+kunalmohan@users.noreply.github.com>2022-04-02 03:19:42 +0530
committerGitHub <noreply@github.com>2022-04-02 03:19:42 +0530
commit9f716487caceae9da18dfad856f58a09a7079678 (patch)
tree609eb51815e0bc71359e5f986eef4d00c3e73fa9 /example/themes/molokai.yaml
parent843919863610d9a5426bf6c734aeda69d127723c (diff)
Improve theme usage + add default ones (#1274)
* Remove gray from theme config and improve colors for dark themes * improve theme usage * Add new themes and minor fixes * improve tokyo-night theme according to new changes * Fix formatting * change default black colour * docs(CHANGELOG): #1274 improve themes
Diffstat (limited to 'example/themes/molokai.yaml')
-rw-r--r--example/themes/molokai.yaml15
1 files changed, 15 insertions, 0 deletions
diff --git a/example/themes/molokai.yaml b/example/themes/molokai.yaml
new file mode 100644
index 000000000..c0c652d55
--- /dev/null
+++ b/example/themes/molokai.yaml
@@ -0,0 +1,15 @@
+# Molokai Theme
+
+themes:
+ molokai-dark:
+ bg: [27, 29, 30]
+ red: [255, 0, 0]
+ green: [0, 140, 0]
+ yellow: [255, 255, 0]
+ blue: [102, 217, 239]
+ magenta: [174, 129, 255]
+ orange: [253, 151, 31]
+ fg: [248, 248, 240]
+ cyan: [0, 255, 255]
+ black: [0, 0, 0]
+ white: [255, 255, 255] \ No newline at end of file