aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorxero <x@xero.nu>2014-03-23 13:02:46 -0400
committerxero <x@xero.nu>2014-03-23 13:02:46 -0400
commitba2f6fdaaf7e994a71e796b2159937651cfdfe3a (patch)
tree7ab3dc8d8c3ba6e409c07b3c96929a1a2cdf7ef3
parent2e88d9b4470d9243e59e8c685ba7de6c08438627 (diff)
downloaddotfiles_ascii-ba2f6fdaaf7e994a71e796b2159937651cfdfe3a.tar.xz
dotfiles_ascii-ba2f6fdaaf7e994a71e796b2159937651cfdfe3a.zip
fix mini quick panel highlight color in greybreard theme. zshrc alias comment.
-rw-r--r--.config/sublime-text-2/Packages/theme-greybeard/greybeard.sublime-theme2
-rw-r--r--.zshrc2
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'