From ef94eb87600bfc32e7f9ee2cc04fc2defd242309 Mon Sep 17 00:00:00 2001 From: PORTALSURFER Date: Mon, 17 Oct 2022 21:16:22 +0200 Subject: [PATCH 1/5] added 2 themes --- runtime/themes/hex_steel.toml | 105 ++++++++++++++++++++++++++++++++++ runtime/themes/hex_toxic.toml | 105 ++++++++++++++++++++++++++++++++++ 2 files changed, 210 insertions(+) create mode 100644 runtime/themes/hex_steel.toml create mode 100644 runtime/themes/hex_toxic.toml diff --git a/runtime/themes/hex_steel.toml b/runtime/themes/hex_steel.toml new file mode 100644 index 000000000000..fd1195614478 --- /dev/null +++ b/runtime/themes/hex_steel.toml @@ -0,0 +1,105 @@ +# Author: Ramojus Lapinskas + +"comment" = { fg = "highlight_three" } +"comment.block.documentation" = { bg = "_t4", modifiers = ["italic"] } + +"constant" = { fg = "_t4" } +"function" = { fg = "_t10" } +"function.method" = { fg = "_t10" } +"function.macro" = { fg = "_t7" } +"keyword.storage.modifier" = { fg = "_t7" } +"keyword.control.import" = { fg = "_t8" } +"keyword.control" = { fg = "_t8" } +"keyword.function" = { fg = "_t7" } +"keyword" = { fg = "_t6" } +"operator" = { fg = "_t8" } +"punctuation" = { fg = "_t9" } +"string" = { fg = "_t6", modifiers = ["italic"] } +"string.regexp" = { fg = "_t6" } +"tag" = { fg = "_t4" } +"type" = { fg = "_t8", modifiers = ["bold"] } +"namespace" = { fg = "_t6", modifiers = ["bold"] } +"variable" = { fg = "_t5" } +"label" = { fg = "_t4" } + +"diff.plus" = { fg = "_t4" } +"diff.delta" = { fg = "_t4" } +"diff.minus" = { fg = "_t4" } + +"ui.cursor.insert" = { fg = "_t2", bg = "highlight" } +"ui.cursor.select" = { fg = "_t2", bg = "highlight_two" } +"ui.cursor" = { fg = "_t1", bg = "highlight_three" } +"ui.cursor.match" = { fg = "highlight", bg = "_t1", modifiers = ["bold"] } + +"ui.linenr" = { fg = "_t3", bg = "_t1" } +"ui.linenr.selected" = { fg = "highlight_three", bg = "_t1" } +"ui.gutter" = { bg = "_t1" } + +"ui.background" = { fg = "_t4", bg = "_t2" } +"ui.background.separator" = { fg = "_t3" } +"ui.help" = { fg = "_t4", bg = "_t1" } +"ui.menu" = { fg = "_t4", bg = "_t1" } +"ui.menu.selected" = { fg = "highlight_three", bg = "_t1" } +"ui.popup" = { fg = "_t4", bg = "_t1" } +"ui.window" = { fg = "_t4" } + +"ui.selection.primary" = { bg = "black" } +"ui.selection" = { bg = "black" } + +"ui.cursorline.primary" = { bg = "_t1" } + +"ui.statusline" = { fg = "_t4", bg = "_t1" } +"ui.statusline.inactive" = { fg = "_t4", bg = "_t1" } +"ui.statusline.normal" = { fg = "_t3", bg = "_t1" } +"ui.statusline.insert" = { fg = "_t3", bg = "_t1" } +"ui.statusline.select" = { fg = "highlight", bg = "_t4" } + +"ui.text" = { fg = "_t4" } +"ui.text.focus" = { fg = "highlight_three", modifiers = ["bold"] } +# +"ui.virtual.ruler" = { bg = "_t1" } +"ui.virtual.indent-guide" = { fg = "_t3" } +"ui.virtual.whitespace" = { fg = "_t3" } + +"diagnostic" = { modifiers = ["underlined"] } +"error" = { fg = "error", modifiers = ["bold"] } +"warning" = { fg = "warning", modifiers = ["bold"] } +"info" = { fg = "info", modifiers = ["bold"] } +"hint" = { fg = "display", modifiers = ["bold"] } +"special" = { fg = "_t7", modifiers = ["bold"] } + +"markup.heading" = { fg = "_t4" } +"markup.list" = { fg = "_t4" } +"markup.bold" = { fg = "_t4" } +"markup.italic" = { fg = "_t4" } +"markup.link.url" = { fg = "_t4", modifiers = ["underlined"] } +"markup.link.text" = { fg = "_t4" } +"markup.quote" = { fg = "_t4" } +"markup.raw" = { fg = "_t4" } + +[palette] +_t1 = "#0f0c0c" +_t2 = "#151111" +_t3 = "#423b3b" +_t4 = "#535557" +_t5 = "#646b6d" +_t6 = "#627879" +_t7 = "#be6063" +_t8 = "#98b4af" +_t9 = "#bec9c9" +_t10 = "#d8e6e4" + + +highlight = "#3f36f2" +highlight_two = "#b3814d" +highlight_three = "#d4d987" + +black = "#000000" + +comment = "#396884" +comment_doc = "#234048" + +error = "#ff0900" +warning = "#ffbf00" +display = "#57ff89" +info = "#dad7d5" diff --git a/runtime/themes/hex_toxic.toml b/runtime/themes/hex_toxic.toml new file mode 100644 index 000000000000..bd3358d80206 --- /dev/null +++ b/runtime/themes/hex_toxic.toml @@ -0,0 +1,105 @@ +# Author: Ramojus Lapinskas + +"comment" = { fg = "t1" } +"comment.block.documentation" = { fg = "t1", modifiers = ["italic"] } + +"constant" = { fg = "t1" } +"function" = { fg = "t5" } +"keyword.storage.modifier" = { fg = "t4" } +"keyword.control.import" = { fg = "t5" } +"keyword.control" = { fg = "t5" } +"keyword.function" = { fg = "t4" } +"keyword" = { fg = "t3" } +"operator" = { fg = "t5" } +"punctuation" = { fg = "t6" } +"string" = { fg = "t3", modifiers = ["italic"] } +"string.regexp" = { fg = "t3" } +"tag" = { fg = "t1" } +"type" = { fg = "t7", modifiers = ["bold"] } +"namespace" = { fg = "t6", modifiers = ["bold"] } +"variable" = { fg = "t2" } +"label" = { fg = "t1" } + +"diff.plus" = { fg = "t1" } +"diff.delta" = { fg = "t1" } +"diff.minus" = { fg = "t1" } + +"ui.cursor.insert" = { fg = "background", bg = "highlight" } +"ui.cursor.select" = { fg = "background", bg = "highlight_two" } +"ui.cursor" = { fg = "ui_background", bg = "highlight_three" } +"ui.cursor.match" = { fg = "highlight", bg = "ui_background", modifiers = [ + "bold", +] } + +"ui.linenr" = { fg = "t1", bg = "background" } +"ui.linenr.selected" = { fg = "highlight_three", bg = "ui_background" } +"ui.gutter" = { bg = "background" } + +"ui.background" = { fg = "t1", bg = "background" } +"ui.background.separator" = { fg = "t1" } +"ui.help" = { fg = "t1", bg = "ui_background" } +"ui.menu" = { fg = "t1", bg = "ui_background" } +"ui.menu.selected" = { fg = "highlight_three", bg = "ui_background" } +"ui.popup" = { fg = "t1", bg = "ui_background" } +"ui.window" = { fg = "t1" } + +"ui.selection.primary" = { bg = "black" } +"ui.selection" = { bg = "black" } + +"ui.cursorline.primary" = { bg = "ui_background" } + +"ui.statusline" = { fg = "t1", bg = "ui_background" } +"ui.statusline.inactive" = { fg = "t1", bg = "ui_background" } +"ui.statusline.normal" = { fg = "ui_t1", bg = "ui_background" } +"ui.statusline.insert" = { fg = "ui_t1", bg = "ui_background" } +"ui.statusline.select" = { fg = "highlight", bg = "ui_background" } + +"ui.text" = { fg = "t1" } +"ui.text.focus" = { fg = "highlight_three", modifiers = ["bold"] } +# +"ui.virtual.ruler" = { bg = "ui_background" } +"ui.virtual.indent-guide" = { fg = "ui_t1" } +"ui.virtual.whitespace" = { fg = "ui_t1" } + +"diagnostic" = { modifiers = ["underlined"] } +"error" = { fg = "error", modifiers = ["bold"] } +"warning" = { fg = "warning", modifiers = ["bold"] } +"info" = { fg = "info", modifiers = ["bold"] } +"hint" = { fg = "display", modifiers = ["bold"] } +"special" = { fg = "t4", modifiers = ["bold"] } + +"markup.heading" = { fg = "t1" } +"markup.list" = { fg = "t1" } +"markup.bold" = { fg = "t1" } +"markup.italic" = { fg = "t1" } +"markup.link.url" = { fg = "t1", modifiers = ["underlined"] } +"markup.link.text" = { fg = "t1" } +"markup.quote" = { fg = "t1" } +"markup.raw" = { fg = "t1" } + +[palette] +background = "#1b232f" +t1 = "#737d93" +t2 = "#6f91bc" +t3 = "#8bb2b9" +t4 = "#e0aea1" +t5 = "#b0bd9f" +t6 = "#b3ccd0" +t7 = "#b0d4d8" + +ui_background = "#101719" +ui_t1 = "#293d53" + +highlight = "#ff2e74" +highlight_two = "#ffbf52" +highlight_three = "#8eff52" + +black = "#000000" + +comment = "#396884" +comment_doc = "#234048" + +error = "#ff0900" +warning = "#ffbf00" +display = "#57ff89" +info = "#dad7d5" From 70d5da65fcd54f6abfde7c61793ab518fd9d23d7 Mon Sep 17 00:00:00 2001 From: PORTALSURFER Date: Wed, 19 Oct 2022 14:50:27 +0200 Subject: [PATCH 2/5] removed bad author header --- runtime/themes/hex_steel.toml | 2 -- runtime/themes/hex_toxic.toml | 2 -- 2 files changed, 4 deletions(-) diff --git a/runtime/themes/hex_steel.toml b/runtime/themes/hex_steel.toml index fd1195614478..88a044d8bbac 100644 --- a/runtime/themes/hex_steel.toml +++ b/runtime/themes/hex_steel.toml @@ -1,5 +1,3 @@ -# Author: Ramojus Lapinskas - "comment" = { fg = "highlight_three" } "comment.block.documentation" = { bg = "_t4", modifiers = ["italic"] } diff --git a/runtime/themes/hex_toxic.toml b/runtime/themes/hex_toxic.toml index bd3358d80206..b79ab5cf484e 100644 --- a/runtime/themes/hex_toxic.toml +++ b/runtime/themes/hex_toxic.toml @@ -1,5 +1,3 @@ -# Author: Ramojus Lapinskas - "comment" = { fg = "t1" } "comment.block.documentation" = { fg = "t1", modifiers = ["italic"] } From 7c2ec7d8f51d244bd1e289a5978605625995bbba Mon Sep 17 00:00:00 2001 From: PORTALSURFER Date: Wed, 19 Oct 2022 14:52:21 +0200 Subject: [PATCH 3/5] updated steel theme --- runtime/themes/hex_steel.toml | 27 +++++++++++++++------------ 1 file changed, 15 insertions(+), 12 deletions(-) diff --git a/runtime/themes/hex_steel.toml b/runtime/themes/hex_steel.toml index 88a044d8bbac..5ef223f8aeed 100644 --- a/runtime/themes/hex_steel.toml +++ b/runtime/themes/hex_steel.toml @@ -1,7 +1,9 @@ +# Author: Ramojus Lapinskas + "comment" = { fg = "highlight_three" } "comment.block.documentation" = { bg = "_t4", modifiers = ["italic"] } -"constant" = { fg = "_t4" } +"constant" = { fg = "highlight_four" } "function" = { fg = "_t10" } "function.method" = { fg = "_t10" } "function.macro" = { fg = "_t7" } @@ -17,7 +19,7 @@ "tag" = { fg = "_t4" } "type" = { fg = "_t8", modifiers = ["bold"] } "namespace" = { fg = "_t6", modifiers = ["bold"] } -"variable" = { fg = "_t5" } +"variable" = { fg = "_t4" } "label" = { fg = "_t4" } "diff.plus" = { fg = "_t4" } @@ -76,21 +78,22 @@ "markup.raw" = { fg = "_t4" } [palette] -_t1 = "#0f0c0c" -_t2 = "#151111" -_t3 = "#423b3b" -_t4 = "#535557" -_t5 = "#646b6d" -_t6 = "#627879" -_t7 = "#be6063" -_t8 = "#98b4af" -_t9 = "#bec9c9" -_t10 = "#d8e6e4" +_t1 = "#0f0b0b" +_t2 = "#161010" +_t3 = "#5b5555" +_t4 = "#656869" +_t5 = "#727b7c" +_t6 = "#6e8789" +_t7 = "#d85c60" +_t8 = "#9bc1bb" +_t9 = "#b5c5c5" +_t10 = "#c0d0ce" highlight = "#3f36f2" highlight_two = "#b3814d" highlight_three = "#d4d987" +highlight_four = "#f78c5e" black = "#000000" From 670632f564e85aa59d1a4664612b45bf593d06cb Mon Sep 17 00:00:00 2001 From: PORTALSURFER Date: Wed, 19 Oct 2022 14:54:00 +0200 Subject: [PATCH 4/5] removed bad author header again :/ --- runtime/themes/hex_steel.toml | 2 -- 1 file changed, 2 deletions(-) diff --git a/runtime/themes/hex_steel.toml b/runtime/themes/hex_steel.toml index 5ef223f8aeed..6a886438fcdb 100644 --- a/runtime/themes/hex_steel.toml +++ b/runtime/themes/hex_steel.toml @@ -1,5 +1,3 @@ -# Author: Ramojus Lapinskas - "comment" = { fg = "highlight_three" } "comment.block.documentation" = { bg = "_t4", modifiers = ["italic"] } From d70b743c7da58eae38cd17e765d0645bfef1e47b Mon Sep 17 00:00:00 2001 From: PORTALSURFER Date: Fri, 21 Oct 2022 16:07:23 +0200 Subject: [PATCH 5/5] implemented theme inheritence --- runtime/themes/hex_steel.toml | 159 +++++++++++++++++----------------- runtime/themes/hex_toxic.toml | 109 ++++------------------- 2 files changed, 98 insertions(+), 170 deletions(-) diff --git a/runtime/themes/hex_steel.toml b/runtime/themes/hex_steel.toml index 6a886438fcdb..06e91d01374e 100644 --- a/runtime/themes/hex_steel.toml +++ b/runtime/themes/hex_steel.toml @@ -1,97 +1,98 @@ "comment" = { fg = "highlight_three" } -"comment.block.documentation" = { bg = "_t4", modifiers = ["italic"] } - -"constant" = { fg = "highlight_four" } -"function" = { fg = "_t10" } -"function.method" = { fg = "_t10" } -"function.macro" = { fg = "_t7" } -"keyword.storage.modifier" = { fg = "_t7" } -"keyword.control.import" = { fg = "_t8" } -"keyword.control" = { fg = "_t8" } -"keyword.function" = { fg = "_t7" } -"keyword" = { fg = "_t6" } -"operator" = { fg = "_t8" } -"punctuation" = { fg = "_t9" } -"string" = { fg = "_t6", modifiers = ["italic"] } -"string.regexp" = { fg = "_t6" } -"tag" = { fg = "_t4" } -"type" = { fg = "_t8", modifiers = ["bold"] } -"namespace" = { fg = "_t6", modifiers = ["bold"] } -"variable" = { fg = "_t4" } -"label" = { fg = "_t4" } - -"diff.plus" = { fg = "_t4" } -"diff.delta" = { fg = "_t4" } -"diff.minus" = { fg = "_t4" } - -"ui.cursor.insert" = { fg = "_t2", bg = "highlight" } -"ui.cursor.select" = { fg = "_t2", bg = "highlight_two" } -"ui.cursor" = { fg = "_t1", bg = "highlight_three" } -"ui.cursor.match" = { fg = "highlight", bg = "_t1", modifiers = ["bold"] } - -"ui.linenr" = { fg = "_t3", bg = "_t1" } -"ui.linenr.selected" = { fg = "highlight_three", bg = "_t1" } -"ui.gutter" = { bg = "_t1" } - -"ui.background" = { fg = "_t4", bg = "_t2" } -"ui.background.separator" = { fg = "_t3" } -"ui.help" = { fg = "_t4", bg = "_t1" } -"ui.menu" = { fg = "_t4", bg = "_t1" } -"ui.menu.selected" = { fg = "highlight_three", bg = "_t1" } -"ui.popup" = { fg = "_t4", bg = "_t1" } -"ui.window" = { fg = "_t4" } - -"ui.selection.primary" = { bg = "black" } -"ui.selection" = { bg = "black" } - -"ui.cursorline.primary" = { bg = "_t1" } - -"ui.statusline" = { fg = "_t4", bg = "_t1" } -"ui.statusline.inactive" = { fg = "_t4", bg = "_t1" } -"ui.statusline.normal" = { fg = "_t3", bg = "_t1" } -"ui.statusline.insert" = { fg = "_t3", bg = "_t1" } -"ui.statusline.select" = { fg = "highlight", bg = "_t4" } - -"ui.text" = { fg = "_t4" } +"comment.block.documentation" = { bg = "t4", modifiers = ["italic"] } + +"constant" = { fg = "t11" } +"function" = { fg = "t10" } +"function.method" = { fg = "t10" } +"function.macro" = { fg = "t7" } +"keyword.storage.modifier" = { fg = "t7" } +"keyword.control.import" = { fg = "t8" } +"keyword.control" = { fg = "t8" } +"keyword.function" = { fg = "t7" } +"keyword" = { fg = "t6" } +"operator" = { fg = "t8" } +"punctuation" = { fg = "t9" } +"string" = { fg = "t6", modifiers = ["italic"] } +"string.regexp" = { fg = "t6" } +"tag" = { fg = "t4" } +"type" = { fg = "t8", modifiers = ["bold"] } +"namespace" = { fg = "t6", modifiers = ["bold"] } +"variable" = { fg = "t4" } +"label" = { fg = "t4" } + +"diff.plus" = { fg = "t4" } +"diff.delta" = { fg = "t4" } +"diff.minus" = { fg = "t4" } + +"ui.cursor.insert" = { fg = "t2", bg = "highlight" } +"ui.cursor.select" = { fg = "t2", bg = "highlight_two" } +"ui.cursor" = { fg = "t1", bg = "highlight_three" } +"ui.cursor.match" = { fg = "highlight", bg = "t1", modifiers = ["bold"] } + +"ui.linenr" = { fg = "t3", bg = "t1" } +"ui.linenr.selected" = { fg = "highlight_three", bg = "t1" } +"ui.gutter" = { bg = "t1" } + +"ui.background" = { fg = "t4", bg = "t2" } +"ui.background.separator" = { fg = "t3" } +"ui.help" = { fg = "t4", bg = "t1" } +"ui.menu" = { fg = "t4", bg = "t1" } +"ui.menu.selected" = { fg = "highlight_three", bg = "t1" } +"ui.popup" = { fg = "t4", bg = "t1" } +"ui.window" = { fg = "t4" } + +"ui.selection.primary" = { bg = "selection" } +"ui.selection" = { bg = "selection" } + +"ui.cursorline.primary" = { bg = "t1" } + +"ui.statusline" = { fg = "t4", bg = "t1" } +"ui.statusline.inactive" = { fg = "t4", bg = "t1" } +"ui.statusline.normal" = { fg = "t3", bg = "t1" } +"ui.statusline.insert" = { fg = "t3", bg = "t1" } +"ui.statusline.select" = { fg = "highlight", bg = "t4" } + +"ui.text" = { fg = "t4" } "ui.text.focus" = { fg = "highlight_three", modifiers = ["bold"] } # -"ui.virtual.ruler" = { bg = "_t1" } -"ui.virtual.indent-guide" = { fg = "_t3" } -"ui.virtual.whitespace" = { fg = "_t3" } +"ui.virtual.ruler" = { bg = "t1" } +"ui.virtual.indent-guide" = { fg = "t3" } +"ui.virtual.whitespace" = { fg = "t3" } "diagnostic" = { modifiers = ["underlined"] } "error" = { fg = "error", modifiers = ["bold"] } "warning" = { fg = "warning", modifiers = ["bold"] } "info" = { fg = "info", modifiers = ["bold"] } "hint" = { fg = "display", modifiers = ["bold"] } -"special" = { fg = "_t7", modifiers = ["bold"] } +"special" = { fg = "t7", modifiers = ["bold"] } -"markup.heading" = { fg = "_t4" } -"markup.list" = { fg = "_t4" } -"markup.bold" = { fg = "_t4" } -"markup.italic" = { fg = "_t4" } -"markup.link.url" = { fg = "_t4", modifiers = ["underlined"] } -"markup.link.text" = { fg = "_t4" } -"markup.quote" = { fg = "_t4" } -"markup.raw" = { fg = "_t4" } +"markup.heading" = { fg = "t4" } +"markup.list" = { fg = "t4" } +"markup.bold" = { fg = "t4" } +"markup.italic" = { fg = "t4" } +"markup.link.url" = { fg = "t4", modifiers = ["underlined"] } +"markup.link.text" = { fg = "t4" } +"markup.quote" = { fg = "t4" } +"markup.raw" = { fg = "t4" } [palette] -_t1 = "#0f0b0b" -_t2 = "#161010" -_t3 = "#5b5555" -_t4 = "#656869" -_t5 = "#727b7c" -_t6 = "#6e8789" -_t7 = "#d85c60" -_t8 = "#9bc1bb" -_t9 = "#b5c5c5" -_t10 = "#c0d0ce" - +t1 = "#0f0b0b" +t2 = "#161010" +t3 = "#5b5555" +t4 = "#656869" +t5 = "#727b7c" +t6 = "#6e8789" +t7 = "#d85c60" +t8 = "#9bc1bb" +t9 = "#b5c5c5" +t10 = "#c0d0ce" +t11 = "#f78c5e" highlight = "#3f36f2" -highlight_two = "#b3814d" +highlight_two = "#f69c3c" highlight_three = "#d4d987" -highlight_four = "#f78c5e" + +selection = "#032d4a" black = "#000000" diff --git a/runtime/themes/hex_toxic.toml b/runtime/themes/hex_toxic.toml index b79ab5cf484e..3cd878bef7ea 100644 --- a/runtime/themes/hex_toxic.toml +++ b/runtime/themes/hex_toxic.toml @@ -1,99 +1,26 @@ -"comment" = { fg = "t1" } -"comment.block.documentation" = { fg = "t1", modifiers = ["italic"] } - -"constant" = { fg = "t1" } -"function" = { fg = "t5" } -"keyword.storage.modifier" = { fg = "t4" } -"keyword.control.import" = { fg = "t5" } -"keyword.control" = { fg = "t5" } -"keyword.function" = { fg = "t4" } -"keyword" = { fg = "t3" } -"operator" = { fg = "t5" } -"punctuation" = { fg = "t6" } -"string" = { fg = "t3", modifiers = ["italic"] } -"string.regexp" = { fg = "t3" } -"tag" = { fg = "t1" } -"type" = { fg = "t7", modifiers = ["bold"] } -"namespace" = { fg = "t6", modifiers = ["bold"] } -"variable" = { fg = "t2" } -"label" = { fg = "t1" } - -"diff.plus" = { fg = "t1" } -"diff.delta" = { fg = "t1" } -"diff.minus" = { fg = "t1" } - -"ui.cursor.insert" = { fg = "background", bg = "highlight" } -"ui.cursor.select" = { fg = "background", bg = "highlight_two" } -"ui.cursor" = { fg = "ui_background", bg = "highlight_three" } -"ui.cursor.match" = { fg = "highlight", bg = "ui_background", modifiers = [ - "bold", -] } - -"ui.linenr" = { fg = "t1", bg = "background" } -"ui.linenr.selected" = { fg = "highlight_three", bg = "ui_background" } -"ui.gutter" = { bg = "background" } - -"ui.background" = { fg = "t1", bg = "background" } -"ui.background.separator" = { fg = "t1" } -"ui.help" = { fg = "t1", bg = "ui_background" } -"ui.menu" = { fg = "t1", bg = "ui_background" } -"ui.menu.selected" = { fg = "highlight_three", bg = "ui_background" } -"ui.popup" = { fg = "t1", bg = "ui_background" } -"ui.window" = { fg = "t1" } - -"ui.selection.primary" = { bg = "black" } -"ui.selection" = { bg = "black" } - -"ui.cursorline.primary" = { bg = "ui_background" } - -"ui.statusline" = { fg = "t1", bg = "ui_background" } -"ui.statusline.inactive" = { fg = "t1", bg = "ui_background" } -"ui.statusline.normal" = { fg = "ui_t1", bg = "ui_background" } -"ui.statusline.insert" = { fg = "ui_t1", bg = "ui_background" } -"ui.statusline.select" = { fg = "highlight", bg = "ui_background" } - -"ui.text" = { fg = "t1" } -"ui.text.focus" = { fg = "highlight_three", modifiers = ["bold"] } -# -"ui.virtual.ruler" = { bg = "ui_background" } -"ui.virtual.indent-guide" = { fg = "ui_t1" } -"ui.virtual.whitespace" = { fg = "ui_t1" } - -"diagnostic" = { modifiers = ["underlined"] } -"error" = { fg = "error", modifiers = ["bold"] } -"warning" = { fg = "warning", modifiers = ["bold"] } -"info" = { fg = "info", modifiers = ["bold"] } -"hint" = { fg = "display", modifiers = ["bold"] } -"special" = { fg = "t4", modifiers = ["bold"] } - -"markup.heading" = { fg = "t1" } -"markup.list" = { fg = "t1" } -"markup.bold" = { fg = "t1" } -"markup.italic" = { fg = "t1" } -"markup.link.url" = { fg = "t1", modifiers = ["underlined"] } -"markup.link.text" = { fg = "t1" } -"markup.quote" = { fg = "t1" } -"markup.raw" = { fg = "t1" } +inherits = "hex_steel" [palette] -background = "#1b232f" -t1 = "#737d93" -t2 = "#6f91bc" -t3 = "#8bb2b9" -t4 = "#e0aea1" -t5 = "#b0bd9f" -t6 = "#b3ccd0" -t7 = "#b0d4d8" - -ui_background = "#101719" -ui_t1 = "#293d53" - -highlight = "#ff2e74" -highlight_two = "#ffbf52" -highlight_three = "#8eff52" +t1 = "#101719" +t2 = "#152432" +t3 = "#4b5968" +t4 = "#8792ab" +t5 = "#6f91bc" +t6 = "#8bb2b9" +t7 = "#eeac90" +t8 = "#b0bd9f" +t9 = "#b3ccd0" +t10 = "#b0d4d8" +t11 = "#ffbf52" + +highlight = "#ff2e5f" +highlight_two = "#0affa9" +highlight_three = "#d7ff52" black = "#000000" +selection = "#290019" + comment = "#396884" comment_doc = "#234048"