-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
274 additions
and
123 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,132 @@ | ||
# | ||
# This library is free software; you can redistribute it and/or | ||
# modify it under the terms of the GNU Library General Public | ||
# License as published by the Free Software Foundation; either | ||
# version 2 of the License, or (at your option) any later version. | ||
# | ||
# This library is distributed in the hope that it will be useful, | ||
# but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | ||
# Library General Public License for more details. | ||
# | ||
# You should have received a copy of the GNU Library General Public | ||
# License along with this library; if not, write to the | ||
# Free Software Foundation, Inc., 59 Temple Place - Suite 330, | ||
# Boston, MA 02111-1307, USA. | ||
# | ||
|
||
[theme_info] | ||
name=VSDark (Modified) | ||
description=Visual Studio Code's Dark Theme (Modified). | ||
# list of each compatible Geany release version | ||
compat=1.22;1.23;1.23.1;1.24 | ||
|
||
[named_colors] | ||
base0=#ddd | ||
base1=#282828 | ||
base2=#3f3f3f | ||
base3=#808080 | ||
base4=#303030 | ||
vsblue=#AA89C0 | ||
aqua=#6FB2EA | ||
bluegrey=#747e9e | ||
orange=#CE9563 | ||
lime=#65ff00 | ||
grey=#94B386 | ||
red=#f00 | ||
redbg=#751212 | ||
green=#859900 | ||
blue=#268bd2 | ||
yellow=#dcdcaa | ||
|
||
[named_styles] | ||
default=base0;base1;true;false | ||
error=red | ||
|
||
|
||
# Editor styles | ||
#------------------------------------------------------------------------------- | ||
selection=;#000000;;true | ||
current_line=;#212121;true | ||
brace_good=base0;base2;true | ||
brace_bad=red;;true | ||
margin_line_number=base3;base4 | ||
margin_folding=base3;#212121 | ||
fold_symbol_highlight=base2 | ||
indent_guide=base2;;true | ||
caret=aqua;;false | ||
marker_line=#fff;#00f; | ||
marker_search=#fff;#d791a8; | ||
marker_mark=; | ||
call_tips=base0;base1 | ||
white_space=base2;;true | ||
|
||
|
||
# Programming languages | ||
#------------------------------------------------------------------------------- | ||
|
||
comment=grey | ||
comment_doc=comment | ||
comment_line=comment | ||
comment_line_doc=comment_doc | ||
comment_doc_keyword=comment_doc,bold | ||
comment_doc_keyword_error=comment_doc,italic | ||
|
||
number=orange | ||
number_1=number | ||
number_2=number_1 | ||
|
||
type=vsblue;;true | ||
class=aqua | ||
function=yellow | ||
parameter=function | ||
|
||
keyword=vsblue;;true | ||
keyword_1=keyword | ||
keyword_2=blue;;true | ||
keyword_3=bluegrey | ||
keyword_4=keyword_3 | ||
|
||
identifier=default | ||
identifier_1=identifier | ||
identifier_2=identifier_1 | ||
identifier_3=identifier_1 | ||
identifier_4=identifier_1 | ||
|
||
string=aqua | ||
string_1=string | ||
string_2=string_1 | ||
string_3=default | ||
string_4=default | ||
string_eol=red | ||
character=string_1 | ||
backticks=string_2 | ||
here_doc=string_2 | ||
|
||
scalar=string_2 | ||
label=keyword,bold | ||
preprocessor=aqua | ||
regex=number_1 | ||
operator=base0 | ||
decorator=string_1,bold | ||
other=aqua | ||
|
||
|
||
# Markup-type languages | ||
#------------------------------------------------------------------------------- | ||
|
||
tag=vsblue | ||
tag_unknown=tag,bold | ||
tag_end=tag,bold | ||
attribute=aqua | ||
attribute_unknown=attribute,bold | ||
value=string_1 | ||
entity=default | ||
|
||
|
||
# Diff | ||
#------------------------------------------------------------------------------- | ||
|
||
line_added=green | ||
line_removed=red | ||
line_changed=blue |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,132 @@ | ||
# | ||
# This library is free software; you can redistribute it and/or | ||
# modify it under the terms of the GNU Library General Public | ||
# License as published by the Free Software Foundation; either | ||
# version 2 of the License, or (at your option) any later version. | ||
# | ||
# This library is distributed in the hope that it will be useful, | ||
# but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | ||
# Library General Public License for more details. | ||
# | ||
# You should have received a copy of the GNU Library General Public | ||
# License along with this library; if not, write to the | ||
# Free Software Foundation, Inc., 59 Temple Place - Suite 330, | ||
# Boston, MA 02111-1307, USA. | ||
# | ||
|
||
[theme_info] | ||
name=VSDark | ||
description=Visual Studio Code's Dark Theme. | ||
# list of each compatible Geany release version | ||
compat=1.22;1.23;1.23.1;1.24 | ||
|
||
[named_colors] | ||
base0=#d4d4d4 | ||
base1=#1a1c1e | ||
base2=#3f3f3f | ||
base3=#808080 | ||
base4=#303030 | ||
vsblue=#3588cd | ||
aqua=#3ec7ac | ||
bluegrey=#747e9e | ||
orange=#ce8340 | ||
lime=#65ff00 | ||
grey=#6a9955 | ||
red=#f00 | ||
redbg=#751212 | ||
green=#859900 | ||
blue=#268bd2 | ||
yellow=#dcdcaa | ||
|
||
[named_styles] | ||
default=base0;base1 | ||
error=red | ||
|
||
|
||
# Editor styles | ||
#------------------------------------------------------------------------------- | ||
selection=;#083840;;true | ||
current_line=;#111;true | ||
brace_good=base0;base2;true | ||
brace_bad=red;;true | ||
margin_line_number=base3;base4 | ||
margin_folding=base3;#212121 | ||
fold_symbol_highlight=base2 | ||
indent_guide=base2;;true | ||
caret=aqua | ||
marker_line=#fff;#00f; | ||
marker_search=#fff;#d791a8; | ||
marker_mark=; | ||
call_tips=base0;base1 | ||
white_space=base2;;true | ||
|
||
|
||
# Programming languages | ||
#------------------------------------------------------------------------------- | ||
|
||
comment=grey | ||
comment_doc=comment | ||
comment_line=comment | ||
comment_line_doc=comment_doc | ||
comment_doc_keyword=comment_doc,bold | ||
comment_doc_keyword_error=comment_doc,italic | ||
|
||
number=orange | ||
number_1=number | ||
number_2=number_1 | ||
|
||
type=vsblue;;true | ||
class=aqua | ||
function=yellow | ||
parameter=function | ||
|
||
keyword=vsblue;;true | ||
keyword_1=keyword | ||
keyword_2=aqua;;true | ||
keyword_3=bluegrey | ||
keyword_4=keyword_3 | ||
|
||
identifier=default | ||
identifier_1=identifier | ||
identifier_2=identifier_1 | ||
identifier_3=identifier_1 | ||
identifier_4=identifier_1 | ||
|
||
string=orange | ||
string_1=string | ||
string_2=string_1 | ||
string_3=default | ||
string_4=default | ||
string_eol=red | ||
character=string_1 | ||
backticks=string_2 | ||
here_doc=string_2 | ||
|
||
scalar=string_2 | ||
label=keyword,bold | ||
preprocessor=aqua | ||
regex=number_1 | ||
operator=base0 | ||
decorator=string_1,bold | ||
other=aqua | ||
|
||
|
||
# Markup-type languages | ||
#------------------------------------------------------------------------------- | ||
|
||
tag=vsblue | ||
tag_unknown=tag,bold | ||
tag_end=tag,bold | ||
attribute=aqua | ||
attribute_unknown=attribute,bold | ||
value=string_1 | ||
entity=default | ||
|
||
|
||
# Diff | ||
#------------------------------------------------------------------------------- | ||
|
||
line_added=green | ||
line_removed=red | ||
line_changed=blue |
Oops, something went wrong.