214 current 2025-01-11 05:17:19 25.05.20241217.d3c42f1 6.6.66 *
This commit is contained in:
@@ -3,6 +3,7 @@
|
|||||||
-- MIT license, see LICENSE for more details.
|
-- MIT license, see LICENSE for more details.
|
||||||
|
|
||||||
-- stylua: ignore
|
-- stylua: ignore
|
||||||
|
-- ripped from https://lospec.com/palette-list/tokyo-night
|
||||||
local colors = {
|
local colors = {
|
||||||
blue = '#80a0ff',
|
blue = '#80a0ff',
|
||||||
cyan = '#79dac8',
|
cyan = '#79dac8',
|
||||||
@@ -11,18 +12,21 @@ local colors = {
|
|||||||
red = '#ff5189',
|
red = '#ff5189',
|
||||||
violet = '#d183e8',
|
violet = '#d183e8',
|
||||||
grey = '#303030',
|
grey = '#303030',
|
||||||
|
deepblue = '#292e42',
|
||||||
|
deepcyan = '#3b4261',
|
||||||
|
deepred = ' #c53b53',
|
||||||
}
|
}
|
||||||
|
|
||||||
local bubbles_theme = {
|
local bubbles_theme = {
|
||||||
normal = {
|
normal = {
|
||||||
a = { fg = colors.black, bg = colors.violet },
|
a = { fg = colors.black, bg = colors.deepblue },
|
||||||
b = { fg = colors.white, bg = colors.grey },
|
b = { fg = colors.white, bg = colors.grey },
|
||||||
c = { fg = colors.white },
|
c = { fg = colors.white },
|
||||||
},
|
},
|
||||||
|
|
||||||
insert = { a = { fg = colors.black, bg = colors.blue } },
|
insert = { a = { fg = colors.black, bg = colors.deepblue } },
|
||||||
visual = { a = { fg = colors.black, bg = colors.cyan } },
|
visual = { a = { fg = colors.black, bg = colors.deepcyan } },
|
||||||
replace = { a = { fg = colors.black, bg = colors.red } },
|
replace = { a = { fg = colors.black, bg = colors.deepred } },
|
||||||
|
|
||||||
inactive = {
|
inactive = {
|
||||||
a = { fg = colors.white, bg = colors.black },
|
a = { fg = colors.white, bg = colors.black },
|
||||||
|
|||||||
Reference in New Issue
Block a user