Created transparent theme #3142
Answered
by
the-mikedavis
GreasySlug
asked this question in
Ideas
-
I created base16_transparent based on base16_default Currently, I can only check it on windows terminal. "ui.background" = { fg = "white"}
"ui.background.separator" = { fg = "gray" }
"ui.menu" = { fg = "greay" }
"ui.menu.selected" = { modifiers = ["reversed"] }
"ui.linenr" = { fg = "light-grey" }
"ui.linenr.selected" = { fg = "white", modifiers = ["bold"] }
"ui.popup" = { fg = "light-gray" }
"ui.window" = { fg = "black" }
"ui.selection" = { fg = "gray", modifiers = ["reversed"] }
"comment" = { fg = "gray", modifiers = ["italic"] }
"ui.statusline" = { fg = "white" }
"ui.statusline.inactive" = { fg = "gray" }
"ui.statusline.normal" = { fg = "blue" , modifiers = ["reversed"]}
"ui.statusline.insert" = { fg = "green" , modifiers = ["reversed"]}
"ui.statusline.select" = { fg = "magenta" , modifiers = ["reversed"]}
"ui.help" = { fg = "light-gray" }
"ui.cursor" = { fg = "light-gray", modifiers = ["reversed", "slow_blink"] }
"ui.cursor.primary" = { fg = "light-gray", modifiers = ["reversed", "slow_blink"] }
"ui.virtual.whitespace" = "gray"
ui.virtual.indent-guide = "light-gray"
"variable" = "light-red"
"constant.numeric" = "yellow"
"constant" = "yellow"
"attributes" = "yellow"
"type" = "light-yellow"
"ui.cursor.match" = { fg = "light-yellow", modifiers = ["underlined"] }
"string" = "koke-light"
"variable.other.member" = "light-green"
"constant.character.escape" = "light-cyan"
"function" = "light-blue"
"constructor" = "light-blue"
"special" = "light-blue"
"keyword" = "light-magenta"
"label" = "light-magenta"
"namespace" = "light-magenta"
"markup.heading" = "light-blue"
"markup.list" = "light-red"
"markup.bold" = { fg = "light-yellow", modifiers = ["bold"] }
"markup.italic" = { fg = "light-magenta", modifiers = ["italic"] }
"markup.link.url" = { fg = "yellow", modifiers = ["underlined"] }
"markup.link.text" = "light-red"
"markup.quote" = "light-cyan"
"markup.raw" = "light-green"
"diff.plus" = "light-green"
"diff.delta" = "yellow"
"diff.minus" = "light-red"
"diagnostic" = { modifiers = ["underlined"] }
"ui.gutter" = { fg = "gray" }
"info" = "light-blue"
"hint" = "gray"
"debug" = "gray"
"warning" = "yellow"
"error" = "light-red" |
Beta Was this translation helpful? Give feedback.
Answered by
the-mikedavis
Jul 26, 2022
Replies: 1 comment 3 replies
-
I didn't give it a test but I think this looks good and could be a PR. It might address #3059 |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
GreasySlug
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I didn't give it a test but I think this looks good and could be a PR. It might address #3059