Skip to content

Instantly share code, notes, and snippets.

@filipekiss
Created October 18, 2019 13:11
Embed
What would you like to do?
black_pearl="#001222"
elephant="#112e47"
light_coral="#eb8587"
sundown="#ffb3b4"
madang="#bfe798"
gossip="#d0f0b1"
sweet_corn="#fff18e"
buttermilk="#f9f1b1"
jordy_blue="#82afda"
baby_blue_eyes="#a6d1f9"
soft_purple="#ad7be4"
bright_ube="#c897ff"
turquoise_blue="#79e4e2"
pale_turquoise="#b1eceb"
concrete="#d0d0d0"
geyser="#d8e2e2"
arsenic="#3e454d"
black="#1f2325"
$black_pearl: "#001222"
$elephant: "#112e47"
$light_coral: "#eb8587"
$sundown: "#ffb3b4"
$madang: "#bfe798"
$gossip: "#d0f0b1"
$sweet_corn: "#fff18e"
$buttermilk: "#f9f1b1"
$jordy_blue: "#82afda"
$baby_blue_eyes: "#a6d1f9"
$soft_purple: "#ad7be4"
$bright_ube: "#c897ff"
$turquoise_blue: "#79e4e2"
$pale_turquoise: "#b1eceb"
$concrete: "#d0d0d0"
$geyser: "#d8e2e2"
$arsenic: "#3e454d"
$black: "#1f2325"
set runtimepath+=~/.config/nvim/plugged/nvim-colorizer.lua/
set termguicolors
lua require'colorizer'.setup()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment