blob: cc289224a8db395ae62bb984008d250c4feec8b5 (
plain) (
blame)
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
|
# Colors (Darcula)
# Default colors
[colors.primary]
background = '#282a36'
foreground = '#f8f8f2'
# Normal colors
[colors.normal]
black = '#000000'
red = '#ff5555'
green = '#50fa7b'
yellow = '#f1fa8c'
blue = '#caa9fa'
magenta = '#ff79c6'
cyan = '#8be9fd'
white = '#bfbfbf'
# Bright colors
[colors.bright]
black = '#282a35'
red = '#ff6e67'
green = '#5af78e'
yellow = '#f4f99d'
blue = '#caa9fa'
magenta = '#ff92d0'
cyan = '#9aedfe'
white = '#e6e6e6'
|