You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
302 B
24 lines
302 B
@import "./gruvbox-colours.less"; |
|
@import "codemirror.less"; |
|
|
|
html{ |
|
background: #fff - @gb-dm-bg0; |
|
filter: invert(100%); |
|
} |
|
|
|
body{ |
|
background: #fff - @gb-dm-bg0; |
|
} |
|
|
|
img,svg,video{ |
|
filter: invert(100%); |
|
} |
|
|
|
#vimvixen-console-frame{ |
|
filter: invert(100%); |
|
} |
|
|
|
#cmdline_iframe{ |
|
filter: invert(100%); |
|
} |
|
|
|
|