6 lines
97 B
Lua
6 lines
97 B
Lua
|
-- Modify the color palette for the default theme
|
||
|
return {
|
||
|
fg = "#abb2bf",
|
||
|
bg = "#1e222a",
|
||
|
}
|