diff options
| author | Mitchell Riedstra <mitch@riedstra.dev> | 2026-01-08 18:19:01 -0500 |
|---|---|---|
| committer | Mitchell Riedstra <mitch@riedstra.dev> | 2026-01-08 18:19:01 -0500 |
| commit | 6f6ec554a99f17c19badcda4eb4352222e4f3778 (patch) | |
| tree | a44b5ba39530e833d233a7e14aff5d5edf5f8f5e /mako | |
| parent | d13bece3d421c7f8aaf0ff9a060f2207108496c3 (diff) | |
| download | rivercfg-6f6ec554a99f17c19badcda4eb4352222e4f3778.tar.gz rivercfg-6f6ec554a99f17c19badcda4eb4352222e4f3778.tar.xz | |
More tweaks for el9. Also compile and setup mako with appropriate theme.
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 |
