From a1401a018e9c41a3747495a79266418845c1a61b Mon Sep 17 00:00:00 2001 From: George Abbott Date: Wed, 1 Nov 2023 18:21:58 +0000 Subject: Added aura-dark.ini and README --- README.md | 8 ++++++++ aura-dark.ini | 24 ++++++++++++++++++++++++ 2 files changed, 32 insertions(+) create mode 100644 README.md create mode 100644 aura-dark.ini diff --git a/README.md b/README.md new file mode 100644 index 0000000..ac5214d --- /dev/null +++ b/README.md @@ -0,0 +1,8 @@ +# Aura Theme for `foot` + +# Installation +Download the theme, and add +`include=theme` +to the `foot.ini` file. For instance, to install the default theme, add: +`include=`./aura-dark.ini` +to your `foot.ini`. diff --git a/aura-dark.ini b/aura-dark.ini new file mode 100644 index 0000000..42949b8 --- /dev/null +++ b/aura-dark.ini @@ -0,0 +1,24 @@ +[cursor] +color = 29263c a277ff + +[colors] +foreground = edecee +background = 15141b + +regular0 = 110f18 # black +regular1 = ff6767 # red +regular2 = 61ffca # green +regular3 = ffca85 # yellow +regular4 = a277ff # blue +regular5 = a277ff # magenta +regular6 = 61ffca # cyan +regular7 = edecee # white + +bright0 = 4d4d4d # bright black +bright1 = ff6767 # bright red +bright2 = 61ffca # bright green +bright3 = ffca85 # bright yellow +bright4 = a277ff # bright blue +bright5 = a277ff # bright magenta +bright6 = 61ffca # bright cyan +bright7 = edecee # bright white -- cgit v1.2.1