rajasegar / alacritty-themes

:rainbow: :lollipop: Themes :candy: :heart_eyes: for Alacritty: A cross-platform GPU-accelerated Terminal emulator
MIT License
685 stars 70 forks source link

Direct theme application not working #183

Closed tigerjack closed 1 year ago

tigerjack commented 1 year ago

Describe the bug

Cannot apply a theme directly; the menu list is always shown.

To Reproduce

Steps to reproduce the behavior:

  1. Installation
  1. Run alacritty-themes
  1. See error image

Expected behavior

The theme should be directly applied.

Operating System:

Add your alacritty.yml content


env:
  TERM: alacritty
  LANG: "en_US.UTF-8"
  LC_CTYPE: en_US.UTF-8

font:
  normal:
    family: "monospace"

    style: Regular

  size: 11.0

colors:
  name: 3024 (dark)
  author: Chris Kempson
  primary:
    background: "#090300"
    foreground: "#a5a2a2"
  cursor:
    text: "#090300"
    cursor: "#a5a2a2"
  normal:
    black: "#090300"
    red: "#db2d20"
    green: "#01a252"
    yellow: "#fded02"
    blue: "#01a0e4"
    magenta: "#a16a94"
    cyan: "#b5e4f4"
    white: "#a5a2a2"
  bright:
    black: "#5c5855"
    red: "#db2d20"
    green: "#01a252"
    yellow: "#fded02"
    blue: "#01a0e4"
    magenta: "#a16a94"
    cyan: "#b5e4f4"
    white: "#f7f7f7"
theme: 3024.dark
JuanVqz commented 1 year ago

Hey @tigerjack, good call, do you want to contribute solving it? If not, that's okay, I just wanted to ask you.

tigerjack commented 1 year ago

Hey @JuanVqz , unfortunately I cannot, I am sorry.

JuanVqz commented 1 year ago

That's okay, I'll try to fix it in the week, thanks for reporting it 🚀

rajasegar commented 1 year ago

:tada: This issue has been resolved in version 5.1.1 :tada:

The release is available on:

Your semantic-release bot :package::rocket:

JuanVqz commented 1 year ago

Hey, @tigerjack thank you for opening this issue we finally got it fixed, it would be great if you can try it again and let us know if now it is working as expected, just don't forget to download the last version :+1:

tigerjack commented 1 year ago

Hey @JuanVqz thanks for the quick fix. I am on ArchLinux and the latest version is still not on the AUR.

JuanVqz commented 1 year ago

@tigerjack unfortunately, AUR is maintained by external folks, we don't have control over it. If you know the repository please ask them to update the version.

In the other hand, you always can use npm install -g alacritty-themes to install it globally in your machine or using it with npx alacritty-themes Ayu-Dark

Hoping that works for you! 🫡

tigerjack commented 1 year ago

The package is here and it has been updated recently. I confirm it works @JuanVqz

JuanVqz commented 1 year ago

The package is here and it has been updated recently. I confirm it works @JuanVqz

Thank you for following it up, we appreciate it. If have any idea or issue to report you are welcome 🙏