nvim: color display, colorscheme
This commit is contained in:
parent
d9f686d709
commit
510b52964a
19 changed files with 395 additions and 29 deletions
|
|
@ -6,7 +6,7 @@
|
|||
|
||||
/** General **/
|
||||
.bar_class {
|
||||
background-color: #282828;
|
||||
background-color: #111017; /** #111017 old **/
|
||||
border-radius: 10px;
|
||||
}
|
||||
.module {
|
||||
|
|
@ -100,7 +100,7 @@ tooltip label {
|
|||
}
|
||||
|
||||
.mem_module {
|
||||
background-color: #282828;
|
||||
background-color: #111017;
|
||||
border-radius: 16px;
|
||||
margin: 0px 10px 0px 0px;
|
||||
}
|
||||
|
|
@ -119,7 +119,7 @@ scale trough {
|
|||
font-size: 27px;
|
||||
font-weight: normal;
|
||||
margin: 0px 0px 0px 15px;
|
||||
background-color: #282828;
|
||||
background-color: #111017;
|
||||
}
|
||||
|
||||
.0,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue