Created
June 8, 2024 09:25
-
-
Save moreauadrien/0fa5bf2534ee22a5a03518af022eae3e to your computer and use it in GitHub Desktop.
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
[colors.bright] | |
black = "#767676" | |
blue = "#1a8fff" | |
cyan = "#14ffff" | |
green = "#23fd00" | |
magenta = "#fd28ff" | |
red = "#f2201f" | |
white = "#ffffff" | |
yellow = "#fffd00" | |
[colors.normal] | |
black = "#000000" | |
blue = "#0d73cc" | |
cyan = "#0dcdcd" | |
green = "#19cb00" | |
magenta = "#cb1ed1" | |
red = "#cc0403" | |
white = "#dddddd" | |
yellow = "#cecb00" | |
[colors.primary] | |
background = "#222222" | |
foreground = "#dddddd" | |
[font] | |
size = 13.0 | |
[font.bold] | |
family = "JetBrainsMono Nerd Font" | |
style = "Bold" | |
[font.glyph_offset] | |
x = 0 | |
y = 0 | |
[font.italic] | |
family = "JetBrainsMono Nerd Font" | |
[font.normal] | |
family = "JetBrainsMono Nerd Font" | |
style = "Regular" | |
[font.offset] | |
x = 0 | |
y = 0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment