update colors
This commit is contained in:
parent
a1f033c4cb
commit
f5a8805a86
3 changed files with 6 additions and 8 deletions
|
@ -1,9 +1,9 @@
|
||||||
# The 'GNOME Light" theme from GNOME terminal.
|
# The 'GNOME Light" theme from GNOME terminal.
|
||||||
|
|
||||||
[primary]
|
[primary]
|
||||||
foreground = '#171421'
|
foreground = '#d0cfcc'
|
||||||
background = '#ffffea'
|
background = '#171421'
|
||||||
bright_foreground = '#5e5c64'
|
bright_foreground = '#ffffff'
|
||||||
|
|
||||||
[normal]
|
[normal]
|
||||||
black = '#171421'
|
black = '#171421'
|
||||||
|
@ -18,9 +18,9 @@ white = '#d0cfcc'
|
||||||
[bright]
|
[bright]
|
||||||
black = '#5e5c64'
|
black = '#5e5c64'
|
||||||
red = '#f66151'
|
red = '#f66151'
|
||||||
green = '#33d17a'
|
green = '#33d17a'
|
||||||
yellow = '#e9ad0c'
|
yellow = '#e9ad0c'
|
||||||
blue = '#2a7bde'
|
blue = '#2a7bde'
|
||||||
magenta = '#c061cb'
|
magenta = '#c061cb'
|
||||||
cyan = '#33c7de'
|
cyan = '#33c7de'
|
||||||
white = '#ffffff'
|
white = '#ffffff'
|
|
@ -28,7 +28,7 @@ in
|
||||||
navigate = true; # use n and N to move between diff sections
|
navigate = true; # use n and N to move between diff sections
|
||||||
side-by-side = false;
|
side-by-side = false;
|
||||||
line-numbers = true;
|
line-numbers = true;
|
||||||
light = true;
|
light = false;
|
||||||
};
|
};
|
||||||
diff = {
|
diff = {
|
||||||
renames = "copies";
|
renames = "copies";
|
||||||
|
|
|
@ -1,5 +1,3 @@
|
||||||
theme = "acme"
|
|
||||||
|
|
||||||
[editor]
|
[editor]
|
||||||
line-number = "relative"
|
line-number = "relative"
|
||||||
mouse = true
|
mouse = true
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue