summaryrefslogtreecommitdiff
path: root/pkgs/custom-neovim/config/colors/melatonin-dark.lua
blob: ff18966316074b52b6834e38f5fa426dc4d3dc06 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
require("mini.base16").setup {
  palette = {
    base00 = "#152233",
    base01 = "#152233",
    -- base01 = "#253850",
    base02 = "#415d81",
    base03 = "#5b7aa2",
    base04 = "#84a3cb",
    base05 = "#c8d7eb",
    base06 = "#b9cce5",
    base07 = "#dce7f6",
    base08 = "#d87595",
    base09 = "#dd9f6b",
    base0A = "#c88953",
    base0B = "#90a254",
    base0C = "#55aa9b",
    base0D = "#5ba1d0",
    base0E = "#a586d9",
    base0F = "#a06f42",
  },
  -- use_cterm = true,
}