diff options
| author | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-02-25 17:53:15 +1100 |
|---|---|---|
| committer | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-02-25 17:53:15 +1100 |
| commit | 345d206c6f5b9602900176d57a89eee5fa489152 (patch) | |
| tree | 5d10bb917dfe32d7e2cf405e8404644dc97c68d0 /data | |
| parent | gen-scheme: fix arg parsing (diff) | |
| download | caelestia-cli-345d206c6f5b9602900176d57a89eee5fa489152.tar.gz caelestia-cli-345d206c6f5b9602900176d57a89eee5fa489152.tar.bz2 caelestia-cli-345d206c6f5b9602900176d57a89eee5fa489152.zip | |
scheme: success and error colours
Diffstat (limited to 'data')
| -rw-r--r-- | data/schemes/frappe.txt | 2 | ||||
| -rw-r--r-- | data/schemes/latte.txt | 2 | ||||
| -rw-r--r-- | data/schemes/macchiato.txt | 2 | ||||
| -rw-r--r-- | data/schemes/mocha.txt | 2 | ||||
| -rw-r--r-- | data/schemes/onedark.txt | 2 |
5 files changed, 10 insertions, 0 deletions
diff --git a/data/schemes/frappe.txt b/data/schemes/frappe.txt index 8a9c80a..b572562 100644 --- a/data/schemes/frappe.txt +++ b/data/schemes/frappe.txt @@ -24,4 +24,6 @@ surface0 414559 base 303446 mantle 292c3c crust 232634 +success a6d189 +error e78284 accent 99d1db
\ No newline at end of file diff --git a/data/schemes/latte.txt b/data/schemes/latte.txt index b2dbdb3..ec3b601 100644 --- a/data/schemes/latte.txt +++ b/data/schemes/latte.txt @@ -24,4 +24,6 @@ surface0 ccd0da base eff1f5 mantle e6e9ef crust dce0e8 +success 40a02b +error d20f39 accent 1e66f5
\ No newline at end of file diff --git a/data/schemes/macchiato.txt b/data/schemes/macchiato.txt index 2ffa1e5..ad234a2 100644 --- a/data/schemes/macchiato.txt +++ b/data/schemes/macchiato.txt @@ -24,4 +24,6 @@ surface0 363a4f base 24273a mantle 1e2030 crust 181926 +success a6da95 +error ed8796 accent b7bdf8
\ No newline at end of file diff --git a/data/schemes/mocha.txt b/data/schemes/mocha.txt index 7865bd8..77e96eb 100644 --- a/data/schemes/mocha.txt +++ b/data/schemes/mocha.txt @@ -24,4 +24,6 @@ surface0 313244 base 1e1e2e mantle 181825 crust 11111b +success a6e3a1 +error f38ba8 accent cba6f7
\ No newline at end of file diff --git a/data/schemes/onedark.txt b/data/schemes/onedark.txt index 1fc3631..6485f5e 100644 --- a/data/schemes/onedark.txt +++ b/data/schemes/onedark.txt @@ -24,4 +24,6 @@ surface0 30343e base 282c34 mantle 21242b crust 1e2126 +success 98c379 +error be5046 accent d19a66
\ No newline at end of file |