diff options
Diffstat (limited to 'mako')
| l--------- | mako/config | 1 | ||||
| -rw-r--r-- | mako/dark | 6 | ||||
| -rw-r--r-- | mako/light | 6 |
3 files changed, 13 insertions, 0 deletions
diff --git a/mako/config b/mako/config new file mode 120000 index 0000000..df9f911 --- /dev/null +++ b/mako/config @@ -0,0 +1 @@ +dark
\ No newline at end of file diff --git a/mako/dark b/mako/dark new file mode 100644 index 0000000..52b092b --- /dev/null +++ b/mako/dark @@ -0,0 +1,6 @@ +background-color=#282828 +border-color=#ebdbb2 +text-color=#ebdbb2 +border-radius=12 +padding=12 +font=IBM 3270 12 diff --git a/mako/light b/mako/light new file mode 100644 index 0000000..dc566ce --- /dev/null +++ b/mako/light @@ -0,0 +1,6 @@ +background-color=#fbf1c7 +border-color=#3c3836 +text-color=#3c3836 +border-radius=12 +padding=12 +font=IBM 3270 12 |
