Skip to content

First Changes to Dark Theme #1

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 2 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,2 @@
## 0.1.1 - (2015-07-20)
* Fixed path to README image file

## 0.1.0 - (2015-07-20)
* First release
## 0.1.0 - (2015-09-16)
* First Release
22 changes: 22 additions & 0 deletions LICENSE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
The MIT License (MIT)

Copyright (c) 2015 Bob Hall [email protected]
Portions Copyright (c) 2015 Ralf Bitter [email protected]

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Revigniter Syntax theme
# Revigniter Dark Syntax Theme

An Atom theme for proper syntax highlighting of LiveCode server and revIgniter source code. This theme is meant to be used with the [Atom LiveCode package (language-livecode)](https://atom.io/packages/language-livecode) provided by Peter Brett.
An Atom dark theme for proper syntax highlighting of LiveCode server and revIgniter source code. This theme is meant to be used with the [Atom LiveCode package (language-livecode)](https://atom.io/packages/language-livecode) provided by Peter Brett.

![Screenshot of revIgniter Syntax theme](https://github.com/revig/revigniter-syntax/raw/master/revIgniterTheme.png "revIgniter syntax highlighting")
9 changes: 5 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
{
"name": "revigniter-syntax",
"name": "revigniter-dark-syntax",
"theme": "syntax",
"version": "0.1.2",
"description": "An Atom theme for proper syntax highlighting of LiveCode server and revIgniter source code.",
"version": "0.1.0",
"description": "An Atom dark theme for proper syntax highlighting of LiveCode server and revIgniter source code.",
"keywords": [
"syntax",
"theme",
"dark",
"livecode",
"revigniter"
],
"repository": "https://github.com/revig/revigniter-syntax",
"repository": "https://github.com/bhall2001/revigniter-dark-syntax",
"license": "MIT",
"engines": {
"atom": "*"
Expand Down
Binary file modified revIgniterTheme.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
46 changes: 18 additions & 28 deletions styles/base.less
Original file line number Diff line number Diff line change
Expand Up @@ -54,34 +54,31 @@ atom-text-editor.is-focused .line-number.cursor-line-no-selection, atom-text-edi

.comment {
font-style: italic;
color: #0066FF;
color: rgba(87, 98, 106, 1);
}

.keyword, .storage {
font-weight: bold;
color: #0000FF;
color: #399aff;
}

.constant.numeric {
color: #0000CD;
color: #95bcff;
}

.constant {
font-weight: bold;
color: #C5060B;
}

.constant.language {
font-weight: bold;
color: #585CF6;
color: #9888fb;
}

.variable.language, .variable.other {
color: #318495;
color: #43bbd4;
}

.string {
color: #036A07;
color: #059c0b;
}

.constant.character.escape, .string .source {
Expand All @@ -93,29 +90,27 @@ atom-text-editor.is-focused .line-number.cursor-line-no-selection, atom-text-edi
}

.keyword.control.import {
font-weight: bold;
color: #1A921C;
color: #29e32c;
}

.entity.name.command, .entity.name.function, .entity.name.end.function, .support.function.any-method {
font-weight: bold;
color: #0000A2;
color: #93deff;
}

.entity.name.type {
text-decoration: underline;
color: #000000;
background-color: #FFFFFF;
color: #FFFFFF;
background-color: #000000;
}

.entity.other.inherited-class {
font-style: italic;
color: #000000;
color: #FFFFFF;
}

.variable.parameter {
font-style: italic;
color: #000000;
color: #FFFFFF;
}

.storage.type.method {
Expand All @@ -127,28 +122,23 @@ atom-text-editor.is-focused .line-number.cursor-line-no-selection, atom-text-edi
}

.support.function, .storage.type.fctn {
font-weight: bold;
color: #3C4C72;
color: #5b75b0;
}

.support.command, .storage.type.comnd {
font-weight: bold;
color: #9F6E06;
color: #d49308;
}

.support.class, .support.type {
font-weight: bold;
color: #6D79DE;
}

.support.constant {
font-weight: bold;
color: #06960E;
}

.support.variable {
font-weight: bold;
color: #21439C;
color: #455d9c;
}

.keyword.operator.js {
Expand All @@ -165,11 +155,11 @@ atom-text-editor.is-focused .line-number.cursor-line-no-selection, atom-text-edi
}

.text .source, .string.unquoted {
background-color: rgba(0, 0, 0, 0.05);
background-color: rgba(0, 0, 0, 0.7);
}

.text .source .string.unquoted, .text .source .text .source {
background-color: rgba(0, 0, 0, 0.06);
background-color: rgba(0, 0, 0, 0.7);
}

.meta.tag.preprocessor.xml {
Expand Down Expand Up @@ -203,7 +193,7 @@ atom-text-editor.is-focused .line-number.cursor-line-no-selection, atom-text-edi

.markup.quote {
font-style: italic;
color: #000000;
color: #FFFFFF;
}

.markup.list {
Expand Down
18 changes: 9 additions & 9 deletions styles/syntax-variables.less
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
// include a syntax-variables.less file.

// General colors
@syntax-text-color: #000000;
@syntax-cursor-color: #000000;
@syntax-text-color: #DDDDDD;
@syntax-cursor-color: #FFFFFF;
@syntax-selection-color: rgba(77, 151, 255, 0.33);
@syntax-background-color: #FFFFFF;
@syntax-background-color: #222222;

// Guide colors
@syntax-wrap-guide-color: #BFBFBF;
Expand All @@ -14,17 +14,17 @@

// For find and replace markers
@syntax-result-marker-color: #BFBFBF;
@syntax-result-marker-color-selected: #000000;
@syntax-result-marker-color-selected: #FFFFFF;

// Gutter colors
@syntax-gutter-text-color: #000000;
@syntax-gutter-text-color-selected: #000000;
@syntax-gutter-background-color: #FFFFFF;
@syntax-gutter-text-color: #FFFFFF;
@syntax-gutter-text-color-selected: #FFFFFF;
@syntax-gutter-background-color: #222222;
@syntax-gutter-background-color-selected: rgba(0, 0, 0, 0.07);

// For git diff info. i.e. in the gutter
// These are static and were not extracted from your textmate theme
@syntax-color-renamed: #96CBFE;
@syntax-color-renamed: #014280;
@syntax-color-added: #A8FF60;
@syntax-color-modified: #E9C062;
@syntax-color-removed: #CC6666;
@syntax-color-removed: #CC6666;