mirror of
https://github.com/basecamp/omarchy.git
synced 2026-02-17 15:25:37 +00:00
Add Flexoki Light as new default theme
This commit is contained in:
39
themes/flexoki-light/alacritty.toml
Normal file
39
themes/flexoki-light/alacritty.toml
Normal file
@@ -0,0 +1,39 @@
|
||||
[colors.bright]
|
||||
black = "#100F0F"
|
||||
blue = "#205EA6"
|
||||
cyan = "#3AA99F"
|
||||
green = "#879A39"
|
||||
magenta = "#CE5D97"
|
||||
red = "#D14D41"
|
||||
white = "#FFFCF0"
|
||||
yellow = "#D0A215"
|
||||
|
||||
[colors.cursor]
|
||||
cursor = "#100F0F"
|
||||
text = "#FFFCF0"
|
||||
|
||||
[colors.dim]
|
||||
black = "#100F0F"
|
||||
blue = "#205EA6"
|
||||
cyan = "#3AA99F"
|
||||
green = "#879A39"
|
||||
magenta = "#CE5D97"
|
||||
red = "#D14D41"
|
||||
white = "#FFFCF0"
|
||||
yellow = "#D0A215"
|
||||
|
||||
[colors.normal]
|
||||
black = "#100F0F"
|
||||
blue = "#205EA6"
|
||||
cyan = "#3AA99F"
|
||||
green = "#879A39"
|
||||
magenta = "#CE5D97"
|
||||
red = "#D14D41"
|
||||
white = "#FFFCF0"
|
||||
yellow = "#D0A215"
|
||||
|
||||
[colors.primary]
|
||||
background = "#FFFCF0"
|
||||
bright_foreground = "#100F0F"
|
||||
dim_foreground = "#100F0F"
|
||||
foreground = "#100F0F"
|
||||
Reference in New Issue
Block a user