mirror of
https://github.com/alacritty/alacritty-theme
synced 2024-11-16 19:51:03 +01:00
Add rose pine color scheme
This commit is contained in:
parent
b7bde1e905
commit
8d0a411e4f
2 changed files with 64 additions and 0 deletions
23
schemes.yaml
23
schemes.yaml
|
@ -1475,4 +1475,27 @@ schemes:
|
|||
cyan: '0x00ffff'
|
||||
white: '0xffffff'
|
||||
|
||||
rose-pine: &rose-pine
|
||||
primary:
|
||||
background: "0x191724"
|
||||
foreground: "0xe0def4"
|
||||
normal:
|
||||
black: "0x26233a"
|
||||
red: "0xeb6f92"
|
||||
green: "0x31748f"
|
||||
yellow: "0xf6c177"
|
||||
blue: "0x9ccfd8"
|
||||
magenta: "0xc4a7e7"
|
||||
cyan: "0xebbcba"
|
||||
white: "0xe0def4"
|
||||
bright:
|
||||
black: "0x6e6a86"
|
||||
red: "0xeb6f92"
|
||||
green: "0x31748f"
|
||||
yellow: "0xf6c177"
|
||||
blue: "0x9ccfd8"
|
||||
magenta: "0xc4a7e7"
|
||||
cyan: "0xebbcba"
|
||||
white: "0xe0def4"
|
||||
|
||||
colors: *challenger_deep
|
||||
|
|
41
themes/rose-pine.yaml
Normal file
41
themes/rose-pine.yaml
Normal file
|
@ -0,0 +1,41 @@
|
|||
colors:
|
||||
primary:
|
||||
background: "0x191724"
|
||||
foreground: "0xe0def4"
|
||||
cursor:
|
||||
text: "0xe0def4"
|
||||
cursor: "0x524f67"
|
||||
vi_mode_cursor:
|
||||
text: "0xe0def4"
|
||||
cursor: "0x524f67"
|
||||
line_indicator:
|
||||
foreground: None
|
||||
background: None
|
||||
selection:
|
||||
text: "0xe0def4"
|
||||
background: "0x403d52"
|
||||
normal:
|
||||
black: "0x26233a"
|
||||
red: "0xeb6f92"
|
||||
green: "0x31748f"
|
||||
yellow: "0xf6c177"
|
||||
blue: "0x9ccfd8"
|
||||
magenta: "0xc4a7e7"
|
||||
cyan: "0xebbcba"
|
||||
white: "0xe0def4"
|
||||
bright:
|
||||
black: "0x6e6a86"
|
||||
red: "0xeb6f92"
|
||||
green: "0x31748f"
|
||||
yellow: "0xf6c177"
|
||||
blue: "0x9ccfd8"
|
||||
magenta: "0xc4a7e7"
|
||||
cyan: "0xebbcba"
|
||||
white: "0xe0def4"
|
||||
hints:
|
||||
start:
|
||||
foreground: "#908caa"
|
||||
background: "#1f1d2e"
|
||||
end:
|
||||
foreground: "#6e6a86"
|
||||
background: "#1f1d2e"
|
Loading…
Reference in a new issue