Skip to content

Instantly share code, notes, and snippets.

@oskarkrawczyk
Created January 29, 2009 14:22
Show Gist options
  • Select an option

  • Save oskarkrawczyk/54555 to your computer and use it in GitHub Desktop.

Select an option

Save oskarkrawczyk/54555 to your computer and use it in GitHub Desktop.
From 14992ce9ca55929dd0fc3a703f69137eb9813a98 Mon Sep 17 00:00:00 2001
From: Oskar Krawczyk <oskar.krawczyk@gmail.com>
Date: Thu, 29 Jan 2009 11:53:34 +0000
Subject: [PATCH] Added the theme
---
Twilight.css | 191 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
1 files changed, 191 insertions(+), 0 deletions(-)
create mode 100644 Twilight.css
diff --git a/Twilight.css b/Twilight.css
new file mode 100644
index 0000000..34e56b6
--- /dev/null
+++ b/Twilight.css
@@ -0,0 +1,191 @@
+/*
+ @theme TextMate Twilight
+ @override-placeholders html, xml, css, php, sourcecode.js
+*/
+
+css property-name {
+ color: #C5AF75;
+}
+
+css property-value {
+ color: #F9EE98 ;
+}
+
+css {
+ spell-check: disabled;
+}
+
+css.selector, css.selector > entity > punctuation {
+ color: #8B98AB;
+}
+
+css > property-name {
+ color: #C5AF75;
+}
+
+css > property-value {
+ color: #F9EE98;
+}
+
+css keyword.important {
+ color: #CDA869;
+}
+
+css nzumeric {
+ color: #CA7840;
+}
+
+css zunit {
+ color: #C5AF75;
+}
+
+css rgb-value {
+ color: #CA7840;
+}
+
+css property-list.block {
+ color: #fff;
+ font-size: 10px;
+}
+
+css.at-rule string, css.at-rule string punctuation, media.css > block > punctuation, property-list.css > property-value > punctuation {
+ color: #fff;
+}
+
+
+keyword.important.css {
+ font-weight: bold;
+ color: #6700b9;
+}
+
+
+@base {
+ color: #fff;
+ background-color: #141414;
+ insertion-point-color: #fff;
+ selection-background-color: default;
+}
+
+tag, source, sourcecode {
+ spell-check: disabled;
+}
+
+tag, tag > string > punctuation {
+ oldcolor: #8FCFFF;
+ lessoldcolor: #9FDFFF;
+ color: #5FAFEF;
+}
+
+tag > name, tag > string.quoted - punctuation, attribute-with-value > string.quoted - punctuation {
+ oldcolor: #2F5F7F;
+}
+
+tag>name {
+ color: #89BDFF;
+}
+
+attribute-name, punctuation.definition.tag {
+ color: #89BDFF;
+ newcolor: #6FBFFF;
+}
+
+tag > string.quoted, tag > attribute-with-value > string.quoted {
+ color: #65B042;
+}
+
+tag > string > punctuation {
+ font-weight: normal;
+}
+
+css.embedded attribute-name, css.embedded punctuation.definition.tag {
+ color: #DF9F4F;
+}
+
+comment, comment>punctuation, tag.doctype, tag.doctype > *, tag.doctype > string.quoted {
+ color: #AEAEAE;
+ font-style: italic;
+}
+
+tag.h1, tag.h1 * {
+ font-weight: bold;
+ color: #000000;
+}
+
+latex.function function - parameter, latex.keyword {
+ color: #699d36;
+}
+
+string.quoted {
+ color: #73b00a;
+}
+
+string.quoted > escape {
+ background-color: #e8ffd5;
+ font-weight: bold;
+}
+
+variable {
+ color: #7b8c4d;
+}
+
+variable>punctuation {
+ color: #865fdb;
+}
+
+operator {
+ color: #626fc9;
+}
+
+open-bracket, close-bracket {
+ color: #7f7f7f;
+}
+
+support.function, function-call {
+ color: #DAD085;
+}
+
+support.constant.dom {
+ color: #CF6A4C;
+}
+
+keyword.control, storage.type {
+ color: #99CF50;
+}
+
+function > name {
+ color: #89BDFF;
+}
+
+function > variable,
+variable.language {
+ color: #3E87E3;
+}
+
+meta.class.instance.constructor entity.name.type.instance {
+ color: #89BDFF;
+ text-decoration: underline !important;
+}
+
+keyword.operator,
+keyword.control {
+ color: #E28964;
+}
+
+constant.numeric {
+ background-color: transparent;
+ color: #3E87E3;
+}
+
+js.embedded {
+ color: #fff;
+}
+
+invalid {
+ background-color: #f93232;
+ color: #f9f2ce;
+}
+
+textile > header {
+ color: #fff;
+ font-weight: bold;
+}
--
1.6.0.4+GitX
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment