|
|
|
@ -57,7 +57,6 @@ M.turn_str_to_color = function(tb_in)
|
|
|
|
end
|
|
|
|
end
|
|
|
|
|
|
|
|
|
|
|
|
M.extend_default_hl = function(highlights)
|
|
|
|
M.extend_default_hl = function(highlights)
|
|
|
|
local glassy = require "base46.glassy"
|
|
|
|
|
|
|
|
local polish_hl = M.get_theme_tb "polish_hl"
|
|
|
|
local polish_hl = M.get_theme_tb "polish_hl"
|
|
|
|
|
|
|
|
|
|
|
|
-- polish themes
|
|
|
|
-- polish themes
|
|
|
|
@ -71,6 +70,8 @@ M.extend_default_hl = function(highlights)
|
|
|
|
|
|
|
|
|
|
|
|
-- transparency
|
|
|
|
-- transparency
|
|
|
|
if vim.g.transparency then
|
|
|
|
if vim.g.transparency then
|
|
|
|
|
|
|
|
local glassy = require "base46.glassy"
|
|
|
|
|
|
|
|
|
|
|
|
for key, value in pairs(glassy) do
|
|
|
|
for key, value in pairs(glassy) do
|
|
|
|
if highlights[key] then
|
|
|
|
if highlights[key] then
|
|
|
|
highlights[key] = M.merge_tb(highlights[key], value)
|
|
|
|
highlights[key] = M.merge_tb(highlights[key], value)
|
|
|
|
|