From eb120b3d009777f784688b00f9a04a98865a4dad Mon Sep 17 00:00:00 2001 From: Jakob Meier Date: Mon, 22 May 2023 18:16:23 +0200 Subject: [PATCH] Added basic gruvbox syntax theme --- el/gruvbox.theme | 66 ++++++++++++++++++++++++------------------------ 1 file changed, 33 insertions(+), 33 deletions(-) diff --git a/el/gruvbox.theme b/el/gruvbox.theme index 5b99dac..f0ea091 100644 --- a/el/gruvbox.theme +++ b/el/gruvbox.theme @@ -6,126 +6,126 @@ "revision": 0 }, - "text-color": "#888888", - "background-color": "#666666", - "line-number-color": "#0000ff", - "line-number-background-color": "#00ff00", + "text-color": "#bdae93", + "background-color": "#222424", + "line-number-color": "#a89984", + "line-number-background-color": "#282828", "text-styles": { "Alert": { - "text-color": "#ffffff", + "text-color": "#cc241d", "background-color": null, "bold": true, "italic": true, "underline": false }, "Annotation": { - "text-color": "#ffffff", + "text-color": "#689d6a", "background-color": null, "bold": true, "italic": true, "underline": false }, "Attribute": { - "text-color": "#ffffff", + "text-color": "#458588", "background-color": null, "bold": true, "italic": true, "underline": false }, "BaseN": { - "text-color": "#ffffff", + "text-color": "#d65d0e", "background-color": null, "bold": true, "italic": true, "underline": false }, "BuiltIn": { - "text-color": "#ffffff", + "text-color": "#bdae93", "background-color": null, "bold": true, "italic": true, "underline": false }, "Char": { - "text-color": "#ffffff", + "text-color": "#b8bb26", "background-color": null, "bold": true, "italic": true, "underline": false }, "Comment": { - "text-color": "#ffffff", + "text-color": "#928374", "background-color": null, "bold": true, "italic": true, "underline": false }, "CommentVar": { - "text-color": "#ffffff", + "text-color": "#928374", "background-color": null, "bold": true, "italic": true, "underline": false }, "Constant": { - "text-color": "#ffffff", + "text-color": "#b16286", "background-color": null, "bold": true, "italic": true, "underline": false }, "ControlFlow": { - "text-color": "#ffffff", + "text-color": "#fabd2f", "background-color": null, "bold": true, "italic": true, "underline": false }, "DataType": { - "text-color": "#ffffff", + "text-color": "#689d6a", "background-color": null, "bold": true, "italic": true, "underline": false }, "DecVal": { - "text-color": "#ffffff", + "text-color": "#b16286", "background-color": null, "bold": true, "italic": true, "underline": false }, "Documentation": { - "text-color": "#ffffff", + "text-color": "#d5c4a1", "background-color": null, "bold": true, "italic": true, "underline": false }, "Error": { - "text-color": "#ffffff", + "text-color": "#cc241d", "background-color": null, "bold": true, "italic": true, "underline": false }, "Extension": { - "text-color": "#ffffff", + "text-color": "#fb4934", "background-color": null, "bold": true, "italic": true, "underline": false }, "Float": { - "text-color": "#ffffff", + "text-color": "#b16286", "background-color": null, "bold": true, "italic": true, "underline": false }, "Function": { - "text-color": "#ffffff", + "text-color": "#83a598", "background-color": null, "bold": true, "italic": true, @@ -139,84 +139,84 @@ "underline": false }, "Information": { - "text-color": "#ffffff", + "text-color": "#83a598", "background-color": null, "bold": true, "italic": true, "underline": false }, "Keyword": { - "text-color": "#ffffff", + "text-color": "#fb4934", "background-color": null, "bold": true, "italic": true, "underline": false }, "Operator": { - "text-color": "#ffffff", + "text-color": "#f38019", "background-color": null, "bold": true, "italic": true, "underline": false }, "Others": { - "text-color": "#ffffff", + "text-color": "#ebdbb2", "background-color": null, "bold": true, "italic": true, "underline": false }, "Preprocessor": { - "text-color": "#ffffff", + "text-color": "#7c6f64", "background-color": null, "bold": true, "italic": true, "underline": false }, "RegionMarker": { - "text-color": "#ffffff", + "text-color": "#928374", "background-color": null, "bold": true, "italic": true, "underline": false }, "SpecialChar": { - "text-color": "#ffffff", + "text-color": "#98971a", "background-color": null, "bold": true, "italic": true, "underline": false }, "SpecialString": { - "text-color": "#ffffff", + "text-color": "#98971a", "background-color": null, "bold": true, "italic": true, "underline": false }, "String": { - "text-color": "#ffffff", + "text-color": "#98971a", "background-color": null, "bold": true, "italic": true, "underline": false }, "Variable": { - "text-color": "#ffffff", + "text-color": "#458588", "background-color": null, "bold": true, "italic": true, "underline": false }, "VerbatimString": { - "text-color": "#ffffff", + "text-color": "#98971a", "background-color": null, "bold": true, "italic": true, "underline": false }, "Warning": { - "text-color": "#ffffff", + "text-color": "#d79221", "background-color": null, "bold": true, "italic": true, -- 2.38.5