From 22f5fdbf2607b9fa15881e566d9d26ba5e0d411e Mon Sep 17 00:00:00 2001 From: Nulo Date: Sun, 10 Jul 2022 20:45:59 -0300 Subject: [PATCH] rose-pine --- themes/rose-pine.lua | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 themes/rose-pine.lua diff --git a/themes/rose-pine.lua b/themes/rose-pine.lua new file mode 100644 index 0000000..2f540bb --- /dev/null +++ b/themes/rose-pine.lua @@ -0,0 +1,22 @@ +local theme = { + base = "191724", + surface = "1f1d2e", + overlay = "26233a", + muted = "6e6a86", + subtle = "908caa", + text = "e0def4", + love = "eb6f92", + gold = "f6c177", + rose = "ebbcba", + pine = "31748f", + foam = "9ccfd8", + iris = "c4a7e7", + highlightLow = "21202e", + highlightMed = "403d52", + highlightHigh = "524f67", + dark = true, + + vis_theme = "rose-pine-colorless", + kakoune_theme = "rose-pine", +} +return require("utils/rose-pine-convert")(theme)