aboutsummaryrefslogtreecommitdiff
path: root/atom/packages/ex-mode/styles
diff options
context:
space:
mode:
authorBen Beltran <ben@nsovocal.com>2019-03-14 23:19:58 +0100
committerBen Beltran <ben@nsovocal.com>2019-03-14 23:19:58 +0100
commitb009b50e81b6c1d0d691505b5f5c0418f559bfc0 (patch)
tree5fae800e76219eba28634cb236565f9b4bb7a2f7 /atom/packages/ex-mode/styles
parent4efcafab7f0aa454f9ebe767133654bc9f44e12c (diff)
Remove Atom config
Diffstat (limited to 'atom/packages/ex-mode/styles')
-rw-r--r--atom/packages/ex-mode/styles/ex-mode.less30
1 files changed, 0 insertions, 30 deletions
diff --git a/atom/packages/ex-mode/styles/ex-mode.less b/atom/packages/ex-mode/styles/ex-mode.less
deleted file mode 100644
index 2a714b0..0000000
--- a/atom/packages/ex-mode/styles/ex-mode.less
+++ /dev/null
@@ -1,30 +0,0 @@
-// 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: ":";
- opacity: 0.5;
-}
-
-div[is=vim-normal-mode-input] atom-text-editor[mini]::before {
- content: "/";
- opacity: 0.5;
-}
-
-.command-mode-input atom-text-editor[mini] {
- background-color: inherit;
- border: none;
- width: 100%;
- font-weight: normal;
- color: @text-color;
- line-height: 1.28;
- cursor: default;
- white-space: nowrap;
- padding-left: 10px;
-}