12 lines
317 B
Text
12 lines
317 B
Text
// The ui-variables file is provided by base themes provided by Atom.
|
|
//
|
|
// See https://github.com/atom/atom-dark-ui/blob/master/styles/ui-variables.less
|
|
// for a full listing of what's available.
|
|
@import "ui-variables";
|
|
|
|
.ex-mode {
|
|
}
|
|
|
|
div[is=ex-command-mode-input] atom-text-editor[mini]::before {
|
|
content: ":";
|
|
}
|