Skip to content

Instantly share code, notes, and snippets.

View sergomen's full-sized avatar
🏠
Working from home

Sergei Iu sergomen

🏠
Working from home
View GitHub Profile
@darrik
darrik / pdfxtheme.reg
Created June 30, 2012 22:31
Solarized dark "theme" for PDF-XChange Viewer
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\Tracker Software\PDFViewer\PageDisplay\Colors\Overrides\Custom]
"TextFill"=dword:00969483
"LineArtFill"=dword:00423607
"UseLineArt"=dword:00000001
"UseText"=dword:00000001
"LineArtStroke"=dword:00756e58
"Background"=dword:00362b00
@insin
insin / bash_prompt.sh
Created December 3, 2011 01:49 — forked from woods/git_svn_bash_prompt.sh
Set color bash prompt according to active virtualenv, git branch and return status of last command.
#!/bin/bash
#
# DESCRIPTION:
#
# Set the bash prompt according to:
# * the active virtualenv
# * the branch/status of the current git repository
# * the return value of the previous command
# * the fact you just came from Windows and are used to having newlines in
# your prompts.