Skip to content

Commit bc14d83

Browse files
author
Astro (Naruto Uzumaki)
committed
fix #68
1 parent 5081c48 commit bc14d83

5 files changed

Lines changed: 66 additions & 1 deletion

File tree

lua/themer/modules/themes/ayu.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
-- Generated by Themer
22
return {
3+
["flavour"] = "light",
34
["bg"] = { ["selected"] = "#f3f3f3", ["base"] = "#fafafa", ["alt"] = "#f0eee4" },
45
["syntax"] = {
56
["field"] = "#36a3d9",
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
return {["flavour"]="light",["yellow"]="#BA793E",["orange"]="#CA884A",["green"]="#618774",["diff"]={["add"]="#d5dbd8",["text"]="#b3c0d3",["remove"]="#e3d5d9",["change"]="#d5dae1"},["gitsigns"]={["add"]="#266d6a",["remove"]="#b2555b",["change"]="#536c9e"},["built_in"]={["function"]="#6ca7bd",["variable"]="#b95d76",["constant"]="#d76558",["type"]="#6ca7bd",["keyword"]="#8e6f98"},["bg"]={["selected"]="#d3d3d3",["base"]="#eaeaea",["alt"]="#d8d8d8"},["cursorlinenr"]="#3f5269",["fg"]="#1d344f",["cyan"]="#6CA7BD",["heading"]={["h1"]="#8e6f98",["h2"]="#0"},["accent"]="#6080b0",["dimmed"]={["subtle"]="#aaacb3",["inactive"]="#7f848e"},["uri"]="#e3786c",["inc_search"]={["bg"]="#6ca7bd",["fg"]="#cdd1d5"},["border"]="#6080b0",["syntax"]={["preproc"]="#d685af",["constant"]="#e3786c",["tag"]="#806589",["include"]="#d685af",["field"]="#6080b0",["struct"]="#ba793e",["operator"]="#3f5269",["variable"]="#0",["conditional"]="#806589",["punctuation"]="#3f5269",["number"]="#d76558",["todo"]={["bg"]="#ba793e",["fg"]="#eaeaea"},["parameter"]="#d76558",["function"]="#6080b0",["type"]="#ba793e",["constructor"]="#8e6f98",["property"]="#618774",["comment"]="#7f848e",["keyword"]="#8e6f98",["string"]="#618774",["statement"]="#806589"},["diagnostic"]={["info"]="#6080b0",["error"]="#b95d76",["hint"]="#6ca7bd",["warn"]="#ba793e"},["magenta"]="#8e6f98",["search_result"]={["telescope"]="#6080b0",["bg"]="#c4d6dc",["fg"]="#1d344f"},["match"]="#6080b0",["pum"]={["sel"]={["bg"]="#d3d3d3",["fg"]="#6ca7bd"},["bg"]="#d8d8d8",["fg"]="#3f5269",["thumb"]="#aaacb3",["sbar"]="#e6e6e6"},["blue"]="#6080b0"}

lua/themer/modules/themes/jellybeans.lua

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,12 +54,15 @@ return {
5454
["cyan"] = "#0db9d7",
5555
["fg"] = "#e8e8d3",
5656
["blue"] = "#7aa2f7",
57-
["diff"] = { ["add"] = "#437019", ["text"] = "#0", ["change"] = "#2b5b77", ["remove"] = "#700009" },
57+
["diff"] = { ["add"] = "#437019", ["text"] = "#8fbfdc", ["change"] = "#2b5b77", ["remove"] = "#700009" },
5858
["remaps"] = {
5959
["base"] = {
6060
["ColorColumn"] = { bg = "#000000" },
6161
["LineNr"] = { fg = "#606060" },
6262
["Visual"] = { bg = "#404040" },
63+
["DiffAdd"] = { fg = "#D2EBBE" },
64+
["DiffDelete"] = { fg = "#40000A" },
65+
["DiffText"] = { style = "reverse", bg = "#000000" }
6366
},
6467
},
6568
}
Lines changed: 59 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,59 @@
1+
return {
2+
["gitsigns"] = { ["change"] = "#536c9e", ["add"] = "#266d6a", ["remove"] = "#b2555b" },
3+
["diagnostic"] = { ["error"] = "#c94f6d", ["info"] = "#719cd6", ["hint"] = "#63cdcf", ["warn"] = "#dbc074" },
4+
["border"] = "#719cd6",
5+
["dimmed"] = { ["subtle"] = "#3b4261", ["inactive"] = "#526175" },
6+
["heading"] = { ["h2"] = "#0", ["h1"] = "#9d79d6" },
7+
["syntax"] = {
8+
["punctuation"] = "#aeafb0",
9+
["todo"] = { ["bg"] = "#dbc074", ["fg"] = "#192330" },
10+
["statement"] = "#b8a1e3",
11+
["constant"] = "#f4a261",
12+
["variable"] = "#0",
13+
["conditional"] = "#b8a1e3",
14+
["field"] = "#719cd6",
15+
["parameter"] = "#f6a878",
16+
["type"] = "#dbc074",
17+
["constructor"] = "#9d79d6",
18+
["property"] = "#81b29a",
19+
["comment"] = "#526175",
20+
["number"] = "#f6a878",
21+
["string"] = "#81b29a",
22+
["function"] = "#719cd6",
23+
["preproc"] = "#d67ad2",
24+
["include"] = "#d67ad2",
25+
["keyword"] = "#9d79d6",
26+
["struct"] = "#dbc074",
27+
["operator"] = "#aeafb0",
28+
["tag"] = "#b8a1e3",
29+
},
30+
["uri"] = "#f4a261",
31+
["inc_search"] = { ["bg"] = "#63cdcf", ["fg"] = "#393b44" },
32+
["magenta"] = "#9d79d6",
33+
["search_result"] = { ["bg"] = "#2f5660", ["fg"] = "#cdcecf", ["telescope"] = "#719cd6" },
34+
["yellow"] = "#dbc074",
35+
["pum"] = {
36+
["fg"] = "#aeafb0",
37+
["bg"] = "#131a24",
38+
["sbar"] = "#1f252f",
39+
["sel"] = { ["bg"] = "#283648", ["fg"] = "#63cdcf" },
40+
["thumb"] = "#3b4261",
41+
},
42+
["diff"] = { ["change"] = "#263549", ["text"] = "#3c5372", ["add"] = "#293840", ["remove"] = "#332a39" },
43+
["built_in"] = {
44+
["constant"] = "#f6a878",
45+
["keyword"] = "#9d79d6",
46+
["type"] = "#63cdcf",
47+
["variable"] = "#c94f6d",
48+
["function"] = "#63cdcf",
49+
},
50+
["blue"] = "#719cd6",
51+
["cursorlinenr"] = "#aeafb0",
52+
["fg"] = "#cdcecf",
53+
["match"] = "#719cd6",
54+
["green"] = "#81b29a",
55+
["bg"] = { ["base"] = "#192330", ["alt"] = "#131a24", ["selected"] = "#283648" },
56+
["accent"] = "#719cd6",
57+
["cyan"] = "#63cdcf",
58+
["orange"] = "#ffe37e",
59+
}

lua/themer/modules/themes/rose_pine_dawn.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
-- Generated by Themer
22
return {
3+
["flavour"] = "light",
34
["diagnostic"] = { ["warn"] = "#ea9d34", ["error"] = "#b4637a", ["info"] = "#56949f", ["hint"] = "#907aa9" },
45
["fg"] = "#575279",
56
["cyan"] = "#d7827e",

0 commit comments

Comments
 (0)