vkaracic / lambdav-zsh-theme

Lambda V ZSH teminal theme
MIT License
2 stars 0 forks source link

A little query #2

Open VillagerTom opened 2 years ago

VillagerTom commented 2 years ago

What's the name of the color scheme used in your screenshot? I really like it. And I think it's a good idea to paste it on your README file.

vkaracic commented 2 years ago

You mean for this part here? Screenshot from 2022-02-25 08-34-18 If yes then this is the actual lambdav theme/color scheme... But it has changed a bit since the last time I took that screenshot. Take a look at lambda-v.zsh-theme to see the colors which you can adjust how you like, or create your own prompt theme!

VillagerTom commented 2 years ago

Sorry about my mistake on expression. (My English is poor and I'm a Linux newbie. ) I mean the name of terminal colorscheme actually. Such as Tango, Gruvbox, Solarized, etc.

vkaracic commented 2 years ago

I'm using alacritty for the terminal and here are the color values:

# Colors (Material Theme)
colors:
  # Default colors
  primary:
    background: '0x1e282d'
    foreground: '0xc4c7d1'

  # Normal colors
  normal:
    black:   '0x666666'
    red:     '0xeb606b'
    green:   '0xc3e88d'
    yellow:  '0xf7eb95'
    blue:    '0x80cbc4'
    magenta: '0xff2f90'
    cyan:    '0xaeddff'
    white:   '0xffffff'

  # Bright colors
  bright:
    black:   '0xa1a1a1'
    red:     '0xeb606b'
    green:   '0xc3e88d'
    yellow:  '0xf7eb95'
    blue:    '0x7dc6bf'
    magenta: '0x6c71c4'
    cyan:    '0x35434d'
    white:   '0xffffff'

Cannot remember if I got them all from somewhere or I did some adjustments on it :slightly_smiling_face:

VillagerTom commented 2 years ago

Thank you! But I use Xfce Terminal anyway. Maybe you can simply show me a screenshot of neofetch just like this: screenshot

vkaracic commented 2 years ago

Here you go:

Screenshot from 2022-02-27 12-58-48