aboutsummaryrefslogtreecommitdiff
path: root/colors/catppuccin-latte.lua
diff options
context:
space:
mode:
authorSagXD <95903022+SagXD@users.noreply.github.com>2023-10-28 16:16:43 +0530
committerGitHub <noreply@github.com>2023-10-28 12:46:43 +0200
commit8cb27b437536ea85065abdc2269605ffd2b0047c (patch)
tree824b850b41d1bdc9ae68b751eb87631ffa12af55 /colors/catppuccin-latte.lua
parent26094eea1b513ad2358b32290fd118fc485be17f (diff)
downloadlite-xl-colors-8cb27b437536ea85065abdc2269605ffd2b0047c.tar.gz
lite-xl-colors-8cb27b437536ea85065abdc2269605ffd2b0047c.zip
Added Catppuccin Themes (#30)
* Added Themes * Added preview * Delete previews/catppuccin-mocha_preview.png * Delete previews/catppuccin-macchiato_preview.png * Delete previews/catppuccin-frappe_preview.png * Delete previews/catppuccin-latte_preview.png * Added Preview * Update manifest.json * Update manifest.json * [CI] Updated README.md. * Delete previews/catppuccin-frappe.png * Delete previews/catppuccin-latte.png * Delete previews/catppuccin-macchiato.png * Delete previews/catppuccin-mocha.png * Update manifest.json * Update manifest.json * [CI] Updated README.md. --------- Co-authored-by: Github Actions <>
Diffstat (limited to 'colors/catppuccin-latte.lua')
-rw-r--r--colors/catppuccin-latte.lua29
1 files changed, 29 insertions, 0 deletions
diff --git a/colors/catppuccin-latte.lua b/colors/catppuccin-latte.lua
new file mode 100644
index 0000000..2b906b9
--- /dev/null
+++ b/colors/catppuccin-latte.lua
@@ -0,0 +1,29 @@
+local style = require "core.style"
+local common = require "core.common"
+
+style.background = { common.color "#eff1f5" }
+style.background2 = { common.color "#e6e9ef" }
+style.background3 = { common.color "#ccd0da" }
+style.text = { common.color "#4c4f69" }
+style.caret = { common.color "#dc8a78" }
+style.accent = { common.color "#8839ef" }
+style.dim = { common.color "#5c5f77" }
+style.divider = { common.color "#8839ef" }
+style.selection = { common.color "#bcc0cc" } -- surface1
+style.line_number = { common.color "#9ca0b0" }
+style.line_number2 = { common.color "#8839ef" }
+style.line_highlight = { common.color "#dce0e8" } -- crust
+style.scrollbar = { common.color "#acb0be" }
+style.scrollbar2 = { common.color "#9ca0b0" }
+style.scrollbar_track = { common.color "#dce0e8" } -- crust
+
+style.syntax["normal"] = { common.color "#d20f39" }
+style.syntax["symbol"] = { common.color "#7287fd" }
+style.syntax["comment"] = { common.color "#9ca0b0" }
+style.syntax["keyword"] = { common.color "#d20f39" }
+style.syntax["keyword2"] = { common.color "#d20f39" }
+style.syntax["number"] = { common.color "#fe640b" }
+style.syntax["literal"] = { common.color "#7287fd" }
+style.syntax["string"] = { common.color "#40a02b" }
+style.syntax["operator"] = { common.color "#04a5e5" }
+style.syntax["function"] = { common.color "#1e66f5" }