|
1 | 1 | local wezterm = require 'wezterm';
|
2 | 2 |
|
3 |
| -local color_default_fg_light = wezterm.color.parse("#cacaca") |
| 3 | +-- local color_default_fg_light = wezterm.color.parse("#cacaca") |
4 | 4 | local color_default_fg_dark = wezterm.color.parse("#303030")
|
5 | 5 |
|
6 | 6 |
|
7 | 7 | return {
|
8 |
| - VERIDIAN = { |
| 8 | + --[[ VERIDIAN = { |
9 | 9 | bg = wezterm.color.parse("#4D8060"),
|
10 | 10 | fg = color_default_fg_light
|
11 |
| - }, |
12 |
| - PAYNE = { |
| 11 | + }, ]] |
| 12 | + --[[ PAYNE = { |
13 | 13 | bg = wezterm.color.parse("#385F71"),
|
14 | 14 | fg = color_default_fg_light
|
15 |
| - }, |
16 |
| - INDIGO = { |
| 15 | + }, ]] |
| 16 | + --[[ INDIGO = { |
17 | 17 | bg = wezterm.color.parse("#7C77B9"),
|
18 | 18 | fg = color_default_fg_light
|
19 |
| - }, |
| 19 | + }, ]] |
20 | 20 | CAROLINA = {
|
21 | 21 | bg = wezterm.color.parse("#8FBFE0"),
|
22 | 22 | fg = color_default_fg_dark
|
23 | 23 | },
|
24 |
| - FLAME = { |
| 24 | + --[[ FLAME = { |
25 | 25 | bg = wezterm.color.parse("#D36135"),
|
26 | 26 | fg = color_default_fg_dark
|
27 |
| - }, |
28 |
| - JET = { |
| 27 | + }, ]] |
| 28 | + --[[ JET = { |
29 | 29 | bg = wezterm.color.parse("#282B28"),
|
30 | 30 | fg = color_default_fg_light
|
31 |
| - }, |
32 |
| - TAUPE = { |
| 31 | + }, ]] |
| 32 | + --[[ TAUPE = { |
33 | 33 | bg = wezterm.color.parse("#785964"),
|
34 | 34 | fg = color_default_fg_light
|
35 |
| - }, |
36 |
| - ECRU = { |
| 35 | + }, ]] |
| 36 | + --[[ ECRU = { |
37 | 37 | bg = wezterm.color.parse("#C6AE82"),
|
38 | 38 | fg = color_default_fg_dark
|
39 |
| - }, |
40 |
| - VIOLET = { |
| 39 | + }, ]] |
| 40 | + --[[ VIOLET = { |
41 | 41 | bg = wezterm.color.parse("#685F74"),
|
42 | 42 | fg = color_default_fg_light
|
43 |
| - }, |
44 |
| - VERDIGRIS = { |
| 43 | + }, ]] |
| 44 | + --[[ VERDIGRIS = { |
45 | 45 | bg = wezterm.color.parse("#28AFB0"),
|
46 | 46 | fg = color_default_fg_light
|
47 |
| - } |
| 47 | + } ]] |
48 | 48 | }
|
0 commit comments