From d9323f0c017dddccfc0a107690736477527ea33f Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Tue, 23 Apr 2013 00:29:39 +0200 Subject: Use yoshi colors in style Still in transition --- .conkerorrc/styles/yoshi.less | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 .conkerorrc/styles/yoshi.less (limited to '.conkerorrc/styles/yoshi.less') diff --git a/.conkerorrc/styles/yoshi.less b/.conkerorrc/styles/yoshi.less new file mode 100644 index 0000000..5fdac7e --- /dev/null +++ b/.conkerorrc/styles/yoshi.less @@ -0,0 +1,24 @@ +@lblack: #ededed; +@dblack: #111111; +@lwhite: #bfbfbf; +@dwhite: #404040; +@lred: #bf7d7d; +@dred: #402929; +@lorange: #bfa47d; +@dorange: #403729; +@lyellow: #b2bf7d; +@dyellow: #3b4029; +@lgreen: #8abf6d; +@dgreen: #2d4029; +@lturquoise: #7dbf97; +@dturquoise: #294032; +@lcyan: #7dbfbf; +@dcyan: #294040; +@lblue: #6d97bf; +@dblue: #293240; +@lpurple: #8a7dbf; +@dpurple: #2d2940; +@lmagenta: #b27dbf; +@dmagenta: #3b2940; +@lpink: #bf6da4; +@dpink: #402937; -- cgit v1.2.3-54-g00ecf