-
Notifications
You must be signed in to change notification settings - Fork 18
/
Copy pathspring_night.toml
60 lines (52 loc) · 1.29 KB
/
spring_night.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
# Alacritty theme for spring-night colorscheme
#
# Author: rhysd <[email protected]>
# License: MIT
# Copyright (c) 2016 rhysd
#
# PLEASE DO NOT MODIFY THIS FILE DIRECTLY!
# Generated by script vim-color-spring-night/gen/src/alacritty.rs
[colors]
footer_bar = { foreground = "#fffeeb", background = "#536273" }
line_indicator = { foreground = "#fffeeb", background = "#70495d" }
[colors.primary]
background = "#132132"
foreground = "#fffeeb"
dim_foreground = "#f0eaaa"
bright_foreground = "#fffeeb"
[colors.dim]
black = "#111e25"
red = "#ab6560"
green = "#5f8770"
yellow = "#b6955b"
blue = "#7098e6"
magenta = "#b9a5cf"
cyan = "#90aecb"
white = "#545f6e"
[colors.normal]
black = "#111e25"
red = "#ff6a6f"
green = "#a9dd9d"
yellow = "#fedf81"
blue = "#7098e6"
magenta = "#e7d5ff"
cyan = "#a8d2eb"
white = "#ffffff"
[colors.bright]
black = "#545f6e"
red = "#fd8489"
green = "#c9fd88"
yellow = "#f0eaaa"
blue = "#98b8e6"
magenta = "#e7d5ff"
cyan = "#b8e2fb"
white = "#ffffff"
[colors.selection]
text = "#fffeeb"
background = "#a9667a"
[colors.search]
matches = { foreground = "#fffeeb", background = "#a9667a" }
focused_match = { foreground = "#ffffff", background = "#e996aa" }
[colors.hints]
start = { foreground = "#ffffff", background = "#70495d" }
end = { foreground = "#fffeeb", background = "#a9667a" }