Skip to content

Instantly share code, notes, and snippets.

@bjarneo
Last active February 5, 2026 08:37
Show Gist options
  • Select an option

  • Save bjarneo/8d37478a6227b4ca80c37a6465989156 to your computer and use it in GitHub Desktop.

Select an option

Save bjarneo/8d37478a6227b4ca80c37a6465989156 to your computer and use it in GitHub Desktop.
vantablack
return {
{
"bjarneo/aether.nvim",
branch = "v2",
name = "aether",
priority = 1000,
opts = {
transparent = false,
colors = {
-- Background colors
bg = "#0d0d0d",
bg_dark = "#0d0d0d",
bg_highlight = "#fdfdfd",
-- Foreground colors
-- fg: Object properties, builtin types, builtin variables, member access, default text
fg = "#ffffff",
-- fg_dark: Inactive elements, statusline, secondary text
fg_dark = "#ececec",
-- comment: Line highlight, gutter elements, disabled states
comment = "#fdfdfd",
-- Accent colors
-- red: Errors, diagnostics, tags, deletions, breakpoints
red = "#a4a4a4",
-- orange: Constants, numbers, current line number, git modifications
orange = "#a4a4a4",
-- yellow: Types, classes, constructors, warnings, numbers, booleans
yellow = "#cecece",
-- green: Comments, strings, success states, git additions
green = "#b6b6b6",
-- cyan: Parameters, regex, preprocessor, hints, properties
cyan = "#b0b0b0",
-- blue: Functions, keywords, directories, links, info diagnostics
blue = "#8d8d8d",
-- purple: Storage keywords, special keywords, identifiers, namespaces
purple = "#9b9b9b",
-- magenta: Function declarations, exception handling, tags
magenta = "#9b9b9b",
},
},
},
{
"LazyVim/LazyVim",
opts = {
colorscheme = "aether",
},
},
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment