Skip to content

Instantly share code, notes, and snippets.

@Gozala
Created December 24, 2009 20:31
Show Gist options
  • Save Gozala/263361 to your computer and use it in GitHub Desktop.
Save Gozala/263361 to your computer and use it in GitHub Desktop.
dojo.provide("bespin.themes.gozz");
// ** Pastels Theme by Irakli Gozalishvili **
bespin.themes.gozz = {
backgroundStyle: "#221e1e",
gutterStyle: "rgba(0, 0, 0, 0.3)", //"#1C1A1A"
lineNumberColor: "#f2992a",
lineNumberFont: "10pt Monaco, Lucida Console, monospace",
lineMarkerErrorColor: "rgba(203, 68, 68, 0.2)", // "#CC4444",
lineMarkerWarningColor: "rgba(188, 131, 3, 0.2)",//"#B8860B",
lineMarkerMessageColor: "rgba(109, 219, 131, 0.1)",//"green",
zebraStripeColor: "#242020",
highlightCurrentLineColor: "#342e2e",
editorTextColor: "rgb(230, 230, 230)",
editorTextFont: "8pt Monaco, Lucida Console, monospace",
editorSelectedTextColor: "rgb(240, 240, 240)",
editorSelectedTextBackground: "#473649",
cursorStyle: "#6868f9",
cursorType: "ibeam", // one of "underline" or "ibeam"
unfocusedCursorStrokeStyle: "#FF0033",
unfocusedCursorFillStyle: "#73171E",
partialNibStyle: "rgba(100, 100, 100, 0.3)",
partialNibArrowStyle: "rgba(255, 255, 255, 0.3)",
partialNibStrokeStyle: "rgba(150, 150, 150, 0.3)",
fullNibStyle: "rgb(100, 100, 100, 0.5)",
fullNibArrowStyle: "rgba(255, 255, 255, 0.5)",
fullNibStrokeStyle: "rgba(150, 150, 150, 0.5)",
scrollTrackFillStyle: "rgba(50, 50, 50, 0.2)",
scrollTrackStrokeStyle: "rgba(150, 150, 150, 0.2)",
scrollBarFillStyle: "rgba(0, 0, 0, 0.5)",
scrollBarFillGradientTopStart: "rgba(90, 90, 90, 0.5)",
scrollBarFillGradientTopStop: "rgba(40, 40, 40, 0.5)",
scrollBarFillGradientBottomStart: "rgba(22, 22, 22, 0.3)",
scrollBarFillGradientBottomStop: "rgba(44, 44, 44, 0.3)",
tabSpace: "#252121",
// syntax definitions
plain: "#bdae9d",
keyword: "#999efd",
string: "#aa9361",
comment: "#555555",
'c-comment': "#666666",
punctuation: "#47b8bd",
attribute: "#a83e71",
test: "rgb(255,0,0)",
cdata: "#bdae9d",
"attribute-value": "#bfc330",
tag: "#ea8b1a",
color: "#c4646b",
"tag-name": "#1abbda",
value: "#6ad964",
important: "#dc0055",
sizes: "#d98ccb",
cssclass: "#ea8b1a",
cssid: "#46a8ed",
atom: "#ea8b1a",
variable: "#72D5A2",
variabledef: "#bfc330",
localvariable: "#c4646b",
property: "#93E1E3",
operator: "#1abbda",
error: "#dc0055",
// XML and HTML
processing: "#999999",
entity: "#AA2222",
text: "#b0a46d",
// PHP
"compile-time-constant": "#776088",
"reserved-language-construct": "#00FF00",
"predefined-function": "#22FF22",
"predefined-class": "#22FF22",
literal: "#dd6138",
identifier: "#63d763",
func: "#bc5d8b",
type: "#6481d9",
decorator: "#a83e71"
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment