Branch: refs/heads/master
Author: inonehp <115393328+inonehp(a)users.noreply.github.com>
Committer: GitHub <noreply(a)github.com>
Date: Tue, 17 Oct 2023 19:52:13 UTC
Commit: ccdce0408d2bf6320d2c41ec9a4d32845c2008e1
https://github.com/geany/geany-themes/commit/ccdce0408d2bf6320d2c41ec9a4d32…
Log Message:
-----------
Add new themes ABC Light and Dark (#62)
Modified Paths:
--------------
AUTHORS
colorschemes/abc-dark.conf
colorschemes/abc-light.conf
screenshots/abc-dark.png
screenshots/abc-light.png
Modified: AUTHORS
8 lines changed, 8 insertions(+), 0 deletions(-)
===================================================================
@@ -12,6 +12,14 @@ maintainer:
Will ultimately result in getting your questions answered or forwarded
to the appropriate person.
+abc-dark.conf
+-----------
+ inonehp <inonehp(at)gmail(dot)com>
+
+abc-light.conf
+-----------
+ inonehp <inonehp(at)gmail(dot)com>
+
bespin.conf
-----------
Alexandre da Silva (tm2gtksw2)
Modified: colorschemes/abc-dark.conf
126 lines changed, 126 insertions(+), 0 deletions(-)
===================================================================
@@ -0,0 +1,126 @@
+#
+# Author <inonehp(at)gmail(dot)com>
+#
+# 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.
+#
+# Other:
+# GNU General Public License v2.0
+#https://github.com/geany/geany/blob/master/COPYING
+#https://github.com/geany/geany/blob/d9f8cdbad58d09f0c18ca8acccb49209263018f0/data/filedefs/filetypes.common#L2
+# Inspired by Github, Sublime Text, Geany
+
+
+
+[theme_info]
+name=Abc Dark
+description=Dark flat theme.
+version=4.1.5
+author=inonehp
+# list of each compatible Geany release version
+compat=1.38
+
+[named_styles]
+
+default=#dbdbdb;#1C1C1C;false;false
+error=#e37170;#292929;false;italic
+
+
+# Editor styles
+#---------------
+
+selection=#FFFFFF;#FF8914;true;true
+current_line=#FFFFFF;#262626;true
+brace_good=#000000;#7FEC75;true;false
+brace_bad=#000000;#FF5656;true;false
+margin_line_number=#6E6E6E;#1C1C1C
+margin_folding=#5C5C5C;#1C1C1C
+fold_symbol_highlight=#1C1C1C
+indent_guide=#595959
+caret=#fff;#fff;false;
+marker_line=#545454;#ECB457
+marker_search=marker_line
+marker_mark=#545454;#95BFD7
+call_tips=#939393;#262626;false;false
+white_space=#595959;#000000;true;false
+
+# Programming languages
+#----------------------
+
+comment=#ADADAD
+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=#8AD1FF
+number_1=number
+number_2=number_1
+
+type=#50AAB3;;true;false
+class=type
+function=#cc8ad4
+parameter=#23B0E6
+
+keyword=#BF6069;;true;false
+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=#6BB37C
+string_1=string
+string_2=string_1
+string_3=default
+string_4=default
+string_eol=string_1;#6E006E;false;false
+character=string_1
+backticks=string_2
+here_doc=string_2
+
+label=default,bold
+preprocessor=#45BDE6
+regex=number_1
+operator=default
+decorator=string_1,bold
+other=default
+
+# Markup-type languages
+#-----------------------
+
+tag=#80B8FF
+tag_unknown=tag,bold
+tag_end=tag,bold
+attribute=#85C6CC
+attribute_unknown=attribute,bold
+value=string_1
+entity=default
+
+# Diff
+#-------------------------
+
+line_added=#75C075;#ffffff;false;false
+line_removed=#FF7E7E;#ffffff;false;false
+line_changed=#A46FA4;#ffffff;false;false
+
+
+
Modified: colorschemes/abc-light.conf
132 lines changed, 132 insertions(+), 0 deletions(-)
===================================================================
@@ -0,0 +1,132 @@
+#
+# Author <inonehp(at)gmail(dot)com>
+#
+# 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.
+#
+# Other:
+# GNU General Public License v2.0
+#https://github.com/geany/geany/blob/master/COPYING
+#https://github.com/geany/geany/blob/d9f8cdbad58d09f0c18ca8acccb49209263018f0/data/filedefs/filetypes.common#L2
+# Inspired by Github, Sublime Text, Geany
+
+
+
+[theme_info]
+name=Abc Light
+description=Light flat theme.
+version=4.1.5
+author=inonehp
+# list of each compatible Geany release version
+compat=1.38
+
+[named_styles]
+
+default=#2B2B2B;#F7F7F7;false;false
+error=#D44747;#EBEBEB;false;italic
+
+# Editor styles
+#---------------
+
+selection=#FFFFFF;#E87800;true;true
+current_line=#4D4D4D;#FFFFFF;true
+brace_good=#FFFFFF;#5BAB53;true;false
+brace_bad=#FFFFFF;#D44747;true;false
+margin_line_number=#7D7D7D;#F7F7F7
+margin_folding=#969696;#F7F7F7
+fold_symbol_highlight=#F7F7F7
+indent_guide=#ADADAD
+caret=#000000;#000000;false;
+marker_line=#4F4F4F;#E4964E
+marker_search=marker_line
+marker_mark=#4F4F4F;#80C8F3
+call_tips=#565656;#FFFFFF;false;false
+white_space=#ADADAD;#F7F7F7;true;false
+
+# Programming languages
+#----------------------
+
+comment=#454545
+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=#46a1db
+number_1=number
+number_2=number_1
+
+type=#2C8E99;;true;false
+class=type
+function=#9e00b0
+parameter=#2DA4B2
+
+keyword=#BF4D58;;true;false
+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=#166E2E
+string_1=string
+string_2=string_1
+string_3=default
+string_4=default
+string_eol=string_1;#E0C0E0;false;false
+character=string_1
+backticks=string_2
+here_doc=string_2
+
+label=default,bold
+preprocessor=#007299
+regex=number_1
+operator=default
+decorator=string_1,bold
+other=default
+
+# Markup-type languages
+#-----------------------
+
+tag=#0065BF
+tag_unknown=tag,bold
+tag_end=tag,bold
+attribute=#116269
+attribute_unknown=attribute,bold
+value=string_1
+entity=default
+
+# Diff
+#------
+
+line_added=#75C075;#ffffff;false;false
+line_removed=#FF7E7E;#ffffff;false;false
+line_changed=#A46FA4;#ffffff;false;false
+
+
+
+
+
+
+
+
+
+
Modified: screenshots/abc-dark.png
0 lines changed, 0 insertions(+), 0 deletions(-)
===================================================================
No diff available, check online
Modified: screenshots/abc-light.png
0 lines changed, 0 insertions(+), 0 deletions(-)
===================================================================
No diff available, check online
--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).
Branch: refs/heads/master
Author: Axel <dkzenzuri(a)gmail.com>
Committer: GitHub <noreply(a)github.com>
Date: Tue, 17 Oct 2023 19:51:42 UTC
Commit: d366402d4bf41210949c9bd35ad7bf5f83f724de
https://github.com/geany/geany-themes/commit/d366402d4bf41210949c9bd35ad7bf…
Log Message:
-----------
Add Matcha Theme (#55)
Modified Paths:
--------------
AUTHORS
colorschemes/matcha.conf
screenshots/matcha.png
Modified: AUTHORS
8 lines changed, 6 insertions(+), 2 deletions(-)
===================================================================
@@ -20,7 +20,7 @@ bespin.conf
black.conf
----------
*Paul Lenton (EckoZero) <lentonp(at)gmail(dot)com>
-
+
cyber-sugar.conf
----------
Yegen T. (pingu)
@@ -89,7 +89,11 @@ kugel.conf
----------
*Thomas Martitz <thomas.martitz(at)student.htw-berlin(dot)de>
-mc.conf
+matcha.conf
+-----------
+ Axel Amores <dkzenzuri(at)gmail(dot)com>
+
+ mc.conf
-------
*Henrik Pauli <ralesk(at)drangolin(dot)net>
Modified: colorschemes/matcha.conf
130 lines changed, 130 insertions(+), 0 deletions(-)
===================================================================
@@ -0,0 +1,130 @@
+#
+# 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=Matcha
+description=A dark theme with Matcha colors. Based on Himbeere
+# incremented automatically, do not change manually
+author=xelser
+# list of each compatible Geany release version
+compat=1.22;1.23;1.23.1;1.24,1.37.1
+
+[named_colors]
+base0=#CCCCCC
+base1=#222222
+base2=#808080
+aliz=#F0544C
+azul=#3498DB
+sea=#2EB398
+grey=#777777
+yellow=#FFFF55
+cyan=#00AAAA
+red=#FF5555
+green=#55FF55
+blue=#0000AA
+
+[named_styles]
+default=base0;base1
+error=red
+
+
+# Editor styles
+#-------------------------------------------------------------------------------
+selection=;#333;;true
+current_line=;#111;true
+brace_good=cyan;aliz;true
+brace_bad=red;;true
+margin_line_number=grey;base1
+margin_folding=base2;base1
+fold_symbol_highlight=base1
+indent_guide=grey;;true
+caret=cyan
+marker_line=#fff;#00f;
+marker_search=#fff;#d791a8;
+marker_mark=;
+call_tips=base0;base1
+white_space=grey;;true
+
+
+# Programming languages
+#-------------------------------------------------------------------------------
+
+comment=grey;;;true
+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=yellow
+number_1=number
+number_2=number_1
+
+type=aliz;;true
+class=cyan
+function=aliz
+parameter=function
+
+keyword=aliz;;true
+keyword_1=keyword
+keyword_2=cyan;;true
+keyword_3=azul
+keyword_4=keyword_3
+
+identifier=default
+identifier_1=identifier
+identifier_2=identifier_1
+identifier_3=identifier_1
+identifier_4=identifier_1
+
+string=sea
+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=cyan
+regex=number_1
+operator=azul
+decorator=string_1,bold
+other=cyan
+
+
+# Markup-type languages
+#-------------------------------------------------------------------------------
+
+tag=aliz
+tag_unknown=tag,bold
+tag_end=tag,bold
+attribute=cyan
+attribute_unknown=attribute,bold
+value=string_1
+entity=default
+
+
+# Diff
+#-------------------------------------------------------------------------------
+
+line_added=green
+line_removed=red
+line_changed=blue
Modified: screenshots/matcha.png
0 lines changed, 0 insertions(+), 0 deletions(-)
===================================================================
No diff available, check online
--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).