Skip to content

Instantly share code, notes, and snippets.

@tinylucid
Last active April 27, 2026 22:24
Show Gist options
  • Select an option

  • Save tinylucid/6e43b5b8f554837553f4485a3333a137 to your computer and use it in GitHub Desktop.

Select an option

Save tinylucid/6e43b5b8f554837553f4485a3333a137 to your computer and use it in GitHub Desktop.
theme = "reticle"
[editor]
mouse = true
gutters = ["diff"]
end-of-line-diagnostics = "disable"
[editor.lsp]
display-messages = false
[editor.inline-diagnostics]
cursor-line = "disable"
other-lines = "disable"
[editor.cursor-shape]
insert = "bar"
normal = "block"
select = "underline"
[editor.file-picker]
hidden = false
[keys.normal]
"C-\\" = "vsplit"
"A-h" = ["select_all", "select_regex"]
"esc" = ["collapse_selection", "keep_primary_selection"]
{
"name": "USGC-RETICLE-ST",
"variables": {
"black": "#000000",
"white": "#FFFFFF",
"fl_red": "#FF0000",
"fl_green": "#00FF00",
"fl_blue": "#0000FF",
"fl_cyan": "#00FFFF",
"fl_magenta": "#FF00FF",
"fl_yellow": "#FFFF00",
"fl_orange": "#FF6600",
"maroon": "#660000",
"green": "#00A645",
"blue": "#000066",
"cyan": "#006666",
"magenta": "#660066",
"yellow": "#FFBF00",
"olive": "#777700",
"gray": "#999999"
},
"globals": {
"background": "var(black)",
"foreground": "var(green)",
"caret": "#ff0068",
"block_caret": "#ff0068",
"selection": "var(fl_blue)",
"selection_foreground": "var(white)",
"selection_corner_style": "cut",
"selection_corner_radius": "2",
"inactive_selection": "var(gray)",
"inactive_selection_foreground": "var(fl_blue)",
"inactive_sheet_dimming": "0",
"gutter": "var(black)",
"gutter_foreground": "var(fl_red)",
"line_highlight": "#000077",
"gutter_foreground_highlight": "var(white)"
},
"rules":
[
{
"name": "Comment",
"scope": "comment, punctuation.definition.comment",
"foreground": "#3366FF"
},
{
"name": "String",
"scope": "string",
"foreground": "var(olive)"
},
{
"name": "Constant",
"scope": "constant",
"foreground": "var(fl_cyan)"
},
{
"name": "Preproc",
"scope": "meta.preprocessor",
"foreground": "var(fl_magenta)"
},
]
}
"ui.background" = {bg = "black", fg = "white"}
"ui.popup" = { bg = "fl_blue", fg = "white" }
"ui.menu" = { bg = "fl_blue", fg = "white" }
"ui.text.focus" = { fg = "fl_red"}
"ui.window" = { bg = "black", fg = "blue" }
"ui.help" = { bg = "fl_blue", fg = "white" }
"ui.popup.info" = { bg= "black", fg = "white" }
"ui.text" = "green"
"ui.cursor" = { fg = "black", bg = "#ff0068" }
"ui.selection" = { bg = "fl_magenta", fg = "white" }
"ui.selection.primary" = { bg = "fl_blue", fg = "white" }
"selection_foreground" = "fl_blue"
"selection_corner_style" = "cut"
"selection_corner_radius" = "2"
"inactive_selection" = "gray"
"inactive_selection_foreground" = "fl_blue"
"inactive_sheet_dimming" = "0"
"gutter" = "black"
"ui.linenr" = "fl_red"
"line_highlight" = "fl_blue"
"ui.linenr.selected" = "white"
"ui.gutter.selected" = {bg = "fl_blue"}
"ui.statusline" = {bg = "fl_blue", fg = "white"}
"ui.cursorline" = { fg = "fl_blue", bg = "#1C1C1C" }
"markup.bold" = { modifiers = ["bold"] }
"markup.italic" = { modifiers = ["italic"] }
"comment" = { fg = "#3355FF" }
"string" = { fg = "olive" }
"keyword.directive" = { fg = "fl_magenta" }
"function.builtin" = { fg = "fl_cyan" }
"constant" = { fg = "fl_cyan" }
"special" = { fg = "fl_cyan" }
"diagnostic" = { underline = { style = "none" } }
"diagnostic.error" = { modifiers = [] }
"diagnostic.warning" = { modifiers = [] }
"diagnostic.info" = { modifiers = [] }
"diagnostic.hint" = { modifiers = [] }
"error" = { fg = "fl_red", modifiers = ["underlined"] }
[palette]
"black" = "#000000"
"white" = "#FFFFFF"
"fl_red" = "#FF0000"
"fl_green" = "#00FF00"
"fl_blue" = "#0000FF"
"fl_cyan" = "#00FFFF"
"fl_magenta" = "#FF00FF"
"fl_yellow" = "#FFFF00"
"fl_orange" = "#FF6600"
"maroon" = "#660000"
"green" = "#00A645"
"blue" = "#000066"
"cyan" = "#00BBBB"
"magenta" = "#660066"
"yellow" = "#FFBF00"
"olive" = "#666600"
"gray" = "#999999"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment