Major Palette Changes

This commit is contained in:
Eric Xiao 2022-12-07 16:16:04 -08:00
commit 7fbba55cb2
6 changed files with 233 additions and 234 deletions

View file

@ -1,28 +1,28 @@
local palette = {
-- base = '#171524',
base = '#10101a',
surface = '#1f1d2e',
overlay = '#26233a',
muted = '#6e6a86',
subtle = '#908caa',
text = '#e0def4',
love = '#e89b9f',
ocean = '#a241d1',
blu = '#8487c7',
crimson = '#fa4678',
gold = '#f69957',
-- rose = '#ebbcba',
-- rose = '#ff79b1',
rose = '#ff82b4',
calm = '#23ff87',
pine = '#cd51d5',
foam = '#9ccfd8',
iris = '#c4a7e7',
cold = '#967de5',
highlight_low = '#21202e',
highlight_med = '#403d52',
highlight_high = '#524f67',
none = 'NONE'
-- base = "#10101a", -- dark dark blue
base = "#181722", -- idk
surface = "#1f1d2e", -- dark blue
overlay = "#26233a", -- dark blue
muted = "#6e6a86", -- gray?
subtle = "#908caa", -- gray?
text = "#e0def4", -- light light blue
-- text = "#dcdcd7", -- light light blue
love = "#e89b9f", -- red?
-- ocean = "#ee4d3c", -- purple?
ocean = "#b2b13c", -- purple?
blu = "#8487c7", -- ???
crimson = "#fa4678", -- red
gold = "#f69957",
rose = "#ff82b4",
calm = "#23ff87", -- green
sand = "#cecda7",
foam = "#7acfd8", -- turquoise
pink = "#ebb9bf", -- pink
iris = "#c4a7e7", --
highlight_low = "#21202e",
highlight_med = "#403d52",
highlight_high = "#524f67",
none = "NONE"
}
return palette