Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

support for theme.yml file #840

Merged
merged 18 commits into from
Aug 30, 2024
Merged

Commits on Aug 30, 2024

  1. Configuration menu
    Copy the full SHA
    da6f59c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    03653e1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    729d9a3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    545f2da View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2790c10 View commit details
    Browse the repository at this point in the history
  6. fix: rustfmt issues

    PThorpe92 committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    bc12e11 View commit details
    Browse the repository at this point in the history
  7. fix: clippy issues

    PThorpe92 committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    236a6cb View commit details
    Browse the repository at this point in the history
  8. fix(theme): revise UiStyles::plain to have no style at all

    Signed-off-by: Sandro-Alessio Gierens <[email protected]>
    gierens authored and PThorpe92 committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    8ac052c View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    4120868 View commit details
    Browse the repository at this point in the history
  10. feat(theme): add IconOverrides struct and UiStyles.icon_overrides

    Signed-off-by: Sandro-Alessio Gierens <[email protected]>
    gierens authored and PThorpe92 committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    d77116f View commit details
    Browse the repository at this point in the history
  11. feat(output): add icon_override function to FileNameColours trait

    Signed-off-by: Sandro-Alessio Gierens <[email protected]>
    gierens authored and PThorpe92 committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    ffd8f4b View commit details
    Browse the repository at this point in the history
  12. feat(theme): implement FileNameColours.icon_override for Theme

    Signed-off-by: Sandro-Alessio Gierens <[email protected]>
    gierens authored and PThorpe92 committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    46fd6f2 View commit details
    Browse the repository at this point in the history
  13. feat(output): handle icon overrides in FileName.paint

    This basically ports the PR eza-community#914 and thus also resolves eza-community#909
    
    Signed-off-by: Sandro-Alessio Gierens <[email protected]>
    gierens authored and PThorpe92 committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    8ca6c83 View commit details
    Browse the repository at this point in the history
  14. feat(themes): add example config for icon_overrides

    Signed-off-by: Sandro-Alessio Gierens <[email protected]>
    gierens authored and PThorpe92 committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    d34a69a View commit details
    Browse the repository at this point in the history
  15. feat: rename UiStyles.icon_override to icons and add Style field

    Signed-off-by: Sandro-Alessio Gierens <[email protected]>
    gierens authored and PThorpe92 committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    cdd4538 View commit details
    Browse the repository at this point in the history
  16. refactor(config): make every setting optional with override layer

    Signed-off-by: Sandro-Alessio Gierens <[email protected]>
    gierens authored and PThorpe92 committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    402b0b8 View commit details
    Browse the repository at this point in the history
  17. refactor(themes): simplify sample theme.yml

    Signed-off-by: Sandro-Alessio Gierens <[email protected]>
    gierens authored and PThorpe92 committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    88008a0 View commit details
    Browse the repository at this point in the history
  18. style(output): fix clippy issue in FileName.paint

    Signed-off-by: Sandro-Alessio Gierens <[email protected]>
    gierens authored and PThorpe92 committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    a1521d7 View commit details
    Browse the repository at this point in the history