Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fleetish theme renamed to fleet dark and adjusted to match official theme. #4997

Merged
merged 6 commits into from
Dec 7, 2022
Merged
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
86 changes: 47 additions & 39 deletions runtime/themes/fleetish.toml → runtime/themes/fleet_dark.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
# Author: Kristoffer Flottorp <kr.fl@outlook.com>
# A take on the JetBrains Fleet theme sprinkled with some creative freedom
# Fleet Dark
# A take on the JetBrains Fleet theme. Feel free to contribute

# Original author: @krfl
# Contributors:
# @matoous

"attribute" = "green"
"type" = "light_blue"
"type.enum.variant" = "purple"
"type.builtin" = "orange"
"constructor" = "yellow"
"constant" = "cyan"
Expand All @@ -16,55 +22,55 @@
"comment" = "light_gray" # .line
# "comment.block" = {} # .documentation
"variable" = "light" # .builtin
"variable.builtin" = { fg = "red", modifiers = ["underlined"] }
"variable.parameter" = "light"
# "variable.other" = {} # .member
"variable.other.member" = "yellow"
"variable.other.member" = "purple"
"label" = "yellow"
"punctuation" = "light" # .delimiter / .bracket
"keyword" = "cyan" # .operator / .directive / .function
"keyword.control" = "yellow" # .conditional / .repeat / .import / .return / .exception
"keyword.control.return" = "cyan"
"operator" = "light"
"function" = "yellow"
"function.macro" = "green"
"function.builtin" = "green"
"function.special" = "green"
"function.method" = "light"
"tag" = "green"
#"function.declaration.method" = { fg = "lightest", modifiers = ["bold"] } #depends on #4892
"tag" = "light_blue"
"special" = "green"
"namespace" = "light"

# used in theming
# "markup" = {} # .normal / .quote / .raw
# "markup.normal" = {} # .completion / .hover
# "markup.raw.inline" = {} # .completion / .hover
"markup" = "purple" # .quote
"markup.bold" = { fg = "purple", modifiers = ["bold"] }
"markup.italic" = { fg = "purple", modifiers = ["italic"] }
"markup.heading" = "light" # .marker
"markup.heading.1" = "yellow"
"markup.heading.2" = "green"
"markup.heading.3" = "pink"
"markup.heading.4" = "purple"
"markup.heading.5" = "cyan"
"markup.heading.6" = "light_blue"
"markup.list" = "cyan" # .unnumbered / .numbered
"markup.link" = "green"
"markup.link.url" = "pink"
"markup.bold" = { fg = "lightest", modifiers = ["bold"] }
"markup.italic" = { modifiers = ["italic"] }
"markup.heading" = { fg = "cyan", modifiers = ["bold"] } # .marker / .1 / .2 / .3 / .4 / .5 / .6
"markup.list" = "pink" # .unnumbered / .numbered
"markup.list.numbered" = "cyan"
"markup.list.unnumbered" = "cyan"
# "markup.link" = "green"
"markup.link.url" = { fg = "pink", modifiers = ['italic', 'underlined'] }
"markup.link.text" = "cyan"
"markup.link.label" = "yellow"
"markup.raw" = "pink" # .inline
"markup.raw.block" = "orange"
"markup.link.label" = "purple"
"markup.quote" = "pink"
"markup.raw" = "pink"
"markup.raw.inline" = "cyan" # .completion / .hover
"markup.raw.block" = "pink"

"diff.plus" = "cyan"
"diff.minus" = "yellow"
"diff.delta" = "purple"
"diff.plus" = "diff_plus"
"diff.minus" = "red_accent"
"diff.delta" = "blue_accent"

# ui specific
"ui.background" = { bg = "#0d0d0d" } # .separator
"ui.background" = { bg = "background" } # .separator
"ui.cursor" = { bg = "dark_gray", modifiers = ["reversed"] } # .insert / .select / .match / .primary
"ui.cursor.match" = { fg = "light", bg = "blue_accent" } # .insert / .select / .match / .primary
"ui.cursor.match" = { fg = "light", bg = "selection" } # .insert / .select / .match / .primary
"ui.cursorline" = { bg = "darker" }
"ui.linenr" = "dark_gray"
"ui.linenr.selected" = { fg = "light_gray", bg = "darker" }
"ui.linenr.selected" = { fg = "light", bg = "darker" }
"ui.statusline" = { fg = "light", bg = "darker" } # .inactive / .normal / .insert / .select
"ui.statusline.inactive" = { fg = "dark", bg = "darker" }
"ui.statusline.normal" = { fg = "lightest", bg = "darker"}
Expand All @@ -76,25 +82,25 @@
"ui.text" = "light" # .focus / .info
krfl marked this conversation as resolved.
Show resolved Hide resolved
"ui.virtual" = "dark" # .whitespace
"ui.virtual.ruler" = { bg = "darker"}
"ui.menu" = { fg = "light", bg = "darker" } # .selected
"ui.menu" = { fg = "light", bg = "darkest" } # .selected
"ui.menu.selected" = { fg = "lightest", bg = "blue_accent" } # .selected
"ui.selection" = { bg = "darker" } # .primary
"ui.selection.primary" = { bg = "select" } # .primary
"ui.selection.primary" = { bg = "selection" }
"hint" = "blue"
"info" = "yellow_accent"
"warning" = "orange_accent"
"error" = "red"
"error" = "red_error"
"diagnostic" = { modifiers = [] }
"diagnostic.hint" = { underline = { color = "light", style = "curl" } }
"diagnostic.info" = { underline = { color = "blue", style = "curl" } }
"diagnostic.warning" = { underline = { color = "yellow", style = "curl" } }
"diagnostic.error" = { underline = { color = "red", style = "curl" } }
"diagnostic.hint" = { underline = { color = "light", style = "line" } }
"diagnostic.info" = { underline = { color = "blue_accent", style = "line" } }
"diagnostic.warning" = { underline = { color = "yellow_accent", style = "line" } }
"diagnostic.error" = { underline = { color = "red_error", style = "line" } }

[palette]
background = "#181818"
darkest = "#1e1e1e"
darker = "#262626"
darker = "#292929"
dark = "#898989"
select = "#102f5b"

light = "#d6d6dd"
lightest = "#ffffff"
Expand All @@ -109,13 +115,15 @@ green = "#afcb85"
cyan = "#78d0bd"
orange = "#efb080"
yellow = "#e5c995"
red = "#f44747"
red = "#CC7C8A"

blue_accent = "#2197F3"
pink_accent = "#E44C7A"
green_accent = "#00AF99"
orange_accent = "#EE7F25"
yellow_accent = "#DEA407"
red_accent = "#F44747"

# variables intended for future updates
checkmark = "#44B254"
red_error = "#EB5F6A"
selection = "#1F3661"
diff_plus = "#5A9F81"