Created
June 16, 2024 19:13
-
-
Save scmanjarrez/3a069c3db3af2411118ad162cfb88e88 to your computer and use it in GitHub Desktop.
Kali-dark theme ported from qterminal to Alacritty (yaml)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 0x From the Kali-dark Qterminal color palette | |
colors: | |
# 0x Default colors | |
primary: | |
background: '0x23252e' # Converted from Background Color 35,37,46 | |
foreground: '0xffffff' # Converted from Foreground Color 255,255,255 | |
# 0x Colors the cursor will use if `custom_cursor_colors` is true | |
cursor: | |
text: '0xbbbbbb' # Assuming the same as given | |
cursor: '0xb4d5ff' # Assuming the same as given | |
# 0x Normal colors | |
normal: | |
black: '0x1f2229' # Converted from Color0 31,34,41 | |
red: '0xd41919' # Converted from Color1 212,25,25 | |
green: '0x5ebdad' # Converted from Color2 94,189,171 | |
yellow: '0xfea44c' # Converted from Color3 254,164,76 | |
blue: '0x367bf0' # Converted from Color4 54,123,240 | |
magenta: '0x9755b3' # Converted from Color5 151,85,179 | |
cyan: '0x49aee6' # Converted from Color6 73,174,230 | |
white: '0xe6e6e6' # Converted from Color7 230,230,230 | |
# 0x Bright colors | |
bright: | |
black: '0x198388' # Converted from Color0Intense 25,131,136 | |
red: '0xec0101' # Converted from Color1Intense 236,1,1 | |
green: '0x47d4b9' # Converted from Color2Intense 71,212,185 | |
yellow: '0xff8a18' # Converted from Color3Intense 255,138,24 | |
blue: '0x277fff' # Converted from Color4Intense 39,127,255 | |
magenta: '0x962ac3' # Converted from Color5Intense 150,42,195 | |
cyan: '0x05a1f7' # Converted from Color6Intense 5,161,247 | |
white: '0xffffff' # Converted from Color7Intense 255,255,255 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment