Compare commits

..

3 Commits

Author SHA1 Message Date
290abe97bd [Colors] More updates 2025-11-05 13:26:31 +01:00
48809c55b4 [Colors] Even more updates to colours 2025-11-05 13:24:09 +01:00
080be95de9 [Colors] Update some too dark colours 2025-11-05 13:20:01 +01:00

View File

@@ -33,8 +33,8 @@ return {
magenta = Shade.new("#C02490", 0.30, -0.15),
pink = Shade.new("#ff82c2", 0.15, -0.15),
purple = Shade.new("#761464", 0.15, -0.15),
cyan = Shade.new("#7ac9ff", 0.15, -0.15),
lightblue = Shade.new("#5c77ff", 0.15, -0.15),
cyan = Shade.new("#2fffe0", 0.15, -0.15),
lightblue = Shade.new("#60eeff", 0.15, -0.15),
softblue = Shade.new("#10ddff", 0.15, -0.15),
brown = Shade.new("#664010", 0.15, -0.15),
@@ -61,8 +61,8 @@ return {
comment = "comment",
bracket = "darkyellow",
builtin0 = "softblue",
builtin1 = "brown",
builtin2 = "sel1",
builtin1 = "lightblue",
builtin2 = "brown",
conditional = "darkblue",
const = "gray",
dep = "darkred",