From b65f92b3a38d6353fb6d61ecff0eff83aa666be4 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Mon, 26 Jan 2015 02:15:27 -0500 Subject: [PATCH] Add v0 theme --- init.el | 15 ++++++++------- themes/{brin-theme.el => v0-theme.el} | 14 +++++++------- 2 files changed, 15 insertions(+), 14 deletions(-) rename themes/{brin-theme.el => v0-theme.el} (95%) diff --git a/init.el b/init.el index f0e46c02c..0e9c9a466 100644 --- a/init.el +++ b/init.el @@ -27,12 +27,12 @@ (defconst my-snippets-dir (concat my-dir "snippets/")) (defconst my-tmp-dir (concat my-dir ".cache/")) -(defconst *dark-theme 'brin) +(defconst *dark-theme 'v0) (defconst *light-theme 'github) ; wtb better light theme... -(defconst *fonts `(("Terminus (TTF)" ,(if (eq system-name "ganymede.local") 9 12) nil) - ("Ubuntu Mono" 16 t) - ("Inconsolata" 22 t))) +(defconst *fonts `(("Terminus (TTF)" 12 nil 0.1) + ("Ubuntu Mono" 16 t 0) + ("Inconsolata" 22 t 0))) (add-to-list 'load-path my-core-dir) (add-to-list 'load-path my-modules-dir) @@ -63,8 +63,8 @@ init-fly ; fly(check|spell) init-git ; git-gutter + modes ;; init-go - init-helm ; when you forget where you put your constellation - init-ido ; when you forget where you put your keys + init-helm ; a search engine for your life + init-ido ; a search engine for your car keys init-java ; the poster child for carpal tunnel syndome init-js ; alert("not java, javascript!") init-lua ; zero-based indices? Zero-based indices. @@ -76,12 +76,13 @@ init-regex ; /^[^\s](meaning)[^\n]*/ init-ruby ; <3 init-scss ; @include magic; - init-smalltalk ; + init-smalltalk ; nice weather we're having init-sh ; #!/bin/bash_your_head_in init-swift ; yay, emoji variables! init-text ; I got nothing... init-tmux ;; init-rust + ;; init-vala init-web init-yasnippet ; type for me diff --git a/themes/brin-theme.el b/themes/v0-theme.el similarity index 95% rename from themes/brin-theme.el rename to themes/v0-theme.el index f3e325cd7..6c206447d 100644 --- a/themes/brin-theme.el +++ b/themes/v0-theme.el @@ -13,20 +13,20 @@ ;; ***************************************************************************************** ;; -;; Brin :- An Emacs port of the Space Grey ST2 theme +;; v0 :- A dark Emacs theme inspired by Space Grey ST2 theme ;; ;; ***************************************************************************************** ;; -;; Modified by Henrik Lissner +;; By Henrik Lissner ;; -(deftheme brin "Space Grey theme for Emacs") +(deftheme v0 "V-NOUGHT dark theme for Emacs 24+") - (custom-theme-set-variables 'brin) + (custom-theme-set-variables 'v0) (let ((background "#222222") - ;; (gutters "#262E34") + ;; (gutters "#262E34") (gutters "#1f252a") (gutter-fg "#55616A") (gutters-active "#2e363c") @@ -58,7 +58,7 @@ (git-deleted "#A12121")) (custom-theme-set-faces - 'brin + 'v0 ;; Default colors ;; ***************************************************************************************** @@ -141,7 +141,7 @@ ;; ***************************************************************************************** -(provide-theme 'brin) +(provide-theme 'v0) ;; Local Variables: ;; no-byte-compile: t