From 9f716487caceae9da18dfad856f58a09a7079678 Mon Sep 17 00:00:00 2001 From: Kunal Mohan <44079328+kunalmohan@users.noreply.github.com> Date: Sat, 2 Apr 2022 03:19:42 +0530 Subject: 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 --- example/themes/molokai.yaml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 example/themes/molokai.yaml (limited to 'example/themes/molokai.yaml') 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 -- cgit v1.2.3