From ba2f6fdaaf7e994a71e796b2159937651cfdfe3a Mon Sep 17 00:00:00 2001
From: xero <x@xero.nu>
Date: Sun, 23 Mar 2014 13:02:46 -0400
Subject: fix mini quick panel highlight color in greybreard theme. zshrc alias
 comment.

---
 .config/sublime-text-2/Packages/theme-greybeard/greybeard.sublime-theme | 2 +-
 .zshrc                                                                  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.config/sublime-text-2/Packages/theme-greybeard/greybeard.sublime-theme b/.config/sublime-text-2/Packages/theme-greybeard/greybeard.sublime-theme
index 4c7f39a..ad4a914 100644
--- a/.config/sublime-text-2/Packages/theme-greybeard/greybeard.sublime-theme
+++ b/.config/sublime-text-2/Packages/theme-greybeard/greybeard.sublime-theme
@@ -867,7 +867,7 @@
         "class": "mini_quick_panel_row",
         "attributes": ["selected"],
         "layer0.texture": "",
-        "layer0.tint": [192, 57, 43]
+        "layer0.tint": [106,140,140]
     },
 
 //
diff --git a/.zshrc b/.zshrc
index 1d7ded7..02682aa 100644
--- a/.zshrc
+++ b/.zshrc
@@ -46,7 +46,7 @@ alias mixer="alsamixer"
 alias disks="palimpsest"
 alias photoshop="playonlinux --run photoshop_portable"
 alias tempwatch="while :; do sensors|while read x; do printf '% .23s\n' "$x"; done; sleep 1 && clear; done;"
-alias term='urxvtc -hold -e '
+alias term='urxvtc -hold -e ' #used for awesomewm run menu
 alias fixcursor='xsetroot -cursor_name left_ptr'
 alias hashcompare='bash ~/code/sys/hash-compare.sh '
 alias apachereload='sudo /etc/init.d/apache2 restart'
-- 
cgit v1.2.1