]> git.r.bdr.sh - rbdr/dotfiles/blob - atom/packages/ex-mode/styles/ex-mode.less
Remove mc config
[rbdr/dotfiles] / atom / packages / ex-mode / styles / ex-mode.less
1 // The ui-variables file is provided by base themes provided by Atom.
2 //
3 // See https://github.com/atom/atom-dark-ui/blob/master/styles/ui-variables.less
4 // for a full listing of what's available.
5 @import "ui-variables";
6
7 .ex-mode {
8 }
9
10 div[is=ex-command-mode-input] atom-text-editor[mini]::before {
11 content: ":";
12 opacity: 0.5;
13 }
14
15 div[is=vim-normal-mode-input] atom-text-editor[mini]::before {
16 content: "/";
17 opacity: 0.5;
18 }
19
20 .command-mode-input atom-text-editor[mini] {
21 background-color: inherit;
22 border: none;
23 width: 100%;
24 font-weight: normal;
25 color: @text-color;
26 line-height: 1.28;
27 cursor: default;
28 white-space: nowrap;
29 padding-left: 10px;
30 }