@@ -2,7 +2,7 @@
|
||||
local config
|
||||
|
||||
-- shim vim for kitty and other generators
|
||||
vim = vim or { g = {} }
|
||||
vim = vim or { g = {}, o = {} }
|
||||
|
||||
local function opt(key, default)
|
||||
key = "tokyonight_" .. key
|
||||
|
||||
@@ -32,7 +32,7 @@ colors:
|
||||
|
||||
# Bright colors
|
||||
bright:
|
||||
black: '${black}'
|
||||
black: '${terminal_black}'
|
||||
red: '${red}'
|
||||
green: '${green}'
|
||||
yellow: '${yellow}'
|
||||
|
||||
@@ -24,7 +24,7 @@ function M.kitty(config)
|
||||
#tab_bar_background ${black}
|
||||
|
||||
# normal
|
||||
color0 ${terminal_black}
|
||||
color0 ${black}
|
||||
color1 ${red}
|
||||
color2 ${green}
|
||||
color3 ${yellow}
|
||||
|
||||
@@ -133,7 +133,7 @@ function util.syntax(syntax) for group, colors in pairs(syntax) do util.highligh
|
||||
---@param colors ColorScheme
|
||||
function util.terminal(colors)
|
||||
-- dark
|
||||
vim.g.terminal_color_0 = colors.terminal_black
|
||||
vim.g.terminal_color_0 = colors.black
|
||||
vim.g.terminal_color_8 = colors.terminal_black
|
||||
|
||||
-- light
|
||||
|
||||
Reference in New Issue
Block a user