Add alacritty zenwritten themes
parent
7c44c1cd4e
commit
33542630d5
|
@ -1,7 +1,7 @@
|
|||
[general]
|
||||
import = [
|
||||
"font.toml",
|
||||
"colors.toml"
|
||||
"themes/zenwritten_light.toml"
|
||||
]
|
||||
|
||||
[window]
|
||||
|
|
|
@ -0,0 +1,25 @@
|
|||
# This file is auto-generated by shipwright.nvim
|
||||
[colors.bright]
|
||||
black = "#3D3839"
|
||||
red = "#E8838F"
|
||||
green = "#8BAE68"
|
||||
yellow = "#D68C67"
|
||||
blue = "#61ABDA"
|
||||
magenta = "#CF86C1"
|
||||
cyan = "#65B8C1"
|
||||
white = "#8E8E8E"
|
||||
[colors.cursor]
|
||||
cursor = "#C9C9C9"
|
||||
text = "#191919"
|
||||
[colors.normal]
|
||||
black = "#191919"
|
||||
blue = "#6099C0"
|
||||
cyan = "#66A5AD"
|
||||
green = "#819B69"
|
||||
magenta = "#B279A7"
|
||||
red = "#DE6E7C"
|
||||
white = "#BBBBBB"
|
||||
yellow = "#B77E64"
|
||||
[colors.primary]
|
||||
background = "#191919"
|
||||
foreground = "#BBBBBB"
|
|
@ -0,0 +1,25 @@
|
|||
# This file is auto-generated by shipwright.nvim
|
||||
[colors.bright]
|
||||
black = "#C6C3C3"
|
||||
red = "#94253E"
|
||||
green = "#3F5A22"
|
||||
yellow = "#803D1C"
|
||||
blue = "#1D5573"
|
||||
magenta = "#7B3B70"
|
||||
cyan = "#2B747C"
|
||||
white = "#5C5C5C"
|
||||
[colors.cursor]
|
||||
cursor = "#353535"
|
||||
text = "#EEEEEE"
|
||||
[colors.normal]
|
||||
black = "#EEEEEE"
|
||||
blue = "#286486"
|
||||
cyan = "#3B8992"
|
||||
green = "#4F6C31"
|
||||
magenta = "#88507D"
|
||||
red = "#A8334C"
|
||||
white = "#353535"
|
||||
yellow = "#944927"
|
||||
[colors.primary]
|
||||
background = "#EEEEEE"
|
||||
foreground = "#353535"
|
Loading…
Reference in New Issue