atuin/crates/atuin-client/src
P T Weir 61c6e5e46a
feat(tui): Customizable Themes (#2236)
* wip: add theme

* feat(theme): basic theming approach

* feat(theme): adds theming support

* fix: split out palette without compact inspector

* fix(theme): tidy up implementation

* fix(theme): correct yaml to toml

* fix(theme): typo in comments

* chore: cheer up clippy

* fix(themes): ensure tests cannot hit real loading directory

* chore: rustfmt

* chore: rebase

* feat(themes): add rgb hexcode support

* fix(theme): add tests

* fix(theme): use builtin log levels and correct debug test

* feat(theme): adds the ability to derive from a non-base theme

* fix(theme): warn if the in-file name of a theme does not match the filename

* chore: tidy for rustfmt and clippy

* chore: tidy for rustfmt and clippy
2024-07-15 10:18:46 +01:00
..
history fix: add incremental rebuild to daemon loop (#2010) 2024-05-08 17:28:52 +01:00
import feat: support importing from replxx history files (#2024) 2024-05-21 11:12:17 +07:00
record fix: idx cache inconsistency (#2231) 2024-07-03 08:10:12 +01:00
settings fix: alias enable/enabled in settings (#2021) 2024-05-14 10:23:05 +07:00
api_client.rs feat: add user account verification (#2190) 2024-06-24 14:54:54 +01:00
database.rs feat(doctor): report sqlite version (#2075) 2024-06-03 10:51:31 +01:00
encryption.rs fix: bogus error message wording (#1283) 2024-05-16 07:51:25 +07:00
history.rs feat: add background daemon (#2006) 2024-05-08 12:09:04 +01:00
kv.rs chore: move crates into crates/ dir (#1958) 2024-04-18 16:41:28 +01:00
lib.rs feat(tui): Customizable Themes (#2236) 2024-07-15 10:18:46 +01:00
login.rs feat(ui): add login/register dialog (#2056) 2024-05-30 12:49:22 +01:00
logout.rs feat(gui): use fancy new side nav (#2243) 2024-07-10 15:56:33 +01:00
ordering.rs chore: move crates into crates/ dir (#1958) 2024-04-18 16:41:28 +01:00
register.rs feat(ui): add login/register dialog (#2056) 2024-05-30 12:49:22 +01:00
secrets.rs feat: Add npm, Netlify and Pulumi tokens to secret patterns (#2210) 2024-07-01 12:07:52 +01:00
settings.rs feat(tui): Customizable Themes (#2236) 2024-07-15 10:18:46 +01:00
sync.rs fix(daemon): do not try to sync if logged out (#2037) 2024-05-21 10:43:08 +07:00
theme.rs feat(tui): Customizable Themes (#2236) 2024-07-15 10:18:46 +01:00
utils.rs chore: move crates into crates/ dir (#1958) 2024-04-18 16:41:28 +01:00