Skip to content

Instantly share code, notes, and snippets.

@mikebmou
mikebmou / gist:1322557
Created October 28, 2011 15:35
Google Charts Base Color Array
// Google Charts Base Color Array
.gc1 { color: #3366cc !important; }
.gc2 { color: #dc3912 !important; }
.gc3 { color: #ff9900 !important; }
.gc4 { color: #109618 !important; }
.gc5 { color: #990099 !important; }
.gc6 { color: #0099c6 !important; }
.gc7 { color: #dd4477 !important; }
.gc8 { color: #66aa00 !important; }
.gc9 { color: #b82e2e !important; }
@mikebmou
mikebmou / Google Charts Colors
Created October 28, 2011 21:44
The base color array for Google Charts.
.gc1 { color: #3366cc; }
.gc2 { color: #dc3912; }
.gc3 { color: #ff9900; }
.gc4 { color: #109618; }
.gc5 { color: #990099; }
.gc6 { color: #0099c6; }
.gc7 { color: #dd4477; }
.gc8 { color: #66aa00; }
.gc9 { color: #b82e2e; }
.gc10 { color: #316395; } - Remove from tablet array
// Place user-specific overrides in this file, to ensure they're preserved
// when upgrading
{
"folder_exclude_patterns": [".svn", ".git", ".hg", "CVS", ".bundle", ".sass-cache"],
"file_exclude_patterns": ["*.pyc", "*.pyo", "*.exe", "*.dll", "*.obj", "*.o", "*.a", "*.lib", "*.so", "*.dylib", "*.ncb", "*.sdf", "*.suo", "*.pdb", "*.idb", ".DS_Store", "*.pdf", ".git*", ".rvmrc"],
"new_window_settings":
{
"side_bar_visible": true,
"status_bar_visible": true,
"show_tabs": true,
.topbar {
position: fixed;
top: 0;
left: 0;
right: 0;
z-index: 10000;
overflow: visible;
}