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

Extending suite of scheme #12

Open
Chaitanyabsprip opened this issue Aug 20, 2021 · 1 comment
Open

Extending suite of scheme #12

Chaitanyabsprip opened this issue Aug 20, 2021 · 1 comment

Comments

@Chaitanyabsprip
Copy link

It would be awesome if you could provide with a colors-cheme for terminals like kitty/alacritty and if I'm being ambitious, maybe for shells like fish/zsh. I am currently using tokyonight and they have provided the whole suite of color-schemes, probably generated it using something, I am not sure. I would really appreciate if you could do this.

@AlphaTechnolog
Copy link

AlphaTechnolog commented Jan 22, 2022

I create a simple alacritty calvera dark theme:

calvera_dark: &calvera_dark
  primary:
    background: "#0c0c1f"
    foreground: "#B0BEC5"
  cursor:
    text: CellBackground
    cursor: "#AAB4EC"
  normal:
    black: "#000000"
    red: "#E97A7A"
    green: "#ADCEA1"
    yellow: "#D6B295"
    blue: "#82AAFF"
    magenta: "#C792EA"
    cyan: "#7878E7"
    white: "#FFFFFF"
  bright:
    black: "#717CB4"
    red: "#FF5370"
    green: "#ADCEA1"
    yellow: "#D6B295"
    blue: "#82AAFF"
    magenta: "#FF9CAC"
    cyan: "#7878E7"
    white: "#B0BEC5"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants