Color Code Format

Excuse me, this may be a silly question to ask, but I searched online and couldn't find an answer. So, here I am asking

colors:
  primary:
    background: '0x0a1124'
    foreground: '0xeec49a'
  cursor:
    text:       '0x0a1124'
    cursor:     '0xeec49a'
  normal:
    black:      '0x0a1124'
    red:        '0x5F4149'
    green:      '0xEB3247'
    yellow:     '0xBC4349'
    blue:       '0xF35645'
    magenta:    '0xF6A73B'
    cyan:       '0xFAD32F'
    white:      '0xeec49a'
  bright:
    black:      '0xa6896b'
    red:        '0x5F4149'
    green:      '0xEB3247'
    yellow:     '0xBC4349'
    blue:       '0xF35645'
    magenta:    '0xF6A73B'
    cyan:       '0xFAD32F'
    white:      '0xeec49a'

This is the default color scheme use by alacritty in Garuda KDE Dr460nized. What color code format are they using?

The 0x designates hex so the 6 digits after that should be standard hex color codes.

6 Likes

Thank you! A silly overlook on my part.

1 Like

Read the template

and
:slight_smile:

4 Likes

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.