Skip to content

Instantly share code, notes, and snippets.

@udkl
udkl / gist:2384762
Created April 14, 2012 14:28
CSS-text-border-stroke
http://css-tricks.com/adding-stroke-to-web-text/
#top-logo
{
font-family: ChunkFiveRegular;
font-size: 0.7em;
}
#top-logo .two {
@udkl
udkl / CSS-heading-soundmanager.css
Created April 13, 2012 04:56
CSS-heading-soundmanager
font-family "ChunkFive","ChunkFiveRegular","helvetica neue",helvetica,arial,verdana,tahoma,"sans serif"
font-size 42px
font-weight 500
font-style normal
font-size-adjust none
color #333333
text-transform none
text-decoration none
letter-spacing 0
word-spacing 0
@udkl
udkl / wezm.zsh-theme
Last active August 29, 2015 14:10
wezm zsh theme customization
PROMPT='
$(git_prompt_info)%(?,,%{${fg_bold[white]}%}[%?]%{$reset_color%} )%{$fg[yellow]%}%# %{$reset_color%} '
ZSH_THEME_GIT_PROMPT_PREFIX="%{$fg[blue]%}("
ZSH_THEME_GIT_PROMPT_SUFFIX="%{$reset_color%} "
ZSH_THEME_GIT_PROMPT_DIRTY="%{$fg[blue]%})%{$fg[red]%}⚡%{$reset_color%}"
ZSH_THEME_GIT_PROMPT_CLEAN="%{$fg[blue]%})"