aboutsummaryrefslogtreecommitdiff
path: root/config/powerline/colorschemes/vim/solarized.json
blob: 2eb4c36d83124251540527765897ea3dad0be0dd (plain)
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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
{
	"name": "Solarized Dark",
	"groups": {
		"background":             { "fg": "oldlace", "bg": "royalblue5" },
		"background:divider":     { "fg": "lightskyblue4", "bg": "royalblue5" },
		"mode":                   { "fg": "oldlace", "bg": "green", "attr": ["bold"] },
		"modified_indicator":     { "fg": "yellow", "bg": "darkgreencopper", "attr": ["bold"] },
		"paste_indicator":        { "fg": "oldlace", "bg": "orange", "attr": ["bold"] },
		"readonly_indicator":     { "fg": "red", "bg": "darkgreencopper" },
		"branch":                 { "fg": "lightyellow", "bg": "darkgreencopper" },
		"branch_dirty":           { "fg": "yellow", "bg": "darkgreencopper" },
		"branch_clean":           { "fg": "lightyellow", "bg": "darkgreencopper" },
		"branch:divider":         { "fg": "gray61", "bg": "darkgreencopper" },
		"file_directory":         { "fg": "lightyellow", "bg": "darkgreencopper" },
		"file_name":              { "fg": "oldlace", "bg": "darkgreencopper", "attr": ["bold"] },
		"file_size":              { "fg": "oldlace", "bg": "darkgreencopper" },
		"file_name_no_file":      { "fg": "oldlace", "bg": "darkgreencopper", "attr": ["bold"] },
		"file_name_empty":        { "fg": "oldlace", "bg": "darkgreencopper" },
		"file_format":            { "fg": "gray61", "bg": "royalblue5" },
		"file_encoding":          { "fg": "gray61", "bg": "royalblue5" },
		"file_type":              { "fg": "gray61", "bg": "royalblue5" },
		"file_vcs_status":        { "fg": "red", "bg": "darkgreencopper" },
		"file_vcs_status_M":      { "fg": "yellow", "bg": "darkgreencopper" },
		"file_vcs_status_A":      { "fg": "green", "bg": "darkgreencopper" },
		"line_percent":           { "fg": "oldlace", "bg": "lightskyblue4" },
		"line_percent_gradient":  { "fg": "green_yellow_orange_red", "bg": "lightskyblue4" },
		"line_current":           { "fg": "gray13", "bg": "lightyellow", "attr": ["bold"] },
		"line_current_symbol":    { "fg": "gray13", "bg": "lightyellow" },
		"col_current":            { "fg": "azure4", "bg": "lightyellow" }
	},
	"mode_translations": {
		"nc": {
			"colors": {
				"darkgreencopper": "royalblue5",
				"lightskyblue4": "royalblue5",
				"azure4": "darkgreencopper",
				"gray61": "lightskyblue4",
				"lightyellow": "azure4",
				"oldlace": "gray61"
			}
		},
		"i": {
			"groups": {
				"background":             { "fg": "oldlace", "bg": "darkgreencopper" },
				"background:divider":     { "fg": "lightyellow", "bg": "darkgreencopper" },
				"mode":                   { "fg": "oldlace", "bg": "blue", "attr": ["bold"] },
				"modified_indicator":     { "fg": "yellow", "bg": "lightyellow", "attr": ["bold"] },
				"paste_indicator":        { "fg": "oldlace", "bg": "orange", "attr": ["bold"] },
				"readonly_indicator":     { "fg": "red", "bg": "lightyellow" },
				"branch":                 { "fg": "darkgreencopper", "bg": "lightyellow" },
				"branch:divider":         { "fg": "lightskyblue4", "bg": "lightyellow" },
				"file_directory":         { "fg": "darkgreencopper", "bg": "lightyellow" },
				"file_name":              { "fg": "royalblue5", "bg": "lightyellow", "attr": ["bold"] },
				"file_size":              { "fg": "royalblue5", "bg": "lightyellow" },
				"file_name_no_file":      { "fg": "royalblue5", "bg": "lightyellow", "attr": ["bold"] },
				"file_name_empty":        { "fg": "royalblue5", "bg": "lightyellow" },
				"file_format":            { "fg": "lightyellow", "bg": "darkgreencopper" },
				"file_encoding":          { "fg": "lightyellow", "bg": "darkgreencopper" },
				"file_type":              { "fg": "lightyellow", "bg": "darkgreencopper" },
				"file_vcs_status":        { "fg": "red", "bg": "lightyellow" },
				"file_vcs_status_M":      { "fg": "yellow", "bg": "lightyellow" },
				"file_vcs_status_A":      { "fg": "green", "bg": "lightyellow" },
				"line_percent":           { "fg": "oldlace", "bg": "gray61" },
				"line_percent_gradient":  { "fg": "oldlace", "bg": "gray61" },
				"line_current":           { "fg": "gray13", "bg": "oldlace", "attr": ["bold"] },
				"line_current_symbol":    { "fg": "gray13", "bg": "oldlace" },
				"col_current":            { "fg": "azure4", "bg": "oldlace" }
			}
		},
		"v": {
			"groups": {
				"mode": { "fg": "oldlace", "bg": "orange", "attr": ["bold"] }
			}
		},
		"V": {
			"groups": {
				"mode": { "fg": "oldlace", "bg": "orange", "attr": ["bold"] }
			}
		},
		"^V": {
			"groups": {
				"mode": { "fg": "oldlace", "bg": "orange", "attr": ["bold"] }
			}
		},
		"R": {
			"groups": {
				"mode": { "fg": "oldlace", "bg": "red", "attr": ["bold"] }
			}
		}
	}
}