summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@lukeshu.com>2018-03-19 12:52:02 -0400
committerLuke Shumaker <lukeshu@lukeshu.com>2018-03-21 14:15:18 -0400
commit73ae5820b2f96c160a6bc561edb3f515a18a3bf1 (patch)
tree52705eb974f19b521eb494989fd3c7e9050e0389
parentd7a49a9495249775e7863018a451f14b52e7ccf7 (diff)
abyss color-theme
-rw-r--r--.config/X11/resources9
-rw-r--r--.config/dunst/dunstrc14
-rw-r--r--.config/emacs/custom.el9
-rw-r--r--.config/emacs/init.el3
-rw-r--r--.config/lxpanel/default/panels/panel2
-rw-r--r--.config/wmii-hg/config.sh2
-rw-r--r--.config/wmii-hg/theme-abyss28
7 files changed, 42 insertions, 25 deletions
diff --git a/.config/X11/resources b/.config/X11/resources
index bcc6c80..c85fdaf 100644
--- a/.config/X11/resources
+++ b/.config/X11/resources
@@ -1,13 +1,8 @@
! -*- Mode: Conf-xdefaults -*-
! "native" colors
-!URxvt.background: #000000
-!URxvt.foreground: #CCCCCC
-! Tango-dark
-URxvt.background: #2E3436
-URxvt.foreground: #EEEEEC
-URxvt.color4: #729FCF
-URxvt.color12: #729FCF
+URxvt.background: #000000
+URxvt.foreground: #CCCCCC
URxvt.scrollstyle: plain
URxvt.scrollBar_floating: true
diff --git a/.config/dunst/dunstrc b/.config/dunst/dunstrc
index cf99d48..36d8ab9 100644
--- a/.config/dunst/dunstrc
+++ b/.config/dunst/dunstrc
@@ -45,7 +45,7 @@
[frame]
width = 1
- color = "#eeeeec"
+ color = "#0d1000"
[shortcuts]
close = ctrl+space
@@ -54,18 +54,18 @@
context = ctrl+shift+period
[urgency_low]
- background = "#2e3436"
- foreground = "#babdb6"
+ background = "#0d1000"
+ foreground = "#cc79a7"
timeout = 10
[urgency_normal]
- background = "#555753"
- foreground = "#eeeeec"
+ background = "#56b4e9"
+ foreground = "#0d1000"
timeout = 10
[urgency_critical]
- background = "#cc0000"
- foreground = "#eeeeec"
+ background = "#dd5542"
+ foreground = "#fcfbe3"
timeout = 0
diff --git a/.config/emacs/custom.el b/.config/emacs/custom.el
index f5d9860..31da9e3 100644
--- a/.config/emacs/custom.el
+++ b/.config/emacs/custom.el
@@ -3,9 +3,6 @@
;; If you edit it by hand, you could mess it up, so be careful.
;; Your init file should contain only one such instance.
;; If there is more than one, they won't work right.
- '(ansi-color-names-vector
- ["#212526" "#ff4b4b" "#b4fa70" "#fce94f" "#729fcf" "#e090d7" "#8cc4ff" "#eeeeec"])
- '(custom-enabled-themes (quote (tsdh-dark)))
'(erc-nick "lukeshu")
'(graphviz-dot-auto-indent-on-semi nil)
'(org-latex-default-packages-alist
@@ -51,9 +48,3 @@
(Nginx-indent-level . 8)
(c-set-style . "K&R"))))
'(use-package-verbose (quote debug)))
-(custom-set-faces
- ;; custom-set-faces was added by Custom.
- ;; If you edit it by hand, you could mess it up, so be careful.
- ;; Your init file should contain only one such instance.
- ;; If there is more than one, they won't work right.
- '(term-color-blue ((t (:background "#729fcf" :foreground "#729fcf")))))
diff --git a/.config/emacs/init.el b/.config/emacs/init.el
index 903303e..3876b1d 100644
--- a/.config/emacs/init.el
+++ b/.config/emacs/init.el
@@ -61,6 +61,9 @@
(require 'use-package)
(require 'bind-key)
+;; Themes
+(use-package abyss-theme
+ :config (load-theme 'abyss t))
;; Minor modes
(use-package dtrt-indent ;; Detect indent style for existing files
:config (dtrt-indent-mode 1))
diff --git a/.config/lxpanel/default/panels/panel b/.config/lxpanel/default/panels/panel
index ccde93c..d7e0ee7 100644
--- a/.config/lxpanel/default/panels/panel
+++ b/.config/lxpanel/default/panels/panel
@@ -11,7 +11,7 @@ Global {
iconsize=16
transparent=1
- tintcolor=#555753
+ tintcolor=#0d1000
alpha=255
loglevel=2
diff --git a/.config/wmii-hg/config.sh b/.config/wmii-hg/config.sh
index e56166e..dea6774 100644
--- a/.config/wmii-hg/config.sh
+++ b/.config/wmii-hg/config.sh
@@ -10,7 +10,7 @@ HIST="$XDG_CACHE_HOME/wmii/history"
mkdir -p -- "${HIST%/*}"
# Colors tuples: "<text> <background> <border>"
-. theme-tango-dark
+. theme-abyss
if [[ "$(uname -m)" = i686 ]]; then
mount.9p() {
diff --git a/.config/wmii-hg/theme-abyss b/.config/wmii-hg/theme-abyss
new file mode 100644
index 0000000..e297faf
--- /dev/null
+++ b/.config/wmii-hg/theme-abyss
@@ -0,0 +1,28 @@
+#!/hint/bash
+# Abyss
+
+abyss_orange="#e69f00"
+abyss_skyblue="#56b4e9"
+abyss_bluegreen="#009e73"
+abyss_yellow="#f8ec59"
+abyss_vanilla_cream="#fcfbe3"
+abyss_blue="#0072b2"
+abyss_vermillion="#d55e00"
+abyss_redpurple="#cc79a7"
+abyss_scarlet="#FF1A00"
+abyss_bluegray="#848ea9"
+abyss_background="#050000"
+abyss_background2="#0d1000"
+abyss_foreground="#bbe0f0"
+abyss_hl_line="#00f000"
+abyss_magenta="#ff00ff"
+abyss_hilite="#dd5542"
+abyss_white="#ffffff"
+abyss_green="#00ff00"
+
+WMII_BACKGROUND="${abyss_background}"
+
+# ="<text> <background> <border>"
+WMII_NORMCOLORS="${abyss_redpurple} ${abyss_background2} ${abyss_background2}"
+WMII_FOCUSCOLORS="${abyss_background2} ${abyss_skyblue} ${abyss_bluegray}"
+WMII_URGENTCOLORS="${abyss_vanilla_cream} ${abyss_skyblue} ${abyss_bluegray}"