a minimalist theme collection, inspired by a blend of gothic and emo aesthetics with transfem symbolism. it combines deep purples and soft yellows with neutral tones to create strong contrasts and a comfortable coding environment that reflects individuality.
-
veil: versatile theme for both day and night, featuring bright accents on a dark background.
-
obsidian: dark theme for focused nighttime coding sessions.
-
radiance: light theme optimized for daylight use, ensuring excellent readability.
-
download one of the theme files:
nyxvamp-veil.tomlnyxvamp-obsidian.tomlnyxvamp-radiance.toml
-
add the palette to your starship configuration (
~/.config/starship.toml):# Import the nyxvamp palette (choose one variant) # For veil variant: palette = "nyxvamp_veil" # For obsidian variant: palette = "nyxvamp_obsidian" # For radiance variant: palette = "nyxvamp_radiance"
-
include the palette file in your starship config:
# At the top of your starship.toml, add: # For veil variant: "$schema" = 'https://starship.rs/config-schema.json' # Then copy the contents of the chosen nyxvamp-*.toml file # into your starship.toml, or include it via: format = "$all" palette = "nyxvamp_veil" # or nyxvamp_obsidian, nyxvamp_radiance # [palettes.nyxvamp_veil] section goes here...
if you have suggestions or improvements, feel free to contribute or reach out.