Skip to content

Commit 588eaf4

Browse files
committed
Added everblush as requested on #1
1 parent 0fd3a5b commit 588eaf4

File tree

2 files changed

+44
-1
lines changed

2 files changed

+44
-1
lines changed

colors/everblush.lua

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
-- Copyright: 2022 Everblush
2+
-- License: MIT
3+
-- Source: https://github.com/Everblush/lite-xl
4+
5+
local style = require "core.style"
6+
local common = require "core.common"
7+
8+
style.background = { common.color "#141b1e" }
9+
style.background2 = { common.color "#1e2528" }
10+
style.background3 = { common.color "#2d3437" }
11+
style.text = { common.color "#dadada" }
12+
style.caret = { common.color "#dadadda" }
13+
style.accent = { common.color "#67b0e8" }
14+
style.dim = { common.color "#bdc3c2" }
15+
style.divider = { common.color "#232a2d" }
16+
style.selection = { common.color "#232a2d" }
17+
style.line_number = { common.color "#bdc3c2" }
18+
style.line_number2 = { common.color "#a9afae" }
19+
style.line_highlight = { common.color "#2d3437" }
20+
style.scrollbar = { common.color "#bab3e5" }
21+
style.scrollbar2 = { common.color "#c4bdef" }
22+
23+
style.syntax["normal"] = { common.color "#b3b9b8" }
24+
style.syntax["symbol"] = { common.color "#b3b9b8" }
25+
style.syntax["comment"] = { common.color "#404749" }
26+
style.syntax["keyword"] = { common.color "#67b0e8" }
27+
style.syntax["keyword2"] = { common.color "#6cbfbf" }
28+
style.syntax["number"] = { common.color "dadada" }
29+
style.syntax["literal"] = { common.color "#e5c76b" }
30+
style.syntax["string"] = { common.color "#75cf72" }
31+
style.syntax["operator"] = { common.color "#bab3e5" }
32+
style.syntax["function"] = { common.color "#e57474" }

manifest.json

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,17 @@
158158
"type" : "color",
159159
"version" : "0.1"
160160
},
161+
{
162+
"id" : "everblush",
163+
"mod_version" : "3.0.0",
164+
"name" : "everblush",
165+
"path" : "colors/everblush.lua",
166+
"tags" : [
167+
"dark"
168+
],
169+
"type" : "color",
170+
"version" : "0.1"
171+
},
161172
{
162173
"id" : "everforest",
163174
"mod_version" : "3.0.0",
@@ -188,7 +199,7 @@
188199
"tags" : [
189200
"light"
190201
],
191-
"type" : "color",
202+
"type" : "color",
192203
"version" : "0.1"
193204
},
194205
{

0 commit comments

Comments
 (0)