mirror of
https://github.com/alexadhy/tokyonight-jetbrains.git
synced 2024-11-28 20:40:58 -05:00
tokyo night dark & storm
This commit is contained in:
parent
c748315e63
commit
6b189349f8
7 changed files with 1641 additions and 18 deletions
|
@ -2,6 +2,11 @@
|
||||||
|
|
||||||
A dark and light Jetbrains theme ported from the Visual Studio Code [TokyoNight](https://github.com/enkia/tokyo-night-vscode-theme) theme.
|
A dark and light Jetbrains theme ported from the Visual Studio Code [TokyoNight](https://github.com/enkia/tokyo-night-vscode-theme) theme.
|
||||||
|
|
||||||
|
There are 2 variants here:
|
||||||
|
|
||||||
|
- TokyoNight Dark
|
||||||
|
- TokyoNight Storm
|
||||||
|
|
||||||
<p align="center">
|
<p align="center">
|
||||||
<img src="static/kotlin.png"/>
|
<img src="static/kotlin.png"/>
|
||||||
</p>
|
</p>
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
pluginGroup = com.alex.tokyonight
|
pluginGroup = com.alex.tokyonight
|
||||||
pluginName = TokyoNight Theme
|
pluginName = TokyoNight Theme
|
||||||
pluginVersion = 0.0.3
|
pluginVersion = 0.0.4
|
||||||
pluginSinceBuild = 203
|
pluginSinceBuild = 203
|
||||||
pluginUntilBuild = 213.*
|
pluginUntilBuild = 213.*
|
||||||
platformType = IC
|
platformType = IC
|
||||||
|
|
|
@ -10,6 +10,7 @@
|
||||||
</description>
|
</description>
|
||||||
<depends>com.intellij.modules.platform</depends>
|
<depends>com.intellij.modules.platform</depends>
|
||||||
<extensions defaultExtensionNs="com.intellij">
|
<extensions defaultExtensionNs="com.intellij">
|
||||||
<themeProvider id="com.alex.tokyonight" path="/themes/TokyoNight.theme.json"/>
|
<themeProvider id="com.alex.tokyonight-storm" path="/themes/TokyoNightStorm.theme.json"/>
|
||||||
|
<themeProvider id="com.alex.tokyonight-dark" path="/themes/TokyoNightDark.theme.json"/>
|
||||||
</extensions>
|
</extensions>
|
||||||
</idea-plugin>
|
</idea-plugin>
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
{
|
{
|
||||||
"name": "TokyoNight",
|
"name": "TokyoNight Dark",
|
||||||
"dark": true,
|
"dark": true,
|
||||||
"author": "Alexander Adhyatma <alexadhyatma@mailbox.org>",
|
"author": "Alexander Adhyatma <alexadhyatma@mailbox.org>",
|
||||||
"editorScheme": "/themes/TokyoNight.xml",
|
"editorScheme": "/themes/TokyoNightDark.xml",
|
||||||
"colors": {
|
"colors": {
|
||||||
"bgDark": "#1f2335",
|
"bgDark": "#1f2335",
|
||||||
"bg": "#24283b",
|
"bg": "#24283b",
|
||||||
|
@ -40,6 +40,8 @@
|
||||||
"*": {
|
"*": {
|
||||||
"arc": "7",
|
"arc": "7",
|
||||||
"background": "bgDark",
|
"background": "bgDark",
|
||||||
|
"foreground": "fgDark",
|
||||||
|
"caretForeground": "fgDark",
|
||||||
"selectionForeground": "fg",
|
"selectionForeground": "fg",
|
||||||
"selectionInactiveForeground": "fg",
|
"selectionInactiveForeground": "fg",
|
||||||
"selectionBackground": "hoverBackground",
|
"selectionBackground": "hoverBackground",
|
1210
src/main/resources/themes/TokyoNightDark.xml
Normal file
1210
src/main/resources/themes/TokyoNightDark.xml
Normal file
File diff suppressed because it is too large
Load diff
394
src/main/resources/themes/TokyoNightStorm.theme.json
Normal file
394
src/main/resources/themes/TokyoNightStorm.theme.json
Normal file
|
@ -0,0 +1,394 @@
|
||||||
|
{
|
||||||
|
"name": "TokyoNight Storm",
|
||||||
|
"dark": true,
|
||||||
|
"author": "Alexander Adhyatma <alexadhyatma@mailbox.org>",
|
||||||
|
"editorScheme": "/themes/TokyoNightStorm.xml",
|
||||||
|
"colors": {
|
||||||
|
"bgDark": "#1f2335",
|
||||||
|
"bg": "#24283b",
|
||||||
|
"terminalBlack": "#414868",
|
||||||
|
"fg": "#c0caf5",
|
||||||
|
"fgDark": "#a9b1d6",
|
||||||
|
"fgGutter": "#3b4261",
|
||||||
|
"dark3": "#545c7e",
|
||||||
|
"comment": "#565f89",
|
||||||
|
"dark5": "#737aa2",
|
||||||
|
"blue0": "#3d59a1",
|
||||||
|
"blue": "#7aa2f7",
|
||||||
|
"cyan": "#7dcfff",
|
||||||
|
"blue1": "#2ac3de",
|
||||||
|
"blue2": "#0db9d7",
|
||||||
|
"blue5": "#89ddff",
|
||||||
|
"blue6": "#B4F9F8",
|
||||||
|
"blue7": "#394b70",
|
||||||
|
"magenta": "#bb9af7",
|
||||||
|
"magenta2": "#ff007c",
|
||||||
|
"purple": "#9d7cd8",
|
||||||
|
"orange": "#ff9e64",
|
||||||
|
"yellow": "#e0af68",
|
||||||
|
"green": "#9ece6a",
|
||||||
|
"green1": "#73daca",
|
||||||
|
"green2": "#41a6b5",
|
||||||
|
"teal": "#1abc9c",
|
||||||
|
"red": "#f7768e",
|
||||||
|
"red1": "#db4b4b",
|
||||||
|
"hoverBackground": "#292e42",
|
||||||
|
"selectionInactiveBackground": "#414868",
|
||||||
|
"separatorColor": "#545c7e"
|
||||||
|
},
|
||||||
|
"ui": {
|
||||||
|
"*": {
|
||||||
|
"arc": "7",
|
||||||
|
"background": "bg",
|
||||||
|
"foreground": "fg",
|
||||||
|
"caretForeground": "fg",
|
||||||
|
"selectionForeground": "fg",
|
||||||
|
"selectionInactiveForeground": "fg",
|
||||||
|
"selectionBackground": "hoverBackground",
|
||||||
|
"selectionInactiveBackground": "selectionInactiveBackground",
|
||||||
|
"inactiveBackground": "bg",
|
||||||
|
"disabledBackground": "bg",
|
||||||
|
"disabledBorderColor": "bg",
|
||||||
|
"disabledForeground": "comment",
|
||||||
|
"borderColor": "bgDark",
|
||||||
|
"separatorColor": "separatorColor"
|
||||||
|
},
|
||||||
|
"Borders": {
|
||||||
|
"color": "bgDark",
|
||||||
|
"ContrastBorderColor": "hoverBackground"
|
||||||
|
},
|
||||||
|
"ActionButton": {
|
||||||
|
"hoverBackground": "hoverBackground",
|
||||||
|
"hoverBorderColor": "hoverBackground",
|
||||||
|
"pressedBackground": "hoverBackground",
|
||||||
|
"pressedBorderColor": "hoverBackground"
|
||||||
|
},
|
||||||
|
"Bookmark": {
|
||||||
|
"iconBackground": "blue",
|
||||||
|
"Mnemonic": {
|
||||||
|
"iconForeground": "fg",
|
||||||
|
"iconBackground": "hoverBackground",
|
||||||
|
"iconBorderColor": "blue"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"BookmarkMnemonicAssigned": {
|
||||||
|
"foreground": "fg",
|
||||||
|
"background": "hoverBackground",
|
||||||
|
"borderColor": "magenta"
|
||||||
|
},
|
||||||
|
"BookmarkMnemonicAvailable": {
|
||||||
|
},
|
||||||
|
"BookmarkMnemonicCurrent": {
|
||||||
|
"foreground": "fg",
|
||||||
|
"background": "hoverBackground",
|
||||||
|
"borderColor": "blue0"
|
||||||
|
},
|
||||||
|
"Button": {
|
||||||
|
"foreground": "fg",
|
||||||
|
"startBorderColor": "hoverBackground",
|
||||||
|
"endBorderColor": "hoverBackground",
|
||||||
|
"startBackground": "hoverBackground",
|
||||||
|
"endBackground": "hoverBackground",
|
||||||
|
"focusedBorderColor": "blue0",
|
||||||
|
"disabledBorderColor": "bgDark",
|
||||||
|
"default": {
|
||||||
|
"foreground": "bg",
|
||||||
|
"startBackground": "blue",
|
||||||
|
"endBackground": "blue",
|
||||||
|
"startBorderColor": "blue0",
|
||||||
|
"endBorderColor": "blue0",
|
||||||
|
"focusColor": "fg",
|
||||||
|
"focusedBorderColor": "fg"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"Counter": {
|
||||||
|
"foreground": "bgDark",
|
||||||
|
"background": "blue0"
|
||||||
|
},
|
||||||
|
"ComboBox": {
|
||||||
|
"ArrowButton": {
|
||||||
|
"background": "hoverBackground",
|
||||||
|
"nonEditableBackground": "hoverBackground",
|
||||||
|
"disabledIconColor": "comment",
|
||||||
|
"iconColor": "blue"
|
||||||
|
},
|
||||||
|
"selectionBackground": "blue0",
|
||||||
|
"nonEditableBackground": "hoverBackground"
|
||||||
|
},
|
||||||
|
"CompletionPopup": {
|
||||||
|
"selectionBackground": "hoverBackground",
|
||||||
|
"selectionInactiveBackground": "selectionInactiveBackground",
|
||||||
|
"matchForeground": "green1"
|
||||||
|
},
|
||||||
|
"Component": {
|
||||||
|
"focusColor": "hoverBackground",
|
||||||
|
"borderColor": "bgDark",
|
||||||
|
"focusedBorderColor": "blue0",
|
||||||
|
"disabledBorderColor": "blue0",
|
||||||
|
"errorFocusColor": "red1",
|
||||||
|
"inactiveErrorFocusColor": "red1",
|
||||||
|
"warningFocusColor": "yellow",
|
||||||
|
"inactiveWarningFocusColor": "yellow"
|
||||||
|
},
|
||||||
|
"DragAndDrop": {
|
||||||
|
"borderColor": "blue0"
|
||||||
|
},
|
||||||
|
"DefaultTabs": {
|
||||||
|
"background": "bg",
|
||||||
|
"borderColor": "hoverBackground",
|
||||||
|
"hoverBackground": "hoverBackground",
|
||||||
|
"inactiveUnderlineColor": "comment",
|
||||||
|
"underlineColor": "blue"
|
||||||
|
},
|
||||||
|
"Editor": {
|
||||||
|
"background": "bgDark",
|
||||||
|
"shortcutForeground": "blue"
|
||||||
|
},
|
||||||
|
"EditorTabs": {
|
||||||
|
"background": "bgDark",
|
||||||
|
"underlinedTabBackground": "hoverBackground",
|
||||||
|
"underlineColor": "blue",
|
||||||
|
"underlineHeight": 1,
|
||||||
|
"hoverBackground": "hoverBackground",
|
||||||
|
"inactiveUnderlineColor": "blue"
|
||||||
|
},
|
||||||
|
"FileColor": {
|
||||||
|
"Blue": "#7AA2F71a",
|
||||||
|
"Green": "#9ece6e05",
|
||||||
|
"Orange": "#FF9E6405",
|
||||||
|
"Yellow": "#e0af6805",
|
||||||
|
"Rose": "#F7768E05",
|
||||||
|
"Violet": "#bb9af705"
|
||||||
|
},
|
||||||
|
"Link": {
|
||||||
|
"activeForeground": "blue",
|
||||||
|
"hoverForeground": "blue",
|
||||||
|
"visitedForeground": "magenta",
|
||||||
|
"pressedForeground": "magenta"
|
||||||
|
},
|
||||||
|
"Notification": {
|
||||||
|
"background": "hoverBackground",
|
||||||
|
"errorBorderColor": "red1",
|
||||||
|
"errorBackground": "bgDark",
|
||||||
|
"errorForeground": "fg",
|
||||||
|
"ToolWindow": {
|
||||||
|
"warningForeground": "fg",
|
||||||
|
"warningBackground": "bgDark",
|
||||||
|
"warningBorderColor": "orange",
|
||||||
|
"errorForeground": "fg",
|
||||||
|
"errorBorderColor": "red1",
|
||||||
|
"errorBackground": "bgDark",
|
||||||
|
"informativeForeground": "fg",
|
||||||
|
"informativeBackground": "bgDark",
|
||||||
|
"informativeBorderColor": "magenta"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"PasswordField": {
|
||||||
|
"background": "hoverBackground"
|
||||||
|
},
|
||||||
|
"Plugins": {
|
||||||
|
"SearchField": {
|
||||||
|
"background": "hoverBackground"
|
||||||
|
},
|
||||||
|
"SectionHeader": {
|
||||||
|
"foreground": "fg"
|
||||||
|
},
|
||||||
|
"hoverBackground": "hoverBackground",
|
||||||
|
"lightSelectionBackground": "hoverBackground",
|
||||||
|
"Button": {
|
||||||
|
"installBorderColor": "magenta",
|
||||||
|
"installForeground": "magenta",
|
||||||
|
"installBackground": "bgDark",
|
||||||
|
"installFillForeground": "bgDark",
|
||||||
|
"installFillBackground": "magenta",
|
||||||
|
"installFocusedBackground": "bgDark",
|
||||||
|
"updateBorderColor": "blue",
|
||||||
|
"updateForeground": "fg",
|
||||||
|
"updateBackground": "blue"
|
||||||
|
},
|
||||||
|
"Tab": {
|
||||||
|
"selectedBackground": "hoverBackground",
|
||||||
|
"selectedForeground": "fg",
|
||||||
|
"hoverBackground": "hoverBackground"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"ProgressBar": {
|
||||||
|
"failedEndColor": "red",
|
||||||
|
"failedColor": "red1",
|
||||||
|
"trackColor": "selectionBackground",
|
||||||
|
"progressColor": "blue",
|
||||||
|
"indeterminateStartColor": "blue",
|
||||||
|
"indeterminateEndColor": "magenta",
|
||||||
|
"passedEndColor": "green1",
|
||||||
|
"passedColor": "green"
|
||||||
|
},
|
||||||
|
"Popup": {
|
||||||
|
"Header": {
|
||||||
|
"activeBackground": "hoverBackground",
|
||||||
|
"inactiveBackground": "hoverBackground"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"RadioButtonMenuItem": {
|
||||||
|
"selectionBackground": "hoverBackground"
|
||||||
|
},
|
||||||
|
"ScrollBar": {
|
||||||
|
"Mac": {
|
||||||
|
"hoverThumbColor": "hoverBackground",
|
||||||
|
"Transparent": {
|
||||||
|
"hoverThumbColor": "hoverBackground"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"SearchEverywhere": {
|
||||||
|
"Advertiser.foreground": "fg",
|
||||||
|
"SearchField": {
|
||||||
|
"background": "hoverBackground"
|
||||||
|
},
|
||||||
|
"Tab": {
|
||||||
|
"selectedBackground": "hoverBackground",
|
||||||
|
"selectedForeground": "fg"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"SearchMatch": {
|
||||||
|
"startBackground": "blue0",
|
||||||
|
"endBackground": "blue0"
|
||||||
|
},
|
||||||
|
"Separator": {
|
||||||
|
"separatorColor": "separatorColor"
|
||||||
|
},
|
||||||
|
"SidePanel": {
|
||||||
|
"background": "bg"
|
||||||
|
},
|
||||||
|
"StatusBar": {
|
||||||
|
"borderColor": "bg",
|
||||||
|
"hoverBackground": "hoverBackground"
|
||||||
|
},
|
||||||
|
"TabbedPane": {
|
||||||
|
"tabSelectionHeight": 1,
|
||||||
|
"focusColor": "hoverBackground",
|
||||||
|
"hoverColor": "hoverBackground",
|
||||||
|
"underlineColor": "blue",
|
||||||
|
"contentAreaColor": "bgDark"
|
||||||
|
},
|
||||||
|
"Table": {
|
||||||
|
"gridColor": "hoverBackground",
|
||||||
|
"hoverBackground": "hoverBackground"
|
||||||
|
},
|
||||||
|
"TableHeader": {
|
||||||
|
"bottomSeparatorColor": "fgGutter"
|
||||||
|
},
|
||||||
|
"TextField": {
|
||||||
|
"background": "hoverBackground"
|
||||||
|
},
|
||||||
|
"TextArea": {
|
||||||
|
"background": "bgDark"
|
||||||
|
},
|
||||||
|
"ToggleButton": {
|
||||||
|
"onBackground": "green",
|
||||||
|
"onForeground": "hoverBackground",
|
||||||
|
"offBackground": "hoverBackground",
|
||||||
|
"offForeground": "hoverBackground",
|
||||||
|
"buttonColor": "fg"
|
||||||
|
},
|
||||||
|
"ToolBar": {
|
||||||
|
"background": "bgDark",
|
||||||
|
"borderHandleColor": "magenta"
|
||||||
|
},
|
||||||
|
"ToolWindow": {
|
||||||
|
"Button": {
|
||||||
|
"hoverBackground": "hoverBackground"
|
||||||
|
},
|
||||||
|
"Header": {
|
||||||
|
"background": "bgDark",
|
||||||
|
"inactiveBackground": "bgDark",
|
||||||
|
"borderColor": "hoverBackground"
|
||||||
|
},
|
||||||
|
"HeaderTab": {
|
||||||
|
"underlineColor": "magenta2",
|
||||||
|
"inactiveUnderlineColor": "fgDark",
|
||||||
|
"underlineHeight": 1,
|
||||||
|
"underlinedTabBackground": "dark3",
|
||||||
|
"selectedInactiveBackground": "dark5",
|
||||||
|
"hoverBackground": "hoverBackground"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"Tree": {
|
||||||
|
"background": "bgDark",
|
||||||
|
"modifiedItemForeground": "blue",
|
||||||
|
"hoverBackground": "hoverBackground",
|
||||||
|
"selectionBackground": "blue0",
|
||||||
|
"selectionInactiveBackground": "selectionInactiveBackground"
|
||||||
|
},
|
||||||
|
"ValidationTooltip": {
|
||||||
|
"errorBackground": "bgDark",
|
||||||
|
"errorBorderColor": "red1",
|
||||||
|
"warningBackground": "bgDark",
|
||||||
|
"warningBorderColor": "orange"
|
||||||
|
},
|
||||||
|
"VersionControl": {
|
||||||
|
"FileHistory": {
|
||||||
|
"Commit": {
|
||||||
|
"selectedBranchBackground": "hoverBackground"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"GitLog": {
|
||||||
|
"headIconColor": "yellow",
|
||||||
|
"localBranchIconColor": "green",
|
||||||
|
"remoteBranchIconColor": "magenta",
|
||||||
|
"tagIconColor": "blue",
|
||||||
|
"otherIconColor": "green"
|
||||||
|
},
|
||||||
|
"Log": {
|
||||||
|
"Commit": {
|
||||||
|
"hoveredBackground": "hoverBackground",
|
||||||
|
"currentBranchBackground": "hoverBackground"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"RefLabel": {
|
||||||
|
"foreground": "fg"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"WelcomeScreen": {
|
||||||
|
"SidePanel": {
|
||||||
|
"background": "bg"
|
||||||
|
},
|
||||||
|
"separatorColor": "fgGutter",
|
||||||
|
"Projects": {
|
||||||
|
"background": "bg",
|
||||||
|
"selectionBackground": "hoverBackground",
|
||||||
|
"selectionInactiveBackground": "hoverBackground",
|
||||||
|
"actions": {
|
||||||
|
"background": "hoverBackground"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"icons": {
|
||||||
|
"ColorPalette": {
|
||||||
|
"Actions.Blue": "#7AA2F7",
|
||||||
|
"Actions.Green": "#9ECE6A",
|
||||||
|
"Actions.Orange": "#FF9E64",
|
||||||
|
"Actions.Purple": "#9D7CD8",
|
||||||
|
"Actions.Red": "#F7768E",
|
||||||
|
"Actions.Yellow": "#E0AF68",
|
||||||
|
"Actions.Gray": "comment",
|
||||||
|
"Actions.White": "#C0CAF5",
|
||||||
|
"Actions.Black": "#24283B",
|
||||||
|
"Actions.Grey": "#414868",
|
||||||
|
"Actions.GreyInline.Dark": "#565F89",
|
||||||
|
"Actions.GreyInline": "#565F89",
|
||||||
|
"Objects.Blue": "#7AA2F7",
|
||||||
|
"Objects.Green": "#9ECE6A",
|
||||||
|
"Objects.GreenAndroid": "#9ECE6A",
|
||||||
|
"Objects.Grey": "#414868",
|
||||||
|
"Objects.Pink": "#BB9AF7",
|
||||||
|
"Objects.Purple": "#9D7CD8",
|
||||||
|
"Objects.Red": "#F7768E",
|
||||||
|
"Objects.RedStatus": "#F7768E",
|
||||||
|
"Objects.Yellow": "#E0AF68",
|
||||||
|
"Objects.YellowDark": "#E0AF68",
|
||||||
|
"Objects.BlackText": "#565F89",
|
||||||
|
"Tree.iconColor": "#7aa2f7"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
|
@ -1,4 +1,4 @@
|
||||||
<scheme name="TokyoNight" version="142" parent_scheme="Darcula">
|
<scheme name="TokyoNightStorm" version="142" parent_scheme="Darcula">
|
||||||
<colors>
|
<colors>
|
||||||
<option name="ADDED_LINES_COLOR" value="73daca" />
|
<option name="ADDED_LINES_COLOR" value="73daca" />
|
||||||
<option name="ANNOTATIONS_COLOR" value="c0caf5" />
|
<option name="ANNOTATIONS_COLOR" value="c0caf5" />
|
||||||
|
@ -6,10 +6,10 @@
|
||||||
<option name="CARET_ROW_COLOR" value="292e42" />
|
<option name="CARET_ROW_COLOR" value="292e42" />
|
||||||
<option name="CONSOLE_BACKGROUND_KEY" value="24283b" />
|
<option name="CONSOLE_BACKGROUND_KEY" value="24283b" />
|
||||||
<option name="DELETED_LINES_COLOR" value="f7768e" />
|
<option name="DELETED_LINES_COLOR" value="f7768e" />
|
||||||
<option name="DIAGRAM_ANNOTATION_EDGE" value="d08770" />
|
<option name="DIAGRAM_ANNOTATION_EDGE" value="e0af68" />
|
||||||
<option name="DIAGRAM_DEFAULT_EDGE" value="c0caf5" />
|
<option name="DIAGRAM_DEFAULT_EDGE" value="c0caf5" />
|
||||||
<option name="DIAGRAM_GENERALIZATION_EDGE" value="7aa2f7" />
|
<option name="DIAGRAM_GENERALIZATION_EDGE" value="7aa2f7" />
|
||||||
<option name="DIAGRAM_INNER_EDGE" value="8fbcbb" />
|
<option name="DIAGRAM_INNER_EDGE" value="7aa2f7" />
|
||||||
<option name="DIAGRAM_NODE_BACKGROUND" value="3b4261" />
|
<option name="DIAGRAM_NODE_BACKGROUND" value="3b4261" />
|
||||||
<option name="DIAGRAM_NODE_HEADER" value="3b4261" />
|
<option name="DIAGRAM_NODE_HEADER" value="3b4261" />
|
||||||
<option name="DIAGRAM_NOTE_BACKGROUND" value="414868" />
|
<option name="DIAGRAM_NOTE_BACKGROUND" value="414868" />
|
||||||
|
@ -22,16 +22,16 @@
|
||||||
<option name="FILESTATUS_DELETED" value="f7768e" />
|
<option name="FILESTATUS_DELETED" value="f7768e" />
|
||||||
<option name="FILESTATUS_IDEA_FILESTATUS_DELETED_FROM_FILE_SYSTEM" value="3b4261" />
|
<option name="FILESTATUS_IDEA_FILESTATUS_DELETED_FROM_FILE_SYSTEM" value="3b4261" />
|
||||||
<option name="FILESTATUS_IDEA_FILESTATUS_IGNORED" value="3b4261" />
|
<option name="FILESTATUS_IDEA_FILESTATUS_IGNORED" value="3b4261" />
|
||||||
<option name="FILESTATUS_IDEA_FILESTATUS_MERGED_WITH_BOTH_CONFLICTS" value="d08770" />
|
<option name="FILESTATUS_IDEA_FILESTATUS_MERGED_WITH_BOTH_CONFLICTS" value="e0af68" />
|
||||||
<option name="FILESTATUS_IDEA_FILESTATUS_MERGED_WITH_CONFLICTS" value="d08770" />
|
<option name="FILESTATUS_IDEA_FILESTATUS_MERGED_WITH_CONFLICTS" value="e0af68" />
|
||||||
<option name="FILESTATUS_IDEA_FILESTATUS_MERGED_WITH_PROPERTY_CONFLICTS" value="d08770" />
|
<option name="FILESTATUS_IDEA_FILESTATUS_MERGED_WITH_PROPERTY_CONFLICTS" value="e0af68" />
|
||||||
<option name="FILESTATUS_MERGED" value="73daca" />
|
<option name="FILESTATUS_MERGED" value="73daca" />
|
||||||
<option name="FILESTATUS_MODIFIED" value="ebcb8b" />
|
<option name="FILESTATUS_MODIFIED" value="ebcb8b" />
|
||||||
<option name="FILESTATUS_NOT_CHANGED_IMMEDIATE" value="7aa2f7" />
|
<option name="FILESTATUS_NOT_CHANGED_IMMEDIATE" value="7aa2f7" />
|
||||||
<option name="FILESTATUS_NOT_CHANGED_RECURSIVE" value="7aa2f7" />
|
<option name="FILESTATUS_NOT_CHANGED_RECURSIVE" value="7aa2f7" />
|
||||||
<option name="FILESTATUS_UNKNOWN" value="f7768e" />
|
<option name="FILESTATUS_UNKNOWN" value="f7768e" />
|
||||||
<option name="FILESTATUS_addedOutside" value="73daca" />
|
<option name="FILESTATUS_addedOutside" value="73daca" />
|
||||||
<option name="FILESTATUS_changelistConflict" value="d08770" />
|
<option name="FILESTATUS_changelistConflict" value="e0af68" />
|
||||||
<option name="FILESTATUS_modifiedOutside" value="ebcb8b" />
|
<option name="FILESTATUS_modifiedOutside" value="ebcb8b" />
|
||||||
<option name="GUTTER_BACKGROUND" value="24283b" />
|
<option name="GUTTER_BACKGROUND" value="24283b" />
|
||||||
<option name="HTML_TAG_TREE_LEVEL0" value="" />
|
<option name="HTML_TAG_TREE_LEVEL0" value="" />
|
||||||
|
@ -1039,13 +1039,24 @@
|
||||||
<option name="FONT_TYPE" value="2" />
|
<option name="FONT_TYPE" value="2" />
|
||||||
</value>
|
</value>
|
||||||
</option>
|
</option>
|
||||||
<option name="PY.SELF_PARAMETER">
|
<option name="PY.KEYWORD_ARGUMENT" baseAttributes="DEFAULT_PARAMETER" />
|
||||||
<value>
|
<option name="PY.PREDEFINED_DEFINITION">
|
||||||
<option name="FOREGROUND" value="d599e2" />
|
<value>
|
||||||
<option name="FONT_TYPE" value="2" />
|
<option name="FOREGROUND" value="72aaf7" />
|
||||||
<option name="EFFECT_TYPE" value="3" />
|
</value>
|
||||||
</value>
|
</option>
|
||||||
</option>
|
<option name="PY.PREDEFINED_USAGE">
|
||||||
|
<value>
|
||||||
|
<option name="FOREGROUND" value="72aaf7" />
|
||||||
|
</value>
|
||||||
|
</option>
|
||||||
|
<option name="PY.SELF_PARAMETER">
|
||||||
|
<value>
|
||||||
|
<option name="FOREGROUND" value="d599e2" />
|
||||||
|
<option name="FONT_TYPE" value="2" />
|
||||||
|
<option name="EFFECT_TYPE" value="3" />
|
||||||
|
</value>
|
||||||
|
</option>
|
||||||
<option name="REGEXP_MATCHED_GROUPS">
|
<option name="REGEXP_MATCHED_GROUPS">
|
||||||
<value>
|
<value>
|
||||||
<option name="FOREGROUND" value="9aa5ce" />
|
<option name="FOREGROUND" value="9aa5ce" />
|
Loading…
Reference in a new issue