Skip to content

Commit

Permalink
Add Earthsong theme
Browse files Browse the repository at this point in the history
  • Loading branch information
danpla committed Mar 17, 2019
1 parent 85621f5 commit 2c6fe29
Show file tree
Hide file tree
Showing 3 changed files with 124 additions and 0 deletions.
4 changes: 4 additions & 0 deletions AUTHORS
Expand Up @@ -44,6 +44,10 @@ delt-dark.conf
---------
*Éric Tremblay <eric (at) deimos (point) ca>

earthsong.conf
--------------
*Daniel Plakhotich <daniel(dot)plakhotich(at)gmail(dot)com>

fluffy.conf
-----------
Osmo Salomaa <unknown email address>
Expand Down
120 changes: 120 additions & 0 deletions colorschemes/earthsong.conf
@@ -0,0 +1,120 @@
#
# MIT License
#
# Copyright (c) 2019 Daniel Plakhotich <daniel(dot)plakhotich(at)gmail(dot)com>
#
# 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.
#
# Colour schemes by Dayle Rees:
# https://github.com/daylerees/colour-schemes

[theme_info]
name=Earthsong
description=Warm theme based on the scheme of the same name by Dayle Rees.
version=1.0
author=Daniel Plakhotich <daniel(dot)plakhotich(at)gmail(dot)com>
url=

[named_styles]

default=#ccb69f;#26221f;false;false
error=#ffffff;#ff0000

# Editor styles
#-------------------------------------------------------------------------------

selection=#ffffff;#c47958;true;true
current_line=#000000;#45403b;true
brace_good=#26221f;#ccb69f;false;false
brace_bad=#ff0000;#ffffff;false;false
margin_line_number=#756d63;#26221f
margin_folding=#756d63;#302828
fold_symbol_highlight=#333333
indent_guide=#574f45
caret=#f8f8f0;#000000;false
marker_line=#ccb69f;#ccb69f
marker_search=#000000;#00ff00
marker_mark=#ccb69f;#ccb69f
call_tips=#26221f;#ccb69f;true;true
white_space=#574f45;#ffffff;true;false

# Programming languages
#-------------------------------------------------------------------------------

comment=#756d63
comment_doc=comment
comment_line=comment
comment_line_doc=comment_doc
comment_doc_keyword=comment_doc,bold
comment_doc_keyword_error=comment_doc

number=#eeb437
number_1=number
number_2=number_1

type=#d2734a
class=type
function=#5c9c61
parameter=function

keyword=type
keyword_1=keyword
keyword_2=keyword_1
keyword_3=keyword_1
keyword_4=keyword_1

identifier=default
identifier_1=identifier
identifier_2=identifier_1
identifier_3=identifier_1
identifier_4=identifier_1

string=#dbab44
string_1=string
string_2=string_1
string_3=default
string_4=default
string_eol=string,italic
character=string_1
backticks=string_2
here_doc=string_2

label=default,bold
preprocessor=keyword
regex=number_1
operator=default
decorator=default
other=operator

# Markup-type languages
#-------------------------------------------------------------------------------

tag=#8fc45a
tag_unknown=tag,bold
tag_end=tag,bold
attribute=type
attribute_unknown=attribute
value=string_1
entity=default

# Diff
#-------------------------------------------------------------------------------

line_added=#9fd92c
line_removed=#00a1be
line_changed=#ddd26f
Binary file added screenshots/earthsong.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 2c6fe29

Please sign in to comment.