From a53f69ae4f5616967e1716462109031cd0af8f38 Mon Sep 17 00:00:00 2001 From: EmilKidi Date: Sun, 25 Mar 2018 14:03:11 +0200 Subject: [PATCH] Created fastdev theme --- src/PHP5.3/theme.json | 32 ++++++++++++++++++++++++++++---- src/PHP7.0/theme.json | 32 ++++++++++++++++++++++++++++---- 2 files changed, 56 insertions(+), 8 deletions(-) diff --git a/src/PHP5.3/theme.json b/src/PHP5.3/theme.json index f244c90..a23bf09 100644 --- a/src/PHP5.3/theme.json +++ b/src/PHP5.3/theme.json @@ -1,4 +1,32 @@ { + "fastdev": { + "body": { "background": "#282c34", "width": "100%" }, + "keywords": { "color": "#edb83d"}, + "cast": { "color": "#038C8C" }, + "null": { "color": "#FF5D38" }, + "bool": { "color": "#FF5D38" }, + "self": { "color": "#FF5D38" }, + "quote": { "color": "#FFFFFF" }, + "class": { "color": "#edb83d" }, + "parent": { "color": "#edb83d" }, + "number": { "color": "#edb83d" }, + "comment": { "color": "#6e7a94", "font-style": "italic" }, + "tag_open": { "color": "#F00000" }, + "function": { "color": "#FF464E", "font-style": "bold" }, + "variable": { "color": "#FF464E" }, + "constant": { "color": "#0F255E" }, + "tag_close": { "color": "#F00000" }, + "operators": { "color": "#FFFFFF" }, + "semi_colon": { "color": "#dee3ec" }, + "parenthesis": { "color": "#FFFFFF" }, + "return_type": { "color": "#FE648A" }, + "php_function": { "color": "#edb83d" }, + "curly_braces": { "color": "#dee3ec" }, + "parameter_type": { "color": "#E3093F" }, + "square_bracket": { "color": "#edb83d" }, + "custom_function": { "color": "#edb83d" }, + "multi_line_comment": { "color": "#6e7a94", "font-style": "italic" } + }, "bittr": { "body": { "background": "#2b303b", "width": "100%" }, "keywords": { "color": "#26A6A6"}, @@ -233,7 +261,3 @@ "multi_line_comment": { "color": "#969896", "font-style": "italic" } } } - - - - diff --git a/src/PHP7.0/theme.json b/src/PHP7.0/theme.json index f244c90..a23bf09 100644 --- a/src/PHP7.0/theme.json +++ b/src/PHP7.0/theme.json @@ -1,4 +1,32 @@ { + "fastdev": { + "body": { "background": "#282c34", "width": "100%" }, + "keywords": { "color": "#edb83d"}, + "cast": { "color": "#038C8C" }, + "null": { "color": "#FF5D38" }, + "bool": { "color": "#FF5D38" }, + "self": { "color": "#FF5D38" }, + "quote": { "color": "#FFFFFF" }, + "class": { "color": "#edb83d" }, + "parent": { "color": "#edb83d" }, + "number": { "color": "#edb83d" }, + "comment": { "color": "#6e7a94", "font-style": "italic" }, + "tag_open": { "color": "#F00000" }, + "function": { "color": "#FF464E", "font-style": "bold" }, + "variable": { "color": "#FF464E" }, + "constant": { "color": "#0F255E" }, + "tag_close": { "color": "#F00000" }, + "operators": { "color": "#FFFFFF" }, + "semi_colon": { "color": "#dee3ec" }, + "parenthesis": { "color": "#FFFFFF" }, + "return_type": { "color": "#FE648A" }, + "php_function": { "color": "#edb83d" }, + "curly_braces": { "color": "#dee3ec" }, + "parameter_type": { "color": "#E3093F" }, + "square_bracket": { "color": "#edb83d" }, + "custom_function": { "color": "#edb83d" }, + "multi_line_comment": { "color": "#6e7a94", "font-style": "italic" } + }, "bittr": { "body": { "background": "#2b303b", "width": "100%" }, "keywords": { "color": "#26A6A6"}, @@ -233,7 +261,3 @@ "multi_line_comment": { "color": "#969896", "font-style": "italic" } } } - - - -