diff options
author | George Abbott <george@gabbott.dev> | 2023-11-01 18:21:58 +0000 |
---|---|---|
committer | George Abbott <george@gabbott.dev> | 2023-11-01 18:21:58 +0000 |
commit | a1401a018e9c41a3747495a79266418845c1a61b (patch) | |
tree | 7c8056d2245503e7b567907a69525ffa8a015e65 |
Added aura-dark.ini and README
-rw-r--r-- | README.md | 8 | ||||
-rw-r--r-- | aura-dark.ini | 24 |
2 files changed, 32 insertions, 0 deletions
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 |