From 6f6ec554a99f17c19badcda4eb4352222e4f3778 Mon Sep 17 00:00:00 2001 From: Mitchell Riedstra Date: Thu, 8 Jan 2026 18:19:01 -0500 Subject: More tweaks for el9. Also compile and setup mako with appropriate theme. --- mako/config | 1 + mako/dark | 6 ++++++ mako/light | 6 ++++++ 3 files changed, 13 insertions(+) create mode 120000 mako/config create mode 100644 mako/dark create mode 100644 mako/light (limited to 'mako') 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 -- cgit v1.2.3