omarchy/themes/osaka-jade/alacritty.toml
Justin Lowry 1d29c32fe5
Add Osaka Jade theme to default theme set. (#514)
* Add Osaka Jade Theme

* Use jpg for bg for lower size with no quality difference

---------

Co-authored-by: Justin Lowry <j.lowry@hey.com>
Co-authored-by: David Heinemeier Hansson <david@hey.com>
2025-08-06 13:28:08 +02:00

29 lines
481 B
TOML

[colors]
[colors.primary]
background = '#111c18'
foreground = '#C1C497'
[colors.normal]
black = "#23372B"
red = "#FF5345"
green = "#549e6a"
yellow = "#459451"
blue = "#509475"
magenta = "#D2689C"
cyan = "#2DD5B7"
white = "#F6F5DD"
[colors.bright]
black = "#53685B"
red = "#db9f9c"
green = "#143614"
yellow = "#E5C736"
blue = "#ACD4CF"
magenta = "#75bbb3"
cyan = "#8CD3CB"
white = "#9eebb3"
[colors.cursor]
text = "#000000"
cursor = "#D7C995"