55-- Author: Guillermo Rodriguez
66-- License: MIT
77-- ===============================================================
8+ local colors = require (" palette" )
9+
810vim .opt .background = " dark"
911vim .api .nvim_command (" hi clear" )
1012
@@ -24,32 +26,6 @@ if vim.g.spaceduck_bold then
2426 Bold = " bold"
2527end
2628
27- local colors = {
28- cream = { hex = " #ecf0c1" , cterm = 255 },
29- white = { hex = " #FFFFFF" , cterm = 15 },
30-
31- black = { hex = " #000000" , cterm = 0 },
32- blackish = { hex = " #0f111b" , cterm = 233 },
33-
34- dark_blue = { hex = " #16172d" , cterm = 234 },
35-
36- dark_grey = { hex = " #1b1c36" , cterm = 234 },
37- greyer = { hex = " #c1c3cc" , cterm = 251 },
38- grey = { hex = " #818596" , cterm = 102 },
39-
40- dark_purple = { hex = " #30365F" , cterm = 237 },
41- grey_purple = { hex = " #686f9a" , cterm = 60 },
42- purple = { hex = " #7a5ccc" , cterm = 98 },
43- light_purple = { hex = " #b3a1e6" , cterm = 146 },
44-
45- cyan = { hex = " #00a3cc" , cterm = 38 },
46- green = { hex = " #5ccc96" , cterm = 78 },
47- orange = { hex = " #e39400" , cterm = 172 },
48- red = { hex = " #e33400" , cterm = 166 },
49- yellow = { hex = " #f2ce00" , cterm = 220 },
50- magenta = { hex = " #ce6f8f" , cterm = 168 },
51- }
52-
5329vim .g .terminal_color_foreground = colors .cream .hex
5430vim .g .terminal_color_background = colors .blackish .hex
5531vim .g .terminal_color_0 = colors .black .hex
0 commit comments