Skip to content

Commit

Permalink
Improve colors (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
rgomezcasas authored Nov 29, 2019
1 parent 979c4b4 commit 536227c
Show file tree
Hide file tree
Showing 7 changed files with 177 additions and 169 deletions.
9 changes: 2 additions & 7 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
}

group 'tv.codely'
version '1.0.5'
version '1.1.0'

sourceCompatibility = 1.8

Expand All @@ -30,12 +30,7 @@ patchPluginXml {

changeNotes """
<ul>
<li>1.0.5 Fix colors with JS > 2019.3.</li>
<li>1.0.4 Improve colors of some menus.</li>
<li>1.0.3 Compatibility with IDEs 2019.3.</li>
<li>1.0.2 Better contrast for all colors.</li>
<li>1.0.1 Improve colors and add retrocompatibility.</li>
<li>1.0.0 First version.</li>
<li>1.1.0 Added light theme</li>
</ul>
"""
}
2 changes: 1 addition & 1 deletion src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

<extensions defaultExtensionNs="com.intellij">
<!-- Add your extensions here -->
<themeProvider id="21e54412-e514-4787-83b8-7f63ccc90eb1" path="/codelytv_gruvbox.theme.json"/>
<themeProvider id="7bc8966b-cad4-4bd1-91c8-658d839daba2" path="/codelytv_gruvbox_dark.theme.json"/>
</extensions>

<actions>
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/META-INF/pluginIcon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/main/resources/META-INF/pluginIcon_dark.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
152 changes: 0 additions & 152 deletions src/main/resources/codelytv_gruvbox.theme.json

This file was deleted.

165 changes: 165 additions & 0 deletions src/main/resources/codelytv_gruvbox_dark.theme.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,165 @@
{
"name": "CTV - Gruvbox Dark",
"dark": true,
"author": "CodelyTV",
"editorScheme": "/codelytv_gruvbox_dark.xml",
"colors": {
"bg": "#282828",
"bg0": "#1d2021",
"bg1": "#3c3836",
"bg3": "#4F4945",
"fg": "#fbf1c7",

"red": "#cc241d",
"bright_red": "#fb4934",
"orange": "#d65d0e",
"bright_orange": "#fe8019",
"yellow": "#d79921",
"bright_yellow": "#fabd2f",
"green": "#98971a",
"bright_green": "#b8bb26",
"blue": "#458588",
"bright_blue": "#83a598",
"purple": "#b16286",
"bright_purple": "#d3869b",
"aqua": "#689d6a",
"bright_aqua": "#8ec07c"
},
"ui": {
"*": {
"background": "bg",
"borderColor": "bg1",
"disabledBorderColor": "bg0",
"foreground": "fg",
"hoverBackground": "bg",
"infoForeground": "#ebdbb2",
"lightSelectionBackground": "bg1",
"selectedBackground": "bg0",
"selectedBackgroundInactive": "bg1",
"selectedForeground": "fg",
"selectedInactiveBackground": "bg1",
"selectionBackground": "bg3",
"selectionBackgroundInactive": "bg1",
"selectionForeground": "fg",
"selectionInactiveBackground": "#353130",
"separatorColor": "bg1"
},
"CompletionPopup": {
"selectionBackground": "#262626"
},
"VersionControl.Log.Commit": {
"currentBranchBackground": "bg"
},
"ActionButton": {
"hoverBackground": "#504945"
},
"Button": {
"endBackground": "bg",
"endBorderColor": "#504945",
"startBackground": "bg",
"startBorderColor": "#504945",
"default": {
"endBackground": "#32302F",
"endBorderColor": "bg3",
"focusedBorderColor": "bg",
"foreground": "fg",
"startBackground": "#32302F",
"startBorderColor": "bg3"
}
},
"ComboBox": {
"nonEditableBackground": "bg",
"ArrowButton": {
"iconColor": "fg",
"disabledIconColor": "fg",
"nonEditableBackground": "bg"
}
},
"EditorTabs": {
"underlineColor": "#83a598"
},
"ToolWindow": {
"Header": {
"background": "bg1",
"inactiveBackground": "bg"
},
"HeaderTab": {
"selectedInactiveBackground": "bg0",
"hoverInactiveBackground": "bg0"
}
},
"Table": {
"lightSelectionBackground": "#504945",
"lightSelectionForeground": "fg",
"lightSelectionInactiveBackground": "bg",
"lightSelectionInactiveForeground": "#a89984",
"stripeColor": "bg1"
},
"FileColor": {
"Blue": "#83a59844",
"Green": "#303930",
"Orange": "#fe801988",
"Rose": "#cc241d44",
"Violet": "#d3869b22",
"Yellow": "#262626"
},
"Link": {
"activeForeground": "#83a598",
"hoverForeground": "#83a598",
"pressedForeground": "#83a598",
"visitedForeground": "#83a598"
},
"List": {
"background": "#232323",
"selectionBackground": "bg3"
},
"Popup": {
"Header.activeBackground": "#232323",
"Header.inactiveBackground": "#232323",
"paintBorder": false
},
"PopupMenu.borderWidth": "0",
"PopupMenuSeparator.stripeWidth": 1,
"SettingsTree.rowHeight": "0",
"TableHeader.cellBorder": "3,1,3,1",
"Tree.rowHeight": "0",
"WelcomeScreen": {
"Projects.background": "#323232",
"Projects.selectionBackground": "#4d4d4d",
"Projects.selectionInactiveBackground": "#4d4d4d",
"background": "#272727",
"separatorColor": "#272727"
},
"Window.border": "0,0,0,0,4d4d4d"
},
"icons": {
"ColorPalette": {
"Actions.Blue": "blue",
"Actions.Green": "aqua",
"Actions.Grey": "#928374",
"Actions.GreyInline.Dark": "fg",
"Actions.Red": "bright_red",
"Actions.Yellow": "bright_yellow",
"Checkbox.Background.Default.Dark": "bg",
"Checkbox.Background.Disabled.Dark": "bg",
"Checkbox.Border.Default.Dark": "fg",
"Checkbox.Border.Disabled.Dark": "#a89984",
"Checkbox.Focus.Thin.Default.Dark": "blue",
"Checkbox.Focus.Thin.Selected.Dark": "blue",
"Checkbox.Focus.Wide.Dark": "blue",
"Checkbox.Foreground.Disabled.Dark": "#a89984",
"Checkbox.Foreground.Selected.Dark": "fg",
"Objects.BlackText": "#000000FF",
"Objects.Blue": "aqua",
"Objects.Green": "aqua",
"Objects.GreenAndroid": "aqua",
"Objects.Grey": "#928374FF",
"Objects.Pink": "bright_purple",
"Objects.Purple": "purple",
"Objects.Red": "red",
"Objects.RedStatus": "bright_red",
"Objects.Yellow": "yellow",
"Objects.YellowDark": "orange"
}
}
}
Loading

0 comments on commit 536227c

Please sign in to comment.