feat: Add yazi config

This commit is contained in:
Fabio Lenherr / DashieTM 2023-10-09 17:08:16 +02:00
parent fc6a4dea97
commit 7cacef1705
20 changed files with 505 additions and 808 deletions

View file

@ -1,3 +1,11 @@
/*
Generated with Gradience
Issues caused by theming should be reported to Gradience repository, and not to upstream
https://github.com/GradienceTeam/Gradience
*/
@define-color accent_color #a9b1d6;
@define-color accent_bg_color #a9b1d6;
@define-color accent_fg_color rgba(0, 0, 0, 0.87);
@ -31,6 +39,12 @@
@define-color popover_fg_color #c0caf5;
@define-color shade_color rgba(0, 0, 0, 0.36);
@define-color scrollbar_outline_color rgba(0, 0, 0, 0.5);
@define-color secondary_sidebar_backdrop_color #1a1b26;
@define-color secondary_sidebar_shade_color #000000;
@define-color sidebar_backdrop_color #1a1b26;
@define-color sidebar_shade_color #c0caf5;
@define-color secondary_sidebar_bg_color #1a1b26;
@define-color secondary_sidebar_fg_color #c0caf5;
@define-color blue_1 #99c1f1;
@define-color blue_2 #62a0ea;
@define-color blue_3 #3584e4;