forked from sonph/onehalf
-
Notifications
You must be signed in to change notification settings - Fork 0
/
OneHalfLight.flutecolors
38 lines (37 loc) · 947 Bytes
/
OneHalfLight.flutecolors
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
/**
* Name: One Half Light
* Author: Son A. Pham <[email protected]>
* Url: https://github.com/sonph/onehalf
* License: The MIT License (MIT)
*
* A light color scheme based on Atom's One. See github.com/sonph/onehalf
* for installation instructions, a dark color scheme, and versions for other
* editors/terminals.
*/
{
"Name": "One Half Light",
"Author": "Son A. Pham <[email protected]>",
"Colors": {
"Foreground": "#383A42",
"Background": "#FAFAFA",
"Cursor": "#f0f0f0",
"CursorAccent": "#FAFAFA",
"Selection": "#BFCEFF",
"Black": "#383A42",
"Red": "#E45649",
"Green": "#50A14F",
"Yellow": "#C18401",
"Blue": "#0184BC",
"Magenta": "#A626A4",
"Cyan": "#0997B3",
"White": "#FAFAFA",
"BrightBlack": "#383A42",
"BrightRed": "#E45649",
"BrightGreen": "#50A14F",
"BrightYellow": "#C18401",
"BrightBlue": "#0184BC",
"BrightMagenta": "#A626A4",
"BrightCyan": "#0997B3",
"BrightWhite": "#FAFAFA"
}
}