summaryrefslogtreecommitdiffstats
path: root/.conkerorrc/styles/base.less
diff options
context:
space:
mode:
authorGravatar Tom Willemse2013-04-23 00:29:39 +0200
committerGravatar Tom Willemse2013-04-23 00:29:39 +0200
commitd9323f0c017dddccfc0a107690736477527ea33f (patch)
tree99b010afe05bd7f28bdefb65fe2083c415dd25ef /.conkerorrc/styles/base.less
parent6b5f3062e224b4b82ef1f316e95cc4a5ff19a9b2 (diff)
downloaddotfiles-d9323f0c017dddccfc0a107690736477527ea33f.tar.gz
dotfiles-d9323f0c017dddccfc0a107690736477527ea33f.zip
Use yoshi colors in style
Still in transition
Diffstat (limited to '.conkerorrc/styles/base.less')
-rw-r--r--.conkerorrc/styles/base.less4
1 files changed, 3 insertions, 1 deletions
diff --git a/.conkerorrc/styles/base.less b/.conkerorrc/styles/base.less
index dcb5a5e..410efe2 100644
--- a/.conkerorrc/styles/base.less
+++ b/.conkerorrc/styles/base.less
@@ -1,4 +1,6 @@
@import "tango";
+@import "yoshi";
@monospace-font: "Envy Code R";
-@background: #111113;
+@background: @dblack;
+@foreground: @lwhite;