mirror of
https://github.com/JFormDesigner/FlatLaf.git
synced 2026-02-16 08:37:12 -06:00
Compare commits
44 Commits
fonts/jetb
...
3.1.1
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e84390ee46 | ||
|
|
65a0f467ae | ||
|
|
4afb150106 | ||
|
|
0f6702217e | ||
|
|
13a0097858 | ||
|
|
01c830ad92 | ||
|
|
dce4f4623c | ||
|
|
d530624362 | ||
|
|
2e878b62d1 | ||
|
|
d27a246dfe | ||
|
|
778def118a | ||
|
|
bc5587477b | ||
|
|
03a775cd31 | ||
|
|
875083a924 | ||
|
|
f6fc925c9e | ||
|
|
74e1972781 | ||
|
|
2f5c54bb49 | ||
|
|
465798ee3d | ||
|
|
425f3acced | ||
|
|
546382e471 | ||
|
|
7e91d78633 | ||
|
|
136e1e4e30 | ||
|
|
f5f6850172 | ||
|
|
28cdde3f17 | ||
|
|
29b801e13d | ||
|
|
1435469ee5 | ||
|
|
4a0bd2c09f | ||
|
|
f8d67f863f | ||
|
|
0291dd5416 | ||
|
|
9014435d4d | ||
|
|
07ad467c73 | ||
|
|
35e23574cf | ||
|
|
9b62b8395f | ||
|
|
45e7022deb | ||
|
|
32dce16363 | ||
|
|
e34b5eafe1 | ||
|
|
4e1e749094 | ||
|
|
ede9293377 | ||
|
|
9101324a1f | ||
|
|
4b844353ee | ||
|
|
2134c19c58 | ||
|
|
c974784ebb | ||
|
|
5eb6961023 | ||
|
|
07cbd8b97b |
7
.github/workflows/ci.yml
vendored
7
.github/workflows/ci.yml
vendored
@@ -24,10 +24,11 @@ jobs:
|
|||||||
- 8
|
- 8
|
||||||
- 11 # LTS
|
- 11 # LTS
|
||||||
- 17 # LTS
|
- 17 # LTS
|
||||||
|
- 19
|
||||||
toolchain: [""]
|
toolchain: [""]
|
||||||
include:
|
# include:
|
||||||
- java: 17
|
# - java: 17
|
||||||
toolchain: 19 # latest
|
# toolchain: 19 # latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
|||||||
1
.github/workflows/fonts.yml
vendored
1
.github/workflows/fonts.yml
vendored
@@ -22,6 +22,7 @@ jobs:
|
|||||||
- inter
|
- inter
|
||||||
- jetbrains-mono
|
- jetbrains-mono
|
||||||
- roboto
|
- roboto
|
||||||
|
- roboto-mono
|
||||||
|
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
if: |
|
if: |
|
||||||
|
|||||||
73
CHANGELOG.md
73
CHANGELOG.md
@@ -1,6 +1,79 @@
|
|||||||
FlatLaf Change Log
|
FlatLaf Change Log
|
||||||
==================
|
==================
|
||||||
|
|
||||||
|
## 3.1.1
|
||||||
|
|
||||||
|
- IntelliJ Themes:
|
||||||
|
- Fixed too large menu item paddings and too large table/tree row heights (all
|
||||||
|
"Material Theme UI Lite" themes; issue #667; regression in FlatLaf 3.1).
|
||||||
|
- Fixed too large tree row height in "Carbon", "Dark Purple", "Gray",
|
||||||
|
"Material Design Dark", "Monokai Pro", "One Dark" and "Spacegray" themes.
|
||||||
|
- Native libraries: Fixed `IllegalArgumentException: URI scheme is not "file"`
|
||||||
|
when using FlatLaf in WebStart. (issue #668; regression in FlatLaf 3.1)
|
||||||
|
|
||||||
|
|
||||||
|
## 3.1
|
||||||
|
|
||||||
|
#### New features and improvements
|
||||||
|
|
||||||
|
- Windows 11: Popups (`JPopupMenu`, `JComboBox`, `JToolTip`, etc.) now use
|
||||||
|
native Windows 11 rounded borders and drop shadows. (PR #643)
|
||||||
|
- Fonts:
|
||||||
|
- Added **Roboto Mono** (https://fonts.google.com/specimen/Roboto+Mono). (PR
|
||||||
|
#639, issue #638)
|
||||||
|
- Updated **JetBrains Mono** to
|
||||||
|
[v2.304](https://github.com/JetBrains/JetBrainsMono/releases/tag/v2.304).
|
||||||
|
- Theme Editor: Support macOS light and dark themes.
|
||||||
|
- TabbedPane: Support hover and focused tab foreground colors. (issue #627)
|
||||||
|
- TabbedPane: `tabbedPane.getBackgroundAt(tabIndex)` now has higher priority
|
||||||
|
than `TabbedPane.focusColor` and `TabbedPane.selectedBackground`. If
|
||||||
|
`tabbedPane.setBackgroundAt(tabIndex)` is used to set a color for a single
|
||||||
|
tab, then this color is now used even if the tab is focused or selected.
|
||||||
|
- TableHeader: Support column hover and pressed background and foreground
|
||||||
|
colors. (issue #636)
|
||||||
|
- Native libraries: Made it easier to distribute FlatLaf native libraries
|
||||||
|
(Windows `.dll` and Linux `.so`) to avoid problems on operating systems with
|
||||||
|
enabled execution restrictions.
|
||||||
|
See https://www.formdev.com/flatlaf/native-libraries/ for more details. (issue #624)
|
||||||
|
- Published native libraries to Maven Central for easy using them as
|
||||||
|
dependencies in Gradle and Maven.
|
||||||
|
- If available, native libraries are now loaded from same location as
|
||||||
|
`flatlaf.jar`, otherwise they are extract from `flatlaf.jar` to temporary
|
||||||
|
folder and loaded from there.
|
||||||
|
- Windows DLLs are now digitally signed with FormDev Software GmbH
|
||||||
|
certificate.
|
||||||
|
|
||||||
|
|
||||||
|
#### Fixed bugs
|
||||||
|
|
||||||
|
- FlatLaf window decorations:
|
||||||
|
- Fixed inconsistent size of glass pane depending on whether FlatLaf window
|
||||||
|
decorations are used (e.g. Windows 10/11) or not (e.g. macOS). Now the glass
|
||||||
|
pane no longer overlaps the FlatLaf window title bar. (issue #630)
|
||||||
|
- Linux: Fixed broken window resizing on multi-screen setups. (issue #632)
|
||||||
|
- Linux: Fixed behavior of maximize/restore button when tiling window to left
|
||||||
|
or right half of screen. (issue #647)
|
||||||
|
- IntelliJ Themes:
|
||||||
|
- Fixed default button hover background in "Solarized Light" theme. (issue
|
||||||
|
#628)
|
||||||
|
- Avoid that accent color affect some colors in some IntelliJ themes. (issue
|
||||||
|
#625)
|
||||||
|
- Updated "Hiberbee Dark" and "Material Theme UI Lite" themes.
|
||||||
|
- Styling: Fixed resolving of UI variables in styles that use other variables.
|
||||||
|
- MenuItem: Fixed horizontal alignment of icons. (issue #631)
|
||||||
|
- Table: Fixed potential performance issue with paint cell focus indicator
|
||||||
|
border. (issue #654)
|
||||||
|
- Tree: Fixed missing custom closed/opened/leaf icons of a custom
|
||||||
|
`DefaultTreeCellRenderer`. (issue #653; regression since implementing PR #609
|
||||||
|
in FlatLaf 3.0)
|
||||||
|
- Tree: Fixed truncated node text and too small painted non-wide node background
|
||||||
|
if custom cell renderer sets icon, but not disabled icon, and tree is
|
||||||
|
disabled. (issue #640)
|
||||||
|
- Fixed `HiDPIUtils.paintAtScale1x()`, which painted at wrong location if
|
||||||
|
graphics is rotated, is scaled and `x` or `y` parameters are not zero. (issue
|
||||||
|
#646)
|
||||||
|
|
||||||
|
|
||||||
## 3.0
|
## 3.0
|
||||||
|
|
||||||
#### New features and improvements
|
#### New features and improvements
|
||||||
|
|||||||
10
README.md
10
README.md
@@ -15,6 +15,11 @@ IntelliJ IDEA 2019.2+ and uses almost the same colors and icons.
|
|||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
macOS Themes
|
||||||
|
------------
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
|
||||||
IntelliJ Platform Themes
|
IntelliJ Platform Themes
|
||||||
------------------------
|
------------------------
|
||||||
@@ -61,6 +66,11 @@ Otherwise download `flatlaf-<version>.jar` here:
|
|||||||
|
|
||||||
[](https://maven-badges.herokuapp.com/maven-central/com.formdev/flatlaf)
|
[](https://maven-badges.herokuapp.com/maven-central/com.formdev/flatlaf)
|
||||||
|
|
||||||
|
See also
|
||||||
|
[Native Libraries distribution](https://www.formdev.com/flatlaf/native-libraries/)
|
||||||
|
for instructions on how to redistribute FlatLaf native libraries with your
|
||||||
|
application.
|
||||||
|
|
||||||
|
|
||||||
### Snapshots
|
### Snapshots
|
||||||
|
|
||||||
|
|||||||
@@ -14,8 +14,8 @@
|
|||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
val releaseVersion = "3.0"
|
val releaseVersion = "3.1.1"
|
||||||
val developmentVersion = "3.1-SNAPSHOT"
|
val developmentVersion = "3.2-SNAPSHOT"
|
||||||
|
|
||||||
version = if( rootProject.hasProperty( "release" ) ) releaseVersion else developmentVersion
|
version = if( rootProject.hasProperty( "release" ) ) releaseVersion else developmentVersion
|
||||||
|
|
||||||
|
|||||||
@@ -15,10 +15,13 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
|
open class NativeArtifact( val fileName: String, val classifier: String, val type: String ) {}
|
||||||
|
|
||||||
open class PublishExtension {
|
open class PublishExtension {
|
||||||
var artifactId: String? = null
|
var artifactId: String? = null
|
||||||
var name: String? = null
|
var name: String? = null
|
||||||
var description: String? = null
|
var description: String? = null
|
||||||
|
var nativeArtifacts: List<NativeArtifact>? = null
|
||||||
}
|
}
|
||||||
|
|
||||||
val extension = project.extensions.create<PublishExtension>( "flatlafPublish" )
|
val extension = project.extensions.create<PublishExtension>( "flatlafPublish" )
|
||||||
@@ -71,6 +74,15 @@ publishing {
|
|||||||
url.set( "https://github.com/JFormDesigner/FlatLaf/issues" )
|
url.set( "https://github.com/JFormDesigner/FlatLaf/issues" )
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
afterEvaluate {
|
||||||
|
extension.nativeArtifacts?.forEach {
|
||||||
|
artifact( artifacts.add( "archives", file( it.fileName ) ) {
|
||||||
|
classifier = it.classifier
|
||||||
|
type = it.type
|
||||||
|
} )
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -14,6 +14,8 @@
|
|||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
import Flatlaf_publish_gradle.NativeArtifact
|
||||||
|
|
||||||
plugins {
|
plugins {
|
||||||
`java-library`
|
`java-library`
|
||||||
`flatlaf-toolchain`
|
`flatlaf-toolchain`
|
||||||
@@ -123,4 +125,11 @@ flatlafPublish {
|
|||||||
artifactId = "flatlaf"
|
artifactId = "flatlaf"
|
||||||
name = "FlatLaf"
|
name = "FlatLaf"
|
||||||
description = "Flat Look and Feel"
|
description = "Flat Look and Feel"
|
||||||
|
|
||||||
|
val natives = "src/main/resources/com/formdev/flatlaf/natives"
|
||||||
|
nativeArtifacts = listOf(
|
||||||
|
NativeArtifact( "${natives}/flatlaf-windows-x86.dll", "windows-x86", "dll" ),
|
||||||
|
NativeArtifact( "${natives}/flatlaf-windows-x86_64.dll", "windows-x86_64", "dll" ),
|
||||||
|
NativeArtifact( "${natives}/libflatlaf-linux-x86_64.so", "linux-x86_64", "so" ),
|
||||||
|
)
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
#Signature file v4.1
|
#Signature file v4.1
|
||||||
#Version 2.6
|
#Version 3.1
|
||||||
|
|
||||||
CLSS public abstract interface com.formdev.flatlaf.FlatClientProperties
|
CLSS public abstract interface com.formdev.flatlaf.FlatClientProperties
|
||||||
fld public final static java.lang.String BUTTON_TYPE = "JButton.buttonType"
|
fld public final static java.lang.String BUTTON_TYPE = "JButton.buttonType"
|
||||||
@@ -12,6 +12,7 @@ fld public final static java.lang.String BUTTON_TYPE_TOOLBAR_BUTTON = "toolBarBu
|
|||||||
fld public final static java.lang.String COMPONENT_FOCUS_OWNER = "JComponent.focusOwner"
|
fld public final static java.lang.String COMPONENT_FOCUS_OWNER = "JComponent.focusOwner"
|
||||||
fld public final static java.lang.String COMPONENT_ROUND_RECT = "JComponent.roundRect"
|
fld public final static java.lang.String COMPONENT_ROUND_RECT = "JComponent.roundRect"
|
||||||
fld public final static java.lang.String COMPONENT_TITLE_BAR_CAPTION = "JComponent.titleBarCaption"
|
fld public final static java.lang.String COMPONENT_TITLE_BAR_CAPTION = "JComponent.titleBarCaption"
|
||||||
|
fld public final static java.lang.String GLASS_PANE_FULL_HEIGHT = "JRootPane.glassPaneFullHeight"
|
||||||
fld public final static java.lang.String MENU_BAR_EMBEDDED = "JRootPane.menuBarEmbedded"
|
fld public final static java.lang.String MENU_BAR_EMBEDDED = "JRootPane.menuBarEmbedded"
|
||||||
fld public final static java.lang.String MINIMUM_HEIGHT = "JComponent.minimumHeight"
|
fld public final static java.lang.String MINIMUM_HEIGHT = "JComponent.minimumHeight"
|
||||||
fld public final static java.lang.String MINIMUM_WIDTH = "JComponent.minimumWidth"
|
fld public final static java.lang.String MINIMUM_WIDTH = "JComponent.minimumWidth"
|
||||||
@@ -19,6 +20,7 @@ fld public final static java.lang.String OUTLINE = "JComponent.outline"
|
|||||||
fld public final static java.lang.String OUTLINE_ERROR = "error"
|
fld public final static java.lang.String OUTLINE_ERROR = "error"
|
||||||
fld public final static java.lang.String OUTLINE_WARNING = "warning"
|
fld public final static java.lang.String OUTLINE_WARNING = "warning"
|
||||||
fld public final static java.lang.String PLACEHOLDER_TEXT = "JTextField.placeholderText"
|
fld public final static java.lang.String PLACEHOLDER_TEXT = "JTextField.placeholderText"
|
||||||
|
fld public final static java.lang.String POPUP_BORDER_CORNER_RADIUS = "Popup.borderCornerRadius"
|
||||||
fld public final static java.lang.String POPUP_DROP_SHADOW_PAINTED = "Popup.dropShadowPainted"
|
fld public final static java.lang.String POPUP_DROP_SHADOW_PAINTED = "Popup.dropShadowPainted"
|
||||||
fld public final static java.lang.String POPUP_FORCE_HEAVY_WEIGHT = "Popup.forceHeavyWeight"
|
fld public final static java.lang.String POPUP_FORCE_HEAVY_WEIGHT = "Popup.forceHeavyWeight"
|
||||||
fld public final static java.lang.String PROGRESS_BAR_LARGE_HEIGHT = "JProgressBar.largeHeight"
|
fld public final static java.lang.String PROGRESS_BAR_LARGE_HEIGHT = "JProgressBar.largeHeight"
|
||||||
@@ -86,7 +88,11 @@ fld public final static java.lang.String TEXT_FIELD_TRAILING_COMPONENT = "JTextF
|
|||||||
fld public final static java.lang.String TEXT_FIELD_TRAILING_ICON = "JTextField.trailingIcon"
|
fld public final static java.lang.String TEXT_FIELD_TRAILING_ICON = "JTextField.trailingIcon"
|
||||||
fld public final static java.lang.String TITLE_BAR_BACKGROUND = "JRootPane.titleBarBackground"
|
fld public final static java.lang.String TITLE_BAR_BACKGROUND = "JRootPane.titleBarBackground"
|
||||||
fld public final static java.lang.String TITLE_BAR_FOREGROUND = "JRootPane.titleBarForeground"
|
fld public final static java.lang.String TITLE_BAR_FOREGROUND = "JRootPane.titleBarForeground"
|
||||||
|
fld public final static java.lang.String TITLE_BAR_SHOW_CLOSE = "JRootPane.titleBarShowClose"
|
||||||
fld public final static java.lang.String TITLE_BAR_SHOW_ICON = "JRootPane.titleBarShowIcon"
|
fld public final static java.lang.String TITLE_BAR_SHOW_ICON = "JRootPane.titleBarShowIcon"
|
||||||
|
fld public final static java.lang.String TITLE_BAR_SHOW_ICONIFFY = "JRootPane.titleBarShowIconify"
|
||||||
|
fld public final static java.lang.String TITLE_BAR_SHOW_MAXIMIZE = "JRootPane.titleBarShowMaximize"
|
||||||
|
fld public final static java.lang.String TITLE_BAR_SHOW_TITLE = "JRootPane.titleBarShowTitle"
|
||||||
fld public final static java.lang.String TREE_PAINT_SELECTION = "JTree.paintSelection"
|
fld public final static java.lang.String TREE_PAINT_SELECTION = "JTree.paintSelection"
|
||||||
fld public final static java.lang.String TREE_WIDE_SELECTION = "JTree.wideSelection"
|
fld public final static java.lang.String TREE_WIDE_SELECTION = "JTree.wideSelection"
|
||||||
fld public final static java.lang.String USE_WINDOW_DECORATIONS = "JRootPane.useWindowDecorations"
|
fld public final static java.lang.String USE_WINDOW_DECORATIONS = "JRootPane.useWindowDecorations"
|
||||||
@@ -195,8 +201,13 @@ meth public static boolean isUseNativeWindowDecorations()
|
|||||||
meth public static boolean setup(javax.swing.LookAndFeel)
|
meth public static boolean setup(javax.swing.LookAndFeel)
|
||||||
meth public static boolean supportsNativeWindowDecorations()
|
meth public static boolean supportsNativeWindowDecorations()
|
||||||
meth public static java.lang.Object parseDefaultsValue(java.lang.String,java.lang.String,java.lang.Class<?>)
|
meth public static java.lang.Object parseDefaultsValue(java.lang.String,java.lang.String,java.lang.Class<?>)
|
||||||
|
meth public static java.lang.String getPreferredFontFamily()
|
||||||
|
meth public static java.lang.String getPreferredLightFontFamily()
|
||||||
|
meth public static java.lang.String getPreferredMonospacedFontFamily()
|
||||||
|
meth public static java.lang.String getPreferredSemiboldFontFamily()
|
||||||
meth public static java.util.Map<java.lang.String,java.lang.Class<?>> getStyleableInfos(javax.swing.JComponent)
|
meth public static java.util.Map<java.lang.String,java.lang.Class<?>> getStyleableInfos(javax.swing.JComponent)
|
||||||
meth public static java.util.Map<java.lang.String,java.lang.String> getGlobalExtraDefaults()
|
meth public static java.util.Map<java.lang.String,java.lang.String> getGlobalExtraDefaults()
|
||||||
|
meth public static java.util.function.Function<java.lang.String,java.awt.Color> getSystemColorGetter()
|
||||||
meth public static javax.swing.UIDefaults$ActiveValue createActiveFontValue(float)
|
meth public static javax.swing.UIDefaults$ActiveValue createActiveFontValue(float)
|
||||||
meth public static void hideMnemonics()
|
meth public static void hideMnemonics()
|
||||||
meth public static void initIconColors(javax.swing.UIDefaults,boolean)
|
meth public static void initIconColors(javax.swing.UIDefaults,boolean)
|
||||||
@@ -209,6 +220,11 @@ meth public static void repaintAllFramesAndDialogs()
|
|||||||
meth public static void revalidateAndRepaintAllFramesAndDialogs()
|
meth public static void revalidateAndRepaintAllFramesAndDialogs()
|
||||||
meth public static void runWithUIDefaultsGetter(java.util.function.Function<java.lang.Object,java.lang.Object>,java.lang.Runnable)
|
meth public static void runWithUIDefaultsGetter(java.util.function.Function<java.lang.Object,java.lang.Object>,java.lang.Runnable)
|
||||||
meth public static void setGlobalExtraDefaults(java.util.Map<java.lang.String,java.lang.String>)
|
meth public static void setGlobalExtraDefaults(java.util.Map<java.lang.String,java.lang.String>)
|
||||||
|
meth public static void setPreferredFontFamily(java.lang.String)
|
||||||
|
meth public static void setPreferredLightFontFamily(java.lang.String)
|
||||||
|
meth public static void setPreferredMonospacedFontFamily(java.lang.String)
|
||||||
|
meth public static void setPreferredSemiboldFontFamily(java.lang.String)
|
||||||
|
meth public static void setSystemColorGetter(java.util.function.Function<java.lang.String,java.awt.Color>)
|
||||||
meth public static void setUseNativeWindowDecorations(boolean)
|
meth public static void setUseNativeWindowDecorations(boolean)
|
||||||
meth public static void showMnemonics(java.awt.Component)
|
meth public static void showMnemonics(java.awt.Component)
|
||||||
meth public static void unregisterCustomDefaultsSource(java.io.File)
|
meth public static void unregisterCustomDefaultsSource(java.io.File)
|
||||||
@@ -223,7 +239,7 @@ meth public void setExtraDefaults(java.util.Map<java.lang.String,java.lang.Strin
|
|||||||
meth public void uninitialize()
|
meth public void uninitialize()
|
||||||
meth public void unregisterUIDefaultsGetter(java.util.function.Function<java.lang.Object,java.lang.Object>)
|
meth public void unregisterUIDefaultsGetter(java.util.function.Function<java.lang.Object,java.lang.Object>)
|
||||||
supr javax.swing.plaf.basic.BasicLookAndFeel
|
supr javax.swing.plaf.basic.BasicLookAndFeel
|
||||||
hfds DESKTOPFONTHINTS,aquaLoaded,customDefaultsSources,desktopPropertyListener,desktopPropertyName,desktopPropertyName2,extraDefaults,getUIMethod,getUIMethodInitialized,globalExtraDefaults,mnemonicHandler,oldPopupFactory,postInitialization,subMenuUsabilityHelperInstalled,uiDefaultsGetters,updateUIPending
|
hfds DESKTOPFONTHINTS,aquaLoaded,customDefaultsSources,desktopPropertyListener,desktopPropertyName,desktopPropertyName2,extraDefaults,getUIMethod,getUIMethodInitialized,globalExtraDefaults,mnemonicHandler,oldPopupFactory,postInitialization,preferredFontFamily,preferredLightFontFamily,preferredMonospacedFontFamily,preferredSemiboldFontFamily,subMenuUsabilityHelperInstalled,systemColorGetter,uiDefaultsGetters,updateUIPending
|
||||||
hcls ActiveFont,FlatUIDefaults,ImageIconUIResource
|
hcls ActiveFont,FlatUIDefaults,ImageIconUIResource
|
||||||
|
|
||||||
CLSS public abstract interface static com.formdev.flatlaf.FlatLaf$DisabledIconProvider
|
CLSS public abstract interface static com.formdev.flatlaf.FlatLaf$DisabledIconProvider
|
||||||
@@ -295,6 +311,26 @@ meth public java.lang.String getName()
|
|||||||
supr com.formdev.flatlaf.FlatLaf
|
supr com.formdev.flatlaf.FlatLaf
|
||||||
hfds theme
|
hfds theme
|
||||||
|
|
||||||
|
CLSS public com.formdev.flatlaf.themes.FlatMacDarkLaf
|
||||||
|
cons public init()
|
||||||
|
fld public final static java.lang.String NAME = "FlatLaf macOS Dark"
|
||||||
|
meth public boolean isDark()
|
||||||
|
meth public java.lang.String getDescription()
|
||||||
|
meth public java.lang.String getName()
|
||||||
|
meth public static boolean setup()
|
||||||
|
meth public static void installLafInfo()
|
||||||
|
supr com.formdev.flatlaf.FlatDarkLaf
|
||||||
|
|
||||||
|
CLSS public com.formdev.flatlaf.themes.FlatMacLightLaf
|
||||||
|
cons public init()
|
||||||
|
fld public final static java.lang.String NAME = "FlatLaf macOS Light"
|
||||||
|
meth public boolean isDark()
|
||||||
|
meth public java.lang.String getDescription()
|
||||||
|
meth public java.lang.String getName()
|
||||||
|
meth public static boolean setup()
|
||||||
|
meth public static void installLafInfo()
|
||||||
|
supr com.formdev.flatlaf.FlatLightLaf
|
||||||
|
|
||||||
CLSS public abstract interface com.formdev.flatlaf.util.AnimatedIcon
|
CLSS public abstract interface com.formdev.flatlaf.util.AnimatedIcon
|
||||||
innr public static AnimationSupport
|
innr public static AnimationSupport
|
||||||
intf javax.swing.Icon
|
intf javax.swing.Icon
|
||||||
@@ -362,6 +398,7 @@ meth public static float clamp(float)
|
|||||||
meth public static float luma(java.awt.Color)
|
meth public static float luma(java.awt.Color)
|
||||||
meth public static java.awt.Color darken(java.awt.Color,float)
|
meth public static java.awt.Color darken(java.awt.Color,float)
|
||||||
meth public static java.awt.Color desaturate(java.awt.Color,float)
|
meth public static java.awt.Color desaturate(java.awt.Color,float)
|
||||||
|
meth public static java.awt.Color fade(java.awt.Color,float)
|
||||||
meth public static java.awt.Color lighten(java.awt.Color,float)
|
meth public static java.awt.Color lighten(java.awt.Color,float)
|
||||||
meth public static java.awt.Color mix(java.awt.Color,java.awt.Color,float)
|
meth public static java.awt.Color mix(java.awt.Color,java.awt.Color,float)
|
||||||
meth public static java.awt.Color saturate(java.awt.Color,float)
|
meth public static java.awt.Color saturate(java.awt.Color,float)
|
||||||
@@ -437,6 +474,17 @@ meth public java.lang.String toString()
|
|||||||
supr javax.swing.plaf.ColorUIResource
|
supr javax.swing.plaf.ColorUIResource
|
||||||
hfds baseOfDefaultColorRGB,functions,hasBaseOfDefaultColor
|
hfds baseOfDefaultColorRGB,functions,hasBaseOfDefaultColor
|
||||||
|
|
||||||
|
CLSS public com.formdev.flatlaf.util.FontUtils
|
||||||
|
cons public init()
|
||||||
|
meth public static boolean installFont(java.net.URL)
|
||||||
|
meth public static java.awt.Font getCompositeFont(java.lang.String,int,int)
|
||||||
|
meth public static java.awt.Font[] getAllFonts()
|
||||||
|
meth public static java.lang.String[] getAvailableFontFamilyNames()
|
||||||
|
meth public static void loadFontFamily(java.lang.String)
|
||||||
|
meth public static void registerFontFamilyLoader(java.lang.String,java.lang.Runnable)
|
||||||
|
supr java.lang.Object
|
||||||
|
hfds loadersMap
|
||||||
|
|
||||||
CLSS public com.formdev.flatlaf.util.Graphics2DProxy
|
CLSS public com.formdev.flatlaf.util.Graphics2DProxy
|
||||||
cons public init(java.awt.Graphics2D)
|
cons public init(java.awt.Graphics2D)
|
||||||
meth public boolean drawImage(java.awt.Image,int,int,int,int,int,int,int,int,java.awt.Color,java.awt.image.ImageObserver)
|
meth public boolean drawImage(java.awt.Image,int,int,int,int,int,int,int,int,java.awt.Color,java.awt.image.ImageObserver)
|
||||||
@@ -573,7 +621,7 @@ meth public static void drawStringWithYCorrection(javax.swing.JComponent,java.aw
|
|||||||
meth public static void paintAtScale1x(java.awt.Graphics2D,int,int,int,int,com.formdev.flatlaf.util.HiDPIUtils$Painter)
|
meth public static void paintAtScale1x(java.awt.Graphics2D,int,int,int,int,com.formdev.flatlaf.util.HiDPIUtils$Painter)
|
||||||
meth public static void paintAtScale1x(java.awt.Graphics2D,javax.swing.JComponent,com.formdev.flatlaf.util.HiDPIUtils$Painter)
|
meth public static void paintAtScale1x(java.awt.Graphics2D,javax.swing.JComponent,com.formdev.flatlaf.util.HiDPIUtils$Painter)
|
||||||
supr java.lang.Object
|
supr java.lang.Object
|
||||||
hfds useTextYCorrection
|
hfds CORRECTION_INTER,CORRECTION_OPEN_SANS,CORRECTION_SEGOE_UI,CORRECTION_TAHOMA,SCALE_FACTORS,useDebugScaleFactor,useTextYCorrection
|
||||||
|
|
||||||
CLSS public abstract interface static com.formdev.flatlaf.util.HiDPIUtils$Painter
|
CLSS public abstract interface static com.formdev.flatlaf.util.HiDPIUtils$Painter
|
||||||
outer com.formdev.flatlaf.util.HiDPIUtils
|
outer com.formdev.flatlaf.util.HiDPIUtils
|
||||||
|
|||||||
@@ -268,6 +268,25 @@ public interface FlatClientProperties
|
|||||||
|
|
||||||
//---- Popup --------------------------------------------------------------
|
//---- Popup --------------------------------------------------------------
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Specifies the popup border corner radius if the component is shown in a popup
|
||||||
|
* or if the component is the owner of another component that is shown in a popup.
|
||||||
|
* <p>
|
||||||
|
* Note that this is not available on all platforms since it requires special support.
|
||||||
|
* Supported platforms:
|
||||||
|
* <p>
|
||||||
|
* <strong>Windows 11</strong> (x86 or x86_64): Only two corner radiuses are supported
|
||||||
|
* by the OS: {@code DWMWCP_ROUND} is 8px and {@code DWMWCP_ROUNDSMALL} is 4px.
|
||||||
|
* If this value is {@code 1 - 4}, then {@code DWMWCP_ROUNDSMALL} is used.
|
||||||
|
* If it is {@code >= 5}, then {@code DWMWCP_ROUND} is used.
|
||||||
|
* <p>
|
||||||
|
* <strong>Component</strong> {@link javax.swing.JComponent}<br>
|
||||||
|
* <strong>Value type</strong> {@link java.lang.Integer}<br>
|
||||||
|
*
|
||||||
|
* @since 3.1
|
||||||
|
*/
|
||||||
|
String POPUP_BORDER_CORNER_RADIUS = "Popup.borderCornerRadius";
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Specifies whether a drop shadow is painted if the component is shown in a popup
|
* Specifies whether a drop shadow is painted if the component is shown in a popup
|
||||||
* or if the component is the owner of another component that is shown in a popup.
|
* or if the component is the owner of another component that is shown in a popup.
|
||||||
@@ -442,6 +461,17 @@ public interface FlatClientProperties
|
|||||||
*/
|
*/
|
||||||
String TITLE_BAR_FOREGROUND = "JRootPane.titleBarForeground";
|
String TITLE_BAR_FOREGROUND = "JRootPane.titleBarForeground";
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Specifies whether the glass pane should have full height and overlap the title bar,
|
||||||
|
* if FlatLaf window decorations are enabled. Default is {@code false}.
|
||||||
|
* <p>
|
||||||
|
* <strong>Component</strong> {@link javax.swing.JRootPane}<br>
|
||||||
|
* <strong>Value type</strong> {@link java.lang.Boolean}
|
||||||
|
*
|
||||||
|
* @since 3.1
|
||||||
|
*/
|
||||||
|
String GLASS_PANE_FULL_HEIGHT = "JRootPane.glassPaneFullHeight";
|
||||||
|
|
||||||
//---- JScrollBar / JScrollPane -------------------------------------------
|
//---- JScrollBar / JScrollPane -------------------------------------------
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
@@ -336,9 +336,14 @@ public class IntelliJTheme
|
|||||||
|
|
||||||
uiKeys.add( key );
|
uiKeys.add( key );
|
||||||
|
|
||||||
// fix ComboBox size and Spinner border in all Material UI Lite themes
|
// ignore some properties that affect sizes
|
||||||
if( isMaterialUILite && (key.equals( "ComboBox.padding" ) || key.equals( "Spinner.border" )) )
|
if( key.endsWith( ".border" ) ||
|
||||||
return; // ignore
|
key.endsWith( ".rowHeight" ) ||
|
||||||
|
key.equals( "ComboBox.padding" ) ||
|
||||||
|
key.equals( "Spinner.padding" ) ||
|
||||||
|
key.equals( "Tree.leftChildIndent" ) ||
|
||||||
|
key.equals( "Tree.rightChildIndent" ) )
|
||||||
|
return; // ignore
|
||||||
|
|
||||||
// map keys
|
// map keys
|
||||||
key = uiKeyMapping.getOrDefault( key, key );
|
key = uiKeyMapping.getOrDefault( key, key );
|
||||||
|
|||||||
@@ -334,7 +334,7 @@ class UIDefaultsLoader
|
|||||||
if( newValue == null )
|
if( newValue == null )
|
||||||
throw new IllegalArgumentException( "variable '" + value + "' not found" );
|
throw new IllegalArgumentException( "variable '" + value + "' not found" );
|
||||||
|
|
||||||
return newValue;
|
return resolveValueFromUIManager( newValue );
|
||||||
}
|
}
|
||||||
|
|
||||||
if( !value.startsWith( PROPERTY_PREFIX ) )
|
if( !value.startsWith( PROPERTY_PREFIX ) )
|
||||||
|
|||||||
@@ -301,7 +301,8 @@ public class FlatListUI
|
|||||||
// get renderer component
|
// get renderer component
|
||||||
@SuppressWarnings( "unchecked" )
|
@SuppressWarnings( "unchecked" )
|
||||||
Component rendererComponent = cellRenderer.getListCellRendererComponent( list,
|
Component rendererComponent = cellRenderer.getListCellRendererComponent( list,
|
||||||
dataModel.getElementAt( row ), row, isSelected, list.hasFocus() && (row == leadIndex) );
|
dataModel.getElementAt( row ), row, isSelected,
|
||||||
|
FlatUIUtils.isPermanentFocusOwner( list ) && (row == leadIndex) );
|
||||||
|
|
||||||
//
|
//
|
||||||
boolean isFileList = Boolean.TRUE.equals( list.getClientProperty( "List.isFileList" ) );
|
boolean isFileList = Boolean.TRUE.equals( list.getClientProperty( "List.isFileList" ) );
|
||||||
|
|||||||
@@ -456,10 +456,11 @@ debug*/
|
|||||||
return;
|
return;
|
||||||
|
|
||||||
// center because the real icon may be smaller than dimension in iconRect
|
// center because the real icon may be smaller than dimension in iconRect
|
||||||
|
int x = iconRect.x + centerOffset( iconRect.width, icon.getIconWidth() );
|
||||||
int y = iconRect.y + centerOffset( iconRect.height, icon.getIconHeight() );
|
int y = iconRect.y + centerOffset( iconRect.height, icon.getIconHeight() );
|
||||||
|
|
||||||
// paint
|
// paint
|
||||||
icon.paintIcon( menuItem, g, iconRect.x, y );
|
icon.paintIcon( menuItem, g, x, y );
|
||||||
}
|
}
|
||||||
|
|
||||||
protected static void paintText( Graphics g, JMenuItem menuItem,
|
protected static void paintText( Graphics g, JMenuItem menuItem,
|
||||||
|
|||||||
@@ -17,6 +17,8 @@
|
|||||||
package com.formdev.flatlaf.ui;
|
package com.formdev.flatlaf.ui;
|
||||||
|
|
||||||
import java.io.File;
|
import java.io.File;
|
||||||
|
import java.net.URL;
|
||||||
|
import java.security.CodeSource;
|
||||||
import com.formdev.flatlaf.FlatSystemProperties;
|
import com.formdev.flatlaf.FlatSystemProperties;
|
||||||
import com.formdev.flatlaf.util.LoggingFacade;
|
import com.formdev.flatlaf.util.LoggingFacade;
|
||||||
import com.formdev.flatlaf.util.NativeLibrary;
|
import com.formdev.flatlaf.util.NativeLibrary;
|
||||||
@@ -46,13 +48,13 @@ class FlatNativeLibrary
|
|||||||
if( nativeLibrary != null )
|
if( nativeLibrary != null )
|
||||||
return;
|
return;
|
||||||
|
|
||||||
String libraryName;
|
String classifier;
|
||||||
|
String ext;
|
||||||
if( SystemInfo.isWindows_10_orLater && (SystemInfo.isX86 || SystemInfo.isX86_64) ) {
|
if( SystemInfo.isWindows_10_orLater && (SystemInfo.isX86 || SystemInfo.isX86_64) ) {
|
||||||
// Windows: requires Windows 10/11 (x86 or x86_64)
|
// Windows: requires Windows 10/11 (x86 or x86_64)
|
||||||
|
|
||||||
libraryName = "flatlaf-windows-x86";
|
classifier = SystemInfo.isX86_64 ? "windows-x86_64" : "windows-x86";
|
||||||
if( SystemInfo.isX86_64 )
|
ext = "dll";
|
||||||
libraryName += "_64";
|
|
||||||
|
|
||||||
// In Java 8, load jawt.dll (part of JRE) explicitly because it
|
// In Java 8, load jawt.dll (part of JRE) explicitly because it
|
||||||
// is not found when running application with <jdk>/bin/java.exe.
|
// is not found when running application with <jdk>/bin/java.exe.
|
||||||
@@ -64,7 +66,8 @@ class FlatNativeLibrary
|
|||||||
} else if( SystemInfo.isLinux && SystemInfo.isX86_64 ) {
|
} else if( SystemInfo.isLinux && SystemInfo.isX86_64 ) {
|
||||||
// Linux: requires x86_64
|
// Linux: requires x86_64
|
||||||
|
|
||||||
libraryName = "flatlaf-linux-x86_64";
|
classifier = "linux-x86_64";
|
||||||
|
ext = "so";
|
||||||
|
|
||||||
// Load libjawt.so (part of JRE) explicitly because it is not found
|
// Load libjawt.so (part of JRE) explicitly because it is not found
|
||||||
// in all Java versions/distributions.
|
// in all Java versions/distributions.
|
||||||
@@ -76,10 +79,13 @@ class FlatNativeLibrary
|
|||||||
return; // no native library available for current OS or CPU architecture
|
return; // no native library available for current OS or CPU architecture
|
||||||
|
|
||||||
// load native library
|
// load native library
|
||||||
nativeLibrary = createNativeLibrary( libraryName );
|
nativeLibrary = createNativeLibrary( classifier, ext );
|
||||||
}
|
}
|
||||||
|
|
||||||
private static NativeLibrary createNativeLibrary( String libraryName ) {
|
private static NativeLibrary createNativeLibrary( String classifier, String ext ) {
|
||||||
|
String libraryName = "flatlaf-" + classifier;
|
||||||
|
|
||||||
|
// load from "java.library.path" or from path specified in system property "flatlaf.nativeLibraryPath"
|
||||||
String libraryPath = System.getProperty( FlatSystemProperties.NATIVE_LIBRARY_PATH );
|
String libraryPath = System.getProperty( FlatSystemProperties.NATIVE_LIBRARY_PATH );
|
||||||
if( libraryPath != null ) {
|
if( libraryPath != null ) {
|
||||||
if( "system".equals( libraryPath ) ) {
|
if( "system".equals( libraryPath ) ) {
|
||||||
@@ -97,9 +103,74 @@ class FlatNativeLibrary
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// load from beside the FlatLaf jar
|
||||||
|
// e.g. for flatlaf-3.1.jar, load flatlaf-3.1-windows-x86_64.dll (from same directory)
|
||||||
|
File libraryFile = findLibraryBesideJar( classifier, ext );
|
||||||
|
if( libraryFile != null )
|
||||||
|
return new NativeLibrary( libraryFile, true );
|
||||||
|
|
||||||
|
// load from FlatLaf jar (extract native library to temp folder)
|
||||||
return new NativeLibrary( "com/formdev/flatlaf/natives/" + libraryName, null, true );
|
return new NativeLibrary( "com/formdev/flatlaf/natives/" + libraryName, null, true );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Search for a native library beside the jar that contains this class
|
||||||
|
* (usually the FlatLaf jar).
|
||||||
|
* The native library must be in the same directory (or in "../bin" if jar is in "lib")
|
||||||
|
* as the jar and have the same basename as the jar.
|
||||||
|
* If FlatLaf jar is repackaged into fat/uber application jar, "-flatlaf" is appended to jar basename.
|
||||||
|
* The classifier and the extension are appended to the jar basename.
|
||||||
|
*
|
||||||
|
* E.g.
|
||||||
|
* flatlaf-3.1.jar
|
||||||
|
* flatlaf-3.1-windows-x86_64.dll
|
||||||
|
* flatlaf-3.1-linux-x86_64.so
|
||||||
|
*/
|
||||||
|
private static File findLibraryBesideJar( String classifier, String ext ) {
|
||||||
|
try {
|
||||||
|
// get location of FlatLaf jar
|
||||||
|
CodeSource codeSource = FlatNativeLibrary.class.getProtectionDomain().getCodeSource();
|
||||||
|
URL jarUrl = (codeSource != null) ? codeSource.getLocation() : null;
|
||||||
|
if( jarUrl == null )
|
||||||
|
return null;
|
||||||
|
|
||||||
|
// if url is not a file, then we're running in a special environment (e.g. WebStart)
|
||||||
|
if( !"file".equals( jarUrl.getProtocol() ) )
|
||||||
|
return null;
|
||||||
|
|
||||||
|
File jarFile = new File( jarUrl.toURI() );
|
||||||
|
|
||||||
|
// if jarFile is a directory, then we're in a development environment
|
||||||
|
if( !jarFile.isFile() )
|
||||||
|
return null;
|
||||||
|
|
||||||
|
// build library file
|
||||||
|
String jarName = jarFile.getName();
|
||||||
|
String jarBasename = jarName.substring( 0, jarName.lastIndexOf( '.' ) );
|
||||||
|
File parent = jarFile.getParentFile();
|
||||||
|
String libraryName = jarBasename
|
||||||
|
+ (jarBasename.contains( "flatlaf" ) ? "" : "-flatlaf")
|
||||||
|
+ '-' + classifier + '.' + ext;
|
||||||
|
|
||||||
|
// check whether native library exists in same directory as jar
|
||||||
|
File libraryFile = new File( parent, libraryName );
|
||||||
|
if( libraryFile.isFile() )
|
||||||
|
return libraryFile;
|
||||||
|
|
||||||
|
// if jar is in "lib" directory, then also check whether library exists
|
||||||
|
// in "../bin" directory
|
||||||
|
if( parent.getName().equalsIgnoreCase( "lib" ) ) {
|
||||||
|
libraryFile = new File( parent.getParentFile(), "bin/" + libraryName );
|
||||||
|
if( libraryFile.isFile() )
|
||||||
|
return libraryFile;
|
||||||
|
}
|
||||||
|
} catch( Exception ex ) {
|
||||||
|
LoggingFacade.INSTANCE.logSevere( ex.getMessage(), ex );
|
||||||
|
}
|
||||||
|
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
|
||||||
private static void loadJAWT() {
|
private static void loadJAWT() {
|
||||||
try {
|
try {
|
||||||
System.loadLibrary( "jawt" );
|
System.loadLibrary( "jawt" );
|
||||||
|
|||||||
@@ -23,6 +23,7 @@ import java.awt.event.MouseEvent;
|
|||||||
import java.awt.geom.AffineTransform;
|
import java.awt.geom.AffineTransform;
|
||||||
import javax.swing.JDialog;
|
import javax.swing.JDialog;
|
||||||
import javax.swing.JFrame;
|
import javax.swing.JFrame;
|
||||||
|
import com.formdev.flatlaf.util.SystemInfo;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Native methods for Linux.
|
* Native methods for Linux.
|
||||||
@@ -35,7 +36,7 @@ import javax.swing.JFrame;
|
|||||||
class FlatNativeLinuxLibrary
|
class FlatNativeLinuxLibrary
|
||||||
{
|
{
|
||||||
static boolean isLoaded() {
|
static boolean isLoaded() {
|
||||||
return FlatNativeLibrary.isLoaded();
|
return SystemInfo.isLinux && FlatNativeLibrary.isLoaded();
|
||||||
}
|
}
|
||||||
|
|
||||||
// direction for _NET_WM_MOVERESIZE message
|
// direction for _NET_WM_MOVERESIZE message
|
||||||
|
|||||||
@@ -0,0 +1,107 @@
|
|||||||
|
/*
|
||||||
|
* Copyright 2022 FormDev Software GmbH
|
||||||
|
*
|
||||||
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
|
* you may not use this file except in compliance with the License.
|
||||||
|
* You may obtain a copy of the License at
|
||||||
|
*
|
||||||
|
* https://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
*
|
||||||
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
|
* See the License for the specific language governing permissions and
|
||||||
|
* limitations under the License.
|
||||||
|
*/
|
||||||
|
|
||||||
|
package com.formdev.flatlaf.ui;
|
||||||
|
|
||||||
|
import java.awt.Window;
|
||||||
|
import com.formdev.flatlaf.util.SystemInfo;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Native methods for Windows.
|
||||||
|
* <p>
|
||||||
|
* <b>Note</b>: This is private API. Do not use!
|
||||||
|
*
|
||||||
|
* @author Karl Tauber
|
||||||
|
* @since 3.1
|
||||||
|
*/
|
||||||
|
public class FlatNativeWindowsLibrary
|
||||||
|
{
|
||||||
|
private static long osBuildNumber = Long.MIN_VALUE;
|
||||||
|
|
||||||
|
public static boolean isLoaded() {
|
||||||
|
return SystemInfo.isWindows && FlatNativeLibrary.isLoaded();
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Gets the Windows operating system build number.
|
||||||
|
* <p>
|
||||||
|
* Invokes Win32 API method {@code GetVersionEx()} and returns {@code OSVERSIONINFO.dwBuildNumber}.
|
||||||
|
* See https://learn.microsoft.com/en-us/windows/win32/api/sysinfoapi/nf-sysinfoapi-getversionexa
|
||||||
|
*/
|
||||||
|
public static long getOSBuildNumber() {
|
||||||
|
if( osBuildNumber == Long.MIN_VALUE )
|
||||||
|
osBuildNumber = getOSBuildNumberImpl();
|
||||||
|
return osBuildNumber;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Invokes Win32 API method {@code GetVersionEx()} and returns {@code OSVERSIONINFO.dwBuildNumber}.
|
||||||
|
* See https://learn.microsoft.com/en-us/windows/win32/api/sysinfoapi/nf-sysinfoapi-getversionexa
|
||||||
|
*/
|
||||||
|
private native static long getOSBuildNumberImpl();
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Gets the Windows window handle (HWND) for the given Swing window.
|
||||||
|
* <p>
|
||||||
|
* Note that the underlying Windows window must be already created,
|
||||||
|
* otherwise this method returns zero. Use following to ensure this:
|
||||||
|
* <pre>{@code
|
||||||
|
* if( !window.isDisplayable() )
|
||||||
|
* window.addNotify();
|
||||||
|
* }</pre>
|
||||||
|
* or invoke this method after packing the window. E.g.
|
||||||
|
* <pre>{@code
|
||||||
|
* window.pack();
|
||||||
|
* long hwnd = getHWND( window );
|
||||||
|
* }</pre>
|
||||||
|
*/
|
||||||
|
public native static long getHWND( Window window );
|
||||||
|
|
||||||
|
/**
|
||||||
|
* DWM_WINDOW_CORNER_PREFERENCE
|
||||||
|
* see https://learn.microsoft.com/en-us/windows/win32/api/dwmapi/ne-dwmapi-dwm_window_corner_preference
|
||||||
|
*/
|
||||||
|
public static final int
|
||||||
|
DWMWCP_DEFAULT = 0,
|
||||||
|
DWMWCP_DONOTROUND = 1,
|
||||||
|
DWMWCP_ROUND = 2,
|
||||||
|
DWMWCP_ROUNDSMALL = 3;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Sets the rounded corner preference for the window.
|
||||||
|
* Allowed values are {@link #DWMWCP_DEFAULT}, {@link #DWMWCP_DONOTROUND},
|
||||||
|
* {@link #DWMWCP_ROUND} and {@link #DWMWCP_ROUNDSMALL}.
|
||||||
|
* <p>
|
||||||
|
* Invokes Win32 API method {@code DwmSetWindowAttribute(DWMWA_WINDOW_CORNER_PREFERENCE)}.
|
||||||
|
* See https://learn.microsoft.com/en-us/windows/win32/api/dwmapi/nf-dwmapi-dwmsetwindowattribute
|
||||||
|
* <p>
|
||||||
|
* Supported since Windows 11 Build 22000.
|
||||||
|
*/
|
||||||
|
public native static boolean setWindowCornerPreference( long hwnd, int cornerPreference );
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Sets the color of the window border.
|
||||||
|
* The red/green/blue values must be in range {@code 0 - 255}.
|
||||||
|
* If red is {@code -1}, then the system default border color is used (useful to reset the border color).
|
||||||
|
* If red is {@code -2}, then no border is painted.
|
||||||
|
* <p>
|
||||||
|
* Invokes Win32 API method {@code DwmSetWindowAttribute(DWMWA_BORDER_COLOR)}.
|
||||||
|
* See https://learn.microsoft.com/en-us/windows/win32/api/dwmapi/nf-dwmapi-dwmsetwindowattribute
|
||||||
|
* <p>
|
||||||
|
* Supported since Windows 11 Build 22000.
|
||||||
|
*/
|
||||||
|
public native static boolean setWindowBorderColor( long hwnd, int red, int green, int blue );
|
||||||
|
}
|
||||||
@@ -43,6 +43,7 @@ import java.lang.reflect.Method;
|
|||||||
import javax.swing.JComponent;
|
import javax.swing.JComponent;
|
||||||
import javax.swing.JLayeredPane;
|
import javax.swing.JLayeredPane;
|
||||||
import javax.swing.JPanel;
|
import javax.swing.JPanel;
|
||||||
|
import javax.swing.JPopupMenu;
|
||||||
import javax.swing.JToolTip;
|
import javax.swing.JToolTip;
|
||||||
import javax.swing.JWindow;
|
import javax.swing.JWindow;
|
||||||
import javax.swing.Popup;
|
import javax.swing.Popup;
|
||||||
@@ -52,6 +53,9 @@ import javax.swing.SwingUtilities;
|
|||||||
import javax.swing.ToolTipManager;
|
import javax.swing.ToolTipManager;
|
||||||
import javax.swing.UIManager;
|
import javax.swing.UIManager;
|
||||||
import javax.swing.border.Border;
|
import javax.swing.border.Border;
|
||||||
|
import javax.swing.border.EmptyBorder;
|
||||||
|
import javax.swing.border.LineBorder;
|
||||||
|
import javax.swing.plaf.basic.BasicComboPopup;
|
||||||
import com.formdev.flatlaf.FlatClientProperties;
|
import com.formdev.flatlaf.FlatClientProperties;
|
||||||
import com.formdev.flatlaf.util.SystemInfo;
|
import com.formdev.flatlaf.util.SystemInfo;
|
||||||
import com.formdev.flatlaf.util.UIScale;
|
import com.formdev.flatlaf.util.UIScale;
|
||||||
@@ -88,6 +92,17 @@ public class FlatPopupFactory
|
|||||||
if( SystemInfo.isMacOS || SystemInfo.isLinux )
|
if( SystemInfo.isMacOS || SystemInfo.isLinux )
|
||||||
return new NonFlashingPopup( getPopupForScreenOfOwner( owner, contents, x, y, true ), contents );
|
return new NonFlashingPopup( getPopupForScreenOfOwner( owner, contents, x, y, true ), contents );
|
||||||
|
|
||||||
|
// Windows 11 with FlatLaf native library can use rounded corners and shows drop shadow for heavy weight popups
|
||||||
|
int borderCornerRadius;
|
||||||
|
if( isWindows11BorderSupported() &&
|
||||||
|
(borderCornerRadius = getBorderCornerRadius( owner, contents )) > 0 )
|
||||||
|
{
|
||||||
|
NonFlashingPopup popup = new NonFlashingPopup( getPopupForScreenOfOwner( owner, contents, x, y, true ), contents );
|
||||||
|
if( popup.popupWindow != null )
|
||||||
|
setupWindows11Border( popup.popupWindow, contents, borderCornerRadius );
|
||||||
|
return popup;
|
||||||
|
}
|
||||||
|
|
||||||
// create drop shadow popup
|
// create drop shadow popup
|
||||||
return new DropShadowPopup( getPopupForScreenOfOwner( owner, contents, x, y, forceHeavyWeight ), owner, contents );
|
return new DropShadowPopup( getPopupForScreenOfOwner( owner, contents, x, y, forceHeavyWeight ), owner, contents );
|
||||||
}
|
}
|
||||||
@@ -166,19 +181,39 @@ public class FlatPopupFactory
|
|||||||
}
|
}
|
||||||
|
|
||||||
private boolean isOptionEnabled( Component owner, Component contents, String clientKey, String uiKey ) {
|
private boolean isOptionEnabled( Component owner, Component contents, String clientKey, String uiKey ) {
|
||||||
if( owner instanceof JComponent ) {
|
Object value = getOption( owner, contents, clientKey, uiKey );
|
||||||
Boolean b = FlatClientProperties.clientPropertyBooleanStrict( (JComponent) owner, clientKey, null );
|
return (value instanceof Boolean) ? (Boolean) value : false;
|
||||||
if( b != null )
|
}
|
||||||
return b;
|
|
||||||
|
private int getBorderCornerRadius( Component owner, Component contents ) {
|
||||||
|
String uiKey =
|
||||||
|
(contents instanceof BasicComboPopup) ? "ComboBox.borderCornerRadius" :
|
||||||
|
(contents instanceof JPopupMenu) ? "PopupMenu.borderCornerRadius" :
|
||||||
|
(contents instanceof JToolTip) ? "ToolTip.borderCornerRadius" :
|
||||||
|
"Popup.borderCornerRadius";
|
||||||
|
|
||||||
|
Object value = getOption( owner, contents, FlatClientProperties.POPUP_BORDER_CORNER_RADIUS, uiKey );
|
||||||
|
return (value instanceof Integer) ? (Integer) value : 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Get option from:
|
||||||
|
* <ol>
|
||||||
|
* <li>client property {@code clientKey} of {@code owner}
|
||||||
|
* <li>client property {@code clientKey} of {@code contents}
|
||||||
|
* <li>UI property {@code uiKey}
|
||||||
|
* </ol>
|
||||||
|
*/
|
||||||
|
private Object getOption( Component owner, Component contents, String clientKey, String uiKey ) {
|
||||||
|
for( Component c : new Component[] { owner, contents } ) {
|
||||||
|
if( c instanceof JComponent ) {
|
||||||
|
Object value = ((JComponent)c).getClientProperty( clientKey );
|
||||||
|
if( value != null )
|
||||||
|
return value;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if( contents instanceof JComponent ) {
|
return UIManager.get( uiKey );
|
||||||
Boolean b = FlatClientProperties.clientPropertyBooleanStrict( (JComponent) contents, clientKey, null );
|
|
||||||
if( b != null )
|
|
||||||
return b;
|
|
||||||
}
|
|
||||||
|
|
||||||
return UIManager.getBoolean( uiKey );
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@@ -300,6 +335,60 @@ public class FlatPopupFactory
|
|||||||
((JComponent)owner).getToolTipLocation( me ) != null;
|
((JComponent)owner).getToolTipLocation( me ) != null;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
private static boolean isWindows11BorderSupported() {
|
||||||
|
return SystemInfo.isWindows_11_orLater && FlatNativeWindowsLibrary.isLoaded();
|
||||||
|
}
|
||||||
|
|
||||||
|
private static void setupWindows11Border( Window popupWindow, Component contents, int borderCornerRadius ) {
|
||||||
|
// make sure that the Windows 11 window is created
|
||||||
|
if( !popupWindow.isDisplayable() )
|
||||||
|
popupWindow.addNotify();
|
||||||
|
|
||||||
|
// get window handle
|
||||||
|
long hwnd = FlatNativeWindowsLibrary.getHWND( popupWindow );
|
||||||
|
|
||||||
|
// set corner preference
|
||||||
|
int cornerPreference = (borderCornerRadius <= 4)
|
||||||
|
? FlatNativeWindowsLibrary.DWMWCP_ROUNDSMALL // 4px
|
||||||
|
: FlatNativeWindowsLibrary.DWMWCP_ROUND; // 8px
|
||||||
|
FlatNativeWindowsLibrary.setWindowCornerPreference( hwnd, cornerPreference );
|
||||||
|
|
||||||
|
// set border color
|
||||||
|
int red = -1; // use system default color
|
||||||
|
int green = 0;
|
||||||
|
int blue = 0;
|
||||||
|
if( contents instanceof JComponent ) {
|
||||||
|
Border border = ((JComponent)contents).getBorder();
|
||||||
|
border = FlatUIUtils.unwrapNonUIResourceBorder( border );
|
||||||
|
|
||||||
|
// get color from border of contents (e.g. JPopupMenu or JToolTip)
|
||||||
|
Color borderColor = null;
|
||||||
|
if( border instanceof FlatLineBorder )
|
||||||
|
borderColor = ((FlatLineBorder)border).getLineColor();
|
||||||
|
else if( border instanceof LineBorder )
|
||||||
|
borderColor = ((LineBorder)border).getLineColor();
|
||||||
|
else if( border instanceof EmptyBorder )
|
||||||
|
red = -2; // do not paint border
|
||||||
|
|
||||||
|
if( borderColor != null ) {
|
||||||
|
red = borderColor.getRed();
|
||||||
|
green = borderColor.getGreen();
|
||||||
|
blue = borderColor.getBlue();
|
||||||
|
}
|
||||||
|
}
|
||||||
|
FlatNativeWindowsLibrary.setWindowBorderColor( hwnd, red, green, blue );
|
||||||
|
}
|
||||||
|
|
||||||
|
private static void resetWindows11Border( Window popupWindow ) {
|
||||||
|
// get window handle
|
||||||
|
long hwnd = FlatNativeWindowsLibrary.getHWND( popupWindow );
|
||||||
|
if( hwnd == 0 )
|
||||||
|
return;
|
||||||
|
|
||||||
|
// reset corner preference
|
||||||
|
FlatNativeWindowsLibrary.setWindowCornerPreference( hwnd, FlatNativeWindowsLibrary.DWMWCP_DONOTROUND );
|
||||||
|
}
|
||||||
|
|
||||||
//---- class NonFlashingPopup ---------------------------------------------
|
//---- class NonFlashingPopup ---------------------------------------------
|
||||||
|
|
||||||
private class NonFlashingPopup
|
private class NonFlashingPopup
|
||||||
@@ -431,6 +520,14 @@ public class FlatPopupFactory
|
|||||||
oldDropShadowWindowBackground = dropShadowWindow.getBackground();
|
oldDropShadowWindowBackground = dropShadowWindow.getBackground();
|
||||||
dropShadowWindow.setBackground( new Color( 0, true ) );
|
dropShadowWindow.setBackground( new Color( 0, true ) );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Windows 11: reset corner preference on reused heavy weight popups
|
||||||
|
if( isWindows11BorderSupported() ) {
|
||||||
|
resetWindows11Border( popupWindow );
|
||||||
|
if( dropShadowWindow != null )
|
||||||
|
resetWindows11Border( dropShadowWindow );
|
||||||
|
}
|
||||||
|
|
||||||
} else {
|
} else {
|
||||||
mediumWeightPanel = (Panel) SwingUtilities.getAncestorOfClass( Panel.class, contents );
|
mediumWeightPanel = (Panel) SwingUtilities.getAncestorOfClass( Panel.class, contents );
|
||||||
if( mediumWeightPanel != null ) {
|
if( mediumWeightPanel != null ) {
|
||||||
|
|||||||
@@ -67,6 +67,7 @@ import javax.swing.plaf.basic.BasicComboPopup;
|
|||||||
import javax.swing.plaf.basic.BasicMenuItemUI;
|
import javax.swing.plaf.basic.BasicMenuItemUI;
|
||||||
import javax.swing.plaf.basic.BasicPopupMenuUI;
|
import javax.swing.plaf.basic.BasicPopupMenuUI;
|
||||||
import javax.swing.plaf.basic.DefaultMenuLayout;
|
import javax.swing.plaf.basic.DefaultMenuLayout;
|
||||||
|
import com.formdev.flatlaf.FlatClientProperties;
|
||||||
import com.formdev.flatlaf.ui.FlatStylingSupport.Styleable;
|
import com.formdev.flatlaf.ui.FlatStylingSupport.Styleable;
|
||||||
import com.formdev.flatlaf.ui.FlatStylingSupport.StyleableUI;
|
import com.formdev.flatlaf.ui.FlatStylingSupport.StyleableUI;
|
||||||
import com.formdev.flatlaf.util.LoggingFacade;
|
import com.formdev.flatlaf.util.LoggingFacade;
|
||||||
@@ -297,6 +298,9 @@ public class FlatPopupMenuUI
|
|||||||
popup.addMenuKeyListener( this );
|
popup.addMenuKeyListener( this );
|
||||||
|
|
||||||
updateArrowButtons();
|
updateArrowButtons();
|
||||||
|
|
||||||
|
putClientProperty( FlatClientProperties.POPUP_BORDER_CORNER_RADIUS,
|
||||||
|
UIManager.getInt( "PopupMenu.borderCornerRadius" ) );
|
||||||
}
|
}
|
||||||
|
|
||||||
void scroll( int unitsToScroll ) {
|
void scroll( int unitsToScroll ) {
|
||||||
|
|||||||
@@ -362,6 +362,10 @@ public class FlatRootPaneUI
|
|||||||
if( titlePane != null )
|
if( titlePane != null )
|
||||||
titlePane.titleBarColorsChanged();
|
titlePane.titleBarColorsChanged();
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
case FlatClientProperties.GLASS_PANE_FULL_HEIGHT:
|
||||||
|
rootPane.revalidate();
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -442,11 +446,11 @@ public class FlatRootPaneUI
|
|||||||
int width = rootPane.getWidth() - insets.left - insets.right;
|
int width = rootPane.getWidth() - insets.left - insets.right;
|
||||||
int height = rootPane.getHeight() - insets.top - insets.bottom;
|
int height = rootPane.getHeight() - insets.top - insets.bottom;
|
||||||
|
|
||||||
|
// layered pane
|
||||||
if( rootPane.getLayeredPane() != null )
|
if( rootPane.getLayeredPane() != null )
|
||||||
rootPane.getLayeredPane().setBounds( x, y, width, height );
|
rootPane.getLayeredPane().setBounds( x, y, width, height );
|
||||||
if( rootPane.getGlassPane() != null )
|
|
||||||
rootPane.getGlassPane().setBounds( x, y, width, height );
|
|
||||||
|
|
||||||
|
// title pane
|
||||||
int nextY = 0;
|
int nextY = 0;
|
||||||
if( titlePane != null ) {
|
if( titlePane != null ) {
|
||||||
int prefHeight = !isFullScreen ? titlePane.getPreferredSize().height : 0;
|
int prefHeight = !isFullScreen ? titlePane.getPreferredSize().height : 0;
|
||||||
@@ -454,6 +458,15 @@ public class FlatRootPaneUI
|
|||||||
nextY += prefHeight;
|
nextY += prefHeight;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// glass pane
|
||||||
|
if( rootPane.getGlassPane() != null ) {
|
||||||
|
boolean fullHeight = FlatClientProperties.clientPropertyBoolean(
|
||||||
|
rootPane, FlatClientProperties.GLASS_PANE_FULL_HEIGHT, false );
|
||||||
|
int offset = fullHeight ? 0 : nextY;
|
||||||
|
rootPane.getGlassPane().setBounds( x, y + offset, width, height - offset );
|
||||||
|
}
|
||||||
|
|
||||||
|
// menu bar
|
||||||
JMenuBar menuBar = rootPane.getJMenuBar();
|
JMenuBar menuBar = rootPane.getJMenuBar();
|
||||||
if( menuBar != null && menuBar.isVisible() ) {
|
if( menuBar != null && menuBar.isVisible() ) {
|
||||||
boolean embedded = !isFullScreen && titlePane != null && titlePane.isMenuBarEmbedded();
|
boolean embedded = !isFullScreen && titlePane != null && titlePane.isMenuBarEmbedded();
|
||||||
@@ -467,10 +480,12 @@ public class FlatRootPaneUI
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// content pane
|
||||||
Container contentPane = rootPane.getContentPane();
|
Container contentPane = rootPane.getContentPane();
|
||||||
if( contentPane != null )
|
if( contentPane != null )
|
||||||
contentPane.setBounds( 0, nextY, width, Math.max( height - nextY, 0 ) );
|
contentPane.setBounds( 0, nextY, width, Math.max( height - nextY, 0 ) );
|
||||||
|
|
||||||
|
// title pane
|
||||||
if( titlePane != null )
|
if( titlePane != null )
|
||||||
titlePane.menuBarLayouted();
|
titlePane.menuBarLayouted();
|
||||||
}
|
}
|
||||||
@@ -536,7 +551,7 @@ public class FlatRootPaneUI
|
|||||||
|
|
||||||
protected boolean isWindowMaximized( Component c ) {
|
protected boolean isWindowMaximized( Component c ) {
|
||||||
Container parent = c.getParent();
|
Container parent = c.getParent();
|
||||||
return parent instanceof Frame && (((Frame)parent).getExtendedState() & Frame.MAXIMIZED_BOTH) != 0;
|
return parent instanceof Frame && (((Frame)parent).getExtendedState() & Frame.MAXIMIZED_BOTH) == Frame.MAXIMIZED_BOTH;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -128,12 +128,14 @@ import com.formdev.flatlaf.util.UIScale;
|
|||||||
*
|
*
|
||||||
* @uiDefault TabbedPane.disabledForeground Color
|
* @uiDefault TabbedPane.disabledForeground Color
|
||||||
* @uiDefault TabbedPane.selectedBackground Color optional
|
* @uiDefault TabbedPane.selectedBackground Color optional
|
||||||
* @uiDefault TabbedPane.selectedForeground Color
|
* @uiDefault TabbedPane.selectedForeground Color optional
|
||||||
* @uiDefault TabbedPane.underlineColor Color
|
* @uiDefault TabbedPane.underlineColor Color
|
||||||
* @uiDefault TabbedPane.inactiveUnderlineColor Color
|
* @uiDefault TabbedPane.inactiveUnderlineColor Color
|
||||||
* @uiDefault TabbedPane.disabledUnderlineColor Color
|
* @uiDefault TabbedPane.disabledUnderlineColor Color
|
||||||
* @uiDefault TabbedPane.hoverColor Color
|
* @uiDefault TabbedPane.hoverColor Color optional
|
||||||
* @uiDefault TabbedPane.focusColor Color
|
* @uiDefault TabbedPane.hoverForeground Color optional
|
||||||
|
* @uiDefault TabbedPane.focusColor Color optional
|
||||||
|
* @uiDefault TabbedPane.focusForeground Color optional
|
||||||
* @uiDefault TabbedPane.tabSeparatorColor Color optional; defaults to TabbedPane.contentAreaColor
|
* @uiDefault TabbedPane.tabSeparatorColor Color optional; defaults to TabbedPane.contentAreaColor
|
||||||
* @uiDefault TabbedPane.contentAreaColor Color
|
* @uiDefault TabbedPane.contentAreaColor Color
|
||||||
* @uiDefault TabbedPane.minimumTabWidth int optional
|
* @uiDefault TabbedPane.minimumTabWidth int optional
|
||||||
@@ -205,7 +207,9 @@ public class FlatTabbedPaneUI
|
|||||||
/** @since 2.2 */ @Styleable protected Color inactiveUnderlineColor;
|
/** @since 2.2 */ @Styleable protected Color inactiveUnderlineColor;
|
||||||
@Styleable protected Color disabledUnderlineColor;
|
@Styleable protected Color disabledUnderlineColor;
|
||||||
@Styleable protected Color hoverColor;
|
@Styleable protected Color hoverColor;
|
||||||
|
/** @since 3.1 */ @Styleable protected Color hoverForeground;
|
||||||
@Styleable protected Color focusColor;
|
@Styleable protected Color focusColor;
|
||||||
|
/** @since 3.1 */ @Styleable protected Color focusForeground;
|
||||||
@Styleable protected Color tabSeparatorColor;
|
@Styleable protected Color tabSeparatorColor;
|
||||||
@Styleable protected Color contentAreaColor;
|
@Styleable protected Color contentAreaColor;
|
||||||
|
|
||||||
@@ -328,7 +332,9 @@ public class FlatTabbedPaneUI
|
|||||||
inactiveUnderlineColor = FlatUIUtils.getUIColor( "TabbedPane.inactiveUnderlineColor", underlineColor );
|
inactiveUnderlineColor = FlatUIUtils.getUIColor( "TabbedPane.inactiveUnderlineColor", underlineColor );
|
||||||
disabledUnderlineColor = UIManager.getColor( "TabbedPane.disabledUnderlineColor" );
|
disabledUnderlineColor = UIManager.getColor( "TabbedPane.disabledUnderlineColor" );
|
||||||
hoverColor = UIManager.getColor( "TabbedPane.hoverColor" );
|
hoverColor = UIManager.getColor( "TabbedPane.hoverColor" );
|
||||||
|
hoverForeground = UIManager.getColor( "TabbedPane.hoverForeground" );
|
||||||
focusColor = UIManager.getColor( "TabbedPane.focusColor" );
|
focusColor = UIManager.getColor( "TabbedPane.focusColor" );
|
||||||
|
focusForeground = UIManager.getColor( "TabbedPane.focusForeground" );
|
||||||
tabSeparatorColor = UIManager.getColor( "TabbedPane.tabSeparatorColor" );
|
tabSeparatorColor = UIManager.getColor( "TabbedPane.tabSeparatorColor" );
|
||||||
contentAreaColor = UIManager.getColor( "TabbedPane.contentAreaColor" );
|
contentAreaColor = UIManager.getColor( "TabbedPane.contentAreaColor" );
|
||||||
|
|
||||||
@@ -397,7 +403,9 @@ public class FlatTabbedPaneUI
|
|||||||
inactiveUnderlineColor = null;
|
inactiveUnderlineColor = null;
|
||||||
disabledUnderlineColor = null;
|
disabledUnderlineColor = null;
|
||||||
hoverColor = null;
|
hoverColor = null;
|
||||||
|
hoverForeground = null;
|
||||||
focusColor = null;
|
focusColor = null;
|
||||||
|
focusForeground = null;
|
||||||
tabSeparatorColor = null;
|
tabSeparatorColor = null;
|
||||||
contentAreaColor = null;
|
contentAreaColor = null;
|
||||||
closeIcon = null;
|
closeIcon = null;
|
||||||
@@ -1141,22 +1149,37 @@ public class FlatTabbedPaneUI
|
|||||||
}
|
}
|
||||||
|
|
||||||
// plain text
|
// plain text
|
||||||
Color color;
|
|
||||||
if( tabPane.isEnabled() && tabPane.isEnabledAt( tabIndex ) ) {
|
|
||||||
color = tabPane.getForegroundAt( tabIndex );
|
|
||||||
if( isSelected && selectedForeground != null && color == tabPane.getForeground() )
|
|
||||||
color = selectedForeground;
|
|
||||||
} else
|
|
||||||
color = disabledForeground;
|
|
||||||
|
|
||||||
int mnemIndex = FlatLaf.isShowMnemonics() ? tabPane.getDisplayedMnemonicIndexAt( tabIndex ) : -1;
|
int mnemIndex = FlatLaf.isShowMnemonics() ? tabPane.getDisplayedMnemonicIndexAt( tabIndex ) : -1;
|
||||||
|
g.setColor( getTabForeground( tabPlacement, tabIndex, isSelected ) );
|
||||||
g.setColor( color );
|
|
||||||
FlatUIUtils.drawStringUnderlineCharAt( tabPane, g, title, mnemIndex,
|
FlatUIUtils.drawStringUnderlineCharAt( tabPane, g, title, mnemIndex,
|
||||||
textRect.x, textRect.y + metrics.getAscent() );
|
textRect.x, textRect.y + metrics.getAscent() );
|
||||||
} );
|
} );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/** @since 3.1 */
|
||||||
|
protected Color getTabForeground( int tabPlacement, int tabIndex, boolean isSelected ) {
|
||||||
|
// tabbed pane or tab is disabled
|
||||||
|
if( !tabPane.isEnabled() || !tabPane.isEnabledAt( tabIndex ) )
|
||||||
|
return disabledForeground;
|
||||||
|
|
||||||
|
// hover
|
||||||
|
if( hoverForeground != null && getRolloverTab() == tabIndex )
|
||||||
|
return hoverForeground;
|
||||||
|
|
||||||
|
// tab foreground (if set)
|
||||||
|
Color foreground = tabPane.getForegroundAt( tabIndex );
|
||||||
|
if( foreground != tabPane.getForeground() )
|
||||||
|
return foreground;
|
||||||
|
|
||||||
|
// focused and selected
|
||||||
|
if( focusForeground != null && isSelected && FlatUIUtils.isPermanentFocusOwner( tabPane ) )
|
||||||
|
return focusForeground;
|
||||||
|
if( selectedForeground != null && isSelected )
|
||||||
|
return selectedForeground;
|
||||||
|
|
||||||
|
return foreground;
|
||||||
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
protected void paintTabBackground( Graphics g, int tabPlacement, int tabIndex,
|
protected void paintTabBackground( Graphics g, int tabPlacement, int tabIndex,
|
||||||
int x, int y, int w, int h, boolean isSelected )
|
int x, int y, int w, int h, boolean isSelected )
|
||||||
@@ -1169,14 +1192,27 @@ public class FlatTabbedPaneUI
|
|||||||
|
|
||||||
/** @since 2 */
|
/** @since 2 */
|
||||||
protected Color getTabBackground( int tabPlacement, int tabIndex, boolean isSelected ) {
|
protected Color getTabBackground( int tabPlacement, int tabIndex, boolean isSelected ) {
|
||||||
boolean enabled = tabPane.isEnabled();
|
Color background = tabPane.getBackgroundAt( tabIndex );
|
||||||
return enabled && tabPane.isEnabledAt( tabIndex ) && getRolloverTab() == tabIndex
|
|
||||||
? hoverColor
|
// tabbed pane or tab is disabled
|
||||||
: (enabled && isSelected && FlatUIUtils.isPermanentFocusOwner( tabPane )
|
if( !tabPane.isEnabled() || !tabPane.isEnabledAt( tabIndex ) )
|
||||||
? focusColor
|
return background;
|
||||||
: (selectedBackground != null && enabled && isSelected
|
|
||||||
? selectedBackground
|
// hover
|
||||||
: tabPane.getBackgroundAt( tabIndex )));
|
if( hoverColor != null && getRolloverTab() == tabIndex )
|
||||||
|
return hoverColor;
|
||||||
|
|
||||||
|
// tab background (if set)
|
||||||
|
if( background != tabPane.getBackground() )
|
||||||
|
return background;
|
||||||
|
|
||||||
|
// focused and selected
|
||||||
|
if( focusColor != null && isSelected && FlatUIUtils.isPermanentFocusOwner( tabPane ) )
|
||||||
|
return focusColor;
|
||||||
|
if( selectedBackground != null && isSelected )
|
||||||
|
return selectedBackground;
|
||||||
|
|
||||||
|
return background;
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
@@ -1431,7 +1467,8 @@ public class FlatTabbedPaneUI
|
|||||||
path.append( gap, false );
|
path.append( gap, false );
|
||||||
|
|
||||||
// fill gap in case that the tab is colored (e.g. focused or hover)
|
// fill gap in case that the tab is colored (e.g. focused or hover)
|
||||||
g.setColor( getTabBackground( tabPlacement, selectedIndex, true ) );
|
Color background = getTabBackground( tabPlacement, selectedIndex, true );
|
||||||
|
g.setColor( FlatUIUtils.deriveColor( background, tabPane.getBackground() ) );
|
||||||
((Graphics2D)g).fill( gap );
|
((Graphics2D)g).fill( gap );
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -24,6 +24,7 @@ import java.util.function.Function;
|
|||||||
import javax.swing.JTable;
|
import javax.swing.JTable;
|
||||||
import javax.swing.SwingUtilities;
|
import javax.swing.SwingUtilities;
|
||||||
import javax.swing.UIManager;
|
import javax.swing.UIManager;
|
||||||
|
import javax.swing.border.Border;
|
||||||
import javax.swing.plaf.TableUI;
|
import javax.swing.plaf.TableUI;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@@ -107,17 +108,55 @@ public class FlatTableCellBorder
|
|||||||
public static class Focused
|
public static class Focused
|
||||||
extends FlatTableCellBorder
|
extends FlatTableCellBorder
|
||||||
{
|
{
|
||||||
|
@Override
|
||||||
|
public void paintBorder( Component c, Graphics g, int x, int y, int width, int height ) {
|
||||||
|
if( c != null && c.getClass().getName().equals( "javax.swing.JTable$BooleanRenderer" ) ) {
|
||||||
|
// boolean renderer in JTable does not use Table.focusSelectedCellHighlightBorder
|
||||||
|
// if cell is selected and focused (as DefaultTableCellRenderer does)
|
||||||
|
// --> delegate to Table.focusSelectedCellHighlightBorder
|
||||||
|
// to make FlatLaf "focus indicator border hiding" work
|
||||||
|
JTable table = (JTable) SwingUtilities.getAncestorOfClass( JTable.class, c );
|
||||||
|
if( table != null &&
|
||||||
|
c.getForeground() == table.getSelectionForeground() &&
|
||||||
|
c.getBackground() == table.getSelectionBackground() )
|
||||||
|
{
|
||||||
|
Border border = UIManager.getBorder( "Table.focusSelectedCellHighlightBorder" );
|
||||||
|
if( border != null ) {
|
||||||
|
border.paintBorder( c, g, x, y, width, height );
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
super.paintBorder( c, g, x, y, width, height );
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
//---- class Selected -----------------------------------------------------
|
//---- class Selected -----------------------------------------------------
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Border for selected cell that uses margins and paints focus indicator border
|
* Border for selected cell that uses margins and paints focus indicator border.
|
||||||
* if enabled (Table.showCellFocusIndicator=true) or at least one selected cell is editable.
|
* The focus indicator is shown under following conditions:
|
||||||
|
* <ul>
|
||||||
|
* <li>always if enabled via UI property {@code Table.showCellFocusIndicator=true}
|
||||||
|
* <li>for row selection mode if exactly one row is selected and at least one cell in that row is editable
|
||||||
|
* <li>for column selection mode if exactly one column is selected and at least one cell in that column is editable
|
||||||
|
* <li>never for cell selection mode
|
||||||
|
* </ul>
|
||||||
|
* The reason for this logic is to hide the focus indicator when it is not needed,
|
||||||
|
* and only show it when there are editable cells and the user needs to know
|
||||||
|
* which cell is focused to start editing.
|
||||||
|
* <p>
|
||||||
|
* To avoid possible performance issues, checking for editable cells is limited
|
||||||
|
* to {@link #maxCheckCellsEditable}. If there are more cells to check,
|
||||||
|
* the focus indicator is always shown.
|
||||||
*/
|
*/
|
||||||
public static class Selected
|
public static class Selected
|
||||||
extends FlatTableCellBorder
|
extends FlatTableCellBorder
|
||||||
{
|
{
|
||||||
|
/** @since 3.1 */
|
||||||
|
public int maxCheckCellsEditable = 50;
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void paintBorder( Component c, Graphics g, int x, int y, int width, int height ) {
|
public void paintBorder( Component c, Graphics g, int x, int y, int width, int height ) {
|
||||||
Boolean b = getStyleFromTableUI( c, ui -> ui.showCellFocusIndicator );
|
Boolean b = getStyleFromTableUI( c, ui -> ui.showCellFocusIndicator );
|
||||||
@@ -125,7 +164,7 @@ public class FlatTableCellBorder
|
|||||||
|
|
||||||
if( !showCellFocusIndicator ) {
|
if( !showCellFocusIndicator ) {
|
||||||
JTable table = (JTable) SwingUtilities.getAncestorOfClass( JTable.class, c );
|
JTable table = (JTable) SwingUtilities.getAncestorOfClass( JTable.class, c );
|
||||||
if( table != null && !isSelectionEditable( table ) )
|
if( table != null && !shouldShowCellFocusIndicator( table ) )
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -133,28 +172,57 @@ public class FlatTableCellBorder
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Checks whether at least one selected cell is editable.
|
* Returns whether focus indicator border should be shown.
|
||||||
|
*
|
||||||
|
* @since 3.1
|
||||||
*/
|
*/
|
||||||
protected boolean isSelectionEditable( JTable table ) {
|
protected boolean shouldShowCellFocusIndicator( JTable table ) {
|
||||||
if( table.getRowSelectionAllowed() ) {
|
boolean rowSelectionAllowed = table.getRowSelectionAllowed();
|
||||||
int columnCount = table.getColumnCount();
|
boolean columnSelectionAllowed = table.getColumnSelectionAllowed();
|
||||||
int[] selectedRows = table.getSelectedRows();
|
|
||||||
for( int selectedRow : selectedRows ) {
|
|
||||||
for( int column = 0; column < columnCount; column++ ) {
|
|
||||||
if( table.isCellEditable( selectedRow, column ) )
|
|
||||||
return true;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
if( table.getColumnSelectionAllowed() ) {
|
// do not show for cell selection mode
|
||||||
|
// (unlikely that user wants edit cell in case that multiple cells are selected;
|
||||||
|
// if only a single cell is selected then it is clear where the focus is)
|
||||||
|
if( rowSelectionAllowed && columnSelectionAllowed )
|
||||||
|
return false;
|
||||||
|
|
||||||
|
if( rowSelectionAllowed ) {
|
||||||
|
// row selection mode
|
||||||
|
|
||||||
|
// do not show if more than one row is selected
|
||||||
|
// (unlikely that user wants edit cell in this case)
|
||||||
|
if( table.getSelectedRowCount() != 1 )
|
||||||
|
return false;
|
||||||
|
|
||||||
|
// show always if there are too many columns to check for editable
|
||||||
|
int columnCount = table.getColumnCount();
|
||||||
|
if( columnCount > maxCheckCellsEditable )
|
||||||
|
return true;
|
||||||
|
|
||||||
|
// check whether at least one selected cell is editable
|
||||||
|
int selectedRow = table.getSelectedRow();
|
||||||
|
for( int column = 0; column < columnCount; column++ ) {
|
||||||
|
if( table.isCellEditable( selectedRow, column ) )
|
||||||
|
return true;
|
||||||
|
}
|
||||||
|
} else if( columnSelectionAllowed ) {
|
||||||
|
// column selection mode
|
||||||
|
|
||||||
|
// do not show if more than one column is selected
|
||||||
|
// (unlikely that user wants edit cell in this case)
|
||||||
|
if( table.getSelectedColumnCount() != 1 )
|
||||||
|
return false;
|
||||||
|
|
||||||
|
// show always if there are too many rows to check for editable
|
||||||
int rowCount = table.getRowCount();
|
int rowCount = table.getRowCount();
|
||||||
int[] selectedColumns = table.getSelectedColumns();
|
if( rowCount > maxCheckCellsEditable )
|
||||||
for( int selectedColumn : selectedColumns ) {
|
return true;
|
||||||
for( int row = 0; row < rowCount; row++ ) {
|
|
||||||
if( table.isCellEditable( row, selectedColumn ) )
|
// check whether at least one selected cell is editable
|
||||||
return true;
|
int selectedColumn = table.getSelectedColumn();
|
||||||
}
|
for( int row = 0; row < rowCount; row++ ) {
|
||||||
|
if( table.isCellEditable( row, selectedColumn ) )
|
||||||
|
return true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -59,6 +59,10 @@ import com.formdev.flatlaf.util.UIScale;
|
|||||||
*
|
*
|
||||||
* <!-- FlatTableHeaderUI -->
|
* <!-- FlatTableHeaderUI -->
|
||||||
*
|
*
|
||||||
|
* @uiDefault TableHeader.hoverBackground Color optional
|
||||||
|
* @uiDefault TableHeader.hoverForeground Color optional
|
||||||
|
* @uiDefault TableHeader.pressedBackground Color optional
|
||||||
|
* @uiDefault TableHeader.pressedForeground Color optional
|
||||||
* @uiDefault TableHeader.bottomSeparatorColor Color
|
* @uiDefault TableHeader.bottomSeparatorColor Color
|
||||||
* @uiDefault TableHeader.height int
|
* @uiDefault TableHeader.height int
|
||||||
* @uiDefault TableHeader.sortIconPosition String right (default), left, top or bottom
|
* @uiDefault TableHeader.sortIconPosition String right (default), left, top or bottom
|
||||||
@@ -81,6 +85,10 @@ public class FlatTableHeaderUI
|
|||||||
extends BasicTableHeaderUI
|
extends BasicTableHeaderUI
|
||||||
implements StyleableUI
|
implements StyleableUI
|
||||||
{
|
{
|
||||||
|
/** @since 3.1 */ @Styleable protected Color hoverBackground;
|
||||||
|
/** @since 3.1 */ @Styleable protected Color hoverForeground;
|
||||||
|
/** @since 3.1 */ @Styleable protected Color pressedBackground;
|
||||||
|
/** @since 3.1 */ @Styleable protected Color pressedForeground;
|
||||||
@Styleable protected Color bottomSeparatorColor;
|
@Styleable protected Color bottomSeparatorColor;
|
||||||
@Styleable protected int height;
|
@Styleable protected int height;
|
||||||
@Styleable(type=String.class) protected int sortIconPosition;
|
@Styleable(type=String.class) protected int sortIconPosition;
|
||||||
@@ -113,6 +121,10 @@ public class FlatTableHeaderUI
|
|||||||
protected void installDefaults() {
|
protected void installDefaults() {
|
||||||
super.installDefaults();
|
super.installDefaults();
|
||||||
|
|
||||||
|
hoverBackground = UIManager.getColor( "TableHeader.hoverBackground" );
|
||||||
|
hoverForeground = UIManager.getColor( "TableHeader.hoverForeground" );
|
||||||
|
pressedBackground = UIManager.getColor( "TableHeader.pressedBackground" );
|
||||||
|
pressedForeground = UIManager.getColor( "TableHeader.pressedForeground" );
|
||||||
bottomSeparatorColor = UIManager.getColor( "TableHeader.bottomSeparatorColor" );
|
bottomSeparatorColor = UIManager.getColor( "TableHeader.bottomSeparatorColor" );
|
||||||
height = UIManager.getInt( "TableHeader.height" );
|
height = UIManager.getInt( "TableHeader.height" );
|
||||||
sortIconPosition = parseSortIconPosition( UIManager.getString( "TableHeader.sortIconPosition" ) );
|
sortIconPosition = parseSortIconPosition( UIManager.getString( "TableHeader.sortIconPosition" ) );
|
||||||
@@ -122,6 +134,10 @@ public class FlatTableHeaderUI
|
|||||||
protected void uninstallDefaults() {
|
protected void uninstallDefaults() {
|
||||||
super.uninstallDefaults();
|
super.uninstallDefaults();
|
||||||
|
|
||||||
|
hoverBackground = null;
|
||||||
|
hoverForeground = null;
|
||||||
|
pressedBackground = null;
|
||||||
|
pressedForeground = null;
|
||||||
bottomSeparatorColor = null;
|
bottomSeparatorColor = null;
|
||||||
|
|
||||||
oldStyleValues = null;
|
oldStyleValues = null;
|
||||||
@@ -211,6 +227,12 @@ public class FlatTableHeaderUI
|
|||||||
return super.getRolloverColumn();
|
return super.getRolloverColumn();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
protected void rolloverColumnUpdated( int oldColumn, int newColumn ) {
|
||||||
|
header.repaint( header.getHeaderRect( oldColumn ) );
|
||||||
|
header.repaint( header.getHeaderRect( newColumn ) );
|
||||||
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void paint( Graphics g, JComponent c ) {
|
public void paint( Graphics g, JComponent c ) {
|
||||||
fixDraggedAndResizingColumns( header );
|
fixDraggedAndResizingColumns( header );
|
||||||
@@ -243,21 +265,16 @@ public class FlatTableHeaderUI
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// temporary use own default renderer if necessary
|
// temporary use own default renderer
|
||||||
FlatTableCellHeaderRenderer sortIconRenderer = null;
|
FlatTableCellHeaderRenderer tempRenderer = new FlatTableCellHeaderRenderer( header.getDefaultRenderer() );
|
||||||
if( sortIconPosition != SwingConstants.RIGHT ) {
|
header.setDefaultRenderer( tempRenderer );
|
||||||
sortIconRenderer = new FlatTableCellHeaderRenderer( header.getDefaultRenderer() );
|
|
||||||
header.setDefaultRenderer( sortIconRenderer );
|
|
||||||
}
|
|
||||||
|
|
||||||
// paint header
|
// paint header
|
||||||
super.paint( g, c );
|
super.paint( g, c );
|
||||||
|
|
||||||
// restore default renderer
|
// restore default renderer
|
||||||
if( sortIconRenderer != null ) {
|
tempRenderer.reset();
|
||||||
sortIconRenderer.reset();
|
header.setDefaultRenderer( tempRenderer.delegate );
|
||||||
header.setDefaultRenderer( sortIconRenderer.delegate );
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
private boolean isSystemDefaultRenderer( Object headerRenderer ) {
|
private boolean isSystemDefaultRenderer( Object headerRenderer ) {
|
||||||
@@ -318,8 +335,8 @@ public class FlatTableHeaderUI
|
|||||||
//---- class FlatTableCellHeaderRenderer ----------------------------------
|
//---- class FlatTableCellHeaderRenderer ----------------------------------
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* A delegating header renderer that is only used to paint sort arrows at
|
* A delegating header renderer that is only used to paint hover and pressed
|
||||||
* top, bottom or left position.
|
* background/foreground and to paint sort arrows at top, bottom or left position.
|
||||||
*/
|
*/
|
||||||
private class FlatTableCellHeaderRenderer
|
private class FlatTableCellHeaderRenderer
|
||||||
implements TableCellRenderer, Border, UIResource
|
implements TableCellRenderer, Border, UIResource
|
||||||
@@ -327,6 +344,9 @@ public class FlatTableHeaderUI
|
|||||||
private final TableCellRenderer delegate;
|
private final TableCellRenderer delegate;
|
||||||
|
|
||||||
private JLabel l;
|
private JLabel l;
|
||||||
|
private Color oldBackground;
|
||||||
|
private Color oldForeground;
|
||||||
|
private Boolean oldOpaque;
|
||||||
private int oldHorizontalTextPosition = -1;
|
private int oldHorizontalTextPosition = -1;
|
||||||
private Border origBorder;
|
private Border origBorder;
|
||||||
private Icon sortIcon;
|
private Icon sortIcon;
|
||||||
@@ -345,11 +365,38 @@ public class FlatTableHeaderUI
|
|||||||
|
|
||||||
l = (JLabel) c;
|
l = (JLabel) c;
|
||||||
|
|
||||||
|
// hover and pressed background/foreground
|
||||||
|
TableColumn draggedColumn = header.getDraggedColumn();
|
||||||
|
Color background = null;
|
||||||
|
Color foreground = null;
|
||||||
|
if( draggedColumn != null && header.getTable().convertColumnIndexToView( draggedColumn.getModelIndex() ) == column ) {
|
||||||
|
background = pressedBackground;
|
||||||
|
foreground = pressedForeground;
|
||||||
|
} else if( getRolloverColumn() == column ) {
|
||||||
|
background = hoverBackground;
|
||||||
|
foreground = hoverForeground;
|
||||||
|
}
|
||||||
|
if( background != null ) {
|
||||||
|
if( oldBackground == null )
|
||||||
|
oldBackground = l.getBackground();
|
||||||
|
if( oldOpaque == null )
|
||||||
|
oldOpaque = l.isOpaque();
|
||||||
|
l.setBackground( FlatUIUtils.deriveColor( background, header.getBackground() ) );
|
||||||
|
l.setOpaque( true );
|
||||||
|
}
|
||||||
|
if( foreground != null ) {
|
||||||
|
if( oldForeground == null )
|
||||||
|
oldForeground = l.getForeground();
|
||||||
|
l.setForeground( FlatUIUtils.deriveColor( foreground, header.getForeground() ) );
|
||||||
|
}
|
||||||
|
|
||||||
|
// sort icon
|
||||||
if( sortIconPosition == SwingConstants.LEFT ) {
|
if( sortIconPosition == SwingConstants.LEFT ) {
|
||||||
|
// left
|
||||||
if( oldHorizontalTextPosition < 0 )
|
if( oldHorizontalTextPosition < 0 )
|
||||||
oldHorizontalTextPosition = l.getHorizontalTextPosition();
|
oldHorizontalTextPosition = l.getHorizontalTextPosition();
|
||||||
l.setHorizontalTextPosition( SwingConstants.RIGHT );
|
l.setHorizontalTextPosition( SwingConstants.RIGHT );
|
||||||
} else {
|
} else if( sortIconPosition == SwingConstants.TOP || sortIconPosition == SwingConstants.BOTTOM ) {
|
||||||
// top or bottom
|
// top or bottom
|
||||||
sortIcon = l.getIcon();
|
sortIcon = l.getIcon();
|
||||||
origBorder = l.getBorder();
|
origBorder = l.getBorder();
|
||||||
@@ -361,7 +408,16 @@ public class FlatTableHeaderUI
|
|||||||
}
|
}
|
||||||
|
|
||||||
void reset() {
|
void reset() {
|
||||||
if( l != null && sortIconPosition == SwingConstants.LEFT && oldHorizontalTextPosition >= 0 )
|
if( l == null )
|
||||||
|
return;
|
||||||
|
|
||||||
|
if( oldBackground != null )
|
||||||
|
l.setBackground( oldBackground );
|
||||||
|
if( oldForeground != null )
|
||||||
|
l.setForeground( oldForeground );
|
||||||
|
if( oldOpaque != null )
|
||||||
|
l.setOpaque( oldOpaque );
|
||||||
|
if( oldHorizontalTextPosition >= 0 )
|
||||||
l.setHorizontalTextPosition( oldHorizontalTextPosition );
|
l.setHorizontalTextPosition( oldHorizontalTextPosition );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -360,9 +360,8 @@ public class FlatTitlePane
|
|||||||
|
|
||||||
if( window instanceof Frame ) {
|
if( window instanceof Frame ) {
|
||||||
Frame frame = (Frame) window;
|
Frame frame = (Frame) window;
|
||||||
boolean maximized = ((frame.getExtendedState() & Frame.MAXIMIZED_BOTH) != 0);
|
|
||||||
|
|
||||||
if( maximized &&
|
if( isWindowMaximized() &&
|
||||||
!(SystemInfo.isLinux && FlatNativeLinuxLibrary.isWMUtilsSupported( window )) &&
|
!(SystemInfo.isLinux && FlatNativeLinuxLibrary.isWMUtilsSupported( window )) &&
|
||||||
rootPane.getClientProperty( "_flatlaf.maximizedBoundsUpToDate" ) == null )
|
rootPane.getClientProperty( "_flatlaf.maximizedBoundsUpToDate" ) == null )
|
||||||
{
|
{
|
||||||
@@ -393,7 +392,7 @@ public class FlatTitlePane
|
|||||||
if( window instanceof Frame ) {
|
if( window instanceof Frame ) {
|
||||||
Frame frame = (Frame) window;
|
Frame frame = (Frame) window;
|
||||||
boolean maximizable = frame.isResizable() && clientPropertyBoolean( rootPane, TITLE_BAR_SHOW_MAXIMIZE, true );
|
boolean maximizable = frame.isResizable() && clientPropertyBoolean( rootPane, TITLE_BAR_SHOW_MAXIMIZE, true );
|
||||||
boolean maximized = ((frame.getExtendedState() & Frame.MAXIMIZED_BOTH) != 0);
|
boolean maximized = isWindowMaximized();
|
||||||
|
|
||||||
iconifyButton.setVisible( clientPropertyBoolean( rootPane, TITLE_BAR_SHOW_ICONIFFY, true ) );
|
iconifyButton.setVisible( clientPropertyBoolean( rootPane, TITLE_BAR_SHOW_ICONIFFY, true ) );
|
||||||
maximizeButton.setVisible( maximizable && !maximized );
|
maximizeButton.setVisible( maximizable && !maximized );
|
||||||
@@ -643,7 +642,10 @@ public class FlatTitlePane
|
|||||||
|
|
||||||
/** @since 2.4 */
|
/** @since 2.4 */
|
||||||
protected boolean isWindowMaximized() {
|
protected boolean isWindowMaximized() {
|
||||||
return window instanceof Frame && (((Frame)window).getExtendedState() & Frame.MAXIMIZED_BOTH) != 0;
|
// Windows and macOS use always MAXIMIZED_BOTH.
|
||||||
|
// Only Linux uses MAXIMIZED_VERT and MAXIMIZED_HORIZ (when dragging window to left or right edge).
|
||||||
|
// (searched jdk source code)
|
||||||
|
return window instanceof Frame && (((Frame)window).getExtendedState() & Frame.MAXIMIZED_BOTH) == Frame.MAXIMIZED_BOTH;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@@ -661,8 +663,30 @@ public class FlatTitlePane
|
|||||||
rootPane.putClientProperty( "_flatlaf.maximizedBoundsUpToDate", true );
|
rootPane.putClientProperty( "_flatlaf.maximizedBoundsUpToDate", true );
|
||||||
|
|
||||||
// maximize window
|
// maximize window
|
||||||
if( !FlatNativeWindowBorder.showWindow( frame, FlatNativeWindowBorder.Provider.SW_MAXIMIZE ) )
|
if( !FlatNativeWindowBorder.showWindow( frame, FlatNativeWindowBorder.Provider.SW_MAXIMIZE ) ) {
|
||||||
frame.setExtendedState( frame.getExtendedState() | Frame.MAXIMIZED_BOTH );
|
int oldState = frame.getExtendedState();
|
||||||
|
int newState = oldState | Frame.MAXIMIZED_BOTH;
|
||||||
|
|
||||||
|
if( SystemInfo.isLinux ) {
|
||||||
|
// Linux supports vertical and horizontal maximization:
|
||||||
|
// - dragging a window to left or right edge of screen vertically maximizes
|
||||||
|
// the window to the left or right half of the screen
|
||||||
|
// - don't know whether user can do horizontal maximization
|
||||||
|
// (Windows and macOS use only MAXIMIZED_BOTH)
|
||||||
|
//
|
||||||
|
// If a window is maximized vertically or horizontally (but not both),
|
||||||
|
// then Frame.setExtendedState() behaves not as expected on Linux.
|
||||||
|
// E.g. if window state is MAXIMIZED_VERT, calling setExtendedState(MAXIMIZED_BOTH)
|
||||||
|
// changes state to MAXIMIZED_HORIZ. But calling setExtendedState(MAXIMIZED_HORIZ)
|
||||||
|
// changes state from MAXIMIZED_VERT to MAXIMIZED_BOTH.
|
||||||
|
// Seems to be a bug in sun.awt.X11.XNETProtocol.requestState(),
|
||||||
|
// which does some strange state XOR-ing...
|
||||||
|
if( (oldState & Frame.MAXIMIZED_BOTH) == Frame.MAXIMIZED_VERT )
|
||||||
|
newState = oldState & ~Frame.MAXIMIZED_BOTH | Frame.MAXIMIZED_HORIZ;
|
||||||
|
}
|
||||||
|
|
||||||
|
frame.setExtendedState( newState );
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
protected void updateMaximizedBounds() {
|
protected void updateMaximizedBounds() {
|
||||||
@@ -766,8 +790,7 @@ public class FlatTitlePane
|
|||||||
if( !(window instanceof Frame) || !((Frame)window).isResizable() )
|
if( !(window instanceof Frame) || !((Frame)window).isResizable() )
|
||||||
return;
|
return;
|
||||||
|
|
||||||
Frame frame = (Frame) window;
|
if( isWindowMaximized() )
|
||||||
if( (frame.getExtendedState() & Frame.MAXIMIZED_BOTH) != 0 )
|
|
||||||
restore();
|
restore();
|
||||||
else
|
else
|
||||||
maximize();
|
maximize();
|
||||||
@@ -1188,6 +1211,13 @@ public class FlatTitlePane
|
|||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void windowStateChanged( WindowEvent e ) {
|
public void windowStateChanged( WindowEvent e ) {
|
||||||
|
/*debug
|
||||||
|
System.out.println( "state " + e.getOldState() + " -> " + e.getNewState() + " "
|
||||||
|
+ ((e.getNewState() & Frame.MAXIMIZED_HORIZ) != 0 ? " HORIZ" : "")
|
||||||
|
+ ((e.getNewState() & Frame.MAXIMIZED_VERT) != 0 ? " VERT" : "")
|
||||||
|
);
|
||||||
|
debug*/
|
||||||
|
|
||||||
frameStateChanged();
|
frameStateChanged();
|
||||||
updateNativeTitleBarHeightAndHitTestSpots();
|
updateNativeTitleBarHeightAndHitTestSpots();
|
||||||
}
|
}
|
||||||
@@ -1195,7 +1225,7 @@ public class FlatTitlePane
|
|||||||
//---- interface MouseListener ----
|
//---- interface MouseListener ----
|
||||||
|
|
||||||
private Point dragOffset;
|
private Point dragOffset;
|
||||||
private boolean nativeMove;
|
private boolean linuxNativeMove;
|
||||||
private long lastSingleClickWhen;
|
private long lastSingleClickWhen;
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
@@ -1203,7 +1233,7 @@ public class FlatTitlePane
|
|||||||
// on Linux, when using native library, the mouse clicked event
|
// on Linux, when using native library, the mouse clicked event
|
||||||
// is usually not sent and maximize/restore is done in mouse pressed event
|
// is usually not sent and maximize/restore is done in mouse pressed event
|
||||||
// this check is here for the case that a mouse clicked event comes thru for some reason
|
// this check is here for the case that a mouse clicked event comes thru for some reason
|
||||||
if( SystemInfo.isLinux && FlatNativeLinuxLibrary.isWMUtilsSupported( window ) ) {
|
if( linuxNativeMove && SystemInfo.isLinux && FlatNativeLinuxLibrary.isWMUtilsSupported( window ) ) {
|
||||||
// see comment in mousePressed()
|
// see comment in mousePressed()
|
||||||
if( lastSingleClickWhen != 0 && (e.getWhen() - lastSingleClickWhen) <= getMultiClickInterval() ) {
|
if( lastSingleClickWhen != 0 && (e.getWhen() - lastSingleClickWhen) <= getMultiClickInterval() ) {
|
||||||
lastSingleClickWhen = 0;
|
lastSingleClickWhen = 0;
|
||||||
@@ -1241,7 +1271,7 @@ public class FlatTitlePane
|
|||||||
return;
|
return;
|
||||||
|
|
||||||
dragOffset = SwingUtilities.convertPoint( FlatTitlePane.this, e.getPoint(), window );
|
dragOffset = SwingUtilities.convertPoint( FlatTitlePane.this, e.getPoint(), window );
|
||||||
nativeMove = false;
|
linuxNativeMove = false;
|
||||||
|
|
||||||
// on Linux, move or maximize/restore window
|
// on Linux, move or maximize/restore window
|
||||||
if( SystemInfo.isLinux && FlatNativeLinuxLibrary.isWMUtilsSupported( window ) ) {
|
if( SystemInfo.isLinux && FlatNativeLinuxLibrary.isWMUtilsSupported( window ) ) {
|
||||||
@@ -1261,7 +1291,7 @@ public class FlatTitlePane
|
|||||||
case 1:
|
case 1:
|
||||||
// move window via _NET_WM_MOVERESIZE message
|
// move window via _NET_WM_MOVERESIZE message
|
||||||
e.consume();
|
e.consume();
|
||||||
nativeMove = FlatNativeLinuxLibrary.moveOrResizeWindow( window, e, FlatNativeLinuxLibrary.MOVE );
|
linuxNativeMove = FlatNativeLinuxLibrary.moveOrResizeWindow( window, e, FlatNativeLinuxLibrary.MOVE );
|
||||||
lastSingleClickWhen = e.getWhen();
|
lastSingleClickWhen = e.getWhen();
|
||||||
break;
|
break;
|
||||||
|
|
||||||
@@ -1291,7 +1321,7 @@ public class FlatTitlePane
|
|||||||
if( window == null || dragOffset == null )
|
if( window == null || dragOffset == null )
|
||||||
return; // should newer occur
|
return; // should newer occur
|
||||||
|
|
||||||
if( nativeMove )
|
if( linuxNativeMove )
|
||||||
return;
|
return;
|
||||||
|
|
||||||
if( !SwingUtilities.isLeftMouseButton( e ) )
|
if( !SwingUtilities.isLeftMouseButton( e ) )
|
||||||
|
|||||||
@@ -158,6 +158,10 @@ public class FlatTreeUI
|
|||||||
// only used via styling (not in UI defaults, but has likewise client properties)
|
// only used via styling (not in UI defaults, but has likewise client properties)
|
||||||
/** @since 2 */ @Styleable protected boolean paintSelection = true;
|
/** @since 2 */ @Styleable protected boolean paintSelection = true;
|
||||||
|
|
||||||
|
private Icon defaultLeafIcon;
|
||||||
|
private Icon defaultClosedIcon;
|
||||||
|
private Icon defaultOpenIcon;
|
||||||
|
|
||||||
private boolean paintLines;
|
private boolean paintLines;
|
||||||
private Color defaultCellNonSelectionBackground;
|
private Color defaultCellNonSelectionBackground;
|
||||||
private Color defaultSelectionBackground;
|
private Color defaultSelectionBackground;
|
||||||
@@ -193,6 +197,10 @@ public class FlatTreeUI
|
|||||||
showCellFocusIndicator = UIManager.getBoolean( "Tree.showCellFocusIndicator" );
|
showCellFocusIndicator = UIManager.getBoolean( "Tree.showCellFocusIndicator" );
|
||||||
showDefaultIcons = UIManager.getBoolean( "Tree.showDefaultIcons" );
|
showDefaultIcons = UIManager.getBoolean( "Tree.showDefaultIcons" );
|
||||||
|
|
||||||
|
defaultLeafIcon = UIManager.getIcon( "Tree.leafIcon" );
|
||||||
|
defaultClosedIcon = UIManager.getIcon( "Tree.closedIcon" );
|
||||||
|
defaultOpenIcon = UIManager.getIcon( "Tree.openIcon" );
|
||||||
|
|
||||||
paintLines = UIManager.getBoolean( "Tree.paintLines" );
|
paintLines = UIManager.getBoolean( "Tree.paintLines" );
|
||||||
defaultCellNonSelectionBackground = UIManager.getColor( "Tree.textBackground" );
|
defaultCellNonSelectionBackground = UIManager.getColor( "Tree.textBackground" );
|
||||||
defaultSelectionBackground = selectionBackground;
|
defaultSelectionBackground = selectionBackground;
|
||||||
@@ -219,6 +227,10 @@ public class FlatTreeUI
|
|||||||
selectionInactiveForeground = null;
|
selectionInactiveForeground = null;
|
||||||
selectionBorderColor = null;
|
selectionBorderColor = null;
|
||||||
|
|
||||||
|
defaultLeafIcon = null;
|
||||||
|
defaultClosedIcon = null;
|
||||||
|
defaultOpenIcon = null;
|
||||||
|
|
||||||
defaultCellNonSelectionBackground = null;
|
defaultCellNonSelectionBackground = null;
|
||||||
defaultSelectionBackground = null;
|
defaultSelectionBackground = null;
|
||||||
defaultSelectionForeground = null;
|
defaultSelectionForeground = null;
|
||||||
@@ -233,9 +245,14 @@ public class FlatTreeUI
|
|||||||
// remove default leaf/closed/opened icons
|
// remove default leaf/closed/opened icons
|
||||||
if( !showDefaultIcons && currentCellRenderer instanceof DefaultTreeCellRenderer ) {
|
if( !showDefaultIcons && currentCellRenderer instanceof DefaultTreeCellRenderer ) {
|
||||||
DefaultTreeCellRenderer renderer = (DefaultTreeCellRenderer) currentCellRenderer;
|
DefaultTreeCellRenderer renderer = (DefaultTreeCellRenderer) currentCellRenderer;
|
||||||
renderer.setLeafIcon( null );
|
if( renderer.getLeafIcon() == defaultLeafIcon &&
|
||||||
renderer.setClosedIcon( null );
|
renderer.getClosedIcon() == defaultClosedIcon &&
|
||||||
renderer.setOpenIcon( null );
|
renderer.getOpenIcon() == defaultOpenIcon )
|
||||||
|
{
|
||||||
|
renderer.setLeafIcon( null );
|
||||||
|
renderer.setClosedIcon( null );
|
||||||
|
renderer.setOpenIcon( null );
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -310,6 +327,21 @@ public class FlatTreeUI
|
|||||||
tree.revalidate();
|
tree.revalidate();
|
||||||
tree.repaint();
|
tree.repaint();
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
case "enabled":
|
||||||
|
// if default icons are not shown and the renderer is a subclass
|
||||||
|
// of DefaultTreeCellRenderer, then invalidate tree node sizes
|
||||||
|
// because the custom renderer may use an icon for enabled state
|
||||||
|
// but none for disabled state
|
||||||
|
if( !showDefaultIcons &&
|
||||||
|
currentCellRenderer instanceof DefaultTreeCellRenderer &&
|
||||||
|
currentCellRenderer.getClass() != DefaultTreeCellRenderer.class &&
|
||||||
|
treeState != null )
|
||||||
|
{
|
||||||
|
treeState.invalidateSizes();
|
||||||
|
updateSize();
|
||||||
|
}
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
@@ -695,7 +727,7 @@ public class FlatTreeUI
|
|||||||
|
|
||||||
if( rendererComponent instanceof JLabel ) {
|
if( rendererComponent instanceof JLabel ) {
|
||||||
JLabel label = (JLabel) rendererComponent;
|
JLabel label = (JLabel) rendererComponent;
|
||||||
Icon icon = label.getIcon();
|
Icon icon = label.isEnabled() ? label.getIcon() : label.getDisabledIcon();
|
||||||
imageOffset = (icon != null && label.getText() != null)
|
imageOffset = (icon != null && label.getText() != null)
|
||||||
? icon.getIconWidth() + Math.max( label.getIconTextGap() - 1, 0 )
|
? icon.getIconWidth() + Math.max( label.getIconTextGap() - 1, 0 )
|
||||||
: 0;
|
: 0;
|
||||||
|
|||||||
@@ -200,6 +200,10 @@ public class FlatUIUtils
|
|||||||
return (border instanceof UIResource) ? new NonUIResourceBorder( border ) : border;
|
return (border instanceof UIResource) ? new NonUIResourceBorder( border ) : border;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
static Border unwrapNonUIResourceBorder( Border border ) {
|
||||||
|
return (border instanceof NonUIResourceBorder) ? ((NonUIResourceBorder)border).delegate : border;
|
||||||
|
}
|
||||||
|
|
||||||
public static int minimumWidth( JComponent c, int minimumWidth ) {
|
public static int minimumWidth( JComponent c, int minimumWidth ) {
|
||||||
return FlatClientProperties.clientPropertyInt( c, FlatClientProperties.MINIMUM_WIDTH, minimumWidth );
|
return FlatClientProperties.clientPropertyInt( c, FlatClientProperties.MINIMUM_WIDTH, minimumWidth );
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -606,9 +606,10 @@ debug*/
|
|||||||
if( resizeDir == S_RESIZE_CURSOR || resizeDir == SW_RESIZE_CURSOR || resizeDir == SE_RESIZE_CURSOR ) {
|
if( resizeDir == S_RESIZE_CURSOR || resizeDir == SW_RESIZE_CURSOR || resizeDir == SE_RESIZE_CURSOR ) {
|
||||||
newBounds.height = (yOnScreen + dragBottomOffset) - newBounds.y;
|
newBounds.height = (yOnScreen + dragBottomOffset) - newBounds.y;
|
||||||
if( limitToParentBounds() ) {
|
if( limitToParentBounds() ) {
|
||||||
int parentHeight = getParentBounds().height;
|
Rectangle parentBounds = getParentBounds();
|
||||||
if( newBounds.y + newBounds.height > parentHeight )
|
int parentBottomY = parentBounds.y + parentBounds.height;
|
||||||
newBounds.height = parentHeight - newBounds.y;
|
if( newBounds.y + newBounds.height > parentBottomY )
|
||||||
|
newBounds.height = parentBottomY - newBounds.y;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -624,9 +625,10 @@ debug*/
|
|||||||
if( resizeDir == E_RESIZE_CURSOR || resizeDir == NE_RESIZE_CURSOR || resizeDir == SE_RESIZE_CURSOR ) {
|
if( resizeDir == E_RESIZE_CURSOR || resizeDir == NE_RESIZE_CURSOR || resizeDir == SE_RESIZE_CURSOR ) {
|
||||||
newBounds.width = (xOnScreen + dragRightOffset) - newBounds.x;
|
newBounds.width = (xOnScreen + dragRightOffset) - newBounds.x;
|
||||||
if( limitToParentBounds() ) {
|
if( limitToParentBounds() ) {
|
||||||
int parentWidth = getParentBounds().width;
|
Rectangle parentBounds = getParentBounds();
|
||||||
if( newBounds.x + newBounds.width > parentWidth )
|
int parentRightX = parentBounds.x + parentBounds.width;
|
||||||
newBounds.width = parentWidth - newBounds.x;
|
if( newBounds.x + newBounds.width > parentRightX )
|
||||||
|
newBounds.width = parentRightX - newBounds.x;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -52,40 +52,47 @@ public class HiDPIUtils
|
|||||||
AffineTransform t = g.getTransform();
|
AffineTransform t = g.getTransform();
|
||||||
|
|
||||||
// get scale X/Y and shear X/Y
|
// get scale X/Y and shear X/Y
|
||||||
double scaleX = t.getScaleX();
|
final double scaleX = t.getScaleX();
|
||||||
double scaleY = t.getScaleY();
|
final double scaleY = t.getScaleY();
|
||||||
double shearX = t.getShearX();
|
final double shearX = t.getShearX();
|
||||||
double shearY = t.getShearY();
|
final double shearY = t.getShearY();
|
||||||
|
|
||||||
// check whether rotated
|
// check whether rotated
|
||||||
// (also check for negative scale X/Y because shear X/Y are zero for 180 degrees rotation)
|
// (also check for negative scale X/Y because shear X/Y are zero for 180 degrees rotation)
|
||||||
boolean rotated = (shearX != 0 || shearY != 0 || scaleX <= 0 || scaleY <= 0);
|
boolean rotated = (shearX != 0 || shearY != 0 || scaleX <= 0 || scaleY <= 0);
|
||||||
|
|
||||||
|
// calculate non rotated scale factors
|
||||||
|
final double realScaleX, realScaleY;
|
||||||
if( rotated ) {
|
if( rotated ) {
|
||||||
// resulting scale X/Y values are always positive
|
// resulting scale X/Y values are always positive
|
||||||
scaleX = Math.hypot( scaleX, shearX );
|
realScaleX = Math.hypot( scaleX, shearX );
|
||||||
scaleY = Math.hypot( scaleY, shearY );
|
realScaleY = Math.hypot( scaleY, shearY );
|
||||||
} else {
|
} else {
|
||||||
// make scale X/Y positive
|
// make scale X/Y positive
|
||||||
scaleX = Math.abs( scaleX );
|
realScaleX = Math.abs( scaleX );
|
||||||
scaleY = Math.abs( scaleY );
|
realScaleY = Math.abs( scaleY );
|
||||||
}
|
}
|
||||||
|
|
||||||
// check whether scaled
|
// check whether scaled
|
||||||
if( scaleX == 1 && scaleY == 1 ) {
|
if( realScaleX == 1 && realScaleY == 1 ) {
|
||||||
painter.paint( g, x, y, width, height, 1 );
|
painter.paint( g, x, y, width, height, 1 );
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// calculate x and y (this is equal to t.translate( x, y ))
|
||||||
|
double px = (x * scaleX) + (y * shearX) + t.getTranslateX();
|
||||||
|
double py = (y * scaleY) + (x * shearY) + t.getTranslateY();
|
||||||
|
|
||||||
// scale rectangle
|
// scale rectangle
|
||||||
Rectangle2D.Double scaledRect = scale( scaleX, scaleY, t, x, y, width, height );
|
Rectangle2D.Double scaledRect = scale( realScaleX, realScaleY, px, py, width, height );
|
||||||
|
|
||||||
try {
|
try {
|
||||||
// unscale to factor 1.0, keep rotation and move origin (to whole numbers)
|
// unscale to factor 1.0, keep rotation and move origin (to whole numbers)
|
||||||
AffineTransform t1x;
|
AffineTransform t1x;
|
||||||
if( rotated ) {
|
if( rotated ) {
|
||||||
t1x = new AffineTransform( t.getScaleX(), t.getShearY(), t.getShearX(), t.getScaleY(),
|
t1x = new AffineTransform( scaleX, shearY, shearX, scaleY,
|
||||||
Math.floor( scaledRect.x ), Math.floor( scaledRect.y ) );
|
Math.floor( scaledRect.x ), Math.floor( scaledRect.y ) );
|
||||||
t1x.scale( 1. / scaleX, 1. / scaleY );
|
t1x.scale( 1. / realScaleX, 1. / realScaleY );
|
||||||
} else
|
} else
|
||||||
t1x = new AffineTransform( 1, 0, 0, 1, Math.floor( scaledRect.x ), Math.floor( scaledRect.y ) );
|
t1x = new AffineTransform( 1, 0, 0, 1, Math.floor( scaledRect.x ), Math.floor( scaledRect.y ) );
|
||||||
g.setTransform( t1x );
|
g.setTransform( t1x );
|
||||||
@@ -94,7 +101,7 @@ public class HiDPIUtils
|
|||||||
int sheight = (int) scaledRect.height;
|
int sheight = (int) scaledRect.height;
|
||||||
|
|
||||||
// paint
|
// paint
|
||||||
painter.paint( g, 0, 0, swidth, sheight, scaleX );
|
painter.paint( g, 0, 0, swidth, sheight, realScaleX );
|
||||||
} finally {
|
} finally {
|
||||||
// restore original transform
|
// restore original transform
|
||||||
g.setTransform( t );
|
g.setTransform( t );
|
||||||
@@ -106,10 +113,7 @@ public class HiDPIUtils
|
|||||||
* sun.java2d.pipe.PixelToParallelogramConverter.fillRectangle(),
|
* sun.java2d.pipe.PixelToParallelogramConverter.fillRectangle(),
|
||||||
* which is used by Graphics.fillRect().
|
* which is used by Graphics.fillRect().
|
||||||
*/
|
*/
|
||||||
private static Rectangle2D.Double scale( double scaleX, double scaleY, AffineTransform t, int x, int y, int width, int height ) {
|
private static Rectangle2D.Double scale( double scaleX, double scaleY, double px, double py, int width, int height ) {
|
||||||
double px = (x * scaleX) + t.getTranslateX();
|
|
||||||
double py = (y * scaleY) + t.getTranslateY();
|
|
||||||
|
|
||||||
double newX = normalize( px );
|
double newX = normalize( px );
|
||||||
double newY = normalize( py );
|
double newY = normalize( py );
|
||||||
double newWidth = normalize( px + (width * scaleX) ) - newX;
|
double newWidth = normalize( px + (width * scaleX) ) - newX;
|
||||||
|
|||||||
@@ -100,8 +100,13 @@ debug*/
|
|||||||
Image image = getResolutionVariant( destImageWidth, destImageHeight );
|
Image image = getResolutionVariant( destImageWidth, destImageHeight );
|
||||||
|
|
||||||
// size of image
|
// size of image
|
||||||
int imageWidth = image.getWidth( null );
|
int imageWidth = -1;
|
||||||
int imageHeight = image.getHeight( null );
|
int imageHeight = -1;
|
||||||
|
|
||||||
|
if (image != null) {
|
||||||
|
imageWidth = image.getWidth( null );
|
||||||
|
imageHeight = image.getHeight( null );
|
||||||
|
}
|
||||||
|
|
||||||
// paint red rectangle if image has invalid size (e.g. not found)
|
// paint red rectangle if image has invalid size (e.g. not found)
|
||||||
if( imageWidth < 0 || imageHeight < 0 ) {
|
if( imageWidth < 0 || imageHeight < 0 ) {
|
||||||
|
|||||||
@@ -18,6 +18,7 @@ package com.formdev.flatlaf.util;
|
|||||||
|
|
||||||
import java.util.Locale;
|
import java.util.Locale;
|
||||||
import java.util.StringTokenizer;
|
import java.util.StringTokenizer;
|
||||||
|
import com.formdev.flatlaf.ui.FlatNativeWindowsLibrary;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Provides information about the current system.
|
* Provides information about the current system.
|
||||||
@@ -34,9 +35,7 @@ public class SystemInfo
|
|||||||
// OS versions
|
// OS versions
|
||||||
public static final long osVersion;
|
public static final long osVersion;
|
||||||
public static final boolean isWindows_10_orLater;
|
public static final boolean isWindows_10_orLater;
|
||||||
/** <strong>Note</strong>: This requires Java 8u321, 11.0.14, 17.0.2 or 18 (or later).
|
/** @since 2 */ public static final boolean isWindows_11_orLater;
|
||||||
* (see https://bugs.openjdk.java.net/browse/JDK-8274840)
|
|
||||||
* @since 2 */ public static final boolean isWindows_11_orLater;
|
|
||||||
public static final boolean isMacOS_10_11_ElCapitan_orLater;
|
public static final boolean isMacOS_10_11_ElCapitan_orLater;
|
||||||
public static final boolean isMacOS_10_14_Mojave_orLater;
|
public static final boolean isMacOS_10_14_Mojave_orLater;
|
||||||
public static final boolean isMacOS_10_15_Catalina_orLater;
|
public static final boolean isMacOS_10_15_Catalina_orLater;
|
||||||
@@ -80,8 +79,6 @@ public class SystemInfo
|
|||||||
// OS versions
|
// OS versions
|
||||||
osVersion = scanVersion( System.getProperty( "os.version" ) );
|
osVersion = scanVersion( System.getProperty( "os.version" ) );
|
||||||
isWindows_10_orLater = (isWindows && osVersion >= toVersion( 10, 0, 0, 0 ));
|
isWindows_10_orLater = (isWindows && osVersion >= toVersion( 10, 0, 0, 0 ));
|
||||||
isWindows_11_orLater = (isWindows_10_orLater && osName.length() > "windows ".length() &&
|
|
||||||
scanVersion( osName.substring( "windows ".length() ) ) >= toVersion( 11, 0, 0, 0 ));
|
|
||||||
isMacOS_10_11_ElCapitan_orLater = (isMacOS && osVersion >= toVersion( 10, 11, 0, 0 ));
|
isMacOS_10_11_ElCapitan_orLater = (isMacOS && osVersion >= toVersion( 10, 11, 0, 0 ));
|
||||||
isMacOS_10_14_Mojave_orLater = (isMacOS && osVersion >= toVersion( 10, 14, 0, 0 ));
|
isMacOS_10_14_Mojave_orLater = (isMacOS && osVersion >= toVersion( 10, 14, 0, 0 ));
|
||||||
isMacOS_10_15_Catalina_orLater = (isMacOS && osVersion >= toVersion( 10, 15, 0, 0 ));
|
isMacOS_10_15_Catalina_orLater = (isMacOS && osVersion >= toVersion( 10, 15, 0, 0 ));
|
||||||
@@ -116,9 +113,27 @@ public class SystemInfo
|
|||||||
|
|
||||||
// features
|
// features
|
||||||
// available since Java 12; backported to Java 11.0.8 and 8u292
|
// available since Java 12; backported to Java 11.0.8 and 8u292
|
||||||
isMacFullWindowContentSupported =
|
isMacFullWindowContentSupported = isMacOS &&
|
||||||
javaVersion >= toVersion( 11, 0, 8, 0 ) ||
|
(javaVersion >= toVersion( 11, 0, 8, 0 ) ||
|
||||||
(javaVersion >= toVersion( 1, 8, 0, 292 ) && !isJava_9_orLater);
|
(javaVersion >= toVersion( 1, 8, 0, 292 ) && !isJava_9_orLater));
|
||||||
|
|
||||||
|
|
||||||
|
// Note: Keep following at the end of this block because (optional) loading
|
||||||
|
// of native library uses fields of this class. E.g. isX86_64
|
||||||
|
|
||||||
|
// Windows 11 detection is implemented in Java 8u321, 11.0.14, 17.0.2 and 18 (or later).
|
||||||
|
// (see https://bugs.openjdk.java.net/browse/JDK-8274840)
|
||||||
|
// For older Java versions, use native library to get OS build number.
|
||||||
|
boolean isWin_11_orLater = false;
|
||||||
|
try {
|
||||||
|
isWin_11_orLater = isWindows_10_orLater &&
|
||||||
|
(scanVersion( StringUtils.removeLeading( osName, "windows " ) ) >= toVersion( 11, 0, 0, 0 ) ||
|
||||||
|
(FlatNativeWindowsLibrary.isLoaded() && FlatNativeWindowsLibrary.getOSBuildNumber() >= 22000));
|
||||||
|
} catch( Throwable ex ) {
|
||||||
|
// catch to avoid that application can not start if native library is not up-to-date
|
||||||
|
LoggingFacade.INSTANCE.logSevere( null, ex );
|
||||||
|
}
|
||||||
|
isWindows_11_orLater = isWin_11_orLater;
|
||||||
}
|
}
|
||||||
|
|
||||||
public static long scanVersion( String version ) {
|
public static long scanVersion( String version ) {
|
||||||
|
|||||||
@@ -57,7 +57,7 @@
|
|||||||
@menuAcceleratorSelectionForeground = @selectionForeground
|
@menuAcceleratorSelectionForeground = @selectionForeground
|
||||||
|
|
||||||
# misc
|
# misc
|
||||||
@cellFocusColor = #000
|
@cellFocusColor = lighten(@selectionBackground,10%)
|
||||||
@icon = shade(@foreground,7%)
|
@icon = shade(@foreground,7%)
|
||||||
|
|
||||||
# accent colors (blueish)
|
# accent colors (blueish)
|
||||||
@@ -331,6 +331,8 @@ Table.gridColor = lighten($Table.background,8%)
|
|||||||
|
|
||||||
#---- TableHeader ----
|
#---- TableHeader ----
|
||||||
|
|
||||||
|
TableHeader.hoverBackground = lighten($TableHeader.background,5%,derived)
|
||||||
|
TableHeader.pressedBackground = lighten($TableHeader.background,10%,derived)
|
||||||
TableHeader.separatorColor = lighten($TableHeader.background,10%)
|
TableHeader.separatorColor = lighten($TableHeader.background,10%)
|
||||||
TableHeader.bottomSeparatorColor = $TableHeader.separatorColor
|
TableHeader.bottomSeparatorColor = $TableHeader.separatorColor
|
||||||
|
|
||||||
|
|||||||
@@ -288,6 +288,7 @@ ComboBox.buttonPressedArrowColor = @buttonPressedArrowColor
|
|||||||
ComboBox.popupInsets = 0,0,0,0
|
ComboBox.popupInsets = 0,0,0,0
|
||||||
ComboBox.selectionInsets = 0,0,0,0
|
ComboBox.selectionInsets = 0,0,0,0
|
||||||
ComboBox.selectionArc = 0
|
ComboBox.selectionArc = 0
|
||||||
|
ComboBox.borderCornerRadius = $Popup.borderCornerRadius
|
||||||
|
|
||||||
|
|
||||||
#---- Component ----
|
#---- Component ----
|
||||||
@@ -503,6 +504,7 @@ PasswordField.revealIcon = com.formdev.flatlaf.icons.FlatRevealIcon
|
|||||||
|
|
||||||
#---- Popup ----
|
#---- Popup ----
|
||||||
|
|
||||||
|
Popup.borderCornerRadius = 4
|
||||||
Popup.dropShadowPainted = true
|
Popup.dropShadowPainted = true
|
||||||
Popup.dropShadowInsets = -4,-4,4,4
|
Popup.dropShadowInsets = -4,-4,4,4
|
||||||
|
|
||||||
@@ -511,6 +513,7 @@ Popup.dropShadowInsets = -4,-4,4,4
|
|||||||
|
|
||||||
PopupMenu.border = com.formdev.flatlaf.ui.FlatPopupMenuBorder
|
PopupMenu.border = com.formdev.flatlaf.ui.FlatPopupMenuBorder
|
||||||
PopupMenu.borderInsets = 4,1,4,1
|
PopupMenu.borderInsets = 4,1,4,1
|
||||||
|
PopupMenu.borderCornerRadius = $Popup.borderCornerRadius
|
||||||
PopupMenu.background = @menuBackground
|
PopupMenu.background = @menuBackground
|
||||||
PopupMenu.scrollArrowColor = @buttonArrowColor
|
PopupMenu.scrollArrowColor = @buttonArrowColor
|
||||||
|
|
||||||
@@ -880,6 +883,11 @@ ToolBar.spacingBorder = $Button.toolbar.spacingInsets
|
|||||||
ToolTipManager.enableToolTipMode = activeApplication
|
ToolTipManager.enableToolTipMode = activeApplication
|
||||||
|
|
||||||
|
|
||||||
|
#---- ToolTip ----
|
||||||
|
|
||||||
|
ToolTip.borderCornerRadius = $Popup.borderCornerRadius
|
||||||
|
|
||||||
|
|
||||||
#---- Tree ----
|
#---- Tree ----
|
||||||
|
|
||||||
Tree.border = 1,1,1,1
|
Tree.border = 1,1,1,1
|
||||||
|
|||||||
@@ -57,7 +57,7 @@
|
|||||||
@menuAcceleratorSelectionForeground = @selectionForeground
|
@menuAcceleratorSelectionForeground = @selectionForeground
|
||||||
|
|
||||||
# misc
|
# misc
|
||||||
@cellFocusColor = #000
|
@cellFocusColor = darken(@selectionBackground,20%)
|
||||||
@icon = shade(@background,27%)
|
@icon = shade(@background,27%)
|
||||||
|
|
||||||
# accent colors (blueish)
|
# accent colors (blueish)
|
||||||
@@ -338,6 +338,8 @@ Table.gridColor = darken($Table.background,8%)
|
|||||||
|
|
||||||
#---- TableHeader ----
|
#---- TableHeader ----
|
||||||
|
|
||||||
|
TableHeader.hoverBackground = darken($TableHeader.background,5%,derived)
|
||||||
|
TableHeader.pressedBackground = darken($TableHeader.background,10%,derived)
|
||||||
TableHeader.separatorColor = darken($TableHeader.background,10%)
|
TableHeader.separatorColor = darken($TableHeader.background,10%)
|
||||||
TableHeader.bottomSeparatorColor = $TableHeader.separatorColor
|
TableHeader.bottomSeparatorColor = $TableHeader.separatorColor
|
||||||
|
|
||||||
|
|||||||
@@ -44,6 +44,15 @@ info = lazy(ToolTip.background)
|
|||||||
infoText = lazy(ToolTip.foreground)
|
infoText = lazy(ToolTip.foreground)
|
||||||
|
|
||||||
|
|
||||||
|
#---- variables ----
|
||||||
|
|
||||||
|
# make sure that accent color (set via FlatLaf.setSystemColorGetter()) is ignored
|
||||||
|
@accentColor = null
|
||||||
|
|
||||||
|
# use fixed color because it is used in borders
|
||||||
|
@cellFocusColor = #222
|
||||||
|
|
||||||
|
|
||||||
#---- Button ----
|
#---- Button ----
|
||||||
|
|
||||||
Button.startBackground = $Button.background
|
Button.startBackground = $Button.background
|
||||||
@@ -213,6 +222,7 @@ ToggleButton.endBackground = $ToggleButton.background
|
|||||||
[Solarized_Dark---4lex4]Component.accentColor = lazy(TabbedPane.underlineColor)
|
[Solarized_Dark---4lex4]Component.accentColor = lazy(TabbedPane.underlineColor)
|
||||||
[Solarized_Dark---4lex4]Slider.focusedColor = fade($Component.focusColor,80%,derived)
|
[Solarized_Dark---4lex4]Slider.focusedColor = fade($Component.focusColor,80%,derived)
|
||||||
|
|
||||||
|
[Solarized_Light---4lex4]Button.default.hoverBackground = darken($Button.default.background,3%,derived)
|
||||||
[Solarized_Light---4lex4]Component.accentColor = lazy(TabbedPane.underlineColor)
|
[Solarized_Light---4lex4]Component.accentColor = lazy(TabbedPane.underlineColor)
|
||||||
|
|
||||||
[vuesion-theme]Component.accentColor = lazy(Button.default.endBackground)
|
[vuesion-theme]Component.accentColor = lazy(Button.default.endBackground)
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
@@ -149,6 +149,7 @@ ComboBox.selectionBackground = @menuSelectionBackground
|
|||||||
ComboBox.popupInsets = 5,0,5,0
|
ComboBox.popupInsets = 5,0,5,0
|
||||||
ComboBox.selectionInsets = 0,5,0,5
|
ComboBox.selectionInsets = 0,5,0,5
|
||||||
ComboBox.selectionArc = 8
|
ComboBox.selectionArc = 8
|
||||||
|
ComboBox.borderCornerRadius = 8
|
||||||
|
|
||||||
|
|
||||||
#---- Component ----
|
#---- Component ----
|
||||||
@@ -205,6 +206,7 @@ PasswordField.selectionForeground = @textSelectionForeground
|
|||||||
#---- PopupMenu ----
|
#---- PopupMenu ----
|
||||||
|
|
||||||
PopupMenu.borderInsets = 6,1,6,1
|
PopupMenu.borderInsets = 6,1,6,1
|
||||||
|
PopupMenu.borderCornerRadius = 8
|
||||||
|
|
||||||
|
|
||||||
#---- ProgressBar ----
|
#---- ProgressBar ----
|
||||||
|
|||||||
@@ -150,6 +150,7 @@ ComboBox.selectionBackground = @menuSelectionBackground
|
|||||||
ComboBox.popupInsets = 5,0,5,0
|
ComboBox.popupInsets = 5,0,5,0
|
||||||
ComboBox.selectionInsets = 0,5,0,5
|
ComboBox.selectionInsets = 0,5,0,5
|
||||||
ComboBox.selectionArc = 8
|
ComboBox.selectionArc = 8
|
||||||
|
ComboBox.borderCornerRadius = 8
|
||||||
|
|
||||||
|
|
||||||
#---- Component ----
|
#---- Component ----
|
||||||
@@ -206,6 +207,7 @@ PasswordField.selectionForeground = @textSelectionForeground
|
|||||||
#---- PopupMenu ----
|
#---- PopupMenu ----
|
||||||
|
|
||||||
PopupMenu.borderInsets = 6,1,6,1
|
PopupMenu.borderInsets = 6,1,6,1
|
||||||
|
PopupMenu.borderCornerRadius = 8
|
||||||
|
|
||||||
|
|
||||||
#---- ProgressBar ----
|
#---- ProgressBar ----
|
||||||
|
|||||||
@@ -721,7 +721,9 @@ public class TestFlatStyleableInfo
|
|||||||
"inactiveUnderlineColor", Color.class,
|
"inactiveUnderlineColor", Color.class,
|
||||||
"disabledUnderlineColor", Color.class,
|
"disabledUnderlineColor", Color.class,
|
||||||
"hoverColor", Color.class,
|
"hoverColor", Color.class,
|
||||||
|
"hoverForeground", Color.class,
|
||||||
"focusColor", Color.class,
|
"focusColor", Color.class,
|
||||||
|
"focusForeground", Color.class,
|
||||||
"tabSeparatorColor", Color.class,
|
"tabSeparatorColor", Color.class,
|
||||||
"contentAreaColor", Color.class,
|
"contentAreaColor", Color.class,
|
||||||
|
|
||||||
@@ -804,6 +806,10 @@ public class TestFlatStyleableInfo
|
|||||||
FlatTableHeaderUI ui = (FlatTableHeaderUI) c.getUI();
|
FlatTableHeaderUI ui = (FlatTableHeaderUI) c.getUI();
|
||||||
|
|
||||||
Map<String, Class<?>> expected = expectedMap(
|
Map<String, Class<?>> expected = expectedMap(
|
||||||
|
"hoverBackground", Color.class,
|
||||||
|
"hoverForeground", Color.class,
|
||||||
|
"pressedBackground", Color.class,
|
||||||
|
"pressedForeground", Color.class,
|
||||||
"bottomSeparatorColor", Color.class,
|
"bottomSeparatorColor", Color.class,
|
||||||
"height", int.class,
|
"height", int.class,
|
||||||
"sortIconPosition", String.class,
|
"sortIconPosition", String.class,
|
||||||
|
|||||||
@@ -727,7 +727,9 @@ public class TestFlatStyleableValue
|
|||||||
testColor( c, ui, "inactiveUnderlineColor", 0x123456 );
|
testColor( c, ui, "inactiveUnderlineColor", 0x123456 );
|
||||||
testColor( c, ui, "disabledUnderlineColor", 0x123456 );
|
testColor( c, ui, "disabledUnderlineColor", 0x123456 );
|
||||||
testColor( c, ui, "hoverColor", 0x123456 );
|
testColor( c, ui, "hoverColor", 0x123456 );
|
||||||
|
testColor( c, ui, "hoverForeground", 0x123456 );
|
||||||
testColor( c, ui, "focusColor", 0x123456 );
|
testColor( c, ui, "focusColor", 0x123456 );
|
||||||
|
testColor( c, ui, "focusForeground", 0x123456 );
|
||||||
testColor( c, ui, "tabSeparatorColor", 0x123456 );
|
testColor( c, ui, "tabSeparatorColor", 0x123456 );
|
||||||
testColor( c, ui, "contentAreaColor", 0x123456 );
|
testColor( c, ui, "contentAreaColor", 0x123456 );
|
||||||
|
|
||||||
@@ -802,6 +804,10 @@ public class TestFlatStyleableValue
|
|||||||
JTableHeader c = new JTableHeader();
|
JTableHeader c = new JTableHeader();
|
||||||
FlatTableHeaderUI ui = (FlatTableHeaderUI) c.getUI();
|
FlatTableHeaderUI ui = (FlatTableHeaderUI) c.getUI();
|
||||||
|
|
||||||
|
testColor( c, ui, "hoverBackground", 0x123456 );
|
||||||
|
testColor( c, ui, "hoverForeground", 0x123456 );
|
||||||
|
testColor( c, ui, "pressedBackground", 0x123456 );
|
||||||
|
testColor( c, ui, "pressedForeground", 0x123456 );
|
||||||
testColor( c, ui, "bottomSeparatorColor", 0x123456 );
|
testColor( c, ui, "bottomSeparatorColor", 0x123456 );
|
||||||
testInteger( c, ui, "height", 123 );
|
testInteger( c, ui, "height", 123 );
|
||||||
testString( c, ui, "sortIconPosition", "top" );
|
testString( c, ui, "sortIconPosition", "top" );
|
||||||
|
|||||||
@@ -29,6 +29,7 @@ import javax.swing.table.JTableHeader;
|
|||||||
import org.junit.jupiter.api.AfterAll;
|
import org.junit.jupiter.api.AfterAll;
|
||||||
import org.junit.jupiter.api.BeforeAll;
|
import org.junit.jupiter.api.BeforeAll;
|
||||||
import org.junit.jupiter.api.Test;
|
import org.junit.jupiter.api.Test;
|
||||||
|
import com.formdev.flatlaf.FlatLaf;
|
||||||
import com.formdev.flatlaf.icons.*;
|
import com.formdev.flatlaf.icons.*;
|
||||||
import com.formdev.flatlaf.util.ColorFunctions;
|
import com.formdev.flatlaf.util.ColorFunctions;
|
||||||
|
|
||||||
@@ -39,12 +40,20 @@ public class TestFlatStyling
|
|||||||
{
|
{
|
||||||
@BeforeAll
|
@BeforeAll
|
||||||
static void setup() {
|
static void setup() {
|
||||||
|
HashMap<String, String> globalExtraDefaults = new HashMap<>();
|
||||||
|
globalExtraDefaults.put( "@var1", "#f00" );
|
||||||
|
globalExtraDefaults.put( "@var2", "@var1" );
|
||||||
|
globalExtraDefaults.put( "var2Resolved", "@var2" );
|
||||||
|
FlatLaf.setGlobalExtraDefaults( globalExtraDefaults );
|
||||||
|
|
||||||
TestUtils.setup( false );
|
TestUtils.setup( false );
|
||||||
}
|
}
|
||||||
|
|
||||||
@AfterAll
|
@AfterAll
|
||||||
static void cleanup() {
|
static void cleanup() {
|
||||||
TestUtils.cleanup();
|
TestUtils.cleanup();
|
||||||
|
|
||||||
|
FlatLaf.setGlobalExtraDefaults( null );
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
@@ -171,6 +180,13 @@ public class TestFlatStyling
|
|||||||
"saturate(darken(@background,20%),10%)" );
|
"saturate(darken(@background,20%),10%)" );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Test
|
||||||
|
void parseRecursiveVariables() {
|
||||||
|
Color background = UIManager.getColor( "var2Resolved" );
|
||||||
|
|
||||||
|
testColorStyle( background.getRGB(), "@var2" );
|
||||||
|
}
|
||||||
|
|
||||||
private void testColorStyle( int expectedRGB, String style ) {
|
private void testColorStyle( int expectedRGB, String style ) {
|
||||||
testStyle( "background", new Color( expectedRGB, (expectedRGB & 0xff000000) != 0 ), style );
|
testStyle( "background", new Color( expectedRGB, (expectedRGB & 0xff000000) != 0 ), style );
|
||||||
}
|
}
|
||||||
@@ -890,7 +906,9 @@ public class TestFlatStyling
|
|||||||
ui.applyStyle( "inactiveUnderlineColor: #fff" );
|
ui.applyStyle( "inactiveUnderlineColor: #fff" );
|
||||||
ui.applyStyle( "disabledUnderlineColor: #fff" );
|
ui.applyStyle( "disabledUnderlineColor: #fff" );
|
||||||
ui.applyStyle( "hoverColor: #fff" );
|
ui.applyStyle( "hoverColor: #fff" );
|
||||||
|
ui.applyStyle( "hoverForeground: #fff" );
|
||||||
ui.applyStyle( "focusColor: #fff" );
|
ui.applyStyle( "focusColor: #fff" );
|
||||||
|
ui.applyStyle( "focusForeground: #fff" );
|
||||||
ui.applyStyle( "tabSeparatorColor: #fff" );
|
ui.applyStyle( "tabSeparatorColor: #fff" );
|
||||||
ui.applyStyle( "contentAreaColor: #fff" );
|
ui.applyStyle( "contentAreaColor: #fff" );
|
||||||
|
|
||||||
@@ -983,6 +1001,10 @@ public class TestFlatStyling
|
|||||||
JTableHeader c = new JTableHeader();
|
JTableHeader c = new JTableHeader();
|
||||||
FlatTableHeaderUI ui = (FlatTableHeaderUI) c.getUI();
|
FlatTableHeaderUI ui = (FlatTableHeaderUI) c.getUI();
|
||||||
|
|
||||||
|
ui.applyStyle( "hoverBackground: #fff" );
|
||||||
|
ui.applyStyle( "hoverForeground: #fff" );
|
||||||
|
ui.applyStyle( "pressedBackground: #fff" );
|
||||||
|
ui.applyStyle( "pressedForeground: #fff" );
|
||||||
ui.applyStyle( "bottomSeparatorColor: #fff" );
|
ui.applyStyle( "bottomSeparatorColor: #fff" );
|
||||||
ui.applyStyle( "height: 20" );
|
ui.applyStyle( "height: 20" );
|
||||||
ui.applyStyle( "sortIconPosition: top" );
|
ui.applyStyle( "sortIconPosition: top" );
|
||||||
|
|||||||
@@ -25,6 +25,7 @@ dependencies {
|
|||||||
implementation( project( ":flatlaf-fonts-inter" ) )
|
implementation( project( ":flatlaf-fonts-inter" ) )
|
||||||
implementation( project( ":flatlaf-fonts-jetbrains-mono" ) )
|
implementation( project( ":flatlaf-fonts-jetbrains-mono" ) )
|
||||||
implementation( project( ":flatlaf-fonts-roboto" ) )
|
implementation( project( ":flatlaf-fonts-roboto" ) )
|
||||||
|
implementation( project( ":flatlaf-fonts-roboto-mono" ) )
|
||||||
implementation( project( ":flatlaf-intellij-themes" ) )
|
implementation( project( ":flatlaf-intellij-themes" ) )
|
||||||
implementation( "com.miglayout:miglayout-swing:5.3" )
|
implementation( "com.miglayout:miglayout-swing:5.3" )
|
||||||
implementation( "com.jgoodies:jgoodies-forms:1.9.0" )
|
implementation( "com.jgoodies:jgoodies-forms:1.9.0" )
|
||||||
@@ -38,6 +39,7 @@ tasks {
|
|||||||
dependsOn( ":flatlaf-fonts-inter:jar" )
|
dependsOn( ":flatlaf-fonts-inter:jar" )
|
||||||
dependsOn( ":flatlaf-fonts-jetbrains-mono:jar" )
|
dependsOn( ":flatlaf-fonts-jetbrains-mono:jar" )
|
||||||
dependsOn( ":flatlaf-fonts-roboto:jar" )
|
dependsOn( ":flatlaf-fonts-roboto:jar" )
|
||||||
|
dependsOn( ":flatlaf-fonts-roboto-mono:jar" )
|
||||||
dependsOn( ":flatlaf-intellij-themes:jar" )
|
dependsOn( ":flatlaf-intellij-themes:jar" )
|
||||||
// dependsOn( ":flatlaf-natives-jna:jar" )
|
// dependsOn( ":flatlaf-natives-jna:jar" )
|
||||||
|
|
||||||
|
|||||||
@@ -26,6 +26,7 @@ import com.formdev.flatlaf.extras.FlatUIDefaultsInspector;
|
|||||||
import com.formdev.flatlaf.fonts.inter.FlatInterFont;
|
import com.formdev.flatlaf.fonts.inter.FlatInterFont;
|
||||||
import com.formdev.flatlaf.fonts.jetbrains_mono.FlatJetBrainsMonoFont;
|
import com.formdev.flatlaf.fonts.jetbrains_mono.FlatJetBrainsMonoFont;
|
||||||
import com.formdev.flatlaf.fonts.roboto.FlatRobotoFont;
|
import com.formdev.flatlaf.fonts.roboto.FlatRobotoFont;
|
||||||
|
import com.formdev.flatlaf.fonts.roboto_mono.FlatRobotoMonoFont;
|
||||||
import com.formdev.flatlaf.util.SystemInfo;
|
import com.formdev.flatlaf.util.SystemInfo;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@@ -54,7 +55,8 @@ public class FlatLafDemo
|
|||||||
// - "system": use current macOS appearance (light or dark)
|
// - "system": use current macOS appearance (light or dark)
|
||||||
// - "NSAppearanceNameAqua": use light appearance
|
// - "NSAppearanceNameAqua": use light appearance
|
||||||
// - "NSAppearanceNameDarkAqua": use dark appearance
|
// - "NSAppearanceNameDarkAqua": use dark appearance
|
||||||
// (needs to be set on main thread; setting it on AWT thread does not work)
|
// (must be set on main thread and before AWT/Swing is initialized;
|
||||||
|
// setting it on AWT thread does not work)
|
||||||
System.setProperty( "apple.awt.application.appearance", "system" );
|
System.setProperty( "apple.awt.application.appearance", "system" );
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -75,6 +77,7 @@ public class FlatLafDemo
|
|||||||
FlatInterFont.installLazy();
|
FlatInterFont.installLazy();
|
||||||
FlatJetBrainsMonoFont.installLazy();
|
FlatJetBrainsMonoFont.installLazy();
|
||||||
FlatRobotoFont.installLazy();
|
FlatRobotoFont.installLazy();
|
||||||
|
FlatRobotoMonoFont.installLazy();
|
||||||
|
|
||||||
// use Inter font by default
|
// use Inter font by default
|
||||||
// FlatLaf.setPreferredFontFamily( FlatInterFont.FAMILY );
|
// FlatLaf.setPreferredFontFamily( FlatInterFont.FAMILY );
|
||||||
@@ -89,6 +92,9 @@ public class FlatLafDemo
|
|||||||
// use JetBrains Mono font
|
// use JetBrains Mono font
|
||||||
// FlatLaf.setPreferredMonospacedFontFamily( FlatJetBrainsMonoFont.FAMILY );
|
// FlatLaf.setPreferredMonospacedFontFamily( FlatJetBrainsMonoFont.FAMILY );
|
||||||
|
|
||||||
|
// use Roboto Mono font
|
||||||
|
// FlatLaf.setPreferredMonospacedFontFamily( FlatRobotoMonoFont.FAMILY );
|
||||||
|
|
||||||
// application specific UI defaults
|
// application specific UI defaults
|
||||||
FlatLaf.registerCustomDefaultsSource( "com.formdev.flatlaf.demo" );
|
FlatLaf.registerCustomDefaultsSource( "com.formdev.flatlaf.demo" );
|
||||||
|
|
||||||
|
|||||||
@@ -144,8 +144,8 @@
|
|||||||
"dark": true,
|
"dark": true,
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"licenseFile": "Hiberbee.LICENSE.txt",
|
"licenseFile": "Hiberbee.LICENSE.txt",
|
||||||
"sourceCodeUrl": "https://github.com/Hiberbee/code-highlight-themes",
|
"sourceCodeUrl": "https://github.com/Hiberbee/themes",
|
||||||
"sourceCodePath": "blob/latest/src/main/resources/HiberbeeDark.theme.json"
|
"sourceCodePath": "blob/latest/src/main/resources/themes/HiberbeeDark.theme.json"
|
||||||
},
|
},
|
||||||
"HighContrast.theme.json": {
|
"HighContrast.theme.json": {
|
||||||
"name": "High contrast",
|
"name": "High contrast",
|
||||||
@@ -247,7 +247,7 @@
|
|||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"licenseFile": "material-theme-ui-lite/Material Theme UI Lite.LICENSE.txt",
|
"licenseFile": "material-theme-ui-lite/Material Theme UI Lite.LICENSE.txt",
|
||||||
"sourceCodeUrl": "https://github.com/mallowigi/material-theme-ui-lite",
|
"sourceCodeUrl": "https://github.com/mallowigi/material-theme-ui-lite",
|
||||||
"sourceCodePath": "blob/master/src/main/resources/themes/Arc Dark.theme.json"
|
"sourceCodePath": "blob/master/src/main/resources/themes/regular/Arc Dark.theme.json"
|
||||||
},
|
},
|
||||||
"material-theme-ui-lite/Arc Dark Contrast.theme.json": {
|
"material-theme-ui-lite/Arc Dark Contrast.theme.json": {
|
||||||
"name": "Material Theme UI Lite / Arc Dark Contrast",
|
"name": "Material Theme UI Lite / Arc Dark Contrast",
|
||||||
@@ -255,7 +255,7 @@
|
|||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"licenseFile": "material-theme-ui-lite/Material Theme UI Lite.LICENSE.txt",
|
"licenseFile": "material-theme-ui-lite/Material Theme UI Lite.LICENSE.txt",
|
||||||
"sourceCodeUrl": "https://github.com/mallowigi/material-theme-ui-lite",
|
"sourceCodeUrl": "https://github.com/mallowigi/material-theme-ui-lite",
|
||||||
"sourceCodePath": "blob/master/src/main/resources/themes/Arc Dark Contrast.theme.json"
|
"sourceCodePath": "blob/master/src/main/resources/themes/contrast/Arc Dark Contrast.theme.json"
|
||||||
},
|
},
|
||||||
"material-theme-ui-lite/Atom One Dark.theme.json": {
|
"material-theme-ui-lite/Atom One Dark.theme.json": {
|
||||||
"name": "Material Theme UI Lite / Atom One Dark",
|
"name": "Material Theme UI Lite / Atom One Dark",
|
||||||
@@ -263,7 +263,7 @@
|
|||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"licenseFile": "material-theme-ui-lite/Material Theme UI Lite.LICENSE.txt",
|
"licenseFile": "material-theme-ui-lite/Material Theme UI Lite.LICENSE.txt",
|
||||||
"sourceCodeUrl": "https://github.com/mallowigi/material-theme-ui-lite",
|
"sourceCodeUrl": "https://github.com/mallowigi/material-theme-ui-lite",
|
||||||
"sourceCodePath": "blob/master/src/main/resources/themes/Atom One Dark.theme.json"
|
"sourceCodePath": "blob/master/src/main/resources/themes/regular/Atom One Dark.theme.json"
|
||||||
},
|
},
|
||||||
"material-theme-ui-lite/Atom One Dark Contrast.theme.json": {
|
"material-theme-ui-lite/Atom One Dark Contrast.theme.json": {
|
||||||
"name": "Material Theme UI Lite / Atom One Dark Contrast",
|
"name": "Material Theme UI Lite / Atom One Dark Contrast",
|
||||||
@@ -271,21 +271,21 @@
|
|||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"licenseFile": "material-theme-ui-lite/Material Theme UI Lite.LICENSE.txt",
|
"licenseFile": "material-theme-ui-lite/Material Theme UI Lite.LICENSE.txt",
|
||||||
"sourceCodeUrl": "https://github.com/mallowigi/material-theme-ui-lite",
|
"sourceCodeUrl": "https://github.com/mallowigi/material-theme-ui-lite",
|
||||||
"sourceCodePath": "blob/master/src/main/resources/themes/Atom One Dark Contrast.theme.json"
|
"sourceCodePath": "blob/master/src/main/resources/themes/contrast/Atom One Dark Contrast.theme.json"
|
||||||
},
|
},
|
||||||
"material-theme-ui-lite/Atom One Light.theme.json": {
|
"material-theme-ui-lite/Atom One Light.theme.json": {
|
||||||
"name": "Material Theme UI Lite / Atom One Light",
|
"name": "Material Theme UI Lite / Atom One Light",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"licenseFile": "material-theme-ui-lite/Material Theme UI Lite.LICENSE.txt",
|
"licenseFile": "material-theme-ui-lite/Material Theme UI Lite.LICENSE.txt",
|
||||||
"sourceCodeUrl": "https://github.com/mallowigi/material-theme-ui-lite",
|
"sourceCodeUrl": "https://github.com/mallowigi/material-theme-ui-lite",
|
||||||
"sourceCodePath": "blob/master/src/main/resources/themes/Atom One Light.theme.json"
|
"sourceCodePath": "blob/master/src/main/resources/themes/regular/Atom One Light.theme.json"
|
||||||
},
|
},
|
||||||
"material-theme-ui-lite/Atom One Light Contrast.theme.json": {
|
"material-theme-ui-lite/Atom One Light Contrast.theme.json": {
|
||||||
"name": "Material Theme UI Lite / Atom One Light Contrast",
|
"name": "Material Theme UI Lite / Atom One Light Contrast",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"licenseFile": "material-theme-ui-lite/Material Theme UI Lite.LICENSE.txt",
|
"licenseFile": "material-theme-ui-lite/Material Theme UI Lite.LICENSE.txt",
|
||||||
"sourceCodeUrl": "https://github.com/mallowigi/material-theme-ui-lite",
|
"sourceCodeUrl": "https://github.com/mallowigi/material-theme-ui-lite",
|
||||||
"sourceCodePath": "blob/master/src/main/resources/themes/Atom One Light Contrast.theme.json"
|
"sourceCodePath": "blob/master/src/main/resources/themes/contrast/Atom One Light Contrast.theme.json"
|
||||||
},
|
},
|
||||||
"material-theme-ui-lite/Dracula.theme.json": {
|
"material-theme-ui-lite/Dracula.theme.json": {
|
||||||
"name": "Material Theme UI Lite / Dracula",
|
"name": "Material Theme UI Lite / Dracula",
|
||||||
@@ -293,7 +293,7 @@
|
|||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"licenseFile": "material-theme-ui-lite/Material Theme UI Lite.LICENSE.txt",
|
"licenseFile": "material-theme-ui-lite/Material Theme UI Lite.LICENSE.txt",
|
||||||
"sourceCodeUrl": "https://github.com/mallowigi/material-theme-ui-lite",
|
"sourceCodeUrl": "https://github.com/mallowigi/material-theme-ui-lite",
|
||||||
"sourceCodePath": "blob/master/src/main/resources/themes/Dracula.theme.json"
|
"sourceCodePath": "blob/master/src/main/resources/themes/regular/Dracula.theme.json"
|
||||||
},
|
},
|
||||||
"material-theme-ui-lite/Dracula Contrast.theme.json": {
|
"material-theme-ui-lite/Dracula Contrast.theme.json": {
|
||||||
"name": "Material Theme UI Lite / Dracula Contrast",
|
"name": "Material Theme UI Lite / Dracula Contrast",
|
||||||
@@ -301,21 +301,21 @@
|
|||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"licenseFile": "material-theme-ui-lite/Material Theme UI Lite.LICENSE.txt",
|
"licenseFile": "material-theme-ui-lite/Material Theme UI Lite.LICENSE.txt",
|
||||||
"sourceCodeUrl": "https://github.com/mallowigi/material-theme-ui-lite",
|
"sourceCodeUrl": "https://github.com/mallowigi/material-theme-ui-lite",
|
||||||
"sourceCodePath": "blob/master/src/main/resources/themes/Dracula Contrast.theme.json"
|
"sourceCodePath": "blob/master/src/main/resources/themes/contrast/Dracula Contrast.theme.json"
|
||||||
},
|
},
|
||||||
"material-theme-ui-lite/GitHub.theme.json": {
|
"material-theme-ui-lite/GitHub.theme.json": {
|
||||||
"name": "Material Theme UI Lite / GitHub",
|
"name": "Material Theme UI Lite / GitHub",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"licenseFile": "material-theme-ui-lite/Material Theme UI Lite.LICENSE.txt",
|
"licenseFile": "material-theme-ui-lite/Material Theme UI Lite.LICENSE.txt",
|
||||||
"sourceCodeUrl": "https://github.com/mallowigi/material-theme-ui-lite",
|
"sourceCodeUrl": "https://github.com/mallowigi/material-theme-ui-lite",
|
||||||
"sourceCodePath": "blob/master/src/main/resources/themes/GitHub.theme.json"
|
"sourceCodePath": "blob/master/src/main/resources/themes/regular/GitHub.theme.json"
|
||||||
},
|
},
|
||||||
"material-theme-ui-lite/GitHub Contrast.theme.json": {
|
"material-theme-ui-lite/GitHub Contrast.theme.json": {
|
||||||
"name": "Material Theme UI Lite / GitHub Contrast",
|
"name": "Material Theme UI Lite / GitHub Contrast",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"licenseFile": "material-theme-ui-lite/Material Theme UI Lite.LICENSE.txt",
|
"licenseFile": "material-theme-ui-lite/Material Theme UI Lite.LICENSE.txt",
|
||||||
"sourceCodeUrl": "https://github.com/mallowigi/material-theme-ui-lite",
|
"sourceCodeUrl": "https://github.com/mallowigi/material-theme-ui-lite",
|
||||||
"sourceCodePath": "blob/master/src/main/resources/themes/GitHub Contrast.theme.json"
|
"sourceCodePath": "blob/master/src/main/resources/themes/contrast/GitHub Contrast.theme.json"
|
||||||
},
|
},
|
||||||
"material-theme-ui-lite/GitHub Dark.theme.json": {
|
"material-theme-ui-lite/GitHub Dark.theme.json": {
|
||||||
"name": "Material Theme UI Lite / GitHub Dark",
|
"name": "Material Theme UI Lite / GitHub Dark",
|
||||||
@@ -323,7 +323,7 @@
|
|||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"licenseFile": "material-theme-ui-lite/Material Theme UI Lite.LICENSE.txt",
|
"licenseFile": "material-theme-ui-lite/Material Theme UI Lite.LICENSE.txt",
|
||||||
"sourceCodeUrl": "https://github.com/mallowigi/material-theme-ui-lite",
|
"sourceCodeUrl": "https://github.com/mallowigi/material-theme-ui-lite",
|
||||||
"sourceCodePath": "blob/master/src/main/resources/themes/GitHub Dark.theme.json"
|
"sourceCodePath": "blob/master/src/main/resources/themes/regular/GitHub Dark.theme.json"
|
||||||
},
|
},
|
||||||
"material-theme-ui-lite/GitHub Dark Contrast.theme.json": {
|
"material-theme-ui-lite/GitHub Dark Contrast.theme.json": {
|
||||||
"name": "Material Theme UI Lite / GitHub Dark Contrast",
|
"name": "Material Theme UI Lite / GitHub Dark Contrast",
|
||||||
@@ -331,21 +331,21 @@
|
|||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"licenseFile": "material-theme-ui-lite/Material Theme UI Lite.LICENSE.txt",
|
"licenseFile": "material-theme-ui-lite/Material Theme UI Lite.LICENSE.txt",
|
||||||
"sourceCodeUrl": "https://github.com/mallowigi/material-theme-ui-lite",
|
"sourceCodeUrl": "https://github.com/mallowigi/material-theme-ui-lite",
|
||||||
"sourceCodePath": "blob/master/src/main/resources/themes/GitHub Dark Contrast.theme.json"
|
"sourceCodePath": "blob/master/src/main/resources/themes/contrast/GitHub Dark Contrast.theme.json"
|
||||||
},
|
},
|
||||||
"material-theme-ui-lite/Light Owl.theme.json": {
|
"material-theme-ui-lite/Light Owl.theme.json": {
|
||||||
"name": "Material Theme UI Lite / Light Owl",
|
"name": "Material Theme UI Lite / Light Owl",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"licenseFile": "material-theme-ui-lite/Material Theme UI Lite.LICENSE.txt",
|
"licenseFile": "material-theme-ui-lite/Material Theme UI Lite.LICENSE.txt",
|
||||||
"sourceCodeUrl": "https://github.com/mallowigi/material-theme-ui-lite",
|
"sourceCodeUrl": "https://github.com/mallowigi/material-theme-ui-lite",
|
||||||
"sourceCodePath": "blob/master/src/main/resources/themes/Light Owl.theme.json"
|
"sourceCodePath": "blob/master/src/main/resources/themes/regular/Light Owl.theme.json"
|
||||||
},
|
},
|
||||||
"material-theme-ui-lite/Light Owl Contrast.theme.json": {
|
"material-theme-ui-lite/Light Owl Contrast.theme.json": {
|
||||||
"name": "Material Theme UI Lite / Light Owl Contrast",
|
"name": "Material Theme UI Lite / Light Owl Contrast",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"licenseFile": "material-theme-ui-lite/Material Theme UI Lite.LICENSE.txt",
|
"licenseFile": "material-theme-ui-lite/Material Theme UI Lite.LICENSE.txt",
|
||||||
"sourceCodeUrl": "https://github.com/mallowigi/material-theme-ui-lite",
|
"sourceCodeUrl": "https://github.com/mallowigi/material-theme-ui-lite",
|
||||||
"sourceCodePath": "blob/master/src/main/resources/themes/Light Owl Contrast.theme.json"
|
"sourceCodePath": "blob/master/src/main/resources/themes/contrast/Light Owl Contrast.theme.json"
|
||||||
},
|
},
|
||||||
"material-theme-ui-lite/Material Darker.theme.json": {
|
"material-theme-ui-lite/Material Darker.theme.json": {
|
||||||
"name": "Material Theme UI Lite / Material Darker",
|
"name": "Material Theme UI Lite / Material Darker",
|
||||||
@@ -353,7 +353,7 @@
|
|||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"licenseFile": "material-theme-ui-lite/Material Theme UI Lite.LICENSE.txt",
|
"licenseFile": "material-theme-ui-lite/Material Theme UI Lite.LICENSE.txt",
|
||||||
"sourceCodeUrl": "https://github.com/mallowigi/material-theme-ui-lite",
|
"sourceCodeUrl": "https://github.com/mallowigi/material-theme-ui-lite",
|
||||||
"sourceCodePath": "blob/master/src/main/resources/themes/Material Darker.theme.json"
|
"sourceCodePath": "blob/master/src/main/resources/themes/regular/Material Darker.theme.json"
|
||||||
},
|
},
|
||||||
"material-theme-ui-lite/Material Darker Contrast.theme.json": {
|
"material-theme-ui-lite/Material Darker Contrast.theme.json": {
|
||||||
"name": "Material Theme UI Lite / Material Darker Contrast",
|
"name": "Material Theme UI Lite / Material Darker Contrast",
|
||||||
@@ -361,7 +361,7 @@
|
|||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"licenseFile": "material-theme-ui-lite/Material Theme UI Lite.LICENSE.txt",
|
"licenseFile": "material-theme-ui-lite/Material Theme UI Lite.LICENSE.txt",
|
||||||
"sourceCodeUrl": "https://github.com/mallowigi/material-theme-ui-lite",
|
"sourceCodeUrl": "https://github.com/mallowigi/material-theme-ui-lite",
|
||||||
"sourceCodePath": "blob/master/src/main/resources/themes/Material Darker Contrast.theme.json"
|
"sourceCodePath": "blob/master/src/main/resources/themes/contrast/Material Darker Contrast.theme.json"
|
||||||
},
|
},
|
||||||
"material-theme-ui-lite/Material Deep Ocean.theme.json": {
|
"material-theme-ui-lite/Material Deep Ocean.theme.json": {
|
||||||
"name": "Material Theme UI Lite / Material Deep Ocean",
|
"name": "Material Theme UI Lite / Material Deep Ocean",
|
||||||
@@ -369,7 +369,7 @@
|
|||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"licenseFile": "material-theme-ui-lite/Material Theme UI Lite.LICENSE.txt",
|
"licenseFile": "material-theme-ui-lite/Material Theme UI Lite.LICENSE.txt",
|
||||||
"sourceCodeUrl": "https://github.com/mallowigi/material-theme-ui-lite",
|
"sourceCodeUrl": "https://github.com/mallowigi/material-theme-ui-lite",
|
||||||
"sourceCodePath": "blob/master/src/main/resources/themes/Material Deep Ocean.theme.json"
|
"sourceCodePath": "blob/master/src/main/resources/themes/regular/Material Deep Ocean.theme.json"
|
||||||
},
|
},
|
||||||
"material-theme-ui-lite/Material Deep Ocean Contrast.theme.json": {
|
"material-theme-ui-lite/Material Deep Ocean Contrast.theme.json": {
|
||||||
"name": "Material Theme UI Lite / Material Deep Ocean Contrast",
|
"name": "Material Theme UI Lite / Material Deep Ocean Contrast",
|
||||||
@@ -377,21 +377,21 @@
|
|||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"licenseFile": "material-theme-ui-lite/Material Theme UI Lite.LICENSE.txt",
|
"licenseFile": "material-theme-ui-lite/Material Theme UI Lite.LICENSE.txt",
|
||||||
"sourceCodeUrl": "https://github.com/mallowigi/material-theme-ui-lite",
|
"sourceCodeUrl": "https://github.com/mallowigi/material-theme-ui-lite",
|
||||||
"sourceCodePath": "blob/master/src/main/resources/themes/Material Deep Ocean Contrast.theme.json"
|
"sourceCodePath": "blob/master/src/main/resources/themes/contrast/Material Deep Ocean Contrast.theme.json"
|
||||||
},
|
},
|
||||||
"material-theme-ui-lite/Material Lighter.theme.json": {
|
"material-theme-ui-lite/Material Lighter.theme.json": {
|
||||||
"name": "Material Theme UI Lite / Material Lighter",
|
"name": "Material Theme UI Lite / Material Lighter",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"licenseFile": "material-theme-ui-lite/Material Theme UI Lite.LICENSE.txt",
|
"licenseFile": "material-theme-ui-lite/Material Theme UI Lite.LICENSE.txt",
|
||||||
"sourceCodeUrl": "https://github.com/mallowigi/material-theme-ui-lite",
|
"sourceCodeUrl": "https://github.com/mallowigi/material-theme-ui-lite",
|
||||||
"sourceCodePath": "blob/master/src/main/resources/themes/Material Lighter.theme.json"
|
"sourceCodePath": "blob/master/src/main/resources/themes/regular/Material Lighter.theme.json"
|
||||||
},
|
},
|
||||||
"material-theme-ui-lite/Material Lighter Contrast.theme.json": {
|
"material-theme-ui-lite/Material Lighter Contrast.theme.json": {
|
||||||
"name": "Material Theme UI Lite / Material Lighter Contrast",
|
"name": "Material Theme UI Lite / Material Lighter Contrast",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"licenseFile": "material-theme-ui-lite/Material Theme UI Lite.LICENSE.txt",
|
"licenseFile": "material-theme-ui-lite/Material Theme UI Lite.LICENSE.txt",
|
||||||
"sourceCodeUrl": "https://github.com/mallowigi/material-theme-ui-lite",
|
"sourceCodeUrl": "https://github.com/mallowigi/material-theme-ui-lite",
|
||||||
"sourceCodePath": "blob/master/src/main/resources/themes/Material Lighter Contrast.theme.json"
|
"sourceCodePath": "blob/master/src/main/resources/themes/contrast/Material Lighter Contrast.theme.json"
|
||||||
},
|
},
|
||||||
"material-theme-ui-lite/Material Oceanic.theme.json": {
|
"material-theme-ui-lite/Material Oceanic.theme.json": {
|
||||||
"name": "Material Theme UI Lite / Material Oceanic",
|
"name": "Material Theme UI Lite / Material Oceanic",
|
||||||
@@ -399,7 +399,7 @@
|
|||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"licenseFile": "material-theme-ui-lite/Material Theme UI Lite.LICENSE.txt",
|
"licenseFile": "material-theme-ui-lite/Material Theme UI Lite.LICENSE.txt",
|
||||||
"sourceCodeUrl": "https://github.com/mallowigi/material-theme-ui-lite",
|
"sourceCodeUrl": "https://github.com/mallowigi/material-theme-ui-lite",
|
||||||
"sourceCodePath": "blob/master/src/main/resources/themes/Material Oceanic.theme.json"
|
"sourceCodePath": "blob/master/src/main/resources/themes/regular/Material Oceanic.theme.json"
|
||||||
},
|
},
|
||||||
"material-theme-ui-lite/Material Oceanic Contrast.theme.json": {
|
"material-theme-ui-lite/Material Oceanic Contrast.theme.json": {
|
||||||
"name": "Material Theme UI Lite / Material Oceanic Contrast",
|
"name": "Material Theme UI Lite / Material Oceanic Contrast",
|
||||||
@@ -407,7 +407,7 @@
|
|||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"licenseFile": "material-theme-ui-lite/Material Theme UI Lite.LICENSE.txt",
|
"licenseFile": "material-theme-ui-lite/Material Theme UI Lite.LICENSE.txt",
|
||||||
"sourceCodeUrl": "https://github.com/mallowigi/material-theme-ui-lite",
|
"sourceCodeUrl": "https://github.com/mallowigi/material-theme-ui-lite",
|
||||||
"sourceCodePath": "blob/master/src/main/resources/themes/Material Oceanic Contrast.theme.json"
|
"sourceCodePath": "blob/master/src/main/resources/themes/contrast/Material Oceanic Contrast.theme.json"
|
||||||
},
|
},
|
||||||
"material-theme-ui-lite/Material Palenight.theme.json": {
|
"material-theme-ui-lite/Material Palenight.theme.json": {
|
||||||
"name": "Material Theme UI Lite / Material Palenight",
|
"name": "Material Theme UI Lite / Material Palenight",
|
||||||
@@ -415,7 +415,7 @@
|
|||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"licenseFile": "material-theme-ui-lite/Material Theme UI Lite.LICENSE.txt",
|
"licenseFile": "material-theme-ui-lite/Material Theme UI Lite.LICENSE.txt",
|
||||||
"sourceCodeUrl": "https://github.com/mallowigi/material-theme-ui-lite",
|
"sourceCodeUrl": "https://github.com/mallowigi/material-theme-ui-lite",
|
||||||
"sourceCodePath": "blob/master/src/main/resources/themes/Material Palenight.theme.json"
|
"sourceCodePath": "blob/master/src/main/resources/themes/regular/Material Palenight.theme.json"
|
||||||
},
|
},
|
||||||
"material-theme-ui-lite/Material Palenight Contrast.theme.json": {
|
"material-theme-ui-lite/Material Palenight Contrast.theme.json": {
|
||||||
"name": "Material Theme UI Lite / Material Palenight Contrast",
|
"name": "Material Theme UI Lite / Material Palenight Contrast",
|
||||||
@@ -423,7 +423,7 @@
|
|||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"licenseFile": "material-theme-ui-lite/Material Theme UI Lite.LICENSE.txt",
|
"licenseFile": "material-theme-ui-lite/Material Theme UI Lite.LICENSE.txt",
|
||||||
"sourceCodeUrl": "https://github.com/mallowigi/material-theme-ui-lite",
|
"sourceCodeUrl": "https://github.com/mallowigi/material-theme-ui-lite",
|
||||||
"sourceCodePath": "blob/master/src/main/resources/themes/Material Palenight Contrast.theme.json"
|
"sourceCodePath": "blob/master/src/main/resources/themes/contrast/Material Palenight Contrast.theme.json"
|
||||||
},
|
},
|
||||||
"material-theme-ui-lite/Monokai Pro.theme.json": {
|
"material-theme-ui-lite/Monokai Pro.theme.json": {
|
||||||
"name": "Material Theme UI Lite / Monokai Pro",
|
"name": "Material Theme UI Lite / Monokai Pro",
|
||||||
@@ -431,7 +431,7 @@
|
|||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"licenseFile": "material-theme-ui-lite/Material Theme UI Lite.LICENSE.txt",
|
"licenseFile": "material-theme-ui-lite/Material Theme UI Lite.LICENSE.txt",
|
||||||
"sourceCodeUrl": "https://github.com/mallowigi/material-theme-ui-lite",
|
"sourceCodeUrl": "https://github.com/mallowigi/material-theme-ui-lite",
|
||||||
"sourceCodePath": "blob/master/src/main/resources/themes/Monokai Pro.theme.json"
|
"sourceCodePath": "blob/master/src/main/resources/themes/regular/Monokai Pro.theme.json"
|
||||||
},
|
},
|
||||||
"material-theme-ui-lite/Monokai Pro Contrast.theme.json": {
|
"material-theme-ui-lite/Monokai Pro Contrast.theme.json": {
|
||||||
"name": "Material Theme UI Lite / Monokai Pro Contrast",
|
"name": "Material Theme UI Lite / Monokai Pro Contrast",
|
||||||
@@ -439,7 +439,7 @@
|
|||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"licenseFile": "material-theme-ui-lite/Material Theme UI Lite.LICENSE.txt",
|
"licenseFile": "material-theme-ui-lite/Material Theme UI Lite.LICENSE.txt",
|
||||||
"sourceCodeUrl": "https://github.com/mallowigi/material-theme-ui-lite",
|
"sourceCodeUrl": "https://github.com/mallowigi/material-theme-ui-lite",
|
||||||
"sourceCodePath": "blob/master/src/main/resources/themes/Monokai Pro Contrast.theme.json"
|
"sourceCodePath": "blob/master/src/main/resources/themes/contrast/Monokai Pro Contrast.theme.json"
|
||||||
},
|
},
|
||||||
"material-theme-ui-lite/Moonlight.theme.json": {
|
"material-theme-ui-lite/Moonlight.theme.json": {
|
||||||
"name": "Material Theme UI Lite / Moonlight",
|
"name": "Material Theme UI Lite / Moonlight",
|
||||||
@@ -447,7 +447,7 @@
|
|||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"licenseFile": "material-theme-ui-lite/Material Theme UI Lite.LICENSE.txt",
|
"licenseFile": "material-theme-ui-lite/Material Theme UI Lite.LICENSE.txt",
|
||||||
"sourceCodeUrl": "https://github.com/mallowigi/material-theme-ui-lite",
|
"sourceCodeUrl": "https://github.com/mallowigi/material-theme-ui-lite",
|
||||||
"sourceCodePath": "blob/master/src/main/resources/themes/Moonlight.theme.json"
|
"sourceCodePath": "blob/master/src/main/resources/themes/regular/Moonlight.theme.json"
|
||||||
},
|
},
|
||||||
"material-theme-ui-lite/Moonlight Contrast.theme.json": {
|
"material-theme-ui-lite/Moonlight Contrast.theme.json": {
|
||||||
"name": "Material Theme UI Lite / Moonlight Contrast",
|
"name": "Material Theme UI Lite / Moonlight Contrast",
|
||||||
@@ -455,7 +455,7 @@
|
|||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"licenseFile": "material-theme-ui-lite/Material Theme UI Lite.LICENSE.txt",
|
"licenseFile": "material-theme-ui-lite/Material Theme UI Lite.LICENSE.txt",
|
||||||
"sourceCodeUrl": "https://github.com/mallowigi/material-theme-ui-lite",
|
"sourceCodeUrl": "https://github.com/mallowigi/material-theme-ui-lite",
|
||||||
"sourceCodePath": "blob/master/src/main/resources/themes/Moonlight Contrast.theme.json"
|
"sourceCodePath": "blob/master/src/main/resources/themes/contrast/Moonlight Contrast.theme.json"
|
||||||
},
|
},
|
||||||
"material-theme-ui-lite/Night Owl.theme.json": {
|
"material-theme-ui-lite/Night Owl.theme.json": {
|
||||||
"name": "Material Theme UI Lite / Night Owl",
|
"name": "Material Theme UI Lite / Night Owl",
|
||||||
@@ -463,7 +463,7 @@
|
|||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"licenseFile": "material-theme-ui-lite/Material Theme UI Lite.LICENSE.txt",
|
"licenseFile": "material-theme-ui-lite/Material Theme UI Lite.LICENSE.txt",
|
||||||
"sourceCodeUrl": "https://github.com/mallowigi/material-theme-ui-lite",
|
"sourceCodeUrl": "https://github.com/mallowigi/material-theme-ui-lite",
|
||||||
"sourceCodePath": "blob/master/src/main/resources/themes/Night Owl.theme.json"
|
"sourceCodePath": "blob/master/src/main/resources/themes/regular/Night Owl.theme.json"
|
||||||
},
|
},
|
||||||
"material-theme-ui-lite/Night Owl Contrast.theme.json": {
|
"material-theme-ui-lite/Night Owl Contrast.theme.json": {
|
||||||
"name": "Material Theme UI Lite / Night Owl Contrast",
|
"name": "Material Theme UI Lite / Night Owl Contrast",
|
||||||
@@ -471,7 +471,7 @@
|
|||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"licenseFile": "material-theme-ui-lite/Material Theme UI Lite.LICENSE.txt",
|
"licenseFile": "material-theme-ui-lite/Material Theme UI Lite.LICENSE.txt",
|
||||||
"sourceCodeUrl": "https://github.com/mallowigi/material-theme-ui-lite",
|
"sourceCodeUrl": "https://github.com/mallowigi/material-theme-ui-lite",
|
||||||
"sourceCodePath": "blob/master/src/main/resources/themes/Night Owl Contrast.theme.json"
|
"sourceCodePath": "blob/master/src/main/resources/themes/contrast/Night Owl Contrast.theme.json"
|
||||||
},
|
},
|
||||||
"material-theme-ui-lite/Solarized Dark.theme.json": {
|
"material-theme-ui-lite/Solarized Dark.theme.json": {
|
||||||
"name": "Material Theme UI Lite / Solarized Dark",
|
"name": "Material Theme UI Lite / Solarized Dark",
|
||||||
@@ -479,7 +479,7 @@
|
|||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"licenseFile": "material-theme-ui-lite/Material Theme UI Lite.LICENSE.txt",
|
"licenseFile": "material-theme-ui-lite/Material Theme UI Lite.LICENSE.txt",
|
||||||
"sourceCodeUrl": "https://github.com/mallowigi/material-theme-ui-lite",
|
"sourceCodeUrl": "https://github.com/mallowigi/material-theme-ui-lite",
|
||||||
"sourceCodePath": "blob/master/src/main/resources/themes/Solarized Dark.theme.json"
|
"sourceCodePath": "blob/master/src/main/resources/themes/regular/Solarized Dark.theme.json"
|
||||||
},
|
},
|
||||||
"material-theme-ui-lite/Solarized Dark Contrast.theme.json": {
|
"material-theme-ui-lite/Solarized Dark Contrast.theme.json": {
|
||||||
"name": "Material Theme UI Lite / Solarized Dark Contrast",
|
"name": "Material Theme UI Lite / Solarized Dark Contrast",
|
||||||
@@ -487,20 +487,20 @@
|
|||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"licenseFile": "material-theme-ui-lite/Material Theme UI Lite.LICENSE.txt",
|
"licenseFile": "material-theme-ui-lite/Material Theme UI Lite.LICENSE.txt",
|
||||||
"sourceCodeUrl": "https://github.com/mallowigi/material-theme-ui-lite",
|
"sourceCodeUrl": "https://github.com/mallowigi/material-theme-ui-lite",
|
||||||
"sourceCodePath": "blob/master/src/main/resources/themes/Solarized Dark Contrast.theme.json"
|
"sourceCodePath": "blob/master/src/main/resources/themes/contrast/Solarized Dark Contrast.theme.json"
|
||||||
},
|
},
|
||||||
"material-theme-ui-lite/Solarized Light.theme.json": {
|
"material-theme-ui-lite/Solarized Light.theme.json": {
|
||||||
"name": "Material Theme UI Lite / Solarized Light",
|
"name": "Material Theme UI Lite / Solarized Light",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"licenseFile": "material-theme-ui-lite/Material Theme UI Lite.LICENSE.txt",
|
"licenseFile": "material-theme-ui-lite/Material Theme UI Lite.LICENSE.txt",
|
||||||
"sourceCodeUrl": "https://github.com/mallowigi/material-theme-ui-lite",
|
"sourceCodeUrl": "https://github.com/mallowigi/material-theme-ui-lite",
|
||||||
"sourceCodePath": "blob/master/src/main/resources/themes/Solarized Light.theme.json"
|
"sourceCodePath": "blob/master/src/main/resources/themes/regular/Solarized Light.theme.json"
|
||||||
},
|
},
|
||||||
"material-theme-ui-lite/Solarized Light Contrast.theme.json": {
|
"material-theme-ui-lite/Solarized Light Contrast.theme.json": {
|
||||||
"name": "Material Theme UI Lite / Solarized Light Contrast",
|
"name": "Material Theme UI Lite / Solarized Light Contrast",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"licenseFile": "material-theme-ui-lite/Material Theme UI Lite.LICENSE.txt",
|
"licenseFile": "material-theme-ui-lite/Material Theme UI Lite.LICENSE.txt",
|
||||||
"sourceCodeUrl": "https://github.com/mallowigi/material-theme-ui-lite",
|
"sourceCodeUrl": "https://github.com/mallowigi/material-theme-ui-lite",
|
||||||
"sourceCodePath": "blob/master/src/main/resources/themes/Solarized Light Contrast.theme.json"
|
"sourceCodePath": "blob/master/src/main/resources/themes/contrast/Solarized Light Contrast.theme.json"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -108,6 +108,7 @@ public class FlatInspector
|
|||||||
private Window window;
|
private Window window;
|
||||||
|
|
||||||
private boolean enabled;
|
private boolean enabled;
|
||||||
|
private Object oldGlassPaneFullHeight;
|
||||||
private Component lastComponent;
|
private Component lastComponent;
|
||||||
private int lastX;
|
private int lastX;
|
||||||
private int lastY;
|
private int lastY;
|
||||||
@@ -258,6 +259,14 @@ public class FlatInspector
|
|||||||
|
|
||||||
this.enabled = enabled;
|
this.enabled = enabled;
|
||||||
|
|
||||||
|
// make sure that glass pane has full height if enabled
|
||||||
|
if( enabled ) {
|
||||||
|
oldGlassPaneFullHeight = rootPane.getClientProperty( FlatClientProperties.GLASS_PANE_FULL_HEIGHT );
|
||||||
|
rootPane.putClientProperty( FlatClientProperties.GLASS_PANE_FULL_HEIGHT, true );
|
||||||
|
rootPane.validate();
|
||||||
|
} else
|
||||||
|
rootPane.putClientProperty( FlatClientProperties.GLASS_PANE_FULL_HEIGHT, oldGlassPaneFullHeight );
|
||||||
|
|
||||||
// make sure that glass pane is not opaque, which is not the case in WebLaF
|
// make sure that glass pane is not opaque, which is not the case in WebLaF
|
||||||
((JComponent)rootPane.getGlassPane()).setOpaque( false );
|
((JComponent)rootPane.getGlassPane()).setOpaque( false );
|
||||||
|
|
||||||
|
|||||||
@@ -197,6 +197,14 @@ TabbedPane.buttonHoverBackground = TabbedPane.background
|
|||||||
TabbedPane.buttonPressedBackground = TabbedPane.background
|
TabbedPane.buttonPressedBackground = TabbedPane.background
|
||||||
|
|
||||||
|
|
||||||
|
#---- TableHeader ----
|
||||||
|
|
||||||
|
TableHeader.hoverBackground = TableHeader.background
|
||||||
|
TableHeader.hoverForeground = TableHeader.foreground
|
||||||
|
TableHeader.pressedBackground = TableHeader.background
|
||||||
|
TableHeader.pressedForeground = TableHeader.foreground
|
||||||
|
|
||||||
|
|
||||||
#---- TitlePane ----
|
#---- TitlePane ----
|
||||||
|
|
||||||
TitlePane.buttonHoverBackground = TitlePane.background
|
TitlePane.buttonHoverBackground = TitlePane.background
|
||||||
|
|||||||
@@ -7,3 +7,4 @@ easy-to-use and redistributable JARs.
|
|||||||
- [Inter](flatlaf-fonts-inter) font
|
- [Inter](flatlaf-fonts-inter) font
|
||||||
- [JetBrains Mono](flatlaf-fonts-jetbrains-mono) font
|
- [JetBrains Mono](flatlaf-fonts-jetbrains-mono) font
|
||||||
- [Roboto](flatlaf-fonts-roboto) font
|
- [Roboto](flatlaf-fonts-roboto) font
|
||||||
|
- [Roboto Mono](flatlaf-fonts-roboto-mono) font
|
||||||
|
|||||||
@@ -91,10 +91,6 @@ Font font = FontUtils.getCompositeFont( FlatInterFont.FAMILY, Font.PLAIN, 12 );
|
|||||||
Download
|
Download
|
||||||
--------
|
--------
|
||||||
|
|
||||||
Not yet available.
|
|
||||||
|
|
||||||
<!--
|
|
||||||
|
|
||||||
FlatLaf Fonts binaries are available on **Maven Central**.
|
FlatLaf Fonts binaries are available on **Maven Central**.
|
||||||
|
|
||||||
If you use Maven or Gradle, add a dependency with following coordinates to your
|
If you use Maven or Gradle, add a dependency with following coordinates to your
|
||||||
@@ -107,5 +103,3 @@ build script:
|
|||||||
Otherwise download `flatlaf-fonts-inter-<version>.jar` here:
|
Otherwise download `flatlaf-fonts-inter-<version>.jar` here:
|
||||||
|
|
||||||
[](https://maven-badges.herokuapp.com/maven-central/com.formdev/flatlaf-fonts-inter)
|
[](https://maven-badges.herokuapp.com/maven-central/com.formdev/flatlaf-fonts-inter)
|
||||||
|
|
||||||
-->
|
|
||||||
|
|||||||
@@ -72,10 +72,6 @@ Font font = FontUtils.getCompositeFont( FlatJetBrainsMonoFont.FAMILY, Font.PLAIN
|
|||||||
Download
|
Download
|
||||||
--------
|
--------
|
||||||
|
|
||||||
Not yet available.
|
|
||||||
|
|
||||||
<!--
|
|
||||||
|
|
||||||
FlatLaf Fonts binaries are available on **Maven Central**.
|
FlatLaf Fonts binaries are available on **Maven Central**.
|
||||||
|
|
||||||
If you use Maven or Gradle, add a dependency with following coordinates to your
|
If you use Maven or Gradle, add a dependency with following coordinates to your
|
||||||
@@ -88,5 +84,3 @@ build script:
|
|||||||
Otherwise download `flatlaf-fonts-jetbrains-mono-<version>.jar` here:
|
Otherwise download `flatlaf-fonts-jetbrains-mono-<version>.jar` here:
|
||||||
|
|
||||||
[](https://maven-badges.herokuapp.com/maven-central/com.formdev/flatlaf-fonts-jetbrains-mono)
|
[](https://maven-badges.herokuapp.com/maven-central/com.formdev/flatlaf-fonts-jetbrains-mono)
|
||||||
|
|
||||||
-->
|
|
||||||
|
|||||||
@@ -18,7 +18,7 @@
|
|||||||
// For maven compatibility, <font-version> should be in format <major>.<minor>[.<micro>].
|
// For maven compatibility, <font-version> should be in format <major>.<minor>[.<micro>].
|
||||||
// <build-number> is optional and should be incremented only if a new release is
|
// <build-number> is optional and should be incremented only if a new release is
|
||||||
// necessary, but the <font-version> has not changed.
|
// necessary, but the <font-version> has not changed.
|
||||||
version = "2.242"
|
version = "2.304"
|
||||||
|
|
||||||
if( !rootProject.hasProperty( "release" ) )
|
if( !rootProject.hasProperty( "release" ) )
|
||||||
version = version.toString() + "-SNAPSHOT"
|
version = version.toString() + "-SNAPSHOT"
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -1,8 +1,8 @@
|
|||||||
Copyright 2020 The JetBrains Mono Project Authors (https://github.com/JetBrains/JetBrainsMono)
|
Copyright 2020 The JetBrains Mono Project Authors (https://github.com/JetBrains/JetBrainsMono)
|
||||||
|
|
||||||
This Font Software is licensed under the SIL Open Font License, Version 1.1.
|
This Font Software is licensed under the SIL Open Font License, Version 1.1.
|
||||||
|
This license is copied below, and is also available with a FAQ at:
|
||||||
This license is copied below, and is also available with a FAQ at: https://scripts.sil.org/OFL
|
https://scripts.sil.org/OFL
|
||||||
|
|
||||||
|
|
||||||
-----------------------------------------------------------
|
-----------------------------------------------------------
|
||||||
|
|||||||
86
flatlaf-fonts/flatlaf-fonts-roboto-mono/README.md
Normal file
86
flatlaf-fonts/flatlaf-fonts-roboto-mono/README.md
Normal file
@@ -0,0 +1,86 @@
|
|||||||
|
Roboto Mono font
|
||||||
|
================
|
||||||
|
|
||||||
|
This sub-project contains fonts from the Roboto Mono font family and bundles
|
||||||
|
them into an easy-to-use and redistributable JAR.
|
||||||
|
|
||||||
|
Font home page: https://fonts.google.com/specimen/Roboto+Mono
|
||||||
|
|
||||||
|
GitHub project: https://github.com/googlefonts/RobotoMono
|
||||||
|
|
||||||
|
License:
|
||||||
|
[Apache License, Version 2.0](src/main/resources/com/formdev/flatlaf/fonts/roboto_mono/LICENSE.txt)
|
||||||
|
|
||||||
|
|
||||||
|
How to install?
|
||||||
|
---------------
|
||||||
|
|
||||||
|
Invoke following once (e.g. in your `main()` method; on AWT thread).
|
||||||
|
|
||||||
|
For lazy loading use:
|
||||||
|
|
||||||
|
~~~java
|
||||||
|
FlatRobotoMonoFont.installLazy();
|
||||||
|
~~~
|
||||||
|
|
||||||
|
Or load immediately with:
|
||||||
|
|
||||||
|
~~~java
|
||||||
|
FlatRobotoMonoFont.install();
|
||||||
|
~~~
|
||||||
|
|
||||||
|
|
||||||
|
How to use?
|
||||||
|
-----------
|
||||||
|
|
||||||
|
Use as application monospaced font (invoke before setting up FlatLaf):
|
||||||
|
|
||||||
|
~~~java
|
||||||
|
FlatLaf.setPreferredMonospacedFontFamily( FlatRobotoMonoFont.FAMILY );
|
||||||
|
~~~
|
||||||
|
|
||||||
|
Create single fonts:
|
||||||
|
|
||||||
|
~~~java
|
||||||
|
// basic styles
|
||||||
|
new Font( FlatRobotoMonoFont.FAMILY, Font.PLAIN, 12 );
|
||||||
|
new Font( FlatRobotoMonoFont.FAMILY, Font.ITALIC, 12 );
|
||||||
|
new Font( FlatRobotoMonoFont.FAMILY, Font.BOLD, 12 );
|
||||||
|
new Font( FlatRobotoMonoFont.FAMILY, Font.BOLD | Font.ITALIC, 12 );
|
||||||
|
~~~
|
||||||
|
|
||||||
|
If using lazy loading, invoke one of following before creating the font:
|
||||||
|
|
||||||
|
~~~java
|
||||||
|
FontUtils.loadFontFamily( FlatRobotoMonoFont.FAMILY );
|
||||||
|
~~~
|
||||||
|
|
||||||
|
E.g.:
|
||||||
|
|
||||||
|
~~~java
|
||||||
|
FontUtils.loadFontFamily( FlatRobotoMonoFont.FAMILY );
|
||||||
|
Font font = new Font( FlatRobotoMonoFont.FAMILY, Font.PLAIN, 12 );
|
||||||
|
~~~
|
||||||
|
|
||||||
|
Or use following:
|
||||||
|
|
||||||
|
~~~java
|
||||||
|
Font font = FontUtils.getCompositeFont( FlatRobotoMonoFont.FAMILY, Font.PLAIN, 12 );
|
||||||
|
~~~
|
||||||
|
|
||||||
|
|
||||||
|
Download
|
||||||
|
--------
|
||||||
|
|
||||||
|
FlatLaf Fonts binaries are available on **Maven Central**.
|
||||||
|
|
||||||
|
If you use Maven or Gradle, add a dependency with following coordinates to your
|
||||||
|
build script:
|
||||||
|
|
||||||
|
groupId: com.formdev
|
||||||
|
artifactId: flatlaf-fonts-roboto-mono
|
||||||
|
version: (see button below)
|
||||||
|
|
||||||
|
Otherwise download `flatlaf-fonts-roboto-mono-<version>.jar` here:
|
||||||
|
|
||||||
|
[](https://maven-badges.herokuapp.com/maven-central/com.formdev/flatlaf-fonts-roboto-mono)
|
||||||
69
flatlaf-fonts/flatlaf-fonts-roboto-mono/build.gradle.kts
Normal file
69
flatlaf-fonts/flatlaf-fonts-roboto-mono/build.gradle.kts
Normal file
@@ -0,0 +1,69 @@
|
|||||||
|
/*
|
||||||
|
* Copyright 2023 FormDev Software GmbH
|
||||||
|
*
|
||||||
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
|
* you may not use this file except in compliance with the License.
|
||||||
|
* You may obtain a copy of the License at
|
||||||
|
*
|
||||||
|
* https://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
*
|
||||||
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
|
* See the License for the specific language governing permissions and
|
||||||
|
* limitations under the License.
|
||||||
|
*/
|
||||||
|
|
||||||
|
// Version format: <font-version>[-<build-number>]
|
||||||
|
// For maven compatibility, <font-version> should be in format <major>.<minor>[.<micro>].
|
||||||
|
// <build-number> is optional and should be incremented only if a new release is
|
||||||
|
// necessary, but the <font-version> has not changed.
|
||||||
|
version = "3.000"
|
||||||
|
|
||||||
|
if( !rootProject.hasProperty( "release" ) )
|
||||||
|
version = version.toString() + "-SNAPSHOT"
|
||||||
|
|
||||||
|
|
||||||
|
plugins {
|
||||||
|
`java-library`
|
||||||
|
`flatlaf-module-info`
|
||||||
|
`flatlaf-publish`
|
||||||
|
}
|
||||||
|
|
||||||
|
dependencies {
|
||||||
|
implementation( project( ":flatlaf-core" ) )
|
||||||
|
|
||||||
|
testImplementation( "org.junit.jupiter:junit-jupiter-api:5.7.2" )
|
||||||
|
testImplementation( "org.junit.jupiter:junit-jupiter-params" )
|
||||||
|
testRuntimeOnly( "org.junit.jupiter:junit-jupiter-engine" )
|
||||||
|
}
|
||||||
|
|
||||||
|
flatlafModuleInfo {
|
||||||
|
dependsOn( ":flatlaf-core:jar" )
|
||||||
|
}
|
||||||
|
|
||||||
|
java {
|
||||||
|
withSourcesJar()
|
||||||
|
withJavadocJar()
|
||||||
|
}
|
||||||
|
|
||||||
|
tasks {
|
||||||
|
named<Jar>( "sourcesJar" ) {
|
||||||
|
exclude( "**/*.ttf", "**/*.otf" )
|
||||||
|
}
|
||||||
|
|
||||||
|
test {
|
||||||
|
useJUnitPlatform()
|
||||||
|
testLogging.exceptionFormat = org.gradle.api.tasks.testing.logging.TestExceptionFormat.FULL
|
||||||
|
}
|
||||||
|
|
||||||
|
withType<PublishToMavenRepository>().configureEach {
|
||||||
|
onlyIf { !rootProject.hasProperty( "skipFonts" ) }
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
flatlafPublish {
|
||||||
|
artifactId = "flatlaf-fonts-roboto-mono"
|
||||||
|
name = "FlatLaf Roboto Mono Fonts Pack"
|
||||||
|
description = "Flat Look and Feel Roboto Mono Fonts Pack"
|
||||||
|
}
|
||||||
@@ -0,0 +1,131 @@
|
|||||||
|
/*
|
||||||
|
* Copyright 2023 FormDev Software GmbH
|
||||||
|
*
|
||||||
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
|
* you may not use this file except in compliance with the License.
|
||||||
|
* You may obtain a copy of the License at
|
||||||
|
*
|
||||||
|
* https://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
*
|
||||||
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
|
* See the License for the specific language governing permissions and
|
||||||
|
* limitations under the License.
|
||||||
|
*/
|
||||||
|
|
||||||
|
package com.formdev.flatlaf.fonts.roboto_mono;
|
||||||
|
|
||||||
|
import com.formdev.flatlaf.util.FontUtils;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* The Roboto Mono font family.
|
||||||
|
* <p>
|
||||||
|
* Font home page: <a href="https://fonts.google.com/specimen/Roboto+Mono">https://fonts.google.com/specimen/Roboto+Mono</a><br>
|
||||||
|
* GitHub project: <a href="https://github.com/googlefonts/RobotoMono">https://github.com/googlefonts/RobotoMono</a>
|
||||||
|
* <p>
|
||||||
|
* To install the font, invoke following once (e.g. in your {@code main()} method; on AWT thread).
|
||||||
|
* <p>
|
||||||
|
* For lazy loading use:
|
||||||
|
* <pre>{@code
|
||||||
|
* FlatRobotoMonoFont.installLazy();
|
||||||
|
* }</pre>
|
||||||
|
* <p>
|
||||||
|
* Or load immediately with:
|
||||||
|
* <pre>{@code
|
||||||
|
* FlatRobotoMonoFont.install();
|
||||||
|
* }</pre>
|
||||||
|
* <p>
|
||||||
|
* Use as application monospaced font (invoke before setting up FlatLaf):
|
||||||
|
* <pre>{@code
|
||||||
|
* FlatLaf.setPreferredMonospacedFontFamily( FlatRobotoMonoFont.FAMILY );
|
||||||
|
* }</pre>
|
||||||
|
* <p>
|
||||||
|
* Create single fonts:
|
||||||
|
* <pre>{@code
|
||||||
|
* new Font( FlatRobotoMonoFont.FAMILY, Font.PLAIN, 12 );
|
||||||
|
* new Font( FlatRobotoMonoFont.FAMILY, Font.ITALIC, 12 );
|
||||||
|
* new Font( FlatRobotoMonoFont.FAMILY, Font.BOLD, 12 );
|
||||||
|
* new Font( FlatRobotoMonoFont.FAMILY, Font.BOLD | Font.ITALIC, 12 );
|
||||||
|
* }</pre>
|
||||||
|
* <p>
|
||||||
|
* If using lazy loading, invoke following before creating the font:
|
||||||
|
* <pre>{@code
|
||||||
|
* FontUtils.loadFontFamily( FlatRobotoMonoFont.FAMILY );
|
||||||
|
* }</pre>
|
||||||
|
* <p>
|
||||||
|
* E.g.:
|
||||||
|
* <pre>{@code
|
||||||
|
* FontUtils.loadFontFamily( FlatRobotoMonoFont.FAMILY );
|
||||||
|
* Font font = new Font( FlatRobotoMonoFont.FAMILY, Font.PLAIN, 12 );
|
||||||
|
* }</pre>
|
||||||
|
* <p>
|
||||||
|
* Or use following:
|
||||||
|
* <pre>{@code
|
||||||
|
* Font font = FontUtils.getCompositeFont( FlatRobotoMonoFont.FAMILY, Font.PLAIN, 12 );
|
||||||
|
* }</pre>
|
||||||
|
*
|
||||||
|
* @author Karl Tauber
|
||||||
|
*/
|
||||||
|
public class FlatRobotoMonoFont
|
||||||
|
{
|
||||||
|
/**
|
||||||
|
* Family name for basic styles (regular, italic and bold).
|
||||||
|
* <p>
|
||||||
|
* Usage:
|
||||||
|
* <pre>{@code
|
||||||
|
* new Font( FlatRobotoMonoFont.FAMILY, Font.PLAIN, 12 );
|
||||||
|
* new Font( FlatRobotoMonoFont.FAMILY, Font.ITALIC, 12 );
|
||||||
|
* new Font( FlatRobotoMonoFont.FAMILY, Font.BOLD, 12 );
|
||||||
|
* new Font( FlatRobotoMonoFont.FAMILY, Font.BOLD | Font.ITALIC, 12 );
|
||||||
|
* }</pre>
|
||||||
|
*/
|
||||||
|
public static final String FAMILY = "Roboto Mono";
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Use for {@link #installStyle(String)} to install single font styles.
|
||||||
|
*/
|
||||||
|
public static final String
|
||||||
|
// basic styles
|
||||||
|
STYLE_REGULAR = "RobotoMono-Regular.ttf",
|
||||||
|
STYLE_ITALIC = "RobotoMono-Italic.ttf",
|
||||||
|
STYLE_BOLD = "RobotoMono-Bold.ttf",
|
||||||
|
STYLE_BOLD_ITALIC = "RobotoMono-BoldItalic.ttf";
|
||||||
|
|
||||||
|
|
||||||
|
private FlatRobotoMonoFont() {}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Registers the fonts for lazy loading via {@link FontUtils#registerFontFamilyLoader(String, Runnable)}.
|
||||||
|
* <p>
|
||||||
|
* This is the preferred method (when using FlatLaf) to avoid unnecessary loading of maybe unused fonts.
|
||||||
|
* <p>
|
||||||
|
* <strong>Note</strong>: When using '{@code new Font(...)}', you need to first invoke
|
||||||
|
* {@link FontUtils#loadFontFamily(String)} to ensure that the font family is loaded.
|
||||||
|
* When FlatLaf loads a font, or when using {@link FontUtils#getCompositeFont(String, int, int)},
|
||||||
|
* this is done automatically.
|
||||||
|
*/
|
||||||
|
public static void installLazy() {
|
||||||
|
FontUtils.registerFontFamilyLoader( FAMILY, FlatRobotoMonoFont::install );
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Creates and registers the fonts for all styles.
|
||||||
|
* <p>
|
||||||
|
* When using FlatLaf, consider using {@link #installLazy()}.
|
||||||
|
*/
|
||||||
|
public static void install() {
|
||||||
|
installStyle( STYLE_REGULAR );
|
||||||
|
installStyle( STYLE_ITALIC );
|
||||||
|
installStyle( STYLE_BOLD );
|
||||||
|
installStyle( STYLE_BOLD_ITALIC );
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Creates and registers the font for the given style.
|
||||||
|
* See {@code STYLE_} constants.
|
||||||
|
*/
|
||||||
|
public static boolean installStyle( String name ) {
|
||||||
|
return FontUtils.installFont( FlatRobotoMonoFont.class.getResource( name ) );
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -0,0 +1,27 @@
|
|||||||
|
/*
|
||||||
|
* Copyright 2023 FormDev Software GmbH
|
||||||
|
*
|
||||||
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
|
* you may not use this file except in compliance with the License.
|
||||||
|
* You may obtain a copy of the License at
|
||||||
|
*
|
||||||
|
* https://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
*
|
||||||
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
|
* See the License for the specific language governing permissions and
|
||||||
|
* limitations under the License.
|
||||||
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @author Karl Tauber
|
||||||
|
*/
|
||||||
|
module com.formdev.flatlaf.fonts.roboto_mono {
|
||||||
|
requires java.desktop;
|
||||||
|
requires com.formdev.flatlaf;
|
||||||
|
|
||||||
|
exports com.formdev.flatlaf.fonts.roboto_mono;
|
||||||
|
|
||||||
|
opens com.formdev.flatlaf.fonts.roboto_mono;
|
||||||
|
}
|
||||||
@@ -0,0 +1,202 @@
|
|||||||
|
|
||||||
|
Apache License
|
||||||
|
Version 2.0, January 2004
|
||||||
|
http://www.apache.org/licenses/
|
||||||
|
|
||||||
|
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
||||||
|
|
||||||
|
1. Definitions.
|
||||||
|
|
||||||
|
"License" shall mean the terms and conditions for use, reproduction,
|
||||||
|
and distribution as defined by Sections 1 through 9 of this document.
|
||||||
|
|
||||||
|
"Licensor" shall mean the copyright owner or entity authorized by
|
||||||
|
the copyright owner that is granting the License.
|
||||||
|
|
||||||
|
"Legal Entity" shall mean the union of the acting entity and all
|
||||||
|
other entities that control, are controlled by, or are under common
|
||||||
|
control with that entity. For the purposes of this definition,
|
||||||
|
"control" means (i) the power, direct or indirect, to cause the
|
||||||
|
direction or management of such entity, whether by contract or
|
||||||
|
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
||||||
|
outstanding shares, or (iii) beneficial ownership of such entity.
|
||||||
|
|
||||||
|
"You" (or "Your") shall mean an individual or Legal Entity
|
||||||
|
exercising permissions granted by this License.
|
||||||
|
|
||||||
|
"Source" form shall mean the preferred form for making modifications,
|
||||||
|
including but not limited to software source code, documentation
|
||||||
|
source, and configuration files.
|
||||||
|
|
||||||
|
"Object" form shall mean any form resulting from mechanical
|
||||||
|
transformation or translation of a Source form, including but
|
||||||
|
not limited to compiled object code, generated documentation,
|
||||||
|
and conversions to other media types.
|
||||||
|
|
||||||
|
"Work" shall mean the work of authorship, whether in Source or
|
||||||
|
Object form, made available under the License, as indicated by a
|
||||||
|
copyright notice that is included in or attached to the work
|
||||||
|
(an example is provided in the Appendix below).
|
||||||
|
|
||||||
|
"Derivative Works" shall mean any work, whether in Source or Object
|
||||||
|
form, that is based on (or derived from) the Work and for which the
|
||||||
|
editorial revisions, annotations, elaborations, or other modifications
|
||||||
|
represent, as a whole, an original work of authorship. For the purposes
|
||||||
|
of this License, Derivative Works shall not include works that remain
|
||||||
|
separable from, or merely link (or bind by name) to the interfaces of,
|
||||||
|
the Work and Derivative Works thereof.
|
||||||
|
|
||||||
|
"Contribution" shall mean any work of authorship, including
|
||||||
|
the original version of the Work and any modifications or additions
|
||||||
|
to that Work or Derivative Works thereof, that is intentionally
|
||||||
|
submitted to Licensor for inclusion in the Work by the copyright owner
|
||||||
|
or by an individual or Legal Entity authorized to submit on behalf of
|
||||||
|
the copyright owner. For the purposes of this definition, "submitted"
|
||||||
|
means any form of electronic, verbal, or written communication sent
|
||||||
|
to the Licensor or its representatives, including but not limited to
|
||||||
|
communication on electronic mailing lists, source code control systems,
|
||||||
|
and issue tracking systems that are managed by, or on behalf of, the
|
||||||
|
Licensor for the purpose of discussing and improving the Work, but
|
||||||
|
excluding communication that is conspicuously marked or otherwise
|
||||||
|
designated in writing by the copyright owner as "Not a Contribution."
|
||||||
|
|
||||||
|
"Contributor" shall mean Licensor and any individual or Legal Entity
|
||||||
|
on behalf of whom a Contribution has been received by Licensor and
|
||||||
|
subsequently incorporated within the Work.
|
||||||
|
|
||||||
|
2. Grant of Copyright License. Subject to the terms and conditions of
|
||||||
|
this License, each Contributor hereby grants to You a perpetual,
|
||||||
|
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
||||||
|
copyright license to reproduce, prepare Derivative Works of,
|
||||||
|
publicly display, publicly perform, sublicense, and distribute the
|
||||||
|
Work and such Derivative Works in Source or Object form.
|
||||||
|
|
||||||
|
3. Grant of Patent License. Subject to the terms and conditions of
|
||||||
|
this License, each Contributor hereby grants to You a perpetual,
|
||||||
|
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
||||||
|
(except as stated in this section) patent license to make, have made,
|
||||||
|
use, offer to sell, sell, import, and otherwise transfer the Work,
|
||||||
|
where such license applies only to those patent claims licensable
|
||||||
|
by such Contributor that are necessarily infringed by their
|
||||||
|
Contribution(s) alone or by combination of their Contribution(s)
|
||||||
|
with the Work to which such Contribution(s) was submitted. If You
|
||||||
|
institute patent litigation against any entity (including a
|
||||||
|
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
||||||
|
or a Contribution incorporated within the Work constitutes direct
|
||||||
|
or contributory patent infringement, then any patent licenses
|
||||||
|
granted to You under this License for that Work shall terminate
|
||||||
|
as of the date such litigation is filed.
|
||||||
|
|
||||||
|
4. Redistribution. You may reproduce and distribute copies of the
|
||||||
|
Work or Derivative Works thereof in any medium, with or without
|
||||||
|
modifications, and in Source or Object form, provided that You
|
||||||
|
meet the following conditions:
|
||||||
|
|
||||||
|
(a) You must give any other recipients of the Work or
|
||||||
|
Derivative Works a copy of this License; and
|
||||||
|
|
||||||
|
(b) You must cause any modified files to carry prominent notices
|
||||||
|
stating that You changed the files; and
|
||||||
|
|
||||||
|
(c) You must retain, in the Source form of any Derivative Works
|
||||||
|
that You distribute, all copyright, patent, trademark, and
|
||||||
|
attribution notices from the Source form of the Work,
|
||||||
|
excluding those notices that do not pertain to any part of
|
||||||
|
the Derivative Works; and
|
||||||
|
|
||||||
|
(d) If the Work includes a "NOTICE" text file as part of its
|
||||||
|
distribution, then any Derivative Works that You distribute must
|
||||||
|
include a readable copy of the attribution notices contained
|
||||||
|
within such NOTICE file, excluding those notices that do not
|
||||||
|
pertain to any part of the Derivative Works, in at least one
|
||||||
|
of the following places: within a NOTICE text file distributed
|
||||||
|
as part of the Derivative Works; within the Source form or
|
||||||
|
documentation, if provided along with the Derivative Works; or,
|
||||||
|
within a display generated by the Derivative Works, if and
|
||||||
|
wherever such third-party notices normally appear. The contents
|
||||||
|
of the NOTICE file are for informational purposes only and
|
||||||
|
do not modify the License. You may add Your own attribution
|
||||||
|
notices within Derivative Works that You distribute, alongside
|
||||||
|
or as an addendum to the NOTICE text from the Work, provided
|
||||||
|
that such additional attribution notices cannot be construed
|
||||||
|
as modifying the License.
|
||||||
|
|
||||||
|
You may add Your own copyright statement to Your modifications and
|
||||||
|
may provide additional or different license terms and conditions
|
||||||
|
for use, reproduction, or distribution of Your modifications, or
|
||||||
|
for any such Derivative Works as a whole, provided Your use,
|
||||||
|
reproduction, and distribution of the Work otherwise complies with
|
||||||
|
the conditions stated in this License.
|
||||||
|
|
||||||
|
5. Submission of Contributions. Unless You explicitly state otherwise,
|
||||||
|
any Contribution intentionally submitted for inclusion in the Work
|
||||||
|
by You to the Licensor shall be under the terms and conditions of
|
||||||
|
this License, without any additional terms or conditions.
|
||||||
|
Notwithstanding the above, nothing herein shall supersede or modify
|
||||||
|
the terms of any separate license agreement you may have executed
|
||||||
|
with Licensor regarding such Contributions.
|
||||||
|
|
||||||
|
6. Trademarks. This License does not grant permission to use the trade
|
||||||
|
names, trademarks, service marks, or product names of the Licensor,
|
||||||
|
except as required for reasonable and customary use in describing the
|
||||||
|
origin of the Work and reproducing the content of the NOTICE file.
|
||||||
|
|
||||||
|
7. Disclaimer of Warranty. Unless required by applicable law or
|
||||||
|
agreed to in writing, Licensor provides the Work (and each
|
||||||
|
Contributor provides its Contributions) on an "AS IS" BASIS,
|
||||||
|
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
||||||
|
implied, including, without limitation, any warranties or conditions
|
||||||
|
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
||||||
|
PARTICULAR PURPOSE. You are solely responsible for determining the
|
||||||
|
appropriateness of using or redistributing the Work and assume any
|
||||||
|
risks associated with Your exercise of permissions under this License.
|
||||||
|
|
||||||
|
8. Limitation of Liability. In no event and under no legal theory,
|
||||||
|
whether in tort (including negligence), contract, or otherwise,
|
||||||
|
unless required by applicable law (such as deliberate and grossly
|
||||||
|
negligent acts) or agreed to in writing, shall any Contributor be
|
||||||
|
liable to You for damages, including any direct, indirect, special,
|
||||||
|
incidental, or consequential damages of any character arising as a
|
||||||
|
result of this License or out of the use or inability to use the
|
||||||
|
Work (including but not limited to damages for loss of goodwill,
|
||||||
|
work stoppage, computer failure or malfunction, or any and all
|
||||||
|
other commercial damages or losses), even if such Contributor
|
||||||
|
has been advised of the possibility of such damages.
|
||||||
|
|
||||||
|
9. Accepting Warranty or Additional Liability. While redistributing
|
||||||
|
the Work or Derivative Works thereof, You may choose to offer,
|
||||||
|
and charge a fee for, acceptance of support, warranty, indemnity,
|
||||||
|
or other liability obligations and/or rights consistent with this
|
||||||
|
License. However, in accepting such obligations, You may act only
|
||||||
|
on Your own behalf and on Your sole responsibility, not on behalf
|
||||||
|
of any other Contributor, and only if You agree to indemnify,
|
||||||
|
defend, and hold each Contributor harmless for any liability
|
||||||
|
incurred by, or claims asserted against, such Contributor by reason
|
||||||
|
of your accepting any such warranty or additional liability.
|
||||||
|
|
||||||
|
END OF TERMS AND CONDITIONS
|
||||||
|
|
||||||
|
APPENDIX: How to apply the Apache License to your work.
|
||||||
|
|
||||||
|
To apply the Apache License to your work, attach the following
|
||||||
|
boilerplate notice, with the fields enclosed by brackets "[]"
|
||||||
|
replaced with your own identifying information. (Don't include
|
||||||
|
the brackets!) The text should be enclosed in the appropriate
|
||||||
|
comment syntax for the file format. We also recommend that a
|
||||||
|
file or class name and description of purpose be included on the
|
||||||
|
same "printed page" as the copyright notice for easier
|
||||||
|
identification within third-party archives.
|
||||||
|
|
||||||
|
Copyright [yyyy] [name of copyright owner]
|
||||||
|
|
||||||
|
Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
|
you may not use this file except in compliance with the License.
|
||||||
|
You may obtain a copy of the License at
|
||||||
|
|
||||||
|
http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
|
||||||
|
Unless required by applicable law or agreed to in writing, software
|
||||||
|
distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
|
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
|
See the License for the specific language governing permissions and
|
||||||
|
limitations under the License.
|
||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,44 @@
|
|||||||
|
/*
|
||||||
|
* Copyright 2023 FormDev Software GmbH
|
||||||
|
*
|
||||||
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
|
* you may not use this file except in compliance with the License.
|
||||||
|
* You may obtain a copy of the License at
|
||||||
|
*
|
||||||
|
* https://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
*
|
||||||
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
|
* See the License for the specific language governing permissions and
|
||||||
|
* limitations under the License.
|
||||||
|
*/
|
||||||
|
|
||||||
|
package com.formdev.flatlaf.fonts.roboto_mono;
|
||||||
|
|
||||||
|
import java.awt.Font;
|
||||||
|
import org.junit.jupiter.api.Test;
|
||||||
|
import static org.junit.jupiter.api.Assertions.assertEquals;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @author Karl Tauber
|
||||||
|
*/
|
||||||
|
class TestFlatRobotoMonoFont
|
||||||
|
{
|
||||||
|
@Test
|
||||||
|
void testFont() {
|
||||||
|
FlatRobotoMonoFont.install();
|
||||||
|
|
||||||
|
testFont( FlatRobotoMonoFont.FAMILY, Font.PLAIN, 13 );
|
||||||
|
testFont( FlatRobotoMonoFont.FAMILY, Font.ITALIC, 13 );
|
||||||
|
testFont( FlatRobotoMonoFont.FAMILY, Font.BOLD, 13 );
|
||||||
|
testFont( FlatRobotoMonoFont.FAMILY, Font.BOLD | Font.ITALIC, 13 );
|
||||||
|
}
|
||||||
|
|
||||||
|
private void testFont( String family, int style, int size ) {
|
||||||
|
Font actual = new Font( family, style, size );
|
||||||
|
assertEquals( family, actual.getFamily() );
|
||||||
|
assertEquals( style, actual.getStyle() );
|
||||||
|
assertEquals( size, actual.getSize() );
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -88,10 +88,6 @@ Font font = FontUtils.getCompositeFont( FlatRobotoFont.FAMILY, Font.PLAIN, 12 );
|
|||||||
Download
|
Download
|
||||||
--------
|
--------
|
||||||
|
|
||||||
Not yet available.
|
|
||||||
|
|
||||||
<!--
|
|
||||||
|
|
||||||
FlatLaf Fonts binaries are available on **Maven Central**.
|
FlatLaf Fonts binaries are available on **Maven Central**.
|
||||||
|
|
||||||
If you use Maven or Gradle, add a dependency with following coordinates to your
|
If you use Maven or Gradle, add a dependency with following coordinates to your
|
||||||
@@ -104,5 +100,3 @@ build script:
|
|||||||
Otherwise download `flatlaf-fonts-roboto-<version>.jar` here:
|
Otherwise download `flatlaf-fonts-roboto-<version>.jar` here:
|
||||||
|
|
||||||
[](https://maven-badges.herokuapp.com/maven-central/com.formdev/flatlaf-fonts-roboto)
|
[](https://maven-badges.herokuapp.com/maven-central/com.formdev/flatlaf-fonts-roboto)
|
||||||
|
|
||||||
-->
|
|
||||||
|
|||||||
@@ -47,15 +47,15 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"BookmarkMnemonicAssigned": {
|
"BookmarkMnemonicAssigned": {
|
||||||
"foreground": "primaryForeground",
|
"buttonForeground": "primaryForeground",
|
||||||
"background": "#786299",
|
"buttonBackground": "#786299",
|
||||||
"borderColor": "secondaryAccentColor"
|
"borderColor": "secondaryAccentColor"
|
||||||
},
|
},
|
||||||
"BookmarkMnemonicAvailable": {
|
"BookmarkMnemonicAvailable": {
|
||||||
},
|
},
|
||||||
"BookmarkMnemonicCurrent": {
|
"BookmarkMnemonicCurrent": {
|
||||||
"foreground": "primaryForeground",
|
"buttonForeground": "primaryForeground",
|
||||||
"background": "#8d6b81",
|
"buttonBackground": "#8d6b81",
|
||||||
"borderColor": "accentColor"
|
"borderColor": "accentColor"
|
||||||
},
|
},
|
||||||
"Button": {
|
"Button": {
|
||||||
@@ -167,7 +167,7 @@
|
|||||||
"foreground": "primaryForeground"
|
"foreground": "primaryForeground"
|
||||||
},
|
},
|
||||||
"hoverBackground": "hoverBackground",
|
"hoverBackground": "hoverBackground",
|
||||||
"lightSelectionBackground": "hoverBackground",
|
"lightSelectionBackground": "secondaryBackground",
|
||||||
"Button": {
|
"Button": {
|
||||||
"installBorderColor": "secondaryAccentColor",
|
"installBorderColor": "secondaryAccentColor",
|
||||||
"installForeground": "secondaryAccentColor",
|
"installForeground": "secondaryAccentColor",
|
||||||
@@ -228,9 +228,6 @@
|
|||||||
"SidePanel": {
|
"SidePanel": {
|
||||||
"background": "secondaryBackground"
|
"background": "secondaryBackground"
|
||||||
},
|
},
|
||||||
"StatusBar": {
|
|
||||||
"hoverBackground": "hoverBackground"
|
|
||||||
},
|
|
||||||
"TabbedPane": {
|
"TabbedPane": {
|
||||||
"tabSelectionHeight": 1,
|
"tabSelectionHeight": 1,
|
||||||
"focusColor": "hoverBackground",
|
"focusColor": "hoverBackground",
|
||||||
@@ -240,7 +237,8 @@
|
|||||||
},
|
},
|
||||||
"Table": {
|
"Table": {
|
||||||
"gridColor": "#5d617a",
|
"gridColor": "#5d617a",
|
||||||
"hoverBackground": "selectionBackground"
|
"hoverBackground": "selectionBackground",
|
||||||
|
"lightSelectionBackground": "secondaryBackground"
|
||||||
},
|
},
|
||||||
"TableHeader": {
|
"TableHeader": {
|
||||||
"bottomSeparatorColor": "separatorColor"
|
"bottomSeparatorColor": "separatorColor"
|
||||||
@@ -312,8 +310,11 @@
|
|||||||
"selectionBackground": "secondaryBackground",
|
"selectionBackground": "secondaryBackground",
|
||||||
"selectionInactiveBackground": "secondaryBackground",
|
"selectionInactiveBackground": "secondaryBackground",
|
||||||
"actions": {
|
"actions": {
|
||||||
"background": "hoverBackground"
|
"background": "secondaryBackground"
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"Details": {
|
||||||
|
"background": "hoverBackground"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -2,189 +2,211 @@
|
|||||||
"name": "Hiberbee Dark",
|
"name": "Hiberbee Dark",
|
||||||
"author": "Vlad Volkov",
|
"author": "Vlad Volkov",
|
||||||
"dark": true,
|
"dark": true,
|
||||||
|
"editorScheme": "/colors/Dark.icls",
|
||||||
"icons": {
|
"icons": {
|
||||||
"ColorPalette": {
|
"ColorPalette": {
|
||||||
"Actions.Blue": "#78dce8",
|
"Actions.GreyInline.Dark": "light4",
|
||||||
"Actions.Green": "#92d923",
|
"Checkbox.Background.Disabled.Dark": "dark6",
|
||||||
"Actions.Grey": "#93918c",
|
"Checkbox.Background.Default.Dark": "dark8",
|
||||||
"Actions.Red": "#fb3b45",
|
"Checkbox.Background.Selected.Dark": "dark8",
|
||||||
"Actions.Yellow": "#FFD866",
|
"Checkbox.Focus.Thin.Selected.Dark": "dark10",
|
||||||
"Objects.Blue": "#78dce8",
|
"Checkbox.Focus.Wide.Dark": "dark10",
|
||||||
"Objects.Green": "#92d923",
|
"Checkbox.Foreground.Selected.Dark": "accent",
|
||||||
|
"Checkbox.Border.Default.Dark": "dark9",
|
||||||
|
"Checkbox.Border.Disabled.Dark": "dark7",
|
||||||
|
"Checkbox.Border.Selected.Dark": "dark10",
|
||||||
|
"Tree.iconColor": "accent",
|
||||||
|
"Actions.Blue": "blue",
|
||||||
|
"Actions.Green": "green",
|
||||||
|
"Actions.Grey": "dark10",
|
||||||
|
"Actions.Red": "red",
|
||||||
|
"Actions.Yellow": "yellow",
|
||||||
|
"Objects.Blue": "blue",
|
||||||
|
"Objects.Green": "green",
|
||||||
"Objects.Pink": "#ff6188",
|
"Objects.Pink": "#ff6188",
|
||||||
"Objects.Purple": "#ab9df2",
|
"Objects.Purple": "#9380ff",
|
||||||
"Objects.Red": "#fb3b45",
|
"Objects.Red": "#e81123",
|
||||||
"Objects.RedStatus": "#fb3b45",
|
"Objects.RedStatus": "#e81123",
|
||||||
"Objects.Yellow": "#FFD866",
|
"Objects.Grey": "#c9c8c7",
|
||||||
"Objects.YellowDark": "#FFB900"
|
"Objects.Yellow": "#FFB900",
|
||||||
|
"Objects.YellowDark": "#ff8c00"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"editorScheme": "/colors/Dark.xml",
|
|
||||||
"colors": {
|
"colors": {
|
||||||
"black": "#000000",
|
"dark1": "#070605",
|
||||||
"editorDarkerBg": "#2D2B29",
|
"dark2": "#121110",
|
||||||
"shortcutForeground": "#2d2b29",
|
"dark3": "#171615",
|
||||||
"editorBg": "#1B1A19",
|
"dark4": "#222120",
|
||||||
"consoleBackground": "#171615",
|
"dark5": "#272625",
|
||||||
"editorPaneBg": "#333231",
|
"dark6": "#323130",
|
||||||
"panelBackground": "#333231",
|
"dark7": "#373635",
|
||||||
"textColor": "#f9f6ef",
|
"dark8": "#424140",
|
||||||
"textColorTransparent": "#f9f6ef7f",
|
"dark9": "#474645",
|
||||||
"border": "#4d4c4b",
|
"dark10": "#525150",
|
||||||
"redMac": "#fb3b45",
|
"accent": "#ffB900",
|
||||||
"redWin": "#ef6950",
|
"green": "#92D923",
|
||||||
"redMonokaiPro": "#ff6188",
|
"greenDark": "#3d521b",
|
||||||
"blueWinPalette": "#409AE1",
|
"blueDark": "#0078D7",
|
||||||
"blue": "#78dce8",
|
"blue": "#5EFBEF",
|
||||||
"deepBlue": "#3199b3",
|
"red": "#e81123",
|
||||||
"orangeMonokaiPro": "#fc9867",
|
"redDark": "#8c131c",
|
||||||
"greenMonokaiPro": "#a9dc76",
|
"yellow": "#ffB900",
|
||||||
"yellow": "#ffd64c",
|
"yellowLight": "#ffc900",
|
||||||
"purpleWinPalette": "#b4a0ff",
|
"yellowDark": "#cc9300",
|
||||||
"purpleMonokaiPro": "#ab9df2",
|
"light1": "#6f6e6d",
|
||||||
"greenWinPalette": "#40c5af",
|
"light2": "#7f7e7d",
|
||||||
"greyWinPalette": "#b2b2b2",
|
"light3": "#8f8e8d",
|
||||||
"panelText": "#acacac",
|
"light4": "#9f9e9d",
|
||||||
"desaturatedOrange": "#8049117f",
|
"light5": "#afaead",
|
||||||
"green": "#92d923",
|
"light6": "#bfbebd",
|
||||||
"greyDot15": "#f9f6ef",
|
"light7": "#cfcecd",
|
||||||
"greyDot20": "#c0c0c0",
|
"light8": "#dfdedd",
|
||||||
"greyDot25": "#bfbfbf",
|
"light9": "#efeeed",
|
||||||
"greyDot33": "#aaaaaa",
|
"light10": "#fffefd"
|
||||||
"greyDot50": "#7d7d7d",
|
|
||||||
"greyDot60": "#666666",
|
|
||||||
"greyDot65": "#5a5a5a",
|
|
||||||
"greyDot70": "#4d4c4b",
|
|
||||||
"greyDot75": "#434241",
|
|
||||||
"greyDot80": "#333231",
|
|
||||||
"greyDot85": "#2d2b29",
|
|
||||||
"greyDot90": "#1f1e1d",
|
|
||||||
"greyDot95": "#242220",
|
|
||||||
"greyDot100": "#181615",
|
|
||||||
"lightBlue": "#70D7FF",
|
|
||||||
"red": "#800040",
|
|
||||||
"transparentGreen": "#5B80217f",
|
|
||||||
"transparentRed": "#F250227f",
|
|
||||||
"transparentViolet": "#242221ff",
|
|
||||||
"transparentYellow": "#FFB9007a"
|
|
||||||
},
|
},
|
||||||
"ui": {
|
"ui": {
|
||||||
"*": {
|
"*": {
|
||||||
"arc": 5,
|
"arc": 0,
|
||||||
"background": "panelBackground",
|
"selectedBackground": "dark4",
|
||||||
"borderColor": "border",
|
"selectionBackground": "dark3",
|
||||||
"caretForeground": "yellow",
|
"selectionInactiveBackground": "dark4",
|
||||||
"color": "greyDot60",
|
"selectedInactiveBackground": "dark5",
|
||||||
"foreground": "textColor",
|
"hoverBackground": "dark4",
|
||||||
"hoverBackground": "greyDot85",
|
"headerBackground": "dark5",
|
||||||
"selectedBackground": "greyDot90",
|
"background": "dark6",
|
||||||
"selectedForeground": "textColor",
|
"disabledBackground": "dark7",
|
||||||
"selectedInactiveBackground": "greyDot75",
|
"inactiveBackground": "dark8",
|
||||||
"selectionBackground": "greyDot95",
|
"lineSeparatorColor": "dark9",
|
||||||
"selectionForeground": "yellow",
|
"separatorColor": "dark10",
|
||||||
"separatorColor": "border",
|
"borderColor": "dark10",
|
||||||
"underlineHeight": 1
|
"focusedBorderColor": "dark10",
|
||||||
|
"disabledForeground": "light1",
|
||||||
|
"disabledText": "light2",
|
||||||
|
"foreground": "light6",
|
||||||
|
"inactiveForeground": "light4",
|
||||||
|
"infoForeground": "light3",
|
||||||
|
"selectionForeground": "light10",
|
||||||
|
"shortcutForeground": "light7"
|
||||||
},
|
},
|
||||||
"ActionButton": {
|
"ActionButton": {
|
||||||
"pressedBackground": "greyDot95",
|
"pressedBackground": "dark3",
|
||||||
"hoverBorderColor": "greyDot65",
|
"hoverBorderColor": "dark10",
|
||||||
"pressedBorderColor": "greyDot60"
|
"pressedBorderColor": "dark10"
|
||||||
},
|
|
||||||
"Borders": {
|
|
||||||
"ContrastBorderColor": "greyDot60",
|
|
||||||
"color": "border"
|
|
||||||
},
|
},
|
||||||
"Button": {
|
"Button": {
|
||||||
"default": {
|
"default": {
|
||||||
"endBackground": "greyDot80",
|
"endBackground": "dark8",
|
||||||
"endBorderColor": "greyDot70",
|
"endBorderColor": "dark9",
|
||||||
"focusColor": "greyDot60",
|
"focusColor": "dark10",
|
||||||
"focusedBorderColor": "greyDot50",
|
"focusedBorderColor": "dark10",
|
||||||
"foreground": "greyDot33",
|
"foreground": "accent",
|
||||||
"startBackground": "greyDot80",
|
"startBackground": "dark8",
|
||||||
"startBorderColor": "greyDot70"
|
"startBorderColor": "dark9"
|
||||||
},
|
},
|
||||||
"shadowWidth": 1,
|
"focusedBorderColor": "dark10",
|
||||||
"endBackground": "greyDot80",
|
"disabledText": "light2",
|
||||||
"endBorderColor": "greyDot70",
|
"endBackground": "dark8",
|
||||||
"focusedBorderColor": "greyDot50",
|
"endBorderColor": "dark9",
|
||||||
"foreground": "greyDot20",
|
"foreground": "light8",
|
||||||
"disabledBorderColor": "greyDot75",
|
"disabledBorderColor": "dark8",
|
||||||
"startBackground": "greyDot80",
|
"startBackground": "dark8",
|
||||||
"startBorderColor": "greyDot70"
|
"startBorderColor": "dark9"
|
||||||
|
},
|
||||||
|
"Borders": {
|
||||||
|
"ContrastBorderColor": "dark10",
|
||||||
|
"color": "dark9"
|
||||||
|
},
|
||||||
|
"CheckBox": {
|
||||||
|
"select": "light10"
|
||||||
|
},
|
||||||
|
"ColorChooser": {
|
||||||
|
"foreground": "light6",
|
||||||
|
"background": "dark6"
|
||||||
},
|
},
|
||||||
"CheckBox.disabledText": "greyDot50",
|
|
||||||
"CheckBox.foreground": "greyDot33",
|
|
||||||
"CheckBox.select": "greyDot50",
|
|
||||||
"CheckBoxMenuItem.background": "greyDot80",
|
|
||||||
"CheckBoxMenuItem.disabledBackground": "greyDot80",
|
|
||||||
"CheckBoxMenuItem.disabledForeground": "greyDot50",
|
|
||||||
"CheckBoxMenuItem.foreground": "greyDot20",
|
|
||||||
"ColorChooser.background": "greyDot80",
|
|
||||||
"ComboBox": {
|
"ComboBox": {
|
||||||
"ArrowButton": {
|
"ArrowButton": {
|
||||||
"disabledIconColor": "textColorTransparent",
|
"disabledIconColor": "light2",
|
||||||
"iconColor": "yellow",
|
"iconColor": "yellow",
|
||||||
"nonEditableBackground": "greyDot65"
|
"background": "dark7",
|
||||||
|
"nonEditableBackground": "dark7"
|
||||||
},
|
},
|
||||||
"background": "greyDot80",
|
"background": "dark8",
|
||||||
"disabledForeground": "greyDot50",
|
"disabledForeground": "light2",
|
||||||
"foreground": "greyDot20",
|
|
||||||
"modifiedItemForeground": "yellow",
|
"modifiedItemForeground": "yellow",
|
||||||
"nonEditableBackground": "greyDot75",
|
"nonEditableBackground": "dark8"
|
||||||
"selectionBackground": "greyDot95"
|
|
||||||
},
|
},
|
||||||
"CompletionPopup": {
|
"CompletionPopup": {
|
||||||
"foreground": "greyDot20",
|
"Advertiser": {
|
||||||
"matchForeground": "yellow",
|
"background": "dark5",
|
||||||
"selectionBackground": "greyDot95",
|
"foreground": "light5"
|
||||||
"selectionInactiveBackground": "greyDot85"
|
},
|
||||||
|
"foreground": "light6",
|
||||||
|
"matchForeground": "accent"
|
||||||
|
},
|
||||||
|
"ComplexPopup": {
|
||||||
|
"Header": {
|
||||||
|
"background": "dark5"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"Component": {
|
"Component": {
|
||||||
"iconColor": "yellow",
|
"arc": 0,
|
||||||
"disabledBorderColor": "greyDot75",
|
"disabledBorderColor": "dark8",
|
||||||
"infoForeground": "greyDot50",
|
"borderColor": "dark9",
|
||||||
"errorFocusColor": "red",
|
"errorFocusColor": "red",
|
||||||
"focusColor": "greyDot60",
|
"focusColor": "dark10",
|
||||||
"focusWidth": 0,
|
"focusedBorderColor": "dark10",
|
||||||
"focusedBorderColor": "greyDot65",
|
"inactiveErrorFocusColor": "redDark",
|
||||||
"inactiveErrorFocusColor": "transparentRed",
|
"inactiveWarningFocusColor": "yellowDark",
|
||||||
"inactiveWarningFocusColor": "transparentYellow",
|
"infoForeground": "light3",
|
||||||
"warningFocusColor": "yellow"
|
"warningFocusColor": "yellow"
|
||||||
},
|
},
|
||||||
"Debugger.Variables.changedValueForeground": "yellow",
|
"Counter": {
|
||||||
"Debugger.Variables.evaluatingExpressionForeground": "lightBlue",
|
"background": "dark3",
|
||||||
"DefaultTabs.borderColor": "border",
|
"foreground": "yellow"
|
||||||
"DefaultTabs.inactiveUnderlineColor": "border",
|
},
|
||||||
"DefaultTabs.underlineColor": "yellow",
|
"Debugger": {
|
||||||
"DefaultTabs.underlineHeight": 1,
|
"Variables": {
|
||||||
"DefaultTabs.underlinedTabForeground": "yellow",
|
"changedValueForeground": "yellow",
|
||||||
"DragAndDrop.areaBackground": "greyDot75",
|
"typeForeground": "blue",
|
||||||
"DragAndDrop.areaForeground": "greyDot25",
|
"valueForeground": "light10",
|
||||||
|
"exceptionForeground": "red",
|
||||||
|
"evaluatingExpressionForeground": "green"
|
||||||
|
},
|
||||||
|
"EvaluateExpression.background": "dark8"
|
||||||
|
},
|
||||||
|
"DebuggerTabs": {
|
||||||
|
"underlineHeight": 1
|
||||||
|
},
|
||||||
|
"DefaultTabs": {
|
||||||
|
"underlineHeight": 1,
|
||||||
|
"background": "dark6",
|
||||||
|
"inactiveUnderlineColor": "yellowDark",
|
||||||
|
"underlineColor": "accent",
|
||||||
|
"underlinedTabBackground": "dark4"
|
||||||
|
},
|
||||||
|
"DragAndDrop": {
|
||||||
|
"areaBackground": "dark8",
|
||||||
|
"areaForeground": "light4"
|
||||||
|
},
|
||||||
"Editor": {
|
"Editor": {
|
||||||
"background": "editorPaneBg",
|
"SearchField": {
|
||||||
"foreground": "textColor",
|
"background": "dark8"
|
||||||
"shortcutForeground": "greyDot20"
|
},
|
||||||
|
"Toolbar.borderColor": "dark8",
|
||||||
|
"background": "dark4",
|
||||||
|
"shortcutForeground": "light5"
|
||||||
},
|
},
|
||||||
"EditorPane": {
|
"EditorPane": {
|
||||||
"background": "editorPaneBg",
|
"inactiveBackground": "dark7",
|
||||||
"inactiveBackground": "editorDarkerBg",
|
"inactiveForeground": "light3",
|
||||||
"inactiveForeground": "greyDot50",
|
"splitBorder": "dark8",
|
||||||
"selectionBackground": "editorBg",
|
"background": "dark5"
|
||||||
"selectionForeground": "textColor"
|
|
||||||
},
|
},
|
||||||
"EditorTabs": {
|
"EditorTabs": {
|
||||||
"underlineHeight": 1,
|
"underlineHeight": 1
|
||||||
"hoverBackground": "greyDot95",
|
|
||||||
"borderColor": "border",
|
|
||||||
"background": "editorPaneBg",
|
|
||||||
"inactiveColoredFileBackground": "editorPaneBg",
|
|
||||||
"inactiveUnderlineColor": "editorPaneBg",
|
|
||||||
"underlinedTabBackground": "editorPaneBg",
|
|
||||||
"underlinedTabForeground": "yellow"
|
|
||||||
},
|
},
|
||||||
"FileColor": {
|
"FileColor": {
|
||||||
"Gray": "greyDot70",
|
"Gray": "dark5",
|
||||||
"Blue": "#23282d",
|
"Blue": "#23282d",
|
||||||
"Green": "#232d28",
|
"Green": "#232d28",
|
||||||
"Orange": "#2d2823",
|
"Orange": "#2d2823",
|
||||||
@@ -193,193 +215,358 @@
|
|||||||
"Yellow": "#3b3b19"
|
"Yellow": "#3b3b19"
|
||||||
},
|
},
|
||||||
"FormattedTextField": {
|
"FormattedTextField": {
|
||||||
|
"background": "dark8",
|
||||||
"caretForeground": "yellow",
|
"caretForeground": "yellow",
|
||||||
"foreground": "textColor",
|
"foreground": "light6",
|
||||||
"selectionBackground": "greyDot95",
|
"inactiveBackground": "dark7",
|
||||||
"inactiveBackground": "greyDot80",
|
"selectionForeground": "yellow"
|
||||||
"inactiveForeground": "greyDot33",
|
|
||||||
"background": "greyDot75"
|
|
||||||
},
|
},
|
||||||
"GutterTooltip": {
|
"GutterTooltip": {
|
||||||
"infoForeground": "greyDot33",
|
"lineSeparatorColor": "dark9",
|
||||||
"lineSeparatorColor": "greyDot70"
|
"infoForeground": "light3"
|
||||||
|
},
|
||||||
|
"IconBadge": {
|
||||||
|
"errorBackground": "red",
|
||||||
|
"infoBackground": "blue",
|
||||||
|
"successBackground": "green",
|
||||||
|
"warningBackground": "yellow"
|
||||||
},
|
},
|
||||||
"InformationHint": {
|
"InformationHint": {
|
||||||
"borderColor": "border"
|
"borderColor": "green"
|
||||||
|
},
|
||||||
|
"InplaceRefactoringPopup": {
|
||||||
|
"borderColor": "yellow"
|
||||||
},
|
},
|
||||||
"InplaceRefactoringPopup.borderColor": "border",
|
|
||||||
"Label": {
|
"Label": {
|
||||||
"disabledForeground": "greyDot33",
|
"errorForeground": "red",
|
||||||
"disabledText": "greyDot33",
|
"successForeground": "green",
|
||||||
"foreground": "greyDot20",
|
"selectedForeground": "yellow",
|
||||||
"infoForeground": "greyDot50"
|
"foreground": "light6",
|
||||||
|
"background": "dark7",
|
||||||
|
"infoForeground": "light3"
|
||||||
},
|
},
|
||||||
"Link": {
|
"Link": {
|
||||||
"activeForeground": "blue",
|
"activeForeground": "accent",
|
||||||
"hoverForeground": "yellow",
|
"hoverForeground": "light10",
|
||||||
"secondaryForeground": "lightBlue",
|
"secondaryForeground": "blue",
|
||||||
"visitedForeground": "purpleMonokaiPro",
|
"visitedForeground": "blueDark",
|
||||||
"pressedForeground": "deepBlue"
|
"pressedForeground": "yellowDark"
|
||||||
|
},
|
||||||
|
"List": {
|
||||||
|
"Tag": {
|
||||||
|
"background": "dark7",
|
||||||
|
"foreground": "light6"
|
||||||
|
},
|
||||||
|
"background": "dark7",
|
||||||
|
"hoverInactiveBackground": "dark5",
|
||||||
|
"hoverBackground": "dark4",
|
||||||
|
"selectionBackground": "dark4",
|
||||||
|
"selectionInactiveBackground": "dark5"
|
||||||
|
},
|
||||||
|
"MemoryIndicator": {
|
||||||
|
"allocatedBackground": "dark10",
|
||||||
|
"usedBackground": "redDark"
|
||||||
},
|
},
|
||||||
"Link.hoverForeground": "yellow",
|
|
||||||
"MemoryIndicator.allocatedBackground": "green",
|
|
||||||
"MemoryIndicator.usedBackground": "red",
|
|
||||||
"Menu": {
|
"Menu": {
|
||||||
"background": "greyDot80",
|
"Selection.arc": 0,
|
||||||
"disabledForeground": "greyDot70",
|
"borderColor": "dark9",
|
||||||
"separatorColor": "greyDot75",
|
"disabledBackground": "dark8",
|
||||||
"foreground": "textColor",
|
"acceleratorSelectionForeground": "light10",
|
||||||
"borderColor": "greyDot70",
|
"acceleratorForeground": "light10"
|
||||||
"acceleratorForeground": "greyDot33"
|
|
||||||
},
|
},
|
||||||
"Notification.MoreButton.innerBorderColor": "greyDot65",
|
"Notification": {
|
||||||
"Notification.ToolWindow.errorBackground": "greyDot95",
|
"arc": 0,
|
||||||
"Notification.ToolWindow.errorBorderColor": "red",
|
"ToolWindow": {
|
||||||
"Notification.ToolWindow.errorForeground": "#EE7762",
|
"errorBackground": "dark4",
|
||||||
"Notification.ToolWindow.informativeBackground": "editorPaneBg",
|
"errorBorderColor": "red",
|
||||||
"Notification.ToolWindow.informativeBorderColor": "border",
|
"errorForeground": "light10",
|
||||||
"Notification.ToolWindow.informativeForeground": "textColor",
|
"informativeBackground": "dark4",
|
||||||
"Notification.ToolWindow.warningBackground": "greyDot95",
|
"informativeBorderColor": "green",
|
||||||
"Notification.ToolWindow.warningBorderColor": "yellow",
|
"informativeForeground": "light10",
|
||||||
"Notification.ToolWindow.warningForeground": "yellow",
|
"warningBackground": "dark4",
|
||||||
"Notification.background": "editorPaneBg",
|
"warningBorderColor": "yellow",
|
||||||
"Notification.borderColor": "border",
|
"warningForeground": "light10"
|
||||||
"Notification.errorBackground": "greyDot95",
|
},
|
||||||
"Notification.errorBorderColor": "red",
|
"background": "dark4",
|
||||||
"Notification.errorForeground": "#EE7762",
|
"borderColor": "dark9",
|
||||||
"Notification.foreground": "textColor",
|
"errorBackground": "dark4",
|
||||||
"NotificationsToolwindow.newNotification.background": "editorPaneBg",
|
"errorBorderColor": "red",
|
||||||
"NotificationsToolwindow.newNotification.hoverBackground": "greyDot95",
|
"errorForeground": "light10",
|
||||||
"OptionPane": {
|
"foreground": "light10"
|
||||||
"background": "editorPaneBg",
|
},
|
||||||
"foreground": "greyDot20"
|
"NotificationsToolwindow": {
|
||||||
|
"newNotification.background": "dark4",
|
||||||
|
"newNotification.hoverBackground": "dark3"
|
||||||
},
|
},
|
||||||
"Panel": {
|
"Panel": {
|
||||||
"background": "editorPaneBg",
|
"background": "dark6",
|
||||||
"foreground": "textColor"
|
"foreground": "light6"
|
||||||
},
|
},
|
||||||
"ParameterInfo.background": "greyDot85",
|
"ParameterInfo": {
|
||||||
"ParameterInfo.borderColor": "greyDot75",
|
"background": "dark5",
|
||||||
"ParameterInfo.currentOverloadBackground": "greyDot65",
|
"currentOverloadBackground": "yellow",
|
||||||
"ParameterInfo.currentParameterForeground": "yellow",
|
"currentParameterForeground": "blue",
|
||||||
"ParameterInfo.foreground": "greyDot25",
|
"foreground": "light6",
|
||||||
"ParameterInfo.infoForeground": "greyDot33",
|
"infoForeground": "light2",
|
||||||
"ParameterInfo.lineSeparatorColor": "greyDot75",
|
"lineSeparatorColor": "dark9"
|
||||||
"PasswordField.background": "greyDot75",
|
},
|
||||||
"Plugins.Button.installBackground": "greyDot80",
|
"PasswordField": {
|
||||||
"Plugins.Button.installBorderColor": "greyDot60",
|
"capsLockIconColor": "red",
|
||||||
"Plugins.Button.installFillBackground": "greyDot80",
|
"background": "dark8"
|
||||||
"Plugins.Button.installFillForeground": "greyDot25",
|
},
|
||||||
"Plugins.Button.installForeground": "yellow",
|
"Plugins": {
|
||||||
"Plugins.SearchField.background": "greyDot75",
|
"Button": {
|
||||||
"Plugins.SectionHeader.background": "greyDot75",
|
"installBackground": "dark8",
|
||||||
"Plugins.Tab.hoverBackground": "editorBg",
|
"installBorderColor": "dark9",
|
||||||
"Plugins.Tab.selectedBackground": "editorPaneBg",
|
"installFillBackground": "dark8",
|
||||||
"Plugins.background": "editorPaneBg",
|
"installFillForeground": "light6",
|
||||||
"Plugins.disabledForeground": "greyDot50",
|
"installFocusedBackground": "dark5",
|
||||||
"Plugins.hoverBackground": "editorBg",
|
"installForeground": "light10"
|
||||||
"Plugins.lightSelectionBackground": "#242220",
|
},
|
||||||
"Plugins.tagBackground": "editorBg",
|
"SearchField": {
|
||||||
"Plugins.tagForeground": "greyDot33",
|
"background": "dark8"
|
||||||
"Popup.Advertiser.background": "greyDot85",
|
},
|
||||||
"Popup.Advertiser.foreground": "greyDot50",
|
"SectionHeader": {
|
||||||
"Popup.Header.activeBackground": "greyDot75",
|
"background": "dark5",
|
||||||
"Popup.Header.inactiveBackground": "greyDot85",
|
"foreground": "light5"
|
||||||
"Popup.paintBorder": false,
|
},
|
||||||
"PopupMenu.background": "greyDot80",
|
"hoverBackground": "dark4",
|
||||||
"PopupMenuSeparator.stripeWidth": 1,
|
"background": "dark7",
|
||||||
"ProgressBar.failedColor": "red",
|
"lightSelectionBackground": "dark5",
|
||||||
"ProgressBar.failedEndColor": "greyDot75",
|
"tagBackground": "dark8",
|
||||||
"ProgressBar.indeterminateEndColor": "#FD971F",
|
"tagForeground": "light10"
|
||||||
"ProgressBar.indeterminateStartColor": "yellow",
|
},
|
||||||
"ProgressBar.passedColor": "green",
|
"Popup": {
|
||||||
"ProgressBar.passedEndColor": "greyDot75",
|
"Advertiser": {
|
||||||
"ProgressBar.progressColor": "yellow",
|
"background": "dark4",
|
||||||
"ProgressBar.trackColor": "greyDot75",
|
"borderColor": "dark8",
|
||||||
"RadioButton.background": "greyDot80",
|
"foreground": "light3"
|
||||||
"RadioButton.disabledText": "greyDot70",
|
},
|
||||||
"RadioButtonMenuItem.disabledBackground": "greyDot80",
|
"Header": {
|
||||||
"ScrollPane.background": "greyDot80",
|
"activeBackground": "dark4",
|
||||||
"SearchEverywhere.Advertiser.foreground": "greyDot50",
|
"activeForeground": "light4",
|
||||||
"SearchEverywhere.Header.background": "greyDot80",
|
"inactiveBackground": "dark5"
|
||||||
"SearchEverywhere.List.separatorForeground": "greyDot50",
|
},
|
||||||
"SearchEverywhere.SearchField.background": "greyDot75",
|
"Selection": {
|
||||||
"SearchEverywhere.SearchField.infoForeground": "greyDot33",
|
"arc": 0
|
||||||
"SearchEverywhere.Tab.selectedBackground": "greyDot95",
|
}
|
||||||
"SearchEverywhere.Tab.selectedForeground": "yellow",
|
},
|
||||||
"SearchMatch.endBackground": "yellow",
|
"PopupMenu": {
|
||||||
"SearchMatch.startBackground": "yellow",
|
"Selection": {
|
||||||
"SidePanel.background": "greyDot85",
|
"arc": 0
|
||||||
"SpeedSearch.errorForeground": "red",
|
},
|
||||||
"SpeedSearch.foreground": "yellow",
|
"background": "dark6",
|
||||||
"SplitPane.highlight": "yellow",
|
"foreground": "light6"
|
||||||
"TabbedPane.disabledUnderlineColor": "editorPaneBg",
|
},
|
||||||
"TabbedPane.focus": "greyDot75",
|
"ProgressBar": {
|
||||||
"TabbedPane.focusColor": "greyDot33",
|
"failedColor": "red",
|
||||||
"TabbedPane.tabSelectionHeight": 1,
|
"failedEndColor": "dark6",
|
||||||
"TabbedPane.underlineColor": "yellow",
|
"indeterminateEndColor": "yellowDark",
|
||||||
"Table.dropLineColor": "greyDot75",
|
"indeterminateStartColor": "yellow",
|
||||||
"Table.dropLineShortColor": "greyDot70",
|
"passedColor": "green",
|
||||||
"Table.focusCellBackground": "greyDot85",
|
"passedEndColor": "dark6",
|
||||||
"Table.focusCellForeground": "yellow",
|
"progressColor": "yellow",
|
||||||
"Table.sortIconColor": "yellow",
|
"trackColor": "dark6"
|
||||||
"Table.stripeColor": "greyDot75",
|
},
|
||||||
"TableHeader.background": "greyDot85",
|
"RadioButtonMenuItem": {
|
||||||
"TableHeader.bottomSeparatorColor": "greyDot65",
|
"background": "dark9",
|
||||||
"TextArea.background": "greyDot75",
|
"foreground": "light6",
|
||||||
"TextArea.caretForeground": "yellow",
|
"acceleratorForeground": "blueDark",
|
||||||
"TextArea.inactiveBackground": "greyDot80",
|
"selectionForeground": "yellow"
|
||||||
"TextArea.selectionBackground": "greyDot95",
|
},
|
||||||
"TextField.background": "greyDot75",
|
"RunWidget": {
|
||||||
"TextField.caretForeground": "yellow",
|
"background": "dark6",
|
||||||
"TextField.foreground": "greyDot33",
|
"pressedBackground": "dark3",
|
||||||
"TextField.highlight": "yellow",
|
"runningBackground": "dark5"
|
||||||
"TextField.inactiveForeground": "greyDot33",
|
},
|
||||||
"TextPane.inactiveBackground": "greyDot80",
|
"ScrollBar": {
|
||||||
"TextPane.inactiveForeground": "greyDot50",
|
"hoverThumbColor": "dark10"
|
||||||
"TitlePane.background": "greyDot85",
|
},
|
||||||
"ToggleButton.buttonColor": "greyDot65",
|
"SearchEverywhere": {
|
||||||
"ToggleButton.offBackground": "greyDot75",
|
"Advertiser": {
|
||||||
"ToggleButton.offForeground": "greyDot25",
|
"background": "dark4",
|
||||||
"ToggleButton.onBackground": "yellow",
|
"foreground": "light3"
|
||||||
"ToggleButton.onForeground": "greyDot80",
|
},
|
||||||
"ToolBar.borderHandleColor": "greyDot65",
|
"Header": {
|
||||||
"ToolTip.Actions.background": "greyDot80",
|
"background": "dark5"
|
||||||
"ToolTip.Actions.infoForeground": "greyDot50",
|
},
|
||||||
"ToolTip.background": "greyDot80",
|
"List": {
|
||||||
"ToolTip.borderColor": "border",
|
"separatorForeground": "dark9",
|
||||||
"ToolTip.infoForeground": "greyDot50",
|
"settingsBackground": "dark5"
|
||||||
"ToolWindow.Button.hoverBackground": "greyDot95",
|
},
|
||||||
"ToolWindow.Button.selectedBackground": "greyDot95",
|
"SearchField": {
|
||||||
"ToolWindow.Button.selectedForeground": "yellow",
|
"background": "dark9",
|
||||||
"ToolWindow.Header.background": "greyDot85",
|
"borderColor": "dark9",
|
||||||
"ToolWindow.Header.inactiveBackground": "editorPaneBg",
|
"infoForeground": "light2"
|
||||||
"ToolWindow.HeaderTab.hoverBackground": "consoleBackground",
|
},
|
||||||
"ToolWindow.HeaderTab.hoverInactiveBackground": "editorBg",
|
"Tab": {
|
||||||
"ToolWindow.HeaderTab.underlineColor": "yellow",
|
"selectedBackground": "dark2",
|
||||||
"ToolWindow.HeaderTab.underlineHeight": 1,
|
"selectedForeground": "yellow"
|
||||||
"Tooltip.separatorColor": "border",
|
}
|
||||||
"Tree.background": "greyDot85",
|
},
|
||||||
"Tree.foreground": "textColor",
|
"SearchMatch": {
|
||||||
"Tree.hoverBackground": "greyDot95",
|
"endBackground": "yellow",
|
||||||
"Tree.modifiedItemForeground": "yellow",
|
"startBackground": "yellow"
|
||||||
"Tree.selectionBackground": "greyDot95",
|
},
|
||||||
"Tree.selectionInactiveBackground": "greyDot95",
|
"SegmentedButton": {
|
||||||
"ValidationTooltip.errorBackground": "greyDot95",
|
"focusedSelectedButtonColor": "dark3",
|
||||||
"ValidationTooltip.errorBorderColor": "red",
|
"selectedButtonColor": "dark4",
|
||||||
"ValidationTooltip.warningBackground": "greyDot95",
|
"selectedStartBorderColor": "dark9",
|
||||||
"ValidationTooltip.warningBorderColor": "yellow",
|
"selectedEndBorderColor": "dark9"
|
||||||
"VersionControl.FileHistory.Commit.selectedBranchBackground": "greyDot95",
|
},
|
||||||
"VersionControl.Log.Commit.currentBranchBackground": "greyDot85",
|
"Separator": {
|
||||||
"VersionControl.Log.Commit.hoveredBackground": "greyDot95",
|
"separatorColor": "dark9"
|
||||||
"VersionControl.Log.Commit.unmatchedForeground": "greyDot25",
|
},
|
||||||
"WelcomeScreen.Details.background": "greyDot80",
|
"SidePanel": {
|
||||||
"WelcomeScreen.Projects.background": "greyDot85",
|
"background": "dark5"
|
||||||
"WelcomeScreen.Projects.selectionBackground": "greyDot95",
|
},
|
||||||
"WelcomeScreen.SidePanel.background": "greyDot80",
|
"SpeedSearch": {
|
||||||
"WelcomeScreen.background": "greyDot80",
|
"borderColor": "dark9",
|
||||||
"WelcomeScreen.borderColor": "border",
|
"errorForeground": "red",
|
||||||
"WelcomeScreen.separatorColor": "border",
|
"foreground": "yellow"
|
||||||
"Window.border": "0,0,0,0,4d4d4d"
|
},
|
||||||
|
"SplitPane": {
|
||||||
|
"background": "dark5",
|
||||||
|
"highlight": "yellow"
|
||||||
|
},
|
||||||
|
"TabbedPane": {
|
||||||
|
"contentAreaColor": "dark7",
|
||||||
|
"disabledForeground": "light2",
|
||||||
|
"disabledUnderlineColor": "light2",
|
||||||
|
"focusColor": "dark4",
|
||||||
|
"focus": "dark9",
|
||||||
|
"tabSelectionArc": 0,
|
||||||
|
"underlineColor": "accent"
|
||||||
|
},
|
||||||
|
"Table": {
|
||||||
|
"background": "dark7",
|
||||||
|
"alternativeRowBackground": "dark5",
|
||||||
|
"dropLineColor": "dark10",
|
||||||
|
"dropLineShortColor": "dark10",
|
||||||
|
"focusCellBackground": "dark4",
|
||||||
|
"focusCellForeground": "yellow",
|
||||||
|
"lightSelectionBackground": "dark4",
|
||||||
|
"gridColor": "dark9",
|
||||||
|
"sortIconColor": "yellow",
|
||||||
|
"stripeColor": "dark9"
|
||||||
|
},
|
||||||
|
"TableHeader": {
|
||||||
|
"background": "dark4",
|
||||||
|
"bottomSeparatorColor": "dark9"
|
||||||
|
},
|
||||||
|
"TextArea": {
|
||||||
|
"background": "dark8",
|
||||||
|
"foreground": "light6",
|
||||||
|
"inactiveBackground": "dark7",
|
||||||
|
"inactiveForeground": "light2"
|
||||||
|
},
|
||||||
|
"TextField": {
|
||||||
|
"background": "dark8",
|
||||||
|
"caretForeground": "yellow",
|
||||||
|
"foreground": "light6",
|
||||||
|
"highlight": "yellow",
|
||||||
|
"inactiveForeground": "light2",
|
||||||
|
"selectionBackground": "dark4",
|
||||||
|
"selectionForeground": "yellow"
|
||||||
|
},
|
||||||
|
"TextPane": {
|
||||||
|
"background": "dark6",
|
||||||
|
"inactiveBackground": "dark7",
|
||||||
|
"inactiveForeground": "light2",
|
||||||
|
"selectionBackground": "dark4"
|
||||||
|
},
|
||||||
|
"TitlePane": {
|
||||||
|
"background": "dark5"
|
||||||
|
},
|
||||||
|
"ToggleButton": {
|
||||||
|
"buttonColor": "dark9",
|
||||||
|
"disabledText": "light2",
|
||||||
|
"offBackground": "dark4",
|
||||||
|
"offForeground": "light6",
|
||||||
|
"onBackground": "yellow",
|
||||||
|
"onForeground": "dark1"
|
||||||
|
},
|
||||||
|
"ToolBar": {
|
||||||
|
"borderHandleColor": "dark9"
|
||||||
|
},
|
||||||
|
"ToolTip": {
|
||||||
|
"Actions.background": "dark5",
|
||||||
|
"Actions.infoForeground": "light3",
|
||||||
|
"background": "dark5",
|
||||||
|
"paintBorder": true,
|
||||||
|
"infoForeground": "light2"
|
||||||
|
},
|
||||||
|
"ToolWindow": {
|
||||||
|
"Button": {
|
||||||
|
"selectedBackground": "dark4",
|
||||||
|
"selectedForeground": "yellow"
|
||||||
|
},
|
||||||
|
"Header": {
|
||||||
|
"background": "dark4",
|
||||||
|
"inactiveBackground": "dark5"
|
||||||
|
},
|
||||||
|
"HeaderTab": {
|
||||||
|
"underlineHeight": 1,
|
||||||
|
"hoverInactiveBackground": "dark5",
|
||||||
|
"inactiveUnderlineColor": "yellowDark",
|
||||||
|
"underlinedTabInactiveBackground": "dark3",
|
||||||
|
"underlinedTabBackground": "dark2",
|
||||||
|
"underlineColor": "yellow"
|
||||||
|
},
|
||||||
|
"background": "dark7"
|
||||||
|
},
|
||||||
|
"Tree": {
|
||||||
|
"background": "dark7",
|
||||||
|
"foreground": "light6",
|
||||||
|
"hash": "dark9",
|
||||||
|
"hoverInactiveBackground": "dark5",
|
||||||
|
"modifiedItemForeground": "yellow",
|
||||||
|
"selectionInactiveBackground": "dark5"
|
||||||
|
},
|
||||||
|
"ScrollPane": {
|
||||||
|
"background": "dark7",
|
||||||
|
"foreground": "light6"
|
||||||
|
},
|
||||||
|
"ValidationTooltip": {
|
||||||
|
"errorBackground": "dark4",
|
||||||
|
"errorBorderColor": "red",
|
||||||
|
"warningBackground": "dark4",
|
||||||
|
"warningBorderColor": "yellow"
|
||||||
|
},
|
||||||
|
"VersionControl": {
|
||||||
|
"MarkerPopup.Toolbar.background": "dark4",
|
||||||
|
"FileHistory": {
|
||||||
|
"Commit.selectedBranchBackground": "dark7"
|
||||||
|
},
|
||||||
|
"Log": {
|
||||||
|
"Commit": {
|
||||||
|
"currentBranchBackground": "dark7",
|
||||||
|
"unmatchedForeground": "light2",
|
||||||
|
"selectionForeground": "light10",
|
||||||
|
"selectionInactiveBackground": "dark9",
|
||||||
|
"hoveredBackground": "dark3",
|
||||||
|
"selectionBackground": "dark4"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"Viewport": {
|
||||||
|
"background": "dark7",
|
||||||
|
"foreground": "light7"
|
||||||
|
},
|
||||||
|
"WelcomeScreen": {
|
||||||
|
"Details": {
|
||||||
|
"background": "dark7"
|
||||||
|
},
|
||||||
|
"Projects": {
|
||||||
|
"background": "dark6",
|
||||||
|
"selectionBackground": "dark55",
|
||||||
|
"selectionInactiveBackground": "dark5"
|
||||||
|
},
|
||||||
|
"SidePanel": {
|
||||||
|
"background": "dark5"
|
||||||
|
},
|
||||||
|
"background": "dark6",
|
||||||
|
"separatorColor": "dark9"
|
||||||
|
},"Window.border": "0,0,0,0,525150"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -68,8 +68,7 @@
|
|||||||
"ComboPopup.border": "1,1,1,1,64647A",
|
"ComboPopup.border": "1,1,1,1,64647A",
|
||||||
"CompletionPopup": {
|
"CompletionPopup": {
|
||||||
"matchForeground": "#BF616A",
|
"matchForeground": "#BF616A",
|
||||||
"selectionBackground": "#5a6173",
|
"selectionBackground": "#383C4A"
|
||||||
"selectionInactiveBackground": "#383C4A"
|
|
||||||
},
|
},
|
||||||
"Component": {
|
"Component": {
|
||||||
"errorFocusColor": "#bf4c53",
|
"errorFocusColor": "#bf4c53",
|
||||||
|
|||||||
@@ -22,7 +22,7 @@
|
|||||||
"cs": "#262b33",
|
"cs": "#262b33",
|
||||||
"button": "#383C4A",
|
"button": "#383C4A",
|
||||||
"table": "#41416A",
|
"table": "#41416A",
|
||||||
"tree": "#09477170",
|
"tree": "#0f3d56",
|
||||||
"hl": "#444A58",
|
"hl": "#444A58",
|
||||||
"notif": "#262a33",
|
"notif": "#262a33",
|
||||||
"hc": "#262b33",
|
"hc": "#262b33",
|
||||||
@@ -73,6 +73,10 @@
|
|||||||
"pressedBackground": "accent50",
|
"pressedBackground": "accent50",
|
||||||
"pressedBorderColor": "accent50"
|
"pressedBorderColor": "accent50"
|
||||||
},
|
},
|
||||||
|
"ActionsList": {
|
||||||
|
"icon.gap": 12,
|
||||||
|
"mnemonic.icon.gap": 12
|
||||||
|
},
|
||||||
"ActionToolbar": {
|
"ActionToolbar": {
|
||||||
"background": "hc"
|
"background": "hc"
|
||||||
},
|
},
|
||||||
@@ -127,8 +131,9 @@
|
|||||||
"BookmarkIcon.background": "accent",
|
"BookmarkIcon.background": "accent",
|
||||||
"Borders.ContrastBorderColor": "bg",
|
"Borders.ContrastBorderColor": "bg",
|
||||||
"Borders.color": "border",
|
"Borders.color": "border",
|
||||||
|
"Breakpoint.iconHoverAlpha": 0.35,
|
||||||
"Button": {
|
"Button": {
|
||||||
"arc": 0,
|
"arc": 8,
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"darcula": {
|
"darcula": {
|
||||||
"borderColor": "button",
|
"borderColor": "button",
|
||||||
@@ -181,7 +186,10 @@
|
|||||||
"shadowColor": "shadow",
|
"shadowColor": "shadow",
|
||||||
"shadowWidth": 0,
|
"shadowWidth": 0,
|
||||||
"startBackground": "table",
|
"startBackground": "table",
|
||||||
"startBorderColor": "button"
|
"startBorderColor": "button",
|
||||||
|
"ToolWindow": {
|
||||||
|
"arc": 40
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"Canvas": {
|
"Canvas": {
|
||||||
"Tooltip.background": "notif",
|
"Tooltip.background": "notif",
|
||||||
@@ -256,6 +264,32 @@
|
|||||||
"accessDot": "accent",
|
"accessDot": "accent",
|
||||||
"dropdownBorder": "second",
|
"dropdownBorder": "second",
|
||||||
"pillBackground": "second"
|
"pillBackground": "second"
|
||||||
|
},
|
||||||
|
"Users": {
|
||||||
|
"1": {
|
||||||
|
"Background": "green",
|
||||||
|
"Foreground": "fg"
|
||||||
|
},
|
||||||
|
"2": {
|
||||||
|
"Background": "blue",
|
||||||
|
"Foreground": "fg"
|
||||||
|
},
|
||||||
|
"3": {
|
||||||
|
"Background": "red",
|
||||||
|
"Foreground": "fg"
|
||||||
|
},
|
||||||
|
"4": {
|
||||||
|
"Background": "purple",
|
||||||
|
"Foreground": "fg"
|
||||||
|
},
|
||||||
|
"5": {
|
||||||
|
"Background": "yellow",
|
||||||
|
"Foreground": "fg"
|
||||||
|
},
|
||||||
|
"6": {
|
||||||
|
"Background": "orange",
|
||||||
|
"Foreground": "fg"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"ColorChooser": {
|
"ColorChooser": {
|
||||||
@@ -293,7 +327,13 @@
|
|||||||
"selectionBackground": "table",
|
"selectionBackground": "table",
|
||||||
"selectionForeground": "activeFg"
|
"selectionForeground": "activeFg"
|
||||||
},
|
},
|
||||||
|
"ComboPopup.border": "1,1,1,1,#5294E2",
|
||||||
"CompletionPopup": {
|
"CompletionPopup": {
|
||||||
|
"Advertiser": {
|
||||||
|
"background": "bg",
|
||||||
|
"foreground": "fg",
|
||||||
|
"borderInsets": "8,12,8,12"
|
||||||
|
},
|
||||||
"background": "second",
|
"background": "second",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"grayForeground": "text",
|
"grayForeground": "text",
|
||||||
@@ -313,8 +353,12 @@
|
|||||||
"selectionInactiveInfoForeground": "text",
|
"selectionInactiveInfoForeground": "text",
|
||||||
"selectionInfoForeground": "selFg"
|
"selectionInfoForeground": "selFg"
|
||||||
},
|
},
|
||||||
|
"ComplexPopup": {
|
||||||
|
"Header.background": "notif"
|
||||||
|
},
|
||||||
"Component": {
|
"Component": {
|
||||||
"arc": 4,
|
"arc": 4,
|
||||||
|
"focusWidth": 2,
|
||||||
"borderColor": "hl",
|
"borderColor": "hl",
|
||||||
"disabledBorderColor": "dis",
|
"disabledBorderColor": "dis",
|
||||||
"focusColor": "accent",
|
"focusColor": "accent",
|
||||||
@@ -351,6 +395,7 @@
|
|||||||
},
|
},
|
||||||
"desktop": "hc",
|
"desktop": "hc",
|
||||||
"Debugger": {
|
"Debugger": {
|
||||||
|
"EvaluateExpression.background": "bg",
|
||||||
"Variables": {
|
"Variables": {
|
||||||
"changedValueForeground": "accent",
|
"changedValueForeground": "accent",
|
||||||
"collectingDataForeground": "text",
|
"collectingDataForeground": "text",
|
||||||
@@ -358,13 +403,15 @@
|
|||||||
"evaluatingExpressionForeground": "text",
|
"evaluatingExpressionForeground": "text",
|
||||||
"exceptionForeground": "yellow",
|
"exceptionForeground": "yellow",
|
||||||
"modifyingValueForeground": "accent",
|
"modifyingValueForeground": "accent",
|
||||||
"valueForeground": "accent"
|
"valueForeground": "accent",
|
||||||
|
"typeForeground": "text"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"DebuggerTabs": {
|
"DebuggerTabs": {
|
||||||
"active.background": "hl",
|
"active.background": "hl",
|
||||||
"selectedBackground": "hl",
|
"selectedBackground": "hl",
|
||||||
"underlinedTabBackground": "table"
|
"underlinedTabBackground": "table",
|
||||||
|
"underlineHeight": 2
|
||||||
},
|
},
|
||||||
"DebuggerPopup": {
|
"DebuggerPopup": {
|
||||||
"borderColor": "bg"
|
"borderColor": "bg"
|
||||||
@@ -380,6 +427,7 @@
|
|||||||
"inactiveMaskColor": "hc",
|
"inactiveMaskColor": "hc",
|
||||||
"inactiveUnderlineColor": "accent",
|
"inactiveUnderlineColor": "accent",
|
||||||
"underlineColor": "accent",
|
"underlineColor": "accent",
|
||||||
|
"underlineHeight": 3,
|
||||||
"underlinedTabBackground": "table",
|
"underlinedTabBackground": "table",
|
||||||
"underlinedTabForeground": "selFg"
|
"underlinedTabForeground": "selFg"
|
||||||
},
|
},
|
||||||
@@ -398,13 +446,21 @@
|
|||||||
"backgroundBorderColor": "bg",
|
"backgroundBorderColor": "bg",
|
||||||
"backgroundColor": "bg",
|
"backgroundColor": "bg",
|
||||||
"borderColor": "accent",
|
"borderColor": "accent",
|
||||||
"foregroundColor": "fg"
|
"foregroundColor": "fg",
|
||||||
|
"rowBackground": "accent70"
|
||||||
},
|
},
|
||||||
"dropArea.base": "accent",
|
"dropArea.base": "accent",
|
||||||
"Editor": {
|
"Editor": {
|
||||||
"background": "hc",
|
"background": "hc",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"shortcutForeground": "text"
|
"shortcutForeground": "text",
|
||||||
|
"SearchField": {
|
||||||
|
"background": "cs",
|
||||||
|
"borderInsets": "8,12,8,12"
|
||||||
|
},
|
||||||
|
"Toolbar": {
|
||||||
|
"borderColor": "border"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"EditorGroupsTabs": {
|
"EditorGroupsTabs": {
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
@@ -423,7 +479,8 @@
|
|||||||
"inactiveBackground": "bg",
|
"inactiveBackground": "bg",
|
||||||
"inactiveForeground": "dis",
|
"inactiveForeground": "dis",
|
||||||
"selectionBackground": "selBg",
|
"selectionBackground": "selBg",
|
||||||
"selectionForeground": "activeFg"
|
"selectionForeground": "activeFg",
|
||||||
|
"splitBorder": "border"
|
||||||
},
|
},
|
||||||
"EditorTabs": {
|
"EditorTabs": {
|
||||||
"active.background": "table",
|
"active.background": "table",
|
||||||
@@ -441,7 +498,10 @@
|
|||||||
"inactiveUnderlineColor": "dis",
|
"inactiveUnderlineColor": "dis",
|
||||||
"selectedBackground": "table",
|
"selectedBackground": "table",
|
||||||
"selectedForeground": "fg",
|
"selectedForeground": "fg",
|
||||||
|
"tabInsets": "-10,10,-10,10",
|
||||||
"underlineColor": "accent",
|
"underlineColor": "accent",
|
||||||
|
"underlineHeight": 3,
|
||||||
|
"underlineArc": 4,
|
||||||
"underlinedTabBackground": "table",
|
"underlinedTabBackground": "table",
|
||||||
"underlinedTabForeground": "selFg"
|
"underlinedTabForeground": "selFg"
|
||||||
},
|
},
|
||||||
@@ -472,7 +532,7 @@
|
|||||||
"defaultButtonBorderColor": "accent"
|
"defaultButtonBorderColor": "accent"
|
||||||
},
|
},
|
||||||
"FormattedTextField": {
|
"FormattedTextField": {
|
||||||
"background": "hc",
|
"background": "cs",
|
||||||
"caretForeground": "accent",
|
"caretForeground": "accent",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"inactiveBackground": "button",
|
"inactiveBackground": "button",
|
||||||
@@ -509,6 +569,9 @@
|
|||||||
"disabledSeparatorColor": "border",
|
"disabledSeparatorColor": "border",
|
||||||
"separatorColor": "border"
|
"separatorColor": "border"
|
||||||
},
|
},
|
||||||
|
"Gutter": {
|
||||||
|
"VcsChanges.width": 4
|
||||||
|
},
|
||||||
"GutterTooltip": {
|
"GutterTooltip": {
|
||||||
"borderColor": "bg",
|
"borderColor": "bg",
|
||||||
"infoForeground": "text",
|
"infoForeground": "text",
|
||||||
@@ -522,11 +585,14 @@
|
|||||||
"background": "bg",
|
"background": "bg",
|
||||||
"backgroundColor": "bg",
|
"backgroundColor": "bg",
|
||||||
"borderColor": "border",
|
"borderColor": "border",
|
||||||
|
"defaultTextBorderInsets": "16,16,16,16",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"infoForeground": "text",
|
"infoForeground": "text",
|
||||||
"shortcutForeground": "text",
|
"shortcutForeground": "text",
|
||||||
"shortcutTextColor": "text",
|
"shortcutTextColor": "text",
|
||||||
"textColor": "fg"
|
"smallTextBorderInsets": "8,12,8,12",
|
||||||
|
"textColor": "fg",
|
||||||
|
"verticalGap": 8
|
||||||
},
|
},
|
||||||
"Hg.Log.Ref": {
|
"Hg.Log.Ref": {
|
||||||
"Branch": "accent",
|
"Branch": "accent",
|
||||||
@@ -594,6 +660,7 @@
|
|||||||
"link": "accent",
|
"link": "accent",
|
||||||
"Link": {
|
"Link": {
|
||||||
"activeForeground": "accent",
|
"activeForeground": "accent",
|
||||||
|
"focusedBorderColor": "accent",
|
||||||
"hoverForeground": "accent",
|
"hoverForeground": "accent",
|
||||||
"pressedForeground": "accent",
|
"pressedForeground": "accent",
|
||||||
"secondaryForeground": "text",
|
"secondaryForeground": "text",
|
||||||
@@ -605,27 +672,61 @@
|
|||||||
"link.visited.foreground": "accent",
|
"link.visited.foreground": "accent",
|
||||||
"List": {
|
"List": {
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
|
"Button": {
|
||||||
|
"hoverBackground": "hl",
|
||||||
|
"leftRightInset": 8,
|
||||||
|
"separatorColor": "border",
|
||||||
|
"separatorInset": 4
|
||||||
|
},
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"hoverBackground": "hl",
|
"hoverBackground": "hl",
|
||||||
"hoverInactiveBackground": "table",
|
"hoverInactiveBackground": "table",
|
||||||
|
"Line.hoverBackground": "selBg",
|
||||||
|
"rowHeight": "28",
|
||||||
|
"selectionBackground": "tree",
|
||||||
"selectionForeground": "selFg",
|
"selectionForeground": "selFg",
|
||||||
"selectionInactiveBackground": "table",
|
"selectionInactiveBackground": "table",
|
||||||
"selectionInactiveForeground": "activeFg"
|
"selectionInactiveForeground": "activeFg",
|
||||||
|
"Tag": {
|
||||||
|
"background": "button",
|
||||||
|
"foreground": "fg"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"LiveIndicator": {
|
"LiveIndicator": {
|
||||||
"color": "accent"
|
"color": "accent"
|
||||||
},
|
},
|
||||||
|
"macOSWindow.Title": {
|
||||||
|
"height": 30,
|
||||||
|
"heightSmall": 20
|
||||||
|
},
|
||||||
|
"MainMenu": {
|
||||||
|
"background": "hc",
|
||||||
|
"foreground": "fg",
|
||||||
|
"selectionForeground": "activeFg",
|
||||||
|
"selectionBackground": "selBg"
|
||||||
|
},
|
||||||
"MainToolbar": {
|
"MainToolbar": {
|
||||||
"Dropdown.background": "bg",
|
|
||||||
"Dropdown.hoverBackground": "border",
|
|
||||||
"Dropdown.pressedBackground": "table",
|
|
||||||
"Icon.background": "bg",
|
|
||||||
"Icon.hoverBackground": "border",
|
|
||||||
"Icon.pressedBackground": "table",
|
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"hoverBackground": "border",
|
"Button": {
|
||||||
|
"buttonInsets": "0,0,0,0"
|
||||||
|
},
|
||||||
|
"Dropdown": {
|
||||||
|
"borderInsets": "6,12,6,12",
|
||||||
|
"background": "bg",
|
||||||
|
"foreground": "fg",
|
||||||
|
"hoverBackground": "hl",
|
||||||
|
"pressedBackground": "table"
|
||||||
|
},
|
||||||
|
"hoverBackground": "hl",
|
||||||
|
"Icon": {
|
||||||
|
"borderInsets": "10,10,10,10",
|
||||||
|
"background": "bg",
|
||||||
|
"hoverBackground": "hl",
|
||||||
|
"pressedBackground": "table"
|
||||||
|
},
|
||||||
"inactiveBackground": "bg",
|
"inactiveBackground": "bg",
|
||||||
"pressedBackground": "table"
|
"pressedBackground": "table",
|
||||||
|
"separatorColor": "border"
|
||||||
},
|
},
|
||||||
"material": {
|
"material": {
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
@@ -652,11 +753,15 @@
|
|||||||
"acceleratorForeground": "text",
|
"acceleratorForeground": "text",
|
||||||
"acceleratorSelectionForeground": "activeFg",
|
"acceleratorSelectionForeground": "activeFg",
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"border": "4,2,4,2",
|
"border": "8,8,8,8",
|
||||||
"borderColor": "second",
|
"borderColor": "second",
|
||||||
"disabledBackground": "second",
|
"disabledBackground": "second",
|
||||||
"disabledForeground": "dis",
|
"disabledForeground": "dis",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
|
"Selection": {
|
||||||
|
"arc": 8,
|
||||||
|
"innerInsets": "8,2,8,2"
|
||||||
|
},
|
||||||
"selectionBackground": "selBg",
|
"selectionBackground": "selBg",
|
||||||
"selectionForeground": "activeFg",
|
"selectionForeground": "activeFg",
|
||||||
"separatorColor": "border"
|
"separatorColor": "border"
|
||||||
@@ -676,7 +781,7 @@
|
|||||||
"acceleratorForeground": "text",
|
"acceleratorForeground": "text",
|
||||||
"acceleratorSelectionForeground": "activeFg",
|
"acceleratorSelectionForeground": "activeFg",
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"border": "4,2,4,2",
|
"border": "8,8,8,8",
|
||||||
"disabledBackground": "bg",
|
"disabledBackground": "bg",
|
||||||
"disabledForeground": "dis",
|
"disabledForeground": "dis",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
@@ -699,11 +804,13 @@
|
|||||||
"background": "bg"
|
"background": "bg"
|
||||||
},
|
},
|
||||||
"SearchField": {
|
"SearchField": {
|
||||||
"background": "hc"
|
"background": "cs"
|
||||||
}
|
},
|
||||||
|
"separatorWidth": 6
|
||||||
},
|
},
|
||||||
"NewPSD.warning": "accent",
|
"NewPSD.warning": "accent",
|
||||||
"Notification": {
|
"Notification": {
|
||||||
|
"arc": 16,
|
||||||
"Error.foreground": "accent",
|
"Error.foreground": "accent",
|
||||||
"Link.foreground": "accent",
|
"Link.foreground": "accent",
|
||||||
"background": "notif",
|
"background": "notif",
|
||||||
@@ -719,12 +826,18 @@
|
|||||||
"innerBorderColor": "button"
|
"innerBorderColor": "button"
|
||||||
},
|
},
|
||||||
"ToolWindow": {
|
"ToolWindow": {
|
||||||
|
"Button.DragAndDrop": {
|
||||||
|
"buttonFloatingBackground": "button",
|
||||||
|
"stripeBackground": "bg"
|
||||||
|
},
|
||||||
"errorBackground": "notifError",
|
"errorBackground": "notifError",
|
||||||
"errorBorderColor": "notifError",
|
"errorBorderColor": "notifError",
|
||||||
"errorForeground": "fg",
|
"errorForeground": "fg",
|
||||||
|
"infoBackground": "notif",
|
||||||
|
"infoBorderColor": "notif",
|
||||||
"infoForeground": "fg",
|
"infoForeground": "fg",
|
||||||
"informativeBackground": "notifInfo",
|
"informativeBackground": "notif",
|
||||||
"informativeBorderColor": "notifInfo",
|
"informativeBorderColor": "notif",
|
||||||
"informativeForeground": "fg",
|
"informativeForeground": "fg",
|
||||||
"warningBackground": "notifWarn",
|
"warningBackground": "notifWarn",
|
||||||
"warningBorderColor": "notifWarn",
|
"warningBorderColor": "notifWarn",
|
||||||
@@ -736,7 +849,8 @@
|
|||||||
},
|
},
|
||||||
"ToolWindowInfo": {
|
"ToolWindowInfo": {
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"background": "notifInfo"
|
"background": "notif",
|
||||||
|
"borderColor": "notif"
|
||||||
},
|
},
|
||||||
"ToolWindowWarning": {
|
"ToolWindowWarning": {
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
@@ -786,7 +900,7 @@
|
|||||||
"lineSeparatorColor": "table"
|
"lineSeparatorColor": "table"
|
||||||
},
|
},
|
||||||
"PasswordField": {
|
"PasswordField": {
|
||||||
"background": "hc",
|
"background": "cs",
|
||||||
"capsLockIconColor": "accent",
|
"capsLockIconColor": "accent",
|
||||||
"caretForeground": "accent",
|
"caretForeground": "accent",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
@@ -796,6 +910,7 @@
|
|||||||
},
|
},
|
||||||
"Plugins": {
|
"Plugins": {
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
|
"borderColor": "border",
|
||||||
"disabledForeground": "dis",
|
"disabledForeground": "dis",
|
||||||
"eapTagBackground": "hl",
|
"eapTagBackground": "hl",
|
||||||
"hoverBackground": "hl",
|
"hoverBackground": "hl",
|
||||||
@@ -817,8 +932,11 @@
|
|||||||
"updateBorderColor": "button",
|
"updateBorderColor": "button",
|
||||||
"updateForeground": "fg"
|
"updateForeground": "fg"
|
||||||
},
|
},
|
||||||
|
"ScreenshotPagination": {
|
||||||
|
"CurrentImage.fillColor": "accent"
|
||||||
|
},
|
||||||
"SearchField": {
|
"SearchField": {
|
||||||
"background": "hc",
|
"background": "cs",
|
||||||
"borderColor": "border"
|
"borderColor": "border"
|
||||||
},
|
},
|
||||||
"SectionHeader": {
|
"SectionHeader": {
|
||||||
@@ -836,27 +954,38 @@
|
|||||||
},
|
},
|
||||||
"Popup": {
|
"Popup": {
|
||||||
"Advertiser": {
|
"Advertiser": {
|
||||||
|
"borderInsets": "6,20,6,20",
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"borderColor": "bg",
|
"borderColor": "bg",
|
||||||
"foreground": "accent"
|
"foreground": "accent"
|
||||||
},
|
},
|
||||||
|
"Body": {
|
||||||
|
"bottomInsetNoAd": 8,
|
||||||
|
"bottomInsetBeforeAd": 8,
|
||||||
|
"topInsetNoHeader": 8
|
||||||
|
},
|
||||||
"Border": {
|
"Border": {
|
||||||
"color": "cs",
|
"color": "cs",
|
||||||
"inactiveColor": "bg"
|
"inactiveColor": "bg"
|
||||||
},
|
},
|
||||||
|
"background": "notif",
|
||||||
"borderColor": "cs",
|
"borderColor": "cs",
|
||||||
|
"borderWidth": 0,
|
||||||
"inactiveBorderColor": "bg",
|
"inactiveBorderColor": "bg",
|
||||||
"innerBorderColor": "second",
|
"innerBorderColor": "second",
|
||||||
"Header": {
|
"Header": {
|
||||||
"activeBackground": "bg",
|
"activeBackground": "bg",
|
||||||
"inactiveBackground": "cs"
|
"inactiveBackground": "cs",
|
||||||
|
"inactiveForeground": "text"
|
||||||
},
|
},
|
||||||
"paintBorder": true,
|
"paintBorder": false,
|
||||||
"preferences": {
|
"preferences": {
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"borderColor": "bg",
|
"borderColor": "bg",
|
||||||
"foreground": "fg"
|
"foreground": "fg"
|
||||||
},
|
},
|
||||||
|
"Selection.arc": 8,
|
||||||
|
"Selection.leftRightInset": 8,
|
||||||
"Separator": {
|
"Separator": {
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"color": "border"
|
"color": "border"
|
||||||
@@ -872,13 +1001,24 @@
|
|||||||
},
|
},
|
||||||
"PopupMenu": {
|
"PopupMenu": {
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"border": "2,0,2,0",
|
"borderWidth": 1,
|
||||||
|
"border": "8,8,8,8",
|
||||||
|
"borderCornerRadius": 8,
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
|
"Selection": {
|
||||||
|
"arc": 8,
|
||||||
|
"innerInsets": "8,2,8,2"
|
||||||
|
},
|
||||||
"selectionBackground": "selBg",
|
"selectionBackground": "selBg",
|
||||||
"translucentBackground": "bg"
|
"translucentBackground": "bg"
|
||||||
},
|
},
|
||||||
"PopupMenuSeparator.height": 10,
|
"PopupMenuSeparator": {
|
||||||
"PopupMenuSeparator.stripeIndent": 5,
|
"height": 10,
|
||||||
|
"stripeWidth": 2,
|
||||||
|
"stripeIndent": 5,
|
||||||
|
"withToEdge": 4,
|
||||||
|
"borderCornerRadius": 8
|
||||||
|
},
|
||||||
"ProgressBar": {
|
"ProgressBar": {
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"foreground": "accent",
|
"foreground": "accent",
|
||||||
@@ -922,12 +1062,27 @@
|
|||||||
"selectionBackground": "selBg",
|
"selectionBackground": "selBg",
|
||||||
"selectionForeground": "selFg"
|
"selectionForeground": "selFg"
|
||||||
},
|
},
|
||||||
|
"ReviewList": {
|
||||||
|
"state.background": "second",
|
||||||
|
"state.foreground": "fg"
|
||||||
|
},
|
||||||
"RunWidget": {
|
"RunWidget": {
|
||||||
|
"background": "button",
|
||||||
|
"Debug.activeBackground": "hl",
|
||||||
|
"foreground": "fg",
|
||||||
|
"hoverBackground": "table",
|
||||||
|
"pressedBackground": "hl",
|
||||||
|
"Profile.activeBackground": "hl",
|
||||||
|
"runningBackground": "hl",
|
||||||
|
"runningForeground": "selFg",
|
||||||
|
"Run.activeBackground": "hl",
|
||||||
"Running": {
|
"Running": {
|
||||||
"background": "accent",
|
"background": "hl",
|
||||||
"leftHoverBackground": "accent70",
|
"foreground": "selFg",
|
||||||
"leftPressedBackground": "accent"
|
"leftHoverBackground": "hl",
|
||||||
}
|
"leftPressedBackground": "hl"
|
||||||
|
},
|
||||||
|
"separatorColor": "border"
|
||||||
},
|
},
|
||||||
"ScreenView.borderColor": "border",
|
"ScreenView.borderColor": "border",
|
||||||
"scrollbar": "bg",
|
"scrollbar": "bg",
|
||||||
@@ -971,8 +1126,9 @@
|
|||||||
},
|
},
|
||||||
"SearchEverywhere": {
|
"SearchEverywhere": {
|
||||||
"Advertiser": {
|
"Advertiser": {
|
||||||
"background": "cs",
|
"background": "bg",
|
||||||
"foreground": "text"
|
"foreground": "text",
|
||||||
|
"borderInsets": "10,20,10,20"
|
||||||
},
|
},
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"Dialog": {
|
"Dialog": {
|
||||||
@@ -989,11 +1145,12 @@
|
|||||||
"Separator.foreground": "text",
|
"Separator.foreground": "text",
|
||||||
"selectionBackground": "selBg",
|
"selectionBackground": "selBg",
|
||||||
"separatorColor": "border",
|
"separatorColor": "border",
|
||||||
"separatorForeground": "text"
|
"separatorForeground": "text",
|
||||||
|
"settingsBackground": "bg"
|
||||||
},
|
},
|
||||||
"SearchField": {
|
"SearchField": {
|
||||||
"Border.color": "hl",
|
"Border.color": "hl",
|
||||||
"background": "hc",
|
"background": "cs",
|
||||||
"borderColor": "hl",
|
"borderColor": "hl",
|
||||||
"grayForeground": "dis",
|
"grayForeground": "dis",
|
||||||
"infoForeground": "dis"
|
"infoForeground": "dis"
|
||||||
@@ -1015,8 +1172,13 @@
|
|||||||
"startColor": "accent"
|
"startColor": "accent"
|
||||||
},
|
},
|
||||||
"SearchField.errorBackground": "notif",
|
"SearchField.errorBackground": "notif",
|
||||||
|
"SearchFieldWithExtension": {
|
||||||
|
"background": "cs"
|
||||||
|
},
|
||||||
"SearchOption": {
|
"SearchOption": {
|
||||||
"selectedBackground": "table"
|
"selectedBackground": "table",
|
||||||
|
"selectedPressedBackground": "hl",
|
||||||
|
"selectedHoveredBackground": "hl"
|
||||||
},
|
},
|
||||||
"SearchResults": {
|
"SearchResults": {
|
||||||
"Ordinal.File.Foreground": "text",
|
"Ordinal.File.Foreground": "text",
|
||||||
@@ -1056,12 +1218,12 @@
|
|||||||
"SpeedSearch": {
|
"SpeedSearch": {
|
||||||
"background": "hl",
|
"background": "hl",
|
||||||
"borderColor": "border",
|
"borderColor": "border",
|
||||||
"errorForeground": "fg",
|
"errorForeground": "red",
|
||||||
"foreground": "fg"
|
"foreground": "fg"
|
||||||
},
|
},
|
||||||
"Spinner": {
|
"Spinner": {
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"border": "3,3,3,3",
|
"border": "4,4,4,4",
|
||||||
"disabledBackground": "excl",
|
"disabledBackground": "excl",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"selectionForeground": "activeFg"
|
"selectionForeground": "activeFg"
|
||||||
@@ -1077,15 +1239,17 @@
|
|||||||
"Breadcrumbs": {
|
"Breadcrumbs": {
|
||||||
"floatingBackground": "tree",
|
"floatingBackground": "tree",
|
||||||
"floatingForeground": "fg",
|
"floatingForeground": "fg",
|
||||||
|
"floatingToolbarInsets": "8,12,8,12",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"hoverBackground": "tree",
|
"hoverBackground": "tree",
|
||||||
"hoverForeground": "fg",
|
"hoverForeground": "fg",
|
||||||
|
"itemBackgroundInsets": "2,4,2,4",
|
||||||
"selectionBackground": "selBg",
|
"selectionBackground": "selBg",
|
||||||
"selectionForeground": "activeFg",
|
"selectionForeground": "activeFg",
|
||||||
"selectionInactiveBackground": "button",
|
"selectionInactiveBackground": "button",
|
||||||
"selectionInactiveForeground": "fg"
|
"selectionInactiveForeground": "fg"
|
||||||
},
|
},
|
||||||
"borderColor": "bg",
|
"borderColor": "border",
|
||||||
"bottomColor": "bg",
|
"bottomColor": "bg",
|
||||||
"hoverBackground": "hl",
|
"hoverBackground": "hl",
|
||||||
"top2Color": "bg",
|
"top2Color": "bg",
|
||||||
@@ -1096,7 +1260,8 @@
|
|||||||
"hoverBackground": "hl",
|
"hoverBackground": "hl",
|
||||||
"hoverForeground": "selFg",
|
"hoverForeground": "selFg",
|
||||||
"pressedBackground": "button",
|
"pressedBackground": "button",
|
||||||
"pressedForeground": "fg"
|
"pressedForeground": "fg",
|
||||||
|
"widgetInsets": "8,12,8,12"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"TabbedPane": {
|
"TabbedPane": {
|
||||||
@@ -1126,6 +1291,7 @@
|
|||||||
"shadow": "hc",
|
"shadow": "hc",
|
||||||
"tabHeight": 32,
|
"tabHeight": 32,
|
||||||
"tabInsets": "5,10,5,10",
|
"tabInsets": "5,10,5,10",
|
||||||
|
"tabSelectionArc": 4,
|
||||||
"tabSelectionHeight": 2,
|
"tabSelectionHeight": 2,
|
||||||
"tabsOverlapBorder": true,
|
"tabsOverlapBorder": true,
|
||||||
"underlineColor": "accent"
|
"underlineColor": "accent"
|
||||||
@@ -1134,13 +1300,13 @@
|
|||||||
"Table": {
|
"Table": {
|
||||||
"alternativeRowBackground": "cs",
|
"alternativeRowBackground": "cs",
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"cellNoFocusBorder": "10,5,10,5",
|
"cellNoFocusBorder": "16,4,16,4",
|
||||||
"disabledForeground": "dis",
|
"disabledForeground": "dis",
|
||||||
"dropLineColor": "accent",
|
"dropLineColor": "accent",
|
||||||
"dropLineShortColor": "accent",
|
"dropLineShortColor": "accent",
|
||||||
"focusCellBackground": "table",
|
"focusCellBackground": "table",
|
||||||
"focusCellForeground": "activeFg",
|
"focusCellForeground": "activeFg",
|
||||||
"focusCellHighlightBorder": "10,5,10,5",
|
"focusCellHighlightBorder": "18,6,18,6",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"gridColor": "bg",
|
"gridColor": "bg",
|
||||||
"highlightOuter": "table",
|
"highlightOuter": "table",
|
||||||
@@ -1150,6 +1316,7 @@
|
|||||||
"lightSelectionForeground": "activeFg",
|
"lightSelectionForeground": "activeFg",
|
||||||
"lightSelectionInactiveBackground": "second",
|
"lightSelectionInactiveBackground": "second",
|
||||||
"lightSelectionInactiveForeground": "text",
|
"lightSelectionInactiveForeground": "text",
|
||||||
|
"rowHeight": 32,
|
||||||
"selectionBackground": "table",
|
"selectionBackground": "table",
|
||||||
"selectionForeground": "activeFg",
|
"selectionForeground": "activeFg",
|
||||||
"selectionInactiveBackground": "table",
|
"selectionInactiveBackground": "table",
|
||||||
@@ -1160,14 +1327,14 @@
|
|||||||
},
|
},
|
||||||
"TableHeader": {
|
"TableHeader": {
|
||||||
"background": "button",
|
"background": "button",
|
||||||
|
"bottomSeparatorColor": "border",
|
||||||
"borderColor": "hl",
|
"borderColor": "hl",
|
||||||
"bottomSeparatorColor": "hl",
|
"cellBorder": "6,0,6,0",
|
||||||
"cellBorder": "4,0,4,0",
|
|
||||||
"disabledForeground": "dis",
|
"disabledForeground": "dis",
|
||||||
"focusCellBackground": "table",
|
"focusCellBackground": "table",
|
||||||
"focusCellForeground": "activeFg",
|
"focusCellForeground": "activeFg",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"height": 25,
|
"height": 32,
|
||||||
"hoverBackground": "hl",
|
"hoverBackground": "hl",
|
||||||
"separatorColor": "border"
|
"separatorColor": "border"
|
||||||
},
|
},
|
||||||
@@ -1182,7 +1349,7 @@
|
|||||||
"textHighlightText": "activeFg",
|
"textHighlightText": "activeFg",
|
||||||
"textText": "text",
|
"textText": "text",
|
||||||
"TextArea": {
|
"TextArea": {
|
||||||
"background": "hc",
|
"background": "cs",
|
||||||
"caretForeground": "accent",
|
"caretForeground": "accent",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"inactiveForeground": "dis",
|
"inactiveForeground": "dis",
|
||||||
@@ -1190,7 +1357,7 @@
|
|||||||
"selectionForeground": "activeFg"
|
"selectionForeground": "activeFg"
|
||||||
},
|
},
|
||||||
"TextField": {
|
"TextField": {
|
||||||
"background": "hc",
|
"background": "cs",
|
||||||
"borderColor": "bg",
|
"borderColor": "bg",
|
||||||
"caretForeground": "accent",
|
"caretForeground": "accent",
|
||||||
"disabledBackground": "excl",
|
"disabledBackground": "excl",
|
||||||
@@ -1205,15 +1372,21 @@
|
|||||||
"separatorColorDisabled": "bg"
|
"separatorColorDisabled": "bg"
|
||||||
},
|
},
|
||||||
"TextPane": {
|
"TextPane": {
|
||||||
"background": "hc",
|
"background": "cs",
|
||||||
"caretForeground": "accent",
|
"caretForeground": "accent",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"inactiveForeground": "dis",
|
"inactiveForeground": "dis",
|
||||||
"selectionBackground": "table",
|
"selectionBackground": "table",
|
||||||
"selectionForeground": "activeFg"
|
"selectionForeground": "activeFg"
|
||||||
},
|
},
|
||||||
|
"TipOfTheDay": {
|
||||||
|
"Image.borderColor": "border"
|
||||||
|
},
|
||||||
"TitlePane": {
|
"TitlePane": {
|
||||||
"Button.hoverBackground": "hl",
|
"Button": {
|
||||||
|
"hoverBackground": "hl",
|
||||||
|
"preferredSize": "48,40"
|
||||||
|
},
|
||||||
"background": "hc",
|
"background": "hc",
|
||||||
"inactiveBackground": "bg",
|
"inactiveBackground": "bg",
|
||||||
"inactiveInfoForeground": "dis",
|
"inactiveInfoForeground": "dis",
|
||||||
@@ -1240,7 +1413,9 @@
|
|||||||
"borderHandleColor": "text",
|
"borderHandleColor": "text",
|
||||||
"comboBoxButtonBackground": "button",
|
"comboBoxButtonBackground": "button",
|
||||||
"floatingForeground": "text",
|
"floatingForeground": "text",
|
||||||
"foreground": "fg"
|
"foreground": "fg",
|
||||||
|
"verticalToolbarInsets": "6,6,6,6",
|
||||||
|
"horizontalToolbarInsets": "6,6,6,6"
|
||||||
},
|
},
|
||||||
"ToolbarComboWidget": {
|
"ToolbarComboWidget": {
|
||||||
"background": "button",
|
"background": "button",
|
||||||
@@ -1252,6 +1427,7 @@
|
|||||||
"description.title.text.color": "fg"
|
"description.title.text.color": "fg"
|
||||||
},
|
},
|
||||||
"ToolTip": {
|
"ToolTip": {
|
||||||
|
"arc": 6,
|
||||||
"actions": {
|
"actions": {
|
||||||
"background": "bg"
|
"background": "bg"
|
||||||
},
|
},
|
||||||
@@ -1262,8 +1438,10 @@
|
|||||||
},
|
},
|
||||||
"background": "notif",
|
"background": "notif",
|
||||||
"borderColor": "border",
|
"borderColor": "border",
|
||||||
|
"borderCornerRadius": 8,
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"infoForeground": "text",
|
"infoForeground": "text",
|
||||||
|
"linkForeground": "accent",
|
||||||
"Learning": {
|
"Learning": {
|
||||||
"background": "accent",
|
"background": "accent",
|
||||||
"borderColor": "accent",
|
"borderColor": "accent",
|
||||||
@@ -1284,6 +1462,10 @@
|
|||||||
"background": "hc",
|
"background": "hc",
|
||||||
"Button": {
|
"Button": {
|
||||||
"hoverBackground": "table",
|
"hoverBackground": "table",
|
||||||
|
"DragAndDrop": {
|
||||||
|
"stripeBackground": "cs",
|
||||||
|
"buttonDropBackground": "accent70"
|
||||||
|
},
|
||||||
"selectedBackground": "cs",
|
"selectedBackground": "cs",
|
||||||
"selectedForeground": "activeFg"
|
"selectedForeground": "activeFg"
|
||||||
},
|
},
|
||||||
@@ -1296,6 +1478,7 @@
|
|||||||
"tab.selected.background": "cs"
|
"tab.selected.background": "cs"
|
||||||
},
|
},
|
||||||
"Header": {
|
"Header": {
|
||||||
|
"height": 42,
|
||||||
"background": "second",
|
"background": "second",
|
||||||
"borderColor": "second",
|
"borderColor": "second",
|
||||||
"inactiveBackground": "bg"
|
"inactiveBackground": "bg"
|
||||||
@@ -1308,13 +1491,17 @@
|
|||||||
"hoverBackground": "hl",
|
"hoverBackground": "hl",
|
||||||
"hoverInactiveBackground": "hl",
|
"hoverInactiveBackground": "hl",
|
||||||
"inactiveUnderlineColor": "accent",
|
"inactiveUnderlineColor": "accent",
|
||||||
|
"leftRightInsets": "0,12,0,12",
|
||||||
"selectedBackground": "cs",
|
"selectedBackground": "cs",
|
||||||
"selectedInactiveBackground": "cs",
|
"selectedInactiveBackground": "cs",
|
||||||
|
"underlineArc": 4,
|
||||||
"underlineColor": "accent",
|
"underlineColor": "accent",
|
||||||
|
"underlineHeight": 3,
|
||||||
"underlinedTabBackground": "table",
|
"underlinedTabBackground": "table",
|
||||||
"underlinedTabForeground": "selFg",
|
"underlinedTabForeground": "selFg",
|
||||||
"underlinedTabInactiveBackground": "hc",
|
"underlinedTabInactiveBackground": "hc",
|
||||||
"underlinedTabInactiveForeground": "fg"
|
"underlinedTabInactiveForeground": "fg",
|
||||||
|
"verticalPadding": 6
|
||||||
},
|
},
|
||||||
"inactive": {
|
"inactive": {
|
||||||
"Header.background": "bg",
|
"Header.background": "bg",
|
||||||
@@ -1322,13 +1509,15 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"Tree": {
|
"Tree": {
|
||||||
|
"border": "4,12,4,12",
|
||||||
"background": "hc",
|
"background": "hc",
|
||||||
"foreground": "text",
|
"foreground": "text",
|
||||||
|
"errorForeground": "red",
|
||||||
"hash": "border",
|
"hash": "border",
|
||||||
"hoverBackground": "tree",
|
"hoverBackground": "tree",
|
||||||
"hoverInactiveBackground": "table",
|
"hoverInactiveBackground": "table",
|
||||||
"modifiedItemForeground": "accent",
|
"modifiedItemForeground": "accent",
|
||||||
"rowHeight": 28,
|
"rowHeight": "28",
|
||||||
"selectionBackground": "tree",
|
"selectionBackground": "tree",
|
||||||
"selectionForeground": "selFg",
|
"selectionForeground": "selFg",
|
||||||
"selectionInactiveBackground": "tree",
|
"selectionInactiveBackground": "tree",
|
||||||
@@ -1355,7 +1544,6 @@
|
|||||||
"hoverBorderColor": "hl"
|
"hoverBorderColor": "hl"
|
||||||
},
|
},
|
||||||
"Label.foreground": "text",
|
"Label.foreground": "text",
|
||||||
"List.selectionBackground": "tree",
|
|
||||||
"highStroke.foreground": "fg",
|
"highStroke.foreground": "fg",
|
||||||
"motion": {
|
"motion": {
|
||||||
"AddConstraintColor": "accent",
|
"AddConstraintColor": "accent",
|
||||||
@@ -1392,6 +1580,35 @@
|
|||||||
"ourML_BarColor.separatorColor": "border",
|
"ourML_BarColor.separatorColor": "border",
|
||||||
"timeLine.disabledBorderColor": "border"
|
"timeLine.disabledBorderColor": "border"
|
||||||
},
|
},
|
||||||
|
"PackageDetails": {
|
||||||
|
"border": "accent",
|
||||||
|
"infoBanner": "accent"
|
||||||
|
},
|
||||||
|
"PackageSearch": {
|
||||||
|
"PackagesList.rowHeight": 28,
|
||||||
|
"PackageTag": {
|
||||||
|
"background": "excl",
|
||||||
|
"foreground": "fg",
|
||||||
|
"hoverBackground": "tree",
|
||||||
|
"selectedBackground": "selBg",
|
||||||
|
"selectedForeground": "selFg"
|
||||||
|
},
|
||||||
|
"PackageTagSelected": {
|
||||||
|
"background": "selBg",
|
||||||
|
"foreground": "selFg"
|
||||||
|
},
|
||||||
|
"SearchResult": {
|
||||||
|
"background": "cs",
|
||||||
|
"hoverBackground": "tree",
|
||||||
|
"PackageTag": {
|
||||||
|
"background": "excl",
|
||||||
|
"foreground": "fg",
|
||||||
|
"hoverBackground": "tree",
|
||||||
|
"selectedBackground": "selBg",
|
||||||
|
"selectedForeground": "selFg"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"Panel": {
|
"Panel": {
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"borderColor": "border",
|
"borderColor": "border",
|
||||||
@@ -1418,7 +1635,7 @@
|
|||||||
},
|
},
|
||||||
"VersionControl": {
|
"VersionControl": {
|
||||||
"FileHistory.Commit": {
|
"FileHistory.Commit": {
|
||||||
"otherBranchBackground": "bg",
|
"otherBranchBackground": "excl",
|
||||||
"selectedBranchBackground": "bg"
|
"selectedBranchBackground": "bg"
|
||||||
},
|
},
|
||||||
"GitCommits": {
|
"GitCommits": {
|
||||||
@@ -1443,9 +1660,15 @@
|
|||||||
"Commit": {
|
"Commit": {
|
||||||
"currentBranchBackground": "cs",
|
"currentBranchBackground": "cs",
|
||||||
"hoveredBackground": "tree",
|
"hoveredBackground": "tree",
|
||||||
|
"rowHeight": 28,
|
||||||
"unmatchedForeground": "text"
|
"unmatchedForeground": "text"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"MarkerPopup": {
|
||||||
|
"borderColor": "border",
|
||||||
|
"borderInsets": "6,8,6,10",
|
||||||
|
"Toolbar.background": "hl"
|
||||||
|
},
|
||||||
"Ref": {
|
"Ref": {
|
||||||
"backgroundBase": "hl",
|
"backgroundBase": "hl",
|
||||||
"foreground": "activeFg"
|
"foreground": "activeFg"
|
||||||
@@ -1455,6 +1678,11 @@
|
|||||||
"foreground": "activeFg"
|
"foreground": "activeFg"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"UnattendedHostStatus": {
|
||||||
|
"warningBackground": "yellow",
|
||||||
|
"warningForeground": "activeFg",
|
||||||
|
"dangerBackground": "red"
|
||||||
|
},
|
||||||
"Viewport": {
|
"Viewport": {
|
||||||
"background": "hc",
|
"background": "hc",
|
||||||
"foreground": "fg"
|
"foreground": "fg"
|
||||||
|
|||||||
@@ -22,7 +22,7 @@
|
|||||||
"cs": "#262b33",
|
"cs": "#262b33",
|
||||||
"button": "#383C4A",
|
"button": "#383C4A",
|
||||||
"table": "#41416A",
|
"table": "#41416A",
|
||||||
"tree": "#09477170",
|
"tree": "#0f3d56",
|
||||||
"hl": "#444A58",
|
"hl": "#444A58",
|
||||||
"notif": "#262a33",
|
"notif": "#262a33",
|
||||||
"hc": "#2f343f",
|
"hc": "#2f343f",
|
||||||
@@ -73,6 +73,10 @@
|
|||||||
"pressedBackground": "accent50",
|
"pressedBackground": "accent50",
|
||||||
"pressedBorderColor": "accent50"
|
"pressedBorderColor": "accent50"
|
||||||
},
|
},
|
||||||
|
"ActionsList": {
|
||||||
|
"icon.gap": 12,
|
||||||
|
"mnemonic.icon.gap": 12
|
||||||
|
},
|
||||||
"ActionToolbar": {
|
"ActionToolbar": {
|
||||||
"background": "hc"
|
"background": "hc"
|
||||||
},
|
},
|
||||||
@@ -127,8 +131,9 @@
|
|||||||
"BookmarkIcon.background": "accent",
|
"BookmarkIcon.background": "accent",
|
||||||
"Borders.ContrastBorderColor": "bg",
|
"Borders.ContrastBorderColor": "bg",
|
||||||
"Borders.color": "border",
|
"Borders.color": "border",
|
||||||
|
"Breakpoint.iconHoverAlpha": 0.35,
|
||||||
"Button": {
|
"Button": {
|
||||||
"arc": 0,
|
"arc": 8,
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"darcula": {
|
"darcula": {
|
||||||
"borderColor": "button",
|
"borderColor": "button",
|
||||||
@@ -181,7 +186,10 @@
|
|||||||
"shadowColor": "shadow",
|
"shadowColor": "shadow",
|
||||||
"shadowWidth": 0,
|
"shadowWidth": 0,
|
||||||
"startBackground": "table",
|
"startBackground": "table",
|
||||||
"startBorderColor": "button"
|
"startBorderColor": "button",
|
||||||
|
"ToolWindow": {
|
||||||
|
"arc": 40
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"Canvas": {
|
"Canvas": {
|
||||||
"Tooltip.background": "notif",
|
"Tooltip.background": "notif",
|
||||||
@@ -256,6 +264,32 @@
|
|||||||
"accessDot": "accent",
|
"accessDot": "accent",
|
||||||
"dropdownBorder": "second",
|
"dropdownBorder": "second",
|
||||||
"pillBackground": "second"
|
"pillBackground": "second"
|
||||||
|
},
|
||||||
|
"Users": {
|
||||||
|
"1": {
|
||||||
|
"Background": "green",
|
||||||
|
"Foreground": "fg"
|
||||||
|
},
|
||||||
|
"2": {
|
||||||
|
"Background": "blue",
|
||||||
|
"Foreground": "fg"
|
||||||
|
},
|
||||||
|
"3": {
|
||||||
|
"Background": "red",
|
||||||
|
"Foreground": "fg"
|
||||||
|
},
|
||||||
|
"4": {
|
||||||
|
"Background": "purple",
|
||||||
|
"Foreground": "fg"
|
||||||
|
},
|
||||||
|
"5": {
|
||||||
|
"Background": "yellow",
|
||||||
|
"Foreground": "fg"
|
||||||
|
},
|
||||||
|
"6": {
|
||||||
|
"Background": "orange",
|
||||||
|
"Foreground": "fg"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"ColorChooser": {
|
"ColorChooser": {
|
||||||
@@ -293,7 +327,13 @@
|
|||||||
"selectionBackground": "table",
|
"selectionBackground": "table",
|
||||||
"selectionForeground": "activeFg"
|
"selectionForeground": "activeFg"
|
||||||
},
|
},
|
||||||
|
"ComboPopup.border": "1,1,1,1,#5294E2",
|
||||||
"CompletionPopup": {
|
"CompletionPopup": {
|
||||||
|
"Advertiser": {
|
||||||
|
"background": "bg",
|
||||||
|
"foreground": "fg",
|
||||||
|
"borderInsets": "8,12,8,12"
|
||||||
|
},
|
||||||
"background": "second",
|
"background": "second",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"grayForeground": "text",
|
"grayForeground": "text",
|
||||||
@@ -313,8 +353,12 @@
|
|||||||
"selectionInactiveInfoForeground": "text",
|
"selectionInactiveInfoForeground": "text",
|
||||||
"selectionInfoForeground": "selFg"
|
"selectionInfoForeground": "selFg"
|
||||||
},
|
},
|
||||||
|
"ComplexPopup": {
|
||||||
|
"Header.background": "notif"
|
||||||
|
},
|
||||||
"Component": {
|
"Component": {
|
||||||
"arc": 4,
|
"arc": 4,
|
||||||
|
"focusWidth": 2,
|
||||||
"borderColor": "hl",
|
"borderColor": "hl",
|
||||||
"disabledBorderColor": "dis",
|
"disabledBorderColor": "dis",
|
||||||
"focusColor": "accent",
|
"focusColor": "accent",
|
||||||
@@ -351,6 +395,7 @@
|
|||||||
},
|
},
|
||||||
"desktop": "hc",
|
"desktop": "hc",
|
||||||
"Debugger": {
|
"Debugger": {
|
||||||
|
"EvaluateExpression.background": "bg",
|
||||||
"Variables": {
|
"Variables": {
|
||||||
"changedValueForeground": "accent",
|
"changedValueForeground": "accent",
|
||||||
"collectingDataForeground": "text",
|
"collectingDataForeground": "text",
|
||||||
@@ -358,13 +403,15 @@
|
|||||||
"evaluatingExpressionForeground": "text",
|
"evaluatingExpressionForeground": "text",
|
||||||
"exceptionForeground": "yellow",
|
"exceptionForeground": "yellow",
|
||||||
"modifyingValueForeground": "accent",
|
"modifyingValueForeground": "accent",
|
||||||
"valueForeground": "accent"
|
"valueForeground": "accent",
|
||||||
|
"typeForeground": "text"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"DebuggerTabs": {
|
"DebuggerTabs": {
|
||||||
"active.background": "hl",
|
"active.background": "hl",
|
||||||
"selectedBackground": "hl",
|
"selectedBackground": "hl",
|
||||||
"underlinedTabBackground": "table"
|
"underlinedTabBackground": "table",
|
||||||
|
"underlineHeight": 2
|
||||||
},
|
},
|
||||||
"DebuggerPopup": {
|
"DebuggerPopup": {
|
||||||
"borderColor": "bg"
|
"borderColor": "bg"
|
||||||
@@ -380,6 +427,7 @@
|
|||||||
"inactiveMaskColor": "hc",
|
"inactiveMaskColor": "hc",
|
||||||
"inactiveUnderlineColor": "accent",
|
"inactiveUnderlineColor": "accent",
|
||||||
"underlineColor": "accent",
|
"underlineColor": "accent",
|
||||||
|
"underlineHeight": 3,
|
||||||
"underlinedTabBackground": "table",
|
"underlinedTabBackground": "table",
|
||||||
"underlinedTabForeground": "selFg"
|
"underlinedTabForeground": "selFg"
|
||||||
},
|
},
|
||||||
@@ -398,13 +446,21 @@
|
|||||||
"backgroundBorderColor": "bg",
|
"backgroundBorderColor": "bg",
|
||||||
"backgroundColor": "bg",
|
"backgroundColor": "bg",
|
||||||
"borderColor": "accent",
|
"borderColor": "accent",
|
||||||
"foregroundColor": "fg"
|
"foregroundColor": "fg",
|
||||||
|
"rowBackground": "accent70"
|
||||||
},
|
},
|
||||||
"dropArea.base": "accent",
|
"dropArea.base": "accent",
|
||||||
"Editor": {
|
"Editor": {
|
||||||
"background": "hc",
|
"background": "hc",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"shortcutForeground": "text"
|
"shortcutForeground": "text",
|
||||||
|
"SearchField": {
|
||||||
|
"background": "cs",
|
||||||
|
"borderInsets": "8,12,8,12"
|
||||||
|
},
|
||||||
|
"Toolbar": {
|
||||||
|
"borderColor": "border"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"EditorGroupsTabs": {
|
"EditorGroupsTabs": {
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
@@ -423,7 +479,8 @@
|
|||||||
"inactiveBackground": "bg",
|
"inactiveBackground": "bg",
|
||||||
"inactiveForeground": "dis",
|
"inactiveForeground": "dis",
|
||||||
"selectionBackground": "selBg",
|
"selectionBackground": "selBg",
|
||||||
"selectionForeground": "activeFg"
|
"selectionForeground": "activeFg",
|
||||||
|
"splitBorder": "border"
|
||||||
},
|
},
|
||||||
"EditorTabs": {
|
"EditorTabs": {
|
||||||
"active.background": "table",
|
"active.background": "table",
|
||||||
@@ -441,7 +498,10 @@
|
|||||||
"inactiveUnderlineColor": "dis",
|
"inactiveUnderlineColor": "dis",
|
||||||
"selectedBackground": "table",
|
"selectedBackground": "table",
|
||||||
"selectedForeground": "fg",
|
"selectedForeground": "fg",
|
||||||
|
"tabInsets": "-10,10,-10,10",
|
||||||
"underlineColor": "accent",
|
"underlineColor": "accent",
|
||||||
|
"underlineHeight": 3,
|
||||||
|
"underlineArc": 4,
|
||||||
"underlinedTabBackground": "table",
|
"underlinedTabBackground": "table",
|
||||||
"underlinedTabForeground": "selFg"
|
"underlinedTabForeground": "selFg"
|
||||||
},
|
},
|
||||||
@@ -472,7 +532,7 @@
|
|||||||
"defaultButtonBorderColor": "accent"
|
"defaultButtonBorderColor": "accent"
|
||||||
},
|
},
|
||||||
"FormattedTextField": {
|
"FormattedTextField": {
|
||||||
"background": "hc",
|
"background": "cs",
|
||||||
"caretForeground": "accent",
|
"caretForeground": "accent",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"inactiveBackground": "button",
|
"inactiveBackground": "button",
|
||||||
@@ -509,6 +569,9 @@
|
|||||||
"disabledSeparatorColor": "border",
|
"disabledSeparatorColor": "border",
|
||||||
"separatorColor": "border"
|
"separatorColor": "border"
|
||||||
},
|
},
|
||||||
|
"Gutter": {
|
||||||
|
"VcsChanges.width": 4
|
||||||
|
},
|
||||||
"GutterTooltip": {
|
"GutterTooltip": {
|
||||||
"borderColor": "bg",
|
"borderColor": "bg",
|
||||||
"infoForeground": "text",
|
"infoForeground": "text",
|
||||||
@@ -522,11 +585,14 @@
|
|||||||
"background": "bg",
|
"background": "bg",
|
||||||
"backgroundColor": "bg",
|
"backgroundColor": "bg",
|
||||||
"borderColor": "border",
|
"borderColor": "border",
|
||||||
|
"defaultTextBorderInsets": "16,16,16,16",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"infoForeground": "text",
|
"infoForeground": "text",
|
||||||
"shortcutForeground": "text",
|
"shortcutForeground": "text",
|
||||||
"shortcutTextColor": "text",
|
"shortcutTextColor": "text",
|
||||||
"textColor": "fg"
|
"smallTextBorderInsets": "8,12,8,12",
|
||||||
|
"textColor": "fg",
|
||||||
|
"verticalGap": 8
|
||||||
},
|
},
|
||||||
"Hg.Log.Ref": {
|
"Hg.Log.Ref": {
|
||||||
"Branch": "accent",
|
"Branch": "accent",
|
||||||
@@ -594,6 +660,7 @@
|
|||||||
"link": "accent",
|
"link": "accent",
|
||||||
"Link": {
|
"Link": {
|
||||||
"activeForeground": "accent",
|
"activeForeground": "accent",
|
||||||
|
"focusedBorderColor": "accent",
|
||||||
"hoverForeground": "accent",
|
"hoverForeground": "accent",
|
||||||
"pressedForeground": "accent",
|
"pressedForeground": "accent",
|
||||||
"secondaryForeground": "text",
|
"secondaryForeground": "text",
|
||||||
@@ -605,27 +672,61 @@
|
|||||||
"link.visited.foreground": "accent",
|
"link.visited.foreground": "accent",
|
||||||
"List": {
|
"List": {
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
|
"Button": {
|
||||||
|
"hoverBackground": "hl",
|
||||||
|
"leftRightInset": 8,
|
||||||
|
"separatorColor": "border",
|
||||||
|
"separatorInset": 4
|
||||||
|
},
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"hoverBackground": "hl",
|
"hoverBackground": "hl",
|
||||||
"hoverInactiveBackground": "table",
|
"hoverInactiveBackground": "table",
|
||||||
|
"Line.hoverBackground": "selBg",
|
||||||
|
"rowHeight": "28",
|
||||||
|
"selectionBackground": "tree",
|
||||||
"selectionForeground": "selFg",
|
"selectionForeground": "selFg",
|
||||||
"selectionInactiveBackground": "table",
|
"selectionInactiveBackground": "table",
|
||||||
"selectionInactiveForeground": "activeFg"
|
"selectionInactiveForeground": "activeFg",
|
||||||
|
"Tag": {
|
||||||
|
"background": "button",
|
||||||
|
"foreground": "fg"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"LiveIndicator": {
|
"LiveIndicator": {
|
||||||
"color": "accent"
|
"color": "accent"
|
||||||
},
|
},
|
||||||
|
"macOSWindow.Title": {
|
||||||
|
"height": 30,
|
||||||
|
"heightSmall": 20
|
||||||
|
},
|
||||||
|
"MainMenu": {
|
||||||
|
"background": "hc",
|
||||||
|
"foreground": "fg",
|
||||||
|
"selectionForeground": "activeFg",
|
||||||
|
"selectionBackground": "selBg"
|
||||||
|
},
|
||||||
"MainToolbar": {
|
"MainToolbar": {
|
||||||
"Dropdown.background": "bg",
|
|
||||||
"Dropdown.hoverBackground": "border",
|
|
||||||
"Dropdown.pressedBackground": "table",
|
|
||||||
"Icon.background": "bg",
|
|
||||||
"Icon.hoverBackground": "border",
|
|
||||||
"Icon.pressedBackground": "table",
|
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"hoverBackground": "border",
|
"Button": {
|
||||||
|
"buttonInsets": "0,0,0,0"
|
||||||
|
},
|
||||||
|
"Dropdown": {
|
||||||
|
"borderInsets": "6,12,6,12",
|
||||||
|
"background": "bg",
|
||||||
|
"foreground": "fg",
|
||||||
|
"hoverBackground": "hl",
|
||||||
|
"pressedBackground": "table"
|
||||||
|
},
|
||||||
|
"hoverBackground": "hl",
|
||||||
|
"Icon": {
|
||||||
|
"borderInsets": "10,10,10,10",
|
||||||
|
"background": "bg",
|
||||||
|
"hoverBackground": "hl",
|
||||||
|
"pressedBackground": "table"
|
||||||
|
},
|
||||||
"inactiveBackground": "bg",
|
"inactiveBackground": "bg",
|
||||||
"pressedBackground": "table"
|
"pressedBackground": "table",
|
||||||
|
"separatorColor": "border"
|
||||||
},
|
},
|
||||||
"material": {
|
"material": {
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
@@ -652,11 +753,15 @@
|
|||||||
"acceleratorForeground": "text",
|
"acceleratorForeground": "text",
|
||||||
"acceleratorSelectionForeground": "activeFg",
|
"acceleratorSelectionForeground": "activeFg",
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"border": "4,2,4,2",
|
"border": "8,8,8,8",
|
||||||
"borderColor": "second",
|
"borderColor": "second",
|
||||||
"disabledBackground": "second",
|
"disabledBackground": "second",
|
||||||
"disabledForeground": "dis",
|
"disabledForeground": "dis",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
|
"Selection": {
|
||||||
|
"arc": 8,
|
||||||
|
"innerInsets": "8,2,8,2"
|
||||||
|
},
|
||||||
"selectionBackground": "selBg",
|
"selectionBackground": "selBg",
|
||||||
"selectionForeground": "activeFg",
|
"selectionForeground": "activeFg",
|
||||||
"separatorColor": "border"
|
"separatorColor": "border"
|
||||||
@@ -676,7 +781,7 @@
|
|||||||
"acceleratorForeground": "text",
|
"acceleratorForeground": "text",
|
||||||
"acceleratorSelectionForeground": "activeFg",
|
"acceleratorSelectionForeground": "activeFg",
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"border": "4,2,4,2",
|
"border": "8,8,8,8",
|
||||||
"disabledBackground": "bg",
|
"disabledBackground": "bg",
|
||||||
"disabledForeground": "dis",
|
"disabledForeground": "dis",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
@@ -699,11 +804,13 @@
|
|||||||
"background": "bg"
|
"background": "bg"
|
||||||
},
|
},
|
||||||
"SearchField": {
|
"SearchField": {
|
||||||
"background": "hc"
|
"background": "cs"
|
||||||
}
|
},
|
||||||
|
"separatorWidth": 6
|
||||||
},
|
},
|
||||||
"NewPSD.warning": "accent",
|
"NewPSD.warning": "accent",
|
||||||
"Notification": {
|
"Notification": {
|
||||||
|
"arc": 16,
|
||||||
"Error.foreground": "accent",
|
"Error.foreground": "accent",
|
||||||
"Link.foreground": "accent",
|
"Link.foreground": "accent",
|
||||||
"background": "notif",
|
"background": "notif",
|
||||||
@@ -719,12 +826,18 @@
|
|||||||
"innerBorderColor": "button"
|
"innerBorderColor": "button"
|
||||||
},
|
},
|
||||||
"ToolWindow": {
|
"ToolWindow": {
|
||||||
|
"Button.DragAndDrop": {
|
||||||
|
"buttonFloatingBackground": "button",
|
||||||
|
"stripeBackground": "bg"
|
||||||
|
},
|
||||||
"errorBackground": "notifError",
|
"errorBackground": "notifError",
|
||||||
"errorBorderColor": "notifError",
|
"errorBorderColor": "notifError",
|
||||||
"errorForeground": "fg",
|
"errorForeground": "fg",
|
||||||
|
"infoBackground": "notif",
|
||||||
|
"infoBorderColor": "notif",
|
||||||
"infoForeground": "fg",
|
"infoForeground": "fg",
|
||||||
"informativeBackground": "notifInfo",
|
"informativeBackground": "notif",
|
||||||
"informativeBorderColor": "notifInfo",
|
"informativeBorderColor": "notif",
|
||||||
"informativeForeground": "fg",
|
"informativeForeground": "fg",
|
||||||
"warningBackground": "notifWarn",
|
"warningBackground": "notifWarn",
|
||||||
"warningBorderColor": "notifWarn",
|
"warningBorderColor": "notifWarn",
|
||||||
@@ -736,7 +849,8 @@
|
|||||||
},
|
},
|
||||||
"ToolWindowInfo": {
|
"ToolWindowInfo": {
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"background": "notifInfo"
|
"background": "notif",
|
||||||
|
"borderColor": "notif"
|
||||||
},
|
},
|
||||||
"ToolWindowWarning": {
|
"ToolWindowWarning": {
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
@@ -786,7 +900,7 @@
|
|||||||
"lineSeparatorColor": "table"
|
"lineSeparatorColor": "table"
|
||||||
},
|
},
|
||||||
"PasswordField": {
|
"PasswordField": {
|
||||||
"background": "hc",
|
"background": "cs",
|
||||||
"capsLockIconColor": "accent",
|
"capsLockIconColor": "accent",
|
||||||
"caretForeground": "accent",
|
"caretForeground": "accent",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
@@ -796,6 +910,7 @@
|
|||||||
},
|
},
|
||||||
"Plugins": {
|
"Plugins": {
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
|
"borderColor": "border",
|
||||||
"disabledForeground": "dis",
|
"disabledForeground": "dis",
|
||||||
"eapTagBackground": "hl",
|
"eapTagBackground": "hl",
|
||||||
"hoverBackground": "hl",
|
"hoverBackground": "hl",
|
||||||
@@ -817,8 +932,11 @@
|
|||||||
"updateBorderColor": "button",
|
"updateBorderColor": "button",
|
||||||
"updateForeground": "fg"
|
"updateForeground": "fg"
|
||||||
},
|
},
|
||||||
|
"ScreenshotPagination": {
|
||||||
|
"CurrentImage.fillColor": "accent"
|
||||||
|
},
|
||||||
"SearchField": {
|
"SearchField": {
|
||||||
"background": "hc",
|
"background": "cs",
|
||||||
"borderColor": "border"
|
"borderColor": "border"
|
||||||
},
|
},
|
||||||
"SectionHeader": {
|
"SectionHeader": {
|
||||||
@@ -836,27 +954,38 @@
|
|||||||
},
|
},
|
||||||
"Popup": {
|
"Popup": {
|
||||||
"Advertiser": {
|
"Advertiser": {
|
||||||
|
"borderInsets": "6,20,6,20",
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"borderColor": "bg",
|
"borderColor": "bg",
|
||||||
"foreground": "accent"
|
"foreground": "accent"
|
||||||
},
|
},
|
||||||
|
"Body": {
|
||||||
|
"bottomInsetNoAd": 8,
|
||||||
|
"bottomInsetBeforeAd": 8,
|
||||||
|
"topInsetNoHeader": 8
|
||||||
|
},
|
||||||
"Border": {
|
"Border": {
|
||||||
"color": "cs",
|
"color": "cs",
|
||||||
"inactiveColor": "bg"
|
"inactiveColor": "bg"
|
||||||
},
|
},
|
||||||
|
"background": "notif",
|
||||||
"borderColor": "cs",
|
"borderColor": "cs",
|
||||||
|
"borderWidth": 0,
|
||||||
"inactiveBorderColor": "bg",
|
"inactiveBorderColor": "bg",
|
||||||
"innerBorderColor": "second",
|
"innerBorderColor": "second",
|
||||||
"Header": {
|
"Header": {
|
||||||
"activeBackground": "bg",
|
"activeBackground": "bg",
|
||||||
"inactiveBackground": "cs"
|
"inactiveBackground": "cs",
|
||||||
|
"inactiveForeground": "text"
|
||||||
},
|
},
|
||||||
"paintBorder": true,
|
"paintBorder": false,
|
||||||
"preferences": {
|
"preferences": {
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"borderColor": "bg",
|
"borderColor": "bg",
|
||||||
"foreground": "fg"
|
"foreground": "fg"
|
||||||
},
|
},
|
||||||
|
"Selection.arc": 8,
|
||||||
|
"Selection.leftRightInset": 8,
|
||||||
"Separator": {
|
"Separator": {
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"color": "border"
|
"color": "border"
|
||||||
@@ -872,13 +1001,24 @@
|
|||||||
},
|
},
|
||||||
"PopupMenu": {
|
"PopupMenu": {
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"border": "2,0,2,0",
|
"borderWidth": 1,
|
||||||
|
"border": "8,8,8,8",
|
||||||
|
"borderCornerRadius": 8,
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
|
"Selection": {
|
||||||
|
"arc": 8,
|
||||||
|
"innerInsets": "8,2,8,2"
|
||||||
|
},
|
||||||
"selectionBackground": "selBg",
|
"selectionBackground": "selBg",
|
||||||
"translucentBackground": "bg"
|
"translucentBackground": "bg"
|
||||||
},
|
},
|
||||||
"PopupMenuSeparator.height": 10,
|
"PopupMenuSeparator": {
|
||||||
"PopupMenuSeparator.stripeIndent": 5,
|
"height": 10,
|
||||||
|
"stripeWidth": 2,
|
||||||
|
"stripeIndent": 5,
|
||||||
|
"withToEdge": 4,
|
||||||
|
"borderCornerRadius": 8
|
||||||
|
},
|
||||||
"ProgressBar": {
|
"ProgressBar": {
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"foreground": "accent",
|
"foreground": "accent",
|
||||||
@@ -922,12 +1062,27 @@
|
|||||||
"selectionBackground": "selBg",
|
"selectionBackground": "selBg",
|
||||||
"selectionForeground": "selFg"
|
"selectionForeground": "selFg"
|
||||||
},
|
},
|
||||||
|
"ReviewList": {
|
||||||
|
"state.background": "second",
|
||||||
|
"state.foreground": "fg"
|
||||||
|
},
|
||||||
"RunWidget": {
|
"RunWidget": {
|
||||||
|
"background": "button",
|
||||||
|
"Debug.activeBackground": "hl",
|
||||||
|
"foreground": "fg",
|
||||||
|
"hoverBackground": "table",
|
||||||
|
"pressedBackground": "hl",
|
||||||
|
"Profile.activeBackground": "hl",
|
||||||
|
"runningBackground": "hl",
|
||||||
|
"runningForeground": "selFg",
|
||||||
|
"Run.activeBackground": "hl",
|
||||||
"Running": {
|
"Running": {
|
||||||
"background": "accent",
|
"background": "hl",
|
||||||
"leftHoverBackground": "accent70",
|
"foreground": "selFg",
|
||||||
"leftPressedBackground": "accent"
|
"leftHoverBackground": "hl",
|
||||||
}
|
"leftPressedBackground": "hl"
|
||||||
|
},
|
||||||
|
"separatorColor": "border"
|
||||||
},
|
},
|
||||||
"ScreenView.borderColor": "border",
|
"ScreenView.borderColor": "border",
|
||||||
"scrollbar": "bg",
|
"scrollbar": "bg",
|
||||||
@@ -971,8 +1126,9 @@
|
|||||||
},
|
},
|
||||||
"SearchEverywhere": {
|
"SearchEverywhere": {
|
||||||
"Advertiser": {
|
"Advertiser": {
|
||||||
"background": "cs",
|
"background": "bg",
|
||||||
"foreground": "text"
|
"foreground": "text",
|
||||||
|
"borderInsets": "10,20,10,20"
|
||||||
},
|
},
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"Dialog": {
|
"Dialog": {
|
||||||
@@ -989,11 +1145,12 @@
|
|||||||
"Separator.foreground": "text",
|
"Separator.foreground": "text",
|
||||||
"selectionBackground": "selBg",
|
"selectionBackground": "selBg",
|
||||||
"separatorColor": "border",
|
"separatorColor": "border",
|
||||||
"separatorForeground": "text"
|
"separatorForeground": "text",
|
||||||
|
"settingsBackground": "bg"
|
||||||
},
|
},
|
||||||
"SearchField": {
|
"SearchField": {
|
||||||
"Border.color": "hl",
|
"Border.color": "hl",
|
||||||
"background": "hc",
|
"background": "cs",
|
||||||
"borderColor": "hl",
|
"borderColor": "hl",
|
||||||
"grayForeground": "dis",
|
"grayForeground": "dis",
|
||||||
"infoForeground": "dis"
|
"infoForeground": "dis"
|
||||||
@@ -1015,8 +1172,13 @@
|
|||||||
"startColor": "accent"
|
"startColor": "accent"
|
||||||
},
|
},
|
||||||
"SearchField.errorBackground": "notif",
|
"SearchField.errorBackground": "notif",
|
||||||
|
"SearchFieldWithExtension": {
|
||||||
|
"background": "cs"
|
||||||
|
},
|
||||||
"SearchOption": {
|
"SearchOption": {
|
||||||
"selectedBackground": "table"
|
"selectedBackground": "table",
|
||||||
|
"selectedPressedBackground": "hl",
|
||||||
|
"selectedHoveredBackground": "hl"
|
||||||
},
|
},
|
||||||
"SearchResults": {
|
"SearchResults": {
|
||||||
"Ordinal.File.Foreground": "text",
|
"Ordinal.File.Foreground": "text",
|
||||||
@@ -1056,12 +1218,12 @@
|
|||||||
"SpeedSearch": {
|
"SpeedSearch": {
|
||||||
"background": "hl",
|
"background": "hl",
|
||||||
"borderColor": "border",
|
"borderColor": "border",
|
||||||
"errorForeground": "fg",
|
"errorForeground": "red",
|
||||||
"foreground": "fg"
|
"foreground": "fg"
|
||||||
},
|
},
|
||||||
"Spinner": {
|
"Spinner": {
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"border": "3,3,3,3",
|
"border": "4,4,4,4",
|
||||||
"disabledBackground": "excl",
|
"disabledBackground": "excl",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"selectionForeground": "activeFg"
|
"selectionForeground": "activeFg"
|
||||||
@@ -1077,15 +1239,17 @@
|
|||||||
"Breadcrumbs": {
|
"Breadcrumbs": {
|
||||||
"floatingBackground": "tree",
|
"floatingBackground": "tree",
|
||||||
"floatingForeground": "fg",
|
"floatingForeground": "fg",
|
||||||
|
"floatingToolbarInsets": "8,12,8,12",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"hoverBackground": "tree",
|
"hoverBackground": "tree",
|
||||||
"hoverForeground": "fg",
|
"hoverForeground": "fg",
|
||||||
|
"itemBackgroundInsets": "2,4,2,4",
|
||||||
"selectionBackground": "selBg",
|
"selectionBackground": "selBg",
|
||||||
"selectionForeground": "activeFg",
|
"selectionForeground": "activeFg",
|
||||||
"selectionInactiveBackground": "button",
|
"selectionInactiveBackground": "button",
|
||||||
"selectionInactiveForeground": "fg"
|
"selectionInactiveForeground": "fg"
|
||||||
},
|
},
|
||||||
"borderColor": "bg",
|
"borderColor": "border",
|
||||||
"bottomColor": "bg",
|
"bottomColor": "bg",
|
||||||
"hoverBackground": "hl",
|
"hoverBackground": "hl",
|
||||||
"top2Color": "bg",
|
"top2Color": "bg",
|
||||||
@@ -1096,7 +1260,8 @@
|
|||||||
"hoverBackground": "hl",
|
"hoverBackground": "hl",
|
||||||
"hoverForeground": "selFg",
|
"hoverForeground": "selFg",
|
||||||
"pressedBackground": "button",
|
"pressedBackground": "button",
|
||||||
"pressedForeground": "fg"
|
"pressedForeground": "fg",
|
||||||
|
"widgetInsets": "8,12,8,12"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"TabbedPane": {
|
"TabbedPane": {
|
||||||
@@ -1126,6 +1291,7 @@
|
|||||||
"shadow": "hc",
|
"shadow": "hc",
|
||||||
"tabHeight": 32,
|
"tabHeight": 32,
|
||||||
"tabInsets": "5,10,5,10",
|
"tabInsets": "5,10,5,10",
|
||||||
|
"tabSelectionArc": 4,
|
||||||
"tabSelectionHeight": 2,
|
"tabSelectionHeight": 2,
|
||||||
"tabsOverlapBorder": true,
|
"tabsOverlapBorder": true,
|
||||||
"underlineColor": "accent"
|
"underlineColor": "accent"
|
||||||
@@ -1134,13 +1300,13 @@
|
|||||||
"Table": {
|
"Table": {
|
||||||
"alternativeRowBackground": "cs",
|
"alternativeRowBackground": "cs",
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"cellNoFocusBorder": "10,5,10,5",
|
"cellNoFocusBorder": "16,4,16,4",
|
||||||
"disabledForeground": "dis",
|
"disabledForeground": "dis",
|
||||||
"dropLineColor": "accent",
|
"dropLineColor": "accent",
|
||||||
"dropLineShortColor": "accent",
|
"dropLineShortColor": "accent",
|
||||||
"focusCellBackground": "table",
|
"focusCellBackground": "table",
|
||||||
"focusCellForeground": "activeFg",
|
"focusCellForeground": "activeFg",
|
||||||
"focusCellHighlightBorder": "10,5,10,5",
|
"focusCellHighlightBorder": "18,6,18,6",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"gridColor": "bg",
|
"gridColor": "bg",
|
||||||
"highlightOuter": "table",
|
"highlightOuter": "table",
|
||||||
@@ -1150,6 +1316,7 @@
|
|||||||
"lightSelectionForeground": "activeFg",
|
"lightSelectionForeground": "activeFg",
|
||||||
"lightSelectionInactiveBackground": "second",
|
"lightSelectionInactiveBackground": "second",
|
||||||
"lightSelectionInactiveForeground": "text",
|
"lightSelectionInactiveForeground": "text",
|
||||||
|
"rowHeight": 32,
|
||||||
"selectionBackground": "table",
|
"selectionBackground": "table",
|
||||||
"selectionForeground": "activeFg",
|
"selectionForeground": "activeFg",
|
||||||
"selectionInactiveBackground": "table",
|
"selectionInactiveBackground": "table",
|
||||||
@@ -1160,14 +1327,14 @@
|
|||||||
},
|
},
|
||||||
"TableHeader": {
|
"TableHeader": {
|
||||||
"background": "button",
|
"background": "button",
|
||||||
|
"bottomSeparatorColor": "border",
|
||||||
"borderColor": "hl",
|
"borderColor": "hl",
|
||||||
"bottomSeparatorColor": "hl",
|
"cellBorder": "6,0,6,0",
|
||||||
"cellBorder": "4,0,4,0",
|
|
||||||
"disabledForeground": "dis",
|
"disabledForeground": "dis",
|
||||||
"focusCellBackground": "table",
|
"focusCellBackground": "table",
|
||||||
"focusCellForeground": "activeFg",
|
"focusCellForeground": "activeFg",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"height": 25,
|
"height": 32,
|
||||||
"hoverBackground": "hl",
|
"hoverBackground": "hl",
|
||||||
"separatorColor": "border"
|
"separatorColor": "border"
|
||||||
},
|
},
|
||||||
@@ -1182,7 +1349,7 @@
|
|||||||
"textHighlightText": "activeFg",
|
"textHighlightText": "activeFg",
|
||||||
"textText": "text",
|
"textText": "text",
|
||||||
"TextArea": {
|
"TextArea": {
|
||||||
"background": "hc",
|
"background": "cs",
|
||||||
"caretForeground": "accent",
|
"caretForeground": "accent",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"inactiveForeground": "dis",
|
"inactiveForeground": "dis",
|
||||||
@@ -1190,7 +1357,7 @@
|
|||||||
"selectionForeground": "activeFg"
|
"selectionForeground": "activeFg"
|
||||||
},
|
},
|
||||||
"TextField": {
|
"TextField": {
|
||||||
"background": "hc",
|
"background": "cs",
|
||||||
"borderColor": "bg",
|
"borderColor": "bg",
|
||||||
"caretForeground": "accent",
|
"caretForeground": "accent",
|
||||||
"disabledBackground": "excl",
|
"disabledBackground": "excl",
|
||||||
@@ -1205,15 +1372,21 @@
|
|||||||
"separatorColorDisabled": "bg"
|
"separatorColorDisabled": "bg"
|
||||||
},
|
},
|
||||||
"TextPane": {
|
"TextPane": {
|
||||||
"background": "hc",
|
"background": "cs",
|
||||||
"caretForeground": "accent",
|
"caretForeground": "accent",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"inactiveForeground": "dis",
|
"inactiveForeground": "dis",
|
||||||
"selectionBackground": "table",
|
"selectionBackground": "table",
|
||||||
"selectionForeground": "activeFg"
|
"selectionForeground": "activeFg"
|
||||||
},
|
},
|
||||||
|
"TipOfTheDay": {
|
||||||
|
"Image.borderColor": "border"
|
||||||
|
},
|
||||||
"TitlePane": {
|
"TitlePane": {
|
||||||
"Button.hoverBackground": "hl",
|
"Button": {
|
||||||
|
"hoverBackground": "hl",
|
||||||
|
"preferredSize": "48,40"
|
||||||
|
},
|
||||||
"background": "hc",
|
"background": "hc",
|
||||||
"inactiveBackground": "bg",
|
"inactiveBackground": "bg",
|
||||||
"inactiveInfoForeground": "dis",
|
"inactiveInfoForeground": "dis",
|
||||||
@@ -1240,7 +1413,9 @@
|
|||||||
"borderHandleColor": "text",
|
"borderHandleColor": "text",
|
||||||
"comboBoxButtonBackground": "button",
|
"comboBoxButtonBackground": "button",
|
||||||
"floatingForeground": "text",
|
"floatingForeground": "text",
|
||||||
"foreground": "fg"
|
"foreground": "fg",
|
||||||
|
"verticalToolbarInsets": "6,6,6,6",
|
||||||
|
"horizontalToolbarInsets": "6,6,6,6"
|
||||||
},
|
},
|
||||||
"ToolbarComboWidget": {
|
"ToolbarComboWidget": {
|
||||||
"background": "button",
|
"background": "button",
|
||||||
@@ -1252,6 +1427,7 @@
|
|||||||
"description.title.text.color": "fg"
|
"description.title.text.color": "fg"
|
||||||
},
|
},
|
||||||
"ToolTip": {
|
"ToolTip": {
|
||||||
|
"arc": 6,
|
||||||
"actions": {
|
"actions": {
|
||||||
"background": "bg"
|
"background": "bg"
|
||||||
},
|
},
|
||||||
@@ -1262,8 +1438,10 @@
|
|||||||
},
|
},
|
||||||
"background": "notif",
|
"background": "notif",
|
||||||
"borderColor": "border",
|
"borderColor": "border",
|
||||||
|
"borderCornerRadius": 8,
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"infoForeground": "text",
|
"infoForeground": "text",
|
||||||
|
"linkForeground": "accent",
|
||||||
"Learning": {
|
"Learning": {
|
||||||
"background": "accent",
|
"background": "accent",
|
||||||
"borderColor": "accent",
|
"borderColor": "accent",
|
||||||
@@ -1284,6 +1462,10 @@
|
|||||||
"background": "hc",
|
"background": "hc",
|
||||||
"Button": {
|
"Button": {
|
||||||
"hoverBackground": "table",
|
"hoverBackground": "table",
|
||||||
|
"DragAndDrop": {
|
||||||
|
"stripeBackground": "cs",
|
||||||
|
"buttonDropBackground": "accent70"
|
||||||
|
},
|
||||||
"selectedBackground": "cs",
|
"selectedBackground": "cs",
|
||||||
"selectedForeground": "activeFg"
|
"selectedForeground": "activeFg"
|
||||||
},
|
},
|
||||||
@@ -1296,6 +1478,7 @@
|
|||||||
"tab.selected.background": "cs"
|
"tab.selected.background": "cs"
|
||||||
},
|
},
|
||||||
"Header": {
|
"Header": {
|
||||||
|
"height": 42,
|
||||||
"background": "second",
|
"background": "second",
|
||||||
"borderColor": "second",
|
"borderColor": "second",
|
||||||
"inactiveBackground": "bg"
|
"inactiveBackground": "bg"
|
||||||
@@ -1308,13 +1491,17 @@
|
|||||||
"hoverBackground": "hl",
|
"hoverBackground": "hl",
|
||||||
"hoverInactiveBackground": "hl",
|
"hoverInactiveBackground": "hl",
|
||||||
"inactiveUnderlineColor": "accent",
|
"inactiveUnderlineColor": "accent",
|
||||||
|
"leftRightInsets": "0,12,0,12",
|
||||||
"selectedBackground": "cs",
|
"selectedBackground": "cs",
|
||||||
"selectedInactiveBackground": "cs",
|
"selectedInactiveBackground": "cs",
|
||||||
|
"underlineArc": 4,
|
||||||
"underlineColor": "accent",
|
"underlineColor": "accent",
|
||||||
|
"underlineHeight": 3,
|
||||||
"underlinedTabBackground": "table",
|
"underlinedTabBackground": "table",
|
||||||
"underlinedTabForeground": "selFg",
|
"underlinedTabForeground": "selFg",
|
||||||
"underlinedTabInactiveBackground": "hc",
|
"underlinedTabInactiveBackground": "hc",
|
||||||
"underlinedTabInactiveForeground": "fg"
|
"underlinedTabInactiveForeground": "fg",
|
||||||
|
"verticalPadding": 6
|
||||||
},
|
},
|
||||||
"inactive": {
|
"inactive": {
|
||||||
"Header.background": "bg",
|
"Header.background": "bg",
|
||||||
@@ -1322,13 +1509,15 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"Tree": {
|
"Tree": {
|
||||||
|
"border": "4,12,4,12",
|
||||||
"background": "hc",
|
"background": "hc",
|
||||||
"foreground": "text",
|
"foreground": "text",
|
||||||
|
"errorForeground": "red",
|
||||||
"hash": "border",
|
"hash": "border",
|
||||||
"hoverBackground": "tree",
|
"hoverBackground": "tree",
|
||||||
"hoverInactiveBackground": "table",
|
"hoverInactiveBackground": "table",
|
||||||
"modifiedItemForeground": "accent",
|
"modifiedItemForeground": "accent",
|
||||||
"rowHeight": 28,
|
"rowHeight": "28",
|
||||||
"selectionBackground": "tree",
|
"selectionBackground": "tree",
|
||||||
"selectionForeground": "selFg",
|
"selectionForeground": "selFg",
|
||||||
"selectionInactiveBackground": "tree",
|
"selectionInactiveBackground": "tree",
|
||||||
@@ -1355,7 +1544,6 @@
|
|||||||
"hoverBorderColor": "hl"
|
"hoverBorderColor": "hl"
|
||||||
},
|
},
|
||||||
"Label.foreground": "text",
|
"Label.foreground": "text",
|
||||||
"List.selectionBackground": "tree",
|
|
||||||
"highStroke.foreground": "fg",
|
"highStroke.foreground": "fg",
|
||||||
"motion": {
|
"motion": {
|
||||||
"AddConstraintColor": "accent",
|
"AddConstraintColor": "accent",
|
||||||
@@ -1392,6 +1580,35 @@
|
|||||||
"ourML_BarColor.separatorColor": "border",
|
"ourML_BarColor.separatorColor": "border",
|
||||||
"timeLine.disabledBorderColor": "border"
|
"timeLine.disabledBorderColor": "border"
|
||||||
},
|
},
|
||||||
|
"PackageDetails": {
|
||||||
|
"border": "accent",
|
||||||
|
"infoBanner": "accent"
|
||||||
|
},
|
||||||
|
"PackageSearch": {
|
||||||
|
"PackagesList.rowHeight": 28,
|
||||||
|
"PackageTag": {
|
||||||
|
"background": "excl",
|
||||||
|
"foreground": "fg",
|
||||||
|
"hoverBackground": "tree",
|
||||||
|
"selectedBackground": "selBg",
|
||||||
|
"selectedForeground": "selFg"
|
||||||
|
},
|
||||||
|
"PackageTagSelected": {
|
||||||
|
"background": "selBg",
|
||||||
|
"foreground": "selFg"
|
||||||
|
},
|
||||||
|
"SearchResult": {
|
||||||
|
"background": "cs",
|
||||||
|
"hoverBackground": "tree",
|
||||||
|
"PackageTag": {
|
||||||
|
"background": "excl",
|
||||||
|
"foreground": "fg",
|
||||||
|
"hoverBackground": "tree",
|
||||||
|
"selectedBackground": "selBg",
|
||||||
|
"selectedForeground": "selFg"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"Panel": {
|
"Panel": {
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"borderColor": "border",
|
"borderColor": "border",
|
||||||
@@ -1418,7 +1635,7 @@
|
|||||||
},
|
},
|
||||||
"VersionControl": {
|
"VersionControl": {
|
||||||
"FileHistory.Commit": {
|
"FileHistory.Commit": {
|
||||||
"otherBranchBackground": "bg",
|
"otherBranchBackground": "excl",
|
||||||
"selectedBranchBackground": "bg"
|
"selectedBranchBackground": "bg"
|
||||||
},
|
},
|
||||||
"GitCommits": {
|
"GitCommits": {
|
||||||
@@ -1443,9 +1660,15 @@
|
|||||||
"Commit": {
|
"Commit": {
|
||||||
"currentBranchBackground": "cs",
|
"currentBranchBackground": "cs",
|
||||||
"hoveredBackground": "tree",
|
"hoveredBackground": "tree",
|
||||||
|
"rowHeight": 28,
|
||||||
"unmatchedForeground": "text"
|
"unmatchedForeground": "text"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"MarkerPopup": {
|
||||||
|
"borderColor": "border",
|
||||||
|
"borderInsets": "6,8,6,10",
|
||||||
|
"Toolbar.background": "hl"
|
||||||
|
},
|
||||||
"Ref": {
|
"Ref": {
|
||||||
"backgroundBase": "hl",
|
"backgroundBase": "hl",
|
||||||
"foreground": "activeFg"
|
"foreground": "activeFg"
|
||||||
@@ -1455,6 +1678,11 @@
|
|||||||
"foreground": "activeFg"
|
"foreground": "activeFg"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"UnattendedHostStatus": {
|
||||||
|
"warningBackground": "yellow",
|
||||||
|
"warningForeground": "activeFg",
|
||||||
|
"dangerBackground": "red"
|
||||||
|
},
|
||||||
"Viewport": {
|
"Viewport": {
|
||||||
"background": "hc",
|
"background": "hc",
|
||||||
"foreground": "fg"
|
"foreground": "fg"
|
||||||
|
|||||||
@@ -22,7 +22,7 @@
|
|||||||
"cs": "#21252B",
|
"cs": "#21252B",
|
||||||
"button": "#3A3F4B",
|
"button": "#3A3F4B",
|
||||||
"table": "#383E49",
|
"table": "#383E49",
|
||||||
"tree": "#3A3F4B80",
|
"tree": "#303540",
|
||||||
"hl": "#383D48",
|
"hl": "#383D48",
|
||||||
"notif": "#282C34",
|
"notif": "#282C34",
|
||||||
"hc": "#21252B",
|
"hc": "#21252B",
|
||||||
@@ -73,6 +73,10 @@
|
|||||||
"pressedBackground": "accent50",
|
"pressedBackground": "accent50",
|
||||||
"pressedBorderColor": "accent50"
|
"pressedBorderColor": "accent50"
|
||||||
},
|
},
|
||||||
|
"ActionsList": {
|
||||||
|
"icon.gap": 12,
|
||||||
|
"mnemonic.icon.gap": 12
|
||||||
|
},
|
||||||
"ActionToolbar": {
|
"ActionToolbar": {
|
||||||
"background": "hc"
|
"background": "hc"
|
||||||
},
|
},
|
||||||
@@ -127,8 +131,9 @@
|
|||||||
"BookmarkIcon.background": "accent",
|
"BookmarkIcon.background": "accent",
|
||||||
"Borders.ContrastBorderColor": "bg",
|
"Borders.ContrastBorderColor": "bg",
|
||||||
"Borders.color": "border",
|
"Borders.color": "border",
|
||||||
|
"Breakpoint.iconHoverAlpha": 0.35,
|
||||||
"Button": {
|
"Button": {
|
||||||
"arc": 0,
|
"arc": 8,
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"darcula": {
|
"darcula": {
|
||||||
"borderColor": "button",
|
"borderColor": "button",
|
||||||
@@ -181,7 +186,10 @@
|
|||||||
"shadowColor": "shadow",
|
"shadowColor": "shadow",
|
||||||
"shadowWidth": 0,
|
"shadowWidth": 0,
|
||||||
"startBackground": "table",
|
"startBackground": "table",
|
||||||
"startBorderColor": "button"
|
"startBorderColor": "button",
|
||||||
|
"ToolWindow": {
|
||||||
|
"arc": 40
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"Canvas": {
|
"Canvas": {
|
||||||
"Tooltip.background": "notif",
|
"Tooltip.background": "notif",
|
||||||
@@ -256,6 +264,32 @@
|
|||||||
"accessDot": "accent",
|
"accessDot": "accent",
|
||||||
"dropdownBorder": "second",
|
"dropdownBorder": "second",
|
||||||
"pillBackground": "second"
|
"pillBackground": "second"
|
||||||
|
},
|
||||||
|
"Users": {
|
||||||
|
"1": {
|
||||||
|
"Background": "green",
|
||||||
|
"Foreground": "fg"
|
||||||
|
},
|
||||||
|
"2": {
|
||||||
|
"Background": "blue",
|
||||||
|
"Foreground": "fg"
|
||||||
|
},
|
||||||
|
"3": {
|
||||||
|
"Background": "red",
|
||||||
|
"Foreground": "fg"
|
||||||
|
},
|
||||||
|
"4": {
|
||||||
|
"Background": "purple",
|
||||||
|
"Foreground": "fg"
|
||||||
|
},
|
||||||
|
"5": {
|
||||||
|
"Background": "yellow",
|
||||||
|
"Foreground": "fg"
|
||||||
|
},
|
||||||
|
"6": {
|
||||||
|
"Background": "orange",
|
||||||
|
"Foreground": "fg"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"ColorChooser": {
|
"ColorChooser": {
|
||||||
@@ -293,7 +327,13 @@
|
|||||||
"selectionBackground": "table",
|
"selectionBackground": "table",
|
||||||
"selectionForeground": "activeFg"
|
"selectionForeground": "activeFg"
|
||||||
},
|
},
|
||||||
|
"ComboPopup.border": "1,1,1,1,#2979ff",
|
||||||
"CompletionPopup": {
|
"CompletionPopup": {
|
||||||
|
"Advertiser": {
|
||||||
|
"background": "bg",
|
||||||
|
"foreground": "fg",
|
||||||
|
"borderInsets": "8,12,8,12"
|
||||||
|
},
|
||||||
"background": "second",
|
"background": "second",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"grayForeground": "text",
|
"grayForeground": "text",
|
||||||
@@ -313,8 +353,12 @@
|
|||||||
"selectionInactiveInfoForeground": "text",
|
"selectionInactiveInfoForeground": "text",
|
||||||
"selectionInfoForeground": "selFg"
|
"selectionInfoForeground": "selFg"
|
||||||
},
|
},
|
||||||
|
"ComplexPopup": {
|
||||||
|
"Header.background": "notif"
|
||||||
|
},
|
||||||
"Component": {
|
"Component": {
|
||||||
"arc": 4,
|
"arc": 4,
|
||||||
|
"focusWidth": 2,
|
||||||
"borderColor": "hl",
|
"borderColor": "hl",
|
||||||
"disabledBorderColor": "dis",
|
"disabledBorderColor": "dis",
|
||||||
"focusColor": "accent",
|
"focusColor": "accent",
|
||||||
@@ -351,6 +395,7 @@
|
|||||||
},
|
},
|
||||||
"desktop": "hc",
|
"desktop": "hc",
|
||||||
"Debugger": {
|
"Debugger": {
|
||||||
|
"EvaluateExpression.background": "bg",
|
||||||
"Variables": {
|
"Variables": {
|
||||||
"changedValueForeground": "accent",
|
"changedValueForeground": "accent",
|
||||||
"collectingDataForeground": "text",
|
"collectingDataForeground": "text",
|
||||||
@@ -358,13 +403,15 @@
|
|||||||
"evaluatingExpressionForeground": "text",
|
"evaluatingExpressionForeground": "text",
|
||||||
"exceptionForeground": "yellow",
|
"exceptionForeground": "yellow",
|
||||||
"modifyingValueForeground": "accent",
|
"modifyingValueForeground": "accent",
|
||||||
"valueForeground": "accent"
|
"valueForeground": "accent",
|
||||||
|
"typeForeground": "text"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"DebuggerTabs": {
|
"DebuggerTabs": {
|
||||||
"active.background": "hl",
|
"active.background": "hl",
|
||||||
"selectedBackground": "hl",
|
"selectedBackground": "hl",
|
||||||
"underlinedTabBackground": "table"
|
"underlinedTabBackground": "table",
|
||||||
|
"underlineHeight": 2
|
||||||
},
|
},
|
||||||
"DebuggerPopup": {
|
"DebuggerPopup": {
|
||||||
"borderColor": "bg"
|
"borderColor": "bg"
|
||||||
@@ -380,6 +427,7 @@
|
|||||||
"inactiveMaskColor": "hc",
|
"inactiveMaskColor": "hc",
|
||||||
"inactiveUnderlineColor": "accent",
|
"inactiveUnderlineColor": "accent",
|
||||||
"underlineColor": "accent",
|
"underlineColor": "accent",
|
||||||
|
"underlineHeight": 3,
|
||||||
"underlinedTabBackground": "table",
|
"underlinedTabBackground": "table",
|
||||||
"underlinedTabForeground": "selFg"
|
"underlinedTabForeground": "selFg"
|
||||||
},
|
},
|
||||||
@@ -398,13 +446,21 @@
|
|||||||
"backgroundBorderColor": "bg",
|
"backgroundBorderColor": "bg",
|
||||||
"backgroundColor": "bg",
|
"backgroundColor": "bg",
|
||||||
"borderColor": "accent",
|
"borderColor": "accent",
|
||||||
"foregroundColor": "fg"
|
"foregroundColor": "fg",
|
||||||
|
"rowBackground": "accent70"
|
||||||
},
|
},
|
||||||
"dropArea.base": "accent",
|
"dropArea.base": "accent",
|
||||||
"Editor": {
|
"Editor": {
|
||||||
"background": "hc",
|
"background": "hc",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"shortcutForeground": "text"
|
"shortcutForeground": "text",
|
||||||
|
"SearchField": {
|
||||||
|
"background": "cs",
|
||||||
|
"borderInsets": "8,12,8,12"
|
||||||
|
},
|
||||||
|
"Toolbar": {
|
||||||
|
"borderColor": "border"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"EditorGroupsTabs": {
|
"EditorGroupsTabs": {
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
@@ -423,7 +479,8 @@
|
|||||||
"inactiveBackground": "bg",
|
"inactiveBackground": "bg",
|
||||||
"inactiveForeground": "dis",
|
"inactiveForeground": "dis",
|
||||||
"selectionBackground": "selBg",
|
"selectionBackground": "selBg",
|
||||||
"selectionForeground": "activeFg"
|
"selectionForeground": "activeFg",
|
||||||
|
"splitBorder": "border"
|
||||||
},
|
},
|
||||||
"EditorTabs": {
|
"EditorTabs": {
|
||||||
"active.background": "table",
|
"active.background": "table",
|
||||||
@@ -441,7 +498,10 @@
|
|||||||
"inactiveUnderlineColor": "dis",
|
"inactiveUnderlineColor": "dis",
|
||||||
"selectedBackground": "table",
|
"selectedBackground": "table",
|
||||||
"selectedForeground": "fg",
|
"selectedForeground": "fg",
|
||||||
|
"tabInsets": "-10,10,-10,10",
|
||||||
"underlineColor": "accent",
|
"underlineColor": "accent",
|
||||||
|
"underlineHeight": 3,
|
||||||
|
"underlineArc": 4,
|
||||||
"underlinedTabBackground": "table",
|
"underlinedTabBackground": "table",
|
||||||
"underlinedTabForeground": "selFg"
|
"underlinedTabForeground": "selFg"
|
||||||
},
|
},
|
||||||
@@ -472,7 +532,7 @@
|
|||||||
"defaultButtonBorderColor": "accent"
|
"defaultButtonBorderColor": "accent"
|
||||||
},
|
},
|
||||||
"FormattedTextField": {
|
"FormattedTextField": {
|
||||||
"background": "hc",
|
"background": "cs",
|
||||||
"caretForeground": "accent",
|
"caretForeground": "accent",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"inactiveBackground": "button",
|
"inactiveBackground": "button",
|
||||||
@@ -509,6 +569,9 @@
|
|||||||
"disabledSeparatorColor": "border",
|
"disabledSeparatorColor": "border",
|
||||||
"separatorColor": "border"
|
"separatorColor": "border"
|
||||||
},
|
},
|
||||||
|
"Gutter": {
|
||||||
|
"VcsChanges.width": 4
|
||||||
|
},
|
||||||
"GutterTooltip": {
|
"GutterTooltip": {
|
||||||
"borderColor": "bg",
|
"borderColor": "bg",
|
||||||
"infoForeground": "text",
|
"infoForeground": "text",
|
||||||
@@ -522,11 +585,14 @@
|
|||||||
"background": "bg",
|
"background": "bg",
|
||||||
"backgroundColor": "bg",
|
"backgroundColor": "bg",
|
||||||
"borderColor": "border",
|
"borderColor": "border",
|
||||||
|
"defaultTextBorderInsets": "16,16,16,16",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"infoForeground": "text",
|
"infoForeground": "text",
|
||||||
"shortcutForeground": "text",
|
"shortcutForeground": "text",
|
||||||
"shortcutTextColor": "text",
|
"shortcutTextColor": "text",
|
||||||
"textColor": "fg"
|
"smallTextBorderInsets": "8,12,8,12",
|
||||||
|
"textColor": "fg",
|
||||||
|
"verticalGap": 8
|
||||||
},
|
},
|
||||||
"Hg.Log.Ref": {
|
"Hg.Log.Ref": {
|
||||||
"Branch": "accent",
|
"Branch": "accent",
|
||||||
@@ -594,6 +660,7 @@
|
|||||||
"link": "accent",
|
"link": "accent",
|
||||||
"Link": {
|
"Link": {
|
||||||
"activeForeground": "accent",
|
"activeForeground": "accent",
|
||||||
|
"focusedBorderColor": "accent",
|
||||||
"hoverForeground": "accent",
|
"hoverForeground": "accent",
|
||||||
"pressedForeground": "accent",
|
"pressedForeground": "accent",
|
||||||
"secondaryForeground": "text",
|
"secondaryForeground": "text",
|
||||||
@@ -605,27 +672,61 @@
|
|||||||
"link.visited.foreground": "accent",
|
"link.visited.foreground": "accent",
|
||||||
"List": {
|
"List": {
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
|
"Button": {
|
||||||
|
"hoverBackground": "hl",
|
||||||
|
"leftRightInset": 8,
|
||||||
|
"separatorColor": "border",
|
||||||
|
"separatorInset": 4
|
||||||
|
},
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"hoverBackground": "hl",
|
"hoverBackground": "hl",
|
||||||
"hoverInactiveBackground": "table",
|
"hoverInactiveBackground": "table",
|
||||||
|
"Line.hoverBackground": "selBg",
|
||||||
|
"rowHeight": "28",
|
||||||
|
"selectionBackground": "tree",
|
||||||
"selectionForeground": "selFg",
|
"selectionForeground": "selFg",
|
||||||
"selectionInactiveBackground": "table",
|
"selectionInactiveBackground": "table",
|
||||||
"selectionInactiveForeground": "activeFg"
|
"selectionInactiveForeground": "activeFg",
|
||||||
|
"Tag": {
|
||||||
|
"background": "button",
|
||||||
|
"foreground": "fg"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"LiveIndicator": {
|
"LiveIndicator": {
|
||||||
"color": "accent"
|
"color": "accent"
|
||||||
},
|
},
|
||||||
|
"macOSWindow.Title": {
|
||||||
|
"height": 30,
|
||||||
|
"heightSmall": 20
|
||||||
|
},
|
||||||
|
"MainMenu": {
|
||||||
|
"background": "hc",
|
||||||
|
"foreground": "fg",
|
||||||
|
"selectionForeground": "activeFg",
|
||||||
|
"selectionBackground": "selBg"
|
||||||
|
},
|
||||||
"MainToolbar": {
|
"MainToolbar": {
|
||||||
"Dropdown.background": "bg",
|
|
||||||
"Dropdown.hoverBackground": "border",
|
|
||||||
"Dropdown.pressedBackground": "table",
|
|
||||||
"Icon.background": "bg",
|
|
||||||
"Icon.hoverBackground": "border",
|
|
||||||
"Icon.pressedBackground": "table",
|
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"hoverBackground": "border",
|
"Button": {
|
||||||
|
"buttonInsets": "0,0,0,0"
|
||||||
|
},
|
||||||
|
"Dropdown": {
|
||||||
|
"borderInsets": "6,12,6,12",
|
||||||
|
"background": "bg",
|
||||||
|
"foreground": "fg",
|
||||||
|
"hoverBackground": "hl",
|
||||||
|
"pressedBackground": "table"
|
||||||
|
},
|
||||||
|
"hoverBackground": "hl",
|
||||||
|
"Icon": {
|
||||||
|
"borderInsets": "10,10,10,10",
|
||||||
|
"background": "bg",
|
||||||
|
"hoverBackground": "hl",
|
||||||
|
"pressedBackground": "table"
|
||||||
|
},
|
||||||
"inactiveBackground": "bg",
|
"inactiveBackground": "bg",
|
||||||
"pressedBackground": "table"
|
"pressedBackground": "table",
|
||||||
|
"separatorColor": "border"
|
||||||
},
|
},
|
||||||
"material": {
|
"material": {
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
@@ -652,11 +753,15 @@
|
|||||||
"acceleratorForeground": "text",
|
"acceleratorForeground": "text",
|
||||||
"acceleratorSelectionForeground": "activeFg",
|
"acceleratorSelectionForeground": "activeFg",
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"border": "4,2,4,2",
|
"border": "8,8,8,8",
|
||||||
"borderColor": "second",
|
"borderColor": "second",
|
||||||
"disabledBackground": "second",
|
"disabledBackground": "second",
|
||||||
"disabledForeground": "dis",
|
"disabledForeground": "dis",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
|
"Selection": {
|
||||||
|
"arc": 8,
|
||||||
|
"innerInsets": "8,2,8,2"
|
||||||
|
},
|
||||||
"selectionBackground": "selBg",
|
"selectionBackground": "selBg",
|
||||||
"selectionForeground": "activeFg",
|
"selectionForeground": "activeFg",
|
||||||
"separatorColor": "border"
|
"separatorColor": "border"
|
||||||
@@ -676,7 +781,7 @@
|
|||||||
"acceleratorForeground": "text",
|
"acceleratorForeground": "text",
|
||||||
"acceleratorSelectionForeground": "activeFg",
|
"acceleratorSelectionForeground": "activeFg",
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"border": "4,2,4,2",
|
"border": "8,8,8,8",
|
||||||
"disabledBackground": "bg",
|
"disabledBackground": "bg",
|
||||||
"disabledForeground": "dis",
|
"disabledForeground": "dis",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
@@ -699,11 +804,13 @@
|
|||||||
"background": "bg"
|
"background": "bg"
|
||||||
},
|
},
|
||||||
"SearchField": {
|
"SearchField": {
|
||||||
"background": "hc"
|
"background": "cs"
|
||||||
}
|
},
|
||||||
|
"separatorWidth": 6
|
||||||
},
|
},
|
||||||
"NewPSD.warning": "accent",
|
"NewPSD.warning": "accent",
|
||||||
"Notification": {
|
"Notification": {
|
||||||
|
"arc": 16,
|
||||||
"Error.foreground": "accent",
|
"Error.foreground": "accent",
|
||||||
"Link.foreground": "accent",
|
"Link.foreground": "accent",
|
||||||
"background": "notif",
|
"background": "notif",
|
||||||
@@ -719,12 +826,18 @@
|
|||||||
"innerBorderColor": "button"
|
"innerBorderColor": "button"
|
||||||
},
|
},
|
||||||
"ToolWindow": {
|
"ToolWindow": {
|
||||||
|
"Button.DragAndDrop": {
|
||||||
|
"buttonFloatingBackground": "button",
|
||||||
|
"stripeBackground": "bg"
|
||||||
|
},
|
||||||
"errorBackground": "notifError",
|
"errorBackground": "notifError",
|
||||||
"errorBorderColor": "notifError",
|
"errorBorderColor": "notifError",
|
||||||
"errorForeground": "fg",
|
"errorForeground": "fg",
|
||||||
|
"infoBackground": "notif",
|
||||||
|
"infoBorderColor": "notif",
|
||||||
"infoForeground": "fg",
|
"infoForeground": "fg",
|
||||||
"informativeBackground": "notifInfo",
|
"informativeBackground": "notif",
|
||||||
"informativeBorderColor": "notifInfo",
|
"informativeBorderColor": "notif",
|
||||||
"informativeForeground": "fg",
|
"informativeForeground": "fg",
|
||||||
"warningBackground": "notifWarn",
|
"warningBackground": "notifWarn",
|
||||||
"warningBorderColor": "notifWarn",
|
"warningBorderColor": "notifWarn",
|
||||||
@@ -736,7 +849,8 @@
|
|||||||
},
|
},
|
||||||
"ToolWindowInfo": {
|
"ToolWindowInfo": {
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"background": "notifInfo"
|
"background": "notif",
|
||||||
|
"borderColor": "notif"
|
||||||
},
|
},
|
||||||
"ToolWindowWarning": {
|
"ToolWindowWarning": {
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
@@ -786,7 +900,7 @@
|
|||||||
"lineSeparatorColor": "table"
|
"lineSeparatorColor": "table"
|
||||||
},
|
},
|
||||||
"PasswordField": {
|
"PasswordField": {
|
||||||
"background": "hc",
|
"background": "cs",
|
||||||
"capsLockIconColor": "accent",
|
"capsLockIconColor": "accent",
|
||||||
"caretForeground": "accent",
|
"caretForeground": "accent",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
@@ -796,6 +910,7 @@
|
|||||||
},
|
},
|
||||||
"Plugins": {
|
"Plugins": {
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
|
"borderColor": "border",
|
||||||
"disabledForeground": "dis",
|
"disabledForeground": "dis",
|
||||||
"eapTagBackground": "hl",
|
"eapTagBackground": "hl",
|
||||||
"hoverBackground": "hl",
|
"hoverBackground": "hl",
|
||||||
@@ -817,8 +932,11 @@
|
|||||||
"updateBorderColor": "button",
|
"updateBorderColor": "button",
|
||||||
"updateForeground": "fg"
|
"updateForeground": "fg"
|
||||||
},
|
},
|
||||||
|
"ScreenshotPagination": {
|
||||||
|
"CurrentImage.fillColor": "accent"
|
||||||
|
},
|
||||||
"SearchField": {
|
"SearchField": {
|
||||||
"background": "hc",
|
"background": "cs",
|
||||||
"borderColor": "border"
|
"borderColor": "border"
|
||||||
},
|
},
|
||||||
"SectionHeader": {
|
"SectionHeader": {
|
||||||
@@ -836,27 +954,38 @@
|
|||||||
},
|
},
|
||||||
"Popup": {
|
"Popup": {
|
||||||
"Advertiser": {
|
"Advertiser": {
|
||||||
|
"borderInsets": "6,20,6,20",
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"borderColor": "bg",
|
"borderColor": "bg",
|
||||||
"foreground": "accent"
|
"foreground": "accent"
|
||||||
},
|
},
|
||||||
|
"Body": {
|
||||||
|
"bottomInsetNoAd": 8,
|
||||||
|
"bottomInsetBeforeAd": 8,
|
||||||
|
"topInsetNoHeader": 8
|
||||||
|
},
|
||||||
"Border": {
|
"Border": {
|
||||||
"color": "cs",
|
"color": "cs",
|
||||||
"inactiveColor": "bg"
|
"inactiveColor": "bg"
|
||||||
},
|
},
|
||||||
|
"background": "notif",
|
||||||
"borderColor": "cs",
|
"borderColor": "cs",
|
||||||
|
"borderWidth": 0,
|
||||||
"inactiveBorderColor": "bg",
|
"inactiveBorderColor": "bg",
|
||||||
"innerBorderColor": "second",
|
"innerBorderColor": "second",
|
||||||
"Header": {
|
"Header": {
|
||||||
"activeBackground": "bg",
|
"activeBackground": "bg",
|
||||||
"inactiveBackground": "cs"
|
"inactiveBackground": "cs",
|
||||||
|
"inactiveForeground": "text"
|
||||||
},
|
},
|
||||||
"paintBorder": true,
|
"paintBorder": false,
|
||||||
"preferences": {
|
"preferences": {
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"borderColor": "bg",
|
"borderColor": "bg",
|
||||||
"foreground": "fg"
|
"foreground": "fg"
|
||||||
},
|
},
|
||||||
|
"Selection.arc": 8,
|
||||||
|
"Selection.leftRightInset": 8,
|
||||||
"Separator": {
|
"Separator": {
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"color": "border"
|
"color": "border"
|
||||||
@@ -872,13 +1001,24 @@
|
|||||||
},
|
},
|
||||||
"PopupMenu": {
|
"PopupMenu": {
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"border": "2,0,2,0",
|
"borderWidth": 1,
|
||||||
|
"border": "8,8,8,8",
|
||||||
|
"borderCornerRadius": 8,
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
|
"Selection": {
|
||||||
|
"arc": 8,
|
||||||
|
"innerInsets": "8,2,8,2"
|
||||||
|
},
|
||||||
"selectionBackground": "selBg",
|
"selectionBackground": "selBg",
|
||||||
"translucentBackground": "bg"
|
"translucentBackground": "bg"
|
||||||
},
|
},
|
||||||
"PopupMenuSeparator.height": 10,
|
"PopupMenuSeparator": {
|
||||||
"PopupMenuSeparator.stripeIndent": 5,
|
"height": 10,
|
||||||
|
"stripeWidth": 2,
|
||||||
|
"stripeIndent": 5,
|
||||||
|
"withToEdge": 4,
|
||||||
|
"borderCornerRadius": 8
|
||||||
|
},
|
||||||
"ProgressBar": {
|
"ProgressBar": {
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"foreground": "accent",
|
"foreground": "accent",
|
||||||
@@ -922,12 +1062,27 @@
|
|||||||
"selectionBackground": "selBg",
|
"selectionBackground": "selBg",
|
||||||
"selectionForeground": "selFg"
|
"selectionForeground": "selFg"
|
||||||
},
|
},
|
||||||
|
"ReviewList": {
|
||||||
|
"state.background": "second",
|
||||||
|
"state.foreground": "fg"
|
||||||
|
},
|
||||||
"RunWidget": {
|
"RunWidget": {
|
||||||
|
"background": "button",
|
||||||
|
"Debug.activeBackground": "hl",
|
||||||
|
"foreground": "fg",
|
||||||
|
"hoverBackground": "table",
|
||||||
|
"pressedBackground": "hl",
|
||||||
|
"Profile.activeBackground": "hl",
|
||||||
|
"runningBackground": "hl",
|
||||||
|
"runningForeground": "selFg",
|
||||||
|
"Run.activeBackground": "hl",
|
||||||
"Running": {
|
"Running": {
|
||||||
"background": "accent",
|
"background": "hl",
|
||||||
"leftHoverBackground": "accent70",
|
"foreground": "selFg",
|
||||||
"leftPressedBackground": "accent"
|
"leftHoverBackground": "hl",
|
||||||
}
|
"leftPressedBackground": "hl"
|
||||||
|
},
|
||||||
|
"separatorColor": "border"
|
||||||
},
|
},
|
||||||
"ScreenView.borderColor": "border",
|
"ScreenView.borderColor": "border",
|
||||||
"scrollbar": "bg",
|
"scrollbar": "bg",
|
||||||
@@ -971,8 +1126,9 @@
|
|||||||
},
|
},
|
||||||
"SearchEverywhere": {
|
"SearchEverywhere": {
|
||||||
"Advertiser": {
|
"Advertiser": {
|
||||||
"background": "cs",
|
"background": "bg",
|
||||||
"foreground": "text"
|
"foreground": "text",
|
||||||
|
"borderInsets": "10,20,10,20"
|
||||||
},
|
},
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"Dialog": {
|
"Dialog": {
|
||||||
@@ -989,11 +1145,12 @@
|
|||||||
"Separator.foreground": "text",
|
"Separator.foreground": "text",
|
||||||
"selectionBackground": "selBg",
|
"selectionBackground": "selBg",
|
||||||
"separatorColor": "border",
|
"separatorColor": "border",
|
||||||
"separatorForeground": "text"
|
"separatorForeground": "text",
|
||||||
|
"settingsBackground": "bg"
|
||||||
},
|
},
|
||||||
"SearchField": {
|
"SearchField": {
|
||||||
"Border.color": "hl",
|
"Border.color": "hl",
|
||||||
"background": "hc",
|
"background": "cs",
|
||||||
"borderColor": "hl",
|
"borderColor": "hl",
|
||||||
"grayForeground": "dis",
|
"grayForeground": "dis",
|
||||||
"infoForeground": "dis"
|
"infoForeground": "dis"
|
||||||
@@ -1015,8 +1172,13 @@
|
|||||||
"startColor": "accent"
|
"startColor": "accent"
|
||||||
},
|
},
|
||||||
"SearchField.errorBackground": "notif",
|
"SearchField.errorBackground": "notif",
|
||||||
|
"SearchFieldWithExtension": {
|
||||||
|
"background": "cs"
|
||||||
|
},
|
||||||
"SearchOption": {
|
"SearchOption": {
|
||||||
"selectedBackground": "table"
|
"selectedBackground": "table",
|
||||||
|
"selectedPressedBackground": "hl",
|
||||||
|
"selectedHoveredBackground": "hl"
|
||||||
},
|
},
|
||||||
"SearchResults": {
|
"SearchResults": {
|
||||||
"Ordinal.File.Foreground": "text",
|
"Ordinal.File.Foreground": "text",
|
||||||
@@ -1056,12 +1218,12 @@
|
|||||||
"SpeedSearch": {
|
"SpeedSearch": {
|
||||||
"background": "hl",
|
"background": "hl",
|
||||||
"borderColor": "border",
|
"borderColor": "border",
|
||||||
"errorForeground": "fg",
|
"errorForeground": "red",
|
||||||
"foreground": "fg"
|
"foreground": "fg"
|
||||||
},
|
},
|
||||||
"Spinner": {
|
"Spinner": {
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"border": "3,3,3,3",
|
"border": "4,4,4,4",
|
||||||
"disabledBackground": "excl",
|
"disabledBackground": "excl",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"selectionForeground": "activeFg"
|
"selectionForeground": "activeFg"
|
||||||
@@ -1077,15 +1239,17 @@
|
|||||||
"Breadcrumbs": {
|
"Breadcrumbs": {
|
||||||
"floatingBackground": "tree",
|
"floatingBackground": "tree",
|
||||||
"floatingForeground": "fg",
|
"floatingForeground": "fg",
|
||||||
|
"floatingToolbarInsets": "8,12,8,12",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"hoverBackground": "tree",
|
"hoverBackground": "tree",
|
||||||
"hoverForeground": "fg",
|
"hoverForeground": "fg",
|
||||||
|
"itemBackgroundInsets": "2,4,2,4",
|
||||||
"selectionBackground": "selBg",
|
"selectionBackground": "selBg",
|
||||||
"selectionForeground": "activeFg",
|
"selectionForeground": "activeFg",
|
||||||
"selectionInactiveBackground": "button",
|
"selectionInactiveBackground": "button",
|
||||||
"selectionInactiveForeground": "fg"
|
"selectionInactiveForeground": "fg"
|
||||||
},
|
},
|
||||||
"borderColor": "bg",
|
"borderColor": "border",
|
||||||
"bottomColor": "bg",
|
"bottomColor": "bg",
|
||||||
"hoverBackground": "hl",
|
"hoverBackground": "hl",
|
||||||
"top2Color": "bg",
|
"top2Color": "bg",
|
||||||
@@ -1096,7 +1260,8 @@
|
|||||||
"hoverBackground": "hl",
|
"hoverBackground": "hl",
|
||||||
"hoverForeground": "selFg",
|
"hoverForeground": "selFg",
|
||||||
"pressedBackground": "button",
|
"pressedBackground": "button",
|
||||||
"pressedForeground": "fg"
|
"pressedForeground": "fg",
|
||||||
|
"widgetInsets": "8,12,8,12"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"TabbedPane": {
|
"TabbedPane": {
|
||||||
@@ -1126,6 +1291,7 @@
|
|||||||
"shadow": "hc",
|
"shadow": "hc",
|
||||||
"tabHeight": 32,
|
"tabHeight": 32,
|
||||||
"tabInsets": "5,10,5,10",
|
"tabInsets": "5,10,5,10",
|
||||||
|
"tabSelectionArc": 4,
|
||||||
"tabSelectionHeight": 2,
|
"tabSelectionHeight": 2,
|
||||||
"tabsOverlapBorder": true,
|
"tabsOverlapBorder": true,
|
||||||
"underlineColor": "accent"
|
"underlineColor": "accent"
|
||||||
@@ -1134,13 +1300,13 @@
|
|||||||
"Table": {
|
"Table": {
|
||||||
"alternativeRowBackground": "cs",
|
"alternativeRowBackground": "cs",
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"cellNoFocusBorder": "10,5,10,5",
|
"cellNoFocusBorder": "16,4,16,4",
|
||||||
"disabledForeground": "dis",
|
"disabledForeground": "dis",
|
||||||
"dropLineColor": "accent",
|
"dropLineColor": "accent",
|
||||||
"dropLineShortColor": "accent",
|
"dropLineShortColor": "accent",
|
||||||
"focusCellBackground": "table",
|
"focusCellBackground": "table",
|
||||||
"focusCellForeground": "activeFg",
|
"focusCellForeground": "activeFg",
|
||||||
"focusCellHighlightBorder": "10,5,10,5",
|
"focusCellHighlightBorder": "18,6,18,6",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"gridColor": "bg",
|
"gridColor": "bg",
|
||||||
"highlightOuter": "table",
|
"highlightOuter": "table",
|
||||||
@@ -1150,6 +1316,7 @@
|
|||||||
"lightSelectionForeground": "activeFg",
|
"lightSelectionForeground": "activeFg",
|
||||||
"lightSelectionInactiveBackground": "second",
|
"lightSelectionInactiveBackground": "second",
|
||||||
"lightSelectionInactiveForeground": "text",
|
"lightSelectionInactiveForeground": "text",
|
||||||
|
"rowHeight": 32,
|
||||||
"selectionBackground": "table",
|
"selectionBackground": "table",
|
||||||
"selectionForeground": "activeFg",
|
"selectionForeground": "activeFg",
|
||||||
"selectionInactiveBackground": "table",
|
"selectionInactiveBackground": "table",
|
||||||
@@ -1160,14 +1327,14 @@
|
|||||||
},
|
},
|
||||||
"TableHeader": {
|
"TableHeader": {
|
||||||
"background": "button",
|
"background": "button",
|
||||||
|
"bottomSeparatorColor": "border",
|
||||||
"borderColor": "hl",
|
"borderColor": "hl",
|
||||||
"bottomSeparatorColor": "hl",
|
"cellBorder": "6,0,6,0",
|
||||||
"cellBorder": "4,0,4,0",
|
|
||||||
"disabledForeground": "dis",
|
"disabledForeground": "dis",
|
||||||
"focusCellBackground": "table",
|
"focusCellBackground": "table",
|
||||||
"focusCellForeground": "activeFg",
|
"focusCellForeground": "activeFg",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"height": 25,
|
"height": 32,
|
||||||
"hoverBackground": "hl",
|
"hoverBackground": "hl",
|
||||||
"separatorColor": "border"
|
"separatorColor": "border"
|
||||||
},
|
},
|
||||||
@@ -1182,7 +1349,7 @@
|
|||||||
"textHighlightText": "activeFg",
|
"textHighlightText": "activeFg",
|
||||||
"textText": "text",
|
"textText": "text",
|
||||||
"TextArea": {
|
"TextArea": {
|
||||||
"background": "hc",
|
"background": "cs",
|
||||||
"caretForeground": "accent",
|
"caretForeground": "accent",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"inactiveForeground": "dis",
|
"inactiveForeground": "dis",
|
||||||
@@ -1190,7 +1357,7 @@
|
|||||||
"selectionForeground": "activeFg"
|
"selectionForeground": "activeFg"
|
||||||
},
|
},
|
||||||
"TextField": {
|
"TextField": {
|
||||||
"background": "hc",
|
"background": "cs",
|
||||||
"borderColor": "bg",
|
"borderColor": "bg",
|
||||||
"caretForeground": "accent",
|
"caretForeground": "accent",
|
||||||
"disabledBackground": "excl",
|
"disabledBackground": "excl",
|
||||||
@@ -1205,15 +1372,21 @@
|
|||||||
"separatorColorDisabled": "bg"
|
"separatorColorDisabled": "bg"
|
||||||
},
|
},
|
||||||
"TextPane": {
|
"TextPane": {
|
||||||
"background": "hc",
|
"background": "cs",
|
||||||
"caretForeground": "accent",
|
"caretForeground": "accent",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"inactiveForeground": "dis",
|
"inactiveForeground": "dis",
|
||||||
"selectionBackground": "table",
|
"selectionBackground": "table",
|
||||||
"selectionForeground": "activeFg"
|
"selectionForeground": "activeFg"
|
||||||
},
|
},
|
||||||
|
"TipOfTheDay": {
|
||||||
|
"Image.borderColor": "border"
|
||||||
|
},
|
||||||
"TitlePane": {
|
"TitlePane": {
|
||||||
"Button.hoverBackground": "hl",
|
"Button": {
|
||||||
|
"hoverBackground": "hl",
|
||||||
|
"preferredSize": "48,40"
|
||||||
|
},
|
||||||
"background": "hc",
|
"background": "hc",
|
||||||
"inactiveBackground": "bg",
|
"inactiveBackground": "bg",
|
||||||
"inactiveInfoForeground": "dis",
|
"inactiveInfoForeground": "dis",
|
||||||
@@ -1240,7 +1413,9 @@
|
|||||||
"borderHandleColor": "text",
|
"borderHandleColor": "text",
|
||||||
"comboBoxButtonBackground": "button",
|
"comboBoxButtonBackground": "button",
|
||||||
"floatingForeground": "text",
|
"floatingForeground": "text",
|
||||||
"foreground": "fg"
|
"foreground": "fg",
|
||||||
|
"verticalToolbarInsets": "6,6,6,6",
|
||||||
|
"horizontalToolbarInsets": "6,6,6,6"
|
||||||
},
|
},
|
||||||
"ToolbarComboWidget": {
|
"ToolbarComboWidget": {
|
||||||
"background": "button",
|
"background": "button",
|
||||||
@@ -1252,6 +1427,7 @@
|
|||||||
"description.title.text.color": "fg"
|
"description.title.text.color": "fg"
|
||||||
},
|
},
|
||||||
"ToolTip": {
|
"ToolTip": {
|
||||||
|
"arc": 6,
|
||||||
"actions": {
|
"actions": {
|
||||||
"background": "bg"
|
"background": "bg"
|
||||||
},
|
},
|
||||||
@@ -1262,8 +1438,10 @@
|
|||||||
},
|
},
|
||||||
"background": "notif",
|
"background": "notif",
|
||||||
"borderColor": "border",
|
"borderColor": "border",
|
||||||
|
"borderCornerRadius": 8,
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"infoForeground": "text",
|
"infoForeground": "text",
|
||||||
|
"linkForeground": "accent",
|
||||||
"Learning": {
|
"Learning": {
|
||||||
"background": "accent",
|
"background": "accent",
|
||||||
"borderColor": "accent",
|
"borderColor": "accent",
|
||||||
@@ -1284,6 +1462,10 @@
|
|||||||
"background": "hc",
|
"background": "hc",
|
||||||
"Button": {
|
"Button": {
|
||||||
"hoverBackground": "table",
|
"hoverBackground": "table",
|
||||||
|
"DragAndDrop": {
|
||||||
|
"stripeBackground": "cs",
|
||||||
|
"buttonDropBackground": "accent70"
|
||||||
|
},
|
||||||
"selectedBackground": "cs",
|
"selectedBackground": "cs",
|
||||||
"selectedForeground": "activeFg"
|
"selectedForeground": "activeFg"
|
||||||
},
|
},
|
||||||
@@ -1296,6 +1478,7 @@
|
|||||||
"tab.selected.background": "cs"
|
"tab.selected.background": "cs"
|
||||||
},
|
},
|
||||||
"Header": {
|
"Header": {
|
||||||
|
"height": 42,
|
||||||
"background": "second",
|
"background": "second",
|
||||||
"borderColor": "second",
|
"borderColor": "second",
|
||||||
"inactiveBackground": "bg"
|
"inactiveBackground": "bg"
|
||||||
@@ -1308,13 +1491,17 @@
|
|||||||
"hoverBackground": "hl",
|
"hoverBackground": "hl",
|
||||||
"hoverInactiveBackground": "hl",
|
"hoverInactiveBackground": "hl",
|
||||||
"inactiveUnderlineColor": "accent",
|
"inactiveUnderlineColor": "accent",
|
||||||
|
"leftRightInsets": "0,12,0,12",
|
||||||
"selectedBackground": "cs",
|
"selectedBackground": "cs",
|
||||||
"selectedInactiveBackground": "cs",
|
"selectedInactiveBackground": "cs",
|
||||||
|
"underlineArc": 4,
|
||||||
"underlineColor": "accent",
|
"underlineColor": "accent",
|
||||||
|
"underlineHeight": 3,
|
||||||
"underlinedTabBackground": "table",
|
"underlinedTabBackground": "table",
|
||||||
"underlinedTabForeground": "selFg",
|
"underlinedTabForeground": "selFg",
|
||||||
"underlinedTabInactiveBackground": "hc",
|
"underlinedTabInactiveBackground": "hc",
|
||||||
"underlinedTabInactiveForeground": "fg"
|
"underlinedTabInactiveForeground": "fg",
|
||||||
|
"verticalPadding": 6
|
||||||
},
|
},
|
||||||
"inactive": {
|
"inactive": {
|
||||||
"Header.background": "bg",
|
"Header.background": "bg",
|
||||||
@@ -1322,13 +1509,15 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"Tree": {
|
"Tree": {
|
||||||
|
"border": "4,12,4,12",
|
||||||
"background": "hc",
|
"background": "hc",
|
||||||
"foreground": "text",
|
"foreground": "text",
|
||||||
|
"errorForeground": "red",
|
||||||
"hash": "border",
|
"hash": "border",
|
||||||
"hoverBackground": "tree",
|
"hoverBackground": "tree",
|
||||||
"hoverInactiveBackground": "table",
|
"hoverInactiveBackground": "table",
|
||||||
"modifiedItemForeground": "accent",
|
"modifiedItemForeground": "accent",
|
||||||
"rowHeight": 28,
|
"rowHeight": "28",
|
||||||
"selectionBackground": "tree",
|
"selectionBackground": "tree",
|
||||||
"selectionForeground": "selFg",
|
"selectionForeground": "selFg",
|
||||||
"selectionInactiveBackground": "tree",
|
"selectionInactiveBackground": "tree",
|
||||||
@@ -1355,7 +1544,6 @@
|
|||||||
"hoverBorderColor": "hl"
|
"hoverBorderColor": "hl"
|
||||||
},
|
},
|
||||||
"Label.foreground": "text",
|
"Label.foreground": "text",
|
||||||
"List.selectionBackground": "tree",
|
|
||||||
"highStroke.foreground": "fg",
|
"highStroke.foreground": "fg",
|
||||||
"motion": {
|
"motion": {
|
||||||
"AddConstraintColor": "accent",
|
"AddConstraintColor": "accent",
|
||||||
@@ -1392,6 +1580,35 @@
|
|||||||
"ourML_BarColor.separatorColor": "border",
|
"ourML_BarColor.separatorColor": "border",
|
||||||
"timeLine.disabledBorderColor": "border"
|
"timeLine.disabledBorderColor": "border"
|
||||||
},
|
},
|
||||||
|
"PackageDetails": {
|
||||||
|
"border": "accent",
|
||||||
|
"infoBanner": "accent"
|
||||||
|
},
|
||||||
|
"PackageSearch": {
|
||||||
|
"PackagesList.rowHeight": 28,
|
||||||
|
"PackageTag": {
|
||||||
|
"background": "excl",
|
||||||
|
"foreground": "fg",
|
||||||
|
"hoverBackground": "tree",
|
||||||
|
"selectedBackground": "selBg",
|
||||||
|
"selectedForeground": "selFg"
|
||||||
|
},
|
||||||
|
"PackageTagSelected": {
|
||||||
|
"background": "selBg",
|
||||||
|
"foreground": "selFg"
|
||||||
|
},
|
||||||
|
"SearchResult": {
|
||||||
|
"background": "cs",
|
||||||
|
"hoverBackground": "tree",
|
||||||
|
"PackageTag": {
|
||||||
|
"background": "excl",
|
||||||
|
"foreground": "fg",
|
||||||
|
"hoverBackground": "tree",
|
||||||
|
"selectedBackground": "selBg",
|
||||||
|
"selectedForeground": "selFg"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"Panel": {
|
"Panel": {
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"borderColor": "border",
|
"borderColor": "border",
|
||||||
@@ -1418,7 +1635,7 @@
|
|||||||
},
|
},
|
||||||
"VersionControl": {
|
"VersionControl": {
|
||||||
"FileHistory.Commit": {
|
"FileHistory.Commit": {
|
||||||
"otherBranchBackground": "bg",
|
"otherBranchBackground": "excl",
|
||||||
"selectedBranchBackground": "bg"
|
"selectedBranchBackground": "bg"
|
||||||
},
|
},
|
||||||
"GitCommits": {
|
"GitCommits": {
|
||||||
@@ -1443,9 +1660,15 @@
|
|||||||
"Commit": {
|
"Commit": {
|
||||||
"currentBranchBackground": "cs",
|
"currentBranchBackground": "cs",
|
||||||
"hoveredBackground": "tree",
|
"hoveredBackground": "tree",
|
||||||
|
"rowHeight": 28,
|
||||||
"unmatchedForeground": "text"
|
"unmatchedForeground": "text"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"MarkerPopup": {
|
||||||
|
"borderColor": "border",
|
||||||
|
"borderInsets": "6,8,6,10",
|
||||||
|
"Toolbar.background": "hl"
|
||||||
|
},
|
||||||
"Ref": {
|
"Ref": {
|
||||||
"backgroundBase": "hl",
|
"backgroundBase": "hl",
|
||||||
"foreground": "activeFg"
|
"foreground": "activeFg"
|
||||||
@@ -1455,6 +1678,11 @@
|
|||||||
"foreground": "activeFg"
|
"foreground": "activeFg"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"UnattendedHostStatus": {
|
||||||
|
"warningBackground": "yellow",
|
||||||
|
"warningForeground": "activeFg",
|
||||||
|
"dangerBackground": "red"
|
||||||
|
},
|
||||||
"Viewport": {
|
"Viewport": {
|
||||||
"background": "hc",
|
"background": "hc",
|
||||||
"foreground": "fg"
|
"foreground": "fg"
|
||||||
|
|||||||
@@ -22,7 +22,7 @@
|
|||||||
"cs": "#21252B",
|
"cs": "#21252B",
|
||||||
"button": "#3A3F4B",
|
"button": "#3A3F4B",
|
||||||
"table": "#383E49",
|
"table": "#383E49",
|
||||||
"tree": "#3A3F4B80",
|
"tree": "#303540",
|
||||||
"hl": "#383D48",
|
"hl": "#383D48",
|
||||||
"notif": "#282C34",
|
"notif": "#282C34",
|
||||||
"hc": "#282C34",
|
"hc": "#282C34",
|
||||||
@@ -73,6 +73,10 @@
|
|||||||
"pressedBackground": "accent50",
|
"pressedBackground": "accent50",
|
||||||
"pressedBorderColor": "accent50"
|
"pressedBorderColor": "accent50"
|
||||||
},
|
},
|
||||||
|
"ActionsList": {
|
||||||
|
"icon.gap": 12,
|
||||||
|
"mnemonic.icon.gap": 12
|
||||||
|
},
|
||||||
"ActionToolbar": {
|
"ActionToolbar": {
|
||||||
"background": "hc"
|
"background": "hc"
|
||||||
},
|
},
|
||||||
@@ -127,8 +131,9 @@
|
|||||||
"BookmarkIcon.background": "accent",
|
"BookmarkIcon.background": "accent",
|
||||||
"Borders.ContrastBorderColor": "bg",
|
"Borders.ContrastBorderColor": "bg",
|
||||||
"Borders.color": "border",
|
"Borders.color": "border",
|
||||||
|
"Breakpoint.iconHoverAlpha": 0.35,
|
||||||
"Button": {
|
"Button": {
|
||||||
"arc": 0,
|
"arc": 8,
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"darcula": {
|
"darcula": {
|
||||||
"borderColor": "button",
|
"borderColor": "button",
|
||||||
@@ -181,7 +186,10 @@
|
|||||||
"shadowColor": "shadow",
|
"shadowColor": "shadow",
|
||||||
"shadowWidth": 0,
|
"shadowWidth": 0,
|
||||||
"startBackground": "table",
|
"startBackground": "table",
|
||||||
"startBorderColor": "button"
|
"startBorderColor": "button",
|
||||||
|
"ToolWindow": {
|
||||||
|
"arc": 40
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"Canvas": {
|
"Canvas": {
|
||||||
"Tooltip.background": "notif",
|
"Tooltip.background": "notif",
|
||||||
@@ -256,6 +264,32 @@
|
|||||||
"accessDot": "accent",
|
"accessDot": "accent",
|
||||||
"dropdownBorder": "second",
|
"dropdownBorder": "second",
|
||||||
"pillBackground": "second"
|
"pillBackground": "second"
|
||||||
|
},
|
||||||
|
"Users": {
|
||||||
|
"1": {
|
||||||
|
"Background": "green",
|
||||||
|
"Foreground": "fg"
|
||||||
|
},
|
||||||
|
"2": {
|
||||||
|
"Background": "blue",
|
||||||
|
"Foreground": "fg"
|
||||||
|
},
|
||||||
|
"3": {
|
||||||
|
"Background": "red",
|
||||||
|
"Foreground": "fg"
|
||||||
|
},
|
||||||
|
"4": {
|
||||||
|
"Background": "purple",
|
||||||
|
"Foreground": "fg"
|
||||||
|
},
|
||||||
|
"5": {
|
||||||
|
"Background": "yellow",
|
||||||
|
"Foreground": "fg"
|
||||||
|
},
|
||||||
|
"6": {
|
||||||
|
"Background": "orange",
|
||||||
|
"Foreground": "fg"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"ColorChooser": {
|
"ColorChooser": {
|
||||||
@@ -293,7 +327,13 @@
|
|||||||
"selectionBackground": "table",
|
"selectionBackground": "table",
|
||||||
"selectionForeground": "activeFg"
|
"selectionForeground": "activeFg"
|
||||||
},
|
},
|
||||||
|
"ComboPopup.border": "1,1,1,1,#2979ff",
|
||||||
"CompletionPopup": {
|
"CompletionPopup": {
|
||||||
|
"Advertiser": {
|
||||||
|
"background": "bg",
|
||||||
|
"foreground": "fg",
|
||||||
|
"borderInsets": "8,12,8,12"
|
||||||
|
},
|
||||||
"background": "second",
|
"background": "second",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"grayForeground": "text",
|
"grayForeground": "text",
|
||||||
@@ -313,8 +353,12 @@
|
|||||||
"selectionInactiveInfoForeground": "text",
|
"selectionInactiveInfoForeground": "text",
|
||||||
"selectionInfoForeground": "selFg"
|
"selectionInfoForeground": "selFg"
|
||||||
},
|
},
|
||||||
|
"ComplexPopup": {
|
||||||
|
"Header.background": "notif"
|
||||||
|
},
|
||||||
"Component": {
|
"Component": {
|
||||||
"arc": 4,
|
"arc": 4,
|
||||||
|
"focusWidth": 2,
|
||||||
"borderColor": "hl",
|
"borderColor": "hl",
|
||||||
"disabledBorderColor": "dis",
|
"disabledBorderColor": "dis",
|
||||||
"focusColor": "accent",
|
"focusColor": "accent",
|
||||||
@@ -351,6 +395,7 @@
|
|||||||
},
|
},
|
||||||
"desktop": "hc",
|
"desktop": "hc",
|
||||||
"Debugger": {
|
"Debugger": {
|
||||||
|
"EvaluateExpression.background": "bg",
|
||||||
"Variables": {
|
"Variables": {
|
||||||
"changedValueForeground": "accent",
|
"changedValueForeground": "accent",
|
||||||
"collectingDataForeground": "text",
|
"collectingDataForeground": "text",
|
||||||
@@ -358,13 +403,15 @@
|
|||||||
"evaluatingExpressionForeground": "text",
|
"evaluatingExpressionForeground": "text",
|
||||||
"exceptionForeground": "yellow",
|
"exceptionForeground": "yellow",
|
||||||
"modifyingValueForeground": "accent",
|
"modifyingValueForeground": "accent",
|
||||||
"valueForeground": "accent"
|
"valueForeground": "accent",
|
||||||
|
"typeForeground": "text"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"DebuggerTabs": {
|
"DebuggerTabs": {
|
||||||
"active.background": "hl",
|
"active.background": "hl",
|
||||||
"selectedBackground": "hl",
|
"selectedBackground": "hl",
|
||||||
"underlinedTabBackground": "table"
|
"underlinedTabBackground": "table",
|
||||||
|
"underlineHeight": 2
|
||||||
},
|
},
|
||||||
"DebuggerPopup": {
|
"DebuggerPopup": {
|
||||||
"borderColor": "bg"
|
"borderColor": "bg"
|
||||||
@@ -380,6 +427,7 @@
|
|||||||
"inactiveMaskColor": "hc",
|
"inactiveMaskColor": "hc",
|
||||||
"inactiveUnderlineColor": "accent",
|
"inactiveUnderlineColor": "accent",
|
||||||
"underlineColor": "accent",
|
"underlineColor": "accent",
|
||||||
|
"underlineHeight": 3,
|
||||||
"underlinedTabBackground": "table",
|
"underlinedTabBackground": "table",
|
||||||
"underlinedTabForeground": "selFg"
|
"underlinedTabForeground": "selFg"
|
||||||
},
|
},
|
||||||
@@ -398,13 +446,21 @@
|
|||||||
"backgroundBorderColor": "bg",
|
"backgroundBorderColor": "bg",
|
||||||
"backgroundColor": "bg",
|
"backgroundColor": "bg",
|
||||||
"borderColor": "accent",
|
"borderColor": "accent",
|
||||||
"foregroundColor": "fg"
|
"foregroundColor": "fg",
|
||||||
|
"rowBackground": "accent70"
|
||||||
},
|
},
|
||||||
"dropArea.base": "accent",
|
"dropArea.base": "accent",
|
||||||
"Editor": {
|
"Editor": {
|
||||||
"background": "hc",
|
"background": "hc",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"shortcutForeground": "text"
|
"shortcutForeground": "text",
|
||||||
|
"SearchField": {
|
||||||
|
"background": "cs",
|
||||||
|
"borderInsets": "8,12,8,12"
|
||||||
|
},
|
||||||
|
"Toolbar": {
|
||||||
|
"borderColor": "border"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"EditorGroupsTabs": {
|
"EditorGroupsTabs": {
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
@@ -423,7 +479,8 @@
|
|||||||
"inactiveBackground": "bg",
|
"inactiveBackground": "bg",
|
||||||
"inactiveForeground": "dis",
|
"inactiveForeground": "dis",
|
||||||
"selectionBackground": "selBg",
|
"selectionBackground": "selBg",
|
||||||
"selectionForeground": "activeFg"
|
"selectionForeground": "activeFg",
|
||||||
|
"splitBorder": "border"
|
||||||
},
|
},
|
||||||
"EditorTabs": {
|
"EditorTabs": {
|
||||||
"active.background": "table",
|
"active.background": "table",
|
||||||
@@ -441,7 +498,10 @@
|
|||||||
"inactiveUnderlineColor": "dis",
|
"inactiveUnderlineColor": "dis",
|
||||||
"selectedBackground": "table",
|
"selectedBackground": "table",
|
||||||
"selectedForeground": "fg",
|
"selectedForeground": "fg",
|
||||||
|
"tabInsets": "-10,10,-10,10",
|
||||||
"underlineColor": "accent",
|
"underlineColor": "accent",
|
||||||
|
"underlineHeight": 3,
|
||||||
|
"underlineArc": 4,
|
||||||
"underlinedTabBackground": "table",
|
"underlinedTabBackground": "table",
|
||||||
"underlinedTabForeground": "selFg"
|
"underlinedTabForeground": "selFg"
|
||||||
},
|
},
|
||||||
@@ -472,7 +532,7 @@
|
|||||||
"defaultButtonBorderColor": "accent"
|
"defaultButtonBorderColor": "accent"
|
||||||
},
|
},
|
||||||
"FormattedTextField": {
|
"FormattedTextField": {
|
||||||
"background": "hc",
|
"background": "cs",
|
||||||
"caretForeground": "accent",
|
"caretForeground": "accent",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"inactiveBackground": "button",
|
"inactiveBackground": "button",
|
||||||
@@ -509,6 +569,9 @@
|
|||||||
"disabledSeparatorColor": "border",
|
"disabledSeparatorColor": "border",
|
||||||
"separatorColor": "border"
|
"separatorColor": "border"
|
||||||
},
|
},
|
||||||
|
"Gutter": {
|
||||||
|
"VcsChanges.width": 4
|
||||||
|
},
|
||||||
"GutterTooltip": {
|
"GutterTooltip": {
|
||||||
"borderColor": "bg",
|
"borderColor": "bg",
|
||||||
"infoForeground": "text",
|
"infoForeground": "text",
|
||||||
@@ -522,11 +585,14 @@
|
|||||||
"background": "bg",
|
"background": "bg",
|
||||||
"backgroundColor": "bg",
|
"backgroundColor": "bg",
|
||||||
"borderColor": "border",
|
"borderColor": "border",
|
||||||
|
"defaultTextBorderInsets": "16,16,16,16",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"infoForeground": "text",
|
"infoForeground": "text",
|
||||||
"shortcutForeground": "text",
|
"shortcutForeground": "text",
|
||||||
"shortcutTextColor": "text",
|
"shortcutTextColor": "text",
|
||||||
"textColor": "fg"
|
"smallTextBorderInsets": "8,12,8,12",
|
||||||
|
"textColor": "fg",
|
||||||
|
"verticalGap": 8
|
||||||
},
|
},
|
||||||
"Hg.Log.Ref": {
|
"Hg.Log.Ref": {
|
||||||
"Branch": "accent",
|
"Branch": "accent",
|
||||||
@@ -594,6 +660,7 @@
|
|||||||
"link": "accent",
|
"link": "accent",
|
||||||
"Link": {
|
"Link": {
|
||||||
"activeForeground": "accent",
|
"activeForeground": "accent",
|
||||||
|
"focusedBorderColor": "accent",
|
||||||
"hoverForeground": "accent",
|
"hoverForeground": "accent",
|
||||||
"pressedForeground": "accent",
|
"pressedForeground": "accent",
|
||||||
"secondaryForeground": "text",
|
"secondaryForeground": "text",
|
||||||
@@ -605,27 +672,61 @@
|
|||||||
"link.visited.foreground": "accent",
|
"link.visited.foreground": "accent",
|
||||||
"List": {
|
"List": {
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
|
"Button": {
|
||||||
|
"hoverBackground": "hl",
|
||||||
|
"leftRightInset": 8,
|
||||||
|
"separatorColor": "border",
|
||||||
|
"separatorInset": 4
|
||||||
|
},
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"hoverBackground": "hl",
|
"hoverBackground": "hl",
|
||||||
"hoverInactiveBackground": "table",
|
"hoverInactiveBackground": "table",
|
||||||
|
"Line.hoverBackground": "selBg",
|
||||||
|
"rowHeight": "28",
|
||||||
|
"selectionBackground": "tree",
|
||||||
"selectionForeground": "selFg",
|
"selectionForeground": "selFg",
|
||||||
"selectionInactiveBackground": "table",
|
"selectionInactiveBackground": "table",
|
||||||
"selectionInactiveForeground": "activeFg"
|
"selectionInactiveForeground": "activeFg",
|
||||||
|
"Tag": {
|
||||||
|
"background": "button",
|
||||||
|
"foreground": "fg"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"LiveIndicator": {
|
"LiveIndicator": {
|
||||||
"color": "accent"
|
"color": "accent"
|
||||||
},
|
},
|
||||||
|
"macOSWindow.Title": {
|
||||||
|
"height": 30,
|
||||||
|
"heightSmall": 20
|
||||||
|
},
|
||||||
|
"MainMenu": {
|
||||||
|
"background": "hc",
|
||||||
|
"foreground": "fg",
|
||||||
|
"selectionForeground": "activeFg",
|
||||||
|
"selectionBackground": "selBg"
|
||||||
|
},
|
||||||
"MainToolbar": {
|
"MainToolbar": {
|
||||||
"Dropdown.background": "bg",
|
|
||||||
"Dropdown.hoverBackground": "border",
|
|
||||||
"Dropdown.pressedBackground": "table",
|
|
||||||
"Icon.background": "bg",
|
|
||||||
"Icon.hoverBackground": "border",
|
|
||||||
"Icon.pressedBackground": "table",
|
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"hoverBackground": "border",
|
"Button": {
|
||||||
|
"buttonInsets": "0,0,0,0"
|
||||||
|
},
|
||||||
|
"Dropdown": {
|
||||||
|
"borderInsets": "6,12,6,12",
|
||||||
|
"background": "bg",
|
||||||
|
"foreground": "fg",
|
||||||
|
"hoverBackground": "hl",
|
||||||
|
"pressedBackground": "table"
|
||||||
|
},
|
||||||
|
"hoverBackground": "hl",
|
||||||
|
"Icon": {
|
||||||
|
"borderInsets": "10,10,10,10",
|
||||||
|
"background": "bg",
|
||||||
|
"hoverBackground": "hl",
|
||||||
|
"pressedBackground": "table"
|
||||||
|
},
|
||||||
"inactiveBackground": "bg",
|
"inactiveBackground": "bg",
|
||||||
"pressedBackground": "table"
|
"pressedBackground": "table",
|
||||||
|
"separatorColor": "border"
|
||||||
},
|
},
|
||||||
"material": {
|
"material": {
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
@@ -652,11 +753,15 @@
|
|||||||
"acceleratorForeground": "text",
|
"acceleratorForeground": "text",
|
||||||
"acceleratorSelectionForeground": "activeFg",
|
"acceleratorSelectionForeground": "activeFg",
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"border": "4,2,4,2",
|
"border": "8,8,8,8",
|
||||||
"borderColor": "second",
|
"borderColor": "second",
|
||||||
"disabledBackground": "second",
|
"disabledBackground": "second",
|
||||||
"disabledForeground": "dis",
|
"disabledForeground": "dis",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
|
"Selection": {
|
||||||
|
"arc": 8,
|
||||||
|
"innerInsets": "8,2,8,2"
|
||||||
|
},
|
||||||
"selectionBackground": "selBg",
|
"selectionBackground": "selBg",
|
||||||
"selectionForeground": "activeFg",
|
"selectionForeground": "activeFg",
|
||||||
"separatorColor": "border"
|
"separatorColor": "border"
|
||||||
@@ -676,7 +781,7 @@
|
|||||||
"acceleratorForeground": "text",
|
"acceleratorForeground": "text",
|
||||||
"acceleratorSelectionForeground": "activeFg",
|
"acceleratorSelectionForeground": "activeFg",
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"border": "4,2,4,2",
|
"border": "8,8,8,8",
|
||||||
"disabledBackground": "bg",
|
"disabledBackground": "bg",
|
||||||
"disabledForeground": "dis",
|
"disabledForeground": "dis",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
@@ -699,11 +804,13 @@
|
|||||||
"background": "bg"
|
"background": "bg"
|
||||||
},
|
},
|
||||||
"SearchField": {
|
"SearchField": {
|
||||||
"background": "hc"
|
"background": "cs"
|
||||||
}
|
},
|
||||||
|
"separatorWidth": 6
|
||||||
},
|
},
|
||||||
"NewPSD.warning": "accent",
|
"NewPSD.warning": "accent",
|
||||||
"Notification": {
|
"Notification": {
|
||||||
|
"arc": 16,
|
||||||
"Error.foreground": "accent",
|
"Error.foreground": "accent",
|
||||||
"Link.foreground": "accent",
|
"Link.foreground": "accent",
|
||||||
"background": "notif",
|
"background": "notif",
|
||||||
@@ -719,12 +826,18 @@
|
|||||||
"innerBorderColor": "button"
|
"innerBorderColor": "button"
|
||||||
},
|
},
|
||||||
"ToolWindow": {
|
"ToolWindow": {
|
||||||
|
"Button.DragAndDrop": {
|
||||||
|
"buttonFloatingBackground": "button",
|
||||||
|
"stripeBackground": "bg"
|
||||||
|
},
|
||||||
"errorBackground": "notifError",
|
"errorBackground": "notifError",
|
||||||
"errorBorderColor": "notifError",
|
"errorBorderColor": "notifError",
|
||||||
"errorForeground": "fg",
|
"errorForeground": "fg",
|
||||||
|
"infoBackground": "notif",
|
||||||
|
"infoBorderColor": "notif",
|
||||||
"infoForeground": "fg",
|
"infoForeground": "fg",
|
||||||
"informativeBackground": "notifInfo",
|
"informativeBackground": "notif",
|
||||||
"informativeBorderColor": "notifInfo",
|
"informativeBorderColor": "notif",
|
||||||
"informativeForeground": "fg",
|
"informativeForeground": "fg",
|
||||||
"warningBackground": "notifWarn",
|
"warningBackground": "notifWarn",
|
||||||
"warningBorderColor": "notifWarn",
|
"warningBorderColor": "notifWarn",
|
||||||
@@ -736,7 +849,8 @@
|
|||||||
},
|
},
|
||||||
"ToolWindowInfo": {
|
"ToolWindowInfo": {
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"background": "notifInfo"
|
"background": "notif",
|
||||||
|
"borderColor": "notif"
|
||||||
},
|
},
|
||||||
"ToolWindowWarning": {
|
"ToolWindowWarning": {
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
@@ -786,7 +900,7 @@
|
|||||||
"lineSeparatorColor": "table"
|
"lineSeparatorColor": "table"
|
||||||
},
|
},
|
||||||
"PasswordField": {
|
"PasswordField": {
|
||||||
"background": "hc",
|
"background": "cs",
|
||||||
"capsLockIconColor": "accent",
|
"capsLockIconColor": "accent",
|
||||||
"caretForeground": "accent",
|
"caretForeground": "accent",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
@@ -796,6 +910,7 @@
|
|||||||
},
|
},
|
||||||
"Plugins": {
|
"Plugins": {
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
|
"borderColor": "border",
|
||||||
"disabledForeground": "dis",
|
"disabledForeground": "dis",
|
||||||
"eapTagBackground": "hl",
|
"eapTagBackground": "hl",
|
||||||
"hoverBackground": "hl",
|
"hoverBackground": "hl",
|
||||||
@@ -817,8 +932,11 @@
|
|||||||
"updateBorderColor": "button",
|
"updateBorderColor": "button",
|
||||||
"updateForeground": "fg"
|
"updateForeground": "fg"
|
||||||
},
|
},
|
||||||
|
"ScreenshotPagination": {
|
||||||
|
"CurrentImage.fillColor": "accent"
|
||||||
|
},
|
||||||
"SearchField": {
|
"SearchField": {
|
||||||
"background": "hc",
|
"background": "cs",
|
||||||
"borderColor": "border"
|
"borderColor": "border"
|
||||||
},
|
},
|
||||||
"SectionHeader": {
|
"SectionHeader": {
|
||||||
@@ -836,27 +954,38 @@
|
|||||||
},
|
},
|
||||||
"Popup": {
|
"Popup": {
|
||||||
"Advertiser": {
|
"Advertiser": {
|
||||||
|
"borderInsets": "6,20,6,20",
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"borderColor": "bg",
|
"borderColor": "bg",
|
||||||
"foreground": "accent"
|
"foreground": "accent"
|
||||||
},
|
},
|
||||||
|
"Body": {
|
||||||
|
"bottomInsetNoAd": 8,
|
||||||
|
"bottomInsetBeforeAd": 8,
|
||||||
|
"topInsetNoHeader": 8
|
||||||
|
},
|
||||||
"Border": {
|
"Border": {
|
||||||
"color": "cs",
|
"color": "cs",
|
||||||
"inactiveColor": "bg"
|
"inactiveColor": "bg"
|
||||||
},
|
},
|
||||||
|
"background": "notif",
|
||||||
"borderColor": "cs",
|
"borderColor": "cs",
|
||||||
|
"borderWidth": 0,
|
||||||
"inactiveBorderColor": "bg",
|
"inactiveBorderColor": "bg",
|
||||||
"innerBorderColor": "second",
|
"innerBorderColor": "second",
|
||||||
"Header": {
|
"Header": {
|
||||||
"activeBackground": "bg",
|
"activeBackground": "bg",
|
||||||
"inactiveBackground": "cs"
|
"inactiveBackground": "cs",
|
||||||
|
"inactiveForeground": "text"
|
||||||
},
|
},
|
||||||
"paintBorder": true,
|
"paintBorder": false,
|
||||||
"preferences": {
|
"preferences": {
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"borderColor": "bg",
|
"borderColor": "bg",
|
||||||
"foreground": "fg"
|
"foreground": "fg"
|
||||||
},
|
},
|
||||||
|
"Selection.arc": 8,
|
||||||
|
"Selection.leftRightInset": 8,
|
||||||
"Separator": {
|
"Separator": {
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"color": "border"
|
"color": "border"
|
||||||
@@ -872,13 +1001,24 @@
|
|||||||
},
|
},
|
||||||
"PopupMenu": {
|
"PopupMenu": {
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"border": "2,0,2,0",
|
"borderWidth": 1,
|
||||||
|
"border": "8,8,8,8",
|
||||||
|
"borderCornerRadius": 8,
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
|
"Selection": {
|
||||||
|
"arc": 8,
|
||||||
|
"innerInsets": "8,2,8,2"
|
||||||
|
},
|
||||||
"selectionBackground": "selBg",
|
"selectionBackground": "selBg",
|
||||||
"translucentBackground": "bg"
|
"translucentBackground": "bg"
|
||||||
},
|
},
|
||||||
"PopupMenuSeparator.height": 10,
|
"PopupMenuSeparator": {
|
||||||
"PopupMenuSeparator.stripeIndent": 5,
|
"height": 10,
|
||||||
|
"stripeWidth": 2,
|
||||||
|
"stripeIndent": 5,
|
||||||
|
"withToEdge": 4,
|
||||||
|
"borderCornerRadius": 8
|
||||||
|
},
|
||||||
"ProgressBar": {
|
"ProgressBar": {
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"foreground": "accent",
|
"foreground": "accent",
|
||||||
@@ -922,12 +1062,27 @@
|
|||||||
"selectionBackground": "selBg",
|
"selectionBackground": "selBg",
|
||||||
"selectionForeground": "selFg"
|
"selectionForeground": "selFg"
|
||||||
},
|
},
|
||||||
|
"ReviewList": {
|
||||||
|
"state.background": "second",
|
||||||
|
"state.foreground": "fg"
|
||||||
|
},
|
||||||
"RunWidget": {
|
"RunWidget": {
|
||||||
|
"background": "button",
|
||||||
|
"Debug.activeBackground": "hl",
|
||||||
|
"foreground": "fg",
|
||||||
|
"hoverBackground": "table",
|
||||||
|
"pressedBackground": "hl",
|
||||||
|
"Profile.activeBackground": "hl",
|
||||||
|
"runningBackground": "hl",
|
||||||
|
"runningForeground": "selFg",
|
||||||
|
"Run.activeBackground": "hl",
|
||||||
"Running": {
|
"Running": {
|
||||||
"background": "accent",
|
"background": "hl",
|
||||||
"leftHoverBackground": "accent70",
|
"foreground": "selFg",
|
||||||
"leftPressedBackground": "accent"
|
"leftHoverBackground": "hl",
|
||||||
}
|
"leftPressedBackground": "hl"
|
||||||
|
},
|
||||||
|
"separatorColor": "border"
|
||||||
},
|
},
|
||||||
"ScreenView.borderColor": "border",
|
"ScreenView.borderColor": "border",
|
||||||
"scrollbar": "bg",
|
"scrollbar": "bg",
|
||||||
@@ -971,8 +1126,9 @@
|
|||||||
},
|
},
|
||||||
"SearchEverywhere": {
|
"SearchEverywhere": {
|
||||||
"Advertiser": {
|
"Advertiser": {
|
||||||
"background": "cs",
|
"background": "bg",
|
||||||
"foreground": "text"
|
"foreground": "text",
|
||||||
|
"borderInsets": "10,20,10,20"
|
||||||
},
|
},
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"Dialog": {
|
"Dialog": {
|
||||||
@@ -989,11 +1145,12 @@
|
|||||||
"Separator.foreground": "text",
|
"Separator.foreground": "text",
|
||||||
"selectionBackground": "selBg",
|
"selectionBackground": "selBg",
|
||||||
"separatorColor": "border",
|
"separatorColor": "border",
|
||||||
"separatorForeground": "text"
|
"separatorForeground": "text",
|
||||||
|
"settingsBackground": "bg"
|
||||||
},
|
},
|
||||||
"SearchField": {
|
"SearchField": {
|
||||||
"Border.color": "hl",
|
"Border.color": "hl",
|
||||||
"background": "hc",
|
"background": "cs",
|
||||||
"borderColor": "hl",
|
"borderColor": "hl",
|
||||||
"grayForeground": "dis",
|
"grayForeground": "dis",
|
||||||
"infoForeground": "dis"
|
"infoForeground": "dis"
|
||||||
@@ -1015,8 +1172,13 @@
|
|||||||
"startColor": "accent"
|
"startColor": "accent"
|
||||||
},
|
},
|
||||||
"SearchField.errorBackground": "notif",
|
"SearchField.errorBackground": "notif",
|
||||||
|
"SearchFieldWithExtension": {
|
||||||
|
"background": "cs"
|
||||||
|
},
|
||||||
"SearchOption": {
|
"SearchOption": {
|
||||||
"selectedBackground": "table"
|
"selectedBackground": "table",
|
||||||
|
"selectedPressedBackground": "hl",
|
||||||
|
"selectedHoveredBackground": "hl"
|
||||||
},
|
},
|
||||||
"SearchResults": {
|
"SearchResults": {
|
||||||
"Ordinal.File.Foreground": "text",
|
"Ordinal.File.Foreground": "text",
|
||||||
@@ -1056,12 +1218,12 @@
|
|||||||
"SpeedSearch": {
|
"SpeedSearch": {
|
||||||
"background": "hl",
|
"background": "hl",
|
||||||
"borderColor": "border",
|
"borderColor": "border",
|
||||||
"errorForeground": "fg",
|
"errorForeground": "red",
|
||||||
"foreground": "fg"
|
"foreground": "fg"
|
||||||
},
|
},
|
||||||
"Spinner": {
|
"Spinner": {
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"border": "3,3,3,3",
|
"border": "4,4,4,4",
|
||||||
"disabledBackground": "excl",
|
"disabledBackground": "excl",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"selectionForeground": "activeFg"
|
"selectionForeground": "activeFg"
|
||||||
@@ -1077,15 +1239,17 @@
|
|||||||
"Breadcrumbs": {
|
"Breadcrumbs": {
|
||||||
"floatingBackground": "tree",
|
"floatingBackground": "tree",
|
||||||
"floatingForeground": "fg",
|
"floatingForeground": "fg",
|
||||||
|
"floatingToolbarInsets": "8,12,8,12",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"hoverBackground": "tree",
|
"hoverBackground": "tree",
|
||||||
"hoverForeground": "fg",
|
"hoverForeground": "fg",
|
||||||
|
"itemBackgroundInsets": "2,4,2,4",
|
||||||
"selectionBackground": "selBg",
|
"selectionBackground": "selBg",
|
||||||
"selectionForeground": "activeFg",
|
"selectionForeground": "activeFg",
|
||||||
"selectionInactiveBackground": "button",
|
"selectionInactiveBackground": "button",
|
||||||
"selectionInactiveForeground": "fg"
|
"selectionInactiveForeground": "fg"
|
||||||
},
|
},
|
||||||
"borderColor": "bg",
|
"borderColor": "border",
|
||||||
"bottomColor": "bg",
|
"bottomColor": "bg",
|
||||||
"hoverBackground": "hl",
|
"hoverBackground": "hl",
|
||||||
"top2Color": "bg",
|
"top2Color": "bg",
|
||||||
@@ -1096,7 +1260,8 @@
|
|||||||
"hoverBackground": "hl",
|
"hoverBackground": "hl",
|
||||||
"hoverForeground": "selFg",
|
"hoverForeground": "selFg",
|
||||||
"pressedBackground": "button",
|
"pressedBackground": "button",
|
||||||
"pressedForeground": "fg"
|
"pressedForeground": "fg",
|
||||||
|
"widgetInsets": "8,12,8,12"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"TabbedPane": {
|
"TabbedPane": {
|
||||||
@@ -1126,6 +1291,7 @@
|
|||||||
"shadow": "hc",
|
"shadow": "hc",
|
||||||
"tabHeight": 32,
|
"tabHeight": 32,
|
||||||
"tabInsets": "5,10,5,10",
|
"tabInsets": "5,10,5,10",
|
||||||
|
"tabSelectionArc": 4,
|
||||||
"tabSelectionHeight": 2,
|
"tabSelectionHeight": 2,
|
||||||
"tabsOverlapBorder": true,
|
"tabsOverlapBorder": true,
|
||||||
"underlineColor": "accent"
|
"underlineColor": "accent"
|
||||||
@@ -1134,13 +1300,13 @@
|
|||||||
"Table": {
|
"Table": {
|
||||||
"alternativeRowBackground": "cs",
|
"alternativeRowBackground": "cs",
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"cellNoFocusBorder": "10,5,10,5",
|
"cellNoFocusBorder": "16,4,16,4",
|
||||||
"disabledForeground": "dis",
|
"disabledForeground": "dis",
|
||||||
"dropLineColor": "accent",
|
"dropLineColor": "accent",
|
||||||
"dropLineShortColor": "accent",
|
"dropLineShortColor": "accent",
|
||||||
"focusCellBackground": "table",
|
"focusCellBackground": "table",
|
||||||
"focusCellForeground": "activeFg",
|
"focusCellForeground": "activeFg",
|
||||||
"focusCellHighlightBorder": "10,5,10,5",
|
"focusCellHighlightBorder": "18,6,18,6",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"gridColor": "bg",
|
"gridColor": "bg",
|
||||||
"highlightOuter": "table",
|
"highlightOuter": "table",
|
||||||
@@ -1150,6 +1316,7 @@
|
|||||||
"lightSelectionForeground": "activeFg",
|
"lightSelectionForeground": "activeFg",
|
||||||
"lightSelectionInactiveBackground": "second",
|
"lightSelectionInactiveBackground": "second",
|
||||||
"lightSelectionInactiveForeground": "text",
|
"lightSelectionInactiveForeground": "text",
|
||||||
|
"rowHeight": 32,
|
||||||
"selectionBackground": "table",
|
"selectionBackground": "table",
|
||||||
"selectionForeground": "activeFg",
|
"selectionForeground": "activeFg",
|
||||||
"selectionInactiveBackground": "table",
|
"selectionInactiveBackground": "table",
|
||||||
@@ -1160,14 +1327,14 @@
|
|||||||
},
|
},
|
||||||
"TableHeader": {
|
"TableHeader": {
|
||||||
"background": "button",
|
"background": "button",
|
||||||
|
"bottomSeparatorColor": "border",
|
||||||
"borderColor": "hl",
|
"borderColor": "hl",
|
||||||
"bottomSeparatorColor": "hl",
|
"cellBorder": "6,0,6,0",
|
||||||
"cellBorder": "4,0,4,0",
|
|
||||||
"disabledForeground": "dis",
|
"disabledForeground": "dis",
|
||||||
"focusCellBackground": "table",
|
"focusCellBackground": "table",
|
||||||
"focusCellForeground": "activeFg",
|
"focusCellForeground": "activeFg",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"height": 25,
|
"height": 32,
|
||||||
"hoverBackground": "hl",
|
"hoverBackground": "hl",
|
||||||
"separatorColor": "border"
|
"separatorColor": "border"
|
||||||
},
|
},
|
||||||
@@ -1182,7 +1349,7 @@
|
|||||||
"textHighlightText": "activeFg",
|
"textHighlightText": "activeFg",
|
||||||
"textText": "text",
|
"textText": "text",
|
||||||
"TextArea": {
|
"TextArea": {
|
||||||
"background": "hc",
|
"background": "cs",
|
||||||
"caretForeground": "accent",
|
"caretForeground": "accent",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"inactiveForeground": "dis",
|
"inactiveForeground": "dis",
|
||||||
@@ -1190,7 +1357,7 @@
|
|||||||
"selectionForeground": "activeFg"
|
"selectionForeground": "activeFg"
|
||||||
},
|
},
|
||||||
"TextField": {
|
"TextField": {
|
||||||
"background": "hc",
|
"background": "cs",
|
||||||
"borderColor": "bg",
|
"borderColor": "bg",
|
||||||
"caretForeground": "accent",
|
"caretForeground": "accent",
|
||||||
"disabledBackground": "excl",
|
"disabledBackground": "excl",
|
||||||
@@ -1205,15 +1372,21 @@
|
|||||||
"separatorColorDisabled": "bg"
|
"separatorColorDisabled": "bg"
|
||||||
},
|
},
|
||||||
"TextPane": {
|
"TextPane": {
|
||||||
"background": "hc",
|
"background": "cs",
|
||||||
"caretForeground": "accent",
|
"caretForeground": "accent",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"inactiveForeground": "dis",
|
"inactiveForeground": "dis",
|
||||||
"selectionBackground": "table",
|
"selectionBackground": "table",
|
||||||
"selectionForeground": "activeFg"
|
"selectionForeground": "activeFg"
|
||||||
},
|
},
|
||||||
|
"TipOfTheDay": {
|
||||||
|
"Image.borderColor": "border"
|
||||||
|
},
|
||||||
"TitlePane": {
|
"TitlePane": {
|
||||||
"Button.hoverBackground": "hl",
|
"Button": {
|
||||||
|
"hoverBackground": "hl",
|
||||||
|
"preferredSize": "48,40"
|
||||||
|
},
|
||||||
"background": "hc",
|
"background": "hc",
|
||||||
"inactiveBackground": "bg",
|
"inactiveBackground": "bg",
|
||||||
"inactiveInfoForeground": "dis",
|
"inactiveInfoForeground": "dis",
|
||||||
@@ -1240,7 +1413,9 @@
|
|||||||
"borderHandleColor": "text",
|
"borderHandleColor": "text",
|
||||||
"comboBoxButtonBackground": "button",
|
"comboBoxButtonBackground": "button",
|
||||||
"floatingForeground": "text",
|
"floatingForeground": "text",
|
||||||
"foreground": "fg"
|
"foreground": "fg",
|
||||||
|
"verticalToolbarInsets": "6,6,6,6",
|
||||||
|
"horizontalToolbarInsets": "6,6,6,6"
|
||||||
},
|
},
|
||||||
"ToolbarComboWidget": {
|
"ToolbarComboWidget": {
|
||||||
"background": "button",
|
"background": "button",
|
||||||
@@ -1252,6 +1427,7 @@
|
|||||||
"description.title.text.color": "fg"
|
"description.title.text.color": "fg"
|
||||||
},
|
},
|
||||||
"ToolTip": {
|
"ToolTip": {
|
||||||
|
"arc": 6,
|
||||||
"actions": {
|
"actions": {
|
||||||
"background": "bg"
|
"background": "bg"
|
||||||
},
|
},
|
||||||
@@ -1262,8 +1438,10 @@
|
|||||||
},
|
},
|
||||||
"background": "notif",
|
"background": "notif",
|
||||||
"borderColor": "border",
|
"borderColor": "border",
|
||||||
|
"borderCornerRadius": 8,
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"infoForeground": "text",
|
"infoForeground": "text",
|
||||||
|
"linkForeground": "accent",
|
||||||
"Learning": {
|
"Learning": {
|
||||||
"background": "accent",
|
"background": "accent",
|
||||||
"borderColor": "accent",
|
"borderColor": "accent",
|
||||||
@@ -1284,6 +1462,10 @@
|
|||||||
"background": "hc",
|
"background": "hc",
|
||||||
"Button": {
|
"Button": {
|
||||||
"hoverBackground": "table",
|
"hoverBackground": "table",
|
||||||
|
"DragAndDrop": {
|
||||||
|
"stripeBackground": "cs",
|
||||||
|
"buttonDropBackground": "accent70"
|
||||||
|
},
|
||||||
"selectedBackground": "cs",
|
"selectedBackground": "cs",
|
||||||
"selectedForeground": "activeFg"
|
"selectedForeground": "activeFg"
|
||||||
},
|
},
|
||||||
@@ -1296,6 +1478,7 @@
|
|||||||
"tab.selected.background": "cs"
|
"tab.selected.background": "cs"
|
||||||
},
|
},
|
||||||
"Header": {
|
"Header": {
|
||||||
|
"height": 42,
|
||||||
"background": "second",
|
"background": "second",
|
||||||
"borderColor": "second",
|
"borderColor": "second",
|
||||||
"inactiveBackground": "bg"
|
"inactiveBackground": "bg"
|
||||||
@@ -1308,13 +1491,17 @@
|
|||||||
"hoverBackground": "hl",
|
"hoverBackground": "hl",
|
||||||
"hoverInactiveBackground": "hl",
|
"hoverInactiveBackground": "hl",
|
||||||
"inactiveUnderlineColor": "accent",
|
"inactiveUnderlineColor": "accent",
|
||||||
|
"leftRightInsets": "0,12,0,12",
|
||||||
"selectedBackground": "cs",
|
"selectedBackground": "cs",
|
||||||
"selectedInactiveBackground": "cs",
|
"selectedInactiveBackground": "cs",
|
||||||
|
"underlineArc": 4,
|
||||||
"underlineColor": "accent",
|
"underlineColor": "accent",
|
||||||
|
"underlineHeight": 3,
|
||||||
"underlinedTabBackground": "table",
|
"underlinedTabBackground": "table",
|
||||||
"underlinedTabForeground": "selFg",
|
"underlinedTabForeground": "selFg",
|
||||||
"underlinedTabInactiveBackground": "hc",
|
"underlinedTabInactiveBackground": "hc",
|
||||||
"underlinedTabInactiveForeground": "fg"
|
"underlinedTabInactiveForeground": "fg",
|
||||||
|
"verticalPadding": 6
|
||||||
},
|
},
|
||||||
"inactive": {
|
"inactive": {
|
||||||
"Header.background": "bg",
|
"Header.background": "bg",
|
||||||
@@ -1322,13 +1509,15 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"Tree": {
|
"Tree": {
|
||||||
|
"border": "4,12,4,12",
|
||||||
"background": "hc",
|
"background": "hc",
|
||||||
"foreground": "text",
|
"foreground": "text",
|
||||||
|
"errorForeground": "red",
|
||||||
"hash": "border",
|
"hash": "border",
|
||||||
"hoverBackground": "tree",
|
"hoverBackground": "tree",
|
||||||
"hoverInactiveBackground": "table",
|
"hoverInactiveBackground": "table",
|
||||||
"modifiedItemForeground": "accent",
|
"modifiedItemForeground": "accent",
|
||||||
"rowHeight": 28,
|
"rowHeight": "28",
|
||||||
"selectionBackground": "tree",
|
"selectionBackground": "tree",
|
||||||
"selectionForeground": "selFg",
|
"selectionForeground": "selFg",
|
||||||
"selectionInactiveBackground": "tree",
|
"selectionInactiveBackground": "tree",
|
||||||
@@ -1355,7 +1544,6 @@
|
|||||||
"hoverBorderColor": "hl"
|
"hoverBorderColor": "hl"
|
||||||
},
|
},
|
||||||
"Label.foreground": "text",
|
"Label.foreground": "text",
|
||||||
"List.selectionBackground": "tree",
|
|
||||||
"highStroke.foreground": "fg",
|
"highStroke.foreground": "fg",
|
||||||
"motion": {
|
"motion": {
|
||||||
"AddConstraintColor": "accent",
|
"AddConstraintColor": "accent",
|
||||||
@@ -1392,6 +1580,35 @@
|
|||||||
"ourML_BarColor.separatorColor": "border",
|
"ourML_BarColor.separatorColor": "border",
|
||||||
"timeLine.disabledBorderColor": "border"
|
"timeLine.disabledBorderColor": "border"
|
||||||
},
|
},
|
||||||
|
"PackageDetails": {
|
||||||
|
"border": "accent",
|
||||||
|
"infoBanner": "accent"
|
||||||
|
},
|
||||||
|
"PackageSearch": {
|
||||||
|
"PackagesList.rowHeight": 28,
|
||||||
|
"PackageTag": {
|
||||||
|
"background": "excl",
|
||||||
|
"foreground": "fg",
|
||||||
|
"hoverBackground": "tree",
|
||||||
|
"selectedBackground": "selBg",
|
||||||
|
"selectedForeground": "selFg"
|
||||||
|
},
|
||||||
|
"PackageTagSelected": {
|
||||||
|
"background": "selBg",
|
||||||
|
"foreground": "selFg"
|
||||||
|
},
|
||||||
|
"SearchResult": {
|
||||||
|
"background": "cs",
|
||||||
|
"hoverBackground": "tree",
|
||||||
|
"PackageTag": {
|
||||||
|
"background": "excl",
|
||||||
|
"foreground": "fg",
|
||||||
|
"hoverBackground": "tree",
|
||||||
|
"selectedBackground": "selBg",
|
||||||
|
"selectedForeground": "selFg"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"Panel": {
|
"Panel": {
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"borderColor": "border",
|
"borderColor": "border",
|
||||||
@@ -1418,7 +1635,7 @@
|
|||||||
},
|
},
|
||||||
"VersionControl": {
|
"VersionControl": {
|
||||||
"FileHistory.Commit": {
|
"FileHistory.Commit": {
|
||||||
"otherBranchBackground": "bg",
|
"otherBranchBackground": "excl",
|
||||||
"selectedBranchBackground": "bg"
|
"selectedBranchBackground": "bg"
|
||||||
},
|
},
|
||||||
"GitCommits": {
|
"GitCommits": {
|
||||||
@@ -1443,9 +1660,15 @@
|
|||||||
"Commit": {
|
"Commit": {
|
||||||
"currentBranchBackground": "cs",
|
"currentBranchBackground": "cs",
|
||||||
"hoveredBackground": "tree",
|
"hoveredBackground": "tree",
|
||||||
|
"rowHeight": 28,
|
||||||
"unmatchedForeground": "text"
|
"unmatchedForeground": "text"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"MarkerPopup": {
|
||||||
|
"borderColor": "border",
|
||||||
|
"borderInsets": "6,8,6,10",
|
||||||
|
"Toolbar.background": "hl"
|
||||||
|
},
|
||||||
"Ref": {
|
"Ref": {
|
||||||
"backgroundBase": "hl",
|
"backgroundBase": "hl",
|
||||||
"foreground": "activeFg"
|
"foreground": "activeFg"
|
||||||
@@ -1455,6 +1678,11 @@
|
|||||||
"foreground": "activeFg"
|
"foreground": "activeFg"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"UnattendedHostStatus": {
|
||||||
|
"warningBackground": "yellow",
|
||||||
|
"warningForeground": "activeFg",
|
||||||
|
"dangerBackground": "red"
|
||||||
|
},
|
||||||
"Viewport": {
|
"Viewport": {
|
||||||
"background": "hc",
|
"background": "hc",
|
||||||
"foreground": "fg"
|
"foreground": "fg"
|
||||||
|
|||||||
@@ -22,7 +22,7 @@
|
|||||||
"cs": "#eaeaeb",
|
"cs": "#eaeaeb",
|
||||||
"button": "#DBDBDC",
|
"button": "#DBDBDC",
|
||||||
"table": "#DBDBDC",
|
"table": "#DBDBDC",
|
||||||
"tree": "#DBDBDC80",
|
"tree": "#e8e8e8",
|
||||||
"hl": "#FFFFFF",
|
"hl": "#FFFFFF",
|
||||||
"notif": "#F2F2F2",
|
"notif": "#F2F2F2",
|
||||||
"hc": "#eaeaeb",
|
"hc": "#eaeaeb",
|
||||||
@@ -73,6 +73,10 @@
|
|||||||
"pressedBackground": "accent50",
|
"pressedBackground": "accent50",
|
||||||
"pressedBorderColor": "accent50"
|
"pressedBorderColor": "accent50"
|
||||||
},
|
},
|
||||||
|
"ActionsList": {
|
||||||
|
"icon.gap": 12,
|
||||||
|
"mnemonic.icon.gap": 12
|
||||||
|
},
|
||||||
"ActionToolbar": {
|
"ActionToolbar": {
|
||||||
"background": "hc"
|
"background": "hc"
|
||||||
},
|
},
|
||||||
@@ -127,8 +131,9 @@
|
|||||||
"BookmarkIcon.background": "accent",
|
"BookmarkIcon.background": "accent",
|
||||||
"Borders.ContrastBorderColor": "bg",
|
"Borders.ContrastBorderColor": "bg",
|
||||||
"Borders.color": "border",
|
"Borders.color": "border",
|
||||||
|
"Breakpoint.iconHoverAlpha": 0.35,
|
||||||
"Button": {
|
"Button": {
|
||||||
"arc": 0,
|
"arc": 8,
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"darcula": {
|
"darcula": {
|
||||||
"borderColor": "button",
|
"borderColor": "button",
|
||||||
@@ -181,7 +186,10 @@
|
|||||||
"shadowColor": "shadow",
|
"shadowColor": "shadow",
|
||||||
"shadowWidth": 0,
|
"shadowWidth": 0,
|
||||||
"startBackground": "table",
|
"startBackground": "table",
|
||||||
"startBorderColor": "button"
|
"startBorderColor": "button",
|
||||||
|
"ToolWindow": {
|
||||||
|
"arc": 40
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"Canvas": {
|
"Canvas": {
|
||||||
"Tooltip.background": "notif",
|
"Tooltip.background": "notif",
|
||||||
@@ -256,6 +264,32 @@
|
|||||||
"accessDot": "accent",
|
"accessDot": "accent",
|
||||||
"dropdownBorder": "second",
|
"dropdownBorder": "second",
|
||||||
"pillBackground": "second"
|
"pillBackground": "second"
|
||||||
|
},
|
||||||
|
"Users": {
|
||||||
|
"1": {
|
||||||
|
"Background": "green",
|
||||||
|
"Foreground": "fg"
|
||||||
|
},
|
||||||
|
"2": {
|
||||||
|
"Background": "blue",
|
||||||
|
"Foreground": "fg"
|
||||||
|
},
|
||||||
|
"3": {
|
||||||
|
"Background": "red",
|
||||||
|
"Foreground": "fg"
|
||||||
|
},
|
||||||
|
"4": {
|
||||||
|
"Background": "purple",
|
||||||
|
"Foreground": "fg"
|
||||||
|
},
|
||||||
|
"5": {
|
||||||
|
"Background": "yellow",
|
||||||
|
"Foreground": "fg"
|
||||||
|
},
|
||||||
|
"6": {
|
||||||
|
"Background": "orange",
|
||||||
|
"Foreground": "fg"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"ColorChooser": {
|
"ColorChooser": {
|
||||||
@@ -293,7 +327,13 @@
|
|||||||
"selectionBackground": "table",
|
"selectionBackground": "table",
|
||||||
"selectionForeground": "activeFg"
|
"selectionForeground": "activeFg"
|
||||||
},
|
},
|
||||||
|
"ComboPopup.border": "1,1,1,1,#2979ff",
|
||||||
"CompletionPopup": {
|
"CompletionPopup": {
|
||||||
|
"Advertiser": {
|
||||||
|
"background": "bg",
|
||||||
|
"foreground": "fg",
|
||||||
|
"borderInsets": "8,12,8,12"
|
||||||
|
},
|
||||||
"background": "second",
|
"background": "second",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"grayForeground": "text",
|
"grayForeground": "text",
|
||||||
@@ -313,8 +353,12 @@
|
|||||||
"selectionInactiveInfoForeground": "text",
|
"selectionInactiveInfoForeground": "text",
|
||||||
"selectionInfoForeground": "selFg"
|
"selectionInfoForeground": "selFg"
|
||||||
},
|
},
|
||||||
|
"ComplexPopup": {
|
||||||
|
"Header.background": "notif"
|
||||||
|
},
|
||||||
"Component": {
|
"Component": {
|
||||||
"arc": 4,
|
"arc": 4,
|
||||||
|
"focusWidth": 2,
|
||||||
"borderColor": "hl",
|
"borderColor": "hl",
|
||||||
"disabledBorderColor": "dis",
|
"disabledBorderColor": "dis",
|
||||||
"focusColor": "accent",
|
"focusColor": "accent",
|
||||||
@@ -351,6 +395,7 @@
|
|||||||
},
|
},
|
||||||
"desktop": "hc",
|
"desktop": "hc",
|
||||||
"Debugger": {
|
"Debugger": {
|
||||||
|
"EvaluateExpression.background": "bg",
|
||||||
"Variables": {
|
"Variables": {
|
||||||
"changedValueForeground": "accent",
|
"changedValueForeground": "accent",
|
||||||
"collectingDataForeground": "text",
|
"collectingDataForeground": "text",
|
||||||
@@ -358,13 +403,15 @@
|
|||||||
"evaluatingExpressionForeground": "text",
|
"evaluatingExpressionForeground": "text",
|
||||||
"exceptionForeground": "yellow",
|
"exceptionForeground": "yellow",
|
||||||
"modifyingValueForeground": "accent",
|
"modifyingValueForeground": "accent",
|
||||||
"valueForeground": "accent"
|
"valueForeground": "accent",
|
||||||
|
"typeForeground": "text"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"DebuggerTabs": {
|
"DebuggerTabs": {
|
||||||
"active.background": "hl",
|
"active.background": "hl",
|
||||||
"selectedBackground": "hl",
|
"selectedBackground": "hl",
|
||||||
"underlinedTabBackground": "table"
|
"underlinedTabBackground": "table",
|
||||||
|
"underlineHeight": 2
|
||||||
},
|
},
|
||||||
"DebuggerPopup": {
|
"DebuggerPopup": {
|
||||||
"borderColor": "bg"
|
"borderColor": "bg"
|
||||||
@@ -380,6 +427,7 @@
|
|||||||
"inactiveMaskColor": "hc",
|
"inactiveMaskColor": "hc",
|
||||||
"inactiveUnderlineColor": "accent",
|
"inactiveUnderlineColor": "accent",
|
||||||
"underlineColor": "accent",
|
"underlineColor": "accent",
|
||||||
|
"underlineHeight": 3,
|
||||||
"underlinedTabBackground": "table",
|
"underlinedTabBackground": "table",
|
||||||
"underlinedTabForeground": "selFg"
|
"underlinedTabForeground": "selFg"
|
||||||
},
|
},
|
||||||
@@ -398,13 +446,21 @@
|
|||||||
"backgroundBorderColor": "bg",
|
"backgroundBorderColor": "bg",
|
||||||
"backgroundColor": "bg",
|
"backgroundColor": "bg",
|
||||||
"borderColor": "accent",
|
"borderColor": "accent",
|
||||||
"foregroundColor": "fg"
|
"foregroundColor": "fg",
|
||||||
|
"rowBackground": "accent70"
|
||||||
},
|
},
|
||||||
"dropArea.base": "accent",
|
"dropArea.base": "accent",
|
||||||
"Editor": {
|
"Editor": {
|
||||||
"background": "hc",
|
"background": "hc",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"shortcutForeground": "text"
|
"shortcutForeground": "text",
|
||||||
|
"SearchField": {
|
||||||
|
"background": "cs",
|
||||||
|
"borderInsets": "8,12,8,12"
|
||||||
|
},
|
||||||
|
"Toolbar": {
|
||||||
|
"borderColor": "border"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"EditorGroupsTabs": {
|
"EditorGroupsTabs": {
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
@@ -423,7 +479,8 @@
|
|||||||
"inactiveBackground": "bg",
|
"inactiveBackground": "bg",
|
||||||
"inactiveForeground": "dis",
|
"inactiveForeground": "dis",
|
||||||
"selectionBackground": "selBg",
|
"selectionBackground": "selBg",
|
||||||
"selectionForeground": "activeFg"
|
"selectionForeground": "activeFg",
|
||||||
|
"splitBorder": "border"
|
||||||
},
|
},
|
||||||
"EditorTabs": {
|
"EditorTabs": {
|
||||||
"active.background": "table",
|
"active.background": "table",
|
||||||
@@ -441,7 +498,10 @@
|
|||||||
"inactiveUnderlineColor": "dis",
|
"inactiveUnderlineColor": "dis",
|
||||||
"selectedBackground": "table",
|
"selectedBackground": "table",
|
||||||
"selectedForeground": "fg",
|
"selectedForeground": "fg",
|
||||||
|
"tabInsets": "-10,10,-10,10",
|
||||||
"underlineColor": "accent",
|
"underlineColor": "accent",
|
||||||
|
"underlineHeight": 3,
|
||||||
|
"underlineArc": 4,
|
||||||
"underlinedTabBackground": "table",
|
"underlinedTabBackground": "table",
|
||||||
"underlinedTabForeground": "selFg"
|
"underlinedTabForeground": "selFg"
|
||||||
},
|
},
|
||||||
@@ -472,7 +532,7 @@
|
|||||||
"defaultButtonBorderColor": "accent"
|
"defaultButtonBorderColor": "accent"
|
||||||
},
|
},
|
||||||
"FormattedTextField": {
|
"FormattedTextField": {
|
||||||
"background": "hc",
|
"background": "cs",
|
||||||
"caretForeground": "accent",
|
"caretForeground": "accent",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"inactiveBackground": "button",
|
"inactiveBackground": "button",
|
||||||
@@ -509,6 +569,9 @@
|
|||||||
"disabledSeparatorColor": "border",
|
"disabledSeparatorColor": "border",
|
||||||
"separatorColor": "border"
|
"separatorColor": "border"
|
||||||
},
|
},
|
||||||
|
"Gutter": {
|
||||||
|
"VcsChanges.width": 4
|
||||||
|
},
|
||||||
"GutterTooltip": {
|
"GutterTooltip": {
|
||||||
"borderColor": "bg",
|
"borderColor": "bg",
|
||||||
"infoForeground": "text",
|
"infoForeground": "text",
|
||||||
@@ -522,11 +585,14 @@
|
|||||||
"background": "bg",
|
"background": "bg",
|
||||||
"backgroundColor": "bg",
|
"backgroundColor": "bg",
|
||||||
"borderColor": "border",
|
"borderColor": "border",
|
||||||
|
"defaultTextBorderInsets": "16,16,16,16",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"infoForeground": "text",
|
"infoForeground": "text",
|
||||||
"shortcutForeground": "text",
|
"shortcutForeground": "text",
|
||||||
"shortcutTextColor": "text",
|
"shortcutTextColor": "text",
|
||||||
"textColor": "fg"
|
"smallTextBorderInsets": "8,12,8,12",
|
||||||
|
"textColor": "fg",
|
||||||
|
"verticalGap": 8
|
||||||
},
|
},
|
||||||
"Hg.Log.Ref": {
|
"Hg.Log.Ref": {
|
||||||
"Branch": "accent",
|
"Branch": "accent",
|
||||||
@@ -594,6 +660,7 @@
|
|||||||
"link": "accent",
|
"link": "accent",
|
||||||
"Link": {
|
"Link": {
|
||||||
"activeForeground": "accent",
|
"activeForeground": "accent",
|
||||||
|
"focusedBorderColor": "accent",
|
||||||
"hoverForeground": "accent",
|
"hoverForeground": "accent",
|
||||||
"pressedForeground": "accent",
|
"pressedForeground": "accent",
|
||||||
"secondaryForeground": "text",
|
"secondaryForeground": "text",
|
||||||
@@ -605,27 +672,61 @@
|
|||||||
"link.visited.foreground": "accent",
|
"link.visited.foreground": "accent",
|
||||||
"List": {
|
"List": {
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
|
"Button": {
|
||||||
|
"hoverBackground": "hl",
|
||||||
|
"leftRightInset": 8,
|
||||||
|
"separatorColor": "border",
|
||||||
|
"separatorInset": 4
|
||||||
|
},
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"hoverBackground": "hl",
|
"hoverBackground": "hl",
|
||||||
"hoverInactiveBackground": "table",
|
"hoverInactiveBackground": "table",
|
||||||
|
"Line.hoverBackground": "selBg",
|
||||||
|
"rowHeight": "28",
|
||||||
|
"selectionBackground": "tree",
|
||||||
"selectionForeground": "selFg",
|
"selectionForeground": "selFg",
|
||||||
"selectionInactiveBackground": "table",
|
"selectionInactiveBackground": "table",
|
||||||
"selectionInactiveForeground": "activeFg"
|
"selectionInactiveForeground": "activeFg",
|
||||||
|
"Tag": {
|
||||||
|
"background": "button",
|
||||||
|
"foreground": "fg"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"LiveIndicator": {
|
"LiveIndicator": {
|
||||||
"color": "accent"
|
"color": "accent"
|
||||||
},
|
},
|
||||||
|
"macOSWindow.Title": {
|
||||||
|
"height": 30,
|
||||||
|
"heightSmall": 20
|
||||||
|
},
|
||||||
|
"MainMenu": {
|
||||||
|
"background": "hc",
|
||||||
|
"foreground": "fg",
|
||||||
|
"selectionForeground": "activeFg",
|
||||||
|
"selectionBackground": "selBg"
|
||||||
|
},
|
||||||
"MainToolbar": {
|
"MainToolbar": {
|
||||||
"Dropdown.background": "bg",
|
|
||||||
"Dropdown.hoverBackground": "border",
|
|
||||||
"Dropdown.pressedBackground": "table",
|
|
||||||
"Icon.background": "bg",
|
|
||||||
"Icon.hoverBackground": "border",
|
|
||||||
"Icon.pressedBackground": "table",
|
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"hoverBackground": "border",
|
"Button": {
|
||||||
|
"buttonInsets": "0,0,0,0"
|
||||||
|
},
|
||||||
|
"Dropdown": {
|
||||||
|
"borderInsets": "6,12,6,12",
|
||||||
|
"background": "bg",
|
||||||
|
"foreground": "fg",
|
||||||
|
"hoverBackground": "hl",
|
||||||
|
"pressedBackground": "table"
|
||||||
|
},
|
||||||
|
"hoverBackground": "hl",
|
||||||
|
"Icon": {
|
||||||
|
"borderInsets": "10,10,10,10",
|
||||||
|
"background": "bg",
|
||||||
|
"hoverBackground": "hl",
|
||||||
|
"pressedBackground": "table"
|
||||||
|
},
|
||||||
"inactiveBackground": "bg",
|
"inactiveBackground": "bg",
|
||||||
"pressedBackground": "table"
|
"pressedBackground": "table",
|
||||||
|
"separatorColor": "border"
|
||||||
},
|
},
|
||||||
"material": {
|
"material": {
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
@@ -652,11 +753,15 @@
|
|||||||
"acceleratorForeground": "text",
|
"acceleratorForeground": "text",
|
||||||
"acceleratorSelectionForeground": "activeFg",
|
"acceleratorSelectionForeground": "activeFg",
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"border": "4,2,4,2",
|
"border": "8,8,8,8",
|
||||||
"borderColor": "second",
|
"borderColor": "second",
|
||||||
"disabledBackground": "second",
|
"disabledBackground": "second",
|
||||||
"disabledForeground": "dis",
|
"disabledForeground": "dis",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
|
"Selection": {
|
||||||
|
"arc": 8,
|
||||||
|
"innerInsets": "8,2,8,2"
|
||||||
|
},
|
||||||
"selectionBackground": "selBg",
|
"selectionBackground": "selBg",
|
||||||
"selectionForeground": "activeFg",
|
"selectionForeground": "activeFg",
|
||||||
"separatorColor": "border"
|
"separatorColor": "border"
|
||||||
@@ -676,7 +781,7 @@
|
|||||||
"acceleratorForeground": "text",
|
"acceleratorForeground": "text",
|
||||||
"acceleratorSelectionForeground": "activeFg",
|
"acceleratorSelectionForeground": "activeFg",
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"border": "4,2,4,2",
|
"border": "8,8,8,8",
|
||||||
"disabledBackground": "bg",
|
"disabledBackground": "bg",
|
||||||
"disabledForeground": "dis",
|
"disabledForeground": "dis",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
@@ -699,11 +804,13 @@
|
|||||||
"background": "bg"
|
"background": "bg"
|
||||||
},
|
},
|
||||||
"SearchField": {
|
"SearchField": {
|
||||||
"background": "hc"
|
"background": "cs"
|
||||||
}
|
},
|
||||||
|
"separatorWidth": 6
|
||||||
},
|
},
|
||||||
"NewPSD.warning": "accent",
|
"NewPSD.warning": "accent",
|
||||||
"Notification": {
|
"Notification": {
|
||||||
|
"arc": 16,
|
||||||
"Error.foreground": "accent",
|
"Error.foreground": "accent",
|
||||||
"Link.foreground": "accent",
|
"Link.foreground": "accent",
|
||||||
"background": "notif",
|
"background": "notif",
|
||||||
@@ -719,12 +826,18 @@
|
|||||||
"innerBorderColor": "button"
|
"innerBorderColor": "button"
|
||||||
},
|
},
|
||||||
"ToolWindow": {
|
"ToolWindow": {
|
||||||
|
"Button.DragAndDrop": {
|
||||||
|
"buttonFloatingBackground": "button",
|
||||||
|
"stripeBackground": "bg"
|
||||||
|
},
|
||||||
"errorBackground": "notifError",
|
"errorBackground": "notifError",
|
||||||
"errorBorderColor": "notifError",
|
"errorBorderColor": "notifError",
|
||||||
"errorForeground": "fg",
|
"errorForeground": "fg",
|
||||||
|
"infoBackground": "notif",
|
||||||
|
"infoBorderColor": "notif",
|
||||||
"infoForeground": "fg",
|
"infoForeground": "fg",
|
||||||
"informativeBackground": "notifInfo",
|
"informativeBackground": "notif",
|
||||||
"informativeBorderColor": "notifInfo",
|
"informativeBorderColor": "notif",
|
||||||
"informativeForeground": "fg",
|
"informativeForeground": "fg",
|
||||||
"warningBackground": "notifWarn",
|
"warningBackground": "notifWarn",
|
||||||
"warningBorderColor": "notifWarn",
|
"warningBorderColor": "notifWarn",
|
||||||
@@ -736,7 +849,8 @@
|
|||||||
},
|
},
|
||||||
"ToolWindowInfo": {
|
"ToolWindowInfo": {
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"background": "notifInfo"
|
"background": "notif",
|
||||||
|
"borderColor": "notif"
|
||||||
},
|
},
|
||||||
"ToolWindowWarning": {
|
"ToolWindowWarning": {
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
@@ -786,7 +900,7 @@
|
|||||||
"lineSeparatorColor": "table"
|
"lineSeparatorColor": "table"
|
||||||
},
|
},
|
||||||
"PasswordField": {
|
"PasswordField": {
|
||||||
"background": "hc",
|
"background": "cs",
|
||||||
"capsLockIconColor": "accent",
|
"capsLockIconColor": "accent",
|
||||||
"caretForeground": "accent",
|
"caretForeground": "accent",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
@@ -796,6 +910,7 @@
|
|||||||
},
|
},
|
||||||
"Plugins": {
|
"Plugins": {
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
|
"borderColor": "border",
|
||||||
"disabledForeground": "dis",
|
"disabledForeground": "dis",
|
||||||
"eapTagBackground": "hl",
|
"eapTagBackground": "hl",
|
||||||
"hoverBackground": "hl",
|
"hoverBackground": "hl",
|
||||||
@@ -817,8 +932,11 @@
|
|||||||
"updateBorderColor": "button",
|
"updateBorderColor": "button",
|
||||||
"updateForeground": "fg"
|
"updateForeground": "fg"
|
||||||
},
|
},
|
||||||
|
"ScreenshotPagination": {
|
||||||
|
"CurrentImage.fillColor": "accent"
|
||||||
|
},
|
||||||
"SearchField": {
|
"SearchField": {
|
||||||
"background": "hc",
|
"background": "cs",
|
||||||
"borderColor": "border"
|
"borderColor": "border"
|
||||||
},
|
},
|
||||||
"SectionHeader": {
|
"SectionHeader": {
|
||||||
@@ -836,27 +954,38 @@
|
|||||||
},
|
},
|
||||||
"Popup": {
|
"Popup": {
|
||||||
"Advertiser": {
|
"Advertiser": {
|
||||||
|
"borderInsets": "6,20,6,20",
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"borderColor": "bg",
|
"borderColor": "bg",
|
||||||
"foreground": "accent"
|
"foreground": "accent"
|
||||||
},
|
},
|
||||||
|
"Body": {
|
||||||
|
"bottomInsetNoAd": 8,
|
||||||
|
"bottomInsetBeforeAd": 8,
|
||||||
|
"topInsetNoHeader": 8
|
||||||
|
},
|
||||||
"Border": {
|
"Border": {
|
||||||
"color": "cs",
|
"color": "cs",
|
||||||
"inactiveColor": "bg"
|
"inactiveColor": "bg"
|
||||||
},
|
},
|
||||||
|
"background": "notif",
|
||||||
"borderColor": "cs",
|
"borderColor": "cs",
|
||||||
|
"borderWidth": 0,
|
||||||
"inactiveBorderColor": "bg",
|
"inactiveBorderColor": "bg",
|
||||||
"innerBorderColor": "second",
|
"innerBorderColor": "second",
|
||||||
"Header": {
|
"Header": {
|
||||||
"activeBackground": "bg",
|
"activeBackground": "bg",
|
||||||
"inactiveBackground": "cs"
|
"inactiveBackground": "cs",
|
||||||
|
"inactiveForeground": "text"
|
||||||
},
|
},
|
||||||
"paintBorder": true,
|
"paintBorder": false,
|
||||||
"preferences": {
|
"preferences": {
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"borderColor": "bg",
|
"borderColor": "bg",
|
||||||
"foreground": "fg"
|
"foreground": "fg"
|
||||||
},
|
},
|
||||||
|
"Selection.arc": 8,
|
||||||
|
"Selection.leftRightInset": 8,
|
||||||
"Separator": {
|
"Separator": {
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"color": "border"
|
"color": "border"
|
||||||
@@ -872,13 +1001,24 @@
|
|||||||
},
|
},
|
||||||
"PopupMenu": {
|
"PopupMenu": {
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"border": "2,0,2,0",
|
"borderWidth": 1,
|
||||||
|
"border": "8,8,8,8",
|
||||||
|
"borderCornerRadius": 8,
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
|
"Selection": {
|
||||||
|
"arc": 8,
|
||||||
|
"innerInsets": "8,2,8,2"
|
||||||
|
},
|
||||||
"selectionBackground": "selBg",
|
"selectionBackground": "selBg",
|
||||||
"translucentBackground": "bg"
|
"translucentBackground": "bg"
|
||||||
},
|
},
|
||||||
"PopupMenuSeparator.height": 10,
|
"PopupMenuSeparator": {
|
||||||
"PopupMenuSeparator.stripeIndent": 5,
|
"height": 10,
|
||||||
|
"stripeWidth": 2,
|
||||||
|
"stripeIndent": 5,
|
||||||
|
"withToEdge": 4,
|
||||||
|
"borderCornerRadius": 8
|
||||||
|
},
|
||||||
"ProgressBar": {
|
"ProgressBar": {
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"foreground": "accent",
|
"foreground": "accent",
|
||||||
@@ -922,12 +1062,27 @@
|
|||||||
"selectionBackground": "selBg",
|
"selectionBackground": "selBg",
|
||||||
"selectionForeground": "selFg"
|
"selectionForeground": "selFg"
|
||||||
},
|
},
|
||||||
|
"ReviewList": {
|
||||||
|
"state.background": "second",
|
||||||
|
"state.foreground": "fg"
|
||||||
|
},
|
||||||
"RunWidget": {
|
"RunWidget": {
|
||||||
|
"background": "button",
|
||||||
|
"Debug.activeBackground": "hl",
|
||||||
|
"foreground": "fg",
|
||||||
|
"hoverBackground": "table",
|
||||||
|
"pressedBackground": "hl",
|
||||||
|
"Profile.activeBackground": "hl",
|
||||||
|
"runningBackground": "hl",
|
||||||
|
"runningForeground": "selFg",
|
||||||
|
"Run.activeBackground": "hl",
|
||||||
"Running": {
|
"Running": {
|
||||||
"background": "accent",
|
"background": "hl",
|
||||||
"leftHoverBackground": "accent70",
|
"foreground": "selFg",
|
||||||
"leftPressedBackground": "accent"
|
"leftHoverBackground": "hl",
|
||||||
}
|
"leftPressedBackground": "hl"
|
||||||
|
},
|
||||||
|
"separatorColor": "border"
|
||||||
},
|
},
|
||||||
"ScreenView.borderColor": "border",
|
"ScreenView.borderColor": "border",
|
||||||
"scrollbar": "bg",
|
"scrollbar": "bg",
|
||||||
@@ -971,8 +1126,9 @@
|
|||||||
},
|
},
|
||||||
"SearchEverywhere": {
|
"SearchEverywhere": {
|
||||||
"Advertiser": {
|
"Advertiser": {
|
||||||
"background": "cs",
|
"background": "bg",
|
||||||
"foreground": "text"
|
"foreground": "text",
|
||||||
|
"borderInsets": "10,20,10,20"
|
||||||
},
|
},
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"Dialog": {
|
"Dialog": {
|
||||||
@@ -989,11 +1145,12 @@
|
|||||||
"Separator.foreground": "text",
|
"Separator.foreground": "text",
|
||||||
"selectionBackground": "selBg",
|
"selectionBackground": "selBg",
|
||||||
"separatorColor": "border",
|
"separatorColor": "border",
|
||||||
"separatorForeground": "text"
|
"separatorForeground": "text",
|
||||||
|
"settingsBackground": "bg"
|
||||||
},
|
},
|
||||||
"SearchField": {
|
"SearchField": {
|
||||||
"Border.color": "hl",
|
"Border.color": "hl",
|
||||||
"background": "hc",
|
"background": "cs",
|
||||||
"borderColor": "hl",
|
"borderColor": "hl",
|
||||||
"grayForeground": "dis",
|
"grayForeground": "dis",
|
||||||
"infoForeground": "dis"
|
"infoForeground": "dis"
|
||||||
@@ -1015,8 +1172,13 @@
|
|||||||
"startColor": "accent"
|
"startColor": "accent"
|
||||||
},
|
},
|
||||||
"SearchField.errorBackground": "notif",
|
"SearchField.errorBackground": "notif",
|
||||||
|
"SearchFieldWithExtension": {
|
||||||
|
"background": "cs"
|
||||||
|
},
|
||||||
"SearchOption": {
|
"SearchOption": {
|
||||||
"selectedBackground": "table"
|
"selectedBackground": "table",
|
||||||
|
"selectedPressedBackground": "hl",
|
||||||
|
"selectedHoveredBackground": "hl"
|
||||||
},
|
},
|
||||||
"SearchResults": {
|
"SearchResults": {
|
||||||
"Ordinal.File.Foreground": "text",
|
"Ordinal.File.Foreground": "text",
|
||||||
@@ -1056,12 +1218,12 @@
|
|||||||
"SpeedSearch": {
|
"SpeedSearch": {
|
||||||
"background": "hl",
|
"background": "hl",
|
||||||
"borderColor": "border",
|
"borderColor": "border",
|
||||||
"errorForeground": "fg",
|
"errorForeground": "red",
|
||||||
"foreground": "fg"
|
"foreground": "fg"
|
||||||
},
|
},
|
||||||
"Spinner": {
|
"Spinner": {
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"border": "3,3,3,3",
|
"border": "4,4,4,4",
|
||||||
"disabledBackground": "excl",
|
"disabledBackground": "excl",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"selectionForeground": "activeFg"
|
"selectionForeground": "activeFg"
|
||||||
@@ -1077,15 +1239,17 @@
|
|||||||
"Breadcrumbs": {
|
"Breadcrumbs": {
|
||||||
"floatingBackground": "tree",
|
"floatingBackground": "tree",
|
||||||
"floatingForeground": "fg",
|
"floatingForeground": "fg",
|
||||||
|
"floatingToolbarInsets": "8,12,8,12",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"hoverBackground": "tree",
|
"hoverBackground": "tree",
|
||||||
"hoverForeground": "fg",
|
"hoverForeground": "fg",
|
||||||
|
"itemBackgroundInsets": "2,4,2,4",
|
||||||
"selectionBackground": "selBg",
|
"selectionBackground": "selBg",
|
||||||
"selectionForeground": "activeFg",
|
"selectionForeground": "activeFg",
|
||||||
"selectionInactiveBackground": "button",
|
"selectionInactiveBackground": "button",
|
||||||
"selectionInactiveForeground": "fg"
|
"selectionInactiveForeground": "fg"
|
||||||
},
|
},
|
||||||
"borderColor": "bg",
|
"borderColor": "border",
|
||||||
"bottomColor": "bg",
|
"bottomColor": "bg",
|
||||||
"hoverBackground": "hl",
|
"hoverBackground": "hl",
|
||||||
"top2Color": "bg",
|
"top2Color": "bg",
|
||||||
@@ -1096,7 +1260,8 @@
|
|||||||
"hoverBackground": "hl",
|
"hoverBackground": "hl",
|
||||||
"hoverForeground": "selFg",
|
"hoverForeground": "selFg",
|
||||||
"pressedBackground": "button",
|
"pressedBackground": "button",
|
||||||
"pressedForeground": "fg"
|
"pressedForeground": "fg",
|
||||||
|
"widgetInsets": "8,12,8,12"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"TabbedPane": {
|
"TabbedPane": {
|
||||||
@@ -1126,6 +1291,7 @@
|
|||||||
"shadow": "hc",
|
"shadow": "hc",
|
||||||
"tabHeight": 32,
|
"tabHeight": 32,
|
||||||
"tabInsets": "5,10,5,10",
|
"tabInsets": "5,10,5,10",
|
||||||
|
"tabSelectionArc": 4,
|
||||||
"tabSelectionHeight": 2,
|
"tabSelectionHeight": 2,
|
||||||
"tabsOverlapBorder": true,
|
"tabsOverlapBorder": true,
|
||||||
"underlineColor": "accent"
|
"underlineColor": "accent"
|
||||||
@@ -1134,13 +1300,13 @@
|
|||||||
"Table": {
|
"Table": {
|
||||||
"alternativeRowBackground": "cs",
|
"alternativeRowBackground": "cs",
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"cellNoFocusBorder": "10,5,10,5",
|
"cellNoFocusBorder": "16,4,16,4",
|
||||||
"disabledForeground": "dis",
|
"disabledForeground": "dis",
|
||||||
"dropLineColor": "accent",
|
"dropLineColor": "accent",
|
||||||
"dropLineShortColor": "accent",
|
"dropLineShortColor": "accent",
|
||||||
"focusCellBackground": "table",
|
"focusCellBackground": "table",
|
||||||
"focusCellForeground": "activeFg",
|
"focusCellForeground": "activeFg",
|
||||||
"focusCellHighlightBorder": "10,5,10,5",
|
"focusCellHighlightBorder": "18,6,18,6",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"gridColor": "bg",
|
"gridColor": "bg",
|
||||||
"highlightOuter": "table",
|
"highlightOuter": "table",
|
||||||
@@ -1150,6 +1316,7 @@
|
|||||||
"lightSelectionForeground": "activeFg",
|
"lightSelectionForeground": "activeFg",
|
||||||
"lightSelectionInactiveBackground": "second",
|
"lightSelectionInactiveBackground": "second",
|
||||||
"lightSelectionInactiveForeground": "text",
|
"lightSelectionInactiveForeground": "text",
|
||||||
|
"rowHeight": 32,
|
||||||
"selectionBackground": "table",
|
"selectionBackground": "table",
|
||||||
"selectionForeground": "activeFg",
|
"selectionForeground": "activeFg",
|
||||||
"selectionInactiveBackground": "table",
|
"selectionInactiveBackground": "table",
|
||||||
@@ -1160,14 +1327,14 @@
|
|||||||
},
|
},
|
||||||
"TableHeader": {
|
"TableHeader": {
|
||||||
"background": "button",
|
"background": "button",
|
||||||
|
"bottomSeparatorColor": "border",
|
||||||
"borderColor": "hl",
|
"borderColor": "hl",
|
||||||
"bottomSeparatorColor": "hl",
|
"cellBorder": "6,0,6,0",
|
||||||
"cellBorder": "4,0,4,0",
|
|
||||||
"disabledForeground": "dis",
|
"disabledForeground": "dis",
|
||||||
"focusCellBackground": "table",
|
"focusCellBackground": "table",
|
||||||
"focusCellForeground": "activeFg",
|
"focusCellForeground": "activeFg",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"height": 25,
|
"height": 32,
|
||||||
"hoverBackground": "hl",
|
"hoverBackground": "hl",
|
||||||
"separatorColor": "border"
|
"separatorColor": "border"
|
||||||
},
|
},
|
||||||
@@ -1182,7 +1349,7 @@
|
|||||||
"textHighlightText": "activeFg",
|
"textHighlightText": "activeFg",
|
||||||
"textText": "text",
|
"textText": "text",
|
||||||
"TextArea": {
|
"TextArea": {
|
||||||
"background": "hc",
|
"background": "cs",
|
||||||
"caretForeground": "accent",
|
"caretForeground": "accent",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"inactiveForeground": "dis",
|
"inactiveForeground": "dis",
|
||||||
@@ -1190,7 +1357,7 @@
|
|||||||
"selectionForeground": "activeFg"
|
"selectionForeground": "activeFg"
|
||||||
},
|
},
|
||||||
"TextField": {
|
"TextField": {
|
||||||
"background": "hc",
|
"background": "cs",
|
||||||
"borderColor": "bg",
|
"borderColor": "bg",
|
||||||
"caretForeground": "accent",
|
"caretForeground": "accent",
|
||||||
"disabledBackground": "excl",
|
"disabledBackground": "excl",
|
||||||
@@ -1205,15 +1372,21 @@
|
|||||||
"separatorColorDisabled": "bg"
|
"separatorColorDisabled": "bg"
|
||||||
},
|
},
|
||||||
"TextPane": {
|
"TextPane": {
|
||||||
"background": "hc",
|
"background": "cs",
|
||||||
"caretForeground": "accent",
|
"caretForeground": "accent",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"inactiveForeground": "dis",
|
"inactiveForeground": "dis",
|
||||||
"selectionBackground": "table",
|
"selectionBackground": "table",
|
||||||
"selectionForeground": "activeFg"
|
"selectionForeground": "activeFg"
|
||||||
},
|
},
|
||||||
|
"TipOfTheDay": {
|
||||||
|
"Image.borderColor": "border"
|
||||||
|
},
|
||||||
"TitlePane": {
|
"TitlePane": {
|
||||||
"Button.hoverBackground": "hl",
|
"Button": {
|
||||||
|
"hoverBackground": "hl",
|
||||||
|
"preferredSize": "48,40"
|
||||||
|
},
|
||||||
"background": "hc",
|
"background": "hc",
|
||||||
"inactiveBackground": "bg",
|
"inactiveBackground": "bg",
|
||||||
"inactiveInfoForeground": "dis",
|
"inactiveInfoForeground": "dis",
|
||||||
@@ -1240,7 +1413,9 @@
|
|||||||
"borderHandleColor": "text",
|
"borderHandleColor": "text",
|
||||||
"comboBoxButtonBackground": "button",
|
"comboBoxButtonBackground": "button",
|
||||||
"floatingForeground": "text",
|
"floatingForeground": "text",
|
||||||
"foreground": "fg"
|
"foreground": "fg",
|
||||||
|
"verticalToolbarInsets": "6,6,6,6",
|
||||||
|
"horizontalToolbarInsets": "6,6,6,6"
|
||||||
},
|
},
|
||||||
"ToolbarComboWidget": {
|
"ToolbarComboWidget": {
|
||||||
"background": "button",
|
"background": "button",
|
||||||
@@ -1252,6 +1427,7 @@
|
|||||||
"description.title.text.color": "fg"
|
"description.title.text.color": "fg"
|
||||||
},
|
},
|
||||||
"ToolTip": {
|
"ToolTip": {
|
||||||
|
"arc": 6,
|
||||||
"actions": {
|
"actions": {
|
||||||
"background": "bg"
|
"background": "bg"
|
||||||
},
|
},
|
||||||
@@ -1262,8 +1438,10 @@
|
|||||||
},
|
},
|
||||||
"background": "notif",
|
"background": "notif",
|
||||||
"borderColor": "border",
|
"borderColor": "border",
|
||||||
|
"borderCornerRadius": 8,
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"infoForeground": "text",
|
"infoForeground": "text",
|
||||||
|
"linkForeground": "accent",
|
||||||
"Learning": {
|
"Learning": {
|
||||||
"background": "accent",
|
"background": "accent",
|
||||||
"borderColor": "accent",
|
"borderColor": "accent",
|
||||||
@@ -1284,6 +1462,10 @@
|
|||||||
"background": "hc",
|
"background": "hc",
|
||||||
"Button": {
|
"Button": {
|
||||||
"hoverBackground": "table",
|
"hoverBackground": "table",
|
||||||
|
"DragAndDrop": {
|
||||||
|
"stripeBackground": "cs",
|
||||||
|
"buttonDropBackground": "accent70"
|
||||||
|
},
|
||||||
"selectedBackground": "cs",
|
"selectedBackground": "cs",
|
||||||
"selectedForeground": "activeFg"
|
"selectedForeground": "activeFg"
|
||||||
},
|
},
|
||||||
@@ -1296,6 +1478,7 @@
|
|||||||
"tab.selected.background": "cs"
|
"tab.selected.background": "cs"
|
||||||
},
|
},
|
||||||
"Header": {
|
"Header": {
|
||||||
|
"height": 42,
|
||||||
"background": "second",
|
"background": "second",
|
||||||
"borderColor": "second",
|
"borderColor": "second",
|
||||||
"inactiveBackground": "bg"
|
"inactiveBackground": "bg"
|
||||||
@@ -1308,13 +1491,17 @@
|
|||||||
"hoverBackground": "hl",
|
"hoverBackground": "hl",
|
||||||
"hoverInactiveBackground": "hl",
|
"hoverInactiveBackground": "hl",
|
||||||
"inactiveUnderlineColor": "accent",
|
"inactiveUnderlineColor": "accent",
|
||||||
|
"leftRightInsets": "0,12,0,12",
|
||||||
"selectedBackground": "cs",
|
"selectedBackground": "cs",
|
||||||
"selectedInactiveBackground": "cs",
|
"selectedInactiveBackground": "cs",
|
||||||
|
"underlineArc": 4,
|
||||||
"underlineColor": "accent",
|
"underlineColor": "accent",
|
||||||
|
"underlineHeight": 3,
|
||||||
"underlinedTabBackground": "table",
|
"underlinedTabBackground": "table",
|
||||||
"underlinedTabForeground": "selFg",
|
"underlinedTabForeground": "selFg",
|
||||||
"underlinedTabInactiveBackground": "hc",
|
"underlinedTabInactiveBackground": "hc",
|
||||||
"underlinedTabInactiveForeground": "fg"
|
"underlinedTabInactiveForeground": "fg",
|
||||||
|
"verticalPadding": 6
|
||||||
},
|
},
|
||||||
"inactive": {
|
"inactive": {
|
||||||
"Header.background": "bg",
|
"Header.background": "bg",
|
||||||
@@ -1322,13 +1509,15 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"Tree": {
|
"Tree": {
|
||||||
|
"border": "4,12,4,12",
|
||||||
"background": "hc",
|
"background": "hc",
|
||||||
"foreground": "text",
|
"foreground": "text",
|
||||||
|
"errorForeground": "red",
|
||||||
"hash": "border",
|
"hash": "border",
|
||||||
"hoverBackground": "tree",
|
"hoverBackground": "tree",
|
||||||
"hoverInactiveBackground": "table",
|
"hoverInactiveBackground": "table",
|
||||||
"modifiedItemForeground": "accent",
|
"modifiedItemForeground": "accent",
|
||||||
"rowHeight": 28,
|
"rowHeight": "28",
|
||||||
"selectionBackground": "tree",
|
"selectionBackground": "tree",
|
||||||
"selectionForeground": "selFg",
|
"selectionForeground": "selFg",
|
||||||
"selectionInactiveBackground": "tree",
|
"selectionInactiveBackground": "tree",
|
||||||
@@ -1355,7 +1544,6 @@
|
|||||||
"hoverBorderColor": "hl"
|
"hoverBorderColor": "hl"
|
||||||
},
|
},
|
||||||
"Label.foreground": "text",
|
"Label.foreground": "text",
|
||||||
"List.selectionBackground": "tree",
|
|
||||||
"highStroke.foreground": "fg",
|
"highStroke.foreground": "fg",
|
||||||
"motion": {
|
"motion": {
|
||||||
"AddConstraintColor": "accent",
|
"AddConstraintColor": "accent",
|
||||||
@@ -1392,6 +1580,35 @@
|
|||||||
"ourML_BarColor.separatorColor": "border",
|
"ourML_BarColor.separatorColor": "border",
|
||||||
"timeLine.disabledBorderColor": "border"
|
"timeLine.disabledBorderColor": "border"
|
||||||
},
|
},
|
||||||
|
"PackageDetails": {
|
||||||
|
"border": "accent",
|
||||||
|
"infoBanner": "accent"
|
||||||
|
},
|
||||||
|
"PackageSearch": {
|
||||||
|
"PackagesList.rowHeight": 28,
|
||||||
|
"PackageTag": {
|
||||||
|
"background": "excl",
|
||||||
|
"foreground": "fg",
|
||||||
|
"hoverBackground": "tree",
|
||||||
|
"selectedBackground": "selBg",
|
||||||
|
"selectedForeground": "selFg"
|
||||||
|
},
|
||||||
|
"PackageTagSelected": {
|
||||||
|
"background": "selBg",
|
||||||
|
"foreground": "selFg"
|
||||||
|
},
|
||||||
|
"SearchResult": {
|
||||||
|
"background": "cs",
|
||||||
|
"hoverBackground": "tree",
|
||||||
|
"PackageTag": {
|
||||||
|
"background": "excl",
|
||||||
|
"foreground": "fg",
|
||||||
|
"hoverBackground": "tree",
|
||||||
|
"selectedBackground": "selBg",
|
||||||
|
"selectedForeground": "selFg"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"Panel": {
|
"Panel": {
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"borderColor": "border",
|
"borderColor": "border",
|
||||||
@@ -1418,7 +1635,7 @@
|
|||||||
},
|
},
|
||||||
"VersionControl": {
|
"VersionControl": {
|
||||||
"FileHistory.Commit": {
|
"FileHistory.Commit": {
|
||||||
"otherBranchBackground": "bg",
|
"otherBranchBackground": "excl",
|
||||||
"selectedBranchBackground": "bg"
|
"selectedBranchBackground": "bg"
|
||||||
},
|
},
|
||||||
"GitCommits": {
|
"GitCommits": {
|
||||||
@@ -1443,9 +1660,15 @@
|
|||||||
"Commit": {
|
"Commit": {
|
||||||
"currentBranchBackground": "cs",
|
"currentBranchBackground": "cs",
|
||||||
"hoveredBackground": "tree",
|
"hoveredBackground": "tree",
|
||||||
|
"rowHeight": 28,
|
||||||
"unmatchedForeground": "text"
|
"unmatchedForeground": "text"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"MarkerPopup": {
|
||||||
|
"borderColor": "border",
|
||||||
|
"borderInsets": "6,8,6,10",
|
||||||
|
"Toolbar.background": "hl"
|
||||||
|
},
|
||||||
"Ref": {
|
"Ref": {
|
||||||
"backgroundBase": "hl",
|
"backgroundBase": "hl",
|
||||||
"foreground": "activeFg"
|
"foreground": "activeFg"
|
||||||
@@ -1455,6 +1678,11 @@
|
|||||||
"foreground": "activeFg"
|
"foreground": "activeFg"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"UnattendedHostStatus": {
|
||||||
|
"warningBackground": "yellow",
|
||||||
|
"warningForeground": "activeFg",
|
||||||
|
"dangerBackground": "red"
|
||||||
|
},
|
||||||
"Viewport": {
|
"Viewport": {
|
||||||
"background": "hc",
|
"background": "hc",
|
||||||
"foreground": "fg"
|
"foreground": "fg"
|
||||||
|
|||||||
@@ -22,7 +22,7 @@
|
|||||||
"cs": "#eaeaeb",
|
"cs": "#eaeaeb",
|
||||||
"button": "#DBDBDC",
|
"button": "#DBDBDC",
|
||||||
"table": "#DBDBDC",
|
"table": "#DBDBDC",
|
||||||
"tree": "#DBDBDC80",
|
"tree": "#e8e8e8",
|
||||||
"hl": "#FFFFFF",
|
"hl": "#FFFFFF",
|
||||||
"notif": "#F2F2F2",
|
"notif": "#F2F2F2",
|
||||||
"hc": "#F4F4F4",
|
"hc": "#F4F4F4",
|
||||||
@@ -73,6 +73,10 @@
|
|||||||
"pressedBackground": "accent50",
|
"pressedBackground": "accent50",
|
||||||
"pressedBorderColor": "accent50"
|
"pressedBorderColor": "accent50"
|
||||||
},
|
},
|
||||||
|
"ActionsList": {
|
||||||
|
"icon.gap": 12,
|
||||||
|
"mnemonic.icon.gap": 12
|
||||||
|
},
|
||||||
"ActionToolbar": {
|
"ActionToolbar": {
|
||||||
"background": "hc"
|
"background": "hc"
|
||||||
},
|
},
|
||||||
@@ -127,8 +131,9 @@
|
|||||||
"BookmarkIcon.background": "accent",
|
"BookmarkIcon.background": "accent",
|
||||||
"Borders.ContrastBorderColor": "bg",
|
"Borders.ContrastBorderColor": "bg",
|
||||||
"Borders.color": "border",
|
"Borders.color": "border",
|
||||||
|
"Breakpoint.iconHoverAlpha": 0.35,
|
||||||
"Button": {
|
"Button": {
|
||||||
"arc": 0,
|
"arc": 8,
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"darcula": {
|
"darcula": {
|
||||||
"borderColor": "button",
|
"borderColor": "button",
|
||||||
@@ -181,7 +186,10 @@
|
|||||||
"shadowColor": "shadow",
|
"shadowColor": "shadow",
|
||||||
"shadowWidth": 0,
|
"shadowWidth": 0,
|
||||||
"startBackground": "table",
|
"startBackground": "table",
|
||||||
"startBorderColor": "button"
|
"startBorderColor": "button",
|
||||||
|
"ToolWindow": {
|
||||||
|
"arc": 40
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"Canvas": {
|
"Canvas": {
|
||||||
"Tooltip.background": "notif",
|
"Tooltip.background": "notif",
|
||||||
@@ -256,6 +264,32 @@
|
|||||||
"accessDot": "accent",
|
"accessDot": "accent",
|
||||||
"dropdownBorder": "second",
|
"dropdownBorder": "second",
|
||||||
"pillBackground": "second"
|
"pillBackground": "second"
|
||||||
|
},
|
||||||
|
"Users": {
|
||||||
|
"1": {
|
||||||
|
"Background": "green",
|
||||||
|
"Foreground": "fg"
|
||||||
|
},
|
||||||
|
"2": {
|
||||||
|
"Background": "blue",
|
||||||
|
"Foreground": "fg"
|
||||||
|
},
|
||||||
|
"3": {
|
||||||
|
"Background": "red",
|
||||||
|
"Foreground": "fg"
|
||||||
|
},
|
||||||
|
"4": {
|
||||||
|
"Background": "purple",
|
||||||
|
"Foreground": "fg"
|
||||||
|
},
|
||||||
|
"5": {
|
||||||
|
"Background": "yellow",
|
||||||
|
"Foreground": "fg"
|
||||||
|
},
|
||||||
|
"6": {
|
||||||
|
"Background": "orange",
|
||||||
|
"Foreground": "fg"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"ColorChooser": {
|
"ColorChooser": {
|
||||||
@@ -293,7 +327,13 @@
|
|||||||
"selectionBackground": "table",
|
"selectionBackground": "table",
|
||||||
"selectionForeground": "activeFg"
|
"selectionForeground": "activeFg"
|
||||||
},
|
},
|
||||||
|
"ComboPopup.border": "1,1,1,1,#2979ff",
|
||||||
"CompletionPopup": {
|
"CompletionPopup": {
|
||||||
|
"Advertiser": {
|
||||||
|
"background": "bg",
|
||||||
|
"foreground": "fg",
|
||||||
|
"borderInsets": "8,12,8,12"
|
||||||
|
},
|
||||||
"background": "second",
|
"background": "second",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"grayForeground": "text",
|
"grayForeground": "text",
|
||||||
@@ -313,8 +353,12 @@
|
|||||||
"selectionInactiveInfoForeground": "text",
|
"selectionInactiveInfoForeground": "text",
|
||||||
"selectionInfoForeground": "selFg"
|
"selectionInfoForeground": "selFg"
|
||||||
},
|
},
|
||||||
|
"ComplexPopup": {
|
||||||
|
"Header.background": "notif"
|
||||||
|
},
|
||||||
"Component": {
|
"Component": {
|
||||||
"arc": 4,
|
"arc": 4,
|
||||||
|
"focusWidth": 2,
|
||||||
"borderColor": "hl",
|
"borderColor": "hl",
|
||||||
"disabledBorderColor": "dis",
|
"disabledBorderColor": "dis",
|
||||||
"focusColor": "accent",
|
"focusColor": "accent",
|
||||||
@@ -351,6 +395,7 @@
|
|||||||
},
|
},
|
||||||
"desktop": "hc",
|
"desktop": "hc",
|
||||||
"Debugger": {
|
"Debugger": {
|
||||||
|
"EvaluateExpression.background": "bg",
|
||||||
"Variables": {
|
"Variables": {
|
||||||
"changedValueForeground": "accent",
|
"changedValueForeground": "accent",
|
||||||
"collectingDataForeground": "text",
|
"collectingDataForeground": "text",
|
||||||
@@ -358,13 +403,15 @@
|
|||||||
"evaluatingExpressionForeground": "text",
|
"evaluatingExpressionForeground": "text",
|
||||||
"exceptionForeground": "yellow",
|
"exceptionForeground": "yellow",
|
||||||
"modifyingValueForeground": "accent",
|
"modifyingValueForeground": "accent",
|
||||||
"valueForeground": "accent"
|
"valueForeground": "accent",
|
||||||
|
"typeForeground": "text"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"DebuggerTabs": {
|
"DebuggerTabs": {
|
||||||
"active.background": "hl",
|
"active.background": "hl",
|
||||||
"selectedBackground": "hl",
|
"selectedBackground": "hl",
|
||||||
"underlinedTabBackground": "table"
|
"underlinedTabBackground": "table",
|
||||||
|
"underlineHeight": 2
|
||||||
},
|
},
|
||||||
"DebuggerPopup": {
|
"DebuggerPopup": {
|
||||||
"borderColor": "bg"
|
"borderColor": "bg"
|
||||||
@@ -380,6 +427,7 @@
|
|||||||
"inactiveMaskColor": "hc",
|
"inactiveMaskColor": "hc",
|
||||||
"inactiveUnderlineColor": "accent",
|
"inactiveUnderlineColor": "accent",
|
||||||
"underlineColor": "accent",
|
"underlineColor": "accent",
|
||||||
|
"underlineHeight": 3,
|
||||||
"underlinedTabBackground": "table",
|
"underlinedTabBackground": "table",
|
||||||
"underlinedTabForeground": "selFg"
|
"underlinedTabForeground": "selFg"
|
||||||
},
|
},
|
||||||
@@ -398,13 +446,21 @@
|
|||||||
"backgroundBorderColor": "bg",
|
"backgroundBorderColor": "bg",
|
||||||
"backgroundColor": "bg",
|
"backgroundColor": "bg",
|
||||||
"borderColor": "accent",
|
"borderColor": "accent",
|
||||||
"foregroundColor": "fg"
|
"foregroundColor": "fg",
|
||||||
|
"rowBackground": "accent70"
|
||||||
},
|
},
|
||||||
"dropArea.base": "accent",
|
"dropArea.base": "accent",
|
||||||
"Editor": {
|
"Editor": {
|
||||||
"background": "hc",
|
"background": "hc",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"shortcutForeground": "text"
|
"shortcutForeground": "text",
|
||||||
|
"SearchField": {
|
||||||
|
"background": "cs",
|
||||||
|
"borderInsets": "8,12,8,12"
|
||||||
|
},
|
||||||
|
"Toolbar": {
|
||||||
|
"borderColor": "border"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"EditorGroupsTabs": {
|
"EditorGroupsTabs": {
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
@@ -423,7 +479,8 @@
|
|||||||
"inactiveBackground": "bg",
|
"inactiveBackground": "bg",
|
||||||
"inactiveForeground": "dis",
|
"inactiveForeground": "dis",
|
||||||
"selectionBackground": "selBg",
|
"selectionBackground": "selBg",
|
||||||
"selectionForeground": "activeFg"
|
"selectionForeground": "activeFg",
|
||||||
|
"splitBorder": "border"
|
||||||
},
|
},
|
||||||
"EditorTabs": {
|
"EditorTabs": {
|
||||||
"active.background": "table",
|
"active.background": "table",
|
||||||
@@ -441,7 +498,10 @@
|
|||||||
"inactiveUnderlineColor": "dis",
|
"inactiveUnderlineColor": "dis",
|
||||||
"selectedBackground": "table",
|
"selectedBackground": "table",
|
||||||
"selectedForeground": "fg",
|
"selectedForeground": "fg",
|
||||||
|
"tabInsets": "-10,10,-10,10",
|
||||||
"underlineColor": "accent",
|
"underlineColor": "accent",
|
||||||
|
"underlineHeight": 3,
|
||||||
|
"underlineArc": 4,
|
||||||
"underlinedTabBackground": "table",
|
"underlinedTabBackground": "table",
|
||||||
"underlinedTabForeground": "selFg"
|
"underlinedTabForeground": "selFg"
|
||||||
},
|
},
|
||||||
@@ -472,7 +532,7 @@
|
|||||||
"defaultButtonBorderColor": "accent"
|
"defaultButtonBorderColor": "accent"
|
||||||
},
|
},
|
||||||
"FormattedTextField": {
|
"FormattedTextField": {
|
||||||
"background": "hc",
|
"background": "cs",
|
||||||
"caretForeground": "accent",
|
"caretForeground": "accent",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"inactiveBackground": "button",
|
"inactiveBackground": "button",
|
||||||
@@ -509,6 +569,9 @@
|
|||||||
"disabledSeparatorColor": "border",
|
"disabledSeparatorColor": "border",
|
||||||
"separatorColor": "border"
|
"separatorColor": "border"
|
||||||
},
|
},
|
||||||
|
"Gutter": {
|
||||||
|
"VcsChanges.width": 4
|
||||||
|
},
|
||||||
"GutterTooltip": {
|
"GutterTooltip": {
|
||||||
"borderColor": "bg",
|
"borderColor": "bg",
|
||||||
"infoForeground": "text",
|
"infoForeground": "text",
|
||||||
@@ -522,11 +585,14 @@
|
|||||||
"background": "bg",
|
"background": "bg",
|
||||||
"backgroundColor": "bg",
|
"backgroundColor": "bg",
|
||||||
"borderColor": "border",
|
"borderColor": "border",
|
||||||
|
"defaultTextBorderInsets": "16,16,16,16",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"infoForeground": "text",
|
"infoForeground": "text",
|
||||||
"shortcutForeground": "text",
|
"shortcutForeground": "text",
|
||||||
"shortcutTextColor": "text",
|
"shortcutTextColor": "text",
|
||||||
"textColor": "fg"
|
"smallTextBorderInsets": "8,12,8,12",
|
||||||
|
"textColor": "fg",
|
||||||
|
"verticalGap": 8
|
||||||
},
|
},
|
||||||
"Hg.Log.Ref": {
|
"Hg.Log.Ref": {
|
||||||
"Branch": "accent",
|
"Branch": "accent",
|
||||||
@@ -594,6 +660,7 @@
|
|||||||
"link": "accent",
|
"link": "accent",
|
||||||
"Link": {
|
"Link": {
|
||||||
"activeForeground": "accent",
|
"activeForeground": "accent",
|
||||||
|
"focusedBorderColor": "accent",
|
||||||
"hoverForeground": "accent",
|
"hoverForeground": "accent",
|
||||||
"pressedForeground": "accent",
|
"pressedForeground": "accent",
|
||||||
"secondaryForeground": "text",
|
"secondaryForeground": "text",
|
||||||
@@ -605,27 +672,61 @@
|
|||||||
"link.visited.foreground": "accent",
|
"link.visited.foreground": "accent",
|
||||||
"List": {
|
"List": {
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
|
"Button": {
|
||||||
|
"hoverBackground": "hl",
|
||||||
|
"leftRightInset": 8,
|
||||||
|
"separatorColor": "border",
|
||||||
|
"separatorInset": 4
|
||||||
|
},
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"hoverBackground": "hl",
|
"hoverBackground": "hl",
|
||||||
"hoverInactiveBackground": "table",
|
"hoverInactiveBackground": "table",
|
||||||
|
"Line.hoverBackground": "selBg",
|
||||||
|
"rowHeight": "28",
|
||||||
|
"selectionBackground": "tree",
|
||||||
"selectionForeground": "selFg",
|
"selectionForeground": "selFg",
|
||||||
"selectionInactiveBackground": "table",
|
"selectionInactiveBackground": "table",
|
||||||
"selectionInactiveForeground": "activeFg"
|
"selectionInactiveForeground": "activeFg",
|
||||||
|
"Tag": {
|
||||||
|
"background": "button",
|
||||||
|
"foreground": "fg"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"LiveIndicator": {
|
"LiveIndicator": {
|
||||||
"color": "accent"
|
"color": "accent"
|
||||||
},
|
},
|
||||||
|
"macOSWindow.Title": {
|
||||||
|
"height": 30,
|
||||||
|
"heightSmall": 20
|
||||||
|
},
|
||||||
|
"MainMenu": {
|
||||||
|
"background": "hc",
|
||||||
|
"foreground": "fg",
|
||||||
|
"selectionForeground": "activeFg",
|
||||||
|
"selectionBackground": "selBg"
|
||||||
|
},
|
||||||
"MainToolbar": {
|
"MainToolbar": {
|
||||||
"Dropdown.background": "bg",
|
|
||||||
"Dropdown.hoverBackground": "border",
|
|
||||||
"Dropdown.pressedBackground": "table",
|
|
||||||
"Icon.background": "bg",
|
|
||||||
"Icon.hoverBackground": "border",
|
|
||||||
"Icon.pressedBackground": "table",
|
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"hoverBackground": "border",
|
"Button": {
|
||||||
|
"buttonInsets": "0,0,0,0"
|
||||||
|
},
|
||||||
|
"Dropdown": {
|
||||||
|
"borderInsets": "6,12,6,12",
|
||||||
|
"background": "bg",
|
||||||
|
"foreground": "fg",
|
||||||
|
"hoverBackground": "hl",
|
||||||
|
"pressedBackground": "table"
|
||||||
|
},
|
||||||
|
"hoverBackground": "hl",
|
||||||
|
"Icon": {
|
||||||
|
"borderInsets": "10,10,10,10",
|
||||||
|
"background": "bg",
|
||||||
|
"hoverBackground": "hl",
|
||||||
|
"pressedBackground": "table"
|
||||||
|
},
|
||||||
"inactiveBackground": "bg",
|
"inactiveBackground": "bg",
|
||||||
"pressedBackground": "table"
|
"pressedBackground": "table",
|
||||||
|
"separatorColor": "border"
|
||||||
},
|
},
|
||||||
"material": {
|
"material": {
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
@@ -652,11 +753,15 @@
|
|||||||
"acceleratorForeground": "text",
|
"acceleratorForeground": "text",
|
||||||
"acceleratorSelectionForeground": "activeFg",
|
"acceleratorSelectionForeground": "activeFg",
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"border": "4,2,4,2",
|
"border": "8,8,8,8",
|
||||||
"borderColor": "second",
|
"borderColor": "second",
|
||||||
"disabledBackground": "second",
|
"disabledBackground": "second",
|
||||||
"disabledForeground": "dis",
|
"disabledForeground": "dis",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
|
"Selection": {
|
||||||
|
"arc": 8,
|
||||||
|
"innerInsets": "8,2,8,2"
|
||||||
|
},
|
||||||
"selectionBackground": "selBg",
|
"selectionBackground": "selBg",
|
||||||
"selectionForeground": "activeFg",
|
"selectionForeground": "activeFg",
|
||||||
"separatorColor": "border"
|
"separatorColor": "border"
|
||||||
@@ -676,7 +781,7 @@
|
|||||||
"acceleratorForeground": "text",
|
"acceleratorForeground": "text",
|
||||||
"acceleratorSelectionForeground": "activeFg",
|
"acceleratorSelectionForeground": "activeFg",
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"border": "4,2,4,2",
|
"border": "8,8,8,8",
|
||||||
"disabledBackground": "bg",
|
"disabledBackground": "bg",
|
||||||
"disabledForeground": "dis",
|
"disabledForeground": "dis",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
@@ -699,11 +804,13 @@
|
|||||||
"background": "bg"
|
"background": "bg"
|
||||||
},
|
},
|
||||||
"SearchField": {
|
"SearchField": {
|
||||||
"background": "hc"
|
"background": "cs"
|
||||||
}
|
},
|
||||||
|
"separatorWidth": 6
|
||||||
},
|
},
|
||||||
"NewPSD.warning": "accent",
|
"NewPSD.warning": "accent",
|
||||||
"Notification": {
|
"Notification": {
|
||||||
|
"arc": 16,
|
||||||
"Error.foreground": "accent",
|
"Error.foreground": "accent",
|
||||||
"Link.foreground": "accent",
|
"Link.foreground": "accent",
|
||||||
"background": "notif",
|
"background": "notif",
|
||||||
@@ -719,12 +826,18 @@
|
|||||||
"innerBorderColor": "button"
|
"innerBorderColor": "button"
|
||||||
},
|
},
|
||||||
"ToolWindow": {
|
"ToolWindow": {
|
||||||
|
"Button.DragAndDrop": {
|
||||||
|
"buttonFloatingBackground": "button",
|
||||||
|
"stripeBackground": "bg"
|
||||||
|
},
|
||||||
"errorBackground": "notifError",
|
"errorBackground": "notifError",
|
||||||
"errorBorderColor": "notifError",
|
"errorBorderColor": "notifError",
|
||||||
"errorForeground": "fg",
|
"errorForeground": "fg",
|
||||||
|
"infoBackground": "notif",
|
||||||
|
"infoBorderColor": "notif",
|
||||||
"infoForeground": "fg",
|
"infoForeground": "fg",
|
||||||
"informativeBackground": "notifInfo",
|
"informativeBackground": "notif",
|
||||||
"informativeBorderColor": "notifInfo",
|
"informativeBorderColor": "notif",
|
||||||
"informativeForeground": "fg",
|
"informativeForeground": "fg",
|
||||||
"warningBackground": "notifWarn",
|
"warningBackground": "notifWarn",
|
||||||
"warningBorderColor": "notifWarn",
|
"warningBorderColor": "notifWarn",
|
||||||
@@ -736,7 +849,8 @@
|
|||||||
},
|
},
|
||||||
"ToolWindowInfo": {
|
"ToolWindowInfo": {
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"background": "notifInfo"
|
"background": "notif",
|
||||||
|
"borderColor": "notif"
|
||||||
},
|
},
|
||||||
"ToolWindowWarning": {
|
"ToolWindowWarning": {
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
@@ -786,7 +900,7 @@
|
|||||||
"lineSeparatorColor": "table"
|
"lineSeparatorColor": "table"
|
||||||
},
|
},
|
||||||
"PasswordField": {
|
"PasswordField": {
|
||||||
"background": "hc",
|
"background": "cs",
|
||||||
"capsLockIconColor": "accent",
|
"capsLockIconColor": "accent",
|
||||||
"caretForeground": "accent",
|
"caretForeground": "accent",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
@@ -796,6 +910,7 @@
|
|||||||
},
|
},
|
||||||
"Plugins": {
|
"Plugins": {
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
|
"borderColor": "border",
|
||||||
"disabledForeground": "dis",
|
"disabledForeground": "dis",
|
||||||
"eapTagBackground": "hl",
|
"eapTagBackground": "hl",
|
||||||
"hoverBackground": "hl",
|
"hoverBackground": "hl",
|
||||||
@@ -817,8 +932,11 @@
|
|||||||
"updateBorderColor": "button",
|
"updateBorderColor": "button",
|
||||||
"updateForeground": "fg"
|
"updateForeground": "fg"
|
||||||
},
|
},
|
||||||
|
"ScreenshotPagination": {
|
||||||
|
"CurrentImage.fillColor": "accent"
|
||||||
|
},
|
||||||
"SearchField": {
|
"SearchField": {
|
||||||
"background": "hc",
|
"background": "cs",
|
||||||
"borderColor": "border"
|
"borderColor": "border"
|
||||||
},
|
},
|
||||||
"SectionHeader": {
|
"SectionHeader": {
|
||||||
@@ -836,27 +954,38 @@
|
|||||||
},
|
},
|
||||||
"Popup": {
|
"Popup": {
|
||||||
"Advertiser": {
|
"Advertiser": {
|
||||||
|
"borderInsets": "6,20,6,20",
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"borderColor": "bg",
|
"borderColor": "bg",
|
||||||
"foreground": "accent"
|
"foreground": "accent"
|
||||||
},
|
},
|
||||||
|
"Body": {
|
||||||
|
"bottomInsetNoAd": 8,
|
||||||
|
"bottomInsetBeforeAd": 8,
|
||||||
|
"topInsetNoHeader": 8
|
||||||
|
},
|
||||||
"Border": {
|
"Border": {
|
||||||
"color": "cs",
|
"color": "cs",
|
||||||
"inactiveColor": "bg"
|
"inactiveColor": "bg"
|
||||||
},
|
},
|
||||||
|
"background": "notif",
|
||||||
"borderColor": "cs",
|
"borderColor": "cs",
|
||||||
|
"borderWidth": 0,
|
||||||
"inactiveBorderColor": "bg",
|
"inactiveBorderColor": "bg",
|
||||||
"innerBorderColor": "second",
|
"innerBorderColor": "second",
|
||||||
"Header": {
|
"Header": {
|
||||||
"activeBackground": "bg",
|
"activeBackground": "bg",
|
||||||
"inactiveBackground": "cs"
|
"inactiveBackground": "cs",
|
||||||
|
"inactiveForeground": "text"
|
||||||
},
|
},
|
||||||
"paintBorder": true,
|
"paintBorder": false,
|
||||||
"preferences": {
|
"preferences": {
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"borderColor": "bg",
|
"borderColor": "bg",
|
||||||
"foreground": "fg"
|
"foreground": "fg"
|
||||||
},
|
},
|
||||||
|
"Selection.arc": 8,
|
||||||
|
"Selection.leftRightInset": 8,
|
||||||
"Separator": {
|
"Separator": {
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"color": "border"
|
"color": "border"
|
||||||
@@ -872,13 +1001,24 @@
|
|||||||
},
|
},
|
||||||
"PopupMenu": {
|
"PopupMenu": {
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"border": "2,0,2,0",
|
"borderWidth": 1,
|
||||||
|
"border": "8,8,8,8",
|
||||||
|
"borderCornerRadius": 8,
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
|
"Selection": {
|
||||||
|
"arc": 8,
|
||||||
|
"innerInsets": "8,2,8,2"
|
||||||
|
},
|
||||||
"selectionBackground": "selBg",
|
"selectionBackground": "selBg",
|
||||||
"translucentBackground": "bg"
|
"translucentBackground": "bg"
|
||||||
},
|
},
|
||||||
"PopupMenuSeparator.height": 10,
|
"PopupMenuSeparator": {
|
||||||
"PopupMenuSeparator.stripeIndent": 5,
|
"height": 10,
|
||||||
|
"stripeWidth": 2,
|
||||||
|
"stripeIndent": 5,
|
||||||
|
"withToEdge": 4,
|
||||||
|
"borderCornerRadius": 8
|
||||||
|
},
|
||||||
"ProgressBar": {
|
"ProgressBar": {
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"foreground": "accent",
|
"foreground": "accent",
|
||||||
@@ -922,12 +1062,27 @@
|
|||||||
"selectionBackground": "selBg",
|
"selectionBackground": "selBg",
|
||||||
"selectionForeground": "selFg"
|
"selectionForeground": "selFg"
|
||||||
},
|
},
|
||||||
|
"ReviewList": {
|
||||||
|
"state.background": "second",
|
||||||
|
"state.foreground": "fg"
|
||||||
|
},
|
||||||
"RunWidget": {
|
"RunWidget": {
|
||||||
|
"background": "button",
|
||||||
|
"Debug.activeBackground": "hl",
|
||||||
|
"foreground": "fg",
|
||||||
|
"hoverBackground": "table",
|
||||||
|
"pressedBackground": "hl",
|
||||||
|
"Profile.activeBackground": "hl",
|
||||||
|
"runningBackground": "hl",
|
||||||
|
"runningForeground": "selFg",
|
||||||
|
"Run.activeBackground": "hl",
|
||||||
"Running": {
|
"Running": {
|
||||||
"background": "accent",
|
"background": "hl",
|
||||||
"leftHoverBackground": "accent70",
|
"foreground": "selFg",
|
||||||
"leftPressedBackground": "accent"
|
"leftHoverBackground": "hl",
|
||||||
}
|
"leftPressedBackground": "hl"
|
||||||
|
},
|
||||||
|
"separatorColor": "border"
|
||||||
},
|
},
|
||||||
"ScreenView.borderColor": "border",
|
"ScreenView.borderColor": "border",
|
||||||
"scrollbar": "bg",
|
"scrollbar": "bg",
|
||||||
@@ -971,8 +1126,9 @@
|
|||||||
},
|
},
|
||||||
"SearchEverywhere": {
|
"SearchEverywhere": {
|
||||||
"Advertiser": {
|
"Advertiser": {
|
||||||
"background": "cs",
|
"background": "bg",
|
||||||
"foreground": "text"
|
"foreground": "text",
|
||||||
|
"borderInsets": "10,20,10,20"
|
||||||
},
|
},
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"Dialog": {
|
"Dialog": {
|
||||||
@@ -989,11 +1145,12 @@
|
|||||||
"Separator.foreground": "text",
|
"Separator.foreground": "text",
|
||||||
"selectionBackground": "selBg",
|
"selectionBackground": "selBg",
|
||||||
"separatorColor": "border",
|
"separatorColor": "border",
|
||||||
"separatorForeground": "text"
|
"separatorForeground": "text",
|
||||||
|
"settingsBackground": "bg"
|
||||||
},
|
},
|
||||||
"SearchField": {
|
"SearchField": {
|
||||||
"Border.color": "hl",
|
"Border.color": "hl",
|
||||||
"background": "hc",
|
"background": "cs",
|
||||||
"borderColor": "hl",
|
"borderColor": "hl",
|
||||||
"grayForeground": "dis",
|
"grayForeground": "dis",
|
||||||
"infoForeground": "dis"
|
"infoForeground": "dis"
|
||||||
@@ -1015,8 +1172,13 @@
|
|||||||
"startColor": "accent"
|
"startColor": "accent"
|
||||||
},
|
},
|
||||||
"SearchField.errorBackground": "notif",
|
"SearchField.errorBackground": "notif",
|
||||||
|
"SearchFieldWithExtension": {
|
||||||
|
"background": "cs"
|
||||||
|
},
|
||||||
"SearchOption": {
|
"SearchOption": {
|
||||||
"selectedBackground": "table"
|
"selectedBackground": "table",
|
||||||
|
"selectedPressedBackground": "hl",
|
||||||
|
"selectedHoveredBackground": "hl"
|
||||||
},
|
},
|
||||||
"SearchResults": {
|
"SearchResults": {
|
||||||
"Ordinal.File.Foreground": "text",
|
"Ordinal.File.Foreground": "text",
|
||||||
@@ -1056,12 +1218,12 @@
|
|||||||
"SpeedSearch": {
|
"SpeedSearch": {
|
||||||
"background": "hl",
|
"background": "hl",
|
||||||
"borderColor": "border",
|
"borderColor": "border",
|
||||||
"errorForeground": "fg",
|
"errorForeground": "red",
|
||||||
"foreground": "fg"
|
"foreground": "fg"
|
||||||
},
|
},
|
||||||
"Spinner": {
|
"Spinner": {
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"border": "3,3,3,3",
|
"border": "4,4,4,4",
|
||||||
"disabledBackground": "excl",
|
"disabledBackground": "excl",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"selectionForeground": "activeFg"
|
"selectionForeground": "activeFg"
|
||||||
@@ -1077,15 +1239,17 @@
|
|||||||
"Breadcrumbs": {
|
"Breadcrumbs": {
|
||||||
"floatingBackground": "tree",
|
"floatingBackground": "tree",
|
||||||
"floatingForeground": "fg",
|
"floatingForeground": "fg",
|
||||||
|
"floatingToolbarInsets": "8,12,8,12",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"hoverBackground": "tree",
|
"hoverBackground": "tree",
|
||||||
"hoverForeground": "fg",
|
"hoverForeground": "fg",
|
||||||
|
"itemBackgroundInsets": "2,4,2,4",
|
||||||
"selectionBackground": "selBg",
|
"selectionBackground": "selBg",
|
||||||
"selectionForeground": "activeFg",
|
"selectionForeground": "activeFg",
|
||||||
"selectionInactiveBackground": "button",
|
"selectionInactiveBackground": "button",
|
||||||
"selectionInactiveForeground": "fg"
|
"selectionInactiveForeground": "fg"
|
||||||
},
|
},
|
||||||
"borderColor": "bg",
|
"borderColor": "border",
|
||||||
"bottomColor": "bg",
|
"bottomColor": "bg",
|
||||||
"hoverBackground": "hl",
|
"hoverBackground": "hl",
|
||||||
"top2Color": "bg",
|
"top2Color": "bg",
|
||||||
@@ -1096,7 +1260,8 @@
|
|||||||
"hoverBackground": "hl",
|
"hoverBackground": "hl",
|
||||||
"hoverForeground": "selFg",
|
"hoverForeground": "selFg",
|
||||||
"pressedBackground": "button",
|
"pressedBackground": "button",
|
||||||
"pressedForeground": "fg"
|
"pressedForeground": "fg",
|
||||||
|
"widgetInsets": "8,12,8,12"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"TabbedPane": {
|
"TabbedPane": {
|
||||||
@@ -1126,6 +1291,7 @@
|
|||||||
"shadow": "hc",
|
"shadow": "hc",
|
||||||
"tabHeight": 32,
|
"tabHeight": 32,
|
||||||
"tabInsets": "5,10,5,10",
|
"tabInsets": "5,10,5,10",
|
||||||
|
"tabSelectionArc": 4,
|
||||||
"tabSelectionHeight": 2,
|
"tabSelectionHeight": 2,
|
||||||
"tabsOverlapBorder": true,
|
"tabsOverlapBorder": true,
|
||||||
"underlineColor": "accent"
|
"underlineColor": "accent"
|
||||||
@@ -1134,13 +1300,13 @@
|
|||||||
"Table": {
|
"Table": {
|
||||||
"alternativeRowBackground": "cs",
|
"alternativeRowBackground": "cs",
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"cellNoFocusBorder": "10,5,10,5",
|
"cellNoFocusBorder": "16,4,16,4",
|
||||||
"disabledForeground": "dis",
|
"disabledForeground": "dis",
|
||||||
"dropLineColor": "accent",
|
"dropLineColor": "accent",
|
||||||
"dropLineShortColor": "accent",
|
"dropLineShortColor": "accent",
|
||||||
"focusCellBackground": "table",
|
"focusCellBackground": "table",
|
||||||
"focusCellForeground": "activeFg",
|
"focusCellForeground": "activeFg",
|
||||||
"focusCellHighlightBorder": "10,5,10,5",
|
"focusCellHighlightBorder": "18,6,18,6",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"gridColor": "bg",
|
"gridColor": "bg",
|
||||||
"highlightOuter": "table",
|
"highlightOuter": "table",
|
||||||
@@ -1150,6 +1316,7 @@
|
|||||||
"lightSelectionForeground": "activeFg",
|
"lightSelectionForeground": "activeFg",
|
||||||
"lightSelectionInactiveBackground": "second",
|
"lightSelectionInactiveBackground": "second",
|
||||||
"lightSelectionInactiveForeground": "text",
|
"lightSelectionInactiveForeground": "text",
|
||||||
|
"rowHeight": 32,
|
||||||
"selectionBackground": "table",
|
"selectionBackground": "table",
|
||||||
"selectionForeground": "activeFg",
|
"selectionForeground": "activeFg",
|
||||||
"selectionInactiveBackground": "table",
|
"selectionInactiveBackground": "table",
|
||||||
@@ -1160,14 +1327,14 @@
|
|||||||
},
|
},
|
||||||
"TableHeader": {
|
"TableHeader": {
|
||||||
"background": "button",
|
"background": "button",
|
||||||
|
"bottomSeparatorColor": "border",
|
||||||
"borderColor": "hl",
|
"borderColor": "hl",
|
||||||
"bottomSeparatorColor": "hl",
|
"cellBorder": "6,0,6,0",
|
||||||
"cellBorder": "4,0,4,0",
|
|
||||||
"disabledForeground": "dis",
|
"disabledForeground": "dis",
|
||||||
"focusCellBackground": "table",
|
"focusCellBackground": "table",
|
||||||
"focusCellForeground": "activeFg",
|
"focusCellForeground": "activeFg",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"height": 25,
|
"height": 32,
|
||||||
"hoverBackground": "hl",
|
"hoverBackground": "hl",
|
||||||
"separatorColor": "border"
|
"separatorColor": "border"
|
||||||
},
|
},
|
||||||
@@ -1182,7 +1349,7 @@
|
|||||||
"textHighlightText": "activeFg",
|
"textHighlightText": "activeFg",
|
||||||
"textText": "text",
|
"textText": "text",
|
||||||
"TextArea": {
|
"TextArea": {
|
||||||
"background": "hc",
|
"background": "cs",
|
||||||
"caretForeground": "accent",
|
"caretForeground": "accent",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"inactiveForeground": "dis",
|
"inactiveForeground": "dis",
|
||||||
@@ -1190,7 +1357,7 @@
|
|||||||
"selectionForeground": "activeFg"
|
"selectionForeground": "activeFg"
|
||||||
},
|
},
|
||||||
"TextField": {
|
"TextField": {
|
||||||
"background": "hc",
|
"background": "cs",
|
||||||
"borderColor": "bg",
|
"borderColor": "bg",
|
||||||
"caretForeground": "accent",
|
"caretForeground": "accent",
|
||||||
"disabledBackground": "excl",
|
"disabledBackground": "excl",
|
||||||
@@ -1205,15 +1372,21 @@
|
|||||||
"separatorColorDisabled": "bg"
|
"separatorColorDisabled": "bg"
|
||||||
},
|
},
|
||||||
"TextPane": {
|
"TextPane": {
|
||||||
"background": "hc",
|
"background": "cs",
|
||||||
"caretForeground": "accent",
|
"caretForeground": "accent",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"inactiveForeground": "dis",
|
"inactiveForeground": "dis",
|
||||||
"selectionBackground": "table",
|
"selectionBackground": "table",
|
||||||
"selectionForeground": "activeFg"
|
"selectionForeground": "activeFg"
|
||||||
},
|
},
|
||||||
|
"TipOfTheDay": {
|
||||||
|
"Image.borderColor": "border"
|
||||||
|
},
|
||||||
"TitlePane": {
|
"TitlePane": {
|
||||||
"Button.hoverBackground": "hl",
|
"Button": {
|
||||||
|
"hoverBackground": "hl",
|
||||||
|
"preferredSize": "48,40"
|
||||||
|
},
|
||||||
"background": "hc",
|
"background": "hc",
|
||||||
"inactiveBackground": "bg",
|
"inactiveBackground": "bg",
|
||||||
"inactiveInfoForeground": "dis",
|
"inactiveInfoForeground": "dis",
|
||||||
@@ -1240,7 +1413,9 @@
|
|||||||
"borderHandleColor": "text",
|
"borderHandleColor": "text",
|
||||||
"comboBoxButtonBackground": "button",
|
"comboBoxButtonBackground": "button",
|
||||||
"floatingForeground": "text",
|
"floatingForeground": "text",
|
||||||
"foreground": "fg"
|
"foreground": "fg",
|
||||||
|
"verticalToolbarInsets": "6,6,6,6",
|
||||||
|
"horizontalToolbarInsets": "6,6,6,6"
|
||||||
},
|
},
|
||||||
"ToolbarComboWidget": {
|
"ToolbarComboWidget": {
|
||||||
"background": "button",
|
"background": "button",
|
||||||
@@ -1252,6 +1427,7 @@
|
|||||||
"description.title.text.color": "fg"
|
"description.title.text.color": "fg"
|
||||||
},
|
},
|
||||||
"ToolTip": {
|
"ToolTip": {
|
||||||
|
"arc": 6,
|
||||||
"actions": {
|
"actions": {
|
||||||
"background": "bg"
|
"background": "bg"
|
||||||
},
|
},
|
||||||
@@ -1262,8 +1438,10 @@
|
|||||||
},
|
},
|
||||||
"background": "notif",
|
"background": "notif",
|
||||||
"borderColor": "border",
|
"borderColor": "border",
|
||||||
|
"borderCornerRadius": 8,
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"infoForeground": "text",
|
"infoForeground": "text",
|
||||||
|
"linkForeground": "accent",
|
||||||
"Learning": {
|
"Learning": {
|
||||||
"background": "accent",
|
"background": "accent",
|
||||||
"borderColor": "accent",
|
"borderColor": "accent",
|
||||||
@@ -1284,6 +1462,10 @@
|
|||||||
"background": "hc",
|
"background": "hc",
|
||||||
"Button": {
|
"Button": {
|
||||||
"hoverBackground": "table",
|
"hoverBackground": "table",
|
||||||
|
"DragAndDrop": {
|
||||||
|
"stripeBackground": "cs",
|
||||||
|
"buttonDropBackground": "accent70"
|
||||||
|
},
|
||||||
"selectedBackground": "cs",
|
"selectedBackground": "cs",
|
||||||
"selectedForeground": "activeFg"
|
"selectedForeground": "activeFg"
|
||||||
},
|
},
|
||||||
@@ -1296,6 +1478,7 @@
|
|||||||
"tab.selected.background": "cs"
|
"tab.selected.background": "cs"
|
||||||
},
|
},
|
||||||
"Header": {
|
"Header": {
|
||||||
|
"height": 42,
|
||||||
"background": "second",
|
"background": "second",
|
||||||
"borderColor": "second",
|
"borderColor": "second",
|
||||||
"inactiveBackground": "bg"
|
"inactiveBackground": "bg"
|
||||||
@@ -1308,13 +1491,17 @@
|
|||||||
"hoverBackground": "hl",
|
"hoverBackground": "hl",
|
||||||
"hoverInactiveBackground": "hl",
|
"hoverInactiveBackground": "hl",
|
||||||
"inactiveUnderlineColor": "accent",
|
"inactiveUnderlineColor": "accent",
|
||||||
|
"leftRightInsets": "0,12,0,12",
|
||||||
"selectedBackground": "cs",
|
"selectedBackground": "cs",
|
||||||
"selectedInactiveBackground": "cs",
|
"selectedInactiveBackground": "cs",
|
||||||
|
"underlineArc": 4,
|
||||||
"underlineColor": "accent",
|
"underlineColor": "accent",
|
||||||
|
"underlineHeight": 3,
|
||||||
"underlinedTabBackground": "table",
|
"underlinedTabBackground": "table",
|
||||||
"underlinedTabForeground": "selFg",
|
"underlinedTabForeground": "selFg",
|
||||||
"underlinedTabInactiveBackground": "hc",
|
"underlinedTabInactiveBackground": "hc",
|
||||||
"underlinedTabInactiveForeground": "fg"
|
"underlinedTabInactiveForeground": "fg",
|
||||||
|
"verticalPadding": 6
|
||||||
},
|
},
|
||||||
"inactive": {
|
"inactive": {
|
||||||
"Header.background": "bg",
|
"Header.background": "bg",
|
||||||
@@ -1322,13 +1509,15 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"Tree": {
|
"Tree": {
|
||||||
|
"border": "4,12,4,12",
|
||||||
"background": "hc",
|
"background": "hc",
|
||||||
"foreground": "text",
|
"foreground": "text",
|
||||||
|
"errorForeground": "red",
|
||||||
"hash": "border",
|
"hash": "border",
|
||||||
"hoverBackground": "tree",
|
"hoverBackground": "tree",
|
||||||
"hoverInactiveBackground": "table",
|
"hoverInactiveBackground": "table",
|
||||||
"modifiedItemForeground": "accent",
|
"modifiedItemForeground": "accent",
|
||||||
"rowHeight": 28,
|
"rowHeight": "28",
|
||||||
"selectionBackground": "tree",
|
"selectionBackground": "tree",
|
||||||
"selectionForeground": "selFg",
|
"selectionForeground": "selFg",
|
||||||
"selectionInactiveBackground": "tree",
|
"selectionInactiveBackground": "tree",
|
||||||
@@ -1355,7 +1544,6 @@
|
|||||||
"hoverBorderColor": "hl"
|
"hoverBorderColor": "hl"
|
||||||
},
|
},
|
||||||
"Label.foreground": "text",
|
"Label.foreground": "text",
|
||||||
"List.selectionBackground": "tree",
|
|
||||||
"highStroke.foreground": "fg",
|
"highStroke.foreground": "fg",
|
||||||
"motion": {
|
"motion": {
|
||||||
"AddConstraintColor": "accent",
|
"AddConstraintColor": "accent",
|
||||||
@@ -1392,6 +1580,35 @@
|
|||||||
"ourML_BarColor.separatorColor": "border",
|
"ourML_BarColor.separatorColor": "border",
|
||||||
"timeLine.disabledBorderColor": "border"
|
"timeLine.disabledBorderColor": "border"
|
||||||
},
|
},
|
||||||
|
"PackageDetails": {
|
||||||
|
"border": "accent",
|
||||||
|
"infoBanner": "accent"
|
||||||
|
},
|
||||||
|
"PackageSearch": {
|
||||||
|
"PackagesList.rowHeight": 28,
|
||||||
|
"PackageTag": {
|
||||||
|
"background": "excl",
|
||||||
|
"foreground": "fg",
|
||||||
|
"hoverBackground": "tree",
|
||||||
|
"selectedBackground": "selBg",
|
||||||
|
"selectedForeground": "selFg"
|
||||||
|
},
|
||||||
|
"PackageTagSelected": {
|
||||||
|
"background": "selBg",
|
||||||
|
"foreground": "selFg"
|
||||||
|
},
|
||||||
|
"SearchResult": {
|
||||||
|
"background": "cs",
|
||||||
|
"hoverBackground": "tree",
|
||||||
|
"PackageTag": {
|
||||||
|
"background": "excl",
|
||||||
|
"foreground": "fg",
|
||||||
|
"hoverBackground": "tree",
|
||||||
|
"selectedBackground": "selBg",
|
||||||
|
"selectedForeground": "selFg"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"Panel": {
|
"Panel": {
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"borderColor": "border",
|
"borderColor": "border",
|
||||||
@@ -1418,7 +1635,7 @@
|
|||||||
},
|
},
|
||||||
"VersionControl": {
|
"VersionControl": {
|
||||||
"FileHistory.Commit": {
|
"FileHistory.Commit": {
|
||||||
"otherBranchBackground": "bg",
|
"otherBranchBackground": "excl",
|
||||||
"selectedBranchBackground": "bg"
|
"selectedBranchBackground": "bg"
|
||||||
},
|
},
|
||||||
"GitCommits": {
|
"GitCommits": {
|
||||||
@@ -1443,9 +1660,15 @@
|
|||||||
"Commit": {
|
"Commit": {
|
||||||
"currentBranchBackground": "cs",
|
"currentBranchBackground": "cs",
|
||||||
"hoveredBackground": "tree",
|
"hoveredBackground": "tree",
|
||||||
|
"rowHeight": 28,
|
||||||
"unmatchedForeground": "text"
|
"unmatchedForeground": "text"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"MarkerPopup": {
|
||||||
|
"borderColor": "border",
|
||||||
|
"borderInsets": "6,8,6,10",
|
||||||
|
"Toolbar.background": "hl"
|
||||||
|
},
|
||||||
"Ref": {
|
"Ref": {
|
||||||
"backgroundBase": "hl",
|
"backgroundBase": "hl",
|
||||||
"foreground": "activeFg"
|
"foreground": "activeFg"
|
||||||
@@ -1455,6 +1678,11 @@
|
|||||||
"foreground": "activeFg"
|
"foreground": "activeFg"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"UnattendedHostStatus": {
|
||||||
|
"warningBackground": "yellow",
|
||||||
|
"warningForeground": "activeFg",
|
||||||
|
"dangerBackground": "red"
|
||||||
|
},
|
||||||
"Viewport": {
|
"Viewport": {
|
||||||
"background": "hc",
|
"background": "hc",
|
||||||
"foreground": "fg"
|
"foreground": "fg"
|
||||||
|
|||||||
@@ -22,7 +22,7 @@
|
|||||||
"cs": "#191A21",
|
"cs": "#191A21",
|
||||||
"button": "#393C4B",
|
"button": "#393C4B",
|
||||||
"table": "#44475A",
|
"table": "#44475A",
|
||||||
"tree": "#44475A50",
|
"tree": "#2f3342",
|
||||||
"hl": "#44475a",
|
"hl": "#44475a",
|
||||||
"notif": "#1D2228",
|
"notif": "#1D2228",
|
||||||
"hc": "#191A21",
|
"hc": "#191A21",
|
||||||
@@ -73,6 +73,10 @@
|
|||||||
"pressedBackground": "accent50",
|
"pressedBackground": "accent50",
|
||||||
"pressedBorderColor": "accent50"
|
"pressedBorderColor": "accent50"
|
||||||
},
|
},
|
||||||
|
"ActionsList": {
|
||||||
|
"icon.gap": 12,
|
||||||
|
"mnemonic.icon.gap": 12
|
||||||
|
},
|
||||||
"ActionToolbar": {
|
"ActionToolbar": {
|
||||||
"background": "hc"
|
"background": "hc"
|
||||||
},
|
},
|
||||||
@@ -127,8 +131,9 @@
|
|||||||
"BookmarkIcon.background": "accent",
|
"BookmarkIcon.background": "accent",
|
||||||
"Borders.ContrastBorderColor": "bg",
|
"Borders.ContrastBorderColor": "bg",
|
||||||
"Borders.color": "border",
|
"Borders.color": "border",
|
||||||
|
"Breakpoint.iconHoverAlpha": 0.35,
|
||||||
"Button": {
|
"Button": {
|
||||||
"arc": 0,
|
"arc": 8,
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"darcula": {
|
"darcula": {
|
||||||
"borderColor": "button",
|
"borderColor": "button",
|
||||||
@@ -181,7 +186,10 @@
|
|||||||
"shadowColor": "shadow",
|
"shadowColor": "shadow",
|
||||||
"shadowWidth": 0,
|
"shadowWidth": 0,
|
||||||
"startBackground": "table",
|
"startBackground": "table",
|
||||||
"startBorderColor": "button"
|
"startBorderColor": "button",
|
||||||
|
"ToolWindow": {
|
||||||
|
"arc": 40
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"Canvas": {
|
"Canvas": {
|
||||||
"Tooltip.background": "notif",
|
"Tooltip.background": "notif",
|
||||||
@@ -256,6 +264,32 @@
|
|||||||
"accessDot": "accent",
|
"accessDot": "accent",
|
||||||
"dropdownBorder": "second",
|
"dropdownBorder": "second",
|
||||||
"pillBackground": "second"
|
"pillBackground": "second"
|
||||||
|
},
|
||||||
|
"Users": {
|
||||||
|
"1": {
|
||||||
|
"Background": "green",
|
||||||
|
"Foreground": "fg"
|
||||||
|
},
|
||||||
|
"2": {
|
||||||
|
"Background": "blue",
|
||||||
|
"Foreground": "fg"
|
||||||
|
},
|
||||||
|
"3": {
|
||||||
|
"Background": "red",
|
||||||
|
"Foreground": "fg"
|
||||||
|
},
|
||||||
|
"4": {
|
||||||
|
"Background": "purple",
|
||||||
|
"Foreground": "fg"
|
||||||
|
},
|
||||||
|
"5": {
|
||||||
|
"Background": "yellow",
|
||||||
|
"Foreground": "fg"
|
||||||
|
},
|
||||||
|
"6": {
|
||||||
|
"Background": "orange",
|
||||||
|
"Foreground": "fg"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"ColorChooser": {
|
"ColorChooser": {
|
||||||
@@ -293,7 +327,13 @@
|
|||||||
"selectionBackground": "table",
|
"selectionBackground": "table",
|
||||||
"selectionForeground": "activeFg"
|
"selectionForeground": "activeFg"
|
||||||
},
|
},
|
||||||
|
"ComboPopup.border": "1,1,1,1,#FF79C5",
|
||||||
"CompletionPopup": {
|
"CompletionPopup": {
|
||||||
|
"Advertiser": {
|
||||||
|
"background": "bg",
|
||||||
|
"foreground": "fg",
|
||||||
|
"borderInsets": "8,12,8,12"
|
||||||
|
},
|
||||||
"background": "second",
|
"background": "second",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"grayForeground": "text",
|
"grayForeground": "text",
|
||||||
@@ -313,8 +353,12 @@
|
|||||||
"selectionInactiveInfoForeground": "text",
|
"selectionInactiveInfoForeground": "text",
|
||||||
"selectionInfoForeground": "selFg"
|
"selectionInfoForeground": "selFg"
|
||||||
},
|
},
|
||||||
|
"ComplexPopup": {
|
||||||
|
"Header.background": "notif"
|
||||||
|
},
|
||||||
"Component": {
|
"Component": {
|
||||||
"arc": 4,
|
"arc": 4,
|
||||||
|
"focusWidth": 2,
|
||||||
"borderColor": "hl",
|
"borderColor": "hl",
|
||||||
"disabledBorderColor": "dis",
|
"disabledBorderColor": "dis",
|
||||||
"focusColor": "accent",
|
"focusColor": "accent",
|
||||||
@@ -351,6 +395,7 @@
|
|||||||
},
|
},
|
||||||
"desktop": "hc",
|
"desktop": "hc",
|
||||||
"Debugger": {
|
"Debugger": {
|
||||||
|
"EvaluateExpression.background": "bg",
|
||||||
"Variables": {
|
"Variables": {
|
||||||
"changedValueForeground": "accent",
|
"changedValueForeground": "accent",
|
||||||
"collectingDataForeground": "text",
|
"collectingDataForeground": "text",
|
||||||
@@ -358,13 +403,15 @@
|
|||||||
"evaluatingExpressionForeground": "text",
|
"evaluatingExpressionForeground": "text",
|
||||||
"exceptionForeground": "yellow",
|
"exceptionForeground": "yellow",
|
||||||
"modifyingValueForeground": "accent",
|
"modifyingValueForeground": "accent",
|
||||||
"valueForeground": "accent"
|
"valueForeground": "accent",
|
||||||
|
"typeForeground": "text"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"DebuggerTabs": {
|
"DebuggerTabs": {
|
||||||
"active.background": "hl",
|
"active.background": "hl",
|
||||||
"selectedBackground": "hl",
|
"selectedBackground": "hl",
|
||||||
"underlinedTabBackground": "table"
|
"underlinedTabBackground": "table",
|
||||||
|
"underlineHeight": 2
|
||||||
},
|
},
|
||||||
"DebuggerPopup": {
|
"DebuggerPopup": {
|
||||||
"borderColor": "bg"
|
"borderColor": "bg"
|
||||||
@@ -380,6 +427,7 @@
|
|||||||
"inactiveMaskColor": "hc",
|
"inactiveMaskColor": "hc",
|
||||||
"inactiveUnderlineColor": "accent",
|
"inactiveUnderlineColor": "accent",
|
||||||
"underlineColor": "accent",
|
"underlineColor": "accent",
|
||||||
|
"underlineHeight": 3,
|
||||||
"underlinedTabBackground": "table",
|
"underlinedTabBackground": "table",
|
||||||
"underlinedTabForeground": "selFg"
|
"underlinedTabForeground": "selFg"
|
||||||
},
|
},
|
||||||
@@ -398,13 +446,21 @@
|
|||||||
"backgroundBorderColor": "bg",
|
"backgroundBorderColor": "bg",
|
||||||
"backgroundColor": "bg",
|
"backgroundColor": "bg",
|
||||||
"borderColor": "accent",
|
"borderColor": "accent",
|
||||||
"foregroundColor": "fg"
|
"foregroundColor": "fg",
|
||||||
|
"rowBackground": "accent70"
|
||||||
},
|
},
|
||||||
"dropArea.base": "accent",
|
"dropArea.base": "accent",
|
||||||
"Editor": {
|
"Editor": {
|
||||||
"background": "hc",
|
"background": "hc",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"shortcutForeground": "text"
|
"shortcutForeground": "text",
|
||||||
|
"SearchField": {
|
||||||
|
"background": "cs",
|
||||||
|
"borderInsets": "8,12,8,12"
|
||||||
|
},
|
||||||
|
"Toolbar": {
|
||||||
|
"borderColor": "border"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"EditorGroupsTabs": {
|
"EditorGroupsTabs": {
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
@@ -423,7 +479,8 @@
|
|||||||
"inactiveBackground": "bg",
|
"inactiveBackground": "bg",
|
||||||
"inactiveForeground": "dis",
|
"inactiveForeground": "dis",
|
||||||
"selectionBackground": "selBg",
|
"selectionBackground": "selBg",
|
||||||
"selectionForeground": "activeFg"
|
"selectionForeground": "activeFg",
|
||||||
|
"splitBorder": "border"
|
||||||
},
|
},
|
||||||
"EditorTabs": {
|
"EditorTabs": {
|
||||||
"active.background": "table",
|
"active.background": "table",
|
||||||
@@ -441,7 +498,10 @@
|
|||||||
"inactiveUnderlineColor": "dis",
|
"inactiveUnderlineColor": "dis",
|
||||||
"selectedBackground": "table",
|
"selectedBackground": "table",
|
||||||
"selectedForeground": "fg",
|
"selectedForeground": "fg",
|
||||||
|
"tabInsets": "-10,10,-10,10",
|
||||||
"underlineColor": "accent",
|
"underlineColor": "accent",
|
||||||
|
"underlineHeight": 3,
|
||||||
|
"underlineArc": 4,
|
||||||
"underlinedTabBackground": "table",
|
"underlinedTabBackground": "table",
|
||||||
"underlinedTabForeground": "selFg"
|
"underlinedTabForeground": "selFg"
|
||||||
},
|
},
|
||||||
@@ -472,7 +532,7 @@
|
|||||||
"defaultButtonBorderColor": "accent"
|
"defaultButtonBorderColor": "accent"
|
||||||
},
|
},
|
||||||
"FormattedTextField": {
|
"FormattedTextField": {
|
||||||
"background": "hc",
|
"background": "cs",
|
||||||
"caretForeground": "accent",
|
"caretForeground": "accent",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"inactiveBackground": "button",
|
"inactiveBackground": "button",
|
||||||
@@ -509,6 +569,9 @@
|
|||||||
"disabledSeparatorColor": "border",
|
"disabledSeparatorColor": "border",
|
||||||
"separatorColor": "border"
|
"separatorColor": "border"
|
||||||
},
|
},
|
||||||
|
"Gutter": {
|
||||||
|
"VcsChanges.width": 4
|
||||||
|
},
|
||||||
"GutterTooltip": {
|
"GutterTooltip": {
|
||||||
"borderColor": "bg",
|
"borderColor": "bg",
|
||||||
"infoForeground": "text",
|
"infoForeground": "text",
|
||||||
@@ -522,11 +585,14 @@
|
|||||||
"background": "bg",
|
"background": "bg",
|
||||||
"backgroundColor": "bg",
|
"backgroundColor": "bg",
|
||||||
"borderColor": "border",
|
"borderColor": "border",
|
||||||
|
"defaultTextBorderInsets": "16,16,16,16",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"infoForeground": "text",
|
"infoForeground": "text",
|
||||||
"shortcutForeground": "text",
|
"shortcutForeground": "text",
|
||||||
"shortcutTextColor": "text",
|
"shortcutTextColor": "text",
|
||||||
"textColor": "fg"
|
"smallTextBorderInsets": "8,12,8,12",
|
||||||
|
"textColor": "fg",
|
||||||
|
"verticalGap": 8
|
||||||
},
|
},
|
||||||
"Hg.Log.Ref": {
|
"Hg.Log.Ref": {
|
||||||
"Branch": "accent",
|
"Branch": "accent",
|
||||||
@@ -594,6 +660,7 @@
|
|||||||
"link": "accent",
|
"link": "accent",
|
||||||
"Link": {
|
"Link": {
|
||||||
"activeForeground": "accent",
|
"activeForeground": "accent",
|
||||||
|
"focusedBorderColor": "accent",
|
||||||
"hoverForeground": "accent",
|
"hoverForeground": "accent",
|
||||||
"pressedForeground": "accent",
|
"pressedForeground": "accent",
|
||||||
"secondaryForeground": "text",
|
"secondaryForeground": "text",
|
||||||
@@ -605,27 +672,61 @@
|
|||||||
"link.visited.foreground": "accent",
|
"link.visited.foreground": "accent",
|
||||||
"List": {
|
"List": {
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
|
"Button": {
|
||||||
|
"hoverBackground": "hl",
|
||||||
|
"leftRightInset": 8,
|
||||||
|
"separatorColor": "border",
|
||||||
|
"separatorInset": 4
|
||||||
|
},
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"hoverBackground": "hl",
|
"hoverBackground": "hl",
|
||||||
"hoverInactiveBackground": "table",
|
"hoverInactiveBackground": "table",
|
||||||
|
"Line.hoverBackground": "selBg",
|
||||||
|
"rowHeight": "28",
|
||||||
|
"selectionBackground": "tree",
|
||||||
"selectionForeground": "selFg",
|
"selectionForeground": "selFg",
|
||||||
"selectionInactiveBackground": "table",
|
"selectionInactiveBackground": "table",
|
||||||
"selectionInactiveForeground": "activeFg"
|
"selectionInactiveForeground": "activeFg",
|
||||||
|
"Tag": {
|
||||||
|
"background": "button",
|
||||||
|
"foreground": "fg"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"LiveIndicator": {
|
"LiveIndicator": {
|
||||||
"color": "accent"
|
"color": "accent"
|
||||||
},
|
},
|
||||||
|
"macOSWindow.Title": {
|
||||||
|
"height": 30,
|
||||||
|
"heightSmall": 20
|
||||||
|
},
|
||||||
|
"MainMenu": {
|
||||||
|
"background": "hc",
|
||||||
|
"foreground": "fg",
|
||||||
|
"selectionForeground": "activeFg",
|
||||||
|
"selectionBackground": "selBg"
|
||||||
|
},
|
||||||
"MainToolbar": {
|
"MainToolbar": {
|
||||||
"Dropdown.background": "bg",
|
|
||||||
"Dropdown.hoverBackground": "border",
|
|
||||||
"Dropdown.pressedBackground": "table",
|
|
||||||
"Icon.background": "bg",
|
|
||||||
"Icon.hoverBackground": "border",
|
|
||||||
"Icon.pressedBackground": "table",
|
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"hoverBackground": "border",
|
"Button": {
|
||||||
|
"buttonInsets": "0,0,0,0"
|
||||||
|
},
|
||||||
|
"Dropdown": {
|
||||||
|
"borderInsets": "6,12,6,12",
|
||||||
|
"background": "bg",
|
||||||
|
"foreground": "fg",
|
||||||
|
"hoverBackground": "hl",
|
||||||
|
"pressedBackground": "table"
|
||||||
|
},
|
||||||
|
"hoverBackground": "hl",
|
||||||
|
"Icon": {
|
||||||
|
"borderInsets": "10,10,10,10",
|
||||||
|
"background": "bg",
|
||||||
|
"hoverBackground": "hl",
|
||||||
|
"pressedBackground": "table"
|
||||||
|
},
|
||||||
"inactiveBackground": "bg",
|
"inactiveBackground": "bg",
|
||||||
"pressedBackground": "table"
|
"pressedBackground": "table",
|
||||||
|
"separatorColor": "border"
|
||||||
},
|
},
|
||||||
"material": {
|
"material": {
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
@@ -652,11 +753,15 @@
|
|||||||
"acceleratorForeground": "text",
|
"acceleratorForeground": "text",
|
||||||
"acceleratorSelectionForeground": "activeFg",
|
"acceleratorSelectionForeground": "activeFg",
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"border": "4,2,4,2",
|
"border": "8,8,8,8",
|
||||||
"borderColor": "second",
|
"borderColor": "second",
|
||||||
"disabledBackground": "second",
|
"disabledBackground": "second",
|
||||||
"disabledForeground": "dis",
|
"disabledForeground": "dis",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
|
"Selection": {
|
||||||
|
"arc": 8,
|
||||||
|
"innerInsets": "8,2,8,2"
|
||||||
|
},
|
||||||
"selectionBackground": "selBg",
|
"selectionBackground": "selBg",
|
||||||
"selectionForeground": "activeFg",
|
"selectionForeground": "activeFg",
|
||||||
"separatorColor": "border"
|
"separatorColor": "border"
|
||||||
@@ -676,7 +781,7 @@
|
|||||||
"acceleratorForeground": "text",
|
"acceleratorForeground": "text",
|
||||||
"acceleratorSelectionForeground": "activeFg",
|
"acceleratorSelectionForeground": "activeFg",
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"border": "4,2,4,2",
|
"border": "8,8,8,8",
|
||||||
"disabledBackground": "bg",
|
"disabledBackground": "bg",
|
||||||
"disabledForeground": "dis",
|
"disabledForeground": "dis",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
@@ -699,11 +804,13 @@
|
|||||||
"background": "bg"
|
"background": "bg"
|
||||||
},
|
},
|
||||||
"SearchField": {
|
"SearchField": {
|
||||||
"background": "hc"
|
"background": "cs"
|
||||||
}
|
},
|
||||||
|
"separatorWidth": 6
|
||||||
},
|
},
|
||||||
"NewPSD.warning": "accent",
|
"NewPSD.warning": "accent",
|
||||||
"Notification": {
|
"Notification": {
|
||||||
|
"arc": 16,
|
||||||
"Error.foreground": "accent",
|
"Error.foreground": "accent",
|
||||||
"Link.foreground": "accent",
|
"Link.foreground": "accent",
|
||||||
"background": "notif",
|
"background": "notif",
|
||||||
@@ -719,12 +826,18 @@
|
|||||||
"innerBorderColor": "button"
|
"innerBorderColor": "button"
|
||||||
},
|
},
|
||||||
"ToolWindow": {
|
"ToolWindow": {
|
||||||
|
"Button.DragAndDrop": {
|
||||||
|
"buttonFloatingBackground": "button",
|
||||||
|
"stripeBackground": "bg"
|
||||||
|
},
|
||||||
"errorBackground": "notifError",
|
"errorBackground": "notifError",
|
||||||
"errorBorderColor": "notifError",
|
"errorBorderColor": "notifError",
|
||||||
"errorForeground": "fg",
|
"errorForeground": "fg",
|
||||||
|
"infoBackground": "notif",
|
||||||
|
"infoBorderColor": "notif",
|
||||||
"infoForeground": "fg",
|
"infoForeground": "fg",
|
||||||
"informativeBackground": "notifInfo",
|
"informativeBackground": "notif",
|
||||||
"informativeBorderColor": "notifInfo",
|
"informativeBorderColor": "notif",
|
||||||
"informativeForeground": "fg",
|
"informativeForeground": "fg",
|
||||||
"warningBackground": "notifWarn",
|
"warningBackground": "notifWarn",
|
||||||
"warningBorderColor": "notifWarn",
|
"warningBorderColor": "notifWarn",
|
||||||
@@ -736,7 +849,8 @@
|
|||||||
},
|
},
|
||||||
"ToolWindowInfo": {
|
"ToolWindowInfo": {
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"background": "notifInfo"
|
"background": "notif",
|
||||||
|
"borderColor": "notif"
|
||||||
},
|
},
|
||||||
"ToolWindowWarning": {
|
"ToolWindowWarning": {
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
@@ -786,7 +900,7 @@
|
|||||||
"lineSeparatorColor": "table"
|
"lineSeparatorColor": "table"
|
||||||
},
|
},
|
||||||
"PasswordField": {
|
"PasswordField": {
|
||||||
"background": "hc",
|
"background": "cs",
|
||||||
"capsLockIconColor": "accent",
|
"capsLockIconColor": "accent",
|
||||||
"caretForeground": "accent",
|
"caretForeground": "accent",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
@@ -796,6 +910,7 @@
|
|||||||
},
|
},
|
||||||
"Plugins": {
|
"Plugins": {
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
|
"borderColor": "border",
|
||||||
"disabledForeground": "dis",
|
"disabledForeground": "dis",
|
||||||
"eapTagBackground": "hl",
|
"eapTagBackground": "hl",
|
||||||
"hoverBackground": "hl",
|
"hoverBackground": "hl",
|
||||||
@@ -817,8 +932,11 @@
|
|||||||
"updateBorderColor": "button",
|
"updateBorderColor": "button",
|
||||||
"updateForeground": "fg"
|
"updateForeground": "fg"
|
||||||
},
|
},
|
||||||
|
"ScreenshotPagination": {
|
||||||
|
"CurrentImage.fillColor": "accent"
|
||||||
|
},
|
||||||
"SearchField": {
|
"SearchField": {
|
||||||
"background": "hc",
|
"background": "cs",
|
||||||
"borderColor": "border"
|
"borderColor": "border"
|
||||||
},
|
},
|
||||||
"SectionHeader": {
|
"SectionHeader": {
|
||||||
@@ -836,27 +954,38 @@
|
|||||||
},
|
},
|
||||||
"Popup": {
|
"Popup": {
|
||||||
"Advertiser": {
|
"Advertiser": {
|
||||||
|
"borderInsets": "6,20,6,20",
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"borderColor": "bg",
|
"borderColor": "bg",
|
||||||
"foreground": "accent"
|
"foreground": "accent"
|
||||||
},
|
},
|
||||||
|
"Body": {
|
||||||
|
"bottomInsetNoAd": 8,
|
||||||
|
"bottomInsetBeforeAd": 8,
|
||||||
|
"topInsetNoHeader": 8
|
||||||
|
},
|
||||||
"Border": {
|
"Border": {
|
||||||
"color": "cs",
|
"color": "cs",
|
||||||
"inactiveColor": "bg"
|
"inactiveColor": "bg"
|
||||||
},
|
},
|
||||||
|
"background": "notif",
|
||||||
"borderColor": "cs",
|
"borderColor": "cs",
|
||||||
|
"borderWidth": 0,
|
||||||
"inactiveBorderColor": "bg",
|
"inactiveBorderColor": "bg",
|
||||||
"innerBorderColor": "second",
|
"innerBorderColor": "second",
|
||||||
"Header": {
|
"Header": {
|
||||||
"activeBackground": "bg",
|
"activeBackground": "bg",
|
||||||
"inactiveBackground": "cs"
|
"inactiveBackground": "cs",
|
||||||
|
"inactiveForeground": "text"
|
||||||
},
|
},
|
||||||
"paintBorder": true,
|
"paintBorder": false,
|
||||||
"preferences": {
|
"preferences": {
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"borderColor": "bg",
|
"borderColor": "bg",
|
||||||
"foreground": "fg"
|
"foreground": "fg"
|
||||||
},
|
},
|
||||||
|
"Selection.arc": 8,
|
||||||
|
"Selection.leftRightInset": 8,
|
||||||
"Separator": {
|
"Separator": {
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"color": "border"
|
"color": "border"
|
||||||
@@ -872,13 +1001,24 @@
|
|||||||
},
|
},
|
||||||
"PopupMenu": {
|
"PopupMenu": {
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"border": "2,0,2,0",
|
"borderWidth": 1,
|
||||||
|
"border": "8,8,8,8",
|
||||||
|
"borderCornerRadius": 8,
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
|
"Selection": {
|
||||||
|
"arc": 8,
|
||||||
|
"innerInsets": "8,2,8,2"
|
||||||
|
},
|
||||||
"selectionBackground": "selBg",
|
"selectionBackground": "selBg",
|
||||||
"translucentBackground": "bg"
|
"translucentBackground": "bg"
|
||||||
},
|
},
|
||||||
"PopupMenuSeparator.height": 10,
|
"PopupMenuSeparator": {
|
||||||
"PopupMenuSeparator.stripeIndent": 5,
|
"height": 10,
|
||||||
|
"stripeWidth": 2,
|
||||||
|
"stripeIndent": 5,
|
||||||
|
"withToEdge": 4,
|
||||||
|
"borderCornerRadius": 8
|
||||||
|
},
|
||||||
"ProgressBar": {
|
"ProgressBar": {
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"foreground": "accent",
|
"foreground": "accent",
|
||||||
@@ -922,12 +1062,27 @@
|
|||||||
"selectionBackground": "selBg",
|
"selectionBackground": "selBg",
|
||||||
"selectionForeground": "selFg"
|
"selectionForeground": "selFg"
|
||||||
},
|
},
|
||||||
|
"ReviewList": {
|
||||||
|
"state.background": "second",
|
||||||
|
"state.foreground": "fg"
|
||||||
|
},
|
||||||
"RunWidget": {
|
"RunWidget": {
|
||||||
|
"background": "button",
|
||||||
|
"Debug.activeBackground": "hl",
|
||||||
|
"foreground": "fg",
|
||||||
|
"hoverBackground": "table",
|
||||||
|
"pressedBackground": "hl",
|
||||||
|
"Profile.activeBackground": "hl",
|
||||||
|
"runningBackground": "hl",
|
||||||
|
"runningForeground": "selFg",
|
||||||
|
"Run.activeBackground": "hl",
|
||||||
"Running": {
|
"Running": {
|
||||||
"background": "accent",
|
"background": "hl",
|
||||||
"leftHoverBackground": "accent70",
|
"foreground": "selFg",
|
||||||
"leftPressedBackground": "accent"
|
"leftHoverBackground": "hl",
|
||||||
}
|
"leftPressedBackground": "hl"
|
||||||
|
},
|
||||||
|
"separatorColor": "border"
|
||||||
},
|
},
|
||||||
"ScreenView.borderColor": "border",
|
"ScreenView.borderColor": "border",
|
||||||
"scrollbar": "bg",
|
"scrollbar": "bg",
|
||||||
@@ -971,8 +1126,9 @@
|
|||||||
},
|
},
|
||||||
"SearchEverywhere": {
|
"SearchEverywhere": {
|
||||||
"Advertiser": {
|
"Advertiser": {
|
||||||
"background": "cs",
|
"background": "bg",
|
||||||
"foreground": "text"
|
"foreground": "text",
|
||||||
|
"borderInsets": "10,20,10,20"
|
||||||
},
|
},
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"Dialog": {
|
"Dialog": {
|
||||||
@@ -989,11 +1145,12 @@
|
|||||||
"Separator.foreground": "text",
|
"Separator.foreground": "text",
|
||||||
"selectionBackground": "selBg",
|
"selectionBackground": "selBg",
|
||||||
"separatorColor": "border",
|
"separatorColor": "border",
|
||||||
"separatorForeground": "text"
|
"separatorForeground": "text",
|
||||||
|
"settingsBackground": "bg"
|
||||||
},
|
},
|
||||||
"SearchField": {
|
"SearchField": {
|
||||||
"Border.color": "hl",
|
"Border.color": "hl",
|
||||||
"background": "hc",
|
"background": "cs",
|
||||||
"borderColor": "hl",
|
"borderColor": "hl",
|
||||||
"grayForeground": "dis",
|
"grayForeground": "dis",
|
||||||
"infoForeground": "dis"
|
"infoForeground": "dis"
|
||||||
@@ -1015,8 +1172,13 @@
|
|||||||
"startColor": "accent"
|
"startColor": "accent"
|
||||||
},
|
},
|
||||||
"SearchField.errorBackground": "notif",
|
"SearchField.errorBackground": "notif",
|
||||||
|
"SearchFieldWithExtension": {
|
||||||
|
"background": "cs"
|
||||||
|
},
|
||||||
"SearchOption": {
|
"SearchOption": {
|
||||||
"selectedBackground": "table"
|
"selectedBackground": "table",
|
||||||
|
"selectedPressedBackground": "hl",
|
||||||
|
"selectedHoveredBackground": "hl"
|
||||||
},
|
},
|
||||||
"SearchResults": {
|
"SearchResults": {
|
||||||
"Ordinal.File.Foreground": "text",
|
"Ordinal.File.Foreground": "text",
|
||||||
@@ -1056,12 +1218,12 @@
|
|||||||
"SpeedSearch": {
|
"SpeedSearch": {
|
||||||
"background": "hl",
|
"background": "hl",
|
||||||
"borderColor": "border",
|
"borderColor": "border",
|
||||||
"errorForeground": "fg",
|
"errorForeground": "red",
|
||||||
"foreground": "fg"
|
"foreground": "fg"
|
||||||
},
|
},
|
||||||
"Spinner": {
|
"Spinner": {
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"border": "3,3,3,3",
|
"border": "4,4,4,4",
|
||||||
"disabledBackground": "excl",
|
"disabledBackground": "excl",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"selectionForeground": "activeFg"
|
"selectionForeground": "activeFg"
|
||||||
@@ -1077,15 +1239,17 @@
|
|||||||
"Breadcrumbs": {
|
"Breadcrumbs": {
|
||||||
"floatingBackground": "tree",
|
"floatingBackground": "tree",
|
||||||
"floatingForeground": "fg",
|
"floatingForeground": "fg",
|
||||||
|
"floatingToolbarInsets": "8,12,8,12",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"hoverBackground": "tree",
|
"hoverBackground": "tree",
|
||||||
"hoverForeground": "fg",
|
"hoverForeground": "fg",
|
||||||
|
"itemBackgroundInsets": "2,4,2,4",
|
||||||
"selectionBackground": "selBg",
|
"selectionBackground": "selBg",
|
||||||
"selectionForeground": "activeFg",
|
"selectionForeground": "activeFg",
|
||||||
"selectionInactiveBackground": "button",
|
"selectionInactiveBackground": "button",
|
||||||
"selectionInactiveForeground": "fg"
|
"selectionInactiveForeground": "fg"
|
||||||
},
|
},
|
||||||
"borderColor": "bg",
|
"borderColor": "border",
|
||||||
"bottomColor": "bg",
|
"bottomColor": "bg",
|
||||||
"hoverBackground": "hl",
|
"hoverBackground": "hl",
|
||||||
"top2Color": "bg",
|
"top2Color": "bg",
|
||||||
@@ -1096,7 +1260,8 @@
|
|||||||
"hoverBackground": "hl",
|
"hoverBackground": "hl",
|
||||||
"hoverForeground": "selFg",
|
"hoverForeground": "selFg",
|
||||||
"pressedBackground": "button",
|
"pressedBackground": "button",
|
||||||
"pressedForeground": "fg"
|
"pressedForeground": "fg",
|
||||||
|
"widgetInsets": "8,12,8,12"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"TabbedPane": {
|
"TabbedPane": {
|
||||||
@@ -1126,6 +1291,7 @@
|
|||||||
"shadow": "hc",
|
"shadow": "hc",
|
||||||
"tabHeight": 32,
|
"tabHeight": 32,
|
||||||
"tabInsets": "5,10,5,10",
|
"tabInsets": "5,10,5,10",
|
||||||
|
"tabSelectionArc": 4,
|
||||||
"tabSelectionHeight": 2,
|
"tabSelectionHeight": 2,
|
||||||
"tabsOverlapBorder": true,
|
"tabsOverlapBorder": true,
|
||||||
"underlineColor": "accent"
|
"underlineColor": "accent"
|
||||||
@@ -1134,13 +1300,13 @@
|
|||||||
"Table": {
|
"Table": {
|
||||||
"alternativeRowBackground": "cs",
|
"alternativeRowBackground": "cs",
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"cellNoFocusBorder": "10,5,10,5",
|
"cellNoFocusBorder": "16,4,16,4",
|
||||||
"disabledForeground": "dis",
|
"disabledForeground": "dis",
|
||||||
"dropLineColor": "accent",
|
"dropLineColor": "accent",
|
||||||
"dropLineShortColor": "accent",
|
"dropLineShortColor": "accent",
|
||||||
"focusCellBackground": "table",
|
"focusCellBackground": "table",
|
||||||
"focusCellForeground": "activeFg",
|
"focusCellForeground": "activeFg",
|
||||||
"focusCellHighlightBorder": "10,5,10,5",
|
"focusCellHighlightBorder": "18,6,18,6",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"gridColor": "bg",
|
"gridColor": "bg",
|
||||||
"highlightOuter": "table",
|
"highlightOuter": "table",
|
||||||
@@ -1150,6 +1316,7 @@
|
|||||||
"lightSelectionForeground": "activeFg",
|
"lightSelectionForeground": "activeFg",
|
||||||
"lightSelectionInactiveBackground": "second",
|
"lightSelectionInactiveBackground": "second",
|
||||||
"lightSelectionInactiveForeground": "text",
|
"lightSelectionInactiveForeground": "text",
|
||||||
|
"rowHeight": 32,
|
||||||
"selectionBackground": "table",
|
"selectionBackground": "table",
|
||||||
"selectionForeground": "activeFg",
|
"selectionForeground": "activeFg",
|
||||||
"selectionInactiveBackground": "table",
|
"selectionInactiveBackground": "table",
|
||||||
@@ -1160,14 +1327,14 @@
|
|||||||
},
|
},
|
||||||
"TableHeader": {
|
"TableHeader": {
|
||||||
"background": "button",
|
"background": "button",
|
||||||
|
"bottomSeparatorColor": "border",
|
||||||
"borderColor": "hl",
|
"borderColor": "hl",
|
||||||
"bottomSeparatorColor": "hl",
|
"cellBorder": "6,0,6,0",
|
||||||
"cellBorder": "4,0,4,0",
|
|
||||||
"disabledForeground": "dis",
|
"disabledForeground": "dis",
|
||||||
"focusCellBackground": "table",
|
"focusCellBackground": "table",
|
||||||
"focusCellForeground": "activeFg",
|
"focusCellForeground": "activeFg",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"height": 25,
|
"height": 32,
|
||||||
"hoverBackground": "hl",
|
"hoverBackground": "hl",
|
||||||
"separatorColor": "border"
|
"separatorColor": "border"
|
||||||
},
|
},
|
||||||
@@ -1182,7 +1349,7 @@
|
|||||||
"textHighlightText": "activeFg",
|
"textHighlightText": "activeFg",
|
||||||
"textText": "text",
|
"textText": "text",
|
||||||
"TextArea": {
|
"TextArea": {
|
||||||
"background": "hc",
|
"background": "cs",
|
||||||
"caretForeground": "accent",
|
"caretForeground": "accent",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"inactiveForeground": "dis",
|
"inactiveForeground": "dis",
|
||||||
@@ -1190,7 +1357,7 @@
|
|||||||
"selectionForeground": "activeFg"
|
"selectionForeground": "activeFg"
|
||||||
},
|
},
|
||||||
"TextField": {
|
"TextField": {
|
||||||
"background": "hc",
|
"background": "cs",
|
||||||
"borderColor": "bg",
|
"borderColor": "bg",
|
||||||
"caretForeground": "accent",
|
"caretForeground": "accent",
|
||||||
"disabledBackground": "excl",
|
"disabledBackground": "excl",
|
||||||
@@ -1205,15 +1372,21 @@
|
|||||||
"separatorColorDisabled": "bg"
|
"separatorColorDisabled": "bg"
|
||||||
},
|
},
|
||||||
"TextPane": {
|
"TextPane": {
|
||||||
"background": "hc",
|
"background": "cs",
|
||||||
"caretForeground": "accent",
|
"caretForeground": "accent",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"inactiveForeground": "dis",
|
"inactiveForeground": "dis",
|
||||||
"selectionBackground": "table",
|
"selectionBackground": "table",
|
||||||
"selectionForeground": "activeFg"
|
"selectionForeground": "activeFg"
|
||||||
},
|
},
|
||||||
|
"TipOfTheDay": {
|
||||||
|
"Image.borderColor": "border"
|
||||||
|
},
|
||||||
"TitlePane": {
|
"TitlePane": {
|
||||||
"Button.hoverBackground": "hl",
|
"Button": {
|
||||||
|
"hoverBackground": "hl",
|
||||||
|
"preferredSize": "48,40"
|
||||||
|
},
|
||||||
"background": "hc",
|
"background": "hc",
|
||||||
"inactiveBackground": "bg",
|
"inactiveBackground": "bg",
|
||||||
"inactiveInfoForeground": "dis",
|
"inactiveInfoForeground": "dis",
|
||||||
@@ -1240,7 +1413,9 @@
|
|||||||
"borderHandleColor": "text",
|
"borderHandleColor": "text",
|
||||||
"comboBoxButtonBackground": "button",
|
"comboBoxButtonBackground": "button",
|
||||||
"floatingForeground": "text",
|
"floatingForeground": "text",
|
||||||
"foreground": "fg"
|
"foreground": "fg",
|
||||||
|
"verticalToolbarInsets": "6,6,6,6",
|
||||||
|
"horizontalToolbarInsets": "6,6,6,6"
|
||||||
},
|
},
|
||||||
"ToolbarComboWidget": {
|
"ToolbarComboWidget": {
|
||||||
"background": "button",
|
"background": "button",
|
||||||
@@ -1252,6 +1427,7 @@
|
|||||||
"description.title.text.color": "fg"
|
"description.title.text.color": "fg"
|
||||||
},
|
},
|
||||||
"ToolTip": {
|
"ToolTip": {
|
||||||
|
"arc": 6,
|
||||||
"actions": {
|
"actions": {
|
||||||
"background": "bg"
|
"background": "bg"
|
||||||
},
|
},
|
||||||
@@ -1262,8 +1438,10 @@
|
|||||||
},
|
},
|
||||||
"background": "notif",
|
"background": "notif",
|
||||||
"borderColor": "border",
|
"borderColor": "border",
|
||||||
|
"borderCornerRadius": 8,
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"infoForeground": "text",
|
"infoForeground": "text",
|
||||||
|
"linkForeground": "accent",
|
||||||
"Learning": {
|
"Learning": {
|
||||||
"background": "accent",
|
"background": "accent",
|
||||||
"borderColor": "accent",
|
"borderColor": "accent",
|
||||||
@@ -1284,6 +1462,10 @@
|
|||||||
"background": "hc",
|
"background": "hc",
|
||||||
"Button": {
|
"Button": {
|
||||||
"hoverBackground": "table",
|
"hoverBackground": "table",
|
||||||
|
"DragAndDrop": {
|
||||||
|
"stripeBackground": "cs",
|
||||||
|
"buttonDropBackground": "accent70"
|
||||||
|
},
|
||||||
"selectedBackground": "cs",
|
"selectedBackground": "cs",
|
||||||
"selectedForeground": "activeFg"
|
"selectedForeground": "activeFg"
|
||||||
},
|
},
|
||||||
@@ -1296,6 +1478,7 @@
|
|||||||
"tab.selected.background": "cs"
|
"tab.selected.background": "cs"
|
||||||
},
|
},
|
||||||
"Header": {
|
"Header": {
|
||||||
|
"height": 42,
|
||||||
"background": "second",
|
"background": "second",
|
||||||
"borderColor": "second",
|
"borderColor": "second",
|
||||||
"inactiveBackground": "bg"
|
"inactiveBackground": "bg"
|
||||||
@@ -1308,13 +1491,17 @@
|
|||||||
"hoverBackground": "hl",
|
"hoverBackground": "hl",
|
||||||
"hoverInactiveBackground": "hl",
|
"hoverInactiveBackground": "hl",
|
||||||
"inactiveUnderlineColor": "accent",
|
"inactiveUnderlineColor": "accent",
|
||||||
|
"leftRightInsets": "0,12,0,12",
|
||||||
"selectedBackground": "cs",
|
"selectedBackground": "cs",
|
||||||
"selectedInactiveBackground": "cs",
|
"selectedInactiveBackground": "cs",
|
||||||
|
"underlineArc": 4,
|
||||||
"underlineColor": "accent",
|
"underlineColor": "accent",
|
||||||
|
"underlineHeight": 3,
|
||||||
"underlinedTabBackground": "table",
|
"underlinedTabBackground": "table",
|
||||||
"underlinedTabForeground": "selFg",
|
"underlinedTabForeground": "selFg",
|
||||||
"underlinedTabInactiveBackground": "hc",
|
"underlinedTabInactiveBackground": "hc",
|
||||||
"underlinedTabInactiveForeground": "fg"
|
"underlinedTabInactiveForeground": "fg",
|
||||||
|
"verticalPadding": 6
|
||||||
},
|
},
|
||||||
"inactive": {
|
"inactive": {
|
||||||
"Header.background": "bg",
|
"Header.background": "bg",
|
||||||
@@ -1322,13 +1509,15 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"Tree": {
|
"Tree": {
|
||||||
|
"border": "4,12,4,12",
|
||||||
"background": "hc",
|
"background": "hc",
|
||||||
"foreground": "text",
|
"foreground": "text",
|
||||||
|
"errorForeground": "red",
|
||||||
"hash": "border",
|
"hash": "border",
|
||||||
"hoverBackground": "tree",
|
"hoverBackground": "tree",
|
||||||
"hoverInactiveBackground": "table",
|
"hoverInactiveBackground": "table",
|
||||||
"modifiedItemForeground": "accent",
|
"modifiedItemForeground": "accent",
|
||||||
"rowHeight": 28,
|
"rowHeight": "28",
|
||||||
"selectionBackground": "tree",
|
"selectionBackground": "tree",
|
||||||
"selectionForeground": "selFg",
|
"selectionForeground": "selFg",
|
||||||
"selectionInactiveBackground": "tree",
|
"selectionInactiveBackground": "tree",
|
||||||
@@ -1355,7 +1544,6 @@
|
|||||||
"hoverBorderColor": "hl"
|
"hoverBorderColor": "hl"
|
||||||
},
|
},
|
||||||
"Label.foreground": "text",
|
"Label.foreground": "text",
|
||||||
"List.selectionBackground": "tree",
|
|
||||||
"highStroke.foreground": "fg",
|
"highStroke.foreground": "fg",
|
||||||
"motion": {
|
"motion": {
|
||||||
"AddConstraintColor": "accent",
|
"AddConstraintColor": "accent",
|
||||||
@@ -1392,6 +1580,35 @@
|
|||||||
"ourML_BarColor.separatorColor": "border",
|
"ourML_BarColor.separatorColor": "border",
|
||||||
"timeLine.disabledBorderColor": "border"
|
"timeLine.disabledBorderColor": "border"
|
||||||
},
|
},
|
||||||
|
"PackageDetails": {
|
||||||
|
"border": "accent",
|
||||||
|
"infoBanner": "accent"
|
||||||
|
},
|
||||||
|
"PackageSearch": {
|
||||||
|
"PackagesList.rowHeight": 28,
|
||||||
|
"PackageTag": {
|
||||||
|
"background": "excl",
|
||||||
|
"foreground": "fg",
|
||||||
|
"hoverBackground": "tree",
|
||||||
|
"selectedBackground": "selBg",
|
||||||
|
"selectedForeground": "selFg"
|
||||||
|
},
|
||||||
|
"PackageTagSelected": {
|
||||||
|
"background": "selBg",
|
||||||
|
"foreground": "selFg"
|
||||||
|
},
|
||||||
|
"SearchResult": {
|
||||||
|
"background": "cs",
|
||||||
|
"hoverBackground": "tree",
|
||||||
|
"PackageTag": {
|
||||||
|
"background": "excl",
|
||||||
|
"foreground": "fg",
|
||||||
|
"hoverBackground": "tree",
|
||||||
|
"selectedBackground": "selBg",
|
||||||
|
"selectedForeground": "selFg"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"Panel": {
|
"Panel": {
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"borderColor": "border",
|
"borderColor": "border",
|
||||||
@@ -1418,7 +1635,7 @@
|
|||||||
},
|
},
|
||||||
"VersionControl": {
|
"VersionControl": {
|
||||||
"FileHistory.Commit": {
|
"FileHistory.Commit": {
|
||||||
"otherBranchBackground": "bg",
|
"otherBranchBackground": "excl",
|
||||||
"selectedBranchBackground": "bg"
|
"selectedBranchBackground": "bg"
|
||||||
},
|
},
|
||||||
"GitCommits": {
|
"GitCommits": {
|
||||||
@@ -1443,9 +1660,15 @@
|
|||||||
"Commit": {
|
"Commit": {
|
||||||
"currentBranchBackground": "cs",
|
"currentBranchBackground": "cs",
|
||||||
"hoveredBackground": "tree",
|
"hoveredBackground": "tree",
|
||||||
|
"rowHeight": 28,
|
||||||
"unmatchedForeground": "text"
|
"unmatchedForeground": "text"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"MarkerPopup": {
|
||||||
|
"borderColor": "border",
|
||||||
|
"borderInsets": "6,8,6,10",
|
||||||
|
"Toolbar.background": "hl"
|
||||||
|
},
|
||||||
"Ref": {
|
"Ref": {
|
||||||
"backgroundBase": "hl",
|
"backgroundBase": "hl",
|
||||||
"foreground": "activeFg"
|
"foreground": "activeFg"
|
||||||
@@ -1455,6 +1678,11 @@
|
|||||||
"foreground": "activeFg"
|
"foreground": "activeFg"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"UnattendedHostStatus": {
|
||||||
|
"warningBackground": "yellow",
|
||||||
|
"warningForeground": "activeFg",
|
||||||
|
"dangerBackground": "red"
|
||||||
|
},
|
||||||
"Viewport": {
|
"Viewport": {
|
||||||
"background": "hc",
|
"background": "hc",
|
||||||
"foreground": "fg"
|
"foreground": "fg"
|
||||||
|
|||||||
@@ -22,7 +22,7 @@
|
|||||||
"cs": "#191A21",
|
"cs": "#191A21",
|
||||||
"button": "#393C4B",
|
"button": "#393C4B",
|
||||||
"table": "#44475A",
|
"table": "#44475A",
|
||||||
"tree": "#44475A50",
|
"tree": "#2f3342",
|
||||||
"hl": "#44475a",
|
"hl": "#44475a",
|
||||||
"notif": "#1D2228",
|
"notif": "#1D2228",
|
||||||
"hc": "#282A36",
|
"hc": "#282A36",
|
||||||
@@ -73,6 +73,10 @@
|
|||||||
"pressedBackground": "accent50",
|
"pressedBackground": "accent50",
|
||||||
"pressedBorderColor": "accent50"
|
"pressedBorderColor": "accent50"
|
||||||
},
|
},
|
||||||
|
"ActionsList": {
|
||||||
|
"icon.gap": 12,
|
||||||
|
"mnemonic.icon.gap": 12
|
||||||
|
},
|
||||||
"ActionToolbar": {
|
"ActionToolbar": {
|
||||||
"background": "hc"
|
"background": "hc"
|
||||||
},
|
},
|
||||||
@@ -127,8 +131,9 @@
|
|||||||
"BookmarkIcon.background": "accent",
|
"BookmarkIcon.background": "accent",
|
||||||
"Borders.ContrastBorderColor": "bg",
|
"Borders.ContrastBorderColor": "bg",
|
||||||
"Borders.color": "border",
|
"Borders.color": "border",
|
||||||
|
"Breakpoint.iconHoverAlpha": 0.35,
|
||||||
"Button": {
|
"Button": {
|
||||||
"arc": 0,
|
"arc": 8,
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"darcula": {
|
"darcula": {
|
||||||
"borderColor": "button",
|
"borderColor": "button",
|
||||||
@@ -181,7 +186,10 @@
|
|||||||
"shadowColor": "shadow",
|
"shadowColor": "shadow",
|
||||||
"shadowWidth": 0,
|
"shadowWidth": 0,
|
||||||
"startBackground": "table",
|
"startBackground": "table",
|
||||||
"startBorderColor": "button"
|
"startBorderColor": "button",
|
||||||
|
"ToolWindow": {
|
||||||
|
"arc": 40
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"Canvas": {
|
"Canvas": {
|
||||||
"Tooltip.background": "notif",
|
"Tooltip.background": "notif",
|
||||||
@@ -256,6 +264,32 @@
|
|||||||
"accessDot": "accent",
|
"accessDot": "accent",
|
||||||
"dropdownBorder": "second",
|
"dropdownBorder": "second",
|
||||||
"pillBackground": "second"
|
"pillBackground": "second"
|
||||||
|
},
|
||||||
|
"Users": {
|
||||||
|
"1": {
|
||||||
|
"Background": "green",
|
||||||
|
"Foreground": "fg"
|
||||||
|
},
|
||||||
|
"2": {
|
||||||
|
"Background": "blue",
|
||||||
|
"Foreground": "fg"
|
||||||
|
},
|
||||||
|
"3": {
|
||||||
|
"Background": "red",
|
||||||
|
"Foreground": "fg"
|
||||||
|
},
|
||||||
|
"4": {
|
||||||
|
"Background": "purple",
|
||||||
|
"Foreground": "fg"
|
||||||
|
},
|
||||||
|
"5": {
|
||||||
|
"Background": "yellow",
|
||||||
|
"Foreground": "fg"
|
||||||
|
},
|
||||||
|
"6": {
|
||||||
|
"Background": "orange",
|
||||||
|
"Foreground": "fg"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"ColorChooser": {
|
"ColorChooser": {
|
||||||
@@ -293,7 +327,13 @@
|
|||||||
"selectionBackground": "table",
|
"selectionBackground": "table",
|
||||||
"selectionForeground": "activeFg"
|
"selectionForeground": "activeFg"
|
||||||
},
|
},
|
||||||
|
"ComboPopup.border": "1,1,1,1,#FF79C5",
|
||||||
"CompletionPopup": {
|
"CompletionPopup": {
|
||||||
|
"Advertiser": {
|
||||||
|
"background": "bg",
|
||||||
|
"foreground": "fg",
|
||||||
|
"borderInsets": "8,12,8,12"
|
||||||
|
},
|
||||||
"background": "second",
|
"background": "second",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"grayForeground": "text",
|
"grayForeground": "text",
|
||||||
@@ -313,8 +353,12 @@
|
|||||||
"selectionInactiveInfoForeground": "text",
|
"selectionInactiveInfoForeground": "text",
|
||||||
"selectionInfoForeground": "selFg"
|
"selectionInfoForeground": "selFg"
|
||||||
},
|
},
|
||||||
|
"ComplexPopup": {
|
||||||
|
"Header.background": "notif"
|
||||||
|
},
|
||||||
"Component": {
|
"Component": {
|
||||||
"arc": 4,
|
"arc": 4,
|
||||||
|
"focusWidth": 2,
|
||||||
"borderColor": "hl",
|
"borderColor": "hl",
|
||||||
"disabledBorderColor": "dis",
|
"disabledBorderColor": "dis",
|
||||||
"focusColor": "accent",
|
"focusColor": "accent",
|
||||||
@@ -351,6 +395,7 @@
|
|||||||
},
|
},
|
||||||
"desktop": "hc",
|
"desktop": "hc",
|
||||||
"Debugger": {
|
"Debugger": {
|
||||||
|
"EvaluateExpression.background": "bg",
|
||||||
"Variables": {
|
"Variables": {
|
||||||
"changedValueForeground": "accent",
|
"changedValueForeground": "accent",
|
||||||
"collectingDataForeground": "text",
|
"collectingDataForeground": "text",
|
||||||
@@ -358,13 +403,15 @@
|
|||||||
"evaluatingExpressionForeground": "text",
|
"evaluatingExpressionForeground": "text",
|
||||||
"exceptionForeground": "yellow",
|
"exceptionForeground": "yellow",
|
||||||
"modifyingValueForeground": "accent",
|
"modifyingValueForeground": "accent",
|
||||||
"valueForeground": "accent"
|
"valueForeground": "accent",
|
||||||
|
"typeForeground": "text"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"DebuggerTabs": {
|
"DebuggerTabs": {
|
||||||
"active.background": "hl",
|
"active.background": "hl",
|
||||||
"selectedBackground": "hl",
|
"selectedBackground": "hl",
|
||||||
"underlinedTabBackground": "table"
|
"underlinedTabBackground": "table",
|
||||||
|
"underlineHeight": 2
|
||||||
},
|
},
|
||||||
"DebuggerPopup": {
|
"DebuggerPopup": {
|
||||||
"borderColor": "bg"
|
"borderColor": "bg"
|
||||||
@@ -380,6 +427,7 @@
|
|||||||
"inactiveMaskColor": "hc",
|
"inactiveMaskColor": "hc",
|
||||||
"inactiveUnderlineColor": "accent",
|
"inactiveUnderlineColor": "accent",
|
||||||
"underlineColor": "accent",
|
"underlineColor": "accent",
|
||||||
|
"underlineHeight": 3,
|
||||||
"underlinedTabBackground": "table",
|
"underlinedTabBackground": "table",
|
||||||
"underlinedTabForeground": "selFg"
|
"underlinedTabForeground": "selFg"
|
||||||
},
|
},
|
||||||
@@ -398,13 +446,21 @@
|
|||||||
"backgroundBorderColor": "bg",
|
"backgroundBorderColor": "bg",
|
||||||
"backgroundColor": "bg",
|
"backgroundColor": "bg",
|
||||||
"borderColor": "accent",
|
"borderColor": "accent",
|
||||||
"foregroundColor": "fg"
|
"foregroundColor": "fg",
|
||||||
|
"rowBackground": "accent70"
|
||||||
},
|
},
|
||||||
"dropArea.base": "accent",
|
"dropArea.base": "accent",
|
||||||
"Editor": {
|
"Editor": {
|
||||||
"background": "hc",
|
"background": "hc",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"shortcutForeground": "text"
|
"shortcutForeground": "text",
|
||||||
|
"SearchField": {
|
||||||
|
"background": "cs",
|
||||||
|
"borderInsets": "8,12,8,12"
|
||||||
|
},
|
||||||
|
"Toolbar": {
|
||||||
|
"borderColor": "border"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"EditorGroupsTabs": {
|
"EditorGroupsTabs": {
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
@@ -423,7 +479,8 @@
|
|||||||
"inactiveBackground": "bg",
|
"inactiveBackground": "bg",
|
||||||
"inactiveForeground": "dis",
|
"inactiveForeground": "dis",
|
||||||
"selectionBackground": "selBg",
|
"selectionBackground": "selBg",
|
||||||
"selectionForeground": "activeFg"
|
"selectionForeground": "activeFg",
|
||||||
|
"splitBorder": "border"
|
||||||
},
|
},
|
||||||
"EditorTabs": {
|
"EditorTabs": {
|
||||||
"active.background": "table",
|
"active.background": "table",
|
||||||
@@ -441,7 +498,10 @@
|
|||||||
"inactiveUnderlineColor": "dis",
|
"inactiveUnderlineColor": "dis",
|
||||||
"selectedBackground": "table",
|
"selectedBackground": "table",
|
||||||
"selectedForeground": "fg",
|
"selectedForeground": "fg",
|
||||||
|
"tabInsets": "-10,10,-10,10",
|
||||||
"underlineColor": "accent",
|
"underlineColor": "accent",
|
||||||
|
"underlineHeight": 3,
|
||||||
|
"underlineArc": 4,
|
||||||
"underlinedTabBackground": "table",
|
"underlinedTabBackground": "table",
|
||||||
"underlinedTabForeground": "selFg"
|
"underlinedTabForeground": "selFg"
|
||||||
},
|
},
|
||||||
@@ -472,7 +532,7 @@
|
|||||||
"defaultButtonBorderColor": "accent"
|
"defaultButtonBorderColor": "accent"
|
||||||
},
|
},
|
||||||
"FormattedTextField": {
|
"FormattedTextField": {
|
||||||
"background": "hc",
|
"background": "cs",
|
||||||
"caretForeground": "accent",
|
"caretForeground": "accent",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"inactiveBackground": "button",
|
"inactiveBackground": "button",
|
||||||
@@ -509,6 +569,9 @@
|
|||||||
"disabledSeparatorColor": "border",
|
"disabledSeparatorColor": "border",
|
||||||
"separatorColor": "border"
|
"separatorColor": "border"
|
||||||
},
|
},
|
||||||
|
"Gutter": {
|
||||||
|
"VcsChanges.width": 4
|
||||||
|
},
|
||||||
"GutterTooltip": {
|
"GutterTooltip": {
|
||||||
"borderColor": "bg",
|
"borderColor": "bg",
|
||||||
"infoForeground": "text",
|
"infoForeground": "text",
|
||||||
@@ -522,11 +585,14 @@
|
|||||||
"background": "bg",
|
"background": "bg",
|
||||||
"backgroundColor": "bg",
|
"backgroundColor": "bg",
|
||||||
"borderColor": "border",
|
"borderColor": "border",
|
||||||
|
"defaultTextBorderInsets": "16,16,16,16",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"infoForeground": "text",
|
"infoForeground": "text",
|
||||||
"shortcutForeground": "text",
|
"shortcutForeground": "text",
|
||||||
"shortcutTextColor": "text",
|
"shortcutTextColor": "text",
|
||||||
"textColor": "fg"
|
"smallTextBorderInsets": "8,12,8,12",
|
||||||
|
"textColor": "fg",
|
||||||
|
"verticalGap": 8
|
||||||
},
|
},
|
||||||
"Hg.Log.Ref": {
|
"Hg.Log.Ref": {
|
||||||
"Branch": "accent",
|
"Branch": "accent",
|
||||||
@@ -594,6 +660,7 @@
|
|||||||
"link": "accent",
|
"link": "accent",
|
||||||
"Link": {
|
"Link": {
|
||||||
"activeForeground": "accent",
|
"activeForeground": "accent",
|
||||||
|
"focusedBorderColor": "accent",
|
||||||
"hoverForeground": "accent",
|
"hoverForeground": "accent",
|
||||||
"pressedForeground": "accent",
|
"pressedForeground": "accent",
|
||||||
"secondaryForeground": "text",
|
"secondaryForeground": "text",
|
||||||
@@ -605,27 +672,61 @@
|
|||||||
"link.visited.foreground": "accent",
|
"link.visited.foreground": "accent",
|
||||||
"List": {
|
"List": {
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
|
"Button": {
|
||||||
|
"hoverBackground": "hl",
|
||||||
|
"leftRightInset": 8,
|
||||||
|
"separatorColor": "border",
|
||||||
|
"separatorInset": 4
|
||||||
|
},
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"hoverBackground": "hl",
|
"hoverBackground": "hl",
|
||||||
"hoverInactiveBackground": "table",
|
"hoverInactiveBackground": "table",
|
||||||
|
"Line.hoverBackground": "selBg",
|
||||||
|
"rowHeight": "28",
|
||||||
|
"selectionBackground": "tree",
|
||||||
"selectionForeground": "selFg",
|
"selectionForeground": "selFg",
|
||||||
"selectionInactiveBackground": "table",
|
"selectionInactiveBackground": "table",
|
||||||
"selectionInactiveForeground": "activeFg"
|
"selectionInactiveForeground": "activeFg",
|
||||||
|
"Tag": {
|
||||||
|
"background": "button",
|
||||||
|
"foreground": "fg"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"LiveIndicator": {
|
"LiveIndicator": {
|
||||||
"color": "accent"
|
"color": "accent"
|
||||||
},
|
},
|
||||||
|
"macOSWindow.Title": {
|
||||||
|
"height": 30,
|
||||||
|
"heightSmall": 20
|
||||||
|
},
|
||||||
|
"MainMenu": {
|
||||||
|
"background": "hc",
|
||||||
|
"foreground": "fg",
|
||||||
|
"selectionForeground": "activeFg",
|
||||||
|
"selectionBackground": "selBg"
|
||||||
|
},
|
||||||
"MainToolbar": {
|
"MainToolbar": {
|
||||||
"Dropdown.background": "bg",
|
|
||||||
"Dropdown.hoverBackground": "border",
|
|
||||||
"Dropdown.pressedBackground": "table",
|
|
||||||
"Icon.background": "bg",
|
|
||||||
"Icon.hoverBackground": "border",
|
|
||||||
"Icon.pressedBackground": "table",
|
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"hoverBackground": "border",
|
"Button": {
|
||||||
|
"buttonInsets": "0,0,0,0"
|
||||||
|
},
|
||||||
|
"Dropdown": {
|
||||||
|
"borderInsets": "6,12,6,12",
|
||||||
|
"background": "bg",
|
||||||
|
"foreground": "fg",
|
||||||
|
"hoverBackground": "hl",
|
||||||
|
"pressedBackground": "table"
|
||||||
|
},
|
||||||
|
"hoverBackground": "hl",
|
||||||
|
"Icon": {
|
||||||
|
"borderInsets": "10,10,10,10",
|
||||||
|
"background": "bg",
|
||||||
|
"hoverBackground": "hl",
|
||||||
|
"pressedBackground": "table"
|
||||||
|
},
|
||||||
"inactiveBackground": "bg",
|
"inactiveBackground": "bg",
|
||||||
"pressedBackground": "table"
|
"pressedBackground": "table",
|
||||||
|
"separatorColor": "border"
|
||||||
},
|
},
|
||||||
"material": {
|
"material": {
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
@@ -652,11 +753,15 @@
|
|||||||
"acceleratorForeground": "text",
|
"acceleratorForeground": "text",
|
||||||
"acceleratorSelectionForeground": "activeFg",
|
"acceleratorSelectionForeground": "activeFg",
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"border": "4,2,4,2",
|
"border": "8,8,8,8",
|
||||||
"borderColor": "second",
|
"borderColor": "second",
|
||||||
"disabledBackground": "second",
|
"disabledBackground": "second",
|
||||||
"disabledForeground": "dis",
|
"disabledForeground": "dis",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
|
"Selection": {
|
||||||
|
"arc": 8,
|
||||||
|
"innerInsets": "8,2,8,2"
|
||||||
|
},
|
||||||
"selectionBackground": "selBg",
|
"selectionBackground": "selBg",
|
||||||
"selectionForeground": "activeFg",
|
"selectionForeground": "activeFg",
|
||||||
"separatorColor": "border"
|
"separatorColor": "border"
|
||||||
@@ -676,7 +781,7 @@
|
|||||||
"acceleratorForeground": "text",
|
"acceleratorForeground": "text",
|
||||||
"acceleratorSelectionForeground": "activeFg",
|
"acceleratorSelectionForeground": "activeFg",
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"border": "4,2,4,2",
|
"border": "8,8,8,8",
|
||||||
"disabledBackground": "bg",
|
"disabledBackground": "bg",
|
||||||
"disabledForeground": "dis",
|
"disabledForeground": "dis",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
@@ -699,11 +804,13 @@
|
|||||||
"background": "bg"
|
"background": "bg"
|
||||||
},
|
},
|
||||||
"SearchField": {
|
"SearchField": {
|
||||||
"background": "hc"
|
"background": "cs"
|
||||||
}
|
},
|
||||||
|
"separatorWidth": 6
|
||||||
},
|
},
|
||||||
"NewPSD.warning": "accent",
|
"NewPSD.warning": "accent",
|
||||||
"Notification": {
|
"Notification": {
|
||||||
|
"arc": 16,
|
||||||
"Error.foreground": "accent",
|
"Error.foreground": "accent",
|
||||||
"Link.foreground": "accent",
|
"Link.foreground": "accent",
|
||||||
"background": "notif",
|
"background": "notif",
|
||||||
@@ -719,12 +826,18 @@
|
|||||||
"innerBorderColor": "button"
|
"innerBorderColor": "button"
|
||||||
},
|
},
|
||||||
"ToolWindow": {
|
"ToolWindow": {
|
||||||
|
"Button.DragAndDrop": {
|
||||||
|
"buttonFloatingBackground": "button",
|
||||||
|
"stripeBackground": "bg"
|
||||||
|
},
|
||||||
"errorBackground": "notifError",
|
"errorBackground": "notifError",
|
||||||
"errorBorderColor": "notifError",
|
"errorBorderColor": "notifError",
|
||||||
"errorForeground": "fg",
|
"errorForeground": "fg",
|
||||||
|
"infoBackground": "notif",
|
||||||
|
"infoBorderColor": "notif",
|
||||||
"infoForeground": "fg",
|
"infoForeground": "fg",
|
||||||
"informativeBackground": "notifInfo",
|
"informativeBackground": "notif",
|
||||||
"informativeBorderColor": "notifInfo",
|
"informativeBorderColor": "notif",
|
||||||
"informativeForeground": "fg",
|
"informativeForeground": "fg",
|
||||||
"warningBackground": "notifWarn",
|
"warningBackground": "notifWarn",
|
||||||
"warningBorderColor": "notifWarn",
|
"warningBorderColor": "notifWarn",
|
||||||
@@ -736,7 +849,8 @@
|
|||||||
},
|
},
|
||||||
"ToolWindowInfo": {
|
"ToolWindowInfo": {
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"background": "notifInfo"
|
"background": "notif",
|
||||||
|
"borderColor": "notif"
|
||||||
},
|
},
|
||||||
"ToolWindowWarning": {
|
"ToolWindowWarning": {
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
@@ -786,7 +900,7 @@
|
|||||||
"lineSeparatorColor": "table"
|
"lineSeparatorColor": "table"
|
||||||
},
|
},
|
||||||
"PasswordField": {
|
"PasswordField": {
|
||||||
"background": "hc",
|
"background": "cs",
|
||||||
"capsLockIconColor": "accent",
|
"capsLockIconColor": "accent",
|
||||||
"caretForeground": "accent",
|
"caretForeground": "accent",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
@@ -796,6 +910,7 @@
|
|||||||
},
|
},
|
||||||
"Plugins": {
|
"Plugins": {
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
|
"borderColor": "border",
|
||||||
"disabledForeground": "dis",
|
"disabledForeground": "dis",
|
||||||
"eapTagBackground": "hl",
|
"eapTagBackground": "hl",
|
||||||
"hoverBackground": "hl",
|
"hoverBackground": "hl",
|
||||||
@@ -817,8 +932,11 @@
|
|||||||
"updateBorderColor": "button",
|
"updateBorderColor": "button",
|
||||||
"updateForeground": "fg"
|
"updateForeground": "fg"
|
||||||
},
|
},
|
||||||
|
"ScreenshotPagination": {
|
||||||
|
"CurrentImage.fillColor": "accent"
|
||||||
|
},
|
||||||
"SearchField": {
|
"SearchField": {
|
||||||
"background": "hc",
|
"background": "cs",
|
||||||
"borderColor": "border"
|
"borderColor": "border"
|
||||||
},
|
},
|
||||||
"SectionHeader": {
|
"SectionHeader": {
|
||||||
@@ -836,27 +954,38 @@
|
|||||||
},
|
},
|
||||||
"Popup": {
|
"Popup": {
|
||||||
"Advertiser": {
|
"Advertiser": {
|
||||||
|
"borderInsets": "6,20,6,20",
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"borderColor": "bg",
|
"borderColor": "bg",
|
||||||
"foreground": "accent"
|
"foreground": "accent"
|
||||||
},
|
},
|
||||||
|
"Body": {
|
||||||
|
"bottomInsetNoAd": 8,
|
||||||
|
"bottomInsetBeforeAd": 8,
|
||||||
|
"topInsetNoHeader": 8
|
||||||
|
},
|
||||||
"Border": {
|
"Border": {
|
||||||
"color": "cs",
|
"color": "cs",
|
||||||
"inactiveColor": "bg"
|
"inactiveColor": "bg"
|
||||||
},
|
},
|
||||||
|
"background": "notif",
|
||||||
"borderColor": "cs",
|
"borderColor": "cs",
|
||||||
|
"borderWidth": 0,
|
||||||
"inactiveBorderColor": "bg",
|
"inactiveBorderColor": "bg",
|
||||||
"innerBorderColor": "second",
|
"innerBorderColor": "second",
|
||||||
"Header": {
|
"Header": {
|
||||||
"activeBackground": "bg",
|
"activeBackground": "bg",
|
||||||
"inactiveBackground": "cs"
|
"inactiveBackground": "cs",
|
||||||
|
"inactiveForeground": "text"
|
||||||
},
|
},
|
||||||
"paintBorder": true,
|
"paintBorder": false,
|
||||||
"preferences": {
|
"preferences": {
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"borderColor": "bg",
|
"borderColor": "bg",
|
||||||
"foreground": "fg"
|
"foreground": "fg"
|
||||||
},
|
},
|
||||||
|
"Selection.arc": 8,
|
||||||
|
"Selection.leftRightInset": 8,
|
||||||
"Separator": {
|
"Separator": {
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"color": "border"
|
"color": "border"
|
||||||
@@ -872,13 +1001,24 @@
|
|||||||
},
|
},
|
||||||
"PopupMenu": {
|
"PopupMenu": {
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"border": "2,0,2,0",
|
"borderWidth": 1,
|
||||||
|
"border": "8,8,8,8",
|
||||||
|
"borderCornerRadius": 8,
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
|
"Selection": {
|
||||||
|
"arc": 8,
|
||||||
|
"innerInsets": "8,2,8,2"
|
||||||
|
},
|
||||||
"selectionBackground": "selBg",
|
"selectionBackground": "selBg",
|
||||||
"translucentBackground": "bg"
|
"translucentBackground": "bg"
|
||||||
},
|
},
|
||||||
"PopupMenuSeparator.height": 10,
|
"PopupMenuSeparator": {
|
||||||
"PopupMenuSeparator.stripeIndent": 5,
|
"height": 10,
|
||||||
|
"stripeWidth": 2,
|
||||||
|
"stripeIndent": 5,
|
||||||
|
"withToEdge": 4,
|
||||||
|
"borderCornerRadius": 8
|
||||||
|
},
|
||||||
"ProgressBar": {
|
"ProgressBar": {
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"foreground": "accent",
|
"foreground": "accent",
|
||||||
@@ -922,12 +1062,27 @@
|
|||||||
"selectionBackground": "selBg",
|
"selectionBackground": "selBg",
|
||||||
"selectionForeground": "selFg"
|
"selectionForeground": "selFg"
|
||||||
},
|
},
|
||||||
|
"ReviewList": {
|
||||||
|
"state.background": "second",
|
||||||
|
"state.foreground": "fg"
|
||||||
|
},
|
||||||
"RunWidget": {
|
"RunWidget": {
|
||||||
|
"background": "button",
|
||||||
|
"Debug.activeBackground": "hl",
|
||||||
|
"foreground": "fg",
|
||||||
|
"hoverBackground": "table",
|
||||||
|
"pressedBackground": "hl",
|
||||||
|
"Profile.activeBackground": "hl",
|
||||||
|
"runningBackground": "hl",
|
||||||
|
"runningForeground": "selFg",
|
||||||
|
"Run.activeBackground": "hl",
|
||||||
"Running": {
|
"Running": {
|
||||||
"background": "accent",
|
"background": "hl",
|
||||||
"leftHoverBackground": "accent70",
|
"foreground": "selFg",
|
||||||
"leftPressedBackground": "accent"
|
"leftHoverBackground": "hl",
|
||||||
}
|
"leftPressedBackground": "hl"
|
||||||
|
},
|
||||||
|
"separatorColor": "border"
|
||||||
},
|
},
|
||||||
"ScreenView.borderColor": "border",
|
"ScreenView.borderColor": "border",
|
||||||
"scrollbar": "bg",
|
"scrollbar": "bg",
|
||||||
@@ -971,8 +1126,9 @@
|
|||||||
},
|
},
|
||||||
"SearchEverywhere": {
|
"SearchEverywhere": {
|
||||||
"Advertiser": {
|
"Advertiser": {
|
||||||
"background": "cs",
|
"background": "bg",
|
||||||
"foreground": "text"
|
"foreground": "text",
|
||||||
|
"borderInsets": "10,20,10,20"
|
||||||
},
|
},
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"Dialog": {
|
"Dialog": {
|
||||||
@@ -989,11 +1145,12 @@
|
|||||||
"Separator.foreground": "text",
|
"Separator.foreground": "text",
|
||||||
"selectionBackground": "selBg",
|
"selectionBackground": "selBg",
|
||||||
"separatorColor": "border",
|
"separatorColor": "border",
|
||||||
"separatorForeground": "text"
|
"separatorForeground": "text",
|
||||||
|
"settingsBackground": "bg"
|
||||||
},
|
},
|
||||||
"SearchField": {
|
"SearchField": {
|
||||||
"Border.color": "hl",
|
"Border.color": "hl",
|
||||||
"background": "hc",
|
"background": "cs",
|
||||||
"borderColor": "hl",
|
"borderColor": "hl",
|
||||||
"grayForeground": "dis",
|
"grayForeground": "dis",
|
||||||
"infoForeground": "dis"
|
"infoForeground": "dis"
|
||||||
@@ -1015,8 +1172,13 @@
|
|||||||
"startColor": "accent"
|
"startColor": "accent"
|
||||||
},
|
},
|
||||||
"SearchField.errorBackground": "notif",
|
"SearchField.errorBackground": "notif",
|
||||||
|
"SearchFieldWithExtension": {
|
||||||
|
"background": "cs"
|
||||||
|
},
|
||||||
"SearchOption": {
|
"SearchOption": {
|
||||||
"selectedBackground": "table"
|
"selectedBackground": "table",
|
||||||
|
"selectedPressedBackground": "hl",
|
||||||
|
"selectedHoveredBackground": "hl"
|
||||||
},
|
},
|
||||||
"SearchResults": {
|
"SearchResults": {
|
||||||
"Ordinal.File.Foreground": "text",
|
"Ordinal.File.Foreground": "text",
|
||||||
@@ -1056,12 +1218,12 @@
|
|||||||
"SpeedSearch": {
|
"SpeedSearch": {
|
||||||
"background": "hl",
|
"background": "hl",
|
||||||
"borderColor": "border",
|
"borderColor": "border",
|
||||||
"errorForeground": "fg",
|
"errorForeground": "red",
|
||||||
"foreground": "fg"
|
"foreground": "fg"
|
||||||
},
|
},
|
||||||
"Spinner": {
|
"Spinner": {
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"border": "3,3,3,3",
|
"border": "4,4,4,4",
|
||||||
"disabledBackground": "excl",
|
"disabledBackground": "excl",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"selectionForeground": "activeFg"
|
"selectionForeground": "activeFg"
|
||||||
@@ -1077,15 +1239,17 @@
|
|||||||
"Breadcrumbs": {
|
"Breadcrumbs": {
|
||||||
"floatingBackground": "tree",
|
"floatingBackground": "tree",
|
||||||
"floatingForeground": "fg",
|
"floatingForeground": "fg",
|
||||||
|
"floatingToolbarInsets": "8,12,8,12",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"hoverBackground": "tree",
|
"hoverBackground": "tree",
|
||||||
"hoverForeground": "fg",
|
"hoverForeground": "fg",
|
||||||
|
"itemBackgroundInsets": "2,4,2,4",
|
||||||
"selectionBackground": "selBg",
|
"selectionBackground": "selBg",
|
||||||
"selectionForeground": "activeFg",
|
"selectionForeground": "activeFg",
|
||||||
"selectionInactiveBackground": "button",
|
"selectionInactiveBackground": "button",
|
||||||
"selectionInactiveForeground": "fg"
|
"selectionInactiveForeground": "fg"
|
||||||
},
|
},
|
||||||
"borderColor": "bg",
|
"borderColor": "border",
|
||||||
"bottomColor": "bg",
|
"bottomColor": "bg",
|
||||||
"hoverBackground": "hl",
|
"hoverBackground": "hl",
|
||||||
"top2Color": "bg",
|
"top2Color": "bg",
|
||||||
@@ -1096,7 +1260,8 @@
|
|||||||
"hoverBackground": "hl",
|
"hoverBackground": "hl",
|
||||||
"hoverForeground": "selFg",
|
"hoverForeground": "selFg",
|
||||||
"pressedBackground": "button",
|
"pressedBackground": "button",
|
||||||
"pressedForeground": "fg"
|
"pressedForeground": "fg",
|
||||||
|
"widgetInsets": "8,12,8,12"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"TabbedPane": {
|
"TabbedPane": {
|
||||||
@@ -1126,6 +1291,7 @@
|
|||||||
"shadow": "hc",
|
"shadow": "hc",
|
||||||
"tabHeight": 32,
|
"tabHeight": 32,
|
||||||
"tabInsets": "5,10,5,10",
|
"tabInsets": "5,10,5,10",
|
||||||
|
"tabSelectionArc": 4,
|
||||||
"tabSelectionHeight": 2,
|
"tabSelectionHeight": 2,
|
||||||
"tabsOverlapBorder": true,
|
"tabsOverlapBorder": true,
|
||||||
"underlineColor": "accent"
|
"underlineColor": "accent"
|
||||||
@@ -1134,13 +1300,13 @@
|
|||||||
"Table": {
|
"Table": {
|
||||||
"alternativeRowBackground": "cs",
|
"alternativeRowBackground": "cs",
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"cellNoFocusBorder": "10,5,10,5",
|
"cellNoFocusBorder": "16,4,16,4",
|
||||||
"disabledForeground": "dis",
|
"disabledForeground": "dis",
|
||||||
"dropLineColor": "accent",
|
"dropLineColor": "accent",
|
||||||
"dropLineShortColor": "accent",
|
"dropLineShortColor": "accent",
|
||||||
"focusCellBackground": "table",
|
"focusCellBackground": "table",
|
||||||
"focusCellForeground": "activeFg",
|
"focusCellForeground": "activeFg",
|
||||||
"focusCellHighlightBorder": "10,5,10,5",
|
"focusCellHighlightBorder": "18,6,18,6",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"gridColor": "bg",
|
"gridColor": "bg",
|
||||||
"highlightOuter": "table",
|
"highlightOuter": "table",
|
||||||
@@ -1150,6 +1316,7 @@
|
|||||||
"lightSelectionForeground": "activeFg",
|
"lightSelectionForeground": "activeFg",
|
||||||
"lightSelectionInactiveBackground": "second",
|
"lightSelectionInactiveBackground": "second",
|
||||||
"lightSelectionInactiveForeground": "text",
|
"lightSelectionInactiveForeground": "text",
|
||||||
|
"rowHeight": 32,
|
||||||
"selectionBackground": "table",
|
"selectionBackground": "table",
|
||||||
"selectionForeground": "activeFg",
|
"selectionForeground": "activeFg",
|
||||||
"selectionInactiveBackground": "table",
|
"selectionInactiveBackground": "table",
|
||||||
@@ -1160,14 +1327,14 @@
|
|||||||
},
|
},
|
||||||
"TableHeader": {
|
"TableHeader": {
|
||||||
"background": "button",
|
"background": "button",
|
||||||
|
"bottomSeparatorColor": "border",
|
||||||
"borderColor": "hl",
|
"borderColor": "hl",
|
||||||
"bottomSeparatorColor": "hl",
|
"cellBorder": "6,0,6,0",
|
||||||
"cellBorder": "4,0,4,0",
|
|
||||||
"disabledForeground": "dis",
|
"disabledForeground": "dis",
|
||||||
"focusCellBackground": "table",
|
"focusCellBackground": "table",
|
||||||
"focusCellForeground": "activeFg",
|
"focusCellForeground": "activeFg",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"height": 25,
|
"height": 32,
|
||||||
"hoverBackground": "hl",
|
"hoverBackground": "hl",
|
||||||
"separatorColor": "border"
|
"separatorColor": "border"
|
||||||
},
|
},
|
||||||
@@ -1182,7 +1349,7 @@
|
|||||||
"textHighlightText": "activeFg",
|
"textHighlightText": "activeFg",
|
||||||
"textText": "text",
|
"textText": "text",
|
||||||
"TextArea": {
|
"TextArea": {
|
||||||
"background": "hc",
|
"background": "cs",
|
||||||
"caretForeground": "accent",
|
"caretForeground": "accent",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"inactiveForeground": "dis",
|
"inactiveForeground": "dis",
|
||||||
@@ -1190,7 +1357,7 @@
|
|||||||
"selectionForeground": "activeFg"
|
"selectionForeground": "activeFg"
|
||||||
},
|
},
|
||||||
"TextField": {
|
"TextField": {
|
||||||
"background": "hc",
|
"background": "cs",
|
||||||
"borderColor": "bg",
|
"borderColor": "bg",
|
||||||
"caretForeground": "accent",
|
"caretForeground": "accent",
|
||||||
"disabledBackground": "excl",
|
"disabledBackground": "excl",
|
||||||
@@ -1205,15 +1372,21 @@
|
|||||||
"separatorColorDisabled": "bg"
|
"separatorColorDisabled": "bg"
|
||||||
},
|
},
|
||||||
"TextPane": {
|
"TextPane": {
|
||||||
"background": "hc",
|
"background": "cs",
|
||||||
"caretForeground": "accent",
|
"caretForeground": "accent",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"inactiveForeground": "dis",
|
"inactiveForeground": "dis",
|
||||||
"selectionBackground": "table",
|
"selectionBackground": "table",
|
||||||
"selectionForeground": "activeFg"
|
"selectionForeground": "activeFg"
|
||||||
},
|
},
|
||||||
|
"TipOfTheDay": {
|
||||||
|
"Image.borderColor": "border"
|
||||||
|
},
|
||||||
"TitlePane": {
|
"TitlePane": {
|
||||||
"Button.hoverBackground": "hl",
|
"Button": {
|
||||||
|
"hoverBackground": "hl",
|
||||||
|
"preferredSize": "48,40"
|
||||||
|
},
|
||||||
"background": "hc",
|
"background": "hc",
|
||||||
"inactiveBackground": "bg",
|
"inactiveBackground": "bg",
|
||||||
"inactiveInfoForeground": "dis",
|
"inactiveInfoForeground": "dis",
|
||||||
@@ -1240,7 +1413,9 @@
|
|||||||
"borderHandleColor": "text",
|
"borderHandleColor": "text",
|
||||||
"comboBoxButtonBackground": "button",
|
"comboBoxButtonBackground": "button",
|
||||||
"floatingForeground": "text",
|
"floatingForeground": "text",
|
||||||
"foreground": "fg"
|
"foreground": "fg",
|
||||||
|
"verticalToolbarInsets": "6,6,6,6",
|
||||||
|
"horizontalToolbarInsets": "6,6,6,6"
|
||||||
},
|
},
|
||||||
"ToolbarComboWidget": {
|
"ToolbarComboWidget": {
|
||||||
"background": "button",
|
"background": "button",
|
||||||
@@ -1252,6 +1427,7 @@
|
|||||||
"description.title.text.color": "fg"
|
"description.title.text.color": "fg"
|
||||||
},
|
},
|
||||||
"ToolTip": {
|
"ToolTip": {
|
||||||
|
"arc": 6,
|
||||||
"actions": {
|
"actions": {
|
||||||
"background": "bg"
|
"background": "bg"
|
||||||
},
|
},
|
||||||
@@ -1262,8 +1438,10 @@
|
|||||||
},
|
},
|
||||||
"background": "notif",
|
"background": "notif",
|
||||||
"borderColor": "border",
|
"borderColor": "border",
|
||||||
|
"borderCornerRadius": 8,
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"infoForeground": "text",
|
"infoForeground": "text",
|
||||||
|
"linkForeground": "accent",
|
||||||
"Learning": {
|
"Learning": {
|
||||||
"background": "accent",
|
"background": "accent",
|
||||||
"borderColor": "accent",
|
"borderColor": "accent",
|
||||||
@@ -1284,6 +1462,10 @@
|
|||||||
"background": "hc",
|
"background": "hc",
|
||||||
"Button": {
|
"Button": {
|
||||||
"hoverBackground": "table",
|
"hoverBackground": "table",
|
||||||
|
"DragAndDrop": {
|
||||||
|
"stripeBackground": "cs",
|
||||||
|
"buttonDropBackground": "accent70"
|
||||||
|
},
|
||||||
"selectedBackground": "cs",
|
"selectedBackground": "cs",
|
||||||
"selectedForeground": "activeFg"
|
"selectedForeground": "activeFg"
|
||||||
},
|
},
|
||||||
@@ -1296,6 +1478,7 @@
|
|||||||
"tab.selected.background": "cs"
|
"tab.selected.background": "cs"
|
||||||
},
|
},
|
||||||
"Header": {
|
"Header": {
|
||||||
|
"height": 42,
|
||||||
"background": "second",
|
"background": "second",
|
||||||
"borderColor": "second",
|
"borderColor": "second",
|
||||||
"inactiveBackground": "bg"
|
"inactiveBackground": "bg"
|
||||||
@@ -1308,13 +1491,17 @@
|
|||||||
"hoverBackground": "hl",
|
"hoverBackground": "hl",
|
||||||
"hoverInactiveBackground": "hl",
|
"hoverInactiveBackground": "hl",
|
||||||
"inactiveUnderlineColor": "accent",
|
"inactiveUnderlineColor": "accent",
|
||||||
|
"leftRightInsets": "0,12,0,12",
|
||||||
"selectedBackground": "cs",
|
"selectedBackground": "cs",
|
||||||
"selectedInactiveBackground": "cs",
|
"selectedInactiveBackground": "cs",
|
||||||
|
"underlineArc": 4,
|
||||||
"underlineColor": "accent",
|
"underlineColor": "accent",
|
||||||
|
"underlineHeight": 3,
|
||||||
"underlinedTabBackground": "table",
|
"underlinedTabBackground": "table",
|
||||||
"underlinedTabForeground": "selFg",
|
"underlinedTabForeground": "selFg",
|
||||||
"underlinedTabInactiveBackground": "hc",
|
"underlinedTabInactiveBackground": "hc",
|
||||||
"underlinedTabInactiveForeground": "fg"
|
"underlinedTabInactiveForeground": "fg",
|
||||||
|
"verticalPadding": 6
|
||||||
},
|
},
|
||||||
"inactive": {
|
"inactive": {
|
||||||
"Header.background": "bg",
|
"Header.background": "bg",
|
||||||
@@ -1322,13 +1509,15 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"Tree": {
|
"Tree": {
|
||||||
|
"border": "4,12,4,12",
|
||||||
"background": "hc",
|
"background": "hc",
|
||||||
"foreground": "text",
|
"foreground": "text",
|
||||||
|
"errorForeground": "red",
|
||||||
"hash": "border",
|
"hash": "border",
|
||||||
"hoverBackground": "tree",
|
"hoverBackground": "tree",
|
||||||
"hoverInactiveBackground": "table",
|
"hoverInactiveBackground": "table",
|
||||||
"modifiedItemForeground": "accent",
|
"modifiedItemForeground": "accent",
|
||||||
"rowHeight": 28,
|
"rowHeight": "28",
|
||||||
"selectionBackground": "tree",
|
"selectionBackground": "tree",
|
||||||
"selectionForeground": "selFg",
|
"selectionForeground": "selFg",
|
||||||
"selectionInactiveBackground": "tree",
|
"selectionInactiveBackground": "tree",
|
||||||
@@ -1355,7 +1544,6 @@
|
|||||||
"hoverBorderColor": "hl"
|
"hoverBorderColor": "hl"
|
||||||
},
|
},
|
||||||
"Label.foreground": "text",
|
"Label.foreground": "text",
|
||||||
"List.selectionBackground": "tree",
|
|
||||||
"highStroke.foreground": "fg",
|
"highStroke.foreground": "fg",
|
||||||
"motion": {
|
"motion": {
|
||||||
"AddConstraintColor": "accent",
|
"AddConstraintColor": "accent",
|
||||||
@@ -1392,6 +1580,35 @@
|
|||||||
"ourML_BarColor.separatorColor": "border",
|
"ourML_BarColor.separatorColor": "border",
|
||||||
"timeLine.disabledBorderColor": "border"
|
"timeLine.disabledBorderColor": "border"
|
||||||
},
|
},
|
||||||
|
"PackageDetails": {
|
||||||
|
"border": "accent",
|
||||||
|
"infoBanner": "accent"
|
||||||
|
},
|
||||||
|
"PackageSearch": {
|
||||||
|
"PackagesList.rowHeight": 28,
|
||||||
|
"PackageTag": {
|
||||||
|
"background": "excl",
|
||||||
|
"foreground": "fg",
|
||||||
|
"hoverBackground": "tree",
|
||||||
|
"selectedBackground": "selBg",
|
||||||
|
"selectedForeground": "selFg"
|
||||||
|
},
|
||||||
|
"PackageTagSelected": {
|
||||||
|
"background": "selBg",
|
||||||
|
"foreground": "selFg"
|
||||||
|
},
|
||||||
|
"SearchResult": {
|
||||||
|
"background": "cs",
|
||||||
|
"hoverBackground": "tree",
|
||||||
|
"PackageTag": {
|
||||||
|
"background": "excl",
|
||||||
|
"foreground": "fg",
|
||||||
|
"hoverBackground": "tree",
|
||||||
|
"selectedBackground": "selBg",
|
||||||
|
"selectedForeground": "selFg"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"Panel": {
|
"Panel": {
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"borderColor": "border",
|
"borderColor": "border",
|
||||||
@@ -1418,7 +1635,7 @@
|
|||||||
},
|
},
|
||||||
"VersionControl": {
|
"VersionControl": {
|
||||||
"FileHistory.Commit": {
|
"FileHistory.Commit": {
|
||||||
"otherBranchBackground": "bg",
|
"otherBranchBackground": "excl",
|
||||||
"selectedBranchBackground": "bg"
|
"selectedBranchBackground": "bg"
|
||||||
},
|
},
|
||||||
"GitCommits": {
|
"GitCommits": {
|
||||||
@@ -1443,9 +1660,15 @@
|
|||||||
"Commit": {
|
"Commit": {
|
||||||
"currentBranchBackground": "cs",
|
"currentBranchBackground": "cs",
|
||||||
"hoveredBackground": "tree",
|
"hoveredBackground": "tree",
|
||||||
|
"rowHeight": 28,
|
||||||
"unmatchedForeground": "text"
|
"unmatchedForeground": "text"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"MarkerPopup": {
|
||||||
|
"borderColor": "border",
|
||||||
|
"borderInsets": "6,8,6,10",
|
||||||
|
"Toolbar.background": "hl"
|
||||||
|
},
|
||||||
"Ref": {
|
"Ref": {
|
||||||
"backgroundBase": "hl",
|
"backgroundBase": "hl",
|
||||||
"foreground": "activeFg"
|
"foreground": "activeFg"
|
||||||
@@ -1455,6 +1678,11 @@
|
|||||||
"foreground": "activeFg"
|
"foreground": "activeFg"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"UnattendedHostStatus": {
|
||||||
|
"warningBackground": "yellow",
|
||||||
|
"warningForeground": "activeFg",
|
||||||
|
"dangerBackground": "red"
|
||||||
|
},
|
||||||
"Viewport": {
|
"Viewport": {
|
||||||
"background": "hc",
|
"background": "hc",
|
||||||
"foreground": "fg"
|
"foreground": "fg"
|
||||||
|
|||||||
@@ -22,7 +22,7 @@
|
|||||||
"cs": "#fafbfc",
|
"cs": "#fafbfc",
|
||||||
"button": "#edf1f5",
|
"button": "#edf1f5",
|
||||||
"table": "#cce5ff",
|
"table": "#cce5ff",
|
||||||
"tree": "#e1e4e87c",
|
"tree": "#ebedf0",
|
||||||
"hl": "#CCE5FF",
|
"hl": "#CCE5FF",
|
||||||
"notif": "#DFECFE",
|
"notif": "#DFECFE",
|
||||||
"hc": "#fafbfc",
|
"hc": "#fafbfc",
|
||||||
@@ -73,6 +73,10 @@
|
|||||||
"pressedBackground": "accent50",
|
"pressedBackground": "accent50",
|
||||||
"pressedBorderColor": "accent50"
|
"pressedBorderColor": "accent50"
|
||||||
},
|
},
|
||||||
|
"ActionsList": {
|
||||||
|
"icon.gap": 12,
|
||||||
|
"mnemonic.icon.gap": 12
|
||||||
|
},
|
||||||
"ActionToolbar": {
|
"ActionToolbar": {
|
||||||
"background": "hc"
|
"background": "hc"
|
||||||
},
|
},
|
||||||
@@ -127,8 +131,9 @@
|
|||||||
"BookmarkIcon.background": "accent",
|
"BookmarkIcon.background": "accent",
|
||||||
"Borders.ContrastBorderColor": "bg",
|
"Borders.ContrastBorderColor": "bg",
|
||||||
"Borders.color": "border",
|
"Borders.color": "border",
|
||||||
|
"Breakpoint.iconHoverAlpha": 0.35,
|
||||||
"Button": {
|
"Button": {
|
||||||
"arc": 0,
|
"arc": 8,
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"darcula": {
|
"darcula": {
|
||||||
"borderColor": "button",
|
"borderColor": "button",
|
||||||
@@ -181,7 +186,10 @@
|
|||||||
"shadowColor": "shadow",
|
"shadowColor": "shadow",
|
||||||
"shadowWidth": 0,
|
"shadowWidth": 0,
|
||||||
"startBackground": "table",
|
"startBackground": "table",
|
||||||
"startBorderColor": "button"
|
"startBorderColor": "button",
|
||||||
|
"ToolWindow": {
|
||||||
|
"arc": 40
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"Canvas": {
|
"Canvas": {
|
||||||
"Tooltip.background": "notif",
|
"Tooltip.background": "notif",
|
||||||
@@ -256,6 +264,32 @@
|
|||||||
"accessDot": "accent",
|
"accessDot": "accent",
|
||||||
"dropdownBorder": "second",
|
"dropdownBorder": "second",
|
||||||
"pillBackground": "second"
|
"pillBackground": "second"
|
||||||
|
},
|
||||||
|
"Users": {
|
||||||
|
"1": {
|
||||||
|
"Background": "green",
|
||||||
|
"Foreground": "fg"
|
||||||
|
},
|
||||||
|
"2": {
|
||||||
|
"Background": "blue",
|
||||||
|
"Foreground": "fg"
|
||||||
|
},
|
||||||
|
"3": {
|
||||||
|
"Background": "red",
|
||||||
|
"Foreground": "fg"
|
||||||
|
},
|
||||||
|
"4": {
|
||||||
|
"Background": "purple",
|
||||||
|
"Foreground": "fg"
|
||||||
|
},
|
||||||
|
"5": {
|
||||||
|
"Background": "yellow",
|
||||||
|
"Foreground": "fg"
|
||||||
|
},
|
||||||
|
"6": {
|
||||||
|
"Background": "orange",
|
||||||
|
"Foreground": "fg"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"ColorChooser": {
|
"ColorChooser": {
|
||||||
@@ -293,7 +327,13 @@
|
|||||||
"selectionBackground": "table",
|
"selectionBackground": "table",
|
||||||
"selectionForeground": "activeFg"
|
"selectionForeground": "activeFg"
|
||||||
},
|
},
|
||||||
|
"ComboPopup.border": "1,1,1,1,#79CB60",
|
||||||
"CompletionPopup": {
|
"CompletionPopup": {
|
||||||
|
"Advertiser": {
|
||||||
|
"background": "bg",
|
||||||
|
"foreground": "fg",
|
||||||
|
"borderInsets": "8,12,8,12"
|
||||||
|
},
|
||||||
"background": "second",
|
"background": "second",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"grayForeground": "text",
|
"grayForeground": "text",
|
||||||
@@ -313,8 +353,12 @@
|
|||||||
"selectionInactiveInfoForeground": "text",
|
"selectionInactiveInfoForeground": "text",
|
||||||
"selectionInfoForeground": "selFg"
|
"selectionInfoForeground": "selFg"
|
||||||
},
|
},
|
||||||
|
"ComplexPopup": {
|
||||||
|
"Header.background": "notif"
|
||||||
|
},
|
||||||
"Component": {
|
"Component": {
|
||||||
"arc": 4,
|
"arc": 4,
|
||||||
|
"focusWidth": 2,
|
||||||
"borderColor": "hl",
|
"borderColor": "hl",
|
||||||
"disabledBorderColor": "dis",
|
"disabledBorderColor": "dis",
|
||||||
"focusColor": "accent",
|
"focusColor": "accent",
|
||||||
@@ -351,6 +395,7 @@
|
|||||||
},
|
},
|
||||||
"desktop": "hc",
|
"desktop": "hc",
|
||||||
"Debugger": {
|
"Debugger": {
|
||||||
|
"EvaluateExpression.background": "bg",
|
||||||
"Variables": {
|
"Variables": {
|
||||||
"changedValueForeground": "accent",
|
"changedValueForeground": "accent",
|
||||||
"collectingDataForeground": "text",
|
"collectingDataForeground": "text",
|
||||||
@@ -358,13 +403,15 @@
|
|||||||
"evaluatingExpressionForeground": "text",
|
"evaluatingExpressionForeground": "text",
|
||||||
"exceptionForeground": "yellow",
|
"exceptionForeground": "yellow",
|
||||||
"modifyingValueForeground": "accent",
|
"modifyingValueForeground": "accent",
|
||||||
"valueForeground": "accent"
|
"valueForeground": "accent",
|
||||||
|
"typeForeground": "text"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"DebuggerTabs": {
|
"DebuggerTabs": {
|
||||||
"active.background": "hl",
|
"active.background": "hl",
|
||||||
"selectedBackground": "hl",
|
"selectedBackground": "hl",
|
||||||
"underlinedTabBackground": "table"
|
"underlinedTabBackground": "table",
|
||||||
|
"underlineHeight": 2
|
||||||
},
|
},
|
||||||
"DebuggerPopup": {
|
"DebuggerPopup": {
|
||||||
"borderColor": "bg"
|
"borderColor": "bg"
|
||||||
@@ -380,6 +427,7 @@
|
|||||||
"inactiveMaskColor": "hc",
|
"inactiveMaskColor": "hc",
|
||||||
"inactiveUnderlineColor": "accent",
|
"inactiveUnderlineColor": "accent",
|
||||||
"underlineColor": "accent",
|
"underlineColor": "accent",
|
||||||
|
"underlineHeight": 3,
|
||||||
"underlinedTabBackground": "table",
|
"underlinedTabBackground": "table",
|
||||||
"underlinedTabForeground": "selFg"
|
"underlinedTabForeground": "selFg"
|
||||||
},
|
},
|
||||||
@@ -398,13 +446,21 @@
|
|||||||
"backgroundBorderColor": "bg",
|
"backgroundBorderColor": "bg",
|
||||||
"backgroundColor": "bg",
|
"backgroundColor": "bg",
|
||||||
"borderColor": "accent",
|
"borderColor": "accent",
|
||||||
"foregroundColor": "fg"
|
"foregroundColor": "fg",
|
||||||
|
"rowBackground": "accent70"
|
||||||
},
|
},
|
||||||
"dropArea.base": "accent",
|
"dropArea.base": "accent",
|
||||||
"Editor": {
|
"Editor": {
|
||||||
"background": "hc",
|
"background": "hc",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"shortcutForeground": "text"
|
"shortcutForeground": "text",
|
||||||
|
"SearchField": {
|
||||||
|
"background": "cs",
|
||||||
|
"borderInsets": "8,12,8,12"
|
||||||
|
},
|
||||||
|
"Toolbar": {
|
||||||
|
"borderColor": "border"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"EditorGroupsTabs": {
|
"EditorGroupsTabs": {
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
@@ -423,7 +479,8 @@
|
|||||||
"inactiveBackground": "bg",
|
"inactiveBackground": "bg",
|
||||||
"inactiveForeground": "dis",
|
"inactiveForeground": "dis",
|
||||||
"selectionBackground": "selBg",
|
"selectionBackground": "selBg",
|
||||||
"selectionForeground": "activeFg"
|
"selectionForeground": "activeFg",
|
||||||
|
"splitBorder": "border"
|
||||||
},
|
},
|
||||||
"EditorTabs": {
|
"EditorTabs": {
|
||||||
"active.background": "table",
|
"active.background": "table",
|
||||||
@@ -441,7 +498,10 @@
|
|||||||
"inactiveUnderlineColor": "dis",
|
"inactiveUnderlineColor": "dis",
|
||||||
"selectedBackground": "table",
|
"selectedBackground": "table",
|
||||||
"selectedForeground": "fg",
|
"selectedForeground": "fg",
|
||||||
|
"tabInsets": "-10,10,-10,10",
|
||||||
"underlineColor": "accent",
|
"underlineColor": "accent",
|
||||||
|
"underlineHeight": 3,
|
||||||
|
"underlineArc": 4,
|
||||||
"underlinedTabBackground": "table",
|
"underlinedTabBackground": "table",
|
||||||
"underlinedTabForeground": "selFg"
|
"underlinedTabForeground": "selFg"
|
||||||
},
|
},
|
||||||
@@ -472,7 +532,7 @@
|
|||||||
"defaultButtonBorderColor": "accent"
|
"defaultButtonBorderColor": "accent"
|
||||||
},
|
},
|
||||||
"FormattedTextField": {
|
"FormattedTextField": {
|
||||||
"background": "hc",
|
"background": "cs",
|
||||||
"caretForeground": "accent",
|
"caretForeground": "accent",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"inactiveBackground": "button",
|
"inactiveBackground": "button",
|
||||||
@@ -509,6 +569,9 @@
|
|||||||
"disabledSeparatorColor": "border",
|
"disabledSeparatorColor": "border",
|
||||||
"separatorColor": "border"
|
"separatorColor": "border"
|
||||||
},
|
},
|
||||||
|
"Gutter": {
|
||||||
|
"VcsChanges.width": 4
|
||||||
|
},
|
||||||
"GutterTooltip": {
|
"GutterTooltip": {
|
||||||
"borderColor": "bg",
|
"borderColor": "bg",
|
||||||
"infoForeground": "text",
|
"infoForeground": "text",
|
||||||
@@ -522,11 +585,14 @@
|
|||||||
"background": "bg",
|
"background": "bg",
|
||||||
"backgroundColor": "bg",
|
"backgroundColor": "bg",
|
||||||
"borderColor": "border",
|
"borderColor": "border",
|
||||||
|
"defaultTextBorderInsets": "16,16,16,16",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"infoForeground": "text",
|
"infoForeground": "text",
|
||||||
"shortcutForeground": "text",
|
"shortcutForeground": "text",
|
||||||
"shortcutTextColor": "text",
|
"shortcutTextColor": "text",
|
||||||
"textColor": "fg"
|
"smallTextBorderInsets": "8,12,8,12",
|
||||||
|
"textColor": "fg",
|
||||||
|
"verticalGap": 8
|
||||||
},
|
},
|
||||||
"Hg.Log.Ref": {
|
"Hg.Log.Ref": {
|
||||||
"Branch": "accent",
|
"Branch": "accent",
|
||||||
@@ -594,6 +660,7 @@
|
|||||||
"link": "accent",
|
"link": "accent",
|
||||||
"Link": {
|
"Link": {
|
||||||
"activeForeground": "accent",
|
"activeForeground": "accent",
|
||||||
|
"focusedBorderColor": "accent",
|
||||||
"hoverForeground": "accent",
|
"hoverForeground": "accent",
|
||||||
"pressedForeground": "accent",
|
"pressedForeground": "accent",
|
||||||
"secondaryForeground": "text",
|
"secondaryForeground": "text",
|
||||||
@@ -605,27 +672,61 @@
|
|||||||
"link.visited.foreground": "accent",
|
"link.visited.foreground": "accent",
|
||||||
"List": {
|
"List": {
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
|
"Button": {
|
||||||
|
"hoverBackground": "hl",
|
||||||
|
"leftRightInset": 8,
|
||||||
|
"separatorColor": "border",
|
||||||
|
"separatorInset": 4
|
||||||
|
},
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"hoverBackground": "hl",
|
"hoverBackground": "hl",
|
||||||
"hoverInactiveBackground": "table",
|
"hoverInactiveBackground": "table",
|
||||||
|
"Line.hoverBackground": "selBg",
|
||||||
|
"rowHeight": "28",
|
||||||
|
"selectionBackground": "tree",
|
||||||
"selectionForeground": "selFg",
|
"selectionForeground": "selFg",
|
||||||
"selectionInactiveBackground": "table",
|
"selectionInactiveBackground": "table",
|
||||||
"selectionInactiveForeground": "activeFg"
|
"selectionInactiveForeground": "activeFg",
|
||||||
|
"Tag": {
|
||||||
|
"background": "button",
|
||||||
|
"foreground": "fg"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"LiveIndicator": {
|
"LiveIndicator": {
|
||||||
"color": "accent"
|
"color": "accent"
|
||||||
},
|
},
|
||||||
|
"macOSWindow.Title": {
|
||||||
|
"height": 30,
|
||||||
|
"heightSmall": 20
|
||||||
|
},
|
||||||
|
"MainMenu": {
|
||||||
|
"background": "hc",
|
||||||
|
"foreground": "fg",
|
||||||
|
"selectionForeground": "activeFg",
|
||||||
|
"selectionBackground": "selBg"
|
||||||
|
},
|
||||||
"MainToolbar": {
|
"MainToolbar": {
|
||||||
"Dropdown.background": "bg",
|
|
||||||
"Dropdown.hoverBackground": "border",
|
|
||||||
"Dropdown.pressedBackground": "table",
|
|
||||||
"Icon.background": "bg",
|
|
||||||
"Icon.hoverBackground": "border",
|
|
||||||
"Icon.pressedBackground": "table",
|
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"hoverBackground": "border",
|
"Button": {
|
||||||
|
"buttonInsets": "0,0,0,0"
|
||||||
|
},
|
||||||
|
"Dropdown": {
|
||||||
|
"borderInsets": "6,12,6,12",
|
||||||
|
"background": "bg",
|
||||||
|
"foreground": "fg",
|
||||||
|
"hoverBackground": "hl",
|
||||||
|
"pressedBackground": "table"
|
||||||
|
},
|
||||||
|
"hoverBackground": "hl",
|
||||||
|
"Icon": {
|
||||||
|
"borderInsets": "10,10,10,10",
|
||||||
|
"background": "bg",
|
||||||
|
"hoverBackground": "hl",
|
||||||
|
"pressedBackground": "table"
|
||||||
|
},
|
||||||
"inactiveBackground": "bg",
|
"inactiveBackground": "bg",
|
||||||
"pressedBackground": "table"
|
"pressedBackground": "table",
|
||||||
|
"separatorColor": "border"
|
||||||
},
|
},
|
||||||
"material": {
|
"material": {
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
@@ -652,11 +753,15 @@
|
|||||||
"acceleratorForeground": "text",
|
"acceleratorForeground": "text",
|
||||||
"acceleratorSelectionForeground": "activeFg",
|
"acceleratorSelectionForeground": "activeFg",
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"border": "4,2,4,2",
|
"border": "8,8,8,8",
|
||||||
"borderColor": "second",
|
"borderColor": "second",
|
||||||
"disabledBackground": "second",
|
"disabledBackground": "second",
|
||||||
"disabledForeground": "dis",
|
"disabledForeground": "dis",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
|
"Selection": {
|
||||||
|
"arc": 8,
|
||||||
|
"innerInsets": "8,2,8,2"
|
||||||
|
},
|
||||||
"selectionBackground": "selBg",
|
"selectionBackground": "selBg",
|
||||||
"selectionForeground": "activeFg",
|
"selectionForeground": "activeFg",
|
||||||
"separatorColor": "border"
|
"separatorColor": "border"
|
||||||
@@ -676,7 +781,7 @@
|
|||||||
"acceleratorForeground": "text",
|
"acceleratorForeground": "text",
|
||||||
"acceleratorSelectionForeground": "activeFg",
|
"acceleratorSelectionForeground": "activeFg",
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"border": "4,2,4,2",
|
"border": "8,8,8,8",
|
||||||
"disabledBackground": "bg",
|
"disabledBackground": "bg",
|
||||||
"disabledForeground": "dis",
|
"disabledForeground": "dis",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
@@ -699,11 +804,13 @@
|
|||||||
"background": "bg"
|
"background": "bg"
|
||||||
},
|
},
|
||||||
"SearchField": {
|
"SearchField": {
|
||||||
"background": "hc"
|
"background": "cs"
|
||||||
}
|
},
|
||||||
|
"separatorWidth": 6
|
||||||
},
|
},
|
||||||
"NewPSD.warning": "accent",
|
"NewPSD.warning": "accent",
|
||||||
"Notification": {
|
"Notification": {
|
||||||
|
"arc": 16,
|
||||||
"Error.foreground": "accent",
|
"Error.foreground": "accent",
|
||||||
"Link.foreground": "accent",
|
"Link.foreground": "accent",
|
||||||
"background": "notif",
|
"background": "notif",
|
||||||
@@ -719,12 +826,18 @@
|
|||||||
"innerBorderColor": "button"
|
"innerBorderColor": "button"
|
||||||
},
|
},
|
||||||
"ToolWindow": {
|
"ToolWindow": {
|
||||||
|
"Button.DragAndDrop": {
|
||||||
|
"buttonFloatingBackground": "button",
|
||||||
|
"stripeBackground": "bg"
|
||||||
|
},
|
||||||
"errorBackground": "notifError",
|
"errorBackground": "notifError",
|
||||||
"errorBorderColor": "notifError",
|
"errorBorderColor": "notifError",
|
||||||
"errorForeground": "fg",
|
"errorForeground": "fg",
|
||||||
|
"infoBackground": "notif",
|
||||||
|
"infoBorderColor": "notif",
|
||||||
"infoForeground": "fg",
|
"infoForeground": "fg",
|
||||||
"informativeBackground": "notifInfo",
|
"informativeBackground": "notif",
|
||||||
"informativeBorderColor": "notifInfo",
|
"informativeBorderColor": "notif",
|
||||||
"informativeForeground": "fg",
|
"informativeForeground": "fg",
|
||||||
"warningBackground": "notifWarn",
|
"warningBackground": "notifWarn",
|
||||||
"warningBorderColor": "notifWarn",
|
"warningBorderColor": "notifWarn",
|
||||||
@@ -736,7 +849,8 @@
|
|||||||
},
|
},
|
||||||
"ToolWindowInfo": {
|
"ToolWindowInfo": {
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"background": "notifInfo"
|
"background": "notif",
|
||||||
|
"borderColor": "notif"
|
||||||
},
|
},
|
||||||
"ToolWindowWarning": {
|
"ToolWindowWarning": {
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
@@ -786,7 +900,7 @@
|
|||||||
"lineSeparatorColor": "table"
|
"lineSeparatorColor": "table"
|
||||||
},
|
},
|
||||||
"PasswordField": {
|
"PasswordField": {
|
||||||
"background": "hc",
|
"background": "cs",
|
||||||
"capsLockIconColor": "accent",
|
"capsLockIconColor": "accent",
|
||||||
"caretForeground": "accent",
|
"caretForeground": "accent",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
@@ -796,6 +910,7 @@
|
|||||||
},
|
},
|
||||||
"Plugins": {
|
"Plugins": {
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
|
"borderColor": "border",
|
||||||
"disabledForeground": "dis",
|
"disabledForeground": "dis",
|
||||||
"eapTagBackground": "hl",
|
"eapTagBackground": "hl",
|
||||||
"hoverBackground": "hl",
|
"hoverBackground": "hl",
|
||||||
@@ -817,8 +932,11 @@
|
|||||||
"updateBorderColor": "button",
|
"updateBorderColor": "button",
|
||||||
"updateForeground": "fg"
|
"updateForeground": "fg"
|
||||||
},
|
},
|
||||||
|
"ScreenshotPagination": {
|
||||||
|
"CurrentImage.fillColor": "accent"
|
||||||
|
},
|
||||||
"SearchField": {
|
"SearchField": {
|
||||||
"background": "hc",
|
"background": "cs",
|
||||||
"borderColor": "border"
|
"borderColor": "border"
|
||||||
},
|
},
|
||||||
"SectionHeader": {
|
"SectionHeader": {
|
||||||
@@ -836,27 +954,38 @@
|
|||||||
},
|
},
|
||||||
"Popup": {
|
"Popup": {
|
||||||
"Advertiser": {
|
"Advertiser": {
|
||||||
|
"borderInsets": "6,20,6,20",
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"borderColor": "bg",
|
"borderColor": "bg",
|
||||||
"foreground": "accent"
|
"foreground": "accent"
|
||||||
},
|
},
|
||||||
|
"Body": {
|
||||||
|
"bottomInsetNoAd": 8,
|
||||||
|
"bottomInsetBeforeAd": 8,
|
||||||
|
"topInsetNoHeader": 8
|
||||||
|
},
|
||||||
"Border": {
|
"Border": {
|
||||||
"color": "cs",
|
"color": "cs",
|
||||||
"inactiveColor": "bg"
|
"inactiveColor": "bg"
|
||||||
},
|
},
|
||||||
|
"background": "notif",
|
||||||
"borderColor": "cs",
|
"borderColor": "cs",
|
||||||
|
"borderWidth": 0,
|
||||||
"inactiveBorderColor": "bg",
|
"inactiveBorderColor": "bg",
|
||||||
"innerBorderColor": "second",
|
"innerBorderColor": "second",
|
||||||
"Header": {
|
"Header": {
|
||||||
"activeBackground": "bg",
|
"activeBackground": "bg",
|
||||||
"inactiveBackground": "cs"
|
"inactiveBackground": "cs",
|
||||||
|
"inactiveForeground": "text"
|
||||||
},
|
},
|
||||||
"paintBorder": true,
|
"paintBorder": false,
|
||||||
"preferences": {
|
"preferences": {
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"borderColor": "bg",
|
"borderColor": "bg",
|
||||||
"foreground": "fg"
|
"foreground": "fg"
|
||||||
},
|
},
|
||||||
|
"Selection.arc": 8,
|
||||||
|
"Selection.leftRightInset": 8,
|
||||||
"Separator": {
|
"Separator": {
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"color": "border"
|
"color": "border"
|
||||||
@@ -872,13 +1001,24 @@
|
|||||||
},
|
},
|
||||||
"PopupMenu": {
|
"PopupMenu": {
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"border": "2,0,2,0",
|
"borderWidth": 1,
|
||||||
|
"border": "8,8,8,8",
|
||||||
|
"borderCornerRadius": 8,
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
|
"Selection": {
|
||||||
|
"arc": 8,
|
||||||
|
"innerInsets": "8,2,8,2"
|
||||||
|
},
|
||||||
"selectionBackground": "selBg",
|
"selectionBackground": "selBg",
|
||||||
"translucentBackground": "bg"
|
"translucentBackground": "bg"
|
||||||
},
|
},
|
||||||
"PopupMenuSeparator.height": 10,
|
"PopupMenuSeparator": {
|
||||||
"PopupMenuSeparator.stripeIndent": 5,
|
"height": 10,
|
||||||
|
"stripeWidth": 2,
|
||||||
|
"stripeIndent": 5,
|
||||||
|
"withToEdge": 4,
|
||||||
|
"borderCornerRadius": 8
|
||||||
|
},
|
||||||
"ProgressBar": {
|
"ProgressBar": {
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"foreground": "accent",
|
"foreground": "accent",
|
||||||
@@ -922,12 +1062,27 @@
|
|||||||
"selectionBackground": "selBg",
|
"selectionBackground": "selBg",
|
||||||
"selectionForeground": "selFg"
|
"selectionForeground": "selFg"
|
||||||
},
|
},
|
||||||
|
"ReviewList": {
|
||||||
|
"state.background": "second",
|
||||||
|
"state.foreground": "fg"
|
||||||
|
},
|
||||||
"RunWidget": {
|
"RunWidget": {
|
||||||
|
"background": "button",
|
||||||
|
"Debug.activeBackground": "hl",
|
||||||
|
"foreground": "fg",
|
||||||
|
"hoverBackground": "table",
|
||||||
|
"pressedBackground": "hl",
|
||||||
|
"Profile.activeBackground": "hl",
|
||||||
|
"runningBackground": "hl",
|
||||||
|
"runningForeground": "selFg",
|
||||||
|
"Run.activeBackground": "hl",
|
||||||
"Running": {
|
"Running": {
|
||||||
"background": "accent",
|
"background": "hl",
|
||||||
"leftHoverBackground": "accent70",
|
"foreground": "selFg",
|
||||||
"leftPressedBackground": "accent"
|
"leftHoverBackground": "hl",
|
||||||
}
|
"leftPressedBackground": "hl"
|
||||||
|
},
|
||||||
|
"separatorColor": "border"
|
||||||
},
|
},
|
||||||
"ScreenView.borderColor": "border",
|
"ScreenView.borderColor": "border",
|
||||||
"scrollbar": "bg",
|
"scrollbar": "bg",
|
||||||
@@ -971,8 +1126,9 @@
|
|||||||
},
|
},
|
||||||
"SearchEverywhere": {
|
"SearchEverywhere": {
|
||||||
"Advertiser": {
|
"Advertiser": {
|
||||||
"background": "cs",
|
"background": "bg",
|
||||||
"foreground": "text"
|
"foreground": "text",
|
||||||
|
"borderInsets": "10,20,10,20"
|
||||||
},
|
},
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"Dialog": {
|
"Dialog": {
|
||||||
@@ -989,11 +1145,12 @@
|
|||||||
"Separator.foreground": "text",
|
"Separator.foreground": "text",
|
||||||
"selectionBackground": "selBg",
|
"selectionBackground": "selBg",
|
||||||
"separatorColor": "border",
|
"separatorColor": "border",
|
||||||
"separatorForeground": "text"
|
"separatorForeground": "text",
|
||||||
|
"settingsBackground": "bg"
|
||||||
},
|
},
|
||||||
"SearchField": {
|
"SearchField": {
|
||||||
"Border.color": "hl",
|
"Border.color": "hl",
|
||||||
"background": "hc",
|
"background": "cs",
|
||||||
"borderColor": "hl",
|
"borderColor": "hl",
|
||||||
"grayForeground": "dis",
|
"grayForeground": "dis",
|
||||||
"infoForeground": "dis"
|
"infoForeground": "dis"
|
||||||
@@ -1015,8 +1172,13 @@
|
|||||||
"startColor": "accent"
|
"startColor": "accent"
|
||||||
},
|
},
|
||||||
"SearchField.errorBackground": "notif",
|
"SearchField.errorBackground": "notif",
|
||||||
|
"SearchFieldWithExtension": {
|
||||||
|
"background": "cs"
|
||||||
|
},
|
||||||
"SearchOption": {
|
"SearchOption": {
|
||||||
"selectedBackground": "table"
|
"selectedBackground": "table",
|
||||||
|
"selectedPressedBackground": "hl",
|
||||||
|
"selectedHoveredBackground": "hl"
|
||||||
},
|
},
|
||||||
"SearchResults": {
|
"SearchResults": {
|
||||||
"Ordinal.File.Foreground": "text",
|
"Ordinal.File.Foreground": "text",
|
||||||
@@ -1056,12 +1218,12 @@
|
|||||||
"SpeedSearch": {
|
"SpeedSearch": {
|
||||||
"background": "hl",
|
"background": "hl",
|
||||||
"borderColor": "border",
|
"borderColor": "border",
|
||||||
"errorForeground": "fg",
|
"errorForeground": "red",
|
||||||
"foreground": "fg"
|
"foreground": "fg"
|
||||||
},
|
},
|
||||||
"Spinner": {
|
"Spinner": {
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"border": "3,3,3,3",
|
"border": "4,4,4,4",
|
||||||
"disabledBackground": "excl",
|
"disabledBackground": "excl",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"selectionForeground": "activeFg"
|
"selectionForeground": "activeFg"
|
||||||
@@ -1077,15 +1239,17 @@
|
|||||||
"Breadcrumbs": {
|
"Breadcrumbs": {
|
||||||
"floatingBackground": "tree",
|
"floatingBackground": "tree",
|
||||||
"floatingForeground": "fg",
|
"floatingForeground": "fg",
|
||||||
|
"floatingToolbarInsets": "8,12,8,12",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"hoverBackground": "tree",
|
"hoverBackground": "tree",
|
||||||
"hoverForeground": "fg",
|
"hoverForeground": "fg",
|
||||||
|
"itemBackgroundInsets": "2,4,2,4",
|
||||||
"selectionBackground": "selBg",
|
"selectionBackground": "selBg",
|
||||||
"selectionForeground": "activeFg",
|
"selectionForeground": "activeFg",
|
||||||
"selectionInactiveBackground": "button",
|
"selectionInactiveBackground": "button",
|
||||||
"selectionInactiveForeground": "fg"
|
"selectionInactiveForeground": "fg"
|
||||||
},
|
},
|
||||||
"borderColor": "bg",
|
"borderColor": "border",
|
||||||
"bottomColor": "bg",
|
"bottomColor": "bg",
|
||||||
"hoverBackground": "hl",
|
"hoverBackground": "hl",
|
||||||
"top2Color": "bg",
|
"top2Color": "bg",
|
||||||
@@ -1096,7 +1260,8 @@
|
|||||||
"hoverBackground": "hl",
|
"hoverBackground": "hl",
|
||||||
"hoverForeground": "selFg",
|
"hoverForeground": "selFg",
|
||||||
"pressedBackground": "button",
|
"pressedBackground": "button",
|
||||||
"pressedForeground": "fg"
|
"pressedForeground": "fg",
|
||||||
|
"widgetInsets": "8,12,8,12"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"TabbedPane": {
|
"TabbedPane": {
|
||||||
@@ -1126,6 +1291,7 @@
|
|||||||
"shadow": "hc",
|
"shadow": "hc",
|
||||||
"tabHeight": 32,
|
"tabHeight": 32,
|
||||||
"tabInsets": "5,10,5,10",
|
"tabInsets": "5,10,5,10",
|
||||||
|
"tabSelectionArc": 4,
|
||||||
"tabSelectionHeight": 2,
|
"tabSelectionHeight": 2,
|
||||||
"tabsOverlapBorder": true,
|
"tabsOverlapBorder": true,
|
||||||
"underlineColor": "accent"
|
"underlineColor": "accent"
|
||||||
@@ -1134,13 +1300,13 @@
|
|||||||
"Table": {
|
"Table": {
|
||||||
"alternativeRowBackground": "cs",
|
"alternativeRowBackground": "cs",
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"cellNoFocusBorder": "10,5,10,5",
|
"cellNoFocusBorder": "16,4,16,4",
|
||||||
"disabledForeground": "dis",
|
"disabledForeground": "dis",
|
||||||
"dropLineColor": "accent",
|
"dropLineColor": "accent",
|
||||||
"dropLineShortColor": "accent",
|
"dropLineShortColor": "accent",
|
||||||
"focusCellBackground": "table",
|
"focusCellBackground": "table",
|
||||||
"focusCellForeground": "activeFg",
|
"focusCellForeground": "activeFg",
|
||||||
"focusCellHighlightBorder": "10,5,10,5",
|
"focusCellHighlightBorder": "18,6,18,6",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"gridColor": "bg",
|
"gridColor": "bg",
|
||||||
"highlightOuter": "table",
|
"highlightOuter": "table",
|
||||||
@@ -1150,6 +1316,7 @@
|
|||||||
"lightSelectionForeground": "activeFg",
|
"lightSelectionForeground": "activeFg",
|
||||||
"lightSelectionInactiveBackground": "second",
|
"lightSelectionInactiveBackground": "second",
|
||||||
"lightSelectionInactiveForeground": "text",
|
"lightSelectionInactiveForeground": "text",
|
||||||
|
"rowHeight": 32,
|
||||||
"selectionBackground": "table",
|
"selectionBackground": "table",
|
||||||
"selectionForeground": "activeFg",
|
"selectionForeground": "activeFg",
|
||||||
"selectionInactiveBackground": "table",
|
"selectionInactiveBackground": "table",
|
||||||
@@ -1160,14 +1327,14 @@
|
|||||||
},
|
},
|
||||||
"TableHeader": {
|
"TableHeader": {
|
||||||
"background": "button",
|
"background": "button",
|
||||||
|
"bottomSeparatorColor": "border",
|
||||||
"borderColor": "hl",
|
"borderColor": "hl",
|
||||||
"bottomSeparatorColor": "hl",
|
"cellBorder": "6,0,6,0",
|
||||||
"cellBorder": "4,0,4,0",
|
|
||||||
"disabledForeground": "dis",
|
"disabledForeground": "dis",
|
||||||
"focusCellBackground": "table",
|
"focusCellBackground": "table",
|
||||||
"focusCellForeground": "activeFg",
|
"focusCellForeground": "activeFg",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"height": 25,
|
"height": 32,
|
||||||
"hoverBackground": "hl",
|
"hoverBackground": "hl",
|
||||||
"separatorColor": "border"
|
"separatorColor": "border"
|
||||||
},
|
},
|
||||||
@@ -1182,7 +1349,7 @@
|
|||||||
"textHighlightText": "activeFg",
|
"textHighlightText": "activeFg",
|
||||||
"textText": "text",
|
"textText": "text",
|
||||||
"TextArea": {
|
"TextArea": {
|
||||||
"background": "hc",
|
"background": "cs",
|
||||||
"caretForeground": "accent",
|
"caretForeground": "accent",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"inactiveForeground": "dis",
|
"inactiveForeground": "dis",
|
||||||
@@ -1190,7 +1357,7 @@
|
|||||||
"selectionForeground": "activeFg"
|
"selectionForeground": "activeFg"
|
||||||
},
|
},
|
||||||
"TextField": {
|
"TextField": {
|
||||||
"background": "hc",
|
"background": "cs",
|
||||||
"borderColor": "bg",
|
"borderColor": "bg",
|
||||||
"caretForeground": "accent",
|
"caretForeground": "accent",
|
||||||
"disabledBackground": "excl",
|
"disabledBackground": "excl",
|
||||||
@@ -1205,15 +1372,21 @@
|
|||||||
"separatorColorDisabled": "bg"
|
"separatorColorDisabled": "bg"
|
||||||
},
|
},
|
||||||
"TextPane": {
|
"TextPane": {
|
||||||
"background": "hc",
|
"background": "cs",
|
||||||
"caretForeground": "accent",
|
"caretForeground": "accent",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"inactiveForeground": "dis",
|
"inactiveForeground": "dis",
|
||||||
"selectionBackground": "table",
|
"selectionBackground": "table",
|
||||||
"selectionForeground": "activeFg"
|
"selectionForeground": "activeFg"
|
||||||
},
|
},
|
||||||
|
"TipOfTheDay": {
|
||||||
|
"Image.borderColor": "border"
|
||||||
|
},
|
||||||
"TitlePane": {
|
"TitlePane": {
|
||||||
"Button.hoverBackground": "hl",
|
"Button": {
|
||||||
|
"hoverBackground": "hl",
|
||||||
|
"preferredSize": "48,40"
|
||||||
|
},
|
||||||
"background": "hc",
|
"background": "hc",
|
||||||
"inactiveBackground": "bg",
|
"inactiveBackground": "bg",
|
||||||
"inactiveInfoForeground": "dis",
|
"inactiveInfoForeground": "dis",
|
||||||
@@ -1240,7 +1413,9 @@
|
|||||||
"borderHandleColor": "text",
|
"borderHandleColor": "text",
|
||||||
"comboBoxButtonBackground": "button",
|
"comboBoxButtonBackground": "button",
|
||||||
"floatingForeground": "text",
|
"floatingForeground": "text",
|
||||||
"foreground": "fg"
|
"foreground": "fg",
|
||||||
|
"verticalToolbarInsets": "6,6,6,6",
|
||||||
|
"horizontalToolbarInsets": "6,6,6,6"
|
||||||
},
|
},
|
||||||
"ToolbarComboWidget": {
|
"ToolbarComboWidget": {
|
||||||
"background": "button",
|
"background": "button",
|
||||||
@@ -1252,6 +1427,7 @@
|
|||||||
"description.title.text.color": "fg"
|
"description.title.text.color": "fg"
|
||||||
},
|
},
|
||||||
"ToolTip": {
|
"ToolTip": {
|
||||||
|
"arc": 6,
|
||||||
"actions": {
|
"actions": {
|
||||||
"background": "bg"
|
"background": "bg"
|
||||||
},
|
},
|
||||||
@@ -1262,8 +1438,10 @@
|
|||||||
},
|
},
|
||||||
"background": "notif",
|
"background": "notif",
|
||||||
"borderColor": "border",
|
"borderColor": "border",
|
||||||
|
"borderCornerRadius": 8,
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"infoForeground": "text",
|
"infoForeground": "text",
|
||||||
|
"linkForeground": "accent",
|
||||||
"Learning": {
|
"Learning": {
|
||||||
"background": "accent",
|
"background": "accent",
|
||||||
"borderColor": "accent",
|
"borderColor": "accent",
|
||||||
@@ -1284,6 +1462,10 @@
|
|||||||
"background": "hc",
|
"background": "hc",
|
||||||
"Button": {
|
"Button": {
|
||||||
"hoverBackground": "table",
|
"hoverBackground": "table",
|
||||||
|
"DragAndDrop": {
|
||||||
|
"stripeBackground": "cs",
|
||||||
|
"buttonDropBackground": "accent70"
|
||||||
|
},
|
||||||
"selectedBackground": "cs",
|
"selectedBackground": "cs",
|
||||||
"selectedForeground": "activeFg"
|
"selectedForeground": "activeFg"
|
||||||
},
|
},
|
||||||
@@ -1296,6 +1478,7 @@
|
|||||||
"tab.selected.background": "cs"
|
"tab.selected.background": "cs"
|
||||||
},
|
},
|
||||||
"Header": {
|
"Header": {
|
||||||
|
"height": 42,
|
||||||
"background": "second",
|
"background": "second",
|
||||||
"borderColor": "second",
|
"borderColor": "second",
|
||||||
"inactiveBackground": "bg"
|
"inactiveBackground": "bg"
|
||||||
@@ -1308,13 +1491,17 @@
|
|||||||
"hoverBackground": "hl",
|
"hoverBackground": "hl",
|
||||||
"hoverInactiveBackground": "hl",
|
"hoverInactiveBackground": "hl",
|
||||||
"inactiveUnderlineColor": "accent",
|
"inactiveUnderlineColor": "accent",
|
||||||
|
"leftRightInsets": "0,12,0,12",
|
||||||
"selectedBackground": "cs",
|
"selectedBackground": "cs",
|
||||||
"selectedInactiveBackground": "cs",
|
"selectedInactiveBackground": "cs",
|
||||||
|
"underlineArc": 4,
|
||||||
"underlineColor": "accent",
|
"underlineColor": "accent",
|
||||||
|
"underlineHeight": 3,
|
||||||
"underlinedTabBackground": "table",
|
"underlinedTabBackground": "table",
|
||||||
"underlinedTabForeground": "selFg",
|
"underlinedTabForeground": "selFg",
|
||||||
"underlinedTabInactiveBackground": "hc",
|
"underlinedTabInactiveBackground": "hc",
|
||||||
"underlinedTabInactiveForeground": "fg"
|
"underlinedTabInactiveForeground": "fg",
|
||||||
|
"verticalPadding": 6
|
||||||
},
|
},
|
||||||
"inactive": {
|
"inactive": {
|
||||||
"Header.background": "bg",
|
"Header.background": "bg",
|
||||||
@@ -1322,13 +1509,15 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"Tree": {
|
"Tree": {
|
||||||
|
"border": "4,12,4,12",
|
||||||
"background": "hc",
|
"background": "hc",
|
||||||
"foreground": "text",
|
"foreground": "text",
|
||||||
|
"errorForeground": "red",
|
||||||
"hash": "border",
|
"hash": "border",
|
||||||
"hoverBackground": "tree",
|
"hoverBackground": "tree",
|
||||||
"hoverInactiveBackground": "table",
|
"hoverInactiveBackground": "table",
|
||||||
"modifiedItemForeground": "accent",
|
"modifiedItemForeground": "accent",
|
||||||
"rowHeight": 28,
|
"rowHeight": "28",
|
||||||
"selectionBackground": "tree",
|
"selectionBackground": "tree",
|
||||||
"selectionForeground": "selFg",
|
"selectionForeground": "selFg",
|
||||||
"selectionInactiveBackground": "tree",
|
"selectionInactiveBackground": "tree",
|
||||||
@@ -1355,7 +1544,6 @@
|
|||||||
"hoverBorderColor": "hl"
|
"hoverBorderColor": "hl"
|
||||||
},
|
},
|
||||||
"Label.foreground": "text",
|
"Label.foreground": "text",
|
||||||
"List.selectionBackground": "tree",
|
|
||||||
"highStroke.foreground": "fg",
|
"highStroke.foreground": "fg",
|
||||||
"motion": {
|
"motion": {
|
||||||
"AddConstraintColor": "accent",
|
"AddConstraintColor": "accent",
|
||||||
@@ -1392,6 +1580,35 @@
|
|||||||
"ourML_BarColor.separatorColor": "border",
|
"ourML_BarColor.separatorColor": "border",
|
||||||
"timeLine.disabledBorderColor": "border"
|
"timeLine.disabledBorderColor": "border"
|
||||||
},
|
},
|
||||||
|
"PackageDetails": {
|
||||||
|
"border": "accent",
|
||||||
|
"infoBanner": "accent"
|
||||||
|
},
|
||||||
|
"PackageSearch": {
|
||||||
|
"PackagesList.rowHeight": 28,
|
||||||
|
"PackageTag": {
|
||||||
|
"background": "excl",
|
||||||
|
"foreground": "fg",
|
||||||
|
"hoverBackground": "tree",
|
||||||
|
"selectedBackground": "selBg",
|
||||||
|
"selectedForeground": "selFg"
|
||||||
|
},
|
||||||
|
"PackageTagSelected": {
|
||||||
|
"background": "selBg",
|
||||||
|
"foreground": "selFg"
|
||||||
|
},
|
||||||
|
"SearchResult": {
|
||||||
|
"background": "cs",
|
||||||
|
"hoverBackground": "tree",
|
||||||
|
"PackageTag": {
|
||||||
|
"background": "excl",
|
||||||
|
"foreground": "fg",
|
||||||
|
"hoverBackground": "tree",
|
||||||
|
"selectedBackground": "selBg",
|
||||||
|
"selectedForeground": "selFg"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"Panel": {
|
"Panel": {
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"borderColor": "border",
|
"borderColor": "border",
|
||||||
@@ -1418,7 +1635,7 @@
|
|||||||
},
|
},
|
||||||
"VersionControl": {
|
"VersionControl": {
|
||||||
"FileHistory.Commit": {
|
"FileHistory.Commit": {
|
||||||
"otherBranchBackground": "bg",
|
"otherBranchBackground": "excl",
|
||||||
"selectedBranchBackground": "bg"
|
"selectedBranchBackground": "bg"
|
||||||
},
|
},
|
||||||
"GitCommits": {
|
"GitCommits": {
|
||||||
@@ -1443,9 +1660,15 @@
|
|||||||
"Commit": {
|
"Commit": {
|
||||||
"currentBranchBackground": "cs",
|
"currentBranchBackground": "cs",
|
||||||
"hoveredBackground": "tree",
|
"hoveredBackground": "tree",
|
||||||
|
"rowHeight": 28,
|
||||||
"unmatchedForeground": "text"
|
"unmatchedForeground": "text"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"MarkerPopup": {
|
||||||
|
"borderColor": "border",
|
||||||
|
"borderInsets": "6,8,6,10",
|
||||||
|
"Toolbar.background": "hl"
|
||||||
|
},
|
||||||
"Ref": {
|
"Ref": {
|
||||||
"backgroundBase": "hl",
|
"backgroundBase": "hl",
|
||||||
"foreground": "activeFg"
|
"foreground": "activeFg"
|
||||||
@@ -1455,6 +1678,11 @@
|
|||||||
"foreground": "activeFg"
|
"foreground": "activeFg"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"UnattendedHostStatus": {
|
||||||
|
"warningBackground": "yellow",
|
||||||
|
"warningForeground": "activeFg",
|
||||||
|
"dangerBackground": "red"
|
||||||
|
},
|
||||||
"Viewport": {
|
"Viewport": {
|
||||||
"background": "hc",
|
"background": "hc",
|
||||||
"foreground": "fg"
|
"foreground": "fg"
|
||||||
|
|||||||
@@ -73,6 +73,10 @@
|
|||||||
"pressedBackground": "accent50",
|
"pressedBackground": "accent50",
|
||||||
"pressedBorderColor": "accent50"
|
"pressedBorderColor": "accent50"
|
||||||
},
|
},
|
||||||
|
"ActionsList": {
|
||||||
|
"icon.gap": 12,
|
||||||
|
"mnemonic.icon.gap": 12
|
||||||
|
},
|
||||||
"ActionToolbar": {
|
"ActionToolbar": {
|
||||||
"background": "hc"
|
"background": "hc"
|
||||||
},
|
},
|
||||||
@@ -127,8 +131,9 @@
|
|||||||
"BookmarkIcon.background": "accent",
|
"BookmarkIcon.background": "accent",
|
||||||
"Borders.ContrastBorderColor": "bg",
|
"Borders.ContrastBorderColor": "bg",
|
||||||
"Borders.color": "border",
|
"Borders.color": "border",
|
||||||
|
"Breakpoint.iconHoverAlpha": 0.35,
|
||||||
"Button": {
|
"Button": {
|
||||||
"arc": 0,
|
"arc": 8,
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"darcula": {
|
"darcula": {
|
||||||
"borderColor": "button",
|
"borderColor": "button",
|
||||||
@@ -181,7 +186,10 @@
|
|||||||
"shadowColor": "shadow",
|
"shadowColor": "shadow",
|
||||||
"shadowWidth": 0,
|
"shadowWidth": 0,
|
||||||
"startBackground": "table",
|
"startBackground": "table",
|
||||||
"startBorderColor": "button"
|
"startBorderColor": "button",
|
||||||
|
"ToolWindow": {
|
||||||
|
"arc": 40
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"Canvas": {
|
"Canvas": {
|
||||||
"Tooltip.background": "notif",
|
"Tooltip.background": "notif",
|
||||||
@@ -256,6 +264,32 @@
|
|||||||
"accessDot": "accent",
|
"accessDot": "accent",
|
||||||
"dropdownBorder": "second",
|
"dropdownBorder": "second",
|
||||||
"pillBackground": "second"
|
"pillBackground": "second"
|
||||||
|
},
|
||||||
|
"Users": {
|
||||||
|
"1": {
|
||||||
|
"Background": "green",
|
||||||
|
"Foreground": "fg"
|
||||||
|
},
|
||||||
|
"2": {
|
||||||
|
"Background": "blue",
|
||||||
|
"Foreground": "fg"
|
||||||
|
},
|
||||||
|
"3": {
|
||||||
|
"Background": "red",
|
||||||
|
"Foreground": "fg"
|
||||||
|
},
|
||||||
|
"4": {
|
||||||
|
"Background": "purple",
|
||||||
|
"Foreground": "fg"
|
||||||
|
},
|
||||||
|
"5": {
|
||||||
|
"Background": "yellow",
|
||||||
|
"Foreground": "fg"
|
||||||
|
},
|
||||||
|
"6": {
|
||||||
|
"Background": "orange",
|
||||||
|
"Foreground": "fg"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"ColorChooser": {
|
"ColorChooser": {
|
||||||
@@ -293,7 +327,13 @@
|
|||||||
"selectionBackground": "table",
|
"selectionBackground": "table",
|
||||||
"selectionForeground": "activeFg"
|
"selectionForeground": "activeFg"
|
||||||
},
|
},
|
||||||
|
"ComboPopup.border": "1,1,1,1,#f9826c",
|
||||||
"CompletionPopup": {
|
"CompletionPopup": {
|
||||||
|
"Advertiser": {
|
||||||
|
"background": "bg",
|
||||||
|
"foreground": "fg",
|
||||||
|
"borderInsets": "8,12,8,12"
|
||||||
|
},
|
||||||
"background": "second",
|
"background": "second",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"grayForeground": "text",
|
"grayForeground": "text",
|
||||||
@@ -313,8 +353,12 @@
|
|||||||
"selectionInactiveInfoForeground": "text",
|
"selectionInactiveInfoForeground": "text",
|
||||||
"selectionInfoForeground": "selFg"
|
"selectionInfoForeground": "selFg"
|
||||||
},
|
},
|
||||||
|
"ComplexPopup": {
|
||||||
|
"Header.background": "notif"
|
||||||
|
},
|
||||||
"Component": {
|
"Component": {
|
||||||
"arc": 4,
|
"arc": 4,
|
||||||
|
"focusWidth": 2,
|
||||||
"borderColor": "hl",
|
"borderColor": "hl",
|
||||||
"disabledBorderColor": "dis",
|
"disabledBorderColor": "dis",
|
||||||
"focusColor": "accent",
|
"focusColor": "accent",
|
||||||
@@ -351,6 +395,7 @@
|
|||||||
},
|
},
|
||||||
"desktop": "hc",
|
"desktop": "hc",
|
||||||
"Debugger": {
|
"Debugger": {
|
||||||
|
"EvaluateExpression.background": "bg",
|
||||||
"Variables": {
|
"Variables": {
|
||||||
"changedValueForeground": "accent",
|
"changedValueForeground": "accent",
|
||||||
"collectingDataForeground": "text",
|
"collectingDataForeground": "text",
|
||||||
@@ -358,13 +403,15 @@
|
|||||||
"evaluatingExpressionForeground": "text",
|
"evaluatingExpressionForeground": "text",
|
||||||
"exceptionForeground": "yellow",
|
"exceptionForeground": "yellow",
|
||||||
"modifyingValueForeground": "accent",
|
"modifyingValueForeground": "accent",
|
||||||
"valueForeground": "accent"
|
"valueForeground": "accent",
|
||||||
|
"typeForeground": "text"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"DebuggerTabs": {
|
"DebuggerTabs": {
|
||||||
"active.background": "hl",
|
"active.background": "hl",
|
||||||
"selectedBackground": "hl",
|
"selectedBackground": "hl",
|
||||||
"underlinedTabBackground": "table"
|
"underlinedTabBackground": "table",
|
||||||
|
"underlineHeight": 2
|
||||||
},
|
},
|
||||||
"DebuggerPopup": {
|
"DebuggerPopup": {
|
||||||
"borderColor": "bg"
|
"borderColor": "bg"
|
||||||
@@ -380,6 +427,7 @@
|
|||||||
"inactiveMaskColor": "hc",
|
"inactiveMaskColor": "hc",
|
||||||
"inactiveUnderlineColor": "accent",
|
"inactiveUnderlineColor": "accent",
|
||||||
"underlineColor": "accent",
|
"underlineColor": "accent",
|
||||||
|
"underlineHeight": 3,
|
||||||
"underlinedTabBackground": "table",
|
"underlinedTabBackground": "table",
|
||||||
"underlinedTabForeground": "selFg"
|
"underlinedTabForeground": "selFg"
|
||||||
},
|
},
|
||||||
@@ -398,13 +446,21 @@
|
|||||||
"backgroundBorderColor": "bg",
|
"backgroundBorderColor": "bg",
|
||||||
"backgroundColor": "bg",
|
"backgroundColor": "bg",
|
||||||
"borderColor": "accent",
|
"borderColor": "accent",
|
||||||
"foregroundColor": "fg"
|
"foregroundColor": "fg",
|
||||||
|
"rowBackground": "accent70"
|
||||||
},
|
},
|
||||||
"dropArea.base": "accent",
|
"dropArea.base": "accent",
|
||||||
"Editor": {
|
"Editor": {
|
||||||
"background": "hc",
|
"background": "hc",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"shortcutForeground": "text"
|
"shortcutForeground": "text",
|
||||||
|
"SearchField": {
|
||||||
|
"background": "cs",
|
||||||
|
"borderInsets": "8,12,8,12"
|
||||||
|
},
|
||||||
|
"Toolbar": {
|
||||||
|
"borderColor": "border"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"EditorGroupsTabs": {
|
"EditorGroupsTabs": {
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
@@ -423,7 +479,8 @@
|
|||||||
"inactiveBackground": "bg",
|
"inactiveBackground": "bg",
|
||||||
"inactiveForeground": "dis",
|
"inactiveForeground": "dis",
|
||||||
"selectionBackground": "selBg",
|
"selectionBackground": "selBg",
|
||||||
"selectionForeground": "activeFg"
|
"selectionForeground": "activeFg",
|
||||||
|
"splitBorder": "border"
|
||||||
},
|
},
|
||||||
"EditorTabs": {
|
"EditorTabs": {
|
||||||
"active.background": "table",
|
"active.background": "table",
|
||||||
@@ -441,7 +498,10 @@
|
|||||||
"inactiveUnderlineColor": "dis",
|
"inactiveUnderlineColor": "dis",
|
||||||
"selectedBackground": "table",
|
"selectedBackground": "table",
|
||||||
"selectedForeground": "fg",
|
"selectedForeground": "fg",
|
||||||
|
"tabInsets": "-10,10,-10,10",
|
||||||
"underlineColor": "accent",
|
"underlineColor": "accent",
|
||||||
|
"underlineHeight": 3,
|
||||||
|
"underlineArc": 4,
|
||||||
"underlinedTabBackground": "table",
|
"underlinedTabBackground": "table",
|
||||||
"underlinedTabForeground": "selFg"
|
"underlinedTabForeground": "selFg"
|
||||||
},
|
},
|
||||||
@@ -472,7 +532,7 @@
|
|||||||
"defaultButtonBorderColor": "accent"
|
"defaultButtonBorderColor": "accent"
|
||||||
},
|
},
|
||||||
"FormattedTextField": {
|
"FormattedTextField": {
|
||||||
"background": "hc",
|
"background": "cs",
|
||||||
"caretForeground": "accent",
|
"caretForeground": "accent",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"inactiveBackground": "button",
|
"inactiveBackground": "button",
|
||||||
@@ -509,6 +569,9 @@
|
|||||||
"disabledSeparatorColor": "border",
|
"disabledSeparatorColor": "border",
|
||||||
"separatorColor": "border"
|
"separatorColor": "border"
|
||||||
},
|
},
|
||||||
|
"Gutter": {
|
||||||
|
"VcsChanges.width": 4
|
||||||
|
},
|
||||||
"GutterTooltip": {
|
"GutterTooltip": {
|
||||||
"borderColor": "bg",
|
"borderColor": "bg",
|
||||||
"infoForeground": "text",
|
"infoForeground": "text",
|
||||||
@@ -522,11 +585,14 @@
|
|||||||
"background": "bg",
|
"background": "bg",
|
||||||
"backgroundColor": "bg",
|
"backgroundColor": "bg",
|
||||||
"borderColor": "border",
|
"borderColor": "border",
|
||||||
|
"defaultTextBorderInsets": "16,16,16,16",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"infoForeground": "text",
|
"infoForeground": "text",
|
||||||
"shortcutForeground": "text",
|
"shortcutForeground": "text",
|
||||||
"shortcutTextColor": "text",
|
"shortcutTextColor": "text",
|
||||||
"textColor": "fg"
|
"smallTextBorderInsets": "8,12,8,12",
|
||||||
|
"textColor": "fg",
|
||||||
|
"verticalGap": 8
|
||||||
},
|
},
|
||||||
"Hg.Log.Ref": {
|
"Hg.Log.Ref": {
|
||||||
"Branch": "accent",
|
"Branch": "accent",
|
||||||
@@ -594,6 +660,7 @@
|
|||||||
"link": "accent",
|
"link": "accent",
|
||||||
"Link": {
|
"Link": {
|
||||||
"activeForeground": "accent",
|
"activeForeground": "accent",
|
||||||
|
"focusedBorderColor": "accent",
|
||||||
"hoverForeground": "accent",
|
"hoverForeground": "accent",
|
||||||
"pressedForeground": "accent",
|
"pressedForeground": "accent",
|
||||||
"secondaryForeground": "text",
|
"secondaryForeground": "text",
|
||||||
@@ -605,27 +672,61 @@
|
|||||||
"link.visited.foreground": "accent",
|
"link.visited.foreground": "accent",
|
||||||
"List": {
|
"List": {
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
|
"Button": {
|
||||||
|
"hoverBackground": "hl",
|
||||||
|
"leftRightInset": 8,
|
||||||
|
"separatorColor": "border",
|
||||||
|
"separatorInset": 4
|
||||||
|
},
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"hoverBackground": "hl",
|
"hoverBackground": "hl",
|
||||||
"hoverInactiveBackground": "table",
|
"hoverInactiveBackground": "table",
|
||||||
|
"Line.hoverBackground": "selBg",
|
||||||
|
"rowHeight": "28",
|
||||||
|
"selectionBackground": "tree",
|
||||||
"selectionForeground": "selFg",
|
"selectionForeground": "selFg",
|
||||||
"selectionInactiveBackground": "table",
|
"selectionInactiveBackground": "table",
|
||||||
"selectionInactiveForeground": "activeFg"
|
"selectionInactiveForeground": "activeFg",
|
||||||
|
"Tag": {
|
||||||
|
"background": "button",
|
||||||
|
"foreground": "fg"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"LiveIndicator": {
|
"LiveIndicator": {
|
||||||
"color": "accent"
|
"color": "accent"
|
||||||
},
|
},
|
||||||
|
"macOSWindow.Title": {
|
||||||
|
"height": 30,
|
||||||
|
"heightSmall": 20
|
||||||
|
},
|
||||||
|
"MainMenu": {
|
||||||
|
"background": "hc",
|
||||||
|
"foreground": "fg",
|
||||||
|
"selectionForeground": "activeFg",
|
||||||
|
"selectionBackground": "selBg"
|
||||||
|
},
|
||||||
"MainToolbar": {
|
"MainToolbar": {
|
||||||
"Dropdown.background": "bg",
|
|
||||||
"Dropdown.hoverBackground": "border",
|
|
||||||
"Dropdown.pressedBackground": "table",
|
|
||||||
"Icon.background": "bg",
|
|
||||||
"Icon.hoverBackground": "border",
|
|
||||||
"Icon.pressedBackground": "table",
|
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"hoverBackground": "border",
|
"Button": {
|
||||||
|
"buttonInsets": "0,0,0,0"
|
||||||
|
},
|
||||||
|
"Dropdown": {
|
||||||
|
"borderInsets": "6,12,6,12",
|
||||||
|
"background": "bg",
|
||||||
|
"foreground": "fg",
|
||||||
|
"hoverBackground": "hl",
|
||||||
|
"pressedBackground": "table"
|
||||||
|
},
|
||||||
|
"hoverBackground": "hl",
|
||||||
|
"Icon": {
|
||||||
|
"borderInsets": "10,10,10,10",
|
||||||
|
"background": "bg",
|
||||||
|
"hoverBackground": "hl",
|
||||||
|
"pressedBackground": "table"
|
||||||
|
},
|
||||||
"inactiveBackground": "bg",
|
"inactiveBackground": "bg",
|
||||||
"pressedBackground": "table"
|
"pressedBackground": "table",
|
||||||
|
"separatorColor": "border"
|
||||||
},
|
},
|
||||||
"material": {
|
"material": {
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
@@ -652,11 +753,15 @@
|
|||||||
"acceleratorForeground": "text",
|
"acceleratorForeground": "text",
|
||||||
"acceleratorSelectionForeground": "activeFg",
|
"acceleratorSelectionForeground": "activeFg",
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"border": "4,2,4,2",
|
"border": "8,8,8,8",
|
||||||
"borderColor": "second",
|
"borderColor": "second",
|
||||||
"disabledBackground": "second",
|
"disabledBackground": "second",
|
||||||
"disabledForeground": "dis",
|
"disabledForeground": "dis",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
|
"Selection": {
|
||||||
|
"arc": 8,
|
||||||
|
"innerInsets": "8,2,8,2"
|
||||||
|
},
|
||||||
"selectionBackground": "selBg",
|
"selectionBackground": "selBg",
|
||||||
"selectionForeground": "activeFg",
|
"selectionForeground": "activeFg",
|
||||||
"separatorColor": "border"
|
"separatorColor": "border"
|
||||||
@@ -676,7 +781,7 @@
|
|||||||
"acceleratorForeground": "text",
|
"acceleratorForeground": "text",
|
||||||
"acceleratorSelectionForeground": "activeFg",
|
"acceleratorSelectionForeground": "activeFg",
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"border": "4,2,4,2",
|
"border": "8,8,8,8",
|
||||||
"disabledBackground": "bg",
|
"disabledBackground": "bg",
|
||||||
"disabledForeground": "dis",
|
"disabledForeground": "dis",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
@@ -699,11 +804,13 @@
|
|||||||
"background": "bg"
|
"background": "bg"
|
||||||
},
|
},
|
||||||
"SearchField": {
|
"SearchField": {
|
||||||
"background": "hc"
|
"background": "cs"
|
||||||
}
|
},
|
||||||
|
"separatorWidth": 6
|
||||||
},
|
},
|
||||||
"NewPSD.warning": "accent",
|
"NewPSD.warning": "accent",
|
||||||
"Notification": {
|
"Notification": {
|
||||||
|
"arc": 16,
|
||||||
"Error.foreground": "accent",
|
"Error.foreground": "accent",
|
||||||
"Link.foreground": "accent",
|
"Link.foreground": "accent",
|
||||||
"background": "notif",
|
"background": "notif",
|
||||||
@@ -719,12 +826,18 @@
|
|||||||
"innerBorderColor": "button"
|
"innerBorderColor": "button"
|
||||||
},
|
},
|
||||||
"ToolWindow": {
|
"ToolWindow": {
|
||||||
|
"Button.DragAndDrop": {
|
||||||
|
"buttonFloatingBackground": "button",
|
||||||
|
"stripeBackground": "bg"
|
||||||
|
},
|
||||||
"errorBackground": "notifError",
|
"errorBackground": "notifError",
|
||||||
"errorBorderColor": "notifError",
|
"errorBorderColor": "notifError",
|
||||||
"errorForeground": "fg",
|
"errorForeground": "fg",
|
||||||
|
"infoBackground": "notif",
|
||||||
|
"infoBorderColor": "notif",
|
||||||
"infoForeground": "fg",
|
"infoForeground": "fg",
|
||||||
"informativeBackground": "notifInfo",
|
"informativeBackground": "notif",
|
||||||
"informativeBorderColor": "notifInfo",
|
"informativeBorderColor": "notif",
|
||||||
"informativeForeground": "fg",
|
"informativeForeground": "fg",
|
||||||
"warningBackground": "notifWarn",
|
"warningBackground": "notifWarn",
|
||||||
"warningBorderColor": "notifWarn",
|
"warningBorderColor": "notifWarn",
|
||||||
@@ -736,7 +849,8 @@
|
|||||||
},
|
},
|
||||||
"ToolWindowInfo": {
|
"ToolWindowInfo": {
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"background": "notifInfo"
|
"background": "notif",
|
||||||
|
"borderColor": "notif"
|
||||||
},
|
},
|
||||||
"ToolWindowWarning": {
|
"ToolWindowWarning": {
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
@@ -786,7 +900,7 @@
|
|||||||
"lineSeparatorColor": "table"
|
"lineSeparatorColor": "table"
|
||||||
},
|
},
|
||||||
"PasswordField": {
|
"PasswordField": {
|
||||||
"background": "hc",
|
"background": "cs",
|
||||||
"capsLockIconColor": "accent",
|
"capsLockIconColor": "accent",
|
||||||
"caretForeground": "accent",
|
"caretForeground": "accent",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
@@ -796,6 +910,7 @@
|
|||||||
},
|
},
|
||||||
"Plugins": {
|
"Plugins": {
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
|
"borderColor": "border",
|
||||||
"disabledForeground": "dis",
|
"disabledForeground": "dis",
|
||||||
"eapTagBackground": "hl",
|
"eapTagBackground": "hl",
|
||||||
"hoverBackground": "hl",
|
"hoverBackground": "hl",
|
||||||
@@ -817,8 +932,11 @@
|
|||||||
"updateBorderColor": "button",
|
"updateBorderColor": "button",
|
||||||
"updateForeground": "fg"
|
"updateForeground": "fg"
|
||||||
},
|
},
|
||||||
|
"ScreenshotPagination": {
|
||||||
|
"CurrentImage.fillColor": "accent"
|
||||||
|
},
|
||||||
"SearchField": {
|
"SearchField": {
|
||||||
"background": "hc",
|
"background": "cs",
|
||||||
"borderColor": "border"
|
"borderColor": "border"
|
||||||
},
|
},
|
||||||
"SectionHeader": {
|
"SectionHeader": {
|
||||||
@@ -836,27 +954,38 @@
|
|||||||
},
|
},
|
||||||
"Popup": {
|
"Popup": {
|
||||||
"Advertiser": {
|
"Advertiser": {
|
||||||
|
"borderInsets": "6,20,6,20",
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"borderColor": "bg",
|
"borderColor": "bg",
|
||||||
"foreground": "accent"
|
"foreground": "accent"
|
||||||
},
|
},
|
||||||
|
"Body": {
|
||||||
|
"bottomInsetNoAd": 8,
|
||||||
|
"bottomInsetBeforeAd": 8,
|
||||||
|
"topInsetNoHeader": 8
|
||||||
|
},
|
||||||
"Border": {
|
"Border": {
|
||||||
"color": "cs",
|
"color": "cs",
|
||||||
"inactiveColor": "bg"
|
"inactiveColor": "bg"
|
||||||
},
|
},
|
||||||
|
"background": "notif",
|
||||||
"borderColor": "cs",
|
"borderColor": "cs",
|
||||||
|
"borderWidth": 0,
|
||||||
"inactiveBorderColor": "bg",
|
"inactiveBorderColor": "bg",
|
||||||
"innerBorderColor": "second",
|
"innerBorderColor": "second",
|
||||||
"Header": {
|
"Header": {
|
||||||
"activeBackground": "bg",
|
"activeBackground": "bg",
|
||||||
"inactiveBackground": "cs"
|
"inactiveBackground": "cs",
|
||||||
|
"inactiveForeground": "text"
|
||||||
},
|
},
|
||||||
"paintBorder": true,
|
"paintBorder": false,
|
||||||
"preferences": {
|
"preferences": {
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"borderColor": "bg",
|
"borderColor": "bg",
|
||||||
"foreground": "fg"
|
"foreground": "fg"
|
||||||
},
|
},
|
||||||
|
"Selection.arc": 8,
|
||||||
|
"Selection.leftRightInset": 8,
|
||||||
"Separator": {
|
"Separator": {
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"color": "border"
|
"color": "border"
|
||||||
@@ -872,13 +1001,24 @@
|
|||||||
},
|
},
|
||||||
"PopupMenu": {
|
"PopupMenu": {
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"border": "2,0,2,0",
|
"borderWidth": 1,
|
||||||
|
"border": "8,8,8,8",
|
||||||
|
"borderCornerRadius": 8,
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
|
"Selection": {
|
||||||
|
"arc": 8,
|
||||||
|
"innerInsets": "8,2,8,2"
|
||||||
|
},
|
||||||
"selectionBackground": "selBg",
|
"selectionBackground": "selBg",
|
||||||
"translucentBackground": "bg"
|
"translucentBackground": "bg"
|
||||||
},
|
},
|
||||||
"PopupMenuSeparator.height": 10,
|
"PopupMenuSeparator": {
|
||||||
"PopupMenuSeparator.stripeIndent": 5,
|
"height": 10,
|
||||||
|
"stripeWidth": 2,
|
||||||
|
"stripeIndent": 5,
|
||||||
|
"withToEdge": 4,
|
||||||
|
"borderCornerRadius": 8
|
||||||
|
},
|
||||||
"ProgressBar": {
|
"ProgressBar": {
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"foreground": "accent",
|
"foreground": "accent",
|
||||||
@@ -922,12 +1062,27 @@
|
|||||||
"selectionBackground": "selBg",
|
"selectionBackground": "selBg",
|
||||||
"selectionForeground": "selFg"
|
"selectionForeground": "selFg"
|
||||||
},
|
},
|
||||||
|
"ReviewList": {
|
||||||
|
"state.background": "second",
|
||||||
|
"state.foreground": "fg"
|
||||||
|
},
|
||||||
"RunWidget": {
|
"RunWidget": {
|
||||||
|
"background": "button",
|
||||||
|
"Debug.activeBackground": "hl",
|
||||||
|
"foreground": "fg",
|
||||||
|
"hoverBackground": "table",
|
||||||
|
"pressedBackground": "hl",
|
||||||
|
"Profile.activeBackground": "hl",
|
||||||
|
"runningBackground": "hl",
|
||||||
|
"runningForeground": "selFg",
|
||||||
|
"Run.activeBackground": "hl",
|
||||||
"Running": {
|
"Running": {
|
||||||
"background": "accent",
|
"background": "hl",
|
||||||
"leftHoverBackground": "accent70",
|
"foreground": "selFg",
|
||||||
"leftPressedBackground": "accent"
|
"leftHoverBackground": "hl",
|
||||||
}
|
"leftPressedBackground": "hl"
|
||||||
|
},
|
||||||
|
"separatorColor": "border"
|
||||||
},
|
},
|
||||||
"ScreenView.borderColor": "border",
|
"ScreenView.borderColor": "border",
|
||||||
"scrollbar": "bg",
|
"scrollbar": "bg",
|
||||||
@@ -971,8 +1126,9 @@
|
|||||||
},
|
},
|
||||||
"SearchEverywhere": {
|
"SearchEverywhere": {
|
||||||
"Advertiser": {
|
"Advertiser": {
|
||||||
"background": "cs",
|
"background": "bg",
|
||||||
"foreground": "text"
|
"foreground": "text",
|
||||||
|
"borderInsets": "10,20,10,20"
|
||||||
},
|
},
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"Dialog": {
|
"Dialog": {
|
||||||
@@ -989,11 +1145,12 @@
|
|||||||
"Separator.foreground": "text",
|
"Separator.foreground": "text",
|
||||||
"selectionBackground": "selBg",
|
"selectionBackground": "selBg",
|
||||||
"separatorColor": "border",
|
"separatorColor": "border",
|
||||||
"separatorForeground": "text"
|
"separatorForeground": "text",
|
||||||
|
"settingsBackground": "bg"
|
||||||
},
|
},
|
||||||
"SearchField": {
|
"SearchField": {
|
||||||
"Border.color": "hl",
|
"Border.color": "hl",
|
||||||
"background": "hc",
|
"background": "cs",
|
||||||
"borderColor": "hl",
|
"borderColor": "hl",
|
||||||
"grayForeground": "dis",
|
"grayForeground": "dis",
|
||||||
"infoForeground": "dis"
|
"infoForeground": "dis"
|
||||||
@@ -1015,8 +1172,13 @@
|
|||||||
"startColor": "accent"
|
"startColor": "accent"
|
||||||
},
|
},
|
||||||
"SearchField.errorBackground": "notif",
|
"SearchField.errorBackground": "notif",
|
||||||
|
"SearchFieldWithExtension": {
|
||||||
|
"background": "cs"
|
||||||
|
},
|
||||||
"SearchOption": {
|
"SearchOption": {
|
||||||
"selectedBackground": "table"
|
"selectedBackground": "table",
|
||||||
|
"selectedPressedBackground": "hl",
|
||||||
|
"selectedHoveredBackground": "hl"
|
||||||
},
|
},
|
||||||
"SearchResults": {
|
"SearchResults": {
|
||||||
"Ordinal.File.Foreground": "text",
|
"Ordinal.File.Foreground": "text",
|
||||||
@@ -1056,12 +1218,12 @@
|
|||||||
"SpeedSearch": {
|
"SpeedSearch": {
|
||||||
"background": "hl",
|
"background": "hl",
|
||||||
"borderColor": "border",
|
"borderColor": "border",
|
||||||
"errorForeground": "fg",
|
"errorForeground": "red",
|
||||||
"foreground": "fg"
|
"foreground": "fg"
|
||||||
},
|
},
|
||||||
"Spinner": {
|
"Spinner": {
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"border": "3,3,3,3",
|
"border": "4,4,4,4",
|
||||||
"disabledBackground": "excl",
|
"disabledBackground": "excl",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"selectionForeground": "activeFg"
|
"selectionForeground": "activeFg"
|
||||||
@@ -1077,15 +1239,17 @@
|
|||||||
"Breadcrumbs": {
|
"Breadcrumbs": {
|
||||||
"floatingBackground": "tree",
|
"floatingBackground": "tree",
|
||||||
"floatingForeground": "fg",
|
"floatingForeground": "fg",
|
||||||
|
"floatingToolbarInsets": "8,12,8,12",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"hoverBackground": "tree",
|
"hoverBackground": "tree",
|
||||||
"hoverForeground": "fg",
|
"hoverForeground": "fg",
|
||||||
|
"itemBackgroundInsets": "2,4,2,4",
|
||||||
"selectionBackground": "selBg",
|
"selectionBackground": "selBg",
|
||||||
"selectionForeground": "activeFg",
|
"selectionForeground": "activeFg",
|
||||||
"selectionInactiveBackground": "button",
|
"selectionInactiveBackground": "button",
|
||||||
"selectionInactiveForeground": "fg"
|
"selectionInactiveForeground": "fg"
|
||||||
},
|
},
|
||||||
"borderColor": "bg",
|
"borderColor": "border",
|
||||||
"bottomColor": "bg",
|
"bottomColor": "bg",
|
||||||
"hoverBackground": "hl",
|
"hoverBackground": "hl",
|
||||||
"top2Color": "bg",
|
"top2Color": "bg",
|
||||||
@@ -1096,7 +1260,8 @@
|
|||||||
"hoverBackground": "hl",
|
"hoverBackground": "hl",
|
||||||
"hoverForeground": "selFg",
|
"hoverForeground": "selFg",
|
||||||
"pressedBackground": "button",
|
"pressedBackground": "button",
|
||||||
"pressedForeground": "fg"
|
"pressedForeground": "fg",
|
||||||
|
"widgetInsets": "8,12,8,12"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"TabbedPane": {
|
"TabbedPane": {
|
||||||
@@ -1126,6 +1291,7 @@
|
|||||||
"shadow": "hc",
|
"shadow": "hc",
|
||||||
"tabHeight": 32,
|
"tabHeight": 32,
|
||||||
"tabInsets": "5,10,5,10",
|
"tabInsets": "5,10,5,10",
|
||||||
|
"tabSelectionArc": 4,
|
||||||
"tabSelectionHeight": 2,
|
"tabSelectionHeight": 2,
|
||||||
"tabsOverlapBorder": true,
|
"tabsOverlapBorder": true,
|
||||||
"underlineColor": "accent"
|
"underlineColor": "accent"
|
||||||
@@ -1134,13 +1300,13 @@
|
|||||||
"Table": {
|
"Table": {
|
||||||
"alternativeRowBackground": "cs",
|
"alternativeRowBackground": "cs",
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"cellNoFocusBorder": "10,5,10,5",
|
"cellNoFocusBorder": "16,4,16,4",
|
||||||
"disabledForeground": "dis",
|
"disabledForeground": "dis",
|
||||||
"dropLineColor": "accent",
|
"dropLineColor": "accent",
|
||||||
"dropLineShortColor": "accent",
|
"dropLineShortColor": "accent",
|
||||||
"focusCellBackground": "table",
|
"focusCellBackground": "table",
|
||||||
"focusCellForeground": "activeFg",
|
"focusCellForeground": "activeFg",
|
||||||
"focusCellHighlightBorder": "10,5,10,5",
|
"focusCellHighlightBorder": "18,6,18,6",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"gridColor": "bg",
|
"gridColor": "bg",
|
||||||
"highlightOuter": "table",
|
"highlightOuter": "table",
|
||||||
@@ -1150,6 +1316,7 @@
|
|||||||
"lightSelectionForeground": "activeFg",
|
"lightSelectionForeground": "activeFg",
|
||||||
"lightSelectionInactiveBackground": "second",
|
"lightSelectionInactiveBackground": "second",
|
||||||
"lightSelectionInactiveForeground": "text",
|
"lightSelectionInactiveForeground": "text",
|
||||||
|
"rowHeight": 32,
|
||||||
"selectionBackground": "table",
|
"selectionBackground": "table",
|
||||||
"selectionForeground": "activeFg",
|
"selectionForeground": "activeFg",
|
||||||
"selectionInactiveBackground": "table",
|
"selectionInactiveBackground": "table",
|
||||||
@@ -1160,14 +1327,14 @@
|
|||||||
},
|
},
|
||||||
"TableHeader": {
|
"TableHeader": {
|
||||||
"background": "button",
|
"background": "button",
|
||||||
|
"bottomSeparatorColor": "border",
|
||||||
"borderColor": "hl",
|
"borderColor": "hl",
|
||||||
"bottomSeparatorColor": "hl",
|
"cellBorder": "6,0,6,0",
|
||||||
"cellBorder": "4,0,4,0",
|
|
||||||
"disabledForeground": "dis",
|
"disabledForeground": "dis",
|
||||||
"focusCellBackground": "table",
|
"focusCellBackground": "table",
|
||||||
"focusCellForeground": "activeFg",
|
"focusCellForeground": "activeFg",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"height": 25,
|
"height": 32,
|
||||||
"hoverBackground": "hl",
|
"hoverBackground": "hl",
|
||||||
"separatorColor": "border"
|
"separatorColor": "border"
|
||||||
},
|
},
|
||||||
@@ -1182,7 +1349,7 @@
|
|||||||
"textHighlightText": "activeFg",
|
"textHighlightText": "activeFg",
|
||||||
"textText": "text",
|
"textText": "text",
|
||||||
"TextArea": {
|
"TextArea": {
|
||||||
"background": "hc",
|
"background": "cs",
|
||||||
"caretForeground": "accent",
|
"caretForeground": "accent",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"inactiveForeground": "dis",
|
"inactiveForeground": "dis",
|
||||||
@@ -1190,7 +1357,7 @@
|
|||||||
"selectionForeground": "activeFg"
|
"selectionForeground": "activeFg"
|
||||||
},
|
},
|
||||||
"TextField": {
|
"TextField": {
|
||||||
"background": "hc",
|
"background": "cs",
|
||||||
"borderColor": "bg",
|
"borderColor": "bg",
|
||||||
"caretForeground": "accent",
|
"caretForeground": "accent",
|
||||||
"disabledBackground": "excl",
|
"disabledBackground": "excl",
|
||||||
@@ -1205,15 +1372,21 @@
|
|||||||
"separatorColorDisabled": "bg"
|
"separatorColorDisabled": "bg"
|
||||||
},
|
},
|
||||||
"TextPane": {
|
"TextPane": {
|
||||||
"background": "hc",
|
"background": "cs",
|
||||||
"caretForeground": "accent",
|
"caretForeground": "accent",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"inactiveForeground": "dis",
|
"inactiveForeground": "dis",
|
||||||
"selectionBackground": "table",
|
"selectionBackground": "table",
|
||||||
"selectionForeground": "activeFg"
|
"selectionForeground": "activeFg"
|
||||||
},
|
},
|
||||||
|
"TipOfTheDay": {
|
||||||
|
"Image.borderColor": "border"
|
||||||
|
},
|
||||||
"TitlePane": {
|
"TitlePane": {
|
||||||
"Button.hoverBackground": "hl",
|
"Button": {
|
||||||
|
"hoverBackground": "hl",
|
||||||
|
"preferredSize": "48,40"
|
||||||
|
},
|
||||||
"background": "hc",
|
"background": "hc",
|
||||||
"inactiveBackground": "bg",
|
"inactiveBackground": "bg",
|
||||||
"inactiveInfoForeground": "dis",
|
"inactiveInfoForeground": "dis",
|
||||||
@@ -1240,7 +1413,9 @@
|
|||||||
"borderHandleColor": "text",
|
"borderHandleColor": "text",
|
||||||
"comboBoxButtonBackground": "button",
|
"comboBoxButtonBackground": "button",
|
||||||
"floatingForeground": "text",
|
"floatingForeground": "text",
|
||||||
"foreground": "fg"
|
"foreground": "fg",
|
||||||
|
"verticalToolbarInsets": "6,6,6,6",
|
||||||
|
"horizontalToolbarInsets": "6,6,6,6"
|
||||||
},
|
},
|
||||||
"ToolbarComboWidget": {
|
"ToolbarComboWidget": {
|
||||||
"background": "button",
|
"background": "button",
|
||||||
@@ -1252,6 +1427,7 @@
|
|||||||
"description.title.text.color": "fg"
|
"description.title.text.color": "fg"
|
||||||
},
|
},
|
||||||
"ToolTip": {
|
"ToolTip": {
|
||||||
|
"arc": 6,
|
||||||
"actions": {
|
"actions": {
|
||||||
"background": "bg"
|
"background": "bg"
|
||||||
},
|
},
|
||||||
@@ -1262,8 +1438,10 @@
|
|||||||
},
|
},
|
||||||
"background": "notif",
|
"background": "notif",
|
||||||
"borderColor": "border",
|
"borderColor": "border",
|
||||||
|
"borderCornerRadius": 8,
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"infoForeground": "text",
|
"infoForeground": "text",
|
||||||
|
"linkForeground": "accent",
|
||||||
"Learning": {
|
"Learning": {
|
||||||
"background": "accent",
|
"background": "accent",
|
||||||
"borderColor": "accent",
|
"borderColor": "accent",
|
||||||
@@ -1284,6 +1462,10 @@
|
|||||||
"background": "hc",
|
"background": "hc",
|
||||||
"Button": {
|
"Button": {
|
||||||
"hoverBackground": "table",
|
"hoverBackground": "table",
|
||||||
|
"DragAndDrop": {
|
||||||
|
"stripeBackground": "cs",
|
||||||
|
"buttonDropBackground": "accent70"
|
||||||
|
},
|
||||||
"selectedBackground": "cs",
|
"selectedBackground": "cs",
|
||||||
"selectedForeground": "activeFg"
|
"selectedForeground": "activeFg"
|
||||||
},
|
},
|
||||||
@@ -1296,6 +1478,7 @@
|
|||||||
"tab.selected.background": "cs"
|
"tab.selected.background": "cs"
|
||||||
},
|
},
|
||||||
"Header": {
|
"Header": {
|
||||||
|
"height": 42,
|
||||||
"background": "second",
|
"background": "second",
|
||||||
"borderColor": "second",
|
"borderColor": "second",
|
||||||
"inactiveBackground": "bg"
|
"inactiveBackground": "bg"
|
||||||
@@ -1308,13 +1491,17 @@
|
|||||||
"hoverBackground": "hl",
|
"hoverBackground": "hl",
|
||||||
"hoverInactiveBackground": "hl",
|
"hoverInactiveBackground": "hl",
|
||||||
"inactiveUnderlineColor": "accent",
|
"inactiveUnderlineColor": "accent",
|
||||||
|
"leftRightInsets": "0,12,0,12",
|
||||||
"selectedBackground": "cs",
|
"selectedBackground": "cs",
|
||||||
"selectedInactiveBackground": "cs",
|
"selectedInactiveBackground": "cs",
|
||||||
|
"underlineArc": 4,
|
||||||
"underlineColor": "accent",
|
"underlineColor": "accent",
|
||||||
|
"underlineHeight": 3,
|
||||||
"underlinedTabBackground": "table",
|
"underlinedTabBackground": "table",
|
||||||
"underlinedTabForeground": "selFg",
|
"underlinedTabForeground": "selFg",
|
||||||
"underlinedTabInactiveBackground": "hc",
|
"underlinedTabInactiveBackground": "hc",
|
||||||
"underlinedTabInactiveForeground": "fg"
|
"underlinedTabInactiveForeground": "fg",
|
||||||
|
"verticalPadding": 6
|
||||||
},
|
},
|
||||||
"inactive": {
|
"inactive": {
|
||||||
"Header.background": "bg",
|
"Header.background": "bg",
|
||||||
@@ -1322,13 +1509,15 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"Tree": {
|
"Tree": {
|
||||||
|
"border": "4,12,4,12",
|
||||||
"background": "hc",
|
"background": "hc",
|
||||||
"foreground": "text",
|
"foreground": "text",
|
||||||
|
"errorForeground": "red",
|
||||||
"hash": "border",
|
"hash": "border",
|
||||||
"hoverBackground": "tree",
|
"hoverBackground": "tree",
|
||||||
"hoverInactiveBackground": "table",
|
"hoverInactiveBackground": "table",
|
||||||
"modifiedItemForeground": "accent",
|
"modifiedItemForeground": "accent",
|
||||||
"rowHeight": 28,
|
"rowHeight": "28",
|
||||||
"selectionBackground": "tree",
|
"selectionBackground": "tree",
|
||||||
"selectionForeground": "selFg",
|
"selectionForeground": "selFg",
|
||||||
"selectionInactiveBackground": "tree",
|
"selectionInactiveBackground": "tree",
|
||||||
@@ -1355,7 +1544,6 @@
|
|||||||
"hoverBorderColor": "hl"
|
"hoverBorderColor": "hl"
|
||||||
},
|
},
|
||||||
"Label.foreground": "text",
|
"Label.foreground": "text",
|
||||||
"List.selectionBackground": "tree",
|
|
||||||
"highStroke.foreground": "fg",
|
"highStroke.foreground": "fg",
|
||||||
"motion": {
|
"motion": {
|
||||||
"AddConstraintColor": "accent",
|
"AddConstraintColor": "accent",
|
||||||
@@ -1392,6 +1580,35 @@
|
|||||||
"ourML_BarColor.separatorColor": "border",
|
"ourML_BarColor.separatorColor": "border",
|
||||||
"timeLine.disabledBorderColor": "border"
|
"timeLine.disabledBorderColor": "border"
|
||||||
},
|
},
|
||||||
|
"PackageDetails": {
|
||||||
|
"border": "accent",
|
||||||
|
"infoBanner": "accent"
|
||||||
|
},
|
||||||
|
"PackageSearch": {
|
||||||
|
"PackagesList.rowHeight": 28,
|
||||||
|
"PackageTag": {
|
||||||
|
"background": "excl",
|
||||||
|
"foreground": "fg",
|
||||||
|
"hoverBackground": "tree",
|
||||||
|
"selectedBackground": "selBg",
|
||||||
|
"selectedForeground": "selFg"
|
||||||
|
},
|
||||||
|
"PackageTagSelected": {
|
||||||
|
"background": "selBg",
|
||||||
|
"foreground": "selFg"
|
||||||
|
},
|
||||||
|
"SearchResult": {
|
||||||
|
"background": "cs",
|
||||||
|
"hoverBackground": "tree",
|
||||||
|
"PackageTag": {
|
||||||
|
"background": "excl",
|
||||||
|
"foreground": "fg",
|
||||||
|
"hoverBackground": "tree",
|
||||||
|
"selectedBackground": "selBg",
|
||||||
|
"selectedForeground": "selFg"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"Panel": {
|
"Panel": {
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"borderColor": "border",
|
"borderColor": "border",
|
||||||
@@ -1418,7 +1635,7 @@
|
|||||||
},
|
},
|
||||||
"VersionControl": {
|
"VersionControl": {
|
||||||
"FileHistory.Commit": {
|
"FileHistory.Commit": {
|
||||||
"otherBranchBackground": "bg",
|
"otherBranchBackground": "excl",
|
||||||
"selectedBranchBackground": "bg"
|
"selectedBranchBackground": "bg"
|
||||||
},
|
},
|
||||||
"GitCommits": {
|
"GitCommits": {
|
||||||
@@ -1443,9 +1660,15 @@
|
|||||||
"Commit": {
|
"Commit": {
|
||||||
"currentBranchBackground": "cs",
|
"currentBranchBackground": "cs",
|
||||||
"hoveredBackground": "tree",
|
"hoveredBackground": "tree",
|
||||||
|
"rowHeight": 28,
|
||||||
"unmatchedForeground": "text"
|
"unmatchedForeground": "text"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"MarkerPopup": {
|
||||||
|
"borderColor": "border",
|
||||||
|
"borderInsets": "6,8,6,10",
|
||||||
|
"Toolbar.background": "hl"
|
||||||
|
},
|
||||||
"Ref": {
|
"Ref": {
|
||||||
"backgroundBase": "hl",
|
"backgroundBase": "hl",
|
||||||
"foreground": "activeFg"
|
"foreground": "activeFg"
|
||||||
@@ -1455,6 +1678,11 @@
|
|||||||
"foreground": "activeFg"
|
"foreground": "activeFg"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"UnattendedHostStatus": {
|
||||||
|
"warningBackground": "yellow",
|
||||||
|
"warningForeground": "activeFg",
|
||||||
|
"dangerBackground": "red"
|
||||||
|
},
|
||||||
"Viewport": {
|
"Viewport": {
|
||||||
"background": "hc",
|
"background": "hc",
|
||||||
"foreground": "fg"
|
"foreground": "fg"
|
||||||
|
|||||||
@@ -73,6 +73,10 @@
|
|||||||
"pressedBackground": "accent50",
|
"pressedBackground": "accent50",
|
||||||
"pressedBorderColor": "accent50"
|
"pressedBorderColor": "accent50"
|
||||||
},
|
},
|
||||||
|
"ActionsList": {
|
||||||
|
"icon.gap": 12,
|
||||||
|
"mnemonic.icon.gap": 12
|
||||||
|
},
|
||||||
"ActionToolbar": {
|
"ActionToolbar": {
|
||||||
"background": "hc"
|
"background": "hc"
|
||||||
},
|
},
|
||||||
@@ -127,8 +131,9 @@
|
|||||||
"BookmarkIcon.background": "accent",
|
"BookmarkIcon.background": "accent",
|
||||||
"Borders.ContrastBorderColor": "bg",
|
"Borders.ContrastBorderColor": "bg",
|
||||||
"Borders.color": "border",
|
"Borders.color": "border",
|
||||||
|
"Breakpoint.iconHoverAlpha": 0.35,
|
||||||
"Button": {
|
"Button": {
|
||||||
"arc": 0,
|
"arc": 8,
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"darcula": {
|
"darcula": {
|
||||||
"borderColor": "button",
|
"borderColor": "button",
|
||||||
@@ -181,7 +186,10 @@
|
|||||||
"shadowColor": "shadow",
|
"shadowColor": "shadow",
|
||||||
"shadowWidth": 0,
|
"shadowWidth": 0,
|
||||||
"startBackground": "table",
|
"startBackground": "table",
|
||||||
"startBorderColor": "button"
|
"startBorderColor": "button",
|
||||||
|
"ToolWindow": {
|
||||||
|
"arc": 40
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"Canvas": {
|
"Canvas": {
|
||||||
"Tooltip.background": "notif",
|
"Tooltip.background": "notif",
|
||||||
@@ -256,6 +264,32 @@
|
|||||||
"accessDot": "accent",
|
"accessDot": "accent",
|
||||||
"dropdownBorder": "second",
|
"dropdownBorder": "second",
|
||||||
"pillBackground": "second"
|
"pillBackground": "second"
|
||||||
|
},
|
||||||
|
"Users": {
|
||||||
|
"1": {
|
||||||
|
"Background": "green",
|
||||||
|
"Foreground": "fg"
|
||||||
|
},
|
||||||
|
"2": {
|
||||||
|
"Background": "blue",
|
||||||
|
"Foreground": "fg"
|
||||||
|
},
|
||||||
|
"3": {
|
||||||
|
"Background": "red",
|
||||||
|
"Foreground": "fg"
|
||||||
|
},
|
||||||
|
"4": {
|
||||||
|
"Background": "purple",
|
||||||
|
"Foreground": "fg"
|
||||||
|
},
|
||||||
|
"5": {
|
||||||
|
"Background": "yellow",
|
||||||
|
"Foreground": "fg"
|
||||||
|
},
|
||||||
|
"6": {
|
||||||
|
"Background": "orange",
|
||||||
|
"Foreground": "fg"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"ColorChooser": {
|
"ColorChooser": {
|
||||||
@@ -293,7 +327,13 @@
|
|||||||
"selectionBackground": "table",
|
"selectionBackground": "table",
|
||||||
"selectionForeground": "activeFg"
|
"selectionForeground": "activeFg"
|
||||||
},
|
},
|
||||||
|
"ComboPopup.border": "1,1,1,1,#f9826c",
|
||||||
"CompletionPopup": {
|
"CompletionPopup": {
|
||||||
|
"Advertiser": {
|
||||||
|
"background": "bg",
|
||||||
|
"foreground": "fg",
|
||||||
|
"borderInsets": "8,12,8,12"
|
||||||
|
},
|
||||||
"background": "second",
|
"background": "second",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"grayForeground": "text",
|
"grayForeground": "text",
|
||||||
@@ -313,8 +353,12 @@
|
|||||||
"selectionInactiveInfoForeground": "text",
|
"selectionInactiveInfoForeground": "text",
|
||||||
"selectionInfoForeground": "selFg"
|
"selectionInfoForeground": "selFg"
|
||||||
},
|
},
|
||||||
|
"ComplexPopup": {
|
||||||
|
"Header.background": "notif"
|
||||||
|
},
|
||||||
"Component": {
|
"Component": {
|
||||||
"arc": 4,
|
"arc": 4,
|
||||||
|
"focusWidth": 2,
|
||||||
"borderColor": "hl",
|
"borderColor": "hl",
|
||||||
"disabledBorderColor": "dis",
|
"disabledBorderColor": "dis",
|
||||||
"focusColor": "accent",
|
"focusColor": "accent",
|
||||||
@@ -351,6 +395,7 @@
|
|||||||
},
|
},
|
||||||
"desktop": "hc",
|
"desktop": "hc",
|
||||||
"Debugger": {
|
"Debugger": {
|
||||||
|
"EvaluateExpression.background": "bg",
|
||||||
"Variables": {
|
"Variables": {
|
||||||
"changedValueForeground": "accent",
|
"changedValueForeground": "accent",
|
||||||
"collectingDataForeground": "text",
|
"collectingDataForeground": "text",
|
||||||
@@ -358,13 +403,15 @@
|
|||||||
"evaluatingExpressionForeground": "text",
|
"evaluatingExpressionForeground": "text",
|
||||||
"exceptionForeground": "yellow",
|
"exceptionForeground": "yellow",
|
||||||
"modifyingValueForeground": "accent",
|
"modifyingValueForeground": "accent",
|
||||||
"valueForeground": "accent"
|
"valueForeground": "accent",
|
||||||
|
"typeForeground": "text"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"DebuggerTabs": {
|
"DebuggerTabs": {
|
||||||
"active.background": "hl",
|
"active.background": "hl",
|
||||||
"selectedBackground": "hl",
|
"selectedBackground": "hl",
|
||||||
"underlinedTabBackground": "table"
|
"underlinedTabBackground": "table",
|
||||||
|
"underlineHeight": 2
|
||||||
},
|
},
|
||||||
"DebuggerPopup": {
|
"DebuggerPopup": {
|
||||||
"borderColor": "bg"
|
"borderColor": "bg"
|
||||||
@@ -380,6 +427,7 @@
|
|||||||
"inactiveMaskColor": "hc",
|
"inactiveMaskColor": "hc",
|
||||||
"inactiveUnderlineColor": "accent",
|
"inactiveUnderlineColor": "accent",
|
||||||
"underlineColor": "accent",
|
"underlineColor": "accent",
|
||||||
|
"underlineHeight": 3,
|
||||||
"underlinedTabBackground": "table",
|
"underlinedTabBackground": "table",
|
||||||
"underlinedTabForeground": "selFg"
|
"underlinedTabForeground": "selFg"
|
||||||
},
|
},
|
||||||
@@ -398,13 +446,21 @@
|
|||||||
"backgroundBorderColor": "bg",
|
"backgroundBorderColor": "bg",
|
||||||
"backgroundColor": "bg",
|
"backgroundColor": "bg",
|
||||||
"borderColor": "accent",
|
"borderColor": "accent",
|
||||||
"foregroundColor": "fg"
|
"foregroundColor": "fg",
|
||||||
|
"rowBackground": "accent70"
|
||||||
},
|
},
|
||||||
"dropArea.base": "accent",
|
"dropArea.base": "accent",
|
||||||
"Editor": {
|
"Editor": {
|
||||||
"background": "hc",
|
"background": "hc",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"shortcutForeground": "text"
|
"shortcutForeground": "text",
|
||||||
|
"SearchField": {
|
||||||
|
"background": "cs",
|
||||||
|
"borderInsets": "8,12,8,12"
|
||||||
|
},
|
||||||
|
"Toolbar": {
|
||||||
|
"borderColor": "border"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"EditorGroupsTabs": {
|
"EditorGroupsTabs": {
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
@@ -423,7 +479,8 @@
|
|||||||
"inactiveBackground": "bg",
|
"inactiveBackground": "bg",
|
||||||
"inactiveForeground": "dis",
|
"inactiveForeground": "dis",
|
||||||
"selectionBackground": "selBg",
|
"selectionBackground": "selBg",
|
||||||
"selectionForeground": "activeFg"
|
"selectionForeground": "activeFg",
|
||||||
|
"splitBorder": "border"
|
||||||
},
|
},
|
||||||
"EditorTabs": {
|
"EditorTabs": {
|
||||||
"active.background": "table",
|
"active.background": "table",
|
||||||
@@ -441,7 +498,10 @@
|
|||||||
"inactiveUnderlineColor": "dis",
|
"inactiveUnderlineColor": "dis",
|
||||||
"selectedBackground": "table",
|
"selectedBackground": "table",
|
||||||
"selectedForeground": "fg",
|
"selectedForeground": "fg",
|
||||||
|
"tabInsets": "-10,10,-10,10",
|
||||||
"underlineColor": "accent",
|
"underlineColor": "accent",
|
||||||
|
"underlineHeight": 3,
|
||||||
|
"underlineArc": 4,
|
||||||
"underlinedTabBackground": "table",
|
"underlinedTabBackground": "table",
|
||||||
"underlinedTabForeground": "selFg"
|
"underlinedTabForeground": "selFg"
|
||||||
},
|
},
|
||||||
@@ -472,7 +532,7 @@
|
|||||||
"defaultButtonBorderColor": "accent"
|
"defaultButtonBorderColor": "accent"
|
||||||
},
|
},
|
||||||
"FormattedTextField": {
|
"FormattedTextField": {
|
||||||
"background": "hc",
|
"background": "cs",
|
||||||
"caretForeground": "accent",
|
"caretForeground": "accent",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"inactiveBackground": "button",
|
"inactiveBackground": "button",
|
||||||
@@ -509,6 +569,9 @@
|
|||||||
"disabledSeparatorColor": "border",
|
"disabledSeparatorColor": "border",
|
||||||
"separatorColor": "border"
|
"separatorColor": "border"
|
||||||
},
|
},
|
||||||
|
"Gutter": {
|
||||||
|
"VcsChanges.width": 4
|
||||||
|
},
|
||||||
"GutterTooltip": {
|
"GutterTooltip": {
|
||||||
"borderColor": "bg",
|
"borderColor": "bg",
|
||||||
"infoForeground": "text",
|
"infoForeground": "text",
|
||||||
@@ -522,11 +585,14 @@
|
|||||||
"background": "bg",
|
"background": "bg",
|
||||||
"backgroundColor": "bg",
|
"backgroundColor": "bg",
|
||||||
"borderColor": "border",
|
"borderColor": "border",
|
||||||
|
"defaultTextBorderInsets": "16,16,16,16",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"infoForeground": "text",
|
"infoForeground": "text",
|
||||||
"shortcutForeground": "text",
|
"shortcutForeground": "text",
|
||||||
"shortcutTextColor": "text",
|
"shortcutTextColor": "text",
|
||||||
"textColor": "fg"
|
"smallTextBorderInsets": "8,12,8,12",
|
||||||
|
"textColor": "fg",
|
||||||
|
"verticalGap": 8
|
||||||
},
|
},
|
||||||
"Hg.Log.Ref": {
|
"Hg.Log.Ref": {
|
||||||
"Branch": "accent",
|
"Branch": "accent",
|
||||||
@@ -594,6 +660,7 @@
|
|||||||
"link": "accent",
|
"link": "accent",
|
||||||
"Link": {
|
"Link": {
|
||||||
"activeForeground": "accent",
|
"activeForeground": "accent",
|
||||||
|
"focusedBorderColor": "accent",
|
||||||
"hoverForeground": "accent",
|
"hoverForeground": "accent",
|
||||||
"pressedForeground": "accent",
|
"pressedForeground": "accent",
|
||||||
"secondaryForeground": "text",
|
"secondaryForeground": "text",
|
||||||
@@ -605,27 +672,61 @@
|
|||||||
"link.visited.foreground": "accent",
|
"link.visited.foreground": "accent",
|
||||||
"List": {
|
"List": {
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
|
"Button": {
|
||||||
|
"hoverBackground": "hl",
|
||||||
|
"leftRightInset": 8,
|
||||||
|
"separatorColor": "border",
|
||||||
|
"separatorInset": 4
|
||||||
|
},
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"hoverBackground": "hl",
|
"hoverBackground": "hl",
|
||||||
"hoverInactiveBackground": "table",
|
"hoverInactiveBackground": "table",
|
||||||
|
"Line.hoverBackground": "selBg",
|
||||||
|
"rowHeight": "28",
|
||||||
|
"selectionBackground": "tree",
|
||||||
"selectionForeground": "selFg",
|
"selectionForeground": "selFg",
|
||||||
"selectionInactiveBackground": "table",
|
"selectionInactiveBackground": "table",
|
||||||
"selectionInactiveForeground": "activeFg"
|
"selectionInactiveForeground": "activeFg",
|
||||||
|
"Tag": {
|
||||||
|
"background": "button",
|
||||||
|
"foreground": "fg"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"LiveIndicator": {
|
"LiveIndicator": {
|
||||||
"color": "accent"
|
"color": "accent"
|
||||||
},
|
},
|
||||||
|
"macOSWindow.Title": {
|
||||||
|
"height": 30,
|
||||||
|
"heightSmall": 20
|
||||||
|
},
|
||||||
|
"MainMenu": {
|
||||||
|
"background": "hc",
|
||||||
|
"foreground": "fg",
|
||||||
|
"selectionForeground": "activeFg",
|
||||||
|
"selectionBackground": "selBg"
|
||||||
|
},
|
||||||
"MainToolbar": {
|
"MainToolbar": {
|
||||||
"Dropdown.background": "bg",
|
|
||||||
"Dropdown.hoverBackground": "border",
|
|
||||||
"Dropdown.pressedBackground": "table",
|
|
||||||
"Icon.background": "bg",
|
|
||||||
"Icon.hoverBackground": "border",
|
|
||||||
"Icon.pressedBackground": "table",
|
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"hoverBackground": "border",
|
"Button": {
|
||||||
|
"buttonInsets": "0,0,0,0"
|
||||||
|
},
|
||||||
|
"Dropdown": {
|
||||||
|
"borderInsets": "6,12,6,12",
|
||||||
|
"background": "bg",
|
||||||
|
"foreground": "fg",
|
||||||
|
"hoverBackground": "hl",
|
||||||
|
"pressedBackground": "table"
|
||||||
|
},
|
||||||
|
"hoverBackground": "hl",
|
||||||
|
"Icon": {
|
||||||
|
"borderInsets": "10,10,10,10",
|
||||||
|
"background": "bg",
|
||||||
|
"hoverBackground": "hl",
|
||||||
|
"pressedBackground": "table"
|
||||||
|
},
|
||||||
"inactiveBackground": "bg",
|
"inactiveBackground": "bg",
|
||||||
"pressedBackground": "table"
|
"pressedBackground": "table",
|
||||||
|
"separatorColor": "border"
|
||||||
},
|
},
|
||||||
"material": {
|
"material": {
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
@@ -652,11 +753,15 @@
|
|||||||
"acceleratorForeground": "text",
|
"acceleratorForeground": "text",
|
||||||
"acceleratorSelectionForeground": "activeFg",
|
"acceleratorSelectionForeground": "activeFg",
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"border": "4,2,4,2",
|
"border": "8,8,8,8",
|
||||||
"borderColor": "second",
|
"borderColor": "second",
|
||||||
"disabledBackground": "second",
|
"disabledBackground": "second",
|
||||||
"disabledForeground": "dis",
|
"disabledForeground": "dis",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
|
"Selection": {
|
||||||
|
"arc": 8,
|
||||||
|
"innerInsets": "8,2,8,2"
|
||||||
|
},
|
||||||
"selectionBackground": "selBg",
|
"selectionBackground": "selBg",
|
||||||
"selectionForeground": "activeFg",
|
"selectionForeground": "activeFg",
|
||||||
"separatorColor": "border"
|
"separatorColor": "border"
|
||||||
@@ -676,7 +781,7 @@
|
|||||||
"acceleratorForeground": "text",
|
"acceleratorForeground": "text",
|
||||||
"acceleratorSelectionForeground": "activeFg",
|
"acceleratorSelectionForeground": "activeFg",
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"border": "4,2,4,2",
|
"border": "8,8,8,8",
|
||||||
"disabledBackground": "bg",
|
"disabledBackground": "bg",
|
||||||
"disabledForeground": "dis",
|
"disabledForeground": "dis",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
@@ -699,11 +804,13 @@
|
|||||||
"background": "bg"
|
"background": "bg"
|
||||||
},
|
},
|
||||||
"SearchField": {
|
"SearchField": {
|
||||||
"background": "hc"
|
"background": "cs"
|
||||||
}
|
},
|
||||||
|
"separatorWidth": 6
|
||||||
},
|
},
|
||||||
"NewPSD.warning": "accent",
|
"NewPSD.warning": "accent",
|
||||||
"Notification": {
|
"Notification": {
|
||||||
|
"arc": 16,
|
||||||
"Error.foreground": "accent",
|
"Error.foreground": "accent",
|
||||||
"Link.foreground": "accent",
|
"Link.foreground": "accent",
|
||||||
"background": "notif",
|
"background": "notif",
|
||||||
@@ -719,12 +826,18 @@
|
|||||||
"innerBorderColor": "button"
|
"innerBorderColor": "button"
|
||||||
},
|
},
|
||||||
"ToolWindow": {
|
"ToolWindow": {
|
||||||
|
"Button.DragAndDrop": {
|
||||||
|
"buttonFloatingBackground": "button",
|
||||||
|
"stripeBackground": "bg"
|
||||||
|
},
|
||||||
"errorBackground": "notifError",
|
"errorBackground": "notifError",
|
||||||
"errorBorderColor": "notifError",
|
"errorBorderColor": "notifError",
|
||||||
"errorForeground": "fg",
|
"errorForeground": "fg",
|
||||||
|
"infoBackground": "notif",
|
||||||
|
"infoBorderColor": "notif",
|
||||||
"infoForeground": "fg",
|
"infoForeground": "fg",
|
||||||
"informativeBackground": "notifInfo",
|
"informativeBackground": "notif",
|
||||||
"informativeBorderColor": "notifInfo",
|
"informativeBorderColor": "notif",
|
||||||
"informativeForeground": "fg",
|
"informativeForeground": "fg",
|
||||||
"warningBackground": "notifWarn",
|
"warningBackground": "notifWarn",
|
||||||
"warningBorderColor": "notifWarn",
|
"warningBorderColor": "notifWarn",
|
||||||
@@ -736,7 +849,8 @@
|
|||||||
},
|
},
|
||||||
"ToolWindowInfo": {
|
"ToolWindowInfo": {
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"background": "notifInfo"
|
"background": "notif",
|
||||||
|
"borderColor": "notif"
|
||||||
},
|
},
|
||||||
"ToolWindowWarning": {
|
"ToolWindowWarning": {
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
@@ -786,7 +900,7 @@
|
|||||||
"lineSeparatorColor": "table"
|
"lineSeparatorColor": "table"
|
||||||
},
|
},
|
||||||
"PasswordField": {
|
"PasswordField": {
|
||||||
"background": "hc",
|
"background": "cs",
|
||||||
"capsLockIconColor": "accent",
|
"capsLockIconColor": "accent",
|
||||||
"caretForeground": "accent",
|
"caretForeground": "accent",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
@@ -796,6 +910,7 @@
|
|||||||
},
|
},
|
||||||
"Plugins": {
|
"Plugins": {
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
|
"borderColor": "border",
|
||||||
"disabledForeground": "dis",
|
"disabledForeground": "dis",
|
||||||
"eapTagBackground": "hl",
|
"eapTagBackground": "hl",
|
||||||
"hoverBackground": "hl",
|
"hoverBackground": "hl",
|
||||||
@@ -817,8 +932,11 @@
|
|||||||
"updateBorderColor": "button",
|
"updateBorderColor": "button",
|
||||||
"updateForeground": "fg"
|
"updateForeground": "fg"
|
||||||
},
|
},
|
||||||
|
"ScreenshotPagination": {
|
||||||
|
"CurrentImage.fillColor": "accent"
|
||||||
|
},
|
||||||
"SearchField": {
|
"SearchField": {
|
||||||
"background": "hc",
|
"background": "cs",
|
||||||
"borderColor": "border"
|
"borderColor": "border"
|
||||||
},
|
},
|
||||||
"SectionHeader": {
|
"SectionHeader": {
|
||||||
@@ -836,27 +954,38 @@
|
|||||||
},
|
},
|
||||||
"Popup": {
|
"Popup": {
|
||||||
"Advertiser": {
|
"Advertiser": {
|
||||||
|
"borderInsets": "6,20,6,20",
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"borderColor": "bg",
|
"borderColor": "bg",
|
||||||
"foreground": "accent"
|
"foreground": "accent"
|
||||||
},
|
},
|
||||||
|
"Body": {
|
||||||
|
"bottomInsetNoAd": 8,
|
||||||
|
"bottomInsetBeforeAd": 8,
|
||||||
|
"topInsetNoHeader": 8
|
||||||
|
},
|
||||||
"Border": {
|
"Border": {
|
||||||
"color": "cs",
|
"color": "cs",
|
||||||
"inactiveColor": "bg"
|
"inactiveColor": "bg"
|
||||||
},
|
},
|
||||||
|
"background": "notif",
|
||||||
"borderColor": "cs",
|
"borderColor": "cs",
|
||||||
|
"borderWidth": 0,
|
||||||
"inactiveBorderColor": "bg",
|
"inactiveBorderColor": "bg",
|
||||||
"innerBorderColor": "second",
|
"innerBorderColor": "second",
|
||||||
"Header": {
|
"Header": {
|
||||||
"activeBackground": "bg",
|
"activeBackground": "bg",
|
||||||
"inactiveBackground": "cs"
|
"inactiveBackground": "cs",
|
||||||
|
"inactiveForeground": "text"
|
||||||
},
|
},
|
||||||
"paintBorder": true,
|
"paintBorder": false,
|
||||||
"preferences": {
|
"preferences": {
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"borderColor": "bg",
|
"borderColor": "bg",
|
||||||
"foreground": "fg"
|
"foreground": "fg"
|
||||||
},
|
},
|
||||||
|
"Selection.arc": 8,
|
||||||
|
"Selection.leftRightInset": 8,
|
||||||
"Separator": {
|
"Separator": {
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"color": "border"
|
"color": "border"
|
||||||
@@ -872,13 +1001,24 @@
|
|||||||
},
|
},
|
||||||
"PopupMenu": {
|
"PopupMenu": {
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"border": "2,0,2,0",
|
"borderWidth": 1,
|
||||||
|
"border": "8,8,8,8",
|
||||||
|
"borderCornerRadius": 8,
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
|
"Selection": {
|
||||||
|
"arc": 8,
|
||||||
|
"innerInsets": "8,2,8,2"
|
||||||
|
},
|
||||||
"selectionBackground": "selBg",
|
"selectionBackground": "selBg",
|
||||||
"translucentBackground": "bg"
|
"translucentBackground": "bg"
|
||||||
},
|
},
|
||||||
"PopupMenuSeparator.height": 10,
|
"PopupMenuSeparator": {
|
||||||
"PopupMenuSeparator.stripeIndent": 5,
|
"height": 10,
|
||||||
|
"stripeWidth": 2,
|
||||||
|
"stripeIndent": 5,
|
||||||
|
"withToEdge": 4,
|
||||||
|
"borderCornerRadius": 8
|
||||||
|
},
|
||||||
"ProgressBar": {
|
"ProgressBar": {
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"foreground": "accent",
|
"foreground": "accent",
|
||||||
@@ -922,12 +1062,27 @@
|
|||||||
"selectionBackground": "selBg",
|
"selectionBackground": "selBg",
|
||||||
"selectionForeground": "selFg"
|
"selectionForeground": "selFg"
|
||||||
},
|
},
|
||||||
|
"ReviewList": {
|
||||||
|
"state.background": "second",
|
||||||
|
"state.foreground": "fg"
|
||||||
|
},
|
||||||
"RunWidget": {
|
"RunWidget": {
|
||||||
|
"background": "button",
|
||||||
|
"Debug.activeBackground": "hl",
|
||||||
|
"foreground": "fg",
|
||||||
|
"hoverBackground": "table",
|
||||||
|
"pressedBackground": "hl",
|
||||||
|
"Profile.activeBackground": "hl",
|
||||||
|
"runningBackground": "hl",
|
||||||
|
"runningForeground": "selFg",
|
||||||
|
"Run.activeBackground": "hl",
|
||||||
"Running": {
|
"Running": {
|
||||||
"background": "accent",
|
"background": "hl",
|
||||||
"leftHoverBackground": "accent70",
|
"foreground": "selFg",
|
||||||
"leftPressedBackground": "accent"
|
"leftHoverBackground": "hl",
|
||||||
}
|
"leftPressedBackground": "hl"
|
||||||
|
},
|
||||||
|
"separatorColor": "border"
|
||||||
},
|
},
|
||||||
"ScreenView.borderColor": "border",
|
"ScreenView.borderColor": "border",
|
||||||
"scrollbar": "bg",
|
"scrollbar": "bg",
|
||||||
@@ -971,8 +1126,9 @@
|
|||||||
},
|
},
|
||||||
"SearchEverywhere": {
|
"SearchEverywhere": {
|
||||||
"Advertiser": {
|
"Advertiser": {
|
||||||
"background": "cs",
|
"background": "bg",
|
||||||
"foreground": "text"
|
"foreground": "text",
|
||||||
|
"borderInsets": "10,20,10,20"
|
||||||
},
|
},
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"Dialog": {
|
"Dialog": {
|
||||||
@@ -989,11 +1145,12 @@
|
|||||||
"Separator.foreground": "text",
|
"Separator.foreground": "text",
|
||||||
"selectionBackground": "selBg",
|
"selectionBackground": "selBg",
|
||||||
"separatorColor": "border",
|
"separatorColor": "border",
|
||||||
"separatorForeground": "text"
|
"separatorForeground": "text",
|
||||||
|
"settingsBackground": "bg"
|
||||||
},
|
},
|
||||||
"SearchField": {
|
"SearchField": {
|
||||||
"Border.color": "hl",
|
"Border.color": "hl",
|
||||||
"background": "hc",
|
"background": "cs",
|
||||||
"borderColor": "hl",
|
"borderColor": "hl",
|
||||||
"grayForeground": "dis",
|
"grayForeground": "dis",
|
||||||
"infoForeground": "dis"
|
"infoForeground": "dis"
|
||||||
@@ -1015,8 +1172,13 @@
|
|||||||
"startColor": "accent"
|
"startColor": "accent"
|
||||||
},
|
},
|
||||||
"SearchField.errorBackground": "notif",
|
"SearchField.errorBackground": "notif",
|
||||||
|
"SearchFieldWithExtension": {
|
||||||
|
"background": "cs"
|
||||||
|
},
|
||||||
"SearchOption": {
|
"SearchOption": {
|
||||||
"selectedBackground": "table"
|
"selectedBackground": "table",
|
||||||
|
"selectedPressedBackground": "hl",
|
||||||
|
"selectedHoveredBackground": "hl"
|
||||||
},
|
},
|
||||||
"SearchResults": {
|
"SearchResults": {
|
||||||
"Ordinal.File.Foreground": "text",
|
"Ordinal.File.Foreground": "text",
|
||||||
@@ -1056,12 +1218,12 @@
|
|||||||
"SpeedSearch": {
|
"SpeedSearch": {
|
||||||
"background": "hl",
|
"background": "hl",
|
||||||
"borderColor": "border",
|
"borderColor": "border",
|
||||||
"errorForeground": "fg",
|
"errorForeground": "red",
|
||||||
"foreground": "fg"
|
"foreground": "fg"
|
||||||
},
|
},
|
||||||
"Spinner": {
|
"Spinner": {
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"border": "3,3,3,3",
|
"border": "4,4,4,4",
|
||||||
"disabledBackground": "excl",
|
"disabledBackground": "excl",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"selectionForeground": "activeFg"
|
"selectionForeground": "activeFg"
|
||||||
@@ -1077,15 +1239,17 @@
|
|||||||
"Breadcrumbs": {
|
"Breadcrumbs": {
|
||||||
"floatingBackground": "tree",
|
"floatingBackground": "tree",
|
||||||
"floatingForeground": "fg",
|
"floatingForeground": "fg",
|
||||||
|
"floatingToolbarInsets": "8,12,8,12",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"hoverBackground": "tree",
|
"hoverBackground": "tree",
|
||||||
"hoverForeground": "fg",
|
"hoverForeground": "fg",
|
||||||
|
"itemBackgroundInsets": "2,4,2,4",
|
||||||
"selectionBackground": "selBg",
|
"selectionBackground": "selBg",
|
||||||
"selectionForeground": "activeFg",
|
"selectionForeground": "activeFg",
|
||||||
"selectionInactiveBackground": "button",
|
"selectionInactiveBackground": "button",
|
||||||
"selectionInactiveForeground": "fg"
|
"selectionInactiveForeground": "fg"
|
||||||
},
|
},
|
||||||
"borderColor": "bg",
|
"borderColor": "border",
|
||||||
"bottomColor": "bg",
|
"bottomColor": "bg",
|
||||||
"hoverBackground": "hl",
|
"hoverBackground": "hl",
|
||||||
"top2Color": "bg",
|
"top2Color": "bg",
|
||||||
@@ -1096,7 +1260,8 @@
|
|||||||
"hoverBackground": "hl",
|
"hoverBackground": "hl",
|
||||||
"hoverForeground": "selFg",
|
"hoverForeground": "selFg",
|
||||||
"pressedBackground": "button",
|
"pressedBackground": "button",
|
||||||
"pressedForeground": "fg"
|
"pressedForeground": "fg",
|
||||||
|
"widgetInsets": "8,12,8,12"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"TabbedPane": {
|
"TabbedPane": {
|
||||||
@@ -1126,6 +1291,7 @@
|
|||||||
"shadow": "hc",
|
"shadow": "hc",
|
||||||
"tabHeight": 32,
|
"tabHeight": 32,
|
||||||
"tabInsets": "5,10,5,10",
|
"tabInsets": "5,10,5,10",
|
||||||
|
"tabSelectionArc": 4,
|
||||||
"tabSelectionHeight": 2,
|
"tabSelectionHeight": 2,
|
||||||
"tabsOverlapBorder": true,
|
"tabsOverlapBorder": true,
|
||||||
"underlineColor": "accent"
|
"underlineColor": "accent"
|
||||||
@@ -1134,13 +1300,13 @@
|
|||||||
"Table": {
|
"Table": {
|
||||||
"alternativeRowBackground": "cs",
|
"alternativeRowBackground": "cs",
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"cellNoFocusBorder": "10,5,10,5",
|
"cellNoFocusBorder": "16,4,16,4",
|
||||||
"disabledForeground": "dis",
|
"disabledForeground": "dis",
|
||||||
"dropLineColor": "accent",
|
"dropLineColor": "accent",
|
||||||
"dropLineShortColor": "accent",
|
"dropLineShortColor": "accent",
|
||||||
"focusCellBackground": "table",
|
"focusCellBackground": "table",
|
||||||
"focusCellForeground": "activeFg",
|
"focusCellForeground": "activeFg",
|
||||||
"focusCellHighlightBorder": "10,5,10,5",
|
"focusCellHighlightBorder": "18,6,18,6",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"gridColor": "bg",
|
"gridColor": "bg",
|
||||||
"highlightOuter": "table",
|
"highlightOuter": "table",
|
||||||
@@ -1150,6 +1316,7 @@
|
|||||||
"lightSelectionForeground": "activeFg",
|
"lightSelectionForeground": "activeFg",
|
||||||
"lightSelectionInactiveBackground": "second",
|
"lightSelectionInactiveBackground": "second",
|
||||||
"lightSelectionInactiveForeground": "text",
|
"lightSelectionInactiveForeground": "text",
|
||||||
|
"rowHeight": 32,
|
||||||
"selectionBackground": "table",
|
"selectionBackground": "table",
|
||||||
"selectionForeground": "activeFg",
|
"selectionForeground": "activeFg",
|
||||||
"selectionInactiveBackground": "table",
|
"selectionInactiveBackground": "table",
|
||||||
@@ -1160,14 +1327,14 @@
|
|||||||
},
|
},
|
||||||
"TableHeader": {
|
"TableHeader": {
|
||||||
"background": "button",
|
"background": "button",
|
||||||
|
"bottomSeparatorColor": "border",
|
||||||
"borderColor": "hl",
|
"borderColor": "hl",
|
||||||
"bottomSeparatorColor": "hl",
|
"cellBorder": "6,0,6,0",
|
||||||
"cellBorder": "4,0,4,0",
|
|
||||||
"disabledForeground": "dis",
|
"disabledForeground": "dis",
|
||||||
"focusCellBackground": "table",
|
"focusCellBackground": "table",
|
||||||
"focusCellForeground": "activeFg",
|
"focusCellForeground": "activeFg",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"height": 25,
|
"height": 32,
|
||||||
"hoverBackground": "hl",
|
"hoverBackground": "hl",
|
||||||
"separatorColor": "border"
|
"separatorColor": "border"
|
||||||
},
|
},
|
||||||
@@ -1182,7 +1349,7 @@
|
|||||||
"textHighlightText": "activeFg",
|
"textHighlightText": "activeFg",
|
||||||
"textText": "text",
|
"textText": "text",
|
||||||
"TextArea": {
|
"TextArea": {
|
||||||
"background": "hc",
|
"background": "cs",
|
||||||
"caretForeground": "accent",
|
"caretForeground": "accent",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"inactiveForeground": "dis",
|
"inactiveForeground": "dis",
|
||||||
@@ -1190,7 +1357,7 @@
|
|||||||
"selectionForeground": "activeFg"
|
"selectionForeground": "activeFg"
|
||||||
},
|
},
|
||||||
"TextField": {
|
"TextField": {
|
||||||
"background": "hc",
|
"background": "cs",
|
||||||
"borderColor": "bg",
|
"borderColor": "bg",
|
||||||
"caretForeground": "accent",
|
"caretForeground": "accent",
|
||||||
"disabledBackground": "excl",
|
"disabledBackground": "excl",
|
||||||
@@ -1205,15 +1372,21 @@
|
|||||||
"separatorColorDisabled": "bg"
|
"separatorColorDisabled": "bg"
|
||||||
},
|
},
|
||||||
"TextPane": {
|
"TextPane": {
|
||||||
"background": "hc",
|
"background": "cs",
|
||||||
"caretForeground": "accent",
|
"caretForeground": "accent",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"inactiveForeground": "dis",
|
"inactiveForeground": "dis",
|
||||||
"selectionBackground": "table",
|
"selectionBackground": "table",
|
||||||
"selectionForeground": "activeFg"
|
"selectionForeground": "activeFg"
|
||||||
},
|
},
|
||||||
|
"TipOfTheDay": {
|
||||||
|
"Image.borderColor": "border"
|
||||||
|
},
|
||||||
"TitlePane": {
|
"TitlePane": {
|
||||||
"Button.hoverBackground": "hl",
|
"Button": {
|
||||||
|
"hoverBackground": "hl",
|
||||||
|
"preferredSize": "48,40"
|
||||||
|
},
|
||||||
"background": "hc",
|
"background": "hc",
|
||||||
"inactiveBackground": "bg",
|
"inactiveBackground": "bg",
|
||||||
"inactiveInfoForeground": "dis",
|
"inactiveInfoForeground": "dis",
|
||||||
@@ -1240,7 +1413,9 @@
|
|||||||
"borderHandleColor": "text",
|
"borderHandleColor": "text",
|
||||||
"comboBoxButtonBackground": "button",
|
"comboBoxButtonBackground": "button",
|
||||||
"floatingForeground": "text",
|
"floatingForeground": "text",
|
||||||
"foreground": "fg"
|
"foreground": "fg",
|
||||||
|
"verticalToolbarInsets": "6,6,6,6",
|
||||||
|
"horizontalToolbarInsets": "6,6,6,6"
|
||||||
},
|
},
|
||||||
"ToolbarComboWidget": {
|
"ToolbarComboWidget": {
|
||||||
"background": "button",
|
"background": "button",
|
||||||
@@ -1252,6 +1427,7 @@
|
|||||||
"description.title.text.color": "fg"
|
"description.title.text.color": "fg"
|
||||||
},
|
},
|
||||||
"ToolTip": {
|
"ToolTip": {
|
||||||
|
"arc": 6,
|
||||||
"actions": {
|
"actions": {
|
||||||
"background": "bg"
|
"background": "bg"
|
||||||
},
|
},
|
||||||
@@ -1262,8 +1438,10 @@
|
|||||||
},
|
},
|
||||||
"background": "notif",
|
"background": "notif",
|
||||||
"borderColor": "border",
|
"borderColor": "border",
|
||||||
|
"borderCornerRadius": 8,
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"infoForeground": "text",
|
"infoForeground": "text",
|
||||||
|
"linkForeground": "accent",
|
||||||
"Learning": {
|
"Learning": {
|
||||||
"background": "accent",
|
"background": "accent",
|
||||||
"borderColor": "accent",
|
"borderColor": "accent",
|
||||||
@@ -1284,6 +1462,10 @@
|
|||||||
"background": "hc",
|
"background": "hc",
|
||||||
"Button": {
|
"Button": {
|
||||||
"hoverBackground": "table",
|
"hoverBackground": "table",
|
||||||
|
"DragAndDrop": {
|
||||||
|
"stripeBackground": "cs",
|
||||||
|
"buttonDropBackground": "accent70"
|
||||||
|
},
|
||||||
"selectedBackground": "cs",
|
"selectedBackground": "cs",
|
||||||
"selectedForeground": "activeFg"
|
"selectedForeground": "activeFg"
|
||||||
},
|
},
|
||||||
@@ -1296,6 +1478,7 @@
|
|||||||
"tab.selected.background": "cs"
|
"tab.selected.background": "cs"
|
||||||
},
|
},
|
||||||
"Header": {
|
"Header": {
|
||||||
|
"height": 42,
|
||||||
"background": "second",
|
"background": "second",
|
||||||
"borderColor": "second",
|
"borderColor": "second",
|
||||||
"inactiveBackground": "bg"
|
"inactiveBackground": "bg"
|
||||||
@@ -1308,13 +1491,17 @@
|
|||||||
"hoverBackground": "hl",
|
"hoverBackground": "hl",
|
||||||
"hoverInactiveBackground": "hl",
|
"hoverInactiveBackground": "hl",
|
||||||
"inactiveUnderlineColor": "accent",
|
"inactiveUnderlineColor": "accent",
|
||||||
|
"leftRightInsets": "0,12,0,12",
|
||||||
"selectedBackground": "cs",
|
"selectedBackground": "cs",
|
||||||
"selectedInactiveBackground": "cs",
|
"selectedInactiveBackground": "cs",
|
||||||
|
"underlineArc": 4,
|
||||||
"underlineColor": "accent",
|
"underlineColor": "accent",
|
||||||
|
"underlineHeight": 3,
|
||||||
"underlinedTabBackground": "table",
|
"underlinedTabBackground": "table",
|
||||||
"underlinedTabForeground": "selFg",
|
"underlinedTabForeground": "selFg",
|
||||||
"underlinedTabInactiveBackground": "hc",
|
"underlinedTabInactiveBackground": "hc",
|
||||||
"underlinedTabInactiveForeground": "fg"
|
"underlinedTabInactiveForeground": "fg",
|
||||||
|
"verticalPadding": 6
|
||||||
},
|
},
|
||||||
"inactive": {
|
"inactive": {
|
||||||
"Header.background": "bg",
|
"Header.background": "bg",
|
||||||
@@ -1322,13 +1509,15 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"Tree": {
|
"Tree": {
|
||||||
|
"border": "4,12,4,12",
|
||||||
"background": "hc",
|
"background": "hc",
|
||||||
"foreground": "text",
|
"foreground": "text",
|
||||||
|
"errorForeground": "red",
|
||||||
"hash": "border",
|
"hash": "border",
|
||||||
"hoverBackground": "tree",
|
"hoverBackground": "tree",
|
||||||
"hoverInactiveBackground": "table",
|
"hoverInactiveBackground": "table",
|
||||||
"modifiedItemForeground": "accent",
|
"modifiedItemForeground": "accent",
|
||||||
"rowHeight": 28,
|
"rowHeight": "28",
|
||||||
"selectionBackground": "tree",
|
"selectionBackground": "tree",
|
||||||
"selectionForeground": "selFg",
|
"selectionForeground": "selFg",
|
||||||
"selectionInactiveBackground": "tree",
|
"selectionInactiveBackground": "tree",
|
||||||
@@ -1355,7 +1544,6 @@
|
|||||||
"hoverBorderColor": "hl"
|
"hoverBorderColor": "hl"
|
||||||
},
|
},
|
||||||
"Label.foreground": "text",
|
"Label.foreground": "text",
|
||||||
"List.selectionBackground": "tree",
|
|
||||||
"highStroke.foreground": "fg",
|
"highStroke.foreground": "fg",
|
||||||
"motion": {
|
"motion": {
|
||||||
"AddConstraintColor": "accent",
|
"AddConstraintColor": "accent",
|
||||||
@@ -1392,6 +1580,35 @@
|
|||||||
"ourML_BarColor.separatorColor": "border",
|
"ourML_BarColor.separatorColor": "border",
|
||||||
"timeLine.disabledBorderColor": "border"
|
"timeLine.disabledBorderColor": "border"
|
||||||
},
|
},
|
||||||
|
"PackageDetails": {
|
||||||
|
"border": "accent",
|
||||||
|
"infoBanner": "accent"
|
||||||
|
},
|
||||||
|
"PackageSearch": {
|
||||||
|
"PackagesList.rowHeight": 28,
|
||||||
|
"PackageTag": {
|
||||||
|
"background": "excl",
|
||||||
|
"foreground": "fg",
|
||||||
|
"hoverBackground": "tree",
|
||||||
|
"selectedBackground": "selBg",
|
||||||
|
"selectedForeground": "selFg"
|
||||||
|
},
|
||||||
|
"PackageTagSelected": {
|
||||||
|
"background": "selBg",
|
||||||
|
"foreground": "selFg"
|
||||||
|
},
|
||||||
|
"SearchResult": {
|
||||||
|
"background": "cs",
|
||||||
|
"hoverBackground": "tree",
|
||||||
|
"PackageTag": {
|
||||||
|
"background": "excl",
|
||||||
|
"foreground": "fg",
|
||||||
|
"hoverBackground": "tree",
|
||||||
|
"selectedBackground": "selBg",
|
||||||
|
"selectedForeground": "selFg"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"Panel": {
|
"Panel": {
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"borderColor": "border",
|
"borderColor": "border",
|
||||||
@@ -1418,7 +1635,7 @@
|
|||||||
},
|
},
|
||||||
"VersionControl": {
|
"VersionControl": {
|
||||||
"FileHistory.Commit": {
|
"FileHistory.Commit": {
|
||||||
"otherBranchBackground": "bg",
|
"otherBranchBackground": "excl",
|
||||||
"selectedBranchBackground": "bg"
|
"selectedBranchBackground": "bg"
|
||||||
},
|
},
|
||||||
"GitCommits": {
|
"GitCommits": {
|
||||||
@@ -1443,9 +1660,15 @@
|
|||||||
"Commit": {
|
"Commit": {
|
||||||
"currentBranchBackground": "cs",
|
"currentBranchBackground": "cs",
|
||||||
"hoveredBackground": "tree",
|
"hoveredBackground": "tree",
|
||||||
|
"rowHeight": 28,
|
||||||
"unmatchedForeground": "text"
|
"unmatchedForeground": "text"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"MarkerPopup": {
|
||||||
|
"borderColor": "border",
|
||||||
|
"borderInsets": "6,8,6,10",
|
||||||
|
"Toolbar.background": "hl"
|
||||||
|
},
|
||||||
"Ref": {
|
"Ref": {
|
||||||
"backgroundBase": "hl",
|
"backgroundBase": "hl",
|
||||||
"foreground": "activeFg"
|
"foreground": "activeFg"
|
||||||
@@ -1455,6 +1678,11 @@
|
|||||||
"foreground": "activeFg"
|
"foreground": "activeFg"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"UnattendedHostStatus": {
|
||||||
|
"warningBackground": "yellow",
|
||||||
|
"warningForeground": "activeFg",
|
||||||
|
"dangerBackground": "red"
|
||||||
|
},
|
||||||
"Viewport": {
|
"Viewport": {
|
||||||
"background": "hc",
|
"background": "hc",
|
||||||
"foreground": "fg"
|
"foreground": "fg"
|
||||||
|
|||||||
@@ -22,7 +22,7 @@
|
|||||||
"cs": "#fafbfc",
|
"cs": "#fafbfc",
|
||||||
"button": "#edf1f5",
|
"button": "#edf1f5",
|
||||||
"table": "#cce5ff",
|
"table": "#cce5ff",
|
||||||
"tree": "#e1e4e87c",
|
"tree": "#ebedf0",
|
||||||
"hl": "#CCE5FF",
|
"hl": "#CCE5FF",
|
||||||
"notif": "#DFECFE",
|
"notif": "#DFECFE",
|
||||||
"hc": "#F7F8FA",
|
"hc": "#F7F8FA",
|
||||||
@@ -73,6 +73,10 @@
|
|||||||
"pressedBackground": "accent50",
|
"pressedBackground": "accent50",
|
||||||
"pressedBorderColor": "accent50"
|
"pressedBorderColor": "accent50"
|
||||||
},
|
},
|
||||||
|
"ActionsList": {
|
||||||
|
"icon.gap": 12,
|
||||||
|
"mnemonic.icon.gap": 12
|
||||||
|
},
|
||||||
"ActionToolbar": {
|
"ActionToolbar": {
|
||||||
"background": "hc"
|
"background": "hc"
|
||||||
},
|
},
|
||||||
@@ -127,8 +131,9 @@
|
|||||||
"BookmarkIcon.background": "accent",
|
"BookmarkIcon.background": "accent",
|
||||||
"Borders.ContrastBorderColor": "bg",
|
"Borders.ContrastBorderColor": "bg",
|
||||||
"Borders.color": "border",
|
"Borders.color": "border",
|
||||||
|
"Breakpoint.iconHoverAlpha": 0.35,
|
||||||
"Button": {
|
"Button": {
|
||||||
"arc": 0,
|
"arc": 8,
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"darcula": {
|
"darcula": {
|
||||||
"borderColor": "button",
|
"borderColor": "button",
|
||||||
@@ -181,7 +186,10 @@
|
|||||||
"shadowColor": "shadow",
|
"shadowColor": "shadow",
|
||||||
"shadowWidth": 0,
|
"shadowWidth": 0,
|
||||||
"startBackground": "table",
|
"startBackground": "table",
|
||||||
"startBorderColor": "button"
|
"startBorderColor": "button",
|
||||||
|
"ToolWindow": {
|
||||||
|
"arc": 40
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"Canvas": {
|
"Canvas": {
|
||||||
"Tooltip.background": "notif",
|
"Tooltip.background": "notif",
|
||||||
@@ -256,6 +264,32 @@
|
|||||||
"accessDot": "accent",
|
"accessDot": "accent",
|
||||||
"dropdownBorder": "second",
|
"dropdownBorder": "second",
|
||||||
"pillBackground": "second"
|
"pillBackground": "second"
|
||||||
|
},
|
||||||
|
"Users": {
|
||||||
|
"1": {
|
||||||
|
"Background": "green",
|
||||||
|
"Foreground": "fg"
|
||||||
|
},
|
||||||
|
"2": {
|
||||||
|
"Background": "blue",
|
||||||
|
"Foreground": "fg"
|
||||||
|
},
|
||||||
|
"3": {
|
||||||
|
"Background": "red",
|
||||||
|
"Foreground": "fg"
|
||||||
|
},
|
||||||
|
"4": {
|
||||||
|
"Background": "purple",
|
||||||
|
"Foreground": "fg"
|
||||||
|
},
|
||||||
|
"5": {
|
||||||
|
"Background": "yellow",
|
||||||
|
"Foreground": "fg"
|
||||||
|
},
|
||||||
|
"6": {
|
||||||
|
"Background": "orange",
|
||||||
|
"Foreground": "fg"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"ColorChooser": {
|
"ColorChooser": {
|
||||||
@@ -293,7 +327,13 @@
|
|||||||
"selectionBackground": "table",
|
"selectionBackground": "table",
|
||||||
"selectionForeground": "activeFg"
|
"selectionForeground": "activeFg"
|
||||||
},
|
},
|
||||||
|
"ComboPopup.border": "1,1,1,1,#79CB60",
|
||||||
"CompletionPopup": {
|
"CompletionPopup": {
|
||||||
|
"Advertiser": {
|
||||||
|
"background": "bg",
|
||||||
|
"foreground": "fg",
|
||||||
|
"borderInsets": "8,12,8,12"
|
||||||
|
},
|
||||||
"background": "second",
|
"background": "second",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"grayForeground": "text",
|
"grayForeground": "text",
|
||||||
@@ -313,8 +353,12 @@
|
|||||||
"selectionInactiveInfoForeground": "text",
|
"selectionInactiveInfoForeground": "text",
|
||||||
"selectionInfoForeground": "selFg"
|
"selectionInfoForeground": "selFg"
|
||||||
},
|
},
|
||||||
|
"ComplexPopup": {
|
||||||
|
"Header.background": "notif"
|
||||||
|
},
|
||||||
"Component": {
|
"Component": {
|
||||||
"arc": 4,
|
"arc": 4,
|
||||||
|
"focusWidth": 2,
|
||||||
"borderColor": "hl",
|
"borderColor": "hl",
|
||||||
"disabledBorderColor": "dis",
|
"disabledBorderColor": "dis",
|
||||||
"focusColor": "accent",
|
"focusColor": "accent",
|
||||||
@@ -351,6 +395,7 @@
|
|||||||
},
|
},
|
||||||
"desktop": "hc",
|
"desktop": "hc",
|
||||||
"Debugger": {
|
"Debugger": {
|
||||||
|
"EvaluateExpression.background": "bg",
|
||||||
"Variables": {
|
"Variables": {
|
||||||
"changedValueForeground": "accent",
|
"changedValueForeground": "accent",
|
||||||
"collectingDataForeground": "text",
|
"collectingDataForeground": "text",
|
||||||
@@ -358,13 +403,15 @@
|
|||||||
"evaluatingExpressionForeground": "text",
|
"evaluatingExpressionForeground": "text",
|
||||||
"exceptionForeground": "yellow",
|
"exceptionForeground": "yellow",
|
||||||
"modifyingValueForeground": "accent",
|
"modifyingValueForeground": "accent",
|
||||||
"valueForeground": "accent"
|
"valueForeground": "accent",
|
||||||
|
"typeForeground": "text"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"DebuggerTabs": {
|
"DebuggerTabs": {
|
||||||
"active.background": "hl",
|
"active.background": "hl",
|
||||||
"selectedBackground": "hl",
|
"selectedBackground": "hl",
|
||||||
"underlinedTabBackground": "table"
|
"underlinedTabBackground": "table",
|
||||||
|
"underlineHeight": 2
|
||||||
},
|
},
|
||||||
"DebuggerPopup": {
|
"DebuggerPopup": {
|
||||||
"borderColor": "bg"
|
"borderColor": "bg"
|
||||||
@@ -380,6 +427,7 @@
|
|||||||
"inactiveMaskColor": "hc",
|
"inactiveMaskColor": "hc",
|
||||||
"inactiveUnderlineColor": "accent",
|
"inactiveUnderlineColor": "accent",
|
||||||
"underlineColor": "accent",
|
"underlineColor": "accent",
|
||||||
|
"underlineHeight": 3,
|
||||||
"underlinedTabBackground": "table",
|
"underlinedTabBackground": "table",
|
||||||
"underlinedTabForeground": "selFg"
|
"underlinedTabForeground": "selFg"
|
||||||
},
|
},
|
||||||
@@ -398,13 +446,21 @@
|
|||||||
"backgroundBorderColor": "bg",
|
"backgroundBorderColor": "bg",
|
||||||
"backgroundColor": "bg",
|
"backgroundColor": "bg",
|
||||||
"borderColor": "accent",
|
"borderColor": "accent",
|
||||||
"foregroundColor": "fg"
|
"foregroundColor": "fg",
|
||||||
|
"rowBackground": "accent70"
|
||||||
},
|
},
|
||||||
"dropArea.base": "accent",
|
"dropArea.base": "accent",
|
||||||
"Editor": {
|
"Editor": {
|
||||||
"background": "hc",
|
"background": "hc",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"shortcutForeground": "text"
|
"shortcutForeground": "text",
|
||||||
|
"SearchField": {
|
||||||
|
"background": "cs",
|
||||||
|
"borderInsets": "8,12,8,12"
|
||||||
|
},
|
||||||
|
"Toolbar": {
|
||||||
|
"borderColor": "border"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"EditorGroupsTabs": {
|
"EditorGroupsTabs": {
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
@@ -423,7 +479,8 @@
|
|||||||
"inactiveBackground": "bg",
|
"inactiveBackground": "bg",
|
||||||
"inactiveForeground": "dis",
|
"inactiveForeground": "dis",
|
||||||
"selectionBackground": "selBg",
|
"selectionBackground": "selBg",
|
||||||
"selectionForeground": "activeFg"
|
"selectionForeground": "activeFg",
|
||||||
|
"splitBorder": "border"
|
||||||
},
|
},
|
||||||
"EditorTabs": {
|
"EditorTabs": {
|
||||||
"active.background": "table",
|
"active.background": "table",
|
||||||
@@ -441,7 +498,10 @@
|
|||||||
"inactiveUnderlineColor": "dis",
|
"inactiveUnderlineColor": "dis",
|
||||||
"selectedBackground": "table",
|
"selectedBackground": "table",
|
||||||
"selectedForeground": "fg",
|
"selectedForeground": "fg",
|
||||||
|
"tabInsets": "-10,10,-10,10",
|
||||||
"underlineColor": "accent",
|
"underlineColor": "accent",
|
||||||
|
"underlineHeight": 3,
|
||||||
|
"underlineArc": 4,
|
||||||
"underlinedTabBackground": "table",
|
"underlinedTabBackground": "table",
|
||||||
"underlinedTabForeground": "selFg"
|
"underlinedTabForeground": "selFg"
|
||||||
},
|
},
|
||||||
@@ -472,7 +532,7 @@
|
|||||||
"defaultButtonBorderColor": "accent"
|
"defaultButtonBorderColor": "accent"
|
||||||
},
|
},
|
||||||
"FormattedTextField": {
|
"FormattedTextField": {
|
||||||
"background": "hc",
|
"background": "cs",
|
||||||
"caretForeground": "accent",
|
"caretForeground": "accent",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"inactiveBackground": "button",
|
"inactiveBackground": "button",
|
||||||
@@ -509,6 +569,9 @@
|
|||||||
"disabledSeparatorColor": "border",
|
"disabledSeparatorColor": "border",
|
||||||
"separatorColor": "border"
|
"separatorColor": "border"
|
||||||
},
|
},
|
||||||
|
"Gutter": {
|
||||||
|
"VcsChanges.width": 4
|
||||||
|
},
|
||||||
"GutterTooltip": {
|
"GutterTooltip": {
|
||||||
"borderColor": "bg",
|
"borderColor": "bg",
|
||||||
"infoForeground": "text",
|
"infoForeground": "text",
|
||||||
@@ -522,11 +585,14 @@
|
|||||||
"background": "bg",
|
"background": "bg",
|
||||||
"backgroundColor": "bg",
|
"backgroundColor": "bg",
|
||||||
"borderColor": "border",
|
"borderColor": "border",
|
||||||
|
"defaultTextBorderInsets": "16,16,16,16",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"infoForeground": "text",
|
"infoForeground": "text",
|
||||||
"shortcutForeground": "text",
|
"shortcutForeground": "text",
|
||||||
"shortcutTextColor": "text",
|
"shortcutTextColor": "text",
|
||||||
"textColor": "fg"
|
"smallTextBorderInsets": "8,12,8,12",
|
||||||
|
"textColor": "fg",
|
||||||
|
"verticalGap": 8
|
||||||
},
|
},
|
||||||
"Hg.Log.Ref": {
|
"Hg.Log.Ref": {
|
||||||
"Branch": "accent",
|
"Branch": "accent",
|
||||||
@@ -594,6 +660,7 @@
|
|||||||
"link": "accent",
|
"link": "accent",
|
||||||
"Link": {
|
"Link": {
|
||||||
"activeForeground": "accent",
|
"activeForeground": "accent",
|
||||||
|
"focusedBorderColor": "accent",
|
||||||
"hoverForeground": "accent",
|
"hoverForeground": "accent",
|
||||||
"pressedForeground": "accent",
|
"pressedForeground": "accent",
|
||||||
"secondaryForeground": "text",
|
"secondaryForeground": "text",
|
||||||
@@ -605,27 +672,61 @@
|
|||||||
"link.visited.foreground": "accent",
|
"link.visited.foreground": "accent",
|
||||||
"List": {
|
"List": {
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
|
"Button": {
|
||||||
|
"hoverBackground": "hl",
|
||||||
|
"leftRightInset": 8,
|
||||||
|
"separatorColor": "border",
|
||||||
|
"separatorInset": 4
|
||||||
|
},
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"hoverBackground": "hl",
|
"hoverBackground": "hl",
|
||||||
"hoverInactiveBackground": "table",
|
"hoverInactiveBackground": "table",
|
||||||
|
"Line.hoverBackground": "selBg",
|
||||||
|
"rowHeight": "28",
|
||||||
|
"selectionBackground": "tree",
|
||||||
"selectionForeground": "selFg",
|
"selectionForeground": "selFg",
|
||||||
"selectionInactiveBackground": "table",
|
"selectionInactiveBackground": "table",
|
||||||
"selectionInactiveForeground": "activeFg"
|
"selectionInactiveForeground": "activeFg",
|
||||||
|
"Tag": {
|
||||||
|
"background": "button",
|
||||||
|
"foreground": "fg"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"LiveIndicator": {
|
"LiveIndicator": {
|
||||||
"color": "accent"
|
"color": "accent"
|
||||||
},
|
},
|
||||||
|
"macOSWindow.Title": {
|
||||||
|
"height": 30,
|
||||||
|
"heightSmall": 20
|
||||||
|
},
|
||||||
|
"MainMenu": {
|
||||||
|
"background": "hc",
|
||||||
|
"foreground": "fg",
|
||||||
|
"selectionForeground": "activeFg",
|
||||||
|
"selectionBackground": "selBg"
|
||||||
|
},
|
||||||
"MainToolbar": {
|
"MainToolbar": {
|
||||||
"Dropdown.background": "bg",
|
|
||||||
"Dropdown.hoverBackground": "border",
|
|
||||||
"Dropdown.pressedBackground": "table",
|
|
||||||
"Icon.background": "bg",
|
|
||||||
"Icon.hoverBackground": "border",
|
|
||||||
"Icon.pressedBackground": "table",
|
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"hoverBackground": "border",
|
"Button": {
|
||||||
|
"buttonInsets": "0,0,0,0"
|
||||||
|
},
|
||||||
|
"Dropdown": {
|
||||||
|
"borderInsets": "6,12,6,12",
|
||||||
|
"background": "bg",
|
||||||
|
"foreground": "fg",
|
||||||
|
"hoverBackground": "hl",
|
||||||
|
"pressedBackground": "table"
|
||||||
|
},
|
||||||
|
"hoverBackground": "hl",
|
||||||
|
"Icon": {
|
||||||
|
"borderInsets": "10,10,10,10",
|
||||||
|
"background": "bg",
|
||||||
|
"hoverBackground": "hl",
|
||||||
|
"pressedBackground": "table"
|
||||||
|
},
|
||||||
"inactiveBackground": "bg",
|
"inactiveBackground": "bg",
|
||||||
"pressedBackground": "table"
|
"pressedBackground": "table",
|
||||||
|
"separatorColor": "border"
|
||||||
},
|
},
|
||||||
"material": {
|
"material": {
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
@@ -652,11 +753,15 @@
|
|||||||
"acceleratorForeground": "text",
|
"acceleratorForeground": "text",
|
||||||
"acceleratorSelectionForeground": "activeFg",
|
"acceleratorSelectionForeground": "activeFg",
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"border": "4,2,4,2",
|
"border": "8,8,8,8",
|
||||||
"borderColor": "second",
|
"borderColor": "second",
|
||||||
"disabledBackground": "second",
|
"disabledBackground": "second",
|
||||||
"disabledForeground": "dis",
|
"disabledForeground": "dis",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
|
"Selection": {
|
||||||
|
"arc": 8,
|
||||||
|
"innerInsets": "8,2,8,2"
|
||||||
|
},
|
||||||
"selectionBackground": "selBg",
|
"selectionBackground": "selBg",
|
||||||
"selectionForeground": "activeFg",
|
"selectionForeground": "activeFg",
|
||||||
"separatorColor": "border"
|
"separatorColor": "border"
|
||||||
@@ -676,7 +781,7 @@
|
|||||||
"acceleratorForeground": "text",
|
"acceleratorForeground": "text",
|
||||||
"acceleratorSelectionForeground": "activeFg",
|
"acceleratorSelectionForeground": "activeFg",
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"border": "4,2,4,2",
|
"border": "8,8,8,8",
|
||||||
"disabledBackground": "bg",
|
"disabledBackground": "bg",
|
||||||
"disabledForeground": "dis",
|
"disabledForeground": "dis",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
@@ -699,11 +804,13 @@
|
|||||||
"background": "bg"
|
"background": "bg"
|
||||||
},
|
},
|
||||||
"SearchField": {
|
"SearchField": {
|
||||||
"background": "hc"
|
"background": "cs"
|
||||||
}
|
},
|
||||||
|
"separatorWidth": 6
|
||||||
},
|
},
|
||||||
"NewPSD.warning": "accent",
|
"NewPSD.warning": "accent",
|
||||||
"Notification": {
|
"Notification": {
|
||||||
|
"arc": 16,
|
||||||
"Error.foreground": "accent",
|
"Error.foreground": "accent",
|
||||||
"Link.foreground": "accent",
|
"Link.foreground": "accent",
|
||||||
"background": "notif",
|
"background": "notif",
|
||||||
@@ -719,12 +826,18 @@
|
|||||||
"innerBorderColor": "button"
|
"innerBorderColor": "button"
|
||||||
},
|
},
|
||||||
"ToolWindow": {
|
"ToolWindow": {
|
||||||
|
"Button.DragAndDrop": {
|
||||||
|
"buttonFloatingBackground": "button",
|
||||||
|
"stripeBackground": "bg"
|
||||||
|
},
|
||||||
"errorBackground": "notifError",
|
"errorBackground": "notifError",
|
||||||
"errorBorderColor": "notifError",
|
"errorBorderColor": "notifError",
|
||||||
"errorForeground": "fg",
|
"errorForeground": "fg",
|
||||||
|
"infoBackground": "notif",
|
||||||
|
"infoBorderColor": "notif",
|
||||||
"infoForeground": "fg",
|
"infoForeground": "fg",
|
||||||
"informativeBackground": "notifInfo",
|
"informativeBackground": "notif",
|
||||||
"informativeBorderColor": "notifInfo",
|
"informativeBorderColor": "notif",
|
||||||
"informativeForeground": "fg",
|
"informativeForeground": "fg",
|
||||||
"warningBackground": "notifWarn",
|
"warningBackground": "notifWarn",
|
||||||
"warningBorderColor": "notifWarn",
|
"warningBorderColor": "notifWarn",
|
||||||
@@ -736,7 +849,8 @@
|
|||||||
},
|
},
|
||||||
"ToolWindowInfo": {
|
"ToolWindowInfo": {
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"background": "notifInfo"
|
"background": "notif",
|
||||||
|
"borderColor": "notif"
|
||||||
},
|
},
|
||||||
"ToolWindowWarning": {
|
"ToolWindowWarning": {
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
@@ -786,7 +900,7 @@
|
|||||||
"lineSeparatorColor": "table"
|
"lineSeparatorColor": "table"
|
||||||
},
|
},
|
||||||
"PasswordField": {
|
"PasswordField": {
|
||||||
"background": "hc",
|
"background": "cs",
|
||||||
"capsLockIconColor": "accent",
|
"capsLockIconColor": "accent",
|
||||||
"caretForeground": "accent",
|
"caretForeground": "accent",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
@@ -796,6 +910,7 @@
|
|||||||
},
|
},
|
||||||
"Plugins": {
|
"Plugins": {
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
|
"borderColor": "border",
|
||||||
"disabledForeground": "dis",
|
"disabledForeground": "dis",
|
||||||
"eapTagBackground": "hl",
|
"eapTagBackground": "hl",
|
||||||
"hoverBackground": "hl",
|
"hoverBackground": "hl",
|
||||||
@@ -817,8 +932,11 @@
|
|||||||
"updateBorderColor": "button",
|
"updateBorderColor": "button",
|
||||||
"updateForeground": "fg"
|
"updateForeground": "fg"
|
||||||
},
|
},
|
||||||
|
"ScreenshotPagination": {
|
||||||
|
"CurrentImage.fillColor": "accent"
|
||||||
|
},
|
||||||
"SearchField": {
|
"SearchField": {
|
||||||
"background": "hc",
|
"background": "cs",
|
||||||
"borderColor": "border"
|
"borderColor": "border"
|
||||||
},
|
},
|
||||||
"SectionHeader": {
|
"SectionHeader": {
|
||||||
@@ -836,27 +954,38 @@
|
|||||||
},
|
},
|
||||||
"Popup": {
|
"Popup": {
|
||||||
"Advertiser": {
|
"Advertiser": {
|
||||||
|
"borderInsets": "6,20,6,20",
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"borderColor": "bg",
|
"borderColor": "bg",
|
||||||
"foreground": "accent"
|
"foreground": "accent"
|
||||||
},
|
},
|
||||||
|
"Body": {
|
||||||
|
"bottomInsetNoAd": 8,
|
||||||
|
"bottomInsetBeforeAd": 8,
|
||||||
|
"topInsetNoHeader": 8
|
||||||
|
},
|
||||||
"Border": {
|
"Border": {
|
||||||
"color": "cs",
|
"color": "cs",
|
||||||
"inactiveColor": "bg"
|
"inactiveColor": "bg"
|
||||||
},
|
},
|
||||||
|
"background": "notif",
|
||||||
"borderColor": "cs",
|
"borderColor": "cs",
|
||||||
|
"borderWidth": 0,
|
||||||
"inactiveBorderColor": "bg",
|
"inactiveBorderColor": "bg",
|
||||||
"innerBorderColor": "second",
|
"innerBorderColor": "second",
|
||||||
"Header": {
|
"Header": {
|
||||||
"activeBackground": "bg",
|
"activeBackground": "bg",
|
||||||
"inactiveBackground": "cs"
|
"inactiveBackground": "cs",
|
||||||
|
"inactiveForeground": "text"
|
||||||
},
|
},
|
||||||
"paintBorder": true,
|
"paintBorder": false,
|
||||||
"preferences": {
|
"preferences": {
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"borderColor": "bg",
|
"borderColor": "bg",
|
||||||
"foreground": "fg"
|
"foreground": "fg"
|
||||||
},
|
},
|
||||||
|
"Selection.arc": 8,
|
||||||
|
"Selection.leftRightInset": 8,
|
||||||
"Separator": {
|
"Separator": {
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"color": "border"
|
"color": "border"
|
||||||
@@ -872,13 +1001,24 @@
|
|||||||
},
|
},
|
||||||
"PopupMenu": {
|
"PopupMenu": {
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"border": "2,0,2,0",
|
"borderWidth": 1,
|
||||||
|
"border": "8,8,8,8",
|
||||||
|
"borderCornerRadius": 8,
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
|
"Selection": {
|
||||||
|
"arc": 8,
|
||||||
|
"innerInsets": "8,2,8,2"
|
||||||
|
},
|
||||||
"selectionBackground": "selBg",
|
"selectionBackground": "selBg",
|
||||||
"translucentBackground": "bg"
|
"translucentBackground": "bg"
|
||||||
},
|
},
|
||||||
"PopupMenuSeparator.height": 10,
|
"PopupMenuSeparator": {
|
||||||
"PopupMenuSeparator.stripeIndent": 5,
|
"height": 10,
|
||||||
|
"stripeWidth": 2,
|
||||||
|
"stripeIndent": 5,
|
||||||
|
"withToEdge": 4,
|
||||||
|
"borderCornerRadius": 8
|
||||||
|
},
|
||||||
"ProgressBar": {
|
"ProgressBar": {
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"foreground": "accent",
|
"foreground": "accent",
|
||||||
@@ -922,12 +1062,27 @@
|
|||||||
"selectionBackground": "selBg",
|
"selectionBackground": "selBg",
|
||||||
"selectionForeground": "selFg"
|
"selectionForeground": "selFg"
|
||||||
},
|
},
|
||||||
|
"ReviewList": {
|
||||||
|
"state.background": "second",
|
||||||
|
"state.foreground": "fg"
|
||||||
|
},
|
||||||
"RunWidget": {
|
"RunWidget": {
|
||||||
|
"background": "button",
|
||||||
|
"Debug.activeBackground": "hl",
|
||||||
|
"foreground": "fg",
|
||||||
|
"hoverBackground": "table",
|
||||||
|
"pressedBackground": "hl",
|
||||||
|
"Profile.activeBackground": "hl",
|
||||||
|
"runningBackground": "hl",
|
||||||
|
"runningForeground": "selFg",
|
||||||
|
"Run.activeBackground": "hl",
|
||||||
"Running": {
|
"Running": {
|
||||||
"background": "accent",
|
"background": "hl",
|
||||||
"leftHoverBackground": "accent70",
|
"foreground": "selFg",
|
||||||
"leftPressedBackground": "accent"
|
"leftHoverBackground": "hl",
|
||||||
}
|
"leftPressedBackground": "hl"
|
||||||
|
},
|
||||||
|
"separatorColor": "border"
|
||||||
},
|
},
|
||||||
"ScreenView.borderColor": "border",
|
"ScreenView.borderColor": "border",
|
||||||
"scrollbar": "bg",
|
"scrollbar": "bg",
|
||||||
@@ -971,8 +1126,9 @@
|
|||||||
},
|
},
|
||||||
"SearchEverywhere": {
|
"SearchEverywhere": {
|
||||||
"Advertiser": {
|
"Advertiser": {
|
||||||
"background": "cs",
|
"background": "bg",
|
||||||
"foreground": "text"
|
"foreground": "text",
|
||||||
|
"borderInsets": "10,20,10,20"
|
||||||
},
|
},
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"Dialog": {
|
"Dialog": {
|
||||||
@@ -989,11 +1145,12 @@
|
|||||||
"Separator.foreground": "text",
|
"Separator.foreground": "text",
|
||||||
"selectionBackground": "selBg",
|
"selectionBackground": "selBg",
|
||||||
"separatorColor": "border",
|
"separatorColor": "border",
|
||||||
"separatorForeground": "text"
|
"separatorForeground": "text",
|
||||||
|
"settingsBackground": "bg"
|
||||||
},
|
},
|
||||||
"SearchField": {
|
"SearchField": {
|
||||||
"Border.color": "hl",
|
"Border.color": "hl",
|
||||||
"background": "hc",
|
"background": "cs",
|
||||||
"borderColor": "hl",
|
"borderColor": "hl",
|
||||||
"grayForeground": "dis",
|
"grayForeground": "dis",
|
||||||
"infoForeground": "dis"
|
"infoForeground": "dis"
|
||||||
@@ -1015,8 +1172,13 @@
|
|||||||
"startColor": "accent"
|
"startColor": "accent"
|
||||||
},
|
},
|
||||||
"SearchField.errorBackground": "notif",
|
"SearchField.errorBackground": "notif",
|
||||||
|
"SearchFieldWithExtension": {
|
||||||
|
"background": "cs"
|
||||||
|
},
|
||||||
"SearchOption": {
|
"SearchOption": {
|
||||||
"selectedBackground": "table"
|
"selectedBackground": "table",
|
||||||
|
"selectedPressedBackground": "hl",
|
||||||
|
"selectedHoveredBackground": "hl"
|
||||||
},
|
},
|
||||||
"SearchResults": {
|
"SearchResults": {
|
||||||
"Ordinal.File.Foreground": "text",
|
"Ordinal.File.Foreground": "text",
|
||||||
@@ -1056,12 +1218,12 @@
|
|||||||
"SpeedSearch": {
|
"SpeedSearch": {
|
||||||
"background": "hl",
|
"background": "hl",
|
||||||
"borderColor": "border",
|
"borderColor": "border",
|
||||||
"errorForeground": "fg",
|
"errorForeground": "red",
|
||||||
"foreground": "fg"
|
"foreground": "fg"
|
||||||
},
|
},
|
||||||
"Spinner": {
|
"Spinner": {
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"border": "3,3,3,3",
|
"border": "4,4,4,4",
|
||||||
"disabledBackground": "excl",
|
"disabledBackground": "excl",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"selectionForeground": "activeFg"
|
"selectionForeground": "activeFg"
|
||||||
@@ -1077,15 +1239,17 @@
|
|||||||
"Breadcrumbs": {
|
"Breadcrumbs": {
|
||||||
"floatingBackground": "tree",
|
"floatingBackground": "tree",
|
||||||
"floatingForeground": "fg",
|
"floatingForeground": "fg",
|
||||||
|
"floatingToolbarInsets": "8,12,8,12",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"hoverBackground": "tree",
|
"hoverBackground": "tree",
|
||||||
"hoverForeground": "fg",
|
"hoverForeground": "fg",
|
||||||
|
"itemBackgroundInsets": "2,4,2,4",
|
||||||
"selectionBackground": "selBg",
|
"selectionBackground": "selBg",
|
||||||
"selectionForeground": "activeFg",
|
"selectionForeground": "activeFg",
|
||||||
"selectionInactiveBackground": "button",
|
"selectionInactiveBackground": "button",
|
||||||
"selectionInactiveForeground": "fg"
|
"selectionInactiveForeground": "fg"
|
||||||
},
|
},
|
||||||
"borderColor": "bg",
|
"borderColor": "border",
|
||||||
"bottomColor": "bg",
|
"bottomColor": "bg",
|
||||||
"hoverBackground": "hl",
|
"hoverBackground": "hl",
|
||||||
"top2Color": "bg",
|
"top2Color": "bg",
|
||||||
@@ -1096,7 +1260,8 @@
|
|||||||
"hoverBackground": "hl",
|
"hoverBackground": "hl",
|
||||||
"hoverForeground": "selFg",
|
"hoverForeground": "selFg",
|
||||||
"pressedBackground": "button",
|
"pressedBackground": "button",
|
||||||
"pressedForeground": "fg"
|
"pressedForeground": "fg",
|
||||||
|
"widgetInsets": "8,12,8,12"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"TabbedPane": {
|
"TabbedPane": {
|
||||||
@@ -1126,6 +1291,7 @@
|
|||||||
"shadow": "hc",
|
"shadow": "hc",
|
||||||
"tabHeight": 32,
|
"tabHeight": 32,
|
||||||
"tabInsets": "5,10,5,10",
|
"tabInsets": "5,10,5,10",
|
||||||
|
"tabSelectionArc": 4,
|
||||||
"tabSelectionHeight": 2,
|
"tabSelectionHeight": 2,
|
||||||
"tabsOverlapBorder": true,
|
"tabsOverlapBorder": true,
|
||||||
"underlineColor": "accent"
|
"underlineColor": "accent"
|
||||||
@@ -1134,13 +1300,13 @@
|
|||||||
"Table": {
|
"Table": {
|
||||||
"alternativeRowBackground": "cs",
|
"alternativeRowBackground": "cs",
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"cellNoFocusBorder": "10,5,10,5",
|
"cellNoFocusBorder": "16,4,16,4",
|
||||||
"disabledForeground": "dis",
|
"disabledForeground": "dis",
|
||||||
"dropLineColor": "accent",
|
"dropLineColor": "accent",
|
||||||
"dropLineShortColor": "accent",
|
"dropLineShortColor": "accent",
|
||||||
"focusCellBackground": "table",
|
"focusCellBackground": "table",
|
||||||
"focusCellForeground": "activeFg",
|
"focusCellForeground": "activeFg",
|
||||||
"focusCellHighlightBorder": "10,5,10,5",
|
"focusCellHighlightBorder": "18,6,18,6",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"gridColor": "bg",
|
"gridColor": "bg",
|
||||||
"highlightOuter": "table",
|
"highlightOuter": "table",
|
||||||
@@ -1150,6 +1316,7 @@
|
|||||||
"lightSelectionForeground": "activeFg",
|
"lightSelectionForeground": "activeFg",
|
||||||
"lightSelectionInactiveBackground": "second",
|
"lightSelectionInactiveBackground": "second",
|
||||||
"lightSelectionInactiveForeground": "text",
|
"lightSelectionInactiveForeground": "text",
|
||||||
|
"rowHeight": 32,
|
||||||
"selectionBackground": "table",
|
"selectionBackground": "table",
|
||||||
"selectionForeground": "activeFg",
|
"selectionForeground": "activeFg",
|
||||||
"selectionInactiveBackground": "table",
|
"selectionInactiveBackground": "table",
|
||||||
@@ -1160,14 +1327,14 @@
|
|||||||
},
|
},
|
||||||
"TableHeader": {
|
"TableHeader": {
|
||||||
"background": "button",
|
"background": "button",
|
||||||
|
"bottomSeparatorColor": "border",
|
||||||
"borderColor": "hl",
|
"borderColor": "hl",
|
||||||
"bottomSeparatorColor": "hl",
|
"cellBorder": "6,0,6,0",
|
||||||
"cellBorder": "4,0,4,0",
|
|
||||||
"disabledForeground": "dis",
|
"disabledForeground": "dis",
|
||||||
"focusCellBackground": "table",
|
"focusCellBackground": "table",
|
||||||
"focusCellForeground": "activeFg",
|
"focusCellForeground": "activeFg",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"height": 25,
|
"height": 32,
|
||||||
"hoverBackground": "hl",
|
"hoverBackground": "hl",
|
||||||
"separatorColor": "border"
|
"separatorColor": "border"
|
||||||
},
|
},
|
||||||
@@ -1182,7 +1349,7 @@
|
|||||||
"textHighlightText": "activeFg",
|
"textHighlightText": "activeFg",
|
||||||
"textText": "text",
|
"textText": "text",
|
||||||
"TextArea": {
|
"TextArea": {
|
||||||
"background": "hc",
|
"background": "cs",
|
||||||
"caretForeground": "accent",
|
"caretForeground": "accent",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"inactiveForeground": "dis",
|
"inactiveForeground": "dis",
|
||||||
@@ -1190,7 +1357,7 @@
|
|||||||
"selectionForeground": "activeFg"
|
"selectionForeground": "activeFg"
|
||||||
},
|
},
|
||||||
"TextField": {
|
"TextField": {
|
||||||
"background": "hc",
|
"background": "cs",
|
||||||
"borderColor": "bg",
|
"borderColor": "bg",
|
||||||
"caretForeground": "accent",
|
"caretForeground": "accent",
|
||||||
"disabledBackground": "excl",
|
"disabledBackground": "excl",
|
||||||
@@ -1205,15 +1372,21 @@
|
|||||||
"separatorColorDisabled": "bg"
|
"separatorColorDisabled": "bg"
|
||||||
},
|
},
|
||||||
"TextPane": {
|
"TextPane": {
|
||||||
"background": "hc",
|
"background": "cs",
|
||||||
"caretForeground": "accent",
|
"caretForeground": "accent",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"inactiveForeground": "dis",
|
"inactiveForeground": "dis",
|
||||||
"selectionBackground": "table",
|
"selectionBackground": "table",
|
||||||
"selectionForeground": "activeFg"
|
"selectionForeground": "activeFg"
|
||||||
},
|
},
|
||||||
|
"TipOfTheDay": {
|
||||||
|
"Image.borderColor": "border"
|
||||||
|
},
|
||||||
"TitlePane": {
|
"TitlePane": {
|
||||||
"Button.hoverBackground": "hl",
|
"Button": {
|
||||||
|
"hoverBackground": "hl",
|
||||||
|
"preferredSize": "48,40"
|
||||||
|
},
|
||||||
"background": "hc",
|
"background": "hc",
|
||||||
"inactiveBackground": "bg",
|
"inactiveBackground": "bg",
|
||||||
"inactiveInfoForeground": "dis",
|
"inactiveInfoForeground": "dis",
|
||||||
@@ -1240,7 +1413,9 @@
|
|||||||
"borderHandleColor": "text",
|
"borderHandleColor": "text",
|
||||||
"comboBoxButtonBackground": "button",
|
"comboBoxButtonBackground": "button",
|
||||||
"floatingForeground": "text",
|
"floatingForeground": "text",
|
||||||
"foreground": "fg"
|
"foreground": "fg",
|
||||||
|
"verticalToolbarInsets": "6,6,6,6",
|
||||||
|
"horizontalToolbarInsets": "6,6,6,6"
|
||||||
},
|
},
|
||||||
"ToolbarComboWidget": {
|
"ToolbarComboWidget": {
|
||||||
"background": "button",
|
"background": "button",
|
||||||
@@ -1252,6 +1427,7 @@
|
|||||||
"description.title.text.color": "fg"
|
"description.title.text.color": "fg"
|
||||||
},
|
},
|
||||||
"ToolTip": {
|
"ToolTip": {
|
||||||
|
"arc": 6,
|
||||||
"actions": {
|
"actions": {
|
||||||
"background": "bg"
|
"background": "bg"
|
||||||
},
|
},
|
||||||
@@ -1262,8 +1438,10 @@
|
|||||||
},
|
},
|
||||||
"background": "notif",
|
"background": "notif",
|
||||||
"borderColor": "border",
|
"borderColor": "border",
|
||||||
|
"borderCornerRadius": 8,
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"infoForeground": "text",
|
"infoForeground": "text",
|
||||||
|
"linkForeground": "accent",
|
||||||
"Learning": {
|
"Learning": {
|
||||||
"background": "accent",
|
"background": "accent",
|
||||||
"borderColor": "accent",
|
"borderColor": "accent",
|
||||||
@@ -1284,6 +1462,10 @@
|
|||||||
"background": "hc",
|
"background": "hc",
|
||||||
"Button": {
|
"Button": {
|
||||||
"hoverBackground": "table",
|
"hoverBackground": "table",
|
||||||
|
"DragAndDrop": {
|
||||||
|
"stripeBackground": "cs",
|
||||||
|
"buttonDropBackground": "accent70"
|
||||||
|
},
|
||||||
"selectedBackground": "cs",
|
"selectedBackground": "cs",
|
||||||
"selectedForeground": "activeFg"
|
"selectedForeground": "activeFg"
|
||||||
},
|
},
|
||||||
@@ -1296,6 +1478,7 @@
|
|||||||
"tab.selected.background": "cs"
|
"tab.selected.background": "cs"
|
||||||
},
|
},
|
||||||
"Header": {
|
"Header": {
|
||||||
|
"height": 42,
|
||||||
"background": "second",
|
"background": "second",
|
||||||
"borderColor": "second",
|
"borderColor": "second",
|
||||||
"inactiveBackground": "bg"
|
"inactiveBackground": "bg"
|
||||||
@@ -1308,13 +1491,17 @@
|
|||||||
"hoverBackground": "hl",
|
"hoverBackground": "hl",
|
||||||
"hoverInactiveBackground": "hl",
|
"hoverInactiveBackground": "hl",
|
||||||
"inactiveUnderlineColor": "accent",
|
"inactiveUnderlineColor": "accent",
|
||||||
|
"leftRightInsets": "0,12,0,12",
|
||||||
"selectedBackground": "cs",
|
"selectedBackground": "cs",
|
||||||
"selectedInactiveBackground": "cs",
|
"selectedInactiveBackground": "cs",
|
||||||
|
"underlineArc": 4,
|
||||||
"underlineColor": "accent",
|
"underlineColor": "accent",
|
||||||
|
"underlineHeight": 3,
|
||||||
"underlinedTabBackground": "table",
|
"underlinedTabBackground": "table",
|
||||||
"underlinedTabForeground": "selFg",
|
"underlinedTabForeground": "selFg",
|
||||||
"underlinedTabInactiveBackground": "hc",
|
"underlinedTabInactiveBackground": "hc",
|
||||||
"underlinedTabInactiveForeground": "fg"
|
"underlinedTabInactiveForeground": "fg",
|
||||||
|
"verticalPadding": 6
|
||||||
},
|
},
|
||||||
"inactive": {
|
"inactive": {
|
||||||
"Header.background": "bg",
|
"Header.background": "bg",
|
||||||
@@ -1322,13 +1509,15 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"Tree": {
|
"Tree": {
|
||||||
|
"border": "4,12,4,12",
|
||||||
"background": "hc",
|
"background": "hc",
|
||||||
"foreground": "text",
|
"foreground": "text",
|
||||||
|
"errorForeground": "red",
|
||||||
"hash": "border",
|
"hash": "border",
|
||||||
"hoverBackground": "tree",
|
"hoverBackground": "tree",
|
||||||
"hoverInactiveBackground": "table",
|
"hoverInactiveBackground": "table",
|
||||||
"modifiedItemForeground": "accent",
|
"modifiedItemForeground": "accent",
|
||||||
"rowHeight": 28,
|
"rowHeight": "28",
|
||||||
"selectionBackground": "tree",
|
"selectionBackground": "tree",
|
||||||
"selectionForeground": "selFg",
|
"selectionForeground": "selFg",
|
||||||
"selectionInactiveBackground": "tree",
|
"selectionInactiveBackground": "tree",
|
||||||
@@ -1355,7 +1544,6 @@
|
|||||||
"hoverBorderColor": "hl"
|
"hoverBorderColor": "hl"
|
||||||
},
|
},
|
||||||
"Label.foreground": "text",
|
"Label.foreground": "text",
|
||||||
"List.selectionBackground": "tree",
|
|
||||||
"highStroke.foreground": "fg",
|
"highStroke.foreground": "fg",
|
||||||
"motion": {
|
"motion": {
|
||||||
"AddConstraintColor": "accent",
|
"AddConstraintColor": "accent",
|
||||||
@@ -1392,6 +1580,35 @@
|
|||||||
"ourML_BarColor.separatorColor": "border",
|
"ourML_BarColor.separatorColor": "border",
|
||||||
"timeLine.disabledBorderColor": "border"
|
"timeLine.disabledBorderColor": "border"
|
||||||
},
|
},
|
||||||
|
"PackageDetails": {
|
||||||
|
"border": "accent",
|
||||||
|
"infoBanner": "accent"
|
||||||
|
},
|
||||||
|
"PackageSearch": {
|
||||||
|
"PackagesList.rowHeight": 28,
|
||||||
|
"PackageTag": {
|
||||||
|
"background": "excl",
|
||||||
|
"foreground": "fg",
|
||||||
|
"hoverBackground": "tree",
|
||||||
|
"selectedBackground": "selBg",
|
||||||
|
"selectedForeground": "selFg"
|
||||||
|
},
|
||||||
|
"PackageTagSelected": {
|
||||||
|
"background": "selBg",
|
||||||
|
"foreground": "selFg"
|
||||||
|
},
|
||||||
|
"SearchResult": {
|
||||||
|
"background": "cs",
|
||||||
|
"hoverBackground": "tree",
|
||||||
|
"PackageTag": {
|
||||||
|
"background": "excl",
|
||||||
|
"foreground": "fg",
|
||||||
|
"hoverBackground": "tree",
|
||||||
|
"selectedBackground": "selBg",
|
||||||
|
"selectedForeground": "selFg"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"Panel": {
|
"Panel": {
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"borderColor": "border",
|
"borderColor": "border",
|
||||||
@@ -1418,7 +1635,7 @@
|
|||||||
},
|
},
|
||||||
"VersionControl": {
|
"VersionControl": {
|
||||||
"FileHistory.Commit": {
|
"FileHistory.Commit": {
|
||||||
"otherBranchBackground": "bg",
|
"otherBranchBackground": "excl",
|
||||||
"selectedBranchBackground": "bg"
|
"selectedBranchBackground": "bg"
|
||||||
},
|
},
|
||||||
"GitCommits": {
|
"GitCommits": {
|
||||||
@@ -1443,9 +1660,15 @@
|
|||||||
"Commit": {
|
"Commit": {
|
||||||
"currentBranchBackground": "cs",
|
"currentBranchBackground": "cs",
|
||||||
"hoveredBackground": "tree",
|
"hoveredBackground": "tree",
|
||||||
|
"rowHeight": 28,
|
||||||
"unmatchedForeground": "text"
|
"unmatchedForeground": "text"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"MarkerPopup": {
|
||||||
|
"borderColor": "border",
|
||||||
|
"borderInsets": "6,8,6,10",
|
||||||
|
"Toolbar.background": "hl"
|
||||||
|
},
|
||||||
"Ref": {
|
"Ref": {
|
||||||
"backgroundBase": "hl",
|
"backgroundBase": "hl",
|
||||||
"foreground": "activeFg"
|
"foreground": "activeFg"
|
||||||
@@ -1455,6 +1678,11 @@
|
|||||||
"foreground": "activeFg"
|
"foreground": "activeFg"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"UnattendedHostStatus": {
|
||||||
|
"warningBackground": "yellow",
|
||||||
|
"warningForeground": "activeFg",
|
||||||
|
"dangerBackground": "red"
|
||||||
|
},
|
||||||
"Viewport": {
|
"Viewport": {
|
||||||
"background": "hc",
|
"background": "hc",
|
||||||
"foreground": "fg"
|
"foreground": "fg"
|
||||||
|
|||||||
@@ -22,7 +22,7 @@
|
|||||||
"cs": "#f0f0f0",
|
"cs": "#f0f0f0",
|
||||||
"button": "#d9d9d9",
|
"button": "#d9d9d9",
|
||||||
"table": "#d3e8f8",
|
"table": "#d3e8f8",
|
||||||
"tree": "#d3e8f87c",
|
"tree": "#dfebf4",
|
||||||
"hl": "#CCCCCC",
|
"hl": "#CCCCCC",
|
||||||
"notif": "#F0F0F0",
|
"notif": "#F0F0F0",
|
||||||
"hc": "#f0f0f0",
|
"hc": "#f0f0f0",
|
||||||
@@ -73,6 +73,10 @@
|
|||||||
"pressedBackground": "accent50",
|
"pressedBackground": "accent50",
|
||||||
"pressedBorderColor": "accent50"
|
"pressedBorderColor": "accent50"
|
||||||
},
|
},
|
||||||
|
"ActionsList": {
|
||||||
|
"icon.gap": 12,
|
||||||
|
"mnemonic.icon.gap": 12
|
||||||
|
},
|
||||||
"ActionToolbar": {
|
"ActionToolbar": {
|
||||||
"background": "hc"
|
"background": "hc"
|
||||||
},
|
},
|
||||||
@@ -127,8 +131,9 @@
|
|||||||
"BookmarkIcon.background": "accent",
|
"BookmarkIcon.background": "accent",
|
||||||
"Borders.ContrastBorderColor": "bg",
|
"Borders.ContrastBorderColor": "bg",
|
||||||
"Borders.color": "border",
|
"Borders.color": "border",
|
||||||
|
"Breakpoint.iconHoverAlpha": 0.35,
|
||||||
"Button": {
|
"Button": {
|
||||||
"arc": 0,
|
"arc": 8,
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"darcula": {
|
"darcula": {
|
||||||
"borderColor": "button",
|
"borderColor": "button",
|
||||||
@@ -181,7 +186,10 @@
|
|||||||
"shadowColor": "shadow",
|
"shadowColor": "shadow",
|
||||||
"shadowWidth": 0,
|
"shadowWidth": 0,
|
||||||
"startBackground": "table",
|
"startBackground": "table",
|
||||||
"startBorderColor": "button"
|
"startBorderColor": "button",
|
||||||
|
"ToolWindow": {
|
||||||
|
"arc": 40
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"Canvas": {
|
"Canvas": {
|
||||||
"Tooltip.background": "notif",
|
"Tooltip.background": "notif",
|
||||||
@@ -256,6 +264,32 @@
|
|||||||
"accessDot": "accent",
|
"accessDot": "accent",
|
||||||
"dropdownBorder": "second",
|
"dropdownBorder": "second",
|
||||||
"pillBackground": "second"
|
"pillBackground": "second"
|
||||||
|
},
|
||||||
|
"Users": {
|
||||||
|
"1": {
|
||||||
|
"Background": "green",
|
||||||
|
"Foreground": "fg"
|
||||||
|
},
|
||||||
|
"2": {
|
||||||
|
"Background": "blue",
|
||||||
|
"Foreground": "fg"
|
||||||
|
},
|
||||||
|
"3": {
|
||||||
|
"Background": "red",
|
||||||
|
"Foreground": "fg"
|
||||||
|
},
|
||||||
|
"4": {
|
||||||
|
"Background": "purple",
|
||||||
|
"Foreground": "fg"
|
||||||
|
},
|
||||||
|
"5": {
|
||||||
|
"Background": "yellow",
|
||||||
|
"Foreground": "fg"
|
||||||
|
},
|
||||||
|
"6": {
|
||||||
|
"Background": "orange",
|
||||||
|
"Foreground": "fg"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"ColorChooser": {
|
"ColorChooser": {
|
||||||
@@ -293,7 +327,13 @@
|
|||||||
"selectionBackground": "table",
|
"selectionBackground": "table",
|
||||||
"selectionForeground": "activeFg"
|
"selectionForeground": "activeFg"
|
||||||
},
|
},
|
||||||
|
"ComboPopup.border": "1,1,1,1,#2AA298",
|
||||||
"CompletionPopup": {
|
"CompletionPopup": {
|
||||||
|
"Advertiser": {
|
||||||
|
"background": "bg",
|
||||||
|
"foreground": "fg",
|
||||||
|
"borderInsets": "8,12,8,12"
|
||||||
|
},
|
||||||
"background": "second",
|
"background": "second",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"grayForeground": "text",
|
"grayForeground": "text",
|
||||||
@@ -313,8 +353,12 @@
|
|||||||
"selectionInactiveInfoForeground": "text",
|
"selectionInactiveInfoForeground": "text",
|
||||||
"selectionInfoForeground": "selFg"
|
"selectionInfoForeground": "selFg"
|
||||||
},
|
},
|
||||||
|
"ComplexPopup": {
|
||||||
|
"Header.background": "notif"
|
||||||
|
},
|
||||||
"Component": {
|
"Component": {
|
||||||
"arc": 4,
|
"arc": 4,
|
||||||
|
"focusWidth": 2,
|
||||||
"borderColor": "hl",
|
"borderColor": "hl",
|
||||||
"disabledBorderColor": "dis",
|
"disabledBorderColor": "dis",
|
||||||
"focusColor": "accent",
|
"focusColor": "accent",
|
||||||
@@ -351,6 +395,7 @@
|
|||||||
},
|
},
|
||||||
"desktop": "hc",
|
"desktop": "hc",
|
||||||
"Debugger": {
|
"Debugger": {
|
||||||
|
"EvaluateExpression.background": "bg",
|
||||||
"Variables": {
|
"Variables": {
|
||||||
"changedValueForeground": "accent",
|
"changedValueForeground": "accent",
|
||||||
"collectingDataForeground": "text",
|
"collectingDataForeground": "text",
|
||||||
@@ -358,13 +403,15 @@
|
|||||||
"evaluatingExpressionForeground": "text",
|
"evaluatingExpressionForeground": "text",
|
||||||
"exceptionForeground": "yellow",
|
"exceptionForeground": "yellow",
|
||||||
"modifyingValueForeground": "accent",
|
"modifyingValueForeground": "accent",
|
||||||
"valueForeground": "accent"
|
"valueForeground": "accent",
|
||||||
|
"typeForeground": "text"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"DebuggerTabs": {
|
"DebuggerTabs": {
|
||||||
"active.background": "hl",
|
"active.background": "hl",
|
||||||
"selectedBackground": "hl",
|
"selectedBackground": "hl",
|
||||||
"underlinedTabBackground": "table"
|
"underlinedTabBackground": "table",
|
||||||
|
"underlineHeight": 2
|
||||||
},
|
},
|
||||||
"DebuggerPopup": {
|
"DebuggerPopup": {
|
||||||
"borderColor": "bg"
|
"borderColor": "bg"
|
||||||
@@ -380,6 +427,7 @@
|
|||||||
"inactiveMaskColor": "hc",
|
"inactiveMaskColor": "hc",
|
||||||
"inactiveUnderlineColor": "accent",
|
"inactiveUnderlineColor": "accent",
|
||||||
"underlineColor": "accent",
|
"underlineColor": "accent",
|
||||||
|
"underlineHeight": 3,
|
||||||
"underlinedTabBackground": "table",
|
"underlinedTabBackground": "table",
|
||||||
"underlinedTabForeground": "selFg"
|
"underlinedTabForeground": "selFg"
|
||||||
},
|
},
|
||||||
@@ -398,13 +446,21 @@
|
|||||||
"backgroundBorderColor": "bg",
|
"backgroundBorderColor": "bg",
|
||||||
"backgroundColor": "bg",
|
"backgroundColor": "bg",
|
||||||
"borderColor": "accent",
|
"borderColor": "accent",
|
||||||
"foregroundColor": "fg"
|
"foregroundColor": "fg",
|
||||||
|
"rowBackground": "accent70"
|
||||||
},
|
},
|
||||||
"dropArea.base": "accent",
|
"dropArea.base": "accent",
|
||||||
"Editor": {
|
"Editor": {
|
||||||
"background": "hc",
|
"background": "hc",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"shortcutForeground": "text"
|
"shortcutForeground": "text",
|
||||||
|
"SearchField": {
|
||||||
|
"background": "cs",
|
||||||
|
"borderInsets": "8,12,8,12"
|
||||||
|
},
|
||||||
|
"Toolbar": {
|
||||||
|
"borderColor": "border"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"EditorGroupsTabs": {
|
"EditorGroupsTabs": {
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
@@ -423,7 +479,8 @@
|
|||||||
"inactiveBackground": "bg",
|
"inactiveBackground": "bg",
|
||||||
"inactiveForeground": "dis",
|
"inactiveForeground": "dis",
|
||||||
"selectionBackground": "selBg",
|
"selectionBackground": "selBg",
|
||||||
"selectionForeground": "activeFg"
|
"selectionForeground": "activeFg",
|
||||||
|
"splitBorder": "border"
|
||||||
},
|
},
|
||||||
"EditorTabs": {
|
"EditorTabs": {
|
||||||
"active.background": "table",
|
"active.background": "table",
|
||||||
@@ -441,7 +498,10 @@
|
|||||||
"inactiveUnderlineColor": "dis",
|
"inactiveUnderlineColor": "dis",
|
||||||
"selectedBackground": "table",
|
"selectedBackground": "table",
|
||||||
"selectedForeground": "fg",
|
"selectedForeground": "fg",
|
||||||
|
"tabInsets": "-10,10,-10,10",
|
||||||
"underlineColor": "accent",
|
"underlineColor": "accent",
|
||||||
|
"underlineHeight": 3,
|
||||||
|
"underlineArc": 4,
|
||||||
"underlinedTabBackground": "table",
|
"underlinedTabBackground": "table",
|
||||||
"underlinedTabForeground": "selFg"
|
"underlinedTabForeground": "selFg"
|
||||||
},
|
},
|
||||||
@@ -472,7 +532,7 @@
|
|||||||
"defaultButtonBorderColor": "accent"
|
"defaultButtonBorderColor": "accent"
|
||||||
},
|
},
|
||||||
"FormattedTextField": {
|
"FormattedTextField": {
|
||||||
"background": "hc",
|
"background": "cs",
|
||||||
"caretForeground": "accent",
|
"caretForeground": "accent",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"inactiveBackground": "button",
|
"inactiveBackground": "button",
|
||||||
@@ -509,6 +569,9 @@
|
|||||||
"disabledSeparatorColor": "border",
|
"disabledSeparatorColor": "border",
|
||||||
"separatorColor": "border"
|
"separatorColor": "border"
|
||||||
},
|
},
|
||||||
|
"Gutter": {
|
||||||
|
"VcsChanges.width": 4
|
||||||
|
},
|
||||||
"GutterTooltip": {
|
"GutterTooltip": {
|
||||||
"borderColor": "bg",
|
"borderColor": "bg",
|
||||||
"infoForeground": "text",
|
"infoForeground": "text",
|
||||||
@@ -522,11 +585,14 @@
|
|||||||
"background": "bg",
|
"background": "bg",
|
||||||
"backgroundColor": "bg",
|
"backgroundColor": "bg",
|
||||||
"borderColor": "border",
|
"borderColor": "border",
|
||||||
|
"defaultTextBorderInsets": "16,16,16,16",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"infoForeground": "text",
|
"infoForeground": "text",
|
||||||
"shortcutForeground": "text",
|
"shortcutForeground": "text",
|
||||||
"shortcutTextColor": "text",
|
"shortcutTextColor": "text",
|
||||||
"textColor": "fg"
|
"smallTextBorderInsets": "8,12,8,12",
|
||||||
|
"textColor": "fg",
|
||||||
|
"verticalGap": 8
|
||||||
},
|
},
|
||||||
"Hg.Log.Ref": {
|
"Hg.Log.Ref": {
|
||||||
"Branch": "accent",
|
"Branch": "accent",
|
||||||
@@ -594,6 +660,7 @@
|
|||||||
"link": "accent",
|
"link": "accent",
|
||||||
"Link": {
|
"Link": {
|
||||||
"activeForeground": "accent",
|
"activeForeground": "accent",
|
||||||
|
"focusedBorderColor": "accent",
|
||||||
"hoverForeground": "accent",
|
"hoverForeground": "accent",
|
||||||
"pressedForeground": "accent",
|
"pressedForeground": "accent",
|
||||||
"secondaryForeground": "text",
|
"secondaryForeground": "text",
|
||||||
@@ -605,27 +672,61 @@
|
|||||||
"link.visited.foreground": "accent",
|
"link.visited.foreground": "accent",
|
||||||
"List": {
|
"List": {
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
|
"Button": {
|
||||||
|
"hoverBackground": "hl",
|
||||||
|
"leftRightInset": 8,
|
||||||
|
"separatorColor": "border",
|
||||||
|
"separatorInset": 4
|
||||||
|
},
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"hoverBackground": "hl",
|
"hoverBackground": "hl",
|
||||||
"hoverInactiveBackground": "table",
|
"hoverInactiveBackground": "table",
|
||||||
|
"Line.hoverBackground": "selBg",
|
||||||
|
"rowHeight": "28",
|
||||||
|
"selectionBackground": "tree",
|
||||||
"selectionForeground": "selFg",
|
"selectionForeground": "selFg",
|
||||||
"selectionInactiveBackground": "table",
|
"selectionInactiveBackground": "table",
|
||||||
"selectionInactiveForeground": "activeFg"
|
"selectionInactiveForeground": "activeFg",
|
||||||
|
"Tag": {
|
||||||
|
"background": "button",
|
||||||
|
"foreground": "fg"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"LiveIndicator": {
|
"LiveIndicator": {
|
||||||
"color": "accent"
|
"color": "accent"
|
||||||
},
|
},
|
||||||
|
"macOSWindow.Title": {
|
||||||
|
"height": 30,
|
||||||
|
"heightSmall": 20
|
||||||
|
},
|
||||||
|
"MainMenu": {
|
||||||
|
"background": "hc",
|
||||||
|
"foreground": "fg",
|
||||||
|
"selectionForeground": "activeFg",
|
||||||
|
"selectionBackground": "selBg"
|
||||||
|
},
|
||||||
"MainToolbar": {
|
"MainToolbar": {
|
||||||
"Dropdown.background": "bg",
|
|
||||||
"Dropdown.hoverBackground": "border",
|
|
||||||
"Dropdown.pressedBackground": "table",
|
|
||||||
"Icon.background": "bg",
|
|
||||||
"Icon.hoverBackground": "border",
|
|
||||||
"Icon.pressedBackground": "table",
|
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"hoverBackground": "border",
|
"Button": {
|
||||||
|
"buttonInsets": "0,0,0,0"
|
||||||
|
},
|
||||||
|
"Dropdown": {
|
||||||
|
"borderInsets": "6,12,6,12",
|
||||||
|
"background": "bg",
|
||||||
|
"foreground": "fg",
|
||||||
|
"hoverBackground": "hl",
|
||||||
|
"pressedBackground": "table"
|
||||||
|
},
|
||||||
|
"hoverBackground": "hl",
|
||||||
|
"Icon": {
|
||||||
|
"borderInsets": "10,10,10,10",
|
||||||
|
"background": "bg",
|
||||||
|
"hoverBackground": "hl",
|
||||||
|
"pressedBackground": "table"
|
||||||
|
},
|
||||||
"inactiveBackground": "bg",
|
"inactiveBackground": "bg",
|
||||||
"pressedBackground": "table"
|
"pressedBackground": "table",
|
||||||
|
"separatorColor": "border"
|
||||||
},
|
},
|
||||||
"material": {
|
"material": {
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
@@ -652,11 +753,15 @@
|
|||||||
"acceleratorForeground": "text",
|
"acceleratorForeground": "text",
|
||||||
"acceleratorSelectionForeground": "activeFg",
|
"acceleratorSelectionForeground": "activeFg",
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"border": "4,2,4,2",
|
"border": "8,8,8,8",
|
||||||
"borderColor": "second",
|
"borderColor": "second",
|
||||||
"disabledBackground": "second",
|
"disabledBackground": "second",
|
||||||
"disabledForeground": "dis",
|
"disabledForeground": "dis",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
|
"Selection": {
|
||||||
|
"arc": 8,
|
||||||
|
"innerInsets": "8,2,8,2"
|
||||||
|
},
|
||||||
"selectionBackground": "selBg",
|
"selectionBackground": "selBg",
|
||||||
"selectionForeground": "activeFg",
|
"selectionForeground": "activeFg",
|
||||||
"separatorColor": "border"
|
"separatorColor": "border"
|
||||||
@@ -676,7 +781,7 @@
|
|||||||
"acceleratorForeground": "text",
|
"acceleratorForeground": "text",
|
||||||
"acceleratorSelectionForeground": "activeFg",
|
"acceleratorSelectionForeground": "activeFg",
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"border": "4,2,4,2",
|
"border": "8,8,8,8",
|
||||||
"disabledBackground": "bg",
|
"disabledBackground": "bg",
|
||||||
"disabledForeground": "dis",
|
"disabledForeground": "dis",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
@@ -699,11 +804,13 @@
|
|||||||
"background": "bg"
|
"background": "bg"
|
||||||
},
|
},
|
||||||
"SearchField": {
|
"SearchField": {
|
||||||
"background": "hc"
|
"background": "cs"
|
||||||
}
|
},
|
||||||
|
"separatorWidth": 6
|
||||||
},
|
},
|
||||||
"NewPSD.warning": "accent",
|
"NewPSD.warning": "accent",
|
||||||
"Notification": {
|
"Notification": {
|
||||||
|
"arc": 16,
|
||||||
"Error.foreground": "accent",
|
"Error.foreground": "accent",
|
||||||
"Link.foreground": "accent",
|
"Link.foreground": "accent",
|
||||||
"background": "notif",
|
"background": "notif",
|
||||||
@@ -719,12 +826,18 @@
|
|||||||
"innerBorderColor": "button"
|
"innerBorderColor": "button"
|
||||||
},
|
},
|
||||||
"ToolWindow": {
|
"ToolWindow": {
|
||||||
|
"Button.DragAndDrop": {
|
||||||
|
"buttonFloatingBackground": "button",
|
||||||
|
"stripeBackground": "bg"
|
||||||
|
},
|
||||||
"errorBackground": "notifError",
|
"errorBackground": "notifError",
|
||||||
"errorBorderColor": "notifError",
|
"errorBorderColor": "notifError",
|
||||||
"errorForeground": "fg",
|
"errorForeground": "fg",
|
||||||
|
"infoBackground": "notif",
|
||||||
|
"infoBorderColor": "notif",
|
||||||
"infoForeground": "fg",
|
"infoForeground": "fg",
|
||||||
"informativeBackground": "notifInfo",
|
"informativeBackground": "notif",
|
||||||
"informativeBorderColor": "notifInfo",
|
"informativeBorderColor": "notif",
|
||||||
"informativeForeground": "fg",
|
"informativeForeground": "fg",
|
||||||
"warningBackground": "notifWarn",
|
"warningBackground": "notifWarn",
|
||||||
"warningBorderColor": "notifWarn",
|
"warningBorderColor": "notifWarn",
|
||||||
@@ -736,7 +849,8 @@
|
|||||||
},
|
},
|
||||||
"ToolWindowInfo": {
|
"ToolWindowInfo": {
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"background": "notifInfo"
|
"background": "notif",
|
||||||
|
"borderColor": "notif"
|
||||||
},
|
},
|
||||||
"ToolWindowWarning": {
|
"ToolWindowWarning": {
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
@@ -786,7 +900,7 @@
|
|||||||
"lineSeparatorColor": "table"
|
"lineSeparatorColor": "table"
|
||||||
},
|
},
|
||||||
"PasswordField": {
|
"PasswordField": {
|
||||||
"background": "hc",
|
"background": "cs",
|
||||||
"capsLockIconColor": "accent",
|
"capsLockIconColor": "accent",
|
||||||
"caretForeground": "accent",
|
"caretForeground": "accent",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
@@ -796,6 +910,7 @@
|
|||||||
},
|
},
|
||||||
"Plugins": {
|
"Plugins": {
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
|
"borderColor": "border",
|
||||||
"disabledForeground": "dis",
|
"disabledForeground": "dis",
|
||||||
"eapTagBackground": "hl",
|
"eapTagBackground": "hl",
|
||||||
"hoverBackground": "hl",
|
"hoverBackground": "hl",
|
||||||
@@ -817,8 +932,11 @@
|
|||||||
"updateBorderColor": "button",
|
"updateBorderColor": "button",
|
||||||
"updateForeground": "fg"
|
"updateForeground": "fg"
|
||||||
},
|
},
|
||||||
|
"ScreenshotPagination": {
|
||||||
|
"CurrentImage.fillColor": "accent"
|
||||||
|
},
|
||||||
"SearchField": {
|
"SearchField": {
|
||||||
"background": "hc",
|
"background": "cs",
|
||||||
"borderColor": "border"
|
"borderColor": "border"
|
||||||
},
|
},
|
||||||
"SectionHeader": {
|
"SectionHeader": {
|
||||||
@@ -836,27 +954,38 @@
|
|||||||
},
|
},
|
||||||
"Popup": {
|
"Popup": {
|
||||||
"Advertiser": {
|
"Advertiser": {
|
||||||
|
"borderInsets": "6,20,6,20",
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"borderColor": "bg",
|
"borderColor": "bg",
|
||||||
"foreground": "accent"
|
"foreground": "accent"
|
||||||
},
|
},
|
||||||
|
"Body": {
|
||||||
|
"bottomInsetNoAd": 8,
|
||||||
|
"bottomInsetBeforeAd": 8,
|
||||||
|
"topInsetNoHeader": 8
|
||||||
|
},
|
||||||
"Border": {
|
"Border": {
|
||||||
"color": "cs",
|
"color": "cs",
|
||||||
"inactiveColor": "bg"
|
"inactiveColor": "bg"
|
||||||
},
|
},
|
||||||
|
"background": "notif",
|
||||||
"borderColor": "cs",
|
"borderColor": "cs",
|
||||||
|
"borderWidth": 0,
|
||||||
"inactiveBorderColor": "bg",
|
"inactiveBorderColor": "bg",
|
||||||
"innerBorderColor": "second",
|
"innerBorderColor": "second",
|
||||||
"Header": {
|
"Header": {
|
||||||
"activeBackground": "bg",
|
"activeBackground": "bg",
|
||||||
"inactiveBackground": "cs"
|
"inactiveBackground": "cs",
|
||||||
|
"inactiveForeground": "text"
|
||||||
},
|
},
|
||||||
"paintBorder": true,
|
"paintBorder": false,
|
||||||
"preferences": {
|
"preferences": {
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"borderColor": "bg",
|
"borderColor": "bg",
|
||||||
"foreground": "fg"
|
"foreground": "fg"
|
||||||
},
|
},
|
||||||
|
"Selection.arc": 8,
|
||||||
|
"Selection.leftRightInset": 8,
|
||||||
"Separator": {
|
"Separator": {
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"color": "border"
|
"color": "border"
|
||||||
@@ -872,13 +1001,24 @@
|
|||||||
},
|
},
|
||||||
"PopupMenu": {
|
"PopupMenu": {
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"border": "2,0,2,0",
|
"borderWidth": 1,
|
||||||
|
"border": "8,8,8,8",
|
||||||
|
"borderCornerRadius": 8,
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
|
"Selection": {
|
||||||
|
"arc": 8,
|
||||||
|
"innerInsets": "8,2,8,2"
|
||||||
|
},
|
||||||
"selectionBackground": "selBg",
|
"selectionBackground": "selBg",
|
||||||
"translucentBackground": "bg"
|
"translucentBackground": "bg"
|
||||||
},
|
},
|
||||||
"PopupMenuSeparator.height": 10,
|
"PopupMenuSeparator": {
|
||||||
"PopupMenuSeparator.stripeIndent": 5,
|
"height": 10,
|
||||||
|
"stripeWidth": 2,
|
||||||
|
"stripeIndent": 5,
|
||||||
|
"withToEdge": 4,
|
||||||
|
"borderCornerRadius": 8
|
||||||
|
},
|
||||||
"ProgressBar": {
|
"ProgressBar": {
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"foreground": "accent",
|
"foreground": "accent",
|
||||||
@@ -922,12 +1062,27 @@
|
|||||||
"selectionBackground": "selBg",
|
"selectionBackground": "selBg",
|
||||||
"selectionForeground": "selFg"
|
"selectionForeground": "selFg"
|
||||||
},
|
},
|
||||||
|
"ReviewList": {
|
||||||
|
"state.background": "second",
|
||||||
|
"state.foreground": "fg"
|
||||||
|
},
|
||||||
"RunWidget": {
|
"RunWidget": {
|
||||||
|
"background": "button",
|
||||||
|
"Debug.activeBackground": "hl",
|
||||||
|
"foreground": "fg",
|
||||||
|
"hoverBackground": "table",
|
||||||
|
"pressedBackground": "hl",
|
||||||
|
"Profile.activeBackground": "hl",
|
||||||
|
"runningBackground": "hl",
|
||||||
|
"runningForeground": "selFg",
|
||||||
|
"Run.activeBackground": "hl",
|
||||||
"Running": {
|
"Running": {
|
||||||
"background": "accent",
|
"background": "hl",
|
||||||
"leftHoverBackground": "accent70",
|
"foreground": "selFg",
|
||||||
"leftPressedBackground": "accent"
|
"leftHoverBackground": "hl",
|
||||||
}
|
"leftPressedBackground": "hl"
|
||||||
|
},
|
||||||
|
"separatorColor": "border"
|
||||||
},
|
},
|
||||||
"ScreenView.borderColor": "border",
|
"ScreenView.borderColor": "border",
|
||||||
"scrollbar": "bg",
|
"scrollbar": "bg",
|
||||||
@@ -971,8 +1126,9 @@
|
|||||||
},
|
},
|
||||||
"SearchEverywhere": {
|
"SearchEverywhere": {
|
||||||
"Advertiser": {
|
"Advertiser": {
|
||||||
"background": "cs",
|
"background": "bg",
|
||||||
"foreground": "text"
|
"foreground": "text",
|
||||||
|
"borderInsets": "10,20,10,20"
|
||||||
},
|
},
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"Dialog": {
|
"Dialog": {
|
||||||
@@ -989,11 +1145,12 @@
|
|||||||
"Separator.foreground": "text",
|
"Separator.foreground": "text",
|
||||||
"selectionBackground": "selBg",
|
"selectionBackground": "selBg",
|
||||||
"separatorColor": "border",
|
"separatorColor": "border",
|
||||||
"separatorForeground": "text"
|
"separatorForeground": "text",
|
||||||
|
"settingsBackground": "bg"
|
||||||
},
|
},
|
||||||
"SearchField": {
|
"SearchField": {
|
||||||
"Border.color": "hl",
|
"Border.color": "hl",
|
||||||
"background": "hc",
|
"background": "cs",
|
||||||
"borderColor": "hl",
|
"borderColor": "hl",
|
||||||
"grayForeground": "dis",
|
"grayForeground": "dis",
|
||||||
"infoForeground": "dis"
|
"infoForeground": "dis"
|
||||||
@@ -1015,8 +1172,13 @@
|
|||||||
"startColor": "accent"
|
"startColor": "accent"
|
||||||
},
|
},
|
||||||
"SearchField.errorBackground": "notif",
|
"SearchField.errorBackground": "notif",
|
||||||
|
"SearchFieldWithExtension": {
|
||||||
|
"background": "cs"
|
||||||
|
},
|
||||||
"SearchOption": {
|
"SearchOption": {
|
||||||
"selectedBackground": "table"
|
"selectedBackground": "table",
|
||||||
|
"selectedPressedBackground": "hl",
|
||||||
|
"selectedHoveredBackground": "hl"
|
||||||
},
|
},
|
||||||
"SearchResults": {
|
"SearchResults": {
|
||||||
"Ordinal.File.Foreground": "text",
|
"Ordinal.File.Foreground": "text",
|
||||||
@@ -1056,12 +1218,12 @@
|
|||||||
"SpeedSearch": {
|
"SpeedSearch": {
|
||||||
"background": "hl",
|
"background": "hl",
|
||||||
"borderColor": "border",
|
"borderColor": "border",
|
||||||
"errorForeground": "fg",
|
"errorForeground": "red",
|
||||||
"foreground": "fg"
|
"foreground": "fg"
|
||||||
},
|
},
|
||||||
"Spinner": {
|
"Spinner": {
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"border": "3,3,3,3",
|
"border": "4,4,4,4",
|
||||||
"disabledBackground": "excl",
|
"disabledBackground": "excl",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"selectionForeground": "activeFg"
|
"selectionForeground": "activeFg"
|
||||||
@@ -1077,15 +1239,17 @@
|
|||||||
"Breadcrumbs": {
|
"Breadcrumbs": {
|
||||||
"floatingBackground": "tree",
|
"floatingBackground": "tree",
|
||||||
"floatingForeground": "fg",
|
"floatingForeground": "fg",
|
||||||
|
"floatingToolbarInsets": "8,12,8,12",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"hoverBackground": "tree",
|
"hoverBackground": "tree",
|
||||||
"hoverForeground": "fg",
|
"hoverForeground": "fg",
|
||||||
|
"itemBackgroundInsets": "2,4,2,4",
|
||||||
"selectionBackground": "selBg",
|
"selectionBackground": "selBg",
|
||||||
"selectionForeground": "activeFg",
|
"selectionForeground": "activeFg",
|
||||||
"selectionInactiveBackground": "button",
|
"selectionInactiveBackground": "button",
|
||||||
"selectionInactiveForeground": "fg"
|
"selectionInactiveForeground": "fg"
|
||||||
},
|
},
|
||||||
"borderColor": "bg",
|
"borderColor": "border",
|
||||||
"bottomColor": "bg",
|
"bottomColor": "bg",
|
||||||
"hoverBackground": "hl",
|
"hoverBackground": "hl",
|
||||||
"top2Color": "bg",
|
"top2Color": "bg",
|
||||||
@@ -1096,7 +1260,8 @@
|
|||||||
"hoverBackground": "hl",
|
"hoverBackground": "hl",
|
||||||
"hoverForeground": "selFg",
|
"hoverForeground": "selFg",
|
||||||
"pressedBackground": "button",
|
"pressedBackground": "button",
|
||||||
"pressedForeground": "fg"
|
"pressedForeground": "fg",
|
||||||
|
"widgetInsets": "8,12,8,12"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"TabbedPane": {
|
"TabbedPane": {
|
||||||
@@ -1126,6 +1291,7 @@
|
|||||||
"shadow": "hc",
|
"shadow": "hc",
|
||||||
"tabHeight": 32,
|
"tabHeight": 32,
|
||||||
"tabInsets": "5,10,5,10",
|
"tabInsets": "5,10,5,10",
|
||||||
|
"tabSelectionArc": 4,
|
||||||
"tabSelectionHeight": 2,
|
"tabSelectionHeight": 2,
|
||||||
"tabsOverlapBorder": true,
|
"tabsOverlapBorder": true,
|
||||||
"underlineColor": "accent"
|
"underlineColor": "accent"
|
||||||
@@ -1134,13 +1300,13 @@
|
|||||||
"Table": {
|
"Table": {
|
||||||
"alternativeRowBackground": "cs",
|
"alternativeRowBackground": "cs",
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"cellNoFocusBorder": "10,5,10,5",
|
"cellNoFocusBorder": "16,4,16,4",
|
||||||
"disabledForeground": "dis",
|
"disabledForeground": "dis",
|
||||||
"dropLineColor": "accent",
|
"dropLineColor": "accent",
|
||||||
"dropLineShortColor": "accent",
|
"dropLineShortColor": "accent",
|
||||||
"focusCellBackground": "table",
|
"focusCellBackground": "table",
|
||||||
"focusCellForeground": "activeFg",
|
"focusCellForeground": "activeFg",
|
||||||
"focusCellHighlightBorder": "10,5,10,5",
|
"focusCellHighlightBorder": "18,6,18,6",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"gridColor": "bg",
|
"gridColor": "bg",
|
||||||
"highlightOuter": "table",
|
"highlightOuter": "table",
|
||||||
@@ -1150,6 +1316,7 @@
|
|||||||
"lightSelectionForeground": "activeFg",
|
"lightSelectionForeground": "activeFg",
|
||||||
"lightSelectionInactiveBackground": "second",
|
"lightSelectionInactiveBackground": "second",
|
||||||
"lightSelectionInactiveForeground": "text",
|
"lightSelectionInactiveForeground": "text",
|
||||||
|
"rowHeight": 32,
|
||||||
"selectionBackground": "table",
|
"selectionBackground": "table",
|
||||||
"selectionForeground": "activeFg",
|
"selectionForeground": "activeFg",
|
||||||
"selectionInactiveBackground": "table",
|
"selectionInactiveBackground": "table",
|
||||||
@@ -1160,14 +1327,14 @@
|
|||||||
},
|
},
|
||||||
"TableHeader": {
|
"TableHeader": {
|
||||||
"background": "button",
|
"background": "button",
|
||||||
|
"bottomSeparatorColor": "border",
|
||||||
"borderColor": "hl",
|
"borderColor": "hl",
|
||||||
"bottomSeparatorColor": "hl",
|
"cellBorder": "6,0,6,0",
|
||||||
"cellBorder": "4,0,4,0",
|
|
||||||
"disabledForeground": "dis",
|
"disabledForeground": "dis",
|
||||||
"focusCellBackground": "table",
|
"focusCellBackground": "table",
|
||||||
"focusCellForeground": "activeFg",
|
"focusCellForeground": "activeFg",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"height": 25,
|
"height": 32,
|
||||||
"hoverBackground": "hl",
|
"hoverBackground": "hl",
|
||||||
"separatorColor": "border"
|
"separatorColor": "border"
|
||||||
},
|
},
|
||||||
@@ -1182,7 +1349,7 @@
|
|||||||
"textHighlightText": "activeFg",
|
"textHighlightText": "activeFg",
|
||||||
"textText": "text",
|
"textText": "text",
|
||||||
"TextArea": {
|
"TextArea": {
|
||||||
"background": "hc",
|
"background": "cs",
|
||||||
"caretForeground": "accent",
|
"caretForeground": "accent",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"inactiveForeground": "dis",
|
"inactiveForeground": "dis",
|
||||||
@@ -1190,7 +1357,7 @@
|
|||||||
"selectionForeground": "activeFg"
|
"selectionForeground": "activeFg"
|
||||||
},
|
},
|
||||||
"TextField": {
|
"TextField": {
|
||||||
"background": "hc",
|
"background": "cs",
|
||||||
"borderColor": "bg",
|
"borderColor": "bg",
|
||||||
"caretForeground": "accent",
|
"caretForeground": "accent",
|
||||||
"disabledBackground": "excl",
|
"disabledBackground": "excl",
|
||||||
@@ -1205,15 +1372,21 @@
|
|||||||
"separatorColorDisabled": "bg"
|
"separatorColorDisabled": "bg"
|
||||||
},
|
},
|
||||||
"TextPane": {
|
"TextPane": {
|
||||||
"background": "hc",
|
"background": "cs",
|
||||||
"caretForeground": "accent",
|
"caretForeground": "accent",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"inactiveForeground": "dis",
|
"inactiveForeground": "dis",
|
||||||
"selectionBackground": "table",
|
"selectionBackground": "table",
|
||||||
"selectionForeground": "activeFg"
|
"selectionForeground": "activeFg"
|
||||||
},
|
},
|
||||||
|
"TipOfTheDay": {
|
||||||
|
"Image.borderColor": "border"
|
||||||
|
},
|
||||||
"TitlePane": {
|
"TitlePane": {
|
||||||
"Button.hoverBackground": "hl",
|
"Button": {
|
||||||
|
"hoverBackground": "hl",
|
||||||
|
"preferredSize": "48,40"
|
||||||
|
},
|
||||||
"background": "hc",
|
"background": "hc",
|
||||||
"inactiveBackground": "bg",
|
"inactiveBackground": "bg",
|
||||||
"inactiveInfoForeground": "dis",
|
"inactiveInfoForeground": "dis",
|
||||||
@@ -1240,7 +1413,9 @@
|
|||||||
"borderHandleColor": "text",
|
"borderHandleColor": "text",
|
||||||
"comboBoxButtonBackground": "button",
|
"comboBoxButtonBackground": "button",
|
||||||
"floatingForeground": "text",
|
"floatingForeground": "text",
|
||||||
"foreground": "fg"
|
"foreground": "fg",
|
||||||
|
"verticalToolbarInsets": "6,6,6,6",
|
||||||
|
"horizontalToolbarInsets": "6,6,6,6"
|
||||||
},
|
},
|
||||||
"ToolbarComboWidget": {
|
"ToolbarComboWidget": {
|
||||||
"background": "button",
|
"background": "button",
|
||||||
@@ -1252,6 +1427,7 @@
|
|||||||
"description.title.text.color": "fg"
|
"description.title.text.color": "fg"
|
||||||
},
|
},
|
||||||
"ToolTip": {
|
"ToolTip": {
|
||||||
|
"arc": 6,
|
||||||
"actions": {
|
"actions": {
|
||||||
"background": "bg"
|
"background": "bg"
|
||||||
},
|
},
|
||||||
@@ -1262,8 +1438,10 @@
|
|||||||
},
|
},
|
||||||
"background": "notif",
|
"background": "notif",
|
||||||
"borderColor": "border",
|
"borderColor": "border",
|
||||||
|
"borderCornerRadius": 8,
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"infoForeground": "text",
|
"infoForeground": "text",
|
||||||
|
"linkForeground": "accent",
|
||||||
"Learning": {
|
"Learning": {
|
||||||
"background": "accent",
|
"background": "accent",
|
||||||
"borderColor": "accent",
|
"borderColor": "accent",
|
||||||
@@ -1284,6 +1462,10 @@
|
|||||||
"background": "hc",
|
"background": "hc",
|
||||||
"Button": {
|
"Button": {
|
||||||
"hoverBackground": "table",
|
"hoverBackground": "table",
|
||||||
|
"DragAndDrop": {
|
||||||
|
"stripeBackground": "cs",
|
||||||
|
"buttonDropBackground": "accent70"
|
||||||
|
},
|
||||||
"selectedBackground": "cs",
|
"selectedBackground": "cs",
|
||||||
"selectedForeground": "activeFg"
|
"selectedForeground": "activeFg"
|
||||||
},
|
},
|
||||||
@@ -1296,6 +1478,7 @@
|
|||||||
"tab.selected.background": "cs"
|
"tab.selected.background": "cs"
|
||||||
},
|
},
|
||||||
"Header": {
|
"Header": {
|
||||||
|
"height": 42,
|
||||||
"background": "second",
|
"background": "second",
|
||||||
"borderColor": "second",
|
"borderColor": "second",
|
||||||
"inactiveBackground": "bg"
|
"inactiveBackground": "bg"
|
||||||
@@ -1308,13 +1491,17 @@
|
|||||||
"hoverBackground": "hl",
|
"hoverBackground": "hl",
|
||||||
"hoverInactiveBackground": "hl",
|
"hoverInactiveBackground": "hl",
|
||||||
"inactiveUnderlineColor": "accent",
|
"inactiveUnderlineColor": "accent",
|
||||||
|
"leftRightInsets": "0,12,0,12",
|
||||||
"selectedBackground": "cs",
|
"selectedBackground": "cs",
|
||||||
"selectedInactiveBackground": "cs",
|
"selectedInactiveBackground": "cs",
|
||||||
|
"underlineArc": 4,
|
||||||
"underlineColor": "accent",
|
"underlineColor": "accent",
|
||||||
|
"underlineHeight": 3,
|
||||||
"underlinedTabBackground": "table",
|
"underlinedTabBackground": "table",
|
||||||
"underlinedTabForeground": "selFg",
|
"underlinedTabForeground": "selFg",
|
||||||
"underlinedTabInactiveBackground": "hc",
|
"underlinedTabInactiveBackground": "hc",
|
||||||
"underlinedTabInactiveForeground": "fg"
|
"underlinedTabInactiveForeground": "fg",
|
||||||
|
"verticalPadding": 6
|
||||||
},
|
},
|
||||||
"inactive": {
|
"inactive": {
|
||||||
"Header.background": "bg",
|
"Header.background": "bg",
|
||||||
@@ -1322,13 +1509,15 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"Tree": {
|
"Tree": {
|
||||||
|
"border": "4,12,4,12",
|
||||||
"background": "hc",
|
"background": "hc",
|
||||||
"foreground": "text",
|
"foreground": "text",
|
||||||
|
"errorForeground": "red",
|
||||||
"hash": "border",
|
"hash": "border",
|
||||||
"hoverBackground": "tree",
|
"hoverBackground": "tree",
|
||||||
"hoverInactiveBackground": "table",
|
"hoverInactiveBackground": "table",
|
||||||
"modifiedItemForeground": "accent",
|
"modifiedItemForeground": "accent",
|
||||||
"rowHeight": 28,
|
"rowHeight": "28",
|
||||||
"selectionBackground": "tree",
|
"selectionBackground": "tree",
|
||||||
"selectionForeground": "selFg",
|
"selectionForeground": "selFg",
|
||||||
"selectionInactiveBackground": "tree",
|
"selectionInactiveBackground": "tree",
|
||||||
@@ -1355,7 +1544,6 @@
|
|||||||
"hoverBorderColor": "hl"
|
"hoverBorderColor": "hl"
|
||||||
},
|
},
|
||||||
"Label.foreground": "text",
|
"Label.foreground": "text",
|
||||||
"List.selectionBackground": "tree",
|
|
||||||
"highStroke.foreground": "fg",
|
"highStroke.foreground": "fg",
|
||||||
"motion": {
|
"motion": {
|
||||||
"AddConstraintColor": "accent",
|
"AddConstraintColor": "accent",
|
||||||
@@ -1392,6 +1580,35 @@
|
|||||||
"ourML_BarColor.separatorColor": "border",
|
"ourML_BarColor.separatorColor": "border",
|
||||||
"timeLine.disabledBorderColor": "border"
|
"timeLine.disabledBorderColor": "border"
|
||||||
},
|
},
|
||||||
|
"PackageDetails": {
|
||||||
|
"border": "accent",
|
||||||
|
"infoBanner": "accent"
|
||||||
|
},
|
||||||
|
"PackageSearch": {
|
||||||
|
"PackagesList.rowHeight": 28,
|
||||||
|
"PackageTag": {
|
||||||
|
"background": "excl",
|
||||||
|
"foreground": "fg",
|
||||||
|
"hoverBackground": "tree",
|
||||||
|
"selectedBackground": "selBg",
|
||||||
|
"selectedForeground": "selFg"
|
||||||
|
},
|
||||||
|
"PackageTagSelected": {
|
||||||
|
"background": "selBg",
|
||||||
|
"foreground": "selFg"
|
||||||
|
},
|
||||||
|
"SearchResult": {
|
||||||
|
"background": "cs",
|
||||||
|
"hoverBackground": "tree",
|
||||||
|
"PackageTag": {
|
||||||
|
"background": "excl",
|
||||||
|
"foreground": "fg",
|
||||||
|
"hoverBackground": "tree",
|
||||||
|
"selectedBackground": "selBg",
|
||||||
|
"selectedForeground": "selFg"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"Panel": {
|
"Panel": {
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"borderColor": "border",
|
"borderColor": "border",
|
||||||
@@ -1418,7 +1635,7 @@
|
|||||||
},
|
},
|
||||||
"VersionControl": {
|
"VersionControl": {
|
||||||
"FileHistory.Commit": {
|
"FileHistory.Commit": {
|
||||||
"otherBranchBackground": "bg",
|
"otherBranchBackground": "excl",
|
||||||
"selectedBranchBackground": "bg"
|
"selectedBranchBackground": "bg"
|
||||||
},
|
},
|
||||||
"GitCommits": {
|
"GitCommits": {
|
||||||
@@ -1443,9 +1660,15 @@
|
|||||||
"Commit": {
|
"Commit": {
|
||||||
"currentBranchBackground": "cs",
|
"currentBranchBackground": "cs",
|
||||||
"hoveredBackground": "tree",
|
"hoveredBackground": "tree",
|
||||||
|
"rowHeight": 28,
|
||||||
"unmatchedForeground": "text"
|
"unmatchedForeground": "text"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"MarkerPopup": {
|
||||||
|
"borderColor": "border",
|
||||||
|
"borderInsets": "6,8,6,10",
|
||||||
|
"Toolbar.background": "hl"
|
||||||
|
},
|
||||||
"Ref": {
|
"Ref": {
|
||||||
"backgroundBase": "hl",
|
"backgroundBase": "hl",
|
||||||
"foreground": "activeFg"
|
"foreground": "activeFg"
|
||||||
@@ -1455,6 +1678,11 @@
|
|||||||
"foreground": "activeFg"
|
"foreground": "activeFg"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"UnattendedHostStatus": {
|
||||||
|
"warningBackground": "yellow",
|
||||||
|
"warningForeground": "activeFg",
|
||||||
|
"dangerBackground": "red"
|
||||||
|
},
|
||||||
"Viewport": {
|
"Viewport": {
|
||||||
"background": "hc",
|
"background": "hc",
|
||||||
"foreground": "fg"
|
"foreground": "fg"
|
||||||
|
|||||||
@@ -22,7 +22,7 @@
|
|||||||
"cs": "#f0f0f0",
|
"cs": "#f0f0f0",
|
||||||
"button": "#d9d9d9",
|
"button": "#d9d9d9",
|
||||||
"table": "#d3e8f8",
|
"table": "#d3e8f8",
|
||||||
"tree": "#d3e8f87c",
|
"tree": "#dfebf4",
|
||||||
"hl": "#CCCCCC",
|
"hl": "#CCCCCC",
|
||||||
"notif": "#F0F0F0",
|
"notif": "#F0F0F0",
|
||||||
"hc": "#F0F0F0",
|
"hc": "#F0F0F0",
|
||||||
@@ -73,6 +73,10 @@
|
|||||||
"pressedBackground": "accent50",
|
"pressedBackground": "accent50",
|
||||||
"pressedBorderColor": "accent50"
|
"pressedBorderColor": "accent50"
|
||||||
},
|
},
|
||||||
|
"ActionsList": {
|
||||||
|
"icon.gap": 12,
|
||||||
|
"mnemonic.icon.gap": 12
|
||||||
|
},
|
||||||
"ActionToolbar": {
|
"ActionToolbar": {
|
||||||
"background": "hc"
|
"background": "hc"
|
||||||
},
|
},
|
||||||
@@ -127,8 +131,9 @@
|
|||||||
"BookmarkIcon.background": "accent",
|
"BookmarkIcon.background": "accent",
|
||||||
"Borders.ContrastBorderColor": "bg",
|
"Borders.ContrastBorderColor": "bg",
|
||||||
"Borders.color": "border",
|
"Borders.color": "border",
|
||||||
|
"Breakpoint.iconHoverAlpha": 0.35,
|
||||||
"Button": {
|
"Button": {
|
||||||
"arc": 0,
|
"arc": 8,
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"darcula": {
|
"darcula": {
|
||||||
"borderColor": "button",
|
"borderColor": "button",
|
||||||
@@ -181,7 +186,10 @@
|
|||||||
"shadowColor": "shadow",
|
"shadowColor": "shadow",
|
||||||
"shadowWidth": 0,
|
"shadowWidth": 0,
|
||||||
"startBackground": "table",
|
"startBackground": "table",
|
||||||
"startBorderColor": "button"
|
"startBorderColor": "button",
|
||||||
|
"ToolWindow": {
|
||||||
|
"arc": 40
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"Canvas": {
|
"Canvas": {
|
||||||
"Tooltip.background": "notif",
|
"Tooltip.background": "notif",
|
||||||
@@ -256,6 +264,32 @@
|
|||||||
"accessDot": "accent",
|
"accessDot": "accent",
|
||||||
"dropdownBorder": "second",
|
"dropdownBorder": "second",
|
||||||
"pillBackground": "second"
|
"pillBackground": "second"
|
||||||
|
},
|
||||||
|
"Users": {
|
||||||
|
"1": {
|
||||||
|
"Background": "green",
|
||||||
|
"Foreground": "fg"
|
||||||
|
},
|
||||||
|
"2": {
|
||||||
|
"Background": "blue",
|
||||||
|
"Foreground": "fg"
|
||||||
|
},
|
||||||
|
"3": {
|
||||||
|
"Background": "red",
|
||||||
|
"Foreground": "fg"
|
||||||
|
},
|
||||||
|
"4": {
|
||||||
|
"Background": "purple",
|
||||||
|
"Foreground": "fg"
|
||||||
|
},
|
||||||
|
"5": {
|
||||||
|
"Background": "yellow",
|
||||||
|
"Foreground": "fg"
|
||||||
|
},
|
||||||
|
"6": {
|
||||||
|
"Background": "orange",
|
||||||
|
"Foreground": "fg"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"ColorChooser": {
|
"ColorChooser": {
|
||||||
@@ -293,7 +327,13 @@
|
|||||||
"selectionBackground": "table",
|
"selectionBackground": "table",
|
||||||
"selectionForeground": "activeFg"
|
"selectionForeground": "activeFg"
|
||||||
},
|
},
|
||||||
|
"ComboPopup.border": "1,1,1,1,#2AA298",
|
||||||
"CompletionPopup": {
|
"CompletionPopup": {
|
||||||
|
"Advertiser": {
|
||||||
|
"background": "bg",
|
||||||
|
"foreground": "fg",
|
||||||
|
"borderInsets": "8,12,8,12"
|
||||||
|
},
|
||||||
"background": "second",
|
"background": "second",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"grayForeground": "text",
|
"grayForeground": "text",
|
||||||
@@ -313,8 +353,12 @@
|
|||||||
"selectionInactiveInfoForeground": "text",
|
"selectionInactiveInfoForeground": "text",
|
||||||
"selectionInfoForeground": "selFg"
|
"selectionInfoForeground": "selFg"
|
||||||
},
|
},
|
||||||
|
"ComplexPopup": {
|
||||||
|
"Header.background": "notif"
|
||||||
|
},
|
||||||
"Component": {
|
"Component": {
|
||||||
"arc": 4,
|
"arc": 4,
|
||||||
|
"focusWidth": 2,
|
||||||
"borderColor": "hl",
|
"borderColor": "hl",
|
||||||
"disabledBorderColor": "dis",
|
"disabledBorderColor": "dis",
|
||||||
"focusColor": "accent",
|
"focusColor": "accent",
|
||||||
@@ -351,6 +395,7 @@
|
|||||||
},
|
},
|
||||||
"desktop": "hc",
|
"desktop": "hc",
|
||||||
"Debugger": {
|
"Debugger": {
|
||||||
|
"EvaluateExpression.background": "bg",
|
||||||
"Variables": {
|
"Variables": {
|
||||||
"changedValueForeground": "accent",
|
"changedValueForeground": "accent",
|
||||||
"collectingDataForeground": "text",
|
"collectingDataForeground": "text",
|
||||||
@@ -358,13 +403,15 @@
|
|||||||
"evaluatingExpressionForeground": "text",
|
"evaluatingExpressionForeground": "text",
|
||||||
"exceptionForeground": "yellow",
|
"exceptionForeground": "yellow",
|
||||||
"modifyingValueForeground": "accent",
|
"modifyingValueForeground": "accent",
|
||||||
"valueForeground": "accent"
|
"valueForeground": "accent",
|
||||||
|
"typeForeground": "text"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"DebuggerTabs": {
|
"DebuggerTabs": {
|
||||||
"active.background": "hl",
|
"active.background": "hl",
|
||||||
"selectedBackground": "hl",
|
"selectedBackground": "hl",
|
||||||
"underlinedTabBackground": "table"
|
"underlinedTabBackground": "table",
|
||||||
|
"underlineHeight": 2
|
||||||
},
|
},
|
||||||
"DebuggerPopup": {
|
"DebuggerPopup": {
|
||||||
"borderColor": "bg"
|
"borderColor": "bg"
|
||||||
@@ -380,6 +427,7 @@
|
|||||||
"inactiveMaskColor": "hc",
|
"inactiveMaskColor": "hc",
|
||||||
"inactiveUnderlineColor": "accent",
|
"inactiveUnderlineColor": "accent",
|
||||||
"underlineColor": "accent",
|
"underlineColor": "accent",
|
||||||
|
"underlineHeight": 3,
|
||||||
"underlinedTabBackground": "table",
|
"underlinedTabBackground": "table",
|
||||||
"underlinedTabForeground": "selFg"
|
"underlinedTabForeground": "selFg"
|
||||||
},
|
},
|
||||||
@@ -398,13 +446,21 @@
|
|||||||
"backgroundBorderColor": "bg",
|
"backgroundBorderColor": "bg",
|
||||||
"backgroundColor": "bg",
|
"backgroundColor": "bg",
|
||||||
"borderColor": "accent",
|
"borderColor": "accent",
|
||||||
"foregroundColor": "fg"
|
"foregroundColor": "fg",
|
||||||
|
"rowBackground": "accent70"
|
||||||
},
|
},
|
||||||
"dropArea.base": "accent",
|
"dropArea.base": "accent",
|
||||||
"Editor": {
|
"Editor": {
|
||||||
"background": "hc",
|
"background": "hc",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"shortcutForeground": "text"
|
"shortcutForeground": "text",
|
||||||
|
"SearchField": {
|
||||||
|
"background": "cs",
|
||||||
|
"borderInsets": "8,12,8,12"
|
||||||
|
},
|
||||||
|
"Toolbar": {
|
||||||
|
"borderColor": "border"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"EditorGroupsTabs": {
|
"EditorGroupsTabs": {
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
@@ -423,7 +479,8 @@
|
|||||||
"inactiveBackground": "bg",
|
"inactiveBackground": "bg",
|
||||||
"inactiveForeground": "dis",
|
"inactiveForeground": "dis",
|
||||||
"selectionBackground": "selBg",
|
"selectionBackground": "selBg",
|
||||||
"selectionForeground": "activeFg"
|
"selectionForeground": "activeFg",
|
||||||
|
"splitBorder": "border"
|
||||||
},
|
},
|
||||||
"EditorTabs": {
|
"EditorTabs": {
|
||||||
"active.background": "table",
|
"active.background": "table",
|
||||||
@@ -441,7 +498,10 @@
|
|||||||
"inactiveUnderlineColor": "dis",
|
"inactiveUnderlineColor": "dis",
|
||||||
"selectedBackground": "table",
|
"selectedBackground": "table",
|
||||||
"selectedForeground": "fg",
|
"selectedForeground": "fg",
|
||||||
|
"tabInsets": "-10,10,-10,10",
|
||||||
"underlineColor": "accent",
|
"underlineColor": "accent",
|
||||||
|
"underlineHeight": 3,
|
||||||
|
"underlineArc": 4,
|
||||||
"underlinedTabBackground": "table",
|
"underlinedTabBackground": "table",
|
||||||
"underlinedTabForeground": "selFg"
|
"underlinedTabForeground": "selFg"
|
||||||
},
|
},
|
||||||
@@ -472,7 +532,7 @@
|
|||||||
"defaultButtonBorderColor": "accent"
|
"defaultButtonBorderColor": "accent"
|
||||||
},
|
},
|
||||||
"FormattedTextField": {
|
"FormattedTextField": {
|
||||||
"background": "hc",
|
"background": "cs",
|
||||||
"caretForeground": "accent",
|
"caretForeground": "accent",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"inactiveBackground": "button",
|
"inactiveBackground": "button",
|
||||||
@@ -509,6 +569,9 @@
|
|||||||
"disabledSeparatorColor": "border",
|
"disabledSeparatorColor": "border",
|
||||||
"separatorColor": "border"
|
"separatorColor": "border"
|
||||||
},
|
},
|
||||||
|
"Gutter": {
|
||||||
|
"VcsChanges.width": 4
|
||||||
|
},
|
||||||
"GutterTooltip": {
|
"GutterTooltip": {
|
||||||
"borderColor": "bg",
|
"borderColor": "bg",
|
||||||
"infoForeground": "text",
|
"infoForeground": "text",
|
||||||
@@ -522,11 +585,14 @@
|
|||||||
"background": "bg",
|
"background": "bg",
|
||||||
"backgroundColor": "bg",
|
"backgroundColor": "bg",
|
||||||
"borderColor": "border",
|
"borderColor": "border",
|
||||||
|
"defaultTextBorderInsets": "16,16,16,16",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"infoForeground": "text",
|
"infoForeground": "text",
|
||||||
"shortcutForeground": "text",
|
"shortcutForeground": "text",
|
||||||
"shortcutTextColor": "text",
|
"shortcutTextColor": "text",
|
||||||
"textColor": "fg"
|
"smallTextBorderInsets": "8,12,8,12",
|
||||||
|
"textColor": "fg",
|
||||||
|
"verticalGap": 8
|
||||||
},
|
},
|
||||||
"Hg.Log.Ref": {
|
"Hg.Log.Ref": {
|
||||||
"Branch": "accent",
|
"Branch": "accent",
|
||||||
@@ -594,6 +660,7 @@
|
|||||||
"link": "accent",
|
"link": "accent",
|
||||||
"Link": {
|
"Link": {
|
||||||
"activeForeground": "accent",
|
"activeForeground": "accent",
|
||||||
|
"focusedBorderColor": "accent",
|
||||||
"hoverForeground": "accent",
|
"hoverForeground": "accent",
|
||||||
"pressedForeground": "accent",
|
"pressedForeground": "accent",
|
||||||
"secondaryForeground": "text",
|
"secondaryForeground": "text",
|
||||||
@@ -605,27 +672,61 @@
|
|||||||
"link.visited.foreground": "accent",
|
"link.visited.foreground": "accent",
|
||||||
"List": {
|
"List": {
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
|
"Button": {
|
||||||
|
"hoverBackground": "hl",
|
||||||
|
"leftRightInset": 8,
|
||||||
|
"separatorColor": "border",
|
||||||
|
"separatorInset": 4
|
||||||
|
},
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"hoverBackground": "hl",
|
"hoverBackground": "hl",
|
||||||
"hoverInactiveBackground": "table",
|
"hoverInactiveBackground": "table",
|
||||||
|
"Line.hoverBackground": "selBg",
|
||||||
|
"rowHeight": "28",
|
||||||
|
"selectionBackground": "tree",
|
||||||
"selectionForeground": "selFg",
|
"selectionForeground": "selFg",
|
||||||
"selectionInactiveBackground": "table",
|
"selectionInactiveBackground": "table",
|
||||||
"selectionInactiveForeground": "activeFg"
|
"selectionInactiveForeground": "activeFg",
|
||||||
|
"Tag": {
|
||||||
|
"background": "button",
|
||||||
|
"foreground": "fg"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"LiveIndicator": {
|
"LiveIndicator": {
|
||||||
"color": "accent"
|
"color": "accent"
|
||||||
},
|
},
|
||||||
|
"macOSWindow.Title": {
|
||||||
|
"height": 30,
|
||||||
|
"heightSmall": 20
|
||||||
|
},
|
||||||
|
"MainMenu": {
|
||||||
|
"background": "hc",
|
||||||
|
"foreground": "fg",
|
||||||
|
"selectionForeground": "activeFg",
|
||||||
|
"selectionBackground": "selBg"
|
||||||
|
},
|
||||||
"MainToolbar": {
|
"MainToolbar": {
|
||||||
"Dropdown.background": "bg",
|
|
||||||
"Dropdown.hoverBackground": "border",
|
|
||||||
"Dropdown.pressedBackground": "table",
|
|
||||||
"Icon.background": "bg",
|
|
||||||
"Icon.hoverBackground": "border",
|
|
||||||
"Icon.pressedBackground": "table",
|
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"hoverBackground": "border",
|
"Button": {
|
||||||
|
"buttonInsets": "0,0,0,0"
|
||||||
|
},
|
||||||
|
"Dropdown": {
|
||||||
|
"borderInsets": "6,12,6,12",
|
||||||
|
"background": "bg",
|
||||||
|
"foreground": "fg",
|
||||||
|
"hoverBackground": "hl",
|
||||||
|
"pressedBackground": "table"
|
||||||
|
},
|
||||||
|
"hoverBackground": "hl",
|
||||||
|
"Icon": {
|
||||||
|
"borderInsets": "10,10,10,10",
|
||||||
|
"background": "bg",
|
||||||
|
"hoverBackground": "hl",
|
||||||
|
"pressedBackground": "table"
|
||||||
|
},
|
||||||
"inactiveBackground": "bg",
|
"inactiveBackground": "bg",
|
||||||
"pressedBackground": "table"
|
"pressedBackground": "table",
|
||||||
|
"separatorColor": "border"
|
||||||
},
|
},
|
||||||
"material": {
|
"material": {
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
@@ -652,11 +753,15 @@
|
|||||||
"acceleratorForeground": "text",
|
"acceleratorForeground": "text",
|
||||||
"acceleratorSelectionForeground": "activeFg",
|
"acceleratorSelectionForeground": "activeFg",
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"border": "4,2,4,2",
|
"border": "8,8,8,8",
|
||||||
"borderColor": "second",
|
"borderColor": "second",
|
||||||
"disabledBackground": "second",
|
"disabledBackground": "second",
|
||||||
"disabledForeground": "dis",
|
"disabledForeground": "dis",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
|
"Selection": {
|
||||||
|
"arc": 8,
|
||||||
|
"innerInsets": "8,2,8,2"
|
||||||
|
},
|
||||||
"selectionBackground": "selBg",
|
"selectionBackground": "selBg",
|
||||||
"selectionForeground": "activeFg",
|
"selectionForeground": "activeFg",
|
||||||
"separatorColor": "border"
|
"separatorColor": "border"
|
||||||
@@ -676,7 +781,7 @@
|
|||||||
"acceleratorForeground": "text",
|
"acceleratorForeground": "text",
|
||||||
"acceleratorSelectionForeground": "activeFg",
|
"acceleratorSelectionForeground": "activeFg",
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"border": "4,2,4,2",
|
"border": "8,8,8,8",
|
||||||
"disabledBackground": "bg",
|
"disabledBackground": "bg",
|
||||||
"disabledForeground": "dis",
|
"disabledForeground": "dis",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
@@ -699,11 +804,13 @@
|
|||||||
"background": "bg"
|
"background": "bg"
|
||||||
},
|
},
|
||||||
"SearchField": {
|
"SearchField": {
|
||||||
"background": "hc"
|
"background": "cs"
|
||||||
}
|
},
|
||||||
|
"separatorWidth": 6
|
||||||
},
|
},
|
||||||
"NewPSD.warning": "accent",
|
"NewPSD.warning": "accent",
|
||||||
"Notification": {
|
"Notification": {
|
||||||
|
"arc": 16,
|
||||||
"Error.foreground": "accent",
|
"Error.foreground": "accent",
|
||||||
"Link.foreground": "accent",
|
"Link.foreground": "accent",
|
||||||
"background": "notif",
|
"background": "notif",
|
||||||
@@ -719,12 +826,18 @@
|
|||||||
"innerBorderColor": "button"
|
"innerBorderColor": "button"
|
||||||
},
|
},
|
||||||
"ToolWindow": {
|
"ToolWindow": {
|
||||||
|
"Button.DragAndDrop": {
|
||||||
|
"buttonFloatingBackground": "button",
|
||||||
|
"stripeBackground": "bg"
|
||||||
|
},
|
||||||
"errorBackground": "notifError",
|
"errorBackground": "notifError",
|
||||||
"errorBorderColor": "notifError",
|
"errorBorderColor": "notifError",
|
||||||
"errorForeground": "fg",
|
"errorForeground": "fg",
|
||||||
|
"infoBackground": "notif",
|
||||||
|
"infoBorderColor": "notif",
|
||||||
"infoForeground": "fg",
|
"infoForeground": "fg",
|
||||||
"informativeBackground": "notifInfo",
|
"informativeBackground": "notif",
|
||||||
"informativeBorderColor": "notifInfo",
|
"informativeBorderColor": "notif",
|
||||||
"informativeForeground": "fg",
|
"informativeForeground": "fg",
|
||||||
"warningBackground": "notifWarn",
|
"warningBackground": "notifWarn",
|
||||||
"warningBorderColor": "notifWarn",
|
"warningBorderColor": "notifWarn",
|
||||||
@@ -736,7 +849,8 @@
|
|||||||
},
|
},
|
||||||
"ToolWindowInfo": {
|
"ToolWindowInfo": {
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"background": "notifInfo"
|
"background": "notif",
|
||||||
|
"borderColor": "notif"
|
||||||
},
|
},
|
||||||
"ToolWindowWarning": {
|
"ToolWindowWarning": {
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
@@ -786,7 +900,7 @@
|
|||||||
"lineSeparatorColor": "table"
|
"lineSeparatorColor": "table"
|
||||||
},
|
},
|
||||||
"PasswordField": {
|
"PasswordField": {
|
||||||
"background": "hc",
|
"background": "cs",
|
||||||
"capsLockIconColor": "accent",
|
"capsLockIconColor": "accent",
|
||||||
"caretForeground": "accent",
|
"caretForeground": "accent",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
@@ -796,6 +910,7 @@
|
|||||||
},
|
},
|
||||||
"Plugins": {
|
"Plugins": {
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
|
"borderColor": "border",
|
||||||
"disabledForeground": "dis",
|
"disabledForeground": "dis",
|
||||||
"eapTagBackground": "hl",
|
"eapTagBackground": "hl",
|
||||||
"hoverBackground": "hl",
|
"hoverBackground": "hl",
|
||||||
@@ -817,8 +932,11 @@
|
|||||||
"updateBorderColor": "button",
|
"updateBorderColor": "button",
|
||||||
"updateForeground": "fg"
|
"updateForeground": "fg"
|
||||||
},
|
},
|
||||||
|
"ScreenshotPagination": {
|
||||||
|
"CurrentImage.fillColor": "accent"
|
||||||
|
},
|
||||||
"SearchField": {
|
"SearchField": {
|
||||||
"background": "hc",
|
"background": "cs",
|
||||||
"borderColor": "border"
|
"borderColor": "border"
|
||||||
},
|
},
|
||||||
"SectionHeader": {
|
"SectionHeader": {
|
||||||
@@ -836,27 +954,38 @@
|
|||||||
},
|
},
|
||||||
"Popup": {
|
"Popup": {
|
||||||
"Advertiser": {
|
"Advertiser": {
|
||||||
|
"borderInsets": "6,20,6,20",
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"borderColor": "bg",
|
"borderColor": "bg",
|
||||||
"foreground": "accent"
|
"foreground": "accent"
|
||||||
},
|
},
|
||||||
|
"Body": {
|
||||||
|
"bottomInsetNoAd": 8,
|
||||||
|
"bottomInsetBeforeAd": 8,
|
||||||
|
"topInsetNoHeader": 8
|
||||||
|
},
|
||||||
"Border": {
|
"Border": {
|
||||||
"color": "cs",
|
"color": "cs",
|
||||||
"inactiveColor": "bg"
|
"inactiveColor": "bg"
|
||||||
},
|
},
|
||||||
|
"background": "notif",
|
||||||
"borderColor": "cs",
|
"borderColor": "cs",
|
||||||
|
"borderWidth": 0,
|
||||||
"inactiveBorderColor": "bg",
|
"inactiveBorderColor": "bg",
|
||||||
"innerBorderColor": "second",
|
"innerBorderColor": "second",
|
||||||
"Header": {
|
"Header": {
|
||||||
"activeBackground": "bg",
|
"activeBackground": "bg",
|
||||||
"inactiveBackground": "cs"
|
"inactiveBackground": "cs",
|
||||||
|
"inactiveForeground": "text"
|
||||||
},
|
},
|
||||||
"paintBorder": true,
|
"paintBorder": false,
|
||||||
"preferences": {
|
"preferences": {
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"borderColor": "bg",
|
"borderColor": "bg",
|
||||||
"foreground": "fg"
|
"foreground": "fg"
|
||||||
},
|
},
|
||||||
|
"Selection.arc": 8,
|
||||||
|
"Selection.leftRightInset": 8,
|
||||||
"Separator": {
|
"Separator": {
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"color": "border"
|
"color": "border"
|
||||||
@@ -872,13 +1001,24 @@
|
|||||||
},
|
},
|
||||||
"PopupMenu": {
|
"PopupMenu": {
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"border": "2,0,2,0",
|
"borderWidth": 1,
|
||||||
|
"border": "8,8,8,8",
|
||||||
|
"borderCornerRadius": 8,
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
|
"Selection": {
|
||||||
|
"arc": 8,
|
||||||
|
"innerInsets": "8,2,8,2"
|
||||||
|
},
|
||||||
"selectionBackground": "selBg",
|
"selectionBackground": "selBg",
|
||||||
"translucentBackground": "bg"
|
"translucentBackground": "bg"
|
||||||
},
|
},
|
||||||
"PopupMenuSeparator.height": 10,
|
"PopupMenuSeparator": {
|
||||||
"PopupMenuSeparator.stripeIndent": 5,
|
"height": 10,
|
||||||
|
"stripeWidth": 2,
|
||||||
|
"stripeIndent": 5,
|
||||||
|
"withToEdge": 4,
|
||||||
|
"borderCornerRadius": 8
|
||||||
|
},
|
||||||
"ProgressBar": {
|
"ProgressBar": {
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"foreground": "accent",
|
"foreground": "accent",
|
||||||
@@ -922,12 +1062,27 @@
|
|||||||
"selectionBackground": "selBg",
|
"selectionBackground": "selBg",
|
||||||
"selectionForeground": "selFg"
|
"selectionForeground": "selFg"
|
||||||
},
|
},
|
||||||
|
"ReviewList": {
|
||||||
|
"state.background": "second",
|
||||||
|
"state.foreground": "fg"
|
||||||
|
},
|
||||||
"RunWidget": {
|
"RunWidget": {
|
||||||
|
"background": "button",
|
||||||
|
"Debug.activeBackground": "hl",
|
||||||
|
"foreground": "fg",
|
||||||
|
"hoverBackground": "table",
|
||||||
|
"pressedBackground": "hl",
|
||||||
|
"Profile.activeBackground": "hl",
|
||||||
|
"runningBackground": "hl",
|
||||||
|
"runningForeground": "selFg",
|
||||||
|
"Run.activeBackground": "hl",
|
||||||
"Running": {
|
"Running": {
|
||||||
"background": "accent",
|
"background": "hl",
|
||||||
"leftHoverBackground": "accent70",
|
"foreground": "selFg",
|
||||||
"leftPressedBackground": "accent"
|
"leftHoverBackground": "hl",
|
||||||
}
|
"leftPressedBackground": "hl"
|
||||||
|
},
|
||||||
|
"separatorColor": "border"
|
||||||
},
|
},
|
||||||
"ScreenView.borderColor": "border",
|
"ScreenView.borderColor": "border",
|
||||||
"scrollbar": "bg",
|
"scrollbar": "bg",
|
||||||
@@ -971,8 +1126,9 @@
|
|||||||
},
|
},
|
||||||
"SearchEverywhere": {
|
"SearchEverywhere": {
|
||||||
"Advertiser": {
|
"Advertiser": {
|
||||||
"background": "cs",
|
"background": "bg",
|
||||||
"foreground": "text"
|
"foreground": "text",
|
||||||
|
"borderInsets": "10,20,10,20"
|
||||||
},
|
},
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"Dialog": {
|
"Dialog": {
|
||||||
@@ -989,11 +1145,12 @@
|
|||||||
"Separator.foreground": "text",
|
"Separator.foreground": "text",
|
||||||
"selectionBackground": "selBg",
|
"selectionBackground": "selBg",
|
||||||
"separatorColor": "border",
|
"separatorColor": "border",
|
||||||
"separatorForeground": "text"
|
"separatorForeground": "text",
|
||||||
|
"settingsBackground": "bg"
|
||||||
},
|
},
|
||||||
"SearchField": {
|
"SearchField": {
|
||||||
"Border.color": "hl",
|
"Border.color": "hl",
|
||||||
"background": "hc",
|
"background": "cs",
|
||||||
"borderColor": "hl",
|
"borderColor": "hl",
|
||||||
"grayForeground": "dis",
|
"grayForeground": "dis",
|
||||||
"infoForeground": "dis"
|
"infoForeground": "dis"
|
||||||
@@ -1015,8 +1172,13 @@
|
|||||||
"startColor": "accent"
|
"startColor": "accent"
|
||||||
},
|
},
|
||||||
"SearchField.errorBackground": "notif",
|
"SearchField.errorBackground": "notif",
|
||||||
|
"SearchFieldWithExtension": {
|
||||||
|
"background": "cs"
|
||||||
|
},
|
||||||
"SearchOption": {
|
"SearchOption": {
|
||||||
"selectedBackground": "table"
|
"selectedBackground": "table",
|
||||||
|
"selectedPressedBackground": "hl",
|
||||||
|
"selectedHoveredBackground": "hl"
|
||||||
},
|
},
|
||||||
"SearchResults": {
|
"SearchResults": {
|
||||||
"Ordinal.File.Foreground": "text",
|
"Ordinal.File.Foreground": "text",
|
||||||
@@ -1056,12 +1218,12 @@
|
|||||||
"SpeedSearch": {
|
"SpeedSearch": {
|
||||||
"background": "hl",
|
"background": "hl",
|
||||||
"borderColor": "border",
|
"borderColor": "border",
|
||||||
"errorForeground": "fg",
|
"errorForeground": "red",
|
||||||
"foreground": "fg"
|
"foreground": "fg"
|
||||||
},
|
},
|
||||||
"Spinner": {
|
"Spinner": {
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"border": "3,3,3,3",
|
"border": "4,4,4,4",
|
||||||
"disabledBackground": "excl",
|
"disabledBackground": "excl",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"selectionForeground": "activeFg"
|
"selectionForeground": "activeFg"
|
||||||
@@ -1077,15 +1239,17 @@
|
|||||||
"Breadcrumbs": {
|
"Breadcrumbs": {
|
||||||
"floatingBackground": "tree",
|
"floatingBackground": "tree",
|
||||||
"floatingForeground": "fg",
|
"floatingForeground": "fg",
|
||||||
|
"floatingToolbarInsets": "8,12,8,12",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"hoverBackground": "tree",
|
"hoverBackground": "tree",
|
||||||
"hoverForeground": "fg",
|
"hoverForeground": "fg",
|
||||||
|
"itemBackgroundInsets": "2,4,2,4",
|
||||||
"selectionBackground": "selBg",
|
"selectionBackground": "selBg",
|
||||||
"selectionForeground": "activeFg",
|
"selectionForeground": "activeFg",
|
||||||
"selectionInactiveBackground": "button",
|
"selectionInactiveBackground": "button",
|
||||||
"selectionInactiveForeground": "fg"
|
"selectionInactiveForeground": "fg"
|
||||||
},
|
},
|
||||||
"borderColor": "bg",
|
"borderColor": "border",
|
||||||
"bottomColor": "bg",
|
"bottomColor": "bg",
|
||||||
"hoverBackground": "hl",
|
"hoverBackground": "hl",
|
||||||
"top2Color": "bg",
|
"top2Color": "bg",
|
||||||
@@ -1096,7 +1260,8 @@
|
|||||||
"hoverBackground": "hl",
|
"hoverBackground": "hl",
|
||||||
"hoverForeground": "selFg",
|
"hoverForeground": "selFg",
|
||||||
"pressedBackground": "button",
|
"pressedBackground": "button",
|
||||||
"pressedForeground": "fg"
|
"pressedForeground": "fg",
|
||||||
|
"widgetInsets": "8,12,8,12"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"TabbedPane": {
|
"TabbedPane": {
|
||||||
@@ -1126,6 +1291,7 @@
|
|||||||
"shadow": "hc",
|
"shadow": "hc",
|
||||||
"tabHeight": 32,
|
"tabHeight": 32,
|
||||||
"tabInsets": "5,10,5,10",
|
"tabInsets": "5,10,5,10",
|
||||||
|
"tabSelectionArc": 4,
|
||||||
"tabSelectionHeight": 2,
|
"tabSelectionHeight": 2,
|
||||||
"tabsOverlapBorder": true,
|
"tabsOverlapBorder": true,
|
||||||
"underlineColor": "accent"
|
"underlineColor": "accent"
|
||||||
@@ -1134,13 +1300,13 @@
|
|||||||
"Table": {
|
"Table": {
|
||||||
"alternativeRowBackground": "cs",
|
"alternativeRowBackground": "cs",
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"cellNoFocusBorder": "10,5,10,5",
|
"cellNoFocusBorder": "16,4,16,4",
|
||||||
"disabledForeground": "dis",
|
"disabledForeground": "dis",
|
||||||
"dropLineColor": "accent",
|
"dropLineColor": "accent",
|
||||||
"dropLineShortColor": "accent",
|
"dropLineShortColor": "accent",
|
||||||
"focusCellBackground": "table",
|
"focusCellBackground": "table",
|
||||||
"focusCellForeground": "activeFg",
|
"focusCellForeground": "activeFg",
|
||||||
"focusCellHighlightBorder": "10,5,10,5",
|
"focusCellHighlightBorder": "18,6,18,6",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"gridColor": "bg",
|
"gridColor": "bg",
|
||||||
"highlightOuter": "table",
|
"highlightOuter": "table",
|
||||||
@@ -1150,6 +1316,7 @@
|
|||||||
"lightSelectionForeground": "activeFg",
|
"lightSelectionForeground": "activeFg",
|
||||||
"lightSelectionInactiveBackground": "second",
|
"lightSelectionInactiveBackground": "second",
|
||||||
"lightSelectionInactiveForeground": "text",
|
"lightSelectionInactiveForeground": "text",
|
||||||
|
"rowHeight": 32,
|
||||||
"selectionBackground": "table",
|
"selectionBackground": "table",
|
||||||
"selectionForeground": "activeFg",
|
"selectionForeground": "activeFg",
|
||||||
"selectionInactiveBackground": "table",
|
"selectionInactiveBackground": "table",
|
||||||
@@ -1160,14 +1327,14 @@
|
|||||||
},
|
},
|
||||||
"TableHeader": {
|
"TableHeader": {
|
||||||
"background": "button",
|
"background": "button",
|
||||||
|
"bottomSeparatorColor": "border",
|
||||||
"borderColor": "hl",
|
"borderColor": "hl",
|
||||||
"bottomSeparatorColor": "hl",
|
"cellBorder": "6,0,6,0",
|
||||||
"cellBorder": "4,0,4,0",
|
|
||||||
"disabledForeground": "dis",
|
"disabledForeground": "dis",
|
||||||
"focusCellBackground": "table",
|
"focusCellBackground": "table",
|
||||||
"focusCellForeground": "activeFg",
|
"focusCellForeground": "activeFg",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"height": 25,
|
"height": 32,
|
||||||
"hoverBackground": "hl",
|
"hoverBackground": "hl",
|
||||||
"separatorColor": "border"
|
"separatorColor": "border"
|
||||||
},
|
},
|
||||||
@@ -1182,7 +1349,7 @@
|
|||||||
"textHighlightText": "activeFg",
|
"textHighlightText": "activeFg",
|
||||||
"textText": "text",
|
"textText": "text",
|
||||||
"TextArea": {
|
"TextArea": {
|
||||||
"background": "hc",
|
"background": "cs",
|
||||||
"caretForeground": "accent",
|
"caretForeground": "accent",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"inactiveForeground": "dis",
|
"inactiveForeground": "dis",
|
||||||
@@ -1190,7 +1357,7 @@
|
|||||||
"selectionForeground": "activeFg"
|
"selectionForeground": "activeFg"
|
||||||
},
|
},
|
||||||
"TextField": {
|
"TextField": {
|
||||||
"background": "hc",
|
"background": "cs",
|
||||||
"borderColor": "bg",
|
"borderColor": "bg",
|
||||||
"caretForeground": "accent",
|
"caretForeground": "accent",
|
||||||
"disabledBackground": "excl",
|
"disabledBackground": "excl",
|
||||||
@@ -1205,15 +1372,21 @@
|
|||||||
"separatorColorDisabled": "bg"
|
"separatorColorDisabled": "bg"
|
||||||
},
|
},
|
||||||
"TextPane": {
|
"TextPane": {
|
||||||
"background": "hc",
|
"background": "cs",
|
||||||
"caretForeground": "accent",
|
"caretForeground": "accent",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"inactiveForeground": "dis",
|
"inactiveForeground": "dis",
|
||||||
"selectionBackground": "table",
|
"selectionBackground": "table",
|
||||||
"selectionForeground": "activeFg"
|
"selectionForeground": "activeFg"
|
||||||
},
|
},
|
||||||
|
"TipOfTheDay": {
|
||||||
|
"Image.borderColor": "border"
|
||||||
|
},
|
||||||
"TitlePane": {
|
"TitlePane": {
|
||||||
"Button.hoverBackground": "hl",
|
"Button": {
|
||||||
|
"hoverBackground": "hl",
|
||||||
|
"preferredSize": "48,40"
|
||||||
|
},
|
||||||
"background": "hc",
|
"background": "hc",
|
||||||
"inactiveBackground": "bg",
|
"inactiveBackground": "bg",
|
||||||
"inactiveInfoForeground": "dis",
|
"inactiveInfoForeground": "dis",
|
||||||
@@ -1240,7 +1413,9 @@
|
|||||||
"borderHandleColor": "text",
|
"borderHandleColor": "text",
|
||||||
"comboBoxButtonBackground": "button",
|
"comboBoxButtonBackground": "button",
|
||||||
"floatingForeground": "text",
|
"floatingForeground": "text",
|
||||||
"foreground": "fg"
|
"foreground": "fg",
|
||||||
|
"verticalToolbarInsets": "6,6,6,6",
|
||||||
|
"horizontalToolbarInsets": "6,6,6,6"
|
||||||
},
|
},
|
||||||
"ToolbarComboWidget": {
|
"ToolbarComboWidget": {
|
||||||
"background": "button",
|
"background": "button",
|
||||||
@@ -1252,6 +1427,7 @@
|
|||||||
"description.title.text.color": "fg"
|
"description.title.text.color": "fg"
|
||||||
},
|
},
|
||||||
"ToolTip": {
|
"ToolTip": {
|
||||||
|
"arc": 6,
|
||||||
"actions": {
|
"actions": {
|
||||||
"background": "bg"
|
"background": "bg"
|
||||||
},
|
},
|
||||||
@@ -1262,8 +1438,10 @@
|
|||||||
},
|
},
|
||||||
"background": "notif",
|
"background": "notif",
|
||||||
"borderColor": "border",
|
"borderColor": "border",
|
||||||
|
"borderCornerRadius": 8,
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"infoForeground": "text",
|
"infoForeground": "text",
|
||||||
|
"linkForeground": "accent",
|
||||||
"Learning": {
|
"Learning": {
|
||||||
"background": "accent",
|
"background": "accent",
|
||||||
"borderColor": "accent",
|
"borderColor": "accent",
|
||||||
@@ -1284,6 +1462,10 @@
|
|||||||
"background": "hc",
|
"background": "hc",
|
||||||
"Button": {
|
"Button": {
|
||||||
"hoverBackground": "table",
|
"hoverBackground": "table",
|
||||||
|
"DragAndDrop": {
|
||||||
|
"stripeBackground": "cs",
|
||||||
|
"buttonDropBackground": "accent70"
|
||||||
|
},
|
||||||
"selectedBackground": "cs",
|
"selectedBackground": "cs",
|
||||||
"selectedForeground": "activeFg"
|
"selectedForeground": "activeFg"
|
||||||
},
|
},
|
||||||
@@ -1296,6 +1478,7 @@
|
|||||||
"tab.selected.background": "cs"
|
"tab.selected.background": "cs"
|
||||||
},
|
},
|
||||||
"Header": {
|
"Header": {
|
||||||
|
"height": 42,
|
||||||
"background": "second",
|
"background": "second",
|
||||||
"borderColor": "second",
|
"borderColor": "second",
|
||||||
"inactiveBackground": "bg"
|
"inactiveBackground": "bg"
|
||||||
@@ -1308,13 +1491,17 @@
|
|||||||
"hoverBackground": "hl",
|
"hoverBackground": "hl",
|
||||||
"hoverInactiveBackground": "hl",
|
"hoverInactiveBackground": "hl",
|
||||||
"inactiveUnderlineColor": "accent",
|
"inactiveUnderlineColor": "accent",
|
||||||
|
"leftRightInsets": "0,12,0,12",
|
||||||
"selectedBackground": "cs",
|
"selectedBackground": "cs",
|
||||||
"selectedInactiveBackground": "cs",
|
"selectedInactiveBackground": "cs",
|
||||||
|
"underlineArc": 4,
|
||||||
"underlineColor": "accent",
|
"underlineColor": "accent",
|
||||||
|
"underlineHeight": 3,
|
||||||
"underlinedTabBackground": "table",
|
"underlinedTabBackground": "table",
|
||||||
"underlinedTabForeground": "selFg",
|
"underlinedTabForeground": "selFg",
|
||||||
"underlinedTabInactiveBackground": "hc",
|
"underlinedTabInactiveBackground": "hc",
|
||||||
"underlinedTabInactiveForeground": "fg"
|
"underlinedTabInactiveForeground": "fg",
|
||||||
|
"verticalPadding": 6
|
||||||
},
|
},
|
||||||
"inactive": {
|
"inactive": {
|
||||||
"Header.background": "bg",
|
"Header.background": "bg",
|
||||||
@@ -1322,13 +1509,15 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"Tree": {
|
"Tree": {
|
||||||
|
"border": "4,12,4,12",
|
||||||
"background": "hc",
|
"background": "hc",
|
||||||
"foreground": "text",
|
"foreground": "text",
|
||||||
|
"errorForeground": "red",
|
||||||
"hash": "border",
|
"hash": "border",
|
||||||
"hoverBackground": "tree",
|
"hoverBackground": "tree",
|
||||||
"hoverInactiveBackground": "table",
|
"hoverInactiveBackground": "table",
|
||||||
"modifiedItemForeground": "accent",
|
"modifiedItemForeground": "accent",
|
||||||
"rowHeight": 28,
|
"rowHeight": "28",
|
||||||
"selectionBackground": "tree",
|
"selectionBackground": "tree",
|
||||||
"selectionForeground": "selFg",
|
"selectionForeground": "selFg",
|
||||||
"selectionInactiveBackground": "tree",
|
"selectionInactiveBackground": "tree",
|
||||||
@@ -1355,7 +1544,6 @@
|
|||||||
"hoverBorderColor": "hl"
|
"hoverBorderColor": "hl"
|
||||||
},
|
},
|
||||||
"Label.foreground": "text",
|
"Label.foreground": "text",
|
||||||
"List.selectionBackground": "tree",
|
|
||||||
"highStroke.foreground": "fg",
|
"highStroke.foreground": "fg",
|
||||||
"motion": {
|
"motion": {
|
||||||
"AddConstraintColor": "accent",
|
"AddConstraintColor": "accent",
|
||||||
@@ -1392,6 +1580,35 @@
|
|||||||
"ourML_BarColor.separatorColor": "border",
|
"ourML_BarColor.separatorColor": "border",
|
||||||
"timeLine.disabledBorderColor": "border"
|
"timeLine.disabledBorderColor": "border"
|
||||||
},
|
},
|
||||||
|
"PackageDetails": {
|
||||||
|
"border": "accent",
|
||||||
|
"infoBanner": "accent"
|
||||||
|
},
|
||||||
|
"PackageSearch": {
|
||||||
|
"PackagesList.rowHeight": 28,
|
||||||
|
"PackageTag": {
|
||||||
|
"background": "excl",
|
||||||
|
"foreground": "fg",
|
||||||
|
"hoverBackground": "tree",
|
||||||
|
"selectedBackground": "selBg",
|
||||||
|
"selectedForeground": "selFg"
|
||||||
|
},
|
||||||
|
"PackageTagSelected": {
|
||||||
|
"background": "selBg",
|
||||||
|
"foreground": "selFg"
|
||||||
|
},
|
||||||
|
"SearchResult": {
|
||||||
|
"background": "cs",
|
||||||
|
"hoverBackground": "tree",
|
||||||
|
"PackageTag": {
|
||||||
|
"background": "excl",
|
||||||
|
"foreground": "fg",
|
||||||
|
"hoverBackground": "tree",
|
||||||
|
"selectedBackground": "selBg",
|
||||||
|
"selectedForeground": "selFg"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"Panel": {
|
"Panel": {
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"borderColor": "border",
|
"borderColor": "border",
|
||||||
@@ -1418,7 +1635,7 @@
|
|||||||
},
|
},
|
||||||
"VersionControl": {
|
"VersionControl": {
|
||||||
"FileHistory.Commit": {
|
"FileHistory.Commit": {
|
||||||
"otherBranchBackground": "bg",
|
"otherBranchBackground": "excl",
|
||||||
"selectedBranchBackground": "bg"
|
"selectedBranchBackground": "bg"
|
||||||
},
|
},
|
||||||
"GitCommits": {
|
"GitCommits": {
|
||||||
@@ -1443,9 +1660,15 @@
|
|||||||
"Commit": {
|
"Commit": {
|
||||||
"currentBranchBackground": "cs",
|
"currentBranchBackground": "cs",
|
||||||
"hoveredBackground": "tree",
|
"hoveredBackground": "tree",
|
||||||
|
"rowHeight": 28,
|
||||||
"unmatchedForeground": "text"
|
"unmatchedForeground": "text"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"MarkerPopup": {
|
||||||
|
"borderColor": "border",
|
||||||
|
"borderInsets": "6,8,6,10",
|
||||||
|
"Toolbar.background": "hl"
|
||||||
|
},
|
||||||
"Ref": {
|
"Ref": {
|
||||||
"backgroundBase": "hl",
|
"backgroundBase": "hl",
|
||||||
"foreground": "activeFg"
|
"foreground": "activeFg"
|
||||||
@@ -1455,6 +1678,11 @@
|
|||||||
"foreground": "activeFg"
|
"foreground": "activeFg"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"UnattendedHostStatus": {
|
||||||
|
"warningBackground": "yellow",
|
||||||
|
"warningForeground": "activeFg",
|
||||||
|
"dangerBackground": "red"
|
||||||
|
},
|
||||||
"Viewport": {
|
"Viewport": {
|
||||||
"background": "hc",
|
"background": "hc",
|
||||||
"foreground": "fg"
|
"foreground": "fg"
|
||||||
|
|||||||
@@ -22,7 +22,7 @@
|
|||||||
"cs": "#1A1A1A",
|
"cs": "#1A1A1A",
|
||||||
"button": "#2A2A2A",
|
"button": "#2A2A2A",
|
||||||
"table": "#323232",
|
"table": "#323232",
|
||||||
"tree": "#323232C0",
|
"tree": "#2d2d2d",
|
||||||
"hl": "#3F3F3F",
|
"hl": "#3F3F3F",
|
||||||
"notif": "#1A1A1A",
|
"notif": "#1A1A1A",
|
||||||
"hc": "#1A1A1A",
|
"hc": "#1A1A1A",
|
||||||
@@ -73,6 +73,10 @@
|
|||||||
"pressedBackground": "accent50",
|
"pressedBackground": "accent50",
|
||||||
"pressedBorderColor": "accent50"
|
"pressedBorderColor": "accent50"
|
||||||
},
|
},
|
||||||
|
"ActionsList": {
|
||||||
|
"icon.gap": 12,
|
||||||
|
"mnemonic.icon.gap": 12
|
||||||
|
},
|
||||||
"ActionToolbar": {
|
"ActionToolbar": {
|
||||||
"background": "hc"
|
"background": "hc"
|
||||||
},
|
},
|
||||||
@@ -127,8 +131,9 @@
|
|||||||
"BookmarkIcon.background": "accent",
|
"BookmarkIcon.background": "accent",
|
||||||
"Borders.ContrastBorderColor": "bg",
|
"Borders.ContrastBorderColor": "bg",
|
||||||
"Borders.color": "border",
|
"Borders.color": "border",
|
||||||
|
"Breakpoint.iconHoverAlpha": 0.35,
|
||||||
"Button": {
|
"Button": {
|
||||||
"arc": 0,
|
"arc": 8,
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"darcula": {
|
"darcula": {
|
||||||
"borderColor": "button",
|
"borderColor": "button",
|
||||||
@@ -181,7 +186,10 @@
|
|||||||
"shadowColor": "shadow",
|
"shadowColor": "shadow",
|
||||||
"shadowWidth": 0,
|
"shadowWidth": 0,
|
||||||
"startBackground": "table",
|
"startBackground": "table",
|
||||||
"startBorderColor": "button"
|
"startBorderColor": "button",
|
||||||
|
"ToolWindow": {
|
||||||
|
"arc": 40
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"Canvas": {
|
"Canvas": {
|
||||||
"Tooltip.background": "notif",
|
"Tooltip.background": "notif",
|
||||||
@@ -256,6 +264,32 @@
|
|||||||
"accessDot": "accent",
|
"accessDot": "accent",
|
||||||
"dropdownBorder": "second",
|
"dropdownBorder": "second",
|
||||||
"pillBackground": "second"
|
"pillBackground": "second"
|
||||||
|
},
|
||||||
|
"Users": {
|
||||||
|
"1": {
|
||||||
|
"Background": "green",
|
||||||
|
"Foreground": "fg"
|
||||||
|
},
|
||||||
|
"2": {
|
||||||
|
"Background": "blue",
|
||||||
|
"Foreground": "fg"
|
||||||
|
},
|
||||||
|
"3": {
|
||||||
|
"Background": "red",
|
||||||
|
"Foreground": "fg"
|
||||||
|
},
|
||||||
|
"4": {
|
||||||
|
"Background": "purple",
|
||||||
|
"Foreground": "fg"
|
||||||
|
},
|
||||||
|
"5": {
|
||||||
|
"Background": "yellow",
|
||||||
|
"Foreground": "fg"
|
||||||
|
},
|
||||||
|
"6": {
|
||||||
|
"Background": "orange",
|
||||||
|
"Foreground": "fg"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"ColorChooser": {
|
"ColorChooser": {
|
||||||
@@ -293,7 +327,13 @@
|
|||||||
"selectionBackground": "table",
|
"selectionBackground": "table",
|
||||||
"selectionForeground": "activeFg"
|
"selectionForeground": "activeFg"
|
||||||
},
|
},
|
||||||
|
"ComboPopup.border": "1,1,1,1,#FF9800",
|
||||||
"CompletionPopup": {
|
"CompletionPopup": {
|
||||||
|
"Advertiser": {
|
||||||
|
"background": "bg",
|
||||||
|
"foreground": "fg",
|
||||||
|
"borderInsets": "8,12,8,12"
|
||||||
|
},
|
||||||
"background": "second",
|
"background": "second",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"grayForeground": "text",
|
"grayForeground": "text",
|
||||||
@@ -313,8 +353,12 @@
|
|||||||
"selectionInactiveInfoForeground": "text",
|
"selectionInactiveInfoForeground": "text",
|
||||||
"selectionInfoForeground": "selFg"
|
"selectionInfoForeground": "selFg"
|
||||||
},
|
},
|
||||||
|
"ComplexPopup": {
|
||||||
|
"Header.background": "notif"
|
||||||
|
},
|
||||||
"Component": {
|
"Component": {
|
||||||
"arc": 4,
|
"arc": 4,
|
||||||
|
"focusWidth": 2,
|
||||||
"borderColor": "hl",
|
"borderColor": "hl",
|
||||||
"disabledBorderColor": "dis",
|
"disabledBorderColor": "dis",
|
||||||
"focusColor": "accent",
|
"focusColor": "accent",
|
||||||
@@ -351,6 +395,7 @@
|
|||||||
},
|
},
|
||||||
"desktop": "hc",
|
"desktop": "hc",
|
||||||
"Debugger": {
|
"Debugger": {
|
||||||
|
"EvaluateExpression.background": "bg",
|
||||||
"Variables": {
|
"Variables": {
|
||||||
"changedValueForeground": "accent",
|
"changedValueForeground": "accent",
|
||||||
"collectingDataForeground": "text",
|
"collectingDataForeground": "text",
|
||||||
@@ -358,13 +403,15 @@
|
|||||||
"evaluatingExpressionForeground": "text",
|
"evaluatingExpressionForeground": "text",
|
||||||
"exceptionForeground": "yellow",
|
"exceptionForeground": "yellow",
|
||||||
"modifyingValueForeground": "accent",
|
"modifyingValueForeground": "accent",
|
||||||
"valueForeground": "accent"
|
"valueForeground": "accent",
|
||||||
|
"typeForeground": "text"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"DebuggerTabs": {
|
"DebuggerTabs": {
|
||||||
"active.background": "hl",
|
"active.background": "hl",
|
||||||
"selectedBackground": "hl",
|
"selectedBackground": "hl",
|
||||||
"underlinedTabBackground": "table"
|
"underlinedTabBackground": "table",
|
||||||
|
"underlineHeight": 2
|
||||||
},
|
},
|
||||||
"DebuggerPopup": {
|
"DebuggerPopup": {
|
||||||
"borderColor": "bg"
|
"borderColor": "bg"
|
||||||
@@ -380,6 +427,7 @@
|
|||||||
"inactiveMaskColor": "hc",
|
"inactiveMaskColor": "hc",
|
||||||
"inactiveUnderlineColor": "accent",
|
"inactiveUnderlineColor": "accent",
|
||||||
"underlineColor": "accent",
|
"underlineColor": "accent",
|
||||||
|
"underlineHeight": 3,
|
||||||
"underlinedTabBackground": "table",
|
"underlinedTabBackground": "table",
|
||||||
"underlinedTabForeground": "selFg"
|
"underlinedTabForeground": "selFg"
|
||||||
},
|
},
|
||||||
@@ -398,13 +446,21 @@
|
|||||||
"backgroundBorderColor": "bg",
|
"backgroundBorderColor": "bg",
|
||||||
"backgroundColor": "bg",
|
"backgroundColor": "bg",
|
||||||
"borderColor": "accent",
|
"borderColor": "accent",
|
||||||
"foregroundColor": "fg"
|
"foregroundColor": "fg",
|
||||||
|
"rowBackground": "accent70"
|
||||||
},
|
},
|
||||||
"dropArea.base": "accent",
|
"dropArea.base": "accent",
|
||||||
"Editor": {
|
"Editor": {
|
||||||
"background": "hc",
|
"background": "hc",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"shortcutForeground": "text"
|
"shortcutForeground": "text",
|
||||||
|
"SearchField": {
|
||||||
|
"background": "cs",
|
||||||
|
"borderInsets": "8,12,8,12"
|
||||||
|
},
|
||||||
|
"Toolbar": {
|
||||||
|
"borderColor": "border"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"EditorGroupsTabs": {
|
"EditorGroupsTabs": {
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
@@ -423,7 +479,8 @@
|
|||||||
"inactiveBackground": "bg",
|
"inactiveBackground": "bg",
|
||||||
"inactiveForeground": "dis",
|
"inactiveForeground": "dis",
|
||||||
"selectionBackground": "selBg",
|
"selectionBackground": "selBg",
|
||||||
"selectionForeground": "activeFg"
|
"selectionForeground": "activeFg",
|
||||||
|
"splitBorder": "border"
|
||||||
},
|
},
|
||||||
"EditorTabs": {
|
"EditorTabs": {
|
||||||
"active.background": "table",
|
"active.background": "table",
|
||||||
@@ -441,7 +498,10 @@
|
|||||||
"inactiveUnderlineColor": "dis",
|
"inactiveUnderlineColor": "dis",
|
||||||
"selectedBackground": "table",
|
"selectedBackground": "table",
|
||||||
"selectedForeground": "fg",
|
"selectedForeground": "fg",
|
||||||
|
"tabInsets": "-10,10,-10,10",
|
||||||
"underlineColor": "accent",
|
"underlineColor": "accent",
|
||||||
|
"underlineHeight": 3,
|
||||||
|
"underlineArc": 4,
|
||||||
"underlinedTabBackground": "table",
|
"underlinedTabBackground": "table",
|
||||||
"underlinedTabForeground": "selFg"
|
"underlinedTabForeground": "selFg"
|
||||||
},
|
},
|
||||||
@@ -472,7 +532,7 @@
|
|||||||
"defaultButtonBorderColor": "accent"
|
"defaultButtonBorderColor": "accent"
|
||||||
},
|
},
|
||||||
"FormattedTextField": {
|
"FormattedTextField": {
|
||||||
"background": "hc",
|
"background": "cs",
|
||||||
"caretForeground": "accent",
|
"caretForeground": "accent",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"inactiveBackground": "button",
|
"inactiveBackground": "button",
|
||||||
@@ -509,6 +569,9 @@
|
|||||||
"disabledSeparatorColor": "border",
|
"disabledSeparatorColor": "border",
|
||||||
"separatorColor": "border"
|
"separatorColor": "border"
|
||||||
},
|
},
|
||||||
|
"Gutter": {
|
||||||
|
"VcsChanges.width": 4
|
||||||
|
},
|
||||||
"GutterTooltip": {
|
"GutterTooltip": {
|
||||||
"borderColor": "bg",
|
"borderColor": "bg",
|
||||||
"infoForeground": "text",
|
"infoForeground": "text",
|
||||||
@@ -522,11 +585,14 @@
|
|||||||
"background": "bg",
|
"background": "bg",
|
||||||
"backgroundColor": "bg",
|
"backgroundColor": "bg",
|
||||||
"borderColor": "border",
|
"borderColor": "border",
|
||||||
|
"defaultTextBorderInsets": "16,16,16,16",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"infoForeground": "text",
|
"infoForeground": "text",
|
||||||
"shortcutForeground": "text",
|
"shortcutForeground": "text",
|
||||||
"shortcutTextColor": "text",
|
"shortcutTextColor": "text",
|
||||||
"textColor": "fg"
|
"smallTextBorderInsets": "8,12,8,12",
|
||||||
|
"textColor": "fg",
|
||||||
|
"verticalGap": 8
|
||||||
},
|
},
|
||||||
"Hg.Log.Ref": {
|
"Hg.Log.Ref": {
|
||||||
"Branch": "accent",
|
"Branch": "accent",
|
||||||
@@ -594,6 +660,7 @@
|
|||||||
"link": "accent",
|
"link": "accent",
|
||||||
"Link": {
|
"Link": {
|
||||||
"activeForeground": "accent",
|
"activeForeground": "accent",
|
||||||
|
"focusedBorderColor": "accent",
|
||||||
"hoverForeground": "accent",
|
"hoverForeground": "accent",
|
||||||
"pressedForeground": "accent",
|
"pressedForeground": "accent",
|
||||||
"secondaryForeground": "text",
|
"secondaryForeground": "text",
|
||||||
@@ -605,27 +672,61 @@
|
|||||||
"link.visited.foreground": "accent",
|
"link.visited.foreground": "accent",
|
||||||
"List": {
|
"List": {
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
|
"Button": {
|
||||||
|
"hoverBackground": "hl",
|
||||||
|
"leftRightInset": 8,
|
||||||
|
"separatorColor": "border",
|
||||||
|
"separatorInset": 4
|
||||||
|
},
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"hoverBackground": "hl",
|
"hoverBackground": "hl",
|
||||||
"hoverInactiveBackground": "table",
|
"hoverInactiveBackground": "table",
|
||||||
|
"Line.hoverBackground": "selBg",
|
||||||
|
"rowHeight": "28",
|
||||||
|
"selectionBackground": "tree",
|
||||||
"selectionForeground": "selFg",
|
"selectionForeground": "selFg",
|
||||||
"selectionInactiveBackground": "table",
|
"selectionInactiveBackground": "table",
|
||||||
"selectionInactiveForeground": "activeFg"
|
"selectionInactiveForeground": "activeFg",
|
||||||
|
"Tag": {
|
||||||
|
"background": "button",
|
||||||
|
"foreground": "fg"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"LiveIndicator": {
|
"LiveIndicator": {
|
||||||
"color": "accent"
|
"color": "accent"
|
||||||
},
|
},
|
||||||
|
"macOSWindow.Title": {
|
||||||
|
"height": 30,
|
||||||
|
"heightSmall": 20
|
||||||
|
},
|
||||||
|
"MainMenu": {
|
||||||
|
"background": "hc",
|
||||||
|
"foreground": "fg",
|
||||||
|
"selectionForeground": "activeFg",
|
||||||
|
"selectionBackground": "selBg"
|
||||||
|
},
|
||||||
"MainToolbar": {
|
"MainToolbar": {
|
||||||
"Dropdown.background": "bg",
|
|
||||||
"Dropdown.hoverBackground": "border",
|
|
||||||
"Dropdown.pressedBackground": "table",
|
|
||||||
"Icon.background": "bg",
|
|
||||||
"Icon.hoverBackground": "border",
|
|
||||||
"Icon.pressedBackground": "table",
|
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"hoverBackground": "border",
|
"Button": {
|
||||||
|
"buttonInsets": "0,0,0,0"
|
||||||
|
},
|
||||||
|
"Dropdown": {
|
||||||
|
"borderInsets": "6,12,6,12",
|
||||||
|
"background": "bg",
|
||||||
|
"foreground": "fg",
|
||||||
|
"hoverBackground": "hl",
|
||||||
|
"pressedBackground": "table"
|
||||||
|
},
|
||||||
|
"hoverBackground": "hl",
|
||||||
|
"Icon": {
|
||||||
|
"borderInsets": "10,10,10,10",
|
||||||
|
"background": "bg",
|
||||||
|
"hoverBackground": "hl",
|
||||||
|
"pressedBackground": "table"
|
||||||
|
},
|
||||||
"inactiveBackground": "bg",
|
"inactiveBackground": "bg",
|
||||||
"pressedBackground": "table"
|
"pressedBackground": "table",
|
||||||
|
"separatorColor": "border"
|
||||||
},
|
},
|
||||||
"material": {
|
"material": {
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
@@ -652,11 +753,15 @@
|
|||||||
"acceleratorForeground": "text",
|
"acceleratorForeground": "text",
|
||||||
"acceleratorSelectionForeground": "activeFg",
|
"acceleratorSelectionForeground": "activeFg",
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"border": "4,2,4,2",
|
"border": "8,8,8,8",
|
||||||
"borderColor": "second",
|
"borderColor": "second",
|
||||||
"disabledBackground": "second",
|
"disabledBackground": "second",
|
||||||
"disabledForeground": "dis",
|
"disabledForeground": "dis",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
|
"Selection": {
|
||||||
|
"arc": 8,
|
||||||
|
"innerInsets": "8,2,8,2"
|
||||||
|
},
|
||||||
"selectionBackground": "selBg",
|
"selectionBackground": "selBg",
|
||||||
"selectionForeground": "activeFg",
|
"selectionForeground": "activeFg",
|
||||||
"separatorColor": "border"
|
"separatorColor": "border"
|
||||||
@@ -676,7 +781,7 @@
|
|||||||
"acceleratorForeground": "text",
|
"acceleratorForeground": "text",
|
||||||
"acceleratorSelectionForeground": "activeFg",
|
"acceleratorSelectionForeground": "activeFg",
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"border": "4,2,4,2",
|
"border": "8,8,8,8",
|
||||||
"disabledBackground": "bg",
|
"disabledBackground": "bg",
|
||||||
"disabledForeground": "dis",
|
"disabledForeground": "dis",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
@@ -699,11 +804,13 @@
|
|||||||
"background": "bg"
|
"background": "bg"
|
||||||
},
|
},
|
||||||
"SearchField": {
|
"SearchField": {
|
||||||
"background": "hc"
|
"background": "cs"
|
||||||
}
|
},
|
||||||
|
"separatorWidth": 6
|
||||||
},
|
},
|
||||||
"NewPSD.warning": "accent",
|
"NewPSD.warning": "accent",
|
||||||
"Notification": {
|
"Notification": {
|
||||||
|
"arc": 16,
|
||||||
"Error.foreground": "accent",
|
"Error.foreground": "accent",
|
||||||
"Link.foreground": "accent",
|
"Link.foreground": "accent",
|
||||||
"background": "notif",
|
"background": "notif",
|
||||||
@@ -719,12 +826,18 @@
|
|||||||
"innerBorderColor": "button"
|
"innerBorderColor": "button"
|
||||||
},
|
},
|
||||||
"ToolWindow": {
|
"ToolWindow": {
|
||||||
|
"Button.DragAndDrop": {
|
||||||
|
"buttonFloatingBackground": "button",
|
||||||
|
"stripeBackground": "bg"
|
||||||
|
},
|
||||||
"errorBackground": "notifError",
|
"errorBackground": "notifError",
|
||||||
"errorBorderColor": "notifError",
|
"errorBorderColor": "notifError",
|
||||||
"errorForeground": "fg",
|
"errorForeground": "fg",
|
||||||
|
"infoBackground": "notif",
|
||||||
|
"infoBorderColor": "notif",
|
||||||
"infoForeground": "fg",
|
"infoForeground": "fg",
|
||||||
"informativeBackground": "notifInfo",
|
"informativeBackground": "notif",
|
||||||
"informativeBorderColor": "notifInfo",
|
"informativeBorderColor": "notif",
|
||||||
"informativeForeground": "fg",
|
"informativeForeground": "fg",
|
||||||
"warningBackground": "notifWarn",
|
"warningBackground": "notifWarn",
|
||||||
"warningBorderColor": "notifWarn",
|
"warningBorderColor": "notifWarn",
|
||||||
@@ -736,7 +849,8 @@
|
|||||||
},
|
},
|
||||||
"ToolWindowInfo": {
|
"ToolWindowInfo": {
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"background": "notifInfo"
|
"background": "notif",
|
||||||
|
"borderColor": "notif"
|
||||||
},
|
},
|
||||||
"ToolWindowWarning": {
|
"ToolWindowWarning": {
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
@@ -786,7 +900,7 @@
|
|||||||
"lineSeparatorColor": "table"
|
"lineSeparatorColor": "table"
|
||||||
},
|
},
|
||||||
"PasswordField": {
|
"PasswordField": {
|
||||||
"background": "hc",
|
"background": "cs",
|
||||||
"capsLockIconColor": "accent",
|
"capsLockIconColor": "accent",
|
||||||
"caretForeground": "accent",
|
"caretForeground": "accent",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
@@ -796,6 +910,7 @@
|
|||||||
},
|
},
|
||||||
"Plugins": {
|
"Plugins": {
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
|
"borderColor": "border",
|
||||||
"disabledForeground": "dis",
|
"disabledForeground": "dis",
|
||||||
"eapTagBackground": "hl",
|
"eapTagBackground": "hl",
|
||||||
"hoverBackground": "hl",
|
"hoverBackground": "hl",
|
||||||
@@ -817,8 +932,11 @@
|
|||||||
"updateBorderColor": "button",
|
"updateBorderColor": "button",
|
||||||
"updateForeground": "fg"
|
"updateForeground": "fg"
|
||||||
},
|
},
|
||||||
|
"ScreenshotPagination": {
|
||||||
|
"CurrentImage.fillColor": "accent"
|
||||||
|
},
|
||||||
"SearchField": {
|
"SearchField": {
|
||||||
"background": "hc",
|
"background": "cs",
|
||||||
"borderColor": "border"
|
"borderColor": "border"
|
||||||
},
|
},
|
||||||
"SectionHeader": {
|
"SectionHeader": {
|
||||||
@@ -836,27 +954,38 @@
|
|||||||
},
|
},
|
||||||
"Popup": {
|
"Popup": {
|
||||||
"Advertiser": {
|
"Advertiser": {
|
||||||
|
"borderInsets": "6,20,6,20",
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"borderColor": "bg",
|
"borderColor": "bg",
|
||||||
"foreground": "accent"
|
"foreground": "accent"
|
||||||
},
|
},
|
||||||
|
"Body": {
|
||||||
|
"bottomInsetNoAd": 8,
|
||||||
|
"bottomInsetBeforeAd": 8,
|
||||||
|
"topInsetNoHeader": 8
|
||||||
|
},
|
||||||
"Border": {
|
"Border": {
|
||||||
"color": "cs",
|
"color": "cs",
|
||||||
"inactiveColor": "bg"
|
"inactiveColor": "bg"
|
||||||
},
|
},
|
||||||
|
"background": "notif",
|
||||||
"borderColor": "cs",
|
"borderColor": "cs",
|
||||||
|
"borderWidth": 0,
|
||||||
"inactiveBorderColor": "bg",
|
"inactiveBorderColor": "bg",
|
||||||
"innerBorderColor": "second",
|
"innerBorderColor": "second",
|
||||||
"Header": {
|
"Header": {
|
||||||
"activeBackground": "bg",
|
"activeBackground": "bg",
|
||||||
"inactiveBackground": "cs"
|
"inactiveBackground": "cs",
|
||||||
|
"inactiveForeground": "text"
|
||||||
},
|
},
|
||||||
"paintBorder": true,
|
"paintBorder": false,
|
||||||
"preferences": {
|
"preferences": {
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"borderColor": "bg",
|
"borderColor": "bg",
|
||||||
"foreground": "fg"
|
"foreground": "fg"
|
||||||
},
|
},
|
||||||
|
"Selection.arc": 8,
|
||||||
|
"Selection.leftRightInset": 8,
|
||||||
"Separator": {
|
"Separator": {
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"color": "border"
|
"color": "border"
|
||||||
@@ -872,13 +1001,24 @@
|
|||||||
},
|
},
|
||||||
"PopupMenu": {
|
"PopupMenu": {
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"border": "2,0,2,0",
|
"borderWidth": 1,
|
||||||
|
"border": "8,8,8,8",
|
||||||
|
"borderCornerRadius": 8,
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
|
"Selection": {
|
||||||
|
"arc": 8,
|
||||||
|
"innerInsets": "8,2,8,2"
|
||||||
|
},
|
||||||
"selectionBackground": "selBg",
|
"selectionBackground": "selBg",
|
||||||
"translucentBackground": "bg"
|
"translucentBackground": "bg"
|
||||||
},
|
},
|
||||||
"PopupMenuSeparator.height": 10,
|
"PopupMenuSeparator": {
|
||||||
"PopupMenuSeparator.stripeIndent": 5,
|
"height": 10,
|
||||||
|
"stripeWidth": 2,
|
||||||
|
"stripeIndent": 5,
|
||||||
|
"withToEdge": 4,
|
||||||
|
"borderCornerRadius": 8
|
||||||
|
},
|
||||||
"ProgressBar": {
|
"ProgressBar": {
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"foreground": "accent",
|
"foreground": "accent",
|
||||||
@@ -922,12 +1062,27 @@
|
|||||||
"selectionBackground": "selBg",
|
"selectionBackground": "selBg",
|
||||||
"selectionForeground": "selFg"
|
"selectionForeground": "selFg"
|
||||||
},
|
},
|
||||||
|
"ReviewList": {
|
||||||
|
"state.background": "second",
|
||||||
|
"state.foreground": "fg"
|
||||||
|
},
|
||||||
"RunWidget": {
|
"RunWidget": {
|
||||||
|
"background": "button",
|
||||||
|
"Debug.activeBackground": "hl",
|
||||||
|
"foreground": "fg",
|
||||||
|
"hoverBackground": "table",
|
||||||
|
"pressedBackground": "hl",
|
||||||
|
"Profile.activeBackground": "hl",
|
||||||
|
"runningBackground": "hl",
|
||||||
|
"runningForeground": "selFg",
|
||||||
|
"Run.activeBackground": "hl",
|
||||||
"Running": {
|
"Running": {
|
||||||
"background": "accent",
|
"background": "hl",
|
||||||
"leftHoverBackground": "accent70",
|
"foreground": "selFg",
|
||||||
"leftPressedBackground": "accent"
|
"leftHoverBackground": "hl",
|
||||||
}
|
"leftPressedBackground": "hl"
|
||||||
|
},
|
||||||
|
"separatorColor": "border"
|
||||||
},
|
},
|
||||||
"ScreenView.borderColor": "border",
|
"ScreenView.borderColor": "border",
|
||||||
"scrollbar": "bg",
|
"scrollbar": "bg",
|
||||||
@@ -971,8 +1126,9 @@
|
|||||||
},
|
},
|
||||||
"SearchEverywhere": {
|
"SearchEverywhere": {
|
||||||
"Advertiser": {
|
"Advertiser": {
|
||||||
"background": "cs",
|
"background": "bg",
|
||||||
"foreground": "text"
|
"foreground": "text",
|
||||||
|
"borderInsets": "10,20,10,20"
|
||||||
},
|
},
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"Dialog": {
|
"Dialog": {
|
||||||
@@ -989,11 +1145,12 @@
|
|||||||
"Separator.foreground": "text",
|
"Separator.foreground": "text",
|
||||||
"selectionBackground": "selBg",
|
"selectionBackground": "selBg",
|
||||||
"separatorColor": "border",
|
"separatorColor": "border",
|
||||||
"separatorForeground": "text"
|
"separatorForeground": "text",
|
||||||
|
"settingsBackground": "bg"
|
||||||
},
|
},
|
||||||
"SearchField": {
|
"SearchField": {
|
||||||
"Border.color": "hl",
|
"Border.color": "hl",
|
||||||
"background": "hc",
|
"background": "cs",
|
||||||
"borderColor": "hl",
|
"borderColor": "hl",
|
||||||
"grayForeground": "dis",
|
"grayForeground": "dis",
|
||||||
"infoForeground": "dis"
|
"infoForeground": "dis"
|
||||||
@@ -1015,8 +1172,13 @@
|
|||||||
"startColor": "accent"
|
"startColor": "accent"
|
||||||
},
|
},
|
||||||
"SearchField.errorBackground": "notif",
|
"SearchField.errorBackground": "notif",
|
||||||
|
"SearchFieldWithExtension": {
|
||||||
|
"background": "cs"
|
||||||
|
},
|
||||||
"SearchOption": {
|
"SearchOption": {
|
||||||
"selectedBackground": "table"
|
"selectedBackground": "table",
|
||||||
|
"selectedPressedBackground": "hl",
|
||||||
|
"selectedHoveredBackground": "hl"
|
||||||
},
|
},
|
||||||
"SearchResults": {
|
"SearchResults": {
|
||||||
"Ordinal.File.Foreground": "text",
|
"Ordinal.File.Foreground": "text",
|
||||||
@@ -1056,12 +1218,12 @@
|
|||||||
"SpeedSearch": {
|
"SpeedSearch": {
|
||||||
"background": "hl",
|
"background": "hl",
|
||||||
"borderColor": "border",
|
"borderColor": "border",
|
||||||
"errorForeground": "fg",
|
"errorForeground": "red",
|
||||||
"foreground": "fg"
|
"foreground": "fg"
|
||||||
},
|
},
|
||||||
"Spinner": {
|
"Spinner": {
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"border": "3,3,3,3",
|
"border": "4,4,4,4",
|
||||||
"disabledBackground": "excl",
|
"disabledBackground": "excl",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"selectionForeground": "activeFg"
|
"selectionForeground": "activeFg"
|
||||||
@@ -1077,15 +1239,17 @@
|
|||||||
"Breadcrumbs": {
|
"Breadcrumbs": {
|
||||||
"floatingBackground": "tree",
|
"floatingBackground": "tree",
|
||||||
"floatingForeground": "fg",
|
"floatingForeground": "fg",
|
||||||
|
"floatingToolbarInsets": "8,12,8,12",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"hoverBackground": "tree",
|
"hoverBackground": "tree",
|
||||||
"hoverForeground": "fg",
|
"hoverForeground": "fg",
|
||||||
|
"itemBackgroundInsets": "2,4,2,4",
|
||||||
"selectionBackground": "selBg",
|
"selectionBackground": "selBg",
|
||||||
"selectionForeground": "activeFg",
|
"selectionForeground": "activeFg",
|
||||||
"selectionInactiveBackground": "button",
|
"selectionInactiveBackground": "button",
|
||||||
"selectionInactiveForeground": "fg"
|
"selectionInactiveForeground": "fg"
|
||||||
},
|
},
|
||||||
"borderColor": "bg",
|
"borderColor": "border",
|
||||||
"bottomColor": "bg",
|
"bottomColor": "bg",
|
||||||
"hoverBackground": "hl",
|
"hoverBackground": "hl",
|
||||||
"top2Color": "bg",
|
"top2Color": "bg",
|
||||||
@@ -1096,7 +1260,8 @@
|
|||||||
"hoverBackground": "hl",
|
"hoverBackground": "hl",
|
||||||
"hoverForeground": "selFg",
|
"hoverForeground": "selFg",
|
||||||
"pressedBackground": "button",
|
"pressedBackground": "button",
|
||||||
"pressedForeground": "fg"
|
"pressedForeground": "fg",
|
||||||
|
"widgetInsets": "8,12,8,12"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"TabbedPane": {
|
"TabbedPane": {
|
||||||
@@ -1126,6 +1291,7 @@
|
|||||||
"shadow": "hc",
|
"shadow": "hc",
|
||||||
"tabHeight": 32,
|
"tabHeight": 32,
|
||||||
"tabInsets": "5,10,5,10",
|
"tabInsets": "5,10,5,10",
|
||||||
|
"tabSelectionArc": 4,
|
||||||
"tabSelectionHeight": 2,
|
"tabSelectionHeight": 2,
|
||||||
"tabsOverlapBorder": true,
|
"tabsOverlapBorder": true,
|
||||||
"underlineColor": "accent"
|
"underlineColor": "accent"
|
||||||
@@ -1134,13 +1300,13 @@
|
|||||||
"Table": {
|
"Table": {
|
||||||
"alternativeRowBackground": "cs",
|
"alternativeRowBackground": "cs",
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"cellNoFocusBorder": "10,5,10,5",
|
"cellNoFocusBorder": "16,4,16,4",
|
||||||
"disabledForeground": "dis",
|
"disabledForeground": "dis",
|
||||||
"dropLineColor": "accent",
|
"dropLineColor": "accent",
|
||||||
"dropLineShortColor": "accent",
|
"dropLineShortColor": "accent",
|
||||||
"focusCellBackground": "table",
|
"focusCellBackground": "table",
|
||||||
"focusCellForeground": "activeFg",
|
"focusCellForeground": "activeFg",
|
||||||
"focusCellHighlightBorder": "10,5,10,5",
|
"focusCellHighlightBorder": "18,6,18,6",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"gridColor": "bg",
|
"gridColor": "bg",
|
||||||
"highlightOuter": "table",
|
"highlightOuter": "table",
|
||||||
@@ -1150,6 +1316,7 @@
|
|||||||
"lightSelectionForeground": "activeFg",
|
"lightSelectionForeground": "activeFg",
|
||||||
"lightSelectionInactiveBackground": "second",
|
"lightSelectionInactiveBackground": "second",
|
||||||
"lightSelectionInactiveForeground": "text",
|
"lightSelectionInactiveForeground": "text",
|
||||||
|
"rowHeight": 32,
|
||||||
"selectionBackground": "table",
|
"selectionBackground": "table",
|
||||||
"selectionForeground": "activeFg",
|
"selectionForeground": "activeFg",
|
||||||
"selectionInactiveBackground": "table",
|
"selectionInactiveBackground": "table",
|
||||||
@@ -1160,14 +1327,14 @@
|
|||||||
},
|
},
|
||||||
"TableHeader": {
|
"TableHeader": {
|
||||||
"background": "button",
|
"background": "button",
|
||||||
|
"bottomSeparatorColor": "border",
|
||||||
"borderColor": "hl",
|
"borderColor": "hl",
|
||||||
"bottomSeparatorColor": "hl",
|
"cellBorder": "6,0,6,0",
|
||||||
"cellBorder": "4,0,4,0",
|
|
||||||
"disabledForeground": "dis",
|
"disabledForeground": "dis",
|
||||||
"focusCellBackground": "table",
|
"focusCellBackground": "table",
|
||||||
"focusCellForeground": "activeFg",
|
"focusCellForeground": "activeFg",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"height": 25,
|
"height": 32,
|
||||||
"hoverBackground": "hl",
|
"hoverBackground": "hl",
|
||||||
"separatorColor": "border"
|
"separatorColor": "border"
|
||||||
},
|
},
|
||||||
@@ -1182,7 +1349,7 @@
|
|||||||
"textHighlightText": "activeFg",
|
"textHighlightText": "activeFg",
|
||||||
"textText": "text",
|
"textText": "text",
|
||||||
"TextArea": {
|
"TextArea": {
|
||||||
"background": "hc",
|
"background": "cs",
|
||||||
"caretForeground": "accent",
|
"caretForeground": "accent",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"inactiveForeground": "dis",
|
"inactiveForeground": "dis",
|
||||||
@@ -1190,7 +1357,7 @@
|
|||||||
"selectionForeground": "activeFg"
|
"selectionForeground": "activeFg"
|
||||||
},
|
},
|
||||||
"TextField": {
|
"TextField": {
|
||||||
"background": "hc",
|
"background": "cs",
|
||||||
"borderColor": "bg",
|
"borderColor": "bg",
|
||||||
"caretForeground": "accent",
|
"caretForeground": "accent",
|
||||||
"disabledBackground": "excl",
|
"disabledBackground": "excl",
|
||||||
@@ -1205,15 +1372,21 @@
|
|||||||
"separatorColorDisabled": "bg"
|
"separatorColorDisabled": "bg"
|
||||||
},
|
},
|
||||||
"TextPane": {
|
"TextPane": {
|
||||||
"background": "hc",
|
"background": "cs",
|
||||||
"caretForeground": "accent",
|
"caretForeground": "accent",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"inactiveForeground": "dis",
|
"inactiveForeground": "dis",
|
||||||
"selectionBackground": "table",
|
"selectionBackground": "table",
|
||||||
"selectionForeground": "activeFg"
|
"selectionForeground": "activeFg"
|
||||||
},
|
},
|
||||||
|
"TipOfTheDay": {
|
||||||
|
"Image.borderColor": "border"
|
||||||
|
},
|
||||||
"TitlePane": {
|
"TitlePane": {
|
||||||
"Button.hoverBackground": "hl",
|
"Button": {
|
||||||
|
"hoverBackground": "hl",
|
||||||
|
"preferredSize": "48,40"
|
||||||
|
},
|
||||||
"background": "hc",
|
"background": "hc",
|
||||||
"inactiveBackground": "bg",
|
"inactiveBackground": "bg",
|
||||||
"inactiveInfoForeground": "dis",
|
"inactiveInfoForeground": "dis",
|
||||||
@@ -1240,7 +1413,9 @@
|
|||||||
"borderHandleColor": "text",
|
"borderHandleColor": "text",
|
||||||
"comboBoxButtonBackground": "button",
|
"comboBoxButtonBackground": "button",
|
||||||
"floatingForeground": "text",
|
"floatingForeground": "text",
|
||||||
"foreground": "fg"
|
"foreground": "fg",
|
||||||
|
"verticalToolbarInsets": "6,6,6,6",
|
||||||
|
"horizontalToolbarInsets": "6,6,6,6"
|
||||||
},
|
},
|
||||||
"ToolbarComboWidget": {
|
"ToolbarComboWidget": {
|
||||||
"background": "button",
|
"background": "button",
|
||||||
@@ -1252,6 +1427,7 @@
|
|||||||
"description.title.text.color": "fg"
|
"description.title.text.color": "fg"
|
||||||
},
|
},
|
||||||
"ToolTip": {
|
"ToolTip": {
|
||||||
|
"arc": 6,
|
||||||
"actions": {
|
"actions": {
|
||||||
"background": "bg"
|
"background": "bg"
|
||||||
},
|
},
|
||||||
@@ -1262,8 +1438,10 @@
|
|||||||
},
|
},
|
||||||
"background": "notif",
|
"background": "notif",
|
||||||
"borderColor": "border",
|
"borderColor": "border",
|
||||||
|
"borderCornerRadius": 8,
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"infoForeground": "text",
|
"infoForeground": "text",
|
||||||
|
"linkForeground": "accent",
|
||||||
"Learning": {
|
"Learning": {
|
||||||
"background": "accent",
|
"background": "accent",
|
||||||
"borderColor": "accent",
|
"borderColor": "accent",
|
||||||
@@ -1284,6 +1462,10 @@
|
|||||||
"background": "hc",
|
"background": "hc",
|
||||||
"Button": {
|
"Button": {
|
||||||
"hoverBackground": "table",
|
"hoverBackground": "table",
|
||||||
|
"DragAndDrop": {
|
||||||
|
"stripeBackground": "cs",
|
||||||
|
"buttonDropBackground": "accent70"
|
||||||
|
},
|
||||||
"selectedBackground": "cs",
|
"selectedBackground": "cs",
|
||||||
"selectedForeground": "activeFg"
|
"selectedForeground": "activeFg"
|
||||||
},
|
},
|
||||||
@@ -1296,6 +1478,7 @@
|
|||||||
"tab.selected.background": "cs"
|
"tab.selected.background": "cs"
|
||||||
},
|
},
|
||||||
"Header": {
|
"Header": {
|
||||||
|
"height": 42,
|
||||||
"background": "second",
|
"background": "second",
|
||||||
"borderColor": "second",
|
"borderColor": "second",
|
||||||
"inactiveBackground": "bg"
|
"inactiveBackground": "bg"
|
||||||
@@ -1308,13 +1491,17 @@
|
|||||||
"hoverBackground": "hl",
|
"hoverBackground": "hl",
|
||||||
"hoverInactiveBackground": "hl",
|
"hoverInactiveBackground": "hl",
|
||||||
"inactiveUnderlineColor": "accent",
|
"inactiveUnderlineColor": "accent",
|
||||||
|
"leftRightInsets": "0,12,0,12",
|
||||||
"selectedBackground": "cs",
|
"selectedBackground": "cs",
|
||||||
"selectedInactiveBackground": "cs",
|
"selectedInactiveBackground": "cs",
|
||||||
|
"underlineArc": 4,
|
||||||
"underlineColor": "accent",
|
"underlineColor": "accent",
|
||||||
|
"underlineHeight": 3,
|
||||||
"underlinedTabBackground": "table",
|
"underlinedTabBackground": "table",
|
||||||
"underlinedTabForeground": "selFg",
|
"underlinedTabForeground": "selFg",
|
||||||
"underlinedTabInactiveBackground": "hc",
|
"underlinedTabInactiveBackground": "hc",
|
||||||
"underlinedTabInactiveForeground": "fg"
|
"underlinedTabInactiveForeground": "fg",
|
||||||
|
"verticalPadding": 6
|
||||||
},
|
},
|
||||||
"inactive": {
|
"inactive": {
|
||||||
"Header.background": "bg",
|
"Header.background": "bg",
|
||||||
@@ -1322,13 +1509,15 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"Tree": {
|
"Tree": {
|
||||||
|
"border": "4,12,4,12",
|
||||||
"background": "hc",
|
"background": "hc",
|
||||||
"foreground": "text",
|
"foreground": "text",
|
||||||
|
"errorForeground": "red",
|
||||||
"hash": "border",
|
"hash": "border",
|
||||||
"hoverBackground": "tree",
|
"hoverBackground": "tree",
|
||||||
"hoverInactiveBackground": "table",
|
"hoverInactiveBackground": "table",
|
||||||
"modifiedItemForeground": "accent",
|
"modifiedItemForeground": "accent",
|
||||||
"rowHeight": 28,
|
"rowHeight": "28",
|
||||||
"selectionBackground": "tree",
|
"selectionBackground": "tree",
|
||||||
"selectionForeground": "selFg",
|
"selectionForeground": "selFg",
|
||||||
"selectionInactiveBackground": "tree",
|
"selectionInactiveBackground": "tree",
|
||||||
@@ -1355,7 +1544,6 @@
|
|||||||
"hoverBorderColor": "hl"
|
"hoverBorderColor": "hl"
|
||||||
},
|
},
|
||||||
"Label.foreground": "text",
|
"Label.foreground": "text",
|
||||||
"List.selectionBackground": "tree",
|
|
||||||
"highStroke.foreground": "fg",
|
"highStroke.foreground": "fg",
|
||||||
"motion": {
|
"motion": {
|
||||||
"AddConstraintColor": "accent",
|
"AddConstraintColor": "accent",
|
||||||
@@ -1392,6 +1580,35 @@
|
|||||||
"ourML_BarColor.separatorColor": "border",
|
"ourML_BarColor.separatorColor": "border",
|
||||||
"timeLine.disabledBorderColor": "border"
|
"timeLine.disabledBorderColor": "border"
|
||||||
},
|
},
|
||||||
|
"PackageDetails": {
|
||||||
|
"border": "accent",
|
||||||
|
"infoBanner": "accent"
|
||||||
|
},
|
||||||
|
"PackageSearch": {
|
||||||
|
"PackagesList.rowHeight": 28,
|
||||||
|
"PackageTag": {
|
||||||
|
"background": "excl",
|
||||||
|
"foreground": "fg",
|
||||||
|
"hoverBackground": "tree",
|
||||||
|
"selectedBackground": "selBg",
|
||||||
|
"selectedForeground": "selFg"
|
||||||
|
},
|
||||||
|
"PackageTagSelected": {
|
||||||
|
"background": "selBg",
|
||||||
|
"foreground": "selFg"
|
||||||
|
},
|
||||||
|
"SearchResult": {
|
||||||
|
"background": "cs",
|
||||||
|
"hoverBackground": "tree",
|
||||||
|
"PackageTag": {
|
||||||
|
"background": "excl",
|
||||||
|
"foreground": "fg",
|
||||||
|
"hoverBackground": "tree",
|
||||||
|
"selectedBackground": "selBg",
|
||||||
|
"selectedForeground": "selFg"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"Panel": {
|
"Panel": {
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"borderColor": "border",
|
"borderColor": "border",
|
||||||
@@ -1418,7 +1635,7 @@
|
|||||||
},
|
},
|
||||||
"VersionControl": {
|
"VersionControl": {
|
||||||
"FileHistory.Commit": {
|
"FileHistory.Commit": {
|
||||||
"otherBranchBackground": "bg",
|
"otherBranchBackground": "excl",
|
||||||
"selectedBranchBackground": "bg"
|
"selectedBranchBackground": "bg"
|
||||||
},
|
},
|
||||||
"GitCommits": {
|
"GitCommits": {
|
||||||
@@ -1443,9 +1660,15 @@
|
|||||||
"Commit": {
|
"Commit": {
|
||||||
"currentBranchBackground": "cs",
|
"currentBranchBackground": "cs",
|
||||||
"hoveredBackground": "tree",
|
"hoveredBackground": "tree",
|
||||||
|
"rowHeight": 28,
|
||||||
"unmatchedForeground": "text"
|
"unmatchedForeground": "text"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"MarkerPopup": {
|
||||||
|
"borderColor": "border",
|
||||||
|
"borderInsets": "6,8,6,10",
|
||||||
|
"Toolbar.background": "hl"
|
||||||
|
},
|
||||||
"Ref": {
|
"Ref": {
|
||||||
"backgroundBase": "hl",
|
"backgroundBase": "hl",
|
||||||
"foreground": "activeFg"
|
"foreground": "activeFg"
|
||||||
@@ -1455,6 +1678,11 @@
|
|||||||
"foreground": "activeFg"
|
"foreground": "activeFg"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"UnattendedHostStatus": {
|
||||||
|
"warningBackground": "yellow",
|
||||||
|
"warningForeground": "activeFg",
|
||||||
|
"dangerBackground": "red"
|
||||||
|
},
|
||||||
"Viewport": {
|
"Viewport": {
|
||||||
"background": "hc",
|
"background": "hc",
|
||||||
"foreground": "fg"
|
"foreground": "fg"
|
||||||
|
|||||||
@@ -22,7 +22,7 @@
|
|||||||
"cs": "#1A1A1A",
|
"cs": "#1A1A1A",
|
||||||
"button": "#2A2A2A",
|
"button": "#2A2A2A",
|
||||||
"table": "#323232",
|
"table": "#323232",
|
||||||
"tree": "#323232C0",
|
"tree": "#2d2d2d",
|
||||||
"hl": "#3F3F3F",
|
"hl": "#3F3F3F",
|
||||||
"notif": "#1A1A1A",
|
"notif": "#1A1A1A",
|
||||||
"hc": "#212121",
|
"hc": "#212121",
|
||||||
@@ -73,6 +73,10 @@
|
|||||||
"pressedBackground": "accent50",
|
"pressedBackground": "accent50",
|
||||||
"pressedBorderColor": "accent50"
|
"pressedBorderColor": "accent50"
|
||||||
},
|
},
|
||||||
|
"ActionsList": {
|
||||||
|
"icon.gap": 12,
|
||||||
|
"mnemonic.icon.gap": 12
|
||||||
|
},
|
||||||
"ActionToolbar": {
|
"ActionToolbar": {
|
||||||
"background": "hc"
|
"background": "hc"
|
||||||
},
|
},
|
||||||
@@ -127,8 +131,9 @@
|
|||||||
"BookmarkIcon.background": "accent",
|
"BookmarkIcon.background": "accent",
|
||||||
"Borders.ContrastBorderColor": "bg",
|
"Borders.ContrastBorderColor": "bg",
|
||||||
"Borders.color": "border",
|
"Borders.color": "border",
|
||||||
|
"Breakpoint.iconHoverAlpha": 0.35,
|
||||||
"Button": {
|
"Button": {
|
||||||
"arc": 0,
|
"arc": 8,
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"darcula": {
|
"darcula": {
|
||||||
"borderColor": "button",
|
"borderColor": "button",
|
||||||
@@ -181,7 +186,10 @@
|
|||||||
"shadowColor": "shadow",
|
"shadowColor": "shadow",
|
||||||
"shadowWidth": 0,
|
"shadowWidth": 0,
|
||||||
"startBackground": "table",
|
"startBackground": "table",
|
||||||
"startBorderColor": "button"
|
"startBorderColor": "button",
|
||||||
|
"ToolWindow": {
|
||||||
|
"arc": 40
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"Canvas": {
|
"Canvas": {
|
||||||
"Tooltip.background": "notif",
|
"Tooltip.background": "notif",
|
||||||
@@ -256,6 +264,32 @@
|
|||||||
"accessDot": "accent",
|
"accessDot": "accent",
|
||||||
"dropdownBorder": "second",
|
"dropdownBorder": "second",
|
||||||
"pillBackground": "second"
|
"pillBackground": "second"
|
||||||
|
},
|
||||||
|
"Users": {
|
||||||
|
"1": {
|
||||||
|
"Background": "green",
|
||||||
|
"Foreground": "fg"
|
||||||
|
},
|
||||||
|
"2": {
|
||||||
|
"Background": "blue",
|
||||||
|
"Foreground": "fg"
|
||||||
|
},
|
||||||
|
"3": {
|
||||||
|
"Background": "red",
|
||||||
|
"Foreground": "fg"
|
||||||
|
},
|
||||||
|
"4": {
|
||||||
|
"Background": "purple",
|
||||||
|
"Foreground": "fg"
|
||||||
|
},
|
||||||
|
"5": {
|
||||||
|
"Background": "yellow",
|
||||||
|
"Foreground": "fg"
|
||||||
|
},
|
||||||
|
"6": {
|
||||||
|
"Background": "orange",
|
||||||
|
"Foreground": "fg"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"ColorChooser": {
|
"ColorChooser": {
|
||||||
@@ -293,7 +327,13 @@
|
|||||||
"selectionBackground": "table",
|
"selectionBackground": "table",
|
||||||
"selectionForeground": "activeFg"
|
"selectionForeground": "activeFg"
|
||||||
},
|
},
|
||||||
|
"ComboPopup.border": "1,1,1,1,#FF9800",
|
||||||
"CompletionPopup": {
|
"CompletionPopup": {
|
||||||
|
"Advertiser": {
|
||||||
|
"background": "bg",
|
||||||
|
"foreground": "fg",
|
||||||
|
"borderInsets": "8,12,8,12"
|
||||||
|
},
|
||||||
"background": "second",
|
"background": "second",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"grayForeground": "text",
|
"grayForeground": "text",
|
||||||
@@ -313,8 +353,12 @@
|
|||||||
"selectionInactiveInfoForeground": "text",
|
"selectionInactiveInfoForeground": "text",
|
||||||
"selectionInfoForeground": "selFg"
|
"selectionInfoForeground": "selFg"
|
||||||
},
|
},
|
||||||
|
"ComplexPopup": {
|
||||||
|
"Header.background": "notif"
|
||||||
|
},
|
||||||
"Component": {
|
"Component": {
|
||||||
"arc": 4,
|
"arc": 4,
|
||||||
|
"focusWidth": 2,
|
||||||
"borderColor": "hl",
|
"borderColor": "hl",
|
||||||
"disabledBorderColor": "dis",
|
"disabledBorderColor": "dis",
|
||||||
"focusColor": "accent",
|
"focusColor": "accent",
|
||||||
@@ -351,6 +395,7 @@
|
|||||||
},
|
},
|
||||||
"desktop": "hc",
|
"desktop": "hc",
|
||||||
"Debugger": {
|
"Debugger": {
|
||||||
|
"EvaluateExpression.background": "bg",
|
||||||
"Variables": {
|
"Variables": {
|
||||||
"changedValueForeground": "accent",
|
"changedValueForeground": "accent",
|
||||||
"collectingDataForeground": "text",
|
"collectingDataForeground": "text",
|
||||||
@@ -358,13 +403,15 @@
|
|||||||
"evaluatingExpressionForeground": "text",
|
"evaluatingExpressionForeground": "text",
|
||||||
"exceptionForeground": "yellow",
|
"exceptionForeground": "yellow",
|
||||||
"modifyingValueForeground": "accent",
|
"modifyingValueForeground": "accent",
|
||||||
"valueForeground": "accent"
|
"valueForeground": "accent",
|
||||||
|
"typeForeground": "text"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"DebuggerTabs": {
|
"DebuggerTabs": {
|
||||||
"active.background": "hl",
|
"active.background": "hl",
|
||||||
"selectedBackground": "hl",
|
"selectedBackground": "hl",
|
||||||
"underlinedTabBackground": "table"
|
"underlinedTabBackground": "table",
|
||||||
|
"underlineHeight": 2
|
||||||
},
|
},
|
||||||
"DebuggerPopup": {
|
"DebuggerPopup": {
|
||||||
"borderColor": "bg"
|
"borderColor": "bg"
|
||||||
@@ -380,6 +427,7 @@
|
|||||||
"inactiveMaskColor": "hc",
|
"inactiveMaskColor": "hc",
|
||||||
"inactiveUnderlineColor": "accent",
|
"inactiveUnderlineColor": "accent",
|
||||||
"underlineColor": "accent",
|
"underlineColor": "accent",
|
||||||
|
"underlineHeight": 3,
|
||||||
"underlinedTabBackground": "table",
|
"underlinedTabBackground": "table",
|
||||||
"underlinedTabForeground": "selFg"
|
"underlinedTabForeground": "selFg"
|
||||||
},
|
},
|
||||||
@@ -398,13 +446,21 @@
|
|||||||
"backgroundBorderColor": "bg",
|
"backgroundBorderColor": "bg",
|
||||||
"backgroundColor": "bg",
|
"backgroundColor": "bg",
|
||||||
"borderColor": "accent",
|
"borderColor": "accent",
|
||||||
"foregroundColor": "fg"
|
"foregroundColor": "fg",
|
||||||
|
"rowBackground": "accent70"
|
||||||
},
|
},
|
||||||
"dropArea.base": "accent",
|
"dropArea.base": "accent",
|
||||||
"Editor": {
|
"Editor": {
|
||||||
"background": "hc",
|
"background": "hc",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"shortcutForeground": "text"
|
"shortcutForeground": "text",
|
||||||
|
"SearchField": {
|
||||||
|
"background": "cs",
|
||||||
|
"borderInsets": "8,12,8,12"
|
||||||
|
},
|
||||||
|
"Toolbar": {
|
||||||
|
"borderColor": "border"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"EditorGroupsTabs": {
|
"EditorGroupsTabs": {
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
@@ -423,7 +479,8 @@
|
|||||||
"inactiveBackground": "bg",
|
"inactiveBackground": "bg",
|
||||||
"inactiveForeground": "dis",
|
"inactiveForeground": "dis",
|
||||||
"selectionBackground": "selBg",
|
"selectionBackground": "selBg",
|
||||||
"selectionForeground": "activeFg"
|
"selectionForeground": "activeFg",
|
||||||
|
"splitBorder": "border"
|
||||||
},
|
},
|
||||||
"EditorTabs": {
|
"EditorTabs": {
|
||||||
"active.background": "table",
|
"active.background": "table",
|
||||||
@@ -441,7 +498,10 @@
|
|||||||
"inactiveUnderlineColor": "dis",
|
"inactiveUnderlineColor": "dis",
|
||||||
"selectedBackground": "table",
|
"selectedBackground": "table",
|
||||||
"selectedForeground": "fg",
|
"selectedForeground": "fg",
|
||||||
|
"tabInsets": "-10,10,-10,10",
|
||||||
"underlineColor": "accent",
|
"underlineColor": "accent",
|
||||||
|
"underlineHeight": 3,
|
||||||
|
"underlineArc": 4,
|
||||||
"underlinedTabBackground": "table",
|
"underlinedTabBackground": "table",
|
||||||
"underlinedTabForeground": "selFg"
|
"underlinedTabForeground": "selFg"
|
||||||
},
|
},
|
||||||
@@ -472,7 +532,7 @@
|
|||||||
"defaultButtonBorderColor": "accent"
|
"defaultButtonBorderColor": "accent"
|
||||||
},
|
},
|
||||||
"FormattedTextField": {
|
"FormattedTextField": {
|
||||||
"background": "hc",
|
"background": "cs",
|
||||||
"caretForeground": "accent",
|
"caretForeground": "accent",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"inactiveBackground": "button",
|
"inactiveBackground": "button",
|
||||||
@@ -509,6 +569,9 @@
|
|||||||
"disabledSeparatorColor": "border",
|
"disabledSeparatorColor": "border",
|
||||||
"separatorColor": "border"
|
"separatorColor": "border"
|
||||||
},
|
},
|
||||||
|
"Gutter": {
|
||||||
|
"VcsChanges.width": 4
|
||||||
|
},
|
||||||
"GutterTooltip": {
|
"GutterTooltip": {
|
||||||
"borderColor": "bg",
|
"borderColor": "bg",
|
||||||
"infoForeground": "text",
|
"infoForeground": "text",
|
||||||
@@ -522,11 +585,14 @@
|
|||||||
"background": "bg",
|
"background": "bg",
|
||||||
"backgroundColor": "bg",
|
"backgroundColor": "bg",
|
||||||
"borderColor": "border",
|
"borderColor": "border",
|
||||||
|
"defaultTextBorderInsets": "16,16,16,16",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"infoForeground": "text",
|
"infoForeground": "text",
|
||||||
"shortcutForeground": "text",
|
"shortcutForeground": "text",
|
||||||
"shortcutTextColor": "text",
|
"shortcutTextColor": "text",
|
||||||
"textColor": "fg"
|
"smallTextBorderInsets": "8,12,8,12",
|
||||||
|
"textColor": "fg",
|
||||||
|
"verticalGap": 8
|
||||||
},
|
},
|
||||||
"Hg.Log.Ref": {
|
"Hg.Log.Ref": {
|
||||||
"Branch": "accent",
|
"Branch": "accent",
|
||||||
@@ -594,6 +660,7 @@
|
|||||||
"link": "accent",
|
"link": "accent",
|
||||||
"Link": {
|
"Link": {
|
||||||
"activeForeground": "accent",
|
"activeForeground": "accent",
|
||||||
|
"focusedBorderColor": "accent",
|
||||||
"hoverForeground": "accent",
|
"hoverForeground": "accent",
|
||||||
"pressedForeground": "accent",
|
"pressedForeground": "accent",
|
||||||
"secondaryForeground": "text",
|
"secondaryForeground": "text",
|
||||||
@@ -605,27 +672,61 @@
|
|||||||
"link.visited.foreground": "accent",
|
"link.visited.foreground": "accent",
|
||||||
"List": {
|
"List": {
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
|
"Button": {
|
||||||
|
"hoverBackground": "hl",
|
||||||
|
"leftRightInset": 8,
|
||||||
|
"separatorColor": "border",
|
||||||
|
"separatorInset": 4
|
||||||
|
},
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"hoverBackground": "hl",
|
"hoverBackground": "hl",
|
||||||
"hoverInactiveBackground": "table",
|
"hoverInactiveBackground": "table",
|
||||||
|
"Line.hoverBackground": "selBg",
|
||||||
|
"rowHeight": "28",
|
||||||
|
"selectionBackground": "tree",
|
||||||
"selectionForeground": "selFg",
|
"selectionForeground": "selFg",
|
||||||
"selectionInactiveBackground": "table",
|
"selectionInactiveBackground": "table",
|
||||||
"selectionInactiveForeground": "activeFg"
|
"selectionInactiveForeground": "activeFg",
|
||||||
|
"Tag": {
|
||||||
|
"background": "button",
|
||||||
|
"foreground": "fg"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"LiveIndicator": {
|
"LiveIndicator": {
|
||||||
"color": "accent"
|
"color": "accent"
|
||||||
},
|
},
|
||||||
|
"macOSWindow.Title": {
|
||||||
|
"height": 30,
|
||||||
|
"heightSmall": 20
|
||||||
|
},
|
||||||
|
"MainMenu": {
|
||||||
|
"background": "hc",
|
||||||
|
"foreground": "fg",
|
||||||
|
"selectionForeground": "activeFg",
|
||||||
|
"selectionBackground": "selBg"
|
||||||
|
},
|
||||||
"MainToolbar": {
|
"MainToolbar": {
|
||||||
"Dropdown.background": "bg",
|
|
||||||
"Dropdown.hoverBackground": "border",
|
|
||||||
"Dropdown.pressedBackground": "table",
|
|
||||||
"Icon.background": "bg",
|
|
||||||
"Icon.hoverBackground": "border",
|
|
||||||
"Icon.pressedBackground": "table",
|
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"hoverBackground": "border",
|
"Button": {
|
||||||
|
"buttonInsets": "0,0,0,0"
|
||||||
|
},
|
||||||
|
"Dropdown": {
|
||||||
|
"borderInsets": "6,12,6,12",
|
||||||
|
"background": "bg",
|
||||||
|
"foreground": "fg",
|
||||||
|
"hoverBackground": "hl",
|
||||||
|
"pressedBackground": "table"
|
||||||
|
},
|
||||||
|
"hoverBackground": "hl",
|
||||||
|
"Icon": {
|
||||||
|
"borderInsets": "10,10,10,10",
|
||||||
|
"background": "bg",
|
||||||
|
"hoverBackground": "hl",
|
||||||
|
"pressedBackground": "table"
|
||||||
|
},
|
||||||
"inactiveBackground": "bg",
|
"inactiveBackground": "bg",
|
||||||
"pressedBackground": "table"
|
"pressedBackground": "table",
|
||||||
|
"separatorColor": "border"
|
||||||
},
|
},
|
||||||
"material": {
|
"material": {
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
@@ -652,11 +753,15 @@
|
|||||||
"acceleratorForeground": "text",
|
"acceleratorForeground": "text",
|
||||||
"acceleratorSelectionForeground": "activeFg",
|
"acceleratorSelectionForeground": "activeFg",
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"border": "4,2,4,2",
|
"border": "8,8,8,8",
|
||||||
"borderColor": "second",
|
"borderColor": "second",
|
||||||
"disabledBackground": "second",
|
"disabledBackground": "second",
|
||||||
"disabledForeground": "dis",
|
"disabledForeground": "dis",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
|
"Selection": {
|
||||||
|
"arc": 8,
|
||||||
|
"innerInsets": "8,2,8,2"
|
||||||
|
},
|
||||||
"selectionBackground": "selBg",
|
"selectionBackground": "selBg",
|
||||||
"selectionForeground": "activeFg",
|
"selectionForeground": "activeFg",
|
||||||
"separatorColor": "border"
|
"separatorColor": "border"
|
||||||
@@ -676,7 +781,7 @@
|
|||||||
"acceleratorForeground": "text",
|
"acceleratorForeground": "text",
|
||||||
"acceleratorSelectionForeground": "activeFg",
|
"acceleratorSelectionForeground": "activeFg",
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"border": "4,2,4,2",
|
"border": "8,8,8,8",
|
||||||
"disabledBackground": "bg",
|
"disabledBackground": "bg",
|
||||||
"disabledForeground": "dis",
|
"disabledForeground": "dis",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
@@ -699,11 +804,13 @@
|
|||||||
"background": "bg"
|
"background": "bg"
|
||||||
},
|
},
|
||||||
"SearchField": {
|
"SearchField": {
|
||||||
"background": "hc"
|
"background": "cs"
|
||||||
}
|
},
|
||||||
|
"separatorWidth": 6
|
||||||
},
|
},
|
||||||
"NewPSD.warning": "accent",
|
"NewPSD.warning": "accent",
|
||||||
"Notification": {
|
"Notification": {
|
||||||
|
"arc": 16,
|
||||||
"Error.foreground": "accent",
|
"Error.foreground": "accent",
|
||||||
"Link.foreground": "accent",
|
"Link.foreground": "accent",
|
||||||
"background": "notif",
|
"background": "notif",
|
||||||
@@ -719,12 +826,18 @@
|
|||||||
"innerBorderColor": "button"
|
"innerBorderColor": "button"
|
||||||
},
|
},
|
||||||
"ToolWindow": {
|
"ToolWindow": {
|
||||||
|
"Button.DragAndDrop": {
|
||||||
|
"buttonFloatingBackground": "button",
|
||||||
|
"stripeBackground": "bg"
|
||||||
|
},
|
||||||
"errorBackground": "notifError",
|
"errorBackground": "notifError",
|
||||||
"errorBorderColor": "notifError",
|
"errorBorderColor": "notifError",
|
||||||
"errorForeground": "fg",
|
"errorForeground": "fg",
|
||||||
|
"infoBackground": "notif",
|
||||||
|
"infoBorderColor": "notif",
|
||||||
"infoForeground": "fg",
|
"infoForeground": "fg",
|
||||||
"informativeBackground": "notifInfo",
|
"informativeBackground": "notif",
|
||||||
"informativeBorderColor": "notifInfo",
|
"informativeBorderColor": "notif",
|
||||||
"informativeForeground": "fg",
|
"informativeForeground": "fg",
|
||||||
"warningBackground": "notifWarn",
|
"warningBackground": "notifWarn",
|
||||||
"warningBorderColor": "notifWarn",
|
"warningBorderColor": "notifWarn",
|
||||||
@@ -736,7 +849,8 @@
|
|||||||
},
|
},
|
||||||
"ToolWindowInfo": {
|
"ToolWindowInfo": {
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"background": "notifInfo"
|
"background": "notif",
|
||||||
|
"borderColor": "notif"
|
||||||
},
|
},
|
||||||
"ToolWindowWarning": {
|
"ToolWindowWarning": {
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
@@ -786,7 +900,7 @@
|
|||||||
"lineSeparatorColor": "table"
|
"lineSeparatorColor": "table"
|
||||||
},
|
},
|
||||||
"PasswordField": {
|
"PasswordField": {
|
||||||
"background": "hc",
|
"background": "cs",
|
||||||
"capsLockIconColor": "accent",
|
"capsLockIconColor": "accent",
|
||||||
"caretForeground": "accent",
|
"caretForeground": "accent",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
@@ -796,6 +910,7 @@
|
|||||||
},
|
},
|
||||||
"Plugins": {
|
"Plugins": {
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
|
"borderColor": "border",
|
||||||
"disabledForeground": "dis",
|
"disabledForeground": "dis",
|
||||||
"eapTagBackground": "hl",
|
"eapTagBackground": "hl",
|
||||||
"hoverBackground": "hl",
|
"hoverBackground": "hl",
|
||||||
@@ -817,8 +932,11 @@
|
|||||||
"updateBorderColor": "button",
|
"updateBorderColor": "button",
|
||||||
"updateForeground": "fg"
|
"updateForeground": "fg"
|
||||||
},
|
},
|
||||||
|
"ScreenshotPagination": {
|
||||||
|
"CurrentImage.fillColor": "accent"
|
||||||
|
},
|
||||||
"SearchField": {
|
"SearchField": {
|
||||||
"background": "hc",
|
"background": "cs",
|
||||||
"borderColor": "border"
|
"borderColor": "border"
|
||||||
},
|
},
|
||||||
"SectionHeader": {
|
"SectionHeader": {
|
||||||
@@ -836,27 +954,38 @@
|
|||||||
},
|
},
|
||||||
"Popup": {
|
"Popup": {
|
||||||
"Advertiser": {
|
"Advertiser": {
|
||||||
|
"borderInsets": "6,20,6,20",
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"borderColor": "bg",
|
"borderColor": "bg",
|
||||||
"foreground": "accent"
|
"foreground": "accent"
|
||||||
},
|
},
|
||||||
|
"Body": {
|
||||||
|
"bottomInsetNoAd": 8,
|
||||||
|
"bottomInsetBeforeAd": 8,
|
||||||
|
"topInsetNoHeader": 8
|
||||||
|
},
|
||||||
"Border": {
|
"Border": {
|
||||||
"color": "cs",
|
"color": "cs",
|
||||||
"inactiveColor": "bg"
|
"inactiveColor": "bg"
|
||||||
},
|
},
|
||||||
|
"background": "notif",
|
||||||
"borderColor": "cs",
|
"borderColor": "cs",
|
||||||
|
"borderWidth": 0,
|
||||||
"inactiveBorderColor": "bg",
|
"inactiveBorderColor": "bg",
|
||||||
"innerBorderColor": "second",
|
"innerBorderColor": "second",
|
||||||
"Header": {
|
"Header": {
|
||||||
"activeBackground": "bg",
|
"activeBackground": "bg",
|
||||||
"inactiveBackground": "cs"
|
"inactiveBackground": "cs",
|
||||||
|
"inactiveForeground": "text"
|
||||||
},
|
},
|
||||||
"paintBorder": true,
|
"paintBorder": false,
|
||||||
"preferences": {
|
"preferences": {
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"borderColor": "bg",
|
"borderColor": "bg",
|
||||||
"foreground": "fg"
|
"foreground": "fg"
|
||||||
},
|
},
|
||||||
|
"Selection.arc": 8,
|
||||||
|
"Selection.leftRightInset": 8,
|
||||||
"Separator": {
|
"Separator": {
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"color": "border"
|
"color": "border"
|
||||||
@@ -872,13 +1001,24 @@
|
|||||||
},
|
},
|
||||||
"PopupMenu": {
|
"PopupMenu": {
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"border": "2,0,2,0",
|
"borderWidth": 1,
|
||||||
|
"border": "8,8,8,8",
|
||||||
|
"borderCornerRadius": 8,
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
|
"Selection": {
|
||||||
|
"arc": 8,
|
||||||
|
"innerInsets": "8,2,8,2"
|
||||||
|
},
|
||||||
"selectionBackground": "selBg",
|
"selectionBackground": "selBg",
|
||||||
"translucentBackground": "bg"
|
"translucentBackground": "bg"
|
||||||
},
|
},
|
||||||
"PopupMenuSeparator.height": 10,
|
"PopupMenuSeparator": {
|
||||||
"PopupMenuSeparator.stripeIndent": 5,
|
"height": 10,
|
||||||
|
"stripeWidth": 2,
|
||||||
|
"stripeIndent": 5,
|
||||||
|
"withToEdge": 4,
|
||||||
|
"borderCornerRadius": 8
|
||||||
|
},
|
||||||
"ProgressBar": {
|
"ProgressBar": {
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"foreground": "accent",
|
"foreground": "accent",
|
||||||
@@ -922,12 +1062,27 @@
|
|||||||
"selectionBackground": "selBg",
|
"selectionBackground": "selBg",
|
||||||
"selectionForeground": "selFg"
|
"selectionForeground": "selFg"
|
||||||
},
|
},
|
||||||
|
"ReviewList": {
|
||||||
|
"state.background": "second",
|
||||||
|
"state.foreground": "fg"
|
||||||
|
},
|
||||||
"RunWidget": {
|
"RunWidget": {
|
||||||
|
"background": "button",
|
||||||
|
"Debug.activeBackground": "hl",
|
||||||
|
"foreground": "fg",
|
||||||
|
"hoverBackground": "table",
|
||||||
|
"pressedBackground": "hl",
|
||||||
|
"Profile.activeBackground": "hl",
|
||||||
|
"runningBackground": "hl",
|
||||||
|
"runningForeground": "selFg",
|
||||||
|
"Run.activeBackground": "hl",
|
||||||
"Running": {
|
"Running": {
|
||||||
"background": "accent",
|
"background": "hl",
|
||||||
"leftHoverBackground": "accent70",
|
"foreground": "selFg",
|
||||||
"leftPressedBackground": "accent"
|
"leftHoverBackground": "hl",
|
||||||
}
|
"leftPressedBackground": "hl"
|
||||||
|
},
|
||||||
|
"separatorColor": "border"
|
||||||
},
|
},
|
||||||
"ScreenView.borderColor": "border",
|
"ScreenView.borderColor": "border",
|
||||||
"scrollbar": "bg",
|
"scrollbar": "bg",
|
||||||
@@ -971,8 +1126,9 @@
|
|||||||
},
|
},
|
||||||
"SearchEverywhere": {
|
"SearchEverywhere": {
|
||||||
"Advertiser": {
|
"Advertiser": {
|
||||||
"background": "cs",
|
"background": "bg",
|
||||||
"foreground": "text"
|
"foreground": "text",
|
||||||
|
"borderInsets": "10,20,10,20"
|
||||||
},
|
},
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"Dialog": {
|
"Dialog": {
|
||||||
@@ -989,11 +1145,12 @@
|
|||||||
"Separator.foreground": "text",
|
"Separator.foreground": "text",
|
||||||
"selectionBackground": "selBg",
|
"selectionBackground": "selBg",
|
||||||
"separatorColor": "border",
|
"separatorColor": "border",
|
||||||
"separatorForeground": "text"
|
"separatorForeground": "text",
|
||||||
|
"settingsBackground": "bg"
|
||||||
},
|
},
|
||||||
"SearchField": {
|
"SearchField": {
|
||||||
"Border.color": "hl",
|
"Border.color": "hl",
|
||||||
"background": "hc",
|
"background": "cs",
|
||||||
"borderColor": "hl",
|
"borderColor": "hl",
|
||||||
"grayForeground": "dis",
|
"grayForeground": "dis",
|
||||||
"infoForeground": "dis"
|
"infoForeground": "dis"
|
||||||
@@ -1015,8 +1172,13 @@
|
|||||||
"startColor": "accent"
|
"startColor": "accent"
|
||||||
},
|
},
|
||||||
"SearchField.errorBackground": "notif",
|
"SearchField.errorBackground": "notif",
|
||||||
|
"SearchFieldWithExtension": {
|
||||||
|
"background": "cs"
|
||||||
|
},
|
||||||
"SearchOption": {
|
"SearchOption": {
|
||||||
"selectedBackground": "table"
|
"selectedBackground": "table",
|
||||||
|
"selectedPressedBackground": "hl",
|
||||||
|
"selectedHoveredBackground": "hl"
|
||||||
},
|
},
|
||||||
"SearchResults": {
|
"SearchResults": {
|
||||||
"Ordinal.File.Foreground": "text",
|
"Ordinal.File.Foreground": "text",
|
||||||
@@ -1056,12 +1218,12 @@
|
|||||||
"SpeedSearch": {
|
"SpeedSearch": {
|
||||||
"background": "hl",
|
"background": "hl",
|
||||||
"borderColor": "border",
|
"borderColor": "border",
|
||||||
"errorForeground": "fg",
|
"errorForeground": "red",
|
||||||
"foreground": "fg"
|
"foreground": "fg"
|
||||||
},
|
},
|
||||||
"Spinner": {
|
"Spinner": {
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"border": "3,3,3,3",
|
"border": "4,4,4,4",
|
||||||
"disabledBackground": "excl",
|
"disabledBackground": "excl",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"selectionForeground": "activeFg"
|
"selectionForeground": "activeFg"
|
||||||
@@ -1077,15 +1239,17 @@
|
|||||||
"Breadcrumbs": {
|
"Breadcrumbs": {
|
||||||
"floatingBackground": "tree",
|
"floatingBackground": "tree",
|
||||||
"floatingForeground": "fg",
|
"floatingForeground": "fg",
|
||||||
|
"floatingToolbarInsets": "8,12,8,12",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"hoverBackground": "tree",
|
"hoverBackground": "tree",
|
||||||
"hoverForeground": "fg",
|
"hoverForeground": "fg",
|
||||||
|
"itemBackgroundInsets": "2,4,2,4",
|
||||||
"selectionBackground": "selBg",
|
"selectionBackground": "selBg",
|
||||||
"selectionForeground": "activeFg",
|
"selectionForeground": "activeFg",
|
||||||
"selectionInactiveBackground": "button",
|
"selectionInactiveBackground": "button",
|
||||||
"selectionInactiveForeground": "fg"
|
"selectionInactiveForeground": "fg"
|
||||||
},
|
},
|
||||||
"borderColor": "bg",
|
"borderColor": "border",
|
||||||
"bottomColor": "bg",
|
"bottomColor": "bg",
|
||||||
"hoverBackground": "hl",
|
"hoverBackground": "hl",
|
||||||
"top2Color": "bg",
|
"top2Color": "bg",
|
||||||
@@ -1096,7 +1260,8 @@
|
|||||||
"hoverBackground": "hl",
|
"hoverBackground": "hl",
|
||||||
"hoverForeground": "selFg",
|
"hoverForeground": "selFg",
|
||||||
"pressedBackground": "button",
|
"pressedBackground": "button",
|
||||||
"pressedForeground": "fg"
|
"pressedForeground": "fg",
|
||||||
|
"widgetInsets": "8,12,8,12"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"TabbedPane": {
|
"TabbedPane": {
|
||||||
@@ -1126,6 +1291,7 @@
|
|||||||
"shadow": "hc",
|
"shadow": "hc",
|
||||||
"tabHeight": 32,
|
"tabHeight": 32,
|
||||||
"tabInsets": "5,10,5,10",
|
"tabInsets": "5,10,5,10",
|
||||||
|
"tabSelectionArc": 4,
|
||||||
"tabSelectionHeight": 2,
|
"tabSelectionHeight": 2,
|
||||||
"tabsOverlapBorder": true,
|
"tabsOverlapBorder": true,
|
||||||
"underlineColor": "accent"
|
"underlineColor": "accent"
|
||||||
@@ -1134,13 +1300,13 @@
|
|||||||
"Table": {
|
"Table": {
|
||||||
"alternativeRowBackground": "cs",
|
"alternativeRowBackground": "cs",
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"cellNoFocusBorder": "10,5,10,5",
|
"cellNoFocusBorder": "16,4,16,4",
|
||||||
"disabledForeground": "dis",
|
"disabledForeground": "dis",
|
||||||
"dropLineColor": "accent",
|
"dropLineColor": "accent",
|
||||||
"dropLineShortColor": "accent",
|
"dropLineShortColor": "accent",
|
||||||
"focusCellBackground": "table",
|
"focusCellBackground": "table",
|
||||||
"focusCellForeground": "activeFg",
|
"focusCellForeground": "activeFg",
|
||||||
"focusCellHighlightBorder": "10,5,10,5",
|
"focusCellHighlightBorder": "18,6,18,6",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"gridColor": "bg",
|
"gridColor": "bg",
|
||||||
"highlightOuter": "table",
|
"highlightOuter": "table",
|
||||||
@@ -1150,6 +1316,7 @@
|
|||||||
"lightSelectionForeground": "activeFg",
|
"lightSelectionForeground": "activeFg",
|
||||||
"lightSelectionInactiveBackground": "second",
|
"lightSelectionInactiveBackground": "second",
|
||||||
"lightSelectionInactiveForeground": "text",
|
"lightSelectionInactiveForeground": "text",
|
||||||
|
"rowHeight": 32,
|
||||||
"selectionBackground": "table",
|
"selectionBackground": "table",
|
||||||
"selectionForeground": "activeFg",
|
"selectionForeground": "activeFg",
|
||||||
"selectionInactiveBackground": "table",
|
"selectionInactiveBackground": "table",
|
||||||
@@ -1160,14 +1327,14 @@
|
|||||||
},
|
},
|
||||||
"TableHeader": {
|
"TableHeader": {
|
||||||
"background": "button",
|
"background": "button",
|
||||||
|
"bottomSeparatorColor": "border",
|
||||||
"borderColor": "hl",
|
"borderColor": "hl",
|
||||||
"bottomSeparatorColor": "hl",
|
"cellBorder": "6,0,6,0",
|
||||||
"cellBorder": "4,0,4,0",
|
|
||||||
"disabledForeground": "dis",
|
"disabledForeground": "dis",
|
||||||
"focusCellBackground": "table",
|
"focusCellBackground": "table",
|
||||||
"focusCellForeground": "activeFg",
|
"focusCellForeground": "activeFg",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"height": 25,
|
"height": 32,
|
||||||
"hoverBackground": "hl",
|
"hoverBackground": "hl",
|
||||||
"separatorColor": "border"
|
"separatorColor": "border"
|
||||||
},
|
},
|
||||||
@@ -1182,7 +1349,7 @@
|
|||||||
"textHighlightText": "activeFg",
|
"textHighlightText": "activeFg",
|
||||||
"textText": "text",
|
"textText": "text",
|
||||||
"TextArea": {
|
"TextArea": {
|
||||||
"background": "hc",
|
"background": "cs",
|
||||||
"caretForeground": "accent",
|
"caretForeground": "accent",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"inactiveForeground": "dis",
|
"inactiveForeground": "dis",
|
||||||
@@ -1190,7 +1357,7 @@
|
|||||||
"selectionForeground": "activeFg"
|
"selectionForeground": "activeFg"
|
||||||
},
|
},
|
||||||
"TextField": {
|
"TextField": {
|
||||||
"background": "hc",
|
"background": "cs",
|
||||||
"borderColor": "bg",
|
"borderColor": "bg",
|
||||||
"caretForeground": "accent",
|
"caretForeground": "accent",
|
||||||
"disabledBackground": "excl",
|
"disabledBackground": "excl",
|
||||||
@@ -1205,15 +1372,21 @@
|
|||||||
"separatorColorDisabled": "bg"
|
"separatorColorDisabled": "bg"
|
||||||
},
|
},
|
||||||
"TextPane": {
|
"TextPane": {
|
||||||
"background": "hc",
|
"background": "cs",
|
||||||
"caretForeground": "accent",
|
"caretForeground": "accent",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"inactiveForeground": "dis",
|
"inactiveForeground": "dis",
|
||||||
"selectionBackground": "table",
|
"selectionBackground": "table",
|
||||||
"selectionForeground": "activeFg"
|
"selectionForeground": "activeFg"
|
||||||
},
|
},
|
||||||
|
"TipOfTheDay": {
|
||||||
|
"Image.borderColor": "border"
|
||||||
|
},
|
||||||
"TitlePane": {
|
"TitlePane": {
|
||||||
"Button.hoverBackground": "hl",
|
"Button": {
|
||||||
|
"hoverBackground": "hl",
|
||||||
|
"preferredSize": "48,40"
|
||||||
|
},
|
||||||
"background": "hc",
|
"background": "hc",
|
||||||
"inactiveBackground": "bg",
|
"inactiveBackground": "bg",
|
||||||
"inactiveInfoForeground": "dis",
|
"inactiveInfoForeground": "dis",
|
||||||
@@ -1240,7 +1413,9 @@
|
|||||||
"borderHandleColor": "text",
|
"borderHandleColor": "text",
|
||||||
"comboBoxButtonBackground": "button",
|
"comboBoxButtonBackground": "button",
|
||||||
"floatingForeground": "text",
|
"floatingForeground": "text",
|
||||||
"foreground": "fg"
|
"foreground": "fg",
|
||||||
|
"verticalToolbarInsets": "6,6,6,6",
|
||||||
|
"horizontalToolbarInsets": "6,6,6,6"
|
||||||
},
|
},
|
||||||
"ToolbarComboWidget": {
|
"ToolbarComboWidget": {
|
||||||
"background": "button",
|
"background": "button",
|
||||||
@@ -1252,6 +1427,7 @@
|
|||||||
"description.title.text.color": "fg"
|
"description.title.text.color": "fg"
|
||||||
},
|
},
|
||||||
"ToolTip": {
|
"ToolTip": {
|
||||||
|
"arc": 6,
|
||||||
"actions": {
|
"actions": {
|
||||||
"background": "bg"
|
"background": "bg"
|
||||||
},
|
},
|
||||||
@@ -1262,8 +1438,10 @@
|
|||||||
},
|
},
|
||||||
"background": "notif",
|
"background": "notif",
|
||||||
"borderColor": "border",
|
"borderColor": "border",
|
||||||
|
"borderCornerRadius": 8,
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"infoForeground": "text",
|
"infoForeground": "text",
|
||||||
|
"linkForeground": "accent",
|
||||||
"Learning": {
|
"Learning": {
|
||||||
"background": "accent",
|
"background": "accent",
|
||||||
"borderColor": "accent",
|
"borderColor": "accent",
|
||||||
@@ -1284,6 +1462,10 @@
|
|||||||
"background": "hc",
|
"background": "hc",
|
||||||
"Button": {
|
"Button": {
|
||||||
"hoverBackground": "table",
|
"hoverBackground": "table",
|
||||||
|
"DragAndDrop": {
|
||||||
|
"stripeBackground": "cs",
|
||||||
|
"buttonDropBackground": "accent70"
|
||||||
|
},
|
||||||
"selectedBackground": "cs",
|
"selectedBackground": "cs",
|
||||||
"selectedForeground": "activeFg"
|
"selectedForeground": "activeFg"
|
||||||
},
|
},
|
||||||
@@ -1296,6 +1478,7 @@
|
|||||||
"tab.selected.background": "cs"
|
"tab.selected.background": "cs"
|
||||||
},
|
},
|
||||||
"Header": {
|
"Header": {
|
||||||
|
"height": 42,
|
||||||
"background": "second",
|
"background": "second",
|
||||||
"borderColor": "second",
|
"borderColor": "second",
|
||||||
"inactiveBackground": "bg"
|
"inactiveBackground": "bg"
|
||||||
@@ -1308,13 +1491,17 @@
|
|||||||
"hoverBackground": "hl",
|
"hoverBackground": "hl",
|
||||||
"hoverInactiveBackground": "hl",
|
"hoverInactiveBackground": "hl",
|
||||||
"inactiveUnderlineColor": "accent",
|
"inactiveUnderlineColor": "accent",
|
||||||
|
"leftRightInsets": "0,12,0,12",
|
||||||
"selectedBackground": "cs",
|
"selectedBackground": "cs",
|
||||||
"selectedInactiveBackground": "cs",
|
"selectedInactiveBackground": "cs",
|
||||||
|
"underlineArc": 4,
|
||||||
"underlineColor": "accent",
|
"underlineColor": "accent",
|
||||||
|
"underlineHeight": 3,
|
||||||
"underlinedTabBackground": "table",
|
"underlinedTabBackground": "table",
|
||||||
"underlinedTabForeground": "selFg",
|
"underlinedTabForeground": "selFg",
|
||||||
"underlinedTabInactiveBackground": "hc",
|
"underlinedTabInactiveBackground": "hc",
|
||||||
"underlinedTabInactiveForeground": "fg"
|
"underlinedTabInactiveForeground": "fg",
|
||||||
|
"verticalPadding": 6
|
||||||
},
|
},
|
||||||
"inactive": {
|
"inactive": {
|
||||||
"Header.background": "bg",
|
"Header.background": "bg",
|
||||||
@@ -1322,13 +1509,15 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"Tree": {
|
"Tree": {
|
||||||
|
"border": "4,12,4,12",
|
||||||
"background": "hc",
|
"background": "hc",
|
||||||
"foreground": "text",
|
"foreground": "text",
|
||||||
|
"errorForeground": "red",
|
||||||
"hash": "border",
|
"hash": "border",
|
||||||
"hoverBackground": "tree",
|
"hoverBackground": "tree",
|
||||||
"hoverInactiveBackground": "table",
|
"hoverInactiveBackground": "table",
|
||||||
"modifiedItemForeground": "accent",
|
"modifiedItemForeground": "accent",
|
||||||
"rowHeight": 28,
|
"rowHeight": "28",
|
||||||
"selectionBackground": "tree",
|
"selectionBackground": "tree",
|
||||||
"selectionForeground": "selFg",
|
"selectionForeground": "selFg",
|
||||||
"selectionInactiveBackground": "tree",
|
"selectionInactiveBackground": "tree",
|
||||||
@@ -1355,7 +1544,6 @@
|
|||||||
"hoverBorderColor": "hl"
|
"hoverBorderColor": "hl"
|
||||||
},
|
},
|
||||||
"Label.foreground": "text",
|
"Label.foreground": "text",
|
||||||
"List.selectionBackground": "tree",
|
|
||||||
"highStroke.foreground": "fg",
|
"highStroke.foreground": "fg",
|
||||||
"motion": {
|
"motion": {
|
||||||
"AddConstraintColor": "accent",
|
"AddConstraintColor": "accent",
|
||||||
@@ -1392,6 +1580,35 @@
|
|||||||
"ourML_BarColor.separatorColor": "border",
|
"ourML_BarColor.separatorColor": "border",
|
||||||
"timeLine.disabledBorderColor": "border"
|
"timeLine.disabledBorderColor": "border"
|
||||||
},
|
},
|
||||||
|
"PackageDetails": {
|
||||||
|
"border": "accent",
|
||||||
|
"infoBanner": "accent"
|
||||||
|
},
|
||||||
|
"PackageSearch": {
|
||||||
|
"PackagesList.rowHeight": 28,
|
||||||
|
"PackageTag": {
|
||||||
|
"background": "excl",
|
||||||
|
"foreground": "fg",
|
||||||
|
"hoverBackground": "tree",
|
||||||
|
"selectedBackground": "selBg",
|
||||||
|
"selectedForeground": "selFg"
|
||||||
|
},
|
||||||
|
"PackageTagSelected": {
|
||||||
|
"background": "selBg",
|
||||||
|
"foreground": "selFg"
|
||||||
|
},
|
||||||
|
"SearchResult": {
|
||||||
|
"background": "cs",
|
||||||
|
"hoverBackground": "tree",
|
||||||
|
"PackageTag": {
|
||||||
|
"background": "excl",
|
||||||
|
"foreground": "fg",
|
||||||
|
"hoverBackground": "tree",
|
||||||
|
"selectedBackground": "selBg",
|
||||||
|
"selectedForeground": "selFg"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"Panel": {
|
"Panel": {
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"borderColor": "border",
|
"borderColor": "border",
|
||||||
@@ -1418,7 +1635,7 @@
|
|||||||
},
|
},
|
||||||
"VersionControl": {
|
"VersionControl": {
|
||||||
"FileHistory.Commit": {
|
"FileHistory.Commit": {
|
||||||
"otherBranchBackground": "bg",
|
"otherBranchBackground": "excl",
|
||||||
"selectedBranchBackground": "bg"
|
"selectedBranchBackground": "bg"
|
||||||
},
|
},
|
||||||
"GitCommits": {
|
"GitCommits": {
|
||||||
@@ -1443,9 +1660,15 @@
|
|||||||
"Commit": {
|
"Commit": {
|
||||||
"currentBranchBackground": "cs",
|
"currentBranchBackground": "cs",
|
||||||
"hoveredBackground": "tree",
|
"hoveredBackground": "tree",
|
||||||
|
"rowHeight": 28,
|
||||||
"unmatchedForeground": "text"
|
"unmatchedForeground": "text"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"MarkerPopup": {
|
||||||
|
"borderColor": "border",
|
||||||
|
"borderInsets": "6,8,6,10",
|
||||||
|
"Toolbar.background": "hl"
|
||||||
|
},
|
||||||
"Ref": {
|
"Ref": {
|
||||||
"backgroundBase": "hl",
|
"backgroundBase": "hl",
|
||||||
"foreground": "activeFg"
|
"foreground": "activeFg"
|
||||||
@@ -1455,6 +1678,11 @@
|
|||||||
"foreground": "activeFg"
|
"foreground": "activeFg"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"UnattendedHostStatus": {
|
||||||
|
"warningBackground": "yellow",
|
||||||
|
"warningForeground": "activeFg",
|
||||||
|
"dangerBackground": "red"
|
||||||
|
},
|
||||||
"Viewport": {
|
"Viewport": {
|
||||||
"background": "hc",
|
"background": "hc",
|
||||||
"foreground": "fg"
|
"foreground": "fg"
|
||||||
|
|||||||
@@ -22,7 +22,7 @@
|
|||||||
"cs": "#090B10",
|
"cs": "#090B10",
|
||||||
"button": "#191A21",
|
"button": "#191A21",
|
||||||
"table": "#1A1C25",
|
"table": "#1A1C25",
|
||||||
"tree": "#717CB430",
|
"tree": "#212639",
|
||||||
"hl": "#1F2233",
|
"hl": "#1F2233",
|
||||||
"notif": "#090B10",
|
"notif": "#090B10",
|
||||||
"hc": "#090B10",
|
"hc": "#090B10",
|
||||||
@@ -73,6 +73,10 @@
|
|||||||
"pressedBackground": "accent50",
|
"pressedBackground": "accent50",
|
||||||
"pressedBorderColor": "accent50"
|
"pressedBorderColor": "accent50"
|
||||||
},
|
},
|
||||||
|
"ActionsList": {
|
||||||
|
"icon.gap": 12,
|
||||||
|
"mnemonic.icon.gap": 12
|
||||||
|
},
|
||||||
"ActionToolbar": {
|
"ActionToolbar": {
|
||||||
"background": "hc"
|
"background": "hc"
|
||||||
},
|
},
|
||||||
@@ -127,8 +131,9 @@
|
|||||||
"BookmarkIcon.background": "accent",
|
"BookmarkIcon.background": "accent",
|
||||||
"Borders.ContrastBorderColor": "bg",
|
"Borders.ContrastBorderColor": "bg",
|
||||||
"Borders.color": "border",
|
"Borders.color": "border",
|
||||||
|
"Breakpoint.iconHoverAlpha": 0.35,
|
||||||
"Button": {
|
"Button": {
|
||||||
"arc": 0,
|
"arc": 8,
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"darcula": {
|
"darcula": {
|
||||||
"borderColor": "button",
|
"borderColor": "button",
|
||||||
@@ -181,7 +186,10 @@
|
|||||||
"shadowColor": "shadow",
|
"shadowColor": "shadow",
|
||||||
"shadowWidth": 0,
|
"shadowWidth": 0,
|
||||||
"startBackground": "table",
|
"startBackground": "table",
|
||||||
"startBorderColor": "button"
|
"startBorderColor": "button",
|
||||||
|
"ToolWindow": {
|
||||||
|
"arc": 40
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"Canvas": {
|
"Canvas": {
|
||||||
"Tooltip.background": "notif",
|
"Tooltip.background": "notif",
|
||||||
@@ -256,6 +264,32 @@
|
|||||||
"accessDot": "accent",
|
"accessDot": "accent",
|
||||||
"dropdownBorder": "second",
|
"dropdownBorder": "second",
|
||||||
"pillBackground": "second"
|
"pillBackground": "second"
|
||||||
|
},
|
||||||
|
"Users": {
|
||||||
|
"1": {
|
||||||
|
"Background": "green",
|
||||||
|
"Foreground": "fg"
|
||||||
|
},
|
||||||
|
"2": {
|
||||||
|
"Background": "blue",
|
||||||
|
"Foreground": "fg"
|
||||||
|
},
|
||||||
|
"3": {
|
||||||
|
"Background": "red",
|
||||||
|
"Foreground": "fg"
|
||||||
|
},
|
||||||
|
"4": {
|
||||||
|
"Background": "purple",
|
||||||
|
"Foreground": "fg"
|
||||||
|
},
|
||||||
|
"5": {
|
||||||
|
"Background": "yellow",
|
||||||
|
"Foreground": "fg"
|
||||||
|
},
|
||||||
|
"6": {
|
||||||
|
"Background": "orange",
|
||||||
|
"Foreground": "fg"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"ColorChooser": {
|
"ColorChooser": {
|
||||||
@@ -293,7 +327,13 @@
|
|||||||
"selectionBackground": "table",
|
"selectionBackground": "table",
|
||||||
"selectionForeground": "activeFg"
|
"selectionForeground": "activeFg"
|
||||||
},
|
},
|
||||||
|
"ComboPopup.border": "1,1,1,1,#84ffff",
|
||||||
"CompletionPopup": {
|
"CompletionPopup": {
|
||||||
|
"Advertiser": {
|
||||||
|
"background": "bg",
|
||||||
|
"foreground": "fg",
|
||||||
|
"borderInsets": "8,12,8,12"
|
||||||
|
},
|
||||||
"background": "second",
|
"background": "second",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"grayForeground": "text",
|
"grayForeground": "text",
|
||||||
@@ -313,8 +353,12 @@
|
|||||||
"selectionInactiveInfoForeground": "text",
|
"selectionInactiveInfoForeground": "text",
|
||||||
"selectionInfoForeground": "selFg"
|
"selectionInfoForeground": "selFg"
|
||||||
},
|
},
|
||||||
|
"ComplexPopup": {
|
||||||
|
"Header.background": "notif"
|
||||||
|
},
|
||||||
"Component": {
|
"Component": {
|
||||||
"arc": 4,
|
"arc": 4,
|
||||||
|
"focusWidth": 2,
|
||||||
"borderColor": "hl",
|
"borderColor": "hl",
|
||||||
"disabledBorderColor": "dis",
|
"disabledBorderColor": "dis",
|
||||||
"focusColor": "accent",
|
"focusColor": "accent",
|
||||||
@@ -351,6 +395,7 @@
|
|||||||
},
|
},
|
||||||
"desktop": "hc",
|
"desktop": "hc",
|
||||||
"Debugger": {
|
"Debugger": {
|
||||||
|
"EvaluateExpression.background": "bg",
|
||||||
"Variables": {
|
"Variables": {
|
||||||
"changedValueForeground": "accent",
|
"changedValueForeground": "accent",
|
||||||
"collectingDataForeground": "text",
|
"collectingDataForeground": "text",
|
||||||
@@ -358,13 +403,15 @@
|
|||||||
"evaluatingExpressionForeground": "text",
|
"evaluatingExpressionForeground": "text",
|
||||||
"exceptionForeground": "yellow",
|
"exceptionForeground": "yellow",
|
||||||
"modifyingValueForeground": "accent",
|
"modifyingValueForeground": "accent",
|
||||||
"valueForeground": "accent"
|
"valueForeground": "accent",
|
||||||
|
"typeForeground": "text"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"DebuggerTabs": {
|
"DebuggerTabs": {
|
||||||
"active.background": "hl",
|
"active.background": "hl",
|
||||||
"selectedBackground": "hl",
|
"selectedBackground": "hl",
|
||||||
"underlinedTabBackground": "table"
|
"underlinedTabBackground": "table",
|
||||||
|
"underlineHeight": 2
|
||||||
},
|
},
|
||||||
"DebuggerPopup": {
|
"DebuggerPopup": {
|
||||||
"borderColor": "bg"
|
"borderColor": "bg"
|
||||||
@@ -380,6 +427,7 @@
|
|||||||
"inactiveMaskColor": "hc",
|
"inactiveMaskColor": "hc",
|
||||||
"inactiveUnderlineColor": "accent",
|
"inactiveUnderlineColor": "accent",
|
||||||
"underlineColor": "accent",
|
"underlineColor": "accent",
|
||||||
|
"underlineHeight": 3,
|
||||||
"underlinedTabBackground": "table",
|
"underlinedTabBackground": "table",
|
||||||
"underlinedTabForeground": "selFg"
|
"underlinedTabForeground": "selFg"
|
||||||
},
|
},
|
||||||
@@ -398,13 +446,21 @@
|
|||||||
"backgroundBorderColor": "bg",
|
"backgroundBorderColor": "bg",
|
||||||
"backgroundColor": "bg",
|
"backgroundColor": "bg",
|
||||||
"borderColor": "accent",
|
"borderColor": "accent",
|
||||||
"foregroundColor": "fg"
|
"foregroundColor": "fg",
|
||||||
|
"rowBackground": "accent70"
|
||||||
},
|
},
|
||||||
"dropArea.base": "accent",
|
"dropArea.base": "accent",
|
||||||
"Editor": {
|
"Editor": {
|
||||||
"background": "hc",
|
"background": "hc",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"shortcutForeground": "text"
|
"shortcutForeground": "text",
|
||||||
|
"SearchField": {
|
||||||
|
"background": "cs",
|
||||||
|
"borderInsets": "8,12,8,12"
|
||||||
|
},
|
||||||
|
"Toolbar": {
|
||||||
|
"borderColor": "border"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"EditorGroupsTabs": {
|
"EditorGroupsTabs": {
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
@@ -423,7 +479,8 @@
|
|||||||
"inactiveBackground": "bg",
|
"inactiveBackground": "bg",
|
||||||
"inactiveForeground": "dis",
|
"inactiveForeground": "dis",
|
||||||
"selectionBackground": "selBg",
|
"selectionBackground": "selBg",
|
||||||
"selectionForeground": "activeFg"
|
"selectionForeground": "activeFg",
|
||||||
|
"splitBorder": "border"
|
||||||
},
|
},
|
||||||
"EditorTabs": {
|
"EditorTabs": {
|
||||||
"active.background": "table",
|
"active.background": "table",
|
||||||
@@ -441,7 +498,10 @@
|
|||||||
"inactiveUnderlineColor": "dis",
|
"inactiveUnderlineColor": "dis",
|
||||||
"selectedBackground": "table",
|
"selectedBackground": "table",
|
||||||
"selectedForeground": "fg",
|
"selectedForeground": "fg",
|
||||||
|
"tabInsets": "-10,10,-10,10",
|
||||||
"underlineColor": "accent",
|
"underlineColor": "accent",
|
||||||
|
"underlineHeight": 3,
|
||||||
|
"underlineArc": 4,
|
||||||
"underlinedTabBackground": "table",
|
"underlinedTabBackground": "table",
|
||||||
"underlinedTabForeground": "selFg"
|
"underlinedTabForeground": "selFg"
|
||||||
},
|
},
|
||||||
@@ -472,7 +532,7 @@
|
|||||||
"defaultButtonBorderColor": "accent"
|
"defaultButtonBorderColor": "accent"
|
||||||
},
|
},
|
||||||
"FormattedTextField": {
|
"FormattedTextField": {
|
||||||
"background": "hc",
|
"background": "cs",
|
||||||
"caretForeground": "accent",
|
"caretForeground": "accent",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"inactiveBackground": "button",
|
"inactiveBackground": "button",
|
||||||
@@ -509,6 +569,9 @@
|
|||||||
"disabledSeparatorColor": "border",
|
"disabledSeparatorColor": "border",
|
||||||
"separatorColor": "border"
|
"separatorColor": "border"
|
||||||
},
|
},
|
||||||
|
"Gutter": {
|
||||||
|
"VcsChanges.width": 4
|
||||||
|
},
|
||||||
"GutterTooltip": {
|
"GutterTooltip": {
|
||||||
"borderColor": "bg",
|
"borderColor": "bg",
|
||||||
"infoForeground": "text",
|
"infoForeground": "text",
|
||||||
@@ -522,11 +585,14 @@
|
|||||||
"background": "bg",
|
"background": "bg",
|
||||||
"backgroundColor": "bg",
|
"backgroundColor": "bg",
|
||||||
"borderColor": "border",
|
"borderColor": "border",
|
||||||
|
"defaultTextBorderInsets": "16,16,16,16",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"infoForeground": "text",
|
"infoForeground": "text",
|
||||||
"shortcutForeground": "text",
|
"shortcutForeground": "text",
|
||||||
"shortcutTextColor": "text",
|
"shortcutTextColor": "text",
|
||||||
"textColor": "fg"
|
"smallTextBorderInsets": "8,12,8,12",
|
||||||
|
"textColor": "fg",
|
||||||
|
"verticalGap": 8
|
||||||
},
|
},
|
||||||
"Hg.Log.Ref": {
|
"Hg.Log.Ref": {
|
||||||
"Branch": "accent",
|
"Branch": "accent",
|
||||||
@@ -594,6 +660,7 @@
|
|||||||
"link": "accent",
|
"link": "accent",
|
||||||
"Link": {
|
"Link": {
|
||||||
"activeForeground": "accent",
|
"activeForeground": "accent",
|
||||||
|
"focusedBorderColor": "accent",
|
||||||
"hoverForeground": "accent",
|
"hoverForeground": "accent",
|
||||||
"pressedForeground": "accent",
|
"pressedForeground": "accent",
|
||||||
"secondaryForeground": "text",
|
"secondaryForeground": "text",
|
||||||
@@ -605,27 +672,61 @@
|
|||||||
"link.visited.foreground": "accent",
|
"link.visited.foreground": "accent",
|
||||||
"List": {
|
"List": {
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
|
"Button": {
|
||||||
|
"hoverBackground": "hl",
|
||||||
|
"leftRightInset": 8,
|
||||||
|
"separatorColor": "border",
|
||||||
|
"separatorInset": 4
|
||||||
|
},
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"hoverBackground": "hl",
|
"hoverBackground": "hl",
|
||||||
"hoverInactiveBackground": "table",
|
"hoverInactiveBackground": "table",
|
||||||
|
"Line.hoverBackground": "selBg",
|
||||||
|
"rowHeight": "28",
|
||||||
|
"selectionBackground": "tree",
|
||||||
"selectionForeground": "selFg",
|
"selectionForeground": "selFg",
|
||||||
"selectionInactiveBackground": "table",
|
"selectionInactiveBackground": "table",
|
||||||
"selectionInactiveForeground": "activeFg"
|
"selectionInactiveForeground": "activeFg",
|
||||||
|
"Tag": {
|
||||||
|
"background": "button",
|
||||||
|
"foreground": "fg"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"LiveIndicator": {
|
"LiveIndicator": {
|
||||||
"color": "accent"
|
"color": "accent"
|
||||||
},
|
},
|
||||||
|
"macOSWindow.Title": {
|
||||||
|
"height": 30,
|
||||||
|
"heightSmall": 20
|
||||||
|
},
|
||||||
|
"MainMenu": {
|
||||||
|
"background": "hc",
|
||||||
|
"foreground": "fg",
|
||||||
|
"selectionForeground": "activeFg",
|
||||||
|
"selectionBackground": "selBg"
|
||||||
|
},
|
||||||
"MainToolbar": {
|
"MainToolbar": {
|
||||||
"Dropdown.background": "bg",
|
|
||||||
"Dropdown.hoverBackground": "border",
|
|
||||||
"Dropdown.pressedBackground": "table",
|
|
||||||
"Icon.background": "bg",
|
|
||||||
"Icon.hoverBackground": "border",
|
|
||||||
"Icon.pressedBackground": "table",
|
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"hoverBackground": "border",
|
"Button": {
|
||||||
|
"buttonInsets": "0,0,0,0"
|
||||||
|
},
|
||||||
|
"Dropdown": {
|
||||||
|
"borderInsets": "6,12,6,12",
|
||||||
|
"background": "bg",
|
||||||
|
"foreground": "fg",
|
||||||
|
"hoverBackground": "hl",
|
||||||
|
"pressedBackground": "table"
|
||||||
|
},
|
||||||
|
"hoverBackground": "hl",
|
||||||
|
"Icon": {
|
||||||
|
"borderInsets": "10,10,10,10",
|
||||||
|
"background": "bg",
|
||||||
|
"hoverBackground": "hl",
|
||||||
|
"pressedBackground": "table"
|
||||||
|
},
|
||||||
"inactiveBackground": "bg",
|
"inactiveBackground": "bg",
|
||||||
"pressedBackground": "table"
|
"pressedBackground": "table",
|
||||||
|
"separatorColor": "border"
|
||||||
},
|
},
|
||||||
"material": {
|
"material": {
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
@@ -652,11 +753,15 @@
|
|||||||
"acceleratorForeground": "text",
|
"acceleratorForeground": "text",
|
||||||
"acceleratorSelectionForeground": "activeFg",
|
"acceleratorSelectionForeground": "activeFg",
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"border": "4,2,4,2",
|
"border": "8,8,8,8",
|
||||||
"borderColor": "second",
|
"borderColor": "second",
|
||||||
"disabledBackground": "second",
|
"disabledBackground": "second",
|
||||||
"disabledForeground": "dis",
|
"disabledForeground": "dis",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
|
"Selection": {
|
||||||
|
"arc": 8,
|
||||||
|
"innerInsets": "8,2,8,2"
|
||||||
|
},
|
||||||
"selectionBackground": "selBg",
|
"selectionBackground": "selBg",
|
||||||
"selectionForeground": "activeFg",
|
"selectionForeground": "activeFg",
|
||||||
"separatorColor": "border"
|
"separatorColor": "border"
|
||||||
@@ -676,7 +781,7 @@
|
|||||||
"acceleratorForeground": "text",
|
"acceleratorForeground": "text",
|
||||||
"acceleratorSelectionForeground": "activeFg",
|
"acceleratorSelectionForeground": "activeFg",
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"border": "4,2,4,2",
|
"border": "8,8,8,8",
|
||||||
"disabledBackground": "bg",
|
"disabledBackground": "bg",
|
||||||
"disabledForeground": "dis",
|
"disabledForeground": "dis",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
@@ -699,11 +804,13 @@
|
|||||||
"background": "bg"
|
"background": "bg"
|
||||||
},
|
},
|
||||||
"SearchField": {
|
"SearchField": {
|
||||||
"background": "hc"
|
"background": "cs"
|
||||||
}
|
},
|
||||||
|
"separatorWidth": 6
|
||||||
},
|
},
|
||||||
"NewPSD.warning": "accent",
|
"NewPSD.warning": "accent",
|
||||||
"Notification": {
|
"Notification": {
|
||||||
|
"arc": 16,
|
||||||
"Error.foreground": "accent",
|
"Error.foreground": "accent",
|
||||||
"Link.foreground": "accent",
|
"Link.foreground": "accent",
|
||||||
"background": "notif",
|
"background": "notif",
|
||||||
@@ -719,12 +826,18 @@
|
|||||||
"innerBorderColor": "button"
|
"innerBorderColor": "button"
|
||||||
},
|
},
|
||||||
"ToolWindow": {
|
"ToolWindow": {
|
||||||
|
"Button.DragAndDrop": {
|
||||||
|
"buttonFloatingBackground": "button",
|
||||||
|
"stripeBackground": "bg"
|
||||||
|
},
|
||||||
"errorBackground": "notifError",
|
"errorBackground": "notifError",
|
||||||
"errorBorderColor": "notifError",
|
"errorBorderColor": "notifError",
|
||||||
"errorForeground": "fg",
|
"errorForeground": "fg",
|
||||||
|
"infoBackground": "notif",
|
||||||
|
"infoBorderColor": "notif",
|
||||||
"infoForeground": "fg",
|
"infoForeground": "fg",
|
||||||
"informativeBackground": "notifInfo",
|
"informativeBackground": "notif",
|
||||||
"informativeBorderColor": "notifInfo",
|
"informativeBorderColor": "notif",
|
||||||
"informativeForeground": "fg",
|
"informativeForeground": "fg",
|
||||||
"warningBackground": "notifWarn",
|
"warningBackground": "notifWarn",
|
||||||
"warningBorderColor": "notifWarn",
|
"warningBorderColor": "notifWarn",
|
||||||
@@ -736,7 +849,8 @@
|
|||||||
},
|
},
|
||||||
"ToolWindowInfo": {
|
"ToolWindowInfo": {
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"background": "notifInfo"
|
"background": "notif",
|
||||||
|
"borderColor": "notif"
|
||||||
},
|
},
|
||||||
"ToolWindowWarning": {
|
"ToolWindowWarning": {
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
@@ -786,7 +900,7 @@
|
|||||||
"lineSeparatorColor": "table"
|
"lineSeparatorColor": "table"
|
||||||
},
|
},
|
||||||
"PasswordField": {
|
"PasswordField": {
|
||||||
"background": "hc",
|
"background": "cs",
|
||||||
"capsLockIconColor": "accent",
|
"capsLockIconColor": "accent",
|
||||||
"caretForeground": "accent",
|
"caretForeground": "accent",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
@@ -796,6 +910,7 @@
|
|||||||
},
|
},
|
||||||
"Plugins": {
|
"Plugins": {
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
|
"borderColor": "border",
|
||||||
"disabledForeground": "dis",
|
"disabledForeground": "dis",
|
||||||
"eapTagBackground": "hl",
|
"eapTagBackground": "hl",
|
||||||
"hoverBackground": "hl",
|
"hoverBackground": "hl",
|
||||||
@@ -817,8 +932,11 @@
|
|||||||
"updateBorderColor": "button",
|
"updateBorderColor": "button",
|
||||||
"updateForeground": "fg"
|
"updateForeground": "fg"
|
||||||
},
|
},
|
||||||
|
"ScreenshotPagination": {
|
||||||
|
"CurrentImage.fillColor": "accent"
|
||||||
|
},
|
||||||
"SearchField": {
|
"SearchField": {
|
||||||
"background": "hc",
|
"background": "cs",
|
||||||
"borderColor": "border"
|
"borderColor": "border"
|
||||||
},
|
},
|
||||||
"SectionHeader": {
|
"SectionHeader": {
|
||||||
@@ -836,27 +954,38 @@
|
|||||||
},
|
},
|
||||||
"Popup": {
|
"Popup": {
|
||||||
"Advertiser": {
|
"Advertiser": {
|
||||||
|
"borderInsets": "6,20,6,20",
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"borderColor": "bg",
|
"borderColor": "bg",
|
||||||
"foreground": "accent"
|
"foreground": "accent"
|
||||||
},
|
},
|
||||||
|
"Body": {
|
||||||
|
"bottomInsetNoAd": 8,
|
||||||
|
"bottomInsetBeforeAd": 8,
|
||||||
|
"topInsetNoHeader": 8
|
||||||
|
},
|
||||||
"Border": {
|
"Border": {
|
||||||
"color": "cs",
|
"color": "cs",
|
||||||
"inactiveColor": "bg"
|
"inactiveColor": "bg"
|
||||||
},
|
},
|
||||||
|
"background": "notif",
|
||||||
"borderColor": "cs",
|
"borderColor": "cs",
|
||||||
|
"borderWidth": 0,
|
||||||
"inactiveBorderColor": "bg",
|
"inactiveBorderColor": "bg",
|
||||||
"innerBorderColor": "second",
|
"innerBorderColor": "second",
|
||||||
"Header": {
|
"Header": {
|
||||||
"activeBackground": "bg",
|
"activeBackground": "bg",
|
||||||
"inactiveBackground": "cs"
|
"inactiveBackground": "cs",
|
||||||
|
"inactiveForeground": "text"
|
||||||
},
|
},
|
||||||
"paintBorder": true,
|
"paintBorder": false,
|
||||||
"preferences": {
|
"preferences": {
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"borderColor": "bg",
|
"borderColor": "bg",
|
||||||
"foreground": "fg"
|
"foreground": "fg"
|
||||||
},
|
},
|
||||||
|
"Selection.arc": 8,
|
||||||
|
"Selection.leftRightInset": 8,
|
||||||
"Separator": {
|
"Separator": {
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"color": "border"
|
"color": "border"
|
||||||
@@ -872,13 +1001,24 @@
|
|||||||
},
|
},
|
||||||
"PopupMenu": {
|
"PopupMenu": {
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"border": "2,0,2,0",
|
"borderWidth": 1,
|
||||||
|
"border": "8,8,8,8",
|
||||||
|
"borderCornerRadius": 8,
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
|
"Selection": {
|
||||||
|
"arc": 8,
|
||||||
|
"innerInsets": "8,2,8,2"
|
||||||
|
},
|
||||||
"selectionBackground": "selBg",
|
"selectionBackground": "selBg",
|
||||||
"translucentBackground": "bg"
|
"translucentBackground": "bg"
|
||||||
},
|
},
|
||||||
"PopupMenuSeparator.height": 10,
|
"PopupMenuSeparator": {
|
||||||
"PopupMenuSeparator.stripeIndent": 5,
|
"height": 10,
|
||||||
|
"stripeWidth": 2,
|
||||||
|
"stripeIndent": 5,
|
||||||
|
"withToEdge": 4,
|
||||||
|
"borderCornerRadius": 8
|
||||||
|
},
|
||||||
"ProgressBar": {
|
"ProgressBar": {
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"foreground": "accent",
|
"foreground": "accent",
|
||||||
@@ -922,12 +1062,27 @@
|
|||||||
"selectionBackground": "selBg",
|
"selectionBackground": "selBg",
|
||||||
"selectionForeground": "selFg"
|
"selectionForeground": "selFg"
|
||||||
},
|
},
|
||||||
|
"ReviewList": {
|
||||||
|
"state.background": "second",
|
||||||
|
"state.foreground": "fg"
|
||||||
|
},
|
||||||
"RunWidget": {
|
"RunWidget": {
|
||||||
|
"background": "button",
|
||||||
|
"Debug.activeBackground": "hl",
|
||||||
|
"foreground": "fg",
|
||||||
|
"hoverBackground": "table",
|
||||||
|
"pressedBackground": "hl",
|
||||||
|
"Profile.activeBackground": "hl",
|
||||||
|
"runningBackground": "hl",
|
||||||
|
"runningForeground": "selFg",
|
||||||
|
"Run.activeBackground": "hl",
|
||||||
"Running": {
|
"Running": {
|
||||||
"background": "accent",
|
"background": "hl",
|
||||||
"leftHoverBackground": "accent70",
|
"foreground": "selFg",
|
||||||
"leftPressedBackground": "accent"
|
"leftHoverBackground": "hl",
|
||||||
}
|
"leftPressedBackground": "hl"
|
||||||
|
},
|
||||||
|
"separatorColor": "border"
|
||||||
},
|
},
|
||||||
"ScreenView.borderColor": "border",
|
"ScreenView.borderColor": "border",
|
||||||
"scrollbar": "bg",
|
"scrollbar": "bg",
|
||||||
@@ -971,8 +1126,9 @@
|
|||||||
},
|
},
|
||||||
"SearchEverywhere": {
|
"SearchEverywhere": {
|
||||||
"Advertiser": {
|
"Advertiser": {
|
||||||
"background": "cs",
|
"background": "bg",
|
||||||
"foreground": "text"
|
"foreground": "text",
|
||||||
|
"borderInsets": "10,20,10,20"
|
||||||
},
|
},
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"Dialog": {
|
"Dialog": {
|
||||||
@@ -989,11 +1145,12 @@
|
|||||||
"Separator.foreground": "text",
|
"Separator.foreground": "text",
|
||||||
"selectionBackground": "selBg",
|
"selectionBackground": "selBg",
|
||||||
"separatorColor": "border",
|
"separatorColor": "border",
|
||||||
"separatorForeground": "text"
|
"separatorForeground": "text",
|
||||||
|
"settingsBackground": "bg"
|
||||||
},
|
},
|
||||||
"SearchField": {
|
"SearchField": {
|
||||||
"Border.color": "hl",
|
"Border.color": "hl",
|
||||||
"background": "hc",
|
"background": "cs",
|
||||||
"borderColor": "hl",
|
"borderColor": "hl",
|
||||||
"grayForeground": "dis",
|
"grayForeground": "dis",
|
||||||
"infoForeground": "dis"
|
"infoForeground": "dis"
|
||||||
@@ -1015,8 +1172,13 @@
|
|||||||
"startColor": "accent"
|
"startColor": "accent"
|
||||||
},
|
},
|
||||||
"SearchField.errorBackground": "notif",
|
"SearchField.errorBackground": "notif",
|
||||||
|
"SearchFieldWithExtension": {
|
||||||
|
"background": "cs"
|
||||||
|
},
|
||||||
"SearchOption": {
|
"SearchOption": {
|
||||||
"selectedBackground": "table"
|
"selectedBackground": "table",
|
||||||
|
"selectedPressedBackground": "hl",
|
||||||
|
"selectedHoveredBackground": "hl"
|
||||||
},
|
},
|
||||||
"SearchResults": {
|
"SearchResults": {
|
||||||
"Ordinal.File.Foreground": "text",
|
"Ordinal.File.Foreground": "text",
|
||||||
@@ -1056,12 +1218,12 @@
|
|||||||
"SpeedSearch": {
|
"SpeedSearch": {
|
||||||
"background": "hl",
|
"background": "hl",
|
||||||
"borderColor": "border",
|
"borderColor": "border",
|
||||||
"errorForeground": "fg",
|
"errorForeground": "red",
|
||||||
"foreground": "fg"
|
"foreground": "fg"
|
||||||
},
|
},
|
||||||
"Spinner": {
|
"Spinner": {
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"border": "3,3,3,3",
|
"border": "4,4,4,4",
|
||||||
"disabledBackground": "excl",
|
"disabledBackground": "excl",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"selectionForeground": "activeFg"
|
"selectionForeground": "activeFg"
|
||||||
@@ -1077,15 +1239,17 @@
|
|||||||
"Breadcrumbs": {
|
"Breadcrumbs": {
|
||||||
"floatingBackground": "tree",
|
"floatingBackground": "tree",
|
||||||
"floatingForeground": "fg",
|
"floatingForeground": "fg",
|
||||||
|
"floatingToolbarInsets": "8,12,8,12",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"hoverBackground": "tree",
|
"hoverBackground": "tree",
|
||||||
"hoverForeground": "fg",
|
"hoverForeground": "fg",
|
||||||
|
"itemBackgroundInsets": "2,4,2,4",
|
||||||
"selectionBackground": "selBg",
|
"selectionBackground": "selBg",
|
||||||
"selectionForeground": "activeFg",
|
"selectionForeground": "activeFg",
|
||||||
"selectionInactiveBackground": "button",
|
"selectionInactiveBackground": "button",
|
||||||
"selectionInactiveForeground": "fg"
|
"selectionInactiveForeground": "fg"
|
||||||
},
|
},
|
||||||
"borderColor": "bg",
|
"borderColor": "border",
|
||||||
"bottomColor": "bg",
|
"bottomColor": "bg",
|
||||||
"hoverBackground": "hl",
|
"hoverBackground": "hl",
|
||||||
"top2Color": "bg",
|
"top2Color": "bg",
|
||||||
@@ -1096,7 +1260,8 @@
|
|||||||
"hoverBackground": "hl",
|
"hoverBackground": "hl",
|
||||||
"hoverForeground": "selFg",
|
"hoverForeground": "selFg",
|
||||||
"pressedBackground": "button",
|
"pressedBackground": "button",
|
||||||
"pressedForeground": "fg"
|
"pressedForeground": "fg",
|
||||||
|
"widgetInsets": "8,12,8,12"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"TabbedPane": {
|
"TabbedPane": {
|
||||||
@@ -1126,6 +1291,7 @@
|
|||||||
"shadow": "hc",
|
"shadow": "hc",
|
||||||
"tabHeight": 32,
|
"tabHeight": 32,
|
||||||
"tabInsets": "5,10,5,10",
|
"tabInsets": "5,10,5,10",
|
||||||
|
"tabSelectionArc": 4,
|
||||||
"tabSelectionHeight": 2,
|
"tabSelectionHeight": 2,
|
||||||
"tabsOverlapBorder": true,
|
"tabsOverlapBorder": true,
|
||||||
"underlineColor": "accent"
|
"underlineColor": "accent"
|
||||||
@@ -1134,13 +1300,13 @@
|
|||||||
"Table": {
|
"Table": {
|
||||||
"alternativeRowBackground": "cs",
|
"alternativeRowBackground": "cs",
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"cellNoFocusBorder": "10,5,10,5",
|
"cellNoFocusBorder": "16,4,16,4",
|
||||||
"disabledForeground": "dis",
|
"disabledForeground": "dis",
|
||||||
"dropLineColor": "accent",
|
"dropLineColor": "accent",
|
||||||
"dropLineShortColor": "accent",
|
"dropLineShortColor": "accent",
|
||||||
"focusCellBackground": "table",
|
"focusCellBackground": "table",
|
||||||
"focusCellForeground": "activeFg",
|
"focusCellForeground": "activeFg",
|
||||||
"focusCellHighlightBorder": "10,5,10,5",
|
"focusCellHighlightBorder": "18,6,18,6",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"gridColor": "bg",
|
"gridColor": "bg",
|
||||||
"highlightOuter": "table",
|
"highlightOuter": "table",
|
||||||
@@ -1150,6 +1316,7 @@
|
|||||||
"lightSelectionForeground": "activeFg",
|
"lightSelectionForeground": "activeFg",
|
||||||
"lightSelectionInactiveBackground": "second",
|
"lightSelectionInactiveBackground": "second",
|
||||||
"lightSelectionInactiveForeground": "text",
|
"lightSelectionInactiveForeground": "text",
|
||||||
|
"rowHeight": 32,
|
||||||
"selectionBackground": "table",
|
"selectionBackground": "table",
|
||||||
"selectionForeground": "activeFg",
|
"selectionForeground": "activeFg",
|
||||||
"selectionInactiveBackground": "table",
|
"selectionInactiveBackground": "table",
|
||||||
@@ -1160,14 +1327,14 @@
|
|||||||
},
|
},
|
||||||
"TableHeader": {
|
"TableHeader": {
|
||||||
"background": "button",
|
"background": "button",
|
||||||
|
"bottomSeparatorColor": "border",
|
||||||
"borderColor": "hl",
|
"borderColor": "hl",
|
||||||
"bottomSeparatorColor": "hl",
|
"cellBorder": "6,0,6,0",
|
||||||
"cellBorder": "4,0,4,0",
|
|
||||||
"disabledForeground": "dis",
|
"disabledForeground": "dis",
|
||||||
"focusCellBackground": "table",
|
"focusCellBackground": "table",
|
||||||
"focusCellForeground": "activeFg",
|
"focusCellForeground": "activeFg",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"height": 25,
|
"height": 32,
|
||||||
"hoverBackground": "hl",
|
"hoverBackground": "hl",
|
||||||
"separatorColor": "border"
|
"separatorColor": "border"
|
||||||
},
|
},
|
||||||
@@ -1182,7 +1349,7 @@
|
|||||||
"textHighlightText": "activeFg",
|
"textHighlightText": "activeFg",
|
||||||
"textText": "text",
|
"textText": "text",
|
||||||
"TextArea": {
|
"TextArea": {
|
||||||
"background": "hc",
|
"background": "cs",
|
||||||
"caretForeground": "accent",
|
"caretForeground": "accent",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"inactiveForeground": "dis",
|
"inactiveForeground": "dis",
|
||||||
@@ -1190,7 +1357,7 @@
|
|||||||
"selectionForeground": "activeFg"
|
"selectionForeground": "activeFg"
|
||||||
},
|
},
|
||||||
"TextField": {
|
"TextField": {
|
||||||
"background": "hc",
|
"background": "cs",
|
||||||
"borderColor": "bg",
|
"borderColor": "bg",
|
||||||
"caretForeground": "accent",
|
"caretForeground": "accent",
|
||||||
"disabledBackground": "excl",
|
"disabledBackground": "excl",
|
||||||
@@ -1205,15 +1372,21 @@
|
|||||||
"separatorColorDisabled": "bg"
|
"separatorColorDisabled": "bg"
|
||||||
},
|
},
|
||||||
"TextPane": {
|
"TextPane": {
|
||||||
"background": "hc",
|
"background": "cs",
|
||||||
"caretForeground": "accent",
|
"caretForeground": "accent",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"inactiveForeground": "dis",
|
"inactiveForeground": "dis",
|
||||||
"selectionBackground": "table",
|
"selectionBackground": "table",
|
||||||
"selectionForeground": "activeFg"
|
"selectionForeground": "activeFg"
|
||||||
},
|
},
|
||||||
|
"TipOfTheDay": {
|
||||||
|
"Image.borderColor": "border"
|
||||||
|
},
|
||||||
"TitlePane": {
|
"TitlePane": {
|
||||||
"Button.hoverBackground": "hl",
|
"Button": {
|
||||||
|
"hoverBackground": "hl",
|
||||||
|
"preferredSize": "48,40"
|
||||||
|
},
|
||||||
"background": "hc",
|
"background": "hc",
|
||||||
"inactiveBackground": "bg",
|
"inactiveBackground": "bg",
|
||||||
"inactiveInfoForeground": "dis",
|
"inactiveInfoForeground": "dis",
|
||||||
@@ -1240,7 +1413,9 @@
|
|||||||
"borderHandleColor": "text",
|
"borderHandleColor": "text",
|
||||||
"comboBoxButtonBackground": "button",
|
"comboBoxButtonBackground": "button",
|
||||||
"floatingForeground": "text",
|
"floatingForeground": "text",
|
||||||
"foreground": "fg"
|
"foreground": "fg",
|
||||||
|
"verticalToolbarInsets": "6,6,6,6",
|
||||||
|
"horizontalToolbarInsets": "6,6,6,6"
|
||||||
},
|
},
|
||||||
"ToolbarComboWidget": {
|
"ToolbarComboWidget": {
|
||||||
"background": "button",
|
"background": "button",
|
||||||
@@ -1252,6 +1427,7 @@
|
|||||||
"description.title.text.color": "fg"
|
"description.title.text.color": "fg"
|
||||||
},
|
},
|
||||||
"ToolTip": {
|
"ToolTip": {
|
||||||
|
"arc": 6,
|
||||||
"actions": {
|
"actions": {
|
||||||
"background": "bg"
|
"background": "bg"
|
||||||
},
|
},
|
||||||
@@ -1262,8 +1438,10 @@
|
|||||||
},
|
},
|
||||||
"background": "notif",
|
"background": "notif",
|
||||||
"borderColor": "border",
|
"borderColor": "border",
|
||||||
|
"borderCornerRadius": 8,
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"infoForeground": "text",
|
"infoForeground": "text",
|
||||||
|
"linkForeground": "accent",
|
||||||
"Learning": {
|
"Learning": {
|
||||||
"background": "accent",
|
"background": "accent",
|
||||||
"borderColor": "accent",
|
"borderColor": "accent",
|
||||||
@@ -1284,6 +1462,10 @@
|
|||||||
"background": "hc",
|
"background": "hc",
|
||||||
"Button": {
|
"Button": {
|
||||||
"hoverBackground": "table",
|
"hoverBackground": "table",
|
||||||
|
"DragAndDrop": {
|
||||||
|
"stripeBackground": "cs",
|
||||||
|
"buttonDropBackground": "accent70"
|
||||||
|
},
|
||||||
"selectedBackground": "cs",
|
"selectedBackground": "cs",
|
||||||
"selectedForeground": "activeFg"
|
"selectedForeground": "activeFg"
|
||||||
},
|
},
|
||||||
@@ -1296,6 +1478,7 @@
|
|||||||
"tab.selected.background": "cs"
|
"tab.selected.background": "cs"
|
||||||
},
|
},
|
||||||
"Header": {
|
"Header": {
|
||||||
|
"height": 42,
|
||||||
"background": "second",
|
"background": "second",
|
||||||
"borderColor": "second",
|
"borderColor": "second",
|
||||||
"inactiveBackground": "bg"
|
"inactiveBackground": "bg"
|
||||||
@@ -1308,13 +1491,17 @@
|
|||||||
"hoverBackground": "hl",
|
"hoverBackground": "hl",
|
||||||
"hoverInactiveBackground": "hl",
|
"hoverInactiveBackground": "hl",
|
||||||
"inactiveUnderlineColor": "accent",
|
"inactiveUnderlineColor": "accent",
|
||||||
|
"leftRightInsets": "0,12,0,12",
|
||||||
"selectedBackground": "cs",
|
"selectedBackground": "cs",
|
||||||
"selectedInactiveBackground": "cs",
|
"selectedInactiveBackground": "cs",
|
||||||
|
"underlineArc": 4,
|
||||||
"underlineColor": "accent",
|
"underlineColor": "accent",
|
||||||
|
"underlineHeight": 3,
|
||||||
"underlinedTabBackground": "table",
|
"underlinedTabBackground": "table",
|
||||||
"underlinedTabForeground": "selFg",
|
"underlinedTabForeground": "selFg",
|
||||||
"underlinedTabInactiveBackground": "hc",
|
"underlinedTabInactiveBackground": "hc",
|
||||||
"underlinedTabInactiveForeground": "fg"
|
"underlinedTabInactiveForeground": "fg",
|
||||||
|
"verticalPadding": 6
|
||||||
},
|
},
|
||||||
"inactive": {
|
"inactive": {
|
||||||
"Header.background": "bg",
|
"Header.background": "bg",
|
||||||
@@ -1322,13 +1509,15 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"Tree": {
|
"Tree": {
|
||||||
|
"border": "4,12,4,12",
|
||||||
"background": "hc",
|
"background": "hc",
|
||||||
"foreground": "text",
|
"foreground": "text",
|
||||||
|
"errorForeground": "red",
|
||||||
"hash": "border",
|
"hash": "border",
|
||||||
"hoverBackground": "tree",
|
"hoverBackground": "tree",
|
||||||
"hoverInactiveBackground": "table",
|
"hoverInactiveBackground": "table",
|
||||||
"modifiedItemForeground": "accent",
|
"modifiedItemForeground": "accent",
|
||||||
"rowHeight": 28,
|
"rowHeight": "28",
|
||||||
"selectionBackground": "tree",
|
"selectionBackground": "tree",
|
||||||
"selectionForeground": "selFg",
|
"selectionForeground": "selFg",
|
||||||
"selectionInactiveBackground": "tree",
|
"selectionInactiveBackground": "tree",
|
||||||
@@ -1355,7 +1544,6 @@
|
|||||||
"hoverBorderColor": "hl"
|
"hoverBorderColor": "hl"
|
||||||
},
|
},
|
||||||
"Label.foreground": "text",
|
"Label.foreground": "text",
|
||||||
"List.selectionBackground": "tree",
|
|
||||||
"highStroke.foreground": "fg",
|
"highStroke.foreground": "fg",
|
||||||
"motion": {
|
"motion": {
|
||||||
"AddConstraintColor": "accent",
|
"AddConstraintColor": "accent",
|
||||||
@@ -1392,6 +1580,35 @@
|
|||||||
"ourML_BarColor.separatorColor": "border",
|
"ourML_BarColor.separatorColor": "border",
|
||||||
"timeLine.disabledBorderColor": "border"
|
"timeLine.disabledBorderColor": "border"
|
||||||
},
|
},
|
||||||
|
"PackageDetails": {
|
||||||
|
"border": "accent",
|
||||||
|
"infoBanner": "accent"
|
||||||
|
},
|
||||||
|
"PackageSearch": {
|
||||||
|
"PackagesList.rowHeight": 28,
|
||||||
|
"PackageTag": {
|
||||||
|
"background": "excl",
|
||||||
|
"foreground": "fg",
|
||||||
|
"hoverBackground": "tree",
|
||||||
|
"selectedBackground": "selBg",
|
||||||
|
"selectedForeground": "selFg"
|
||||||
|
},
|
||||||
|
"PackageTagSelected": {
|
||||||
|
"background": "selBg",
|
||||||
|
"foreground": "selFg"
|
||||||
|
},
|
||||||
|
"SearchResult": {
|
||||||
|
"background": "cs",
|
||||||
|
"hoverBackground": "tree",
|
||||||
|
"PackageTag": {
|
||||||
|
"background": "excl",
|
||||||
|
"foreground": "fg",
|
||||||
|
"hoverBackground": "tree",
|
||||||
|
"selectedBackground": "selBg",
|
||||||
|
"selectedForeground": "selFg"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"Panel": {
|
"Panel": {
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"borderColor": "border",
|
"borderColor": "border",
|
||||||
@@ -1418,7 +1635,7 @@
|
|||||||
},
|
},
|
||||||
"VersionControl": {
|
"VersionControl": {
|
||||||
"FileHistory.Commit": {
|
"FileHistory.Commit": {
|
||||||
"otherBranchBackground": "bg",
|
"otherBranchBackground": "excl",
|
||||||
"selectedBranchBackground": "bg"
|
"selectedBranchBackground": "bg"
|
||||||
},
|
},
|
||||||
"GitCommits": {
|
"GitCommits": {
|
||||||
@@ -1443,9 +1660,15 @@
|
|||||||
"Commit": {
|
"Commit": {
|
||||||
"currentBranchBackground": "cs",
|
"currentBranchBackground": "cs",
|
||||||
"hoveredBackground": "tree",
|
"hoveredBackground": "tree",
|
||||||
|
"rowHeight": 28,
|
||||||
"unmatchedForeground": "text"
|
"unmatchedForeground": "text"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"MarkerPopup": {
|
||||||
|
"borderColor": "border",
|
||||||
|
"borderInsets": "6,8,6,10",
|
||||||
|
"Toolbar.background": "hl"
|
||||||
|
},
|
||||||
"Ref": {
|
"Ref": {
|
||||||
"backgroundBase": "hl",
|
"backgroundBase": "hl",
|
||||||
"foreground": "activeFg"
|
"foreground": "activeFg"
|
||||||
@@ -1455,6 +1678,11 @@
|
|||||||
"foreground": "activeFg"
|
"foreground": "activeFg"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"UnattendedHostStatus": {
|
||||||
|
"warningBackground": "yellow",
|
||||||
|
"warningForeground": "activeFg",
|
||||||
|
"dangerBackground": "red"
|
||||||
|
},
|
||||||
"Viewport": {
|
"Viewport": {
|
||||||
"background": "hc",
|
"background": "hc",
|
||||||
"foreground": "fg"
|
"foreground": "fg"
|
||||||
|
|||||||
@@ -22,7 +22,7 @@
|
|||||||
"cs": "#090B10",
|
"cs": "#090B10",
|
||||||
"button": "#191A21",
|
"button": "#191A21",
|
||||||
"table": "#1A1C25",
|
"table": "#1A1C25",
|
||||||
"tree": "#717CB430",
|
"tree": "#212639",
|
||||||
"hl": "#1F2233",
|
"hl": "#1F2233",
|
||||||
"notif": "#090B10",
|
"notif": "#090B10",
|
||||||
"hc": "#0F111A",
|
"hc": "#0F111A",
|
||||||
@@ -73,6 +73,10 @@
|
|||||||
"pressedBackground": "accent50",
|
"pressedBackground": "accent50",
|
||||||
"pressedBorderColor": "accent50"
|
"pressedBorderColor": "accent50"
|
||||||
},
|
},
|
||||||
|
"ActionsList": {
|
||||||
|
"icon.gap": 12,
|
||||||
|
"mnemonic.icon.gap": 12
|
||||||
|
},
|
||||||
"ActionToolbar": {
|
"ActionToolbar": {
|
||||||
"background": "hc"
|
"background": "hc"
|
||||||
},
|
},
|
||||||
@@ -127,8 +131,9 @@
|
|||||||
"BookmarkIcon.background": "accent",
|
"BookmarkIcon.background": "accent",
|
||||||
"Borders.ContrastBorderColor": "bg",
|
"Borders.ContrastBorderColor": "bg",
|
||||||
"Borders.color": "border",
|
"Borders.color": "border",
|
||||||
|
"Breakpoint.iconHoverAlpha": 0.35,
|
||||||
"Button": {
|
"Button": {
|
||||||
"arc": 0,
|
"arc": 8,
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"darcula": {
|
"darcula": {
|
||||||
"borderColor": "button",
|
"borderColor": "button",
|
||||||
@@ -181,7 +186,10 @@
|
|||||||
"shadowColor": "shadow",
|
"shadowColor": "shadow",
|
||||||
"shadowWidth": 0,
|
"shadowWidth": 0,
|
||||||
"startBackground": "table",
|
"startBackground": "table",
|
||||||
"startBorderColor": "button"
|
"startBorderColor": "button",
|
||||||
|
"ToolWindow": {
|
||||||
|
"arc": 40
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"Canvas": {
|
"Canvas": {
|
||||||
"Tooltip.background": "notif",
|
"Tooltip.background": "notif",
|
||||||
@@ -256,6 +264,32 @@
|
|||||||
"accessDot": "accent",
|
"accessDot": "accent",
|
||||||
"dropdownBorder": "second",
|
"dropdownBorder": "second",
|
||||||
"pillBackground": "second"
|
"pillBackground": "second"
|
||||||
|
},
|
||||||
|
"Users": {
|
||||||
|
"1": {
|
||||||
|
"Background": "green",
|
||||||
|
"Foreground": "fg"
|
||||||
|
},
|
||||||
|
"2": {
|
||||||
|
"Background": "blue",
|
||||||
|
"Foreground": "fg"
|
||||||
|
},
|
||||||
|
"3": {
|
||||||
|
"Background": "red",
|
||||||
|
"Foreground": "fg"
|
||||||
|
},
|
||||||
|
"4": {
|
||||||
|
"Background": "purple",
|
||||||
|
"Foreground": "fg"
|
||||||
|
},
|
||||||
|
"5": {
|
||||||
|
"Background": "yellow",
|
||||||
|
"Foreground": "fg"
|
||||||
|
},
|
||||||
|
"6": {
|
||||||
|
"Background": "orange",
|
||||||
|
"Foreground": "fg"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"ColorChooser": {
|
"ColorChooser": {
|
||||||
@@ -293,7 +327,13 @@
|
|||||||
"selectionBackground": "table",
|
"selectionBackground": "table",
|
||||||
"selectionForeground": "activeFg"
|
"selectionForeground": "activeFg"
|
||||||
},
|
},
|
||||||
|
"ComboPopup.border": "1,1,1,1,#84ffff",
|
||||||
"CompletionPopup": {
|
"CompletionPopup": {
|
||||||
|
"Advertiser": {
|
||||||
|
"background": "bg",
|
||||||
|
"foreground": "fg",
|
||||||
|
"borderInsets": "8,12,8,12"
|
||||||
|
},
|
||||||
"background": "second",
|
"background": "second",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"grayForeground": "text",
|
"grayForeground": "text",
|
||||||
@@ -313,8 +353,12 @@
|
|||||||
"selectionInactiveInfoForeground": "text",
|
"selectionInactiveInfoForeground": "text",
|
||||||
"selectionInfoForeground": "selFg"
|
"selectionInfoForeground": "selFg"
|
||||||
},
|
},
|
||||||
|
"ComplexPopup": {
|
||||||
|
"Header.background": "notif"
|
||||||
|
},
|
||||||
"Component": {
|
"Component": {
|
||||||
"arc": 4,
|
"arc": 4,
|
||||||
|
"focusWidth": 2,
|
||||||
"borderColor": "hl",
|
"borderColor": "hl",
|
||||||
"disabledBorderColor": "dis",
|
"disabledBorderColor": "dis",
|
||||||
"focusColor": "accent",
|
"focusColor": "accent",
|
||||||
@@ -351,6 +395,7 @@
|
|||||||
},
|
},
|
||||||
"desktop": "hc",
|
"desktop": "hc",
|
||||||
"Debugger": {
|
"Debugger": {
|
||||||
|
"EvaluateExpression.background": "bg",
|
||||||
"Variables": {
|
"Variables": {
|
||||||
"changedValueForeground": "accent",
|
"changedValueForeground": "accent",
|
||||||
"collectingDataForeground": "text",
|
"collectingDataForeground": "text",
|
||||||
@@ -358,13 +403,15 @@
|
|||||||
"evaluatingExpressionForeground": "text",
|
"evaluatingExpressionForeground": "text",
|
||||||
"exceptionForeground": "yellow",
|
"exceptionForeground": "yellow",
|
||||||
"modifyingValueForeground": "accent",
|
"modifyingValueForeground": "accent",
|
||||||
"valueForeground": "accent"
|
"valueForeground": "accent",
|
||||||
|
"typeForeground": "text"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"DebuggerTabs": {
|
"DebuggerTabs": {
|
||||||
"active.background": "hl",
|
"active.background": "hl",
|
||||||
"selectedBackground": "hl",
|
"selectedBackground": "hl",
|
||||||
"underlinedTabBackground": "table"
|
"underlinedTabBackground": "table",
|
||||||
|
"underlineHeight": 2
|
||||||
},
|
},
|
||||||
"DebuggerPopup": {
|
"DebuggerPopup": {
|
||||||
"borderColor": "bg"
|
"borderColor": "bg"
|
||||||
@@ -380,6 +427,7 @@
|
|||||||
"inactiveMaskColor": "hc",
|
"inactiveMaskColor": "hc",
|
||||||
"inactiveUnderlineColor": "accent",
|
"inactiveUnderlineColor": "accent",
|
||||||
"underlineColor": "accent",
|
"underlineColor": "accent",
|
||||||
|
"underlineHeight": 3,
|
||||||
"underlinedTabBackground": "table",
|
"underlinedTabBackground": "table",
|
||||||
"underlinedTabForeground": "selFg"
|
"underlinedTabForeground": "selFg"
|
||||||
},
|
},
|
||||||
@@ -398,13 +446,21 @@
|
|||||||
"backgroundBorderColor": "bg",
|
"backgroundBorderColor": "bg",
|
||||||
"backgroundColor": "bg",
|
"backgroundColor": "bg",
|
||||||
"borderColor": "accent",
|
"borderColor": "accent",
|
||||||
"foregroundColor": "fg"
|
"foregroundColor": "fg",
|
||||||
|
"rowBackground": "accent70"
|
||||||
},
|
},
|
||||||
"dropArea.base": "accent",
|
"dropArea.base": "accent",
|
||||||
"Editor": {
|
"Editor": {
|
||||||
"background": "hc",
|
"background": "hc",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"shortcutForeground": "text"
|
"shortcutForeground": "text",
|
||||||
|
"SearchField": {
|
||||||
|
"background": "cs",
|
||||||
|
"borderInsets": "8,12,8,12"
|
||||||
|
},
|
||||||
|
"Toolbar": {
|
||||||
|
"borderColor": "border"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"EditorGroupsTabs": {
|
"EditorGroupsTabs": {
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
@@ -423,7 +479,8 @@
|
|||||||
"inactiveBackground": "bg",
|
"inactiveBackground": "bg",
|
||||||
"inactiveForeground": "dis",
|
"inactiveForeground": "dis",
|
||||||
"selectionBackground": "selBg",
|
"selectionBackground": "selBg",
|
||||||
"selectionForeground": "activeFg"
|
"selectionForeground": "activeFg",
|
||||||
|
"splitBorder": "border"
|
||||||
},
|
},
|
||||||
"EditorTabs": {
|
"EditorTabs": {
|
||||||
"active.background": "table",
|
"active.background": "table",
|
||||||
@@ -441,7 +498,10 @@
|
|||||||
"inactiveUnderlineColor": "dis",
|
"inactiveUnderlineColor": "dis",
|
||||||
"selectedBackground": "table",
|
"selectedBackground": "table",
|
||||||
"selectedForeground": "fg",
|
"selectedForeground": "fg",
|
||||||
|
"tabInsets": "-10,10,-10,10",
|
||||||
"underlineColor": "accent",
|
"underlineColor": "accent",
|
||||||
|
"underlineHeight": 3,
|
||||||
|
"underlineArc": 4,
|
||||||
"underlinedTabBackground": "table",
|
"underlinedTabBackground": "table",
|
||||||
"underlinedTabForeground": "selFg"
|
"underlinedTabForeground": "selFg"
|
||||||
},
|
},
|
||||||
@@ -472,7 +532,7 @@
|
|||||||
"defaultButtonBorderColor": "accent"
|
"defaultButtonBorderColor": "accent"
|
||||||
},
|
},
|
||||||
"FormattedTextField": {
|
"FormattedTextField": {
|
||||||
"background": "hc",
|
"background": "cs",
|
||||||
"caretForeground": "accent",
|
"caretForeground": "accent",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"inactiveBackground": "button",
|
"inactiveBackground": "button",
|
||||||
@@ -509,6 +569,9 @@
|
|||||||
"disabledSeparatorColor": "border",
|
"disabledSeparatorColor": "border",
|
||||||
"separatorColor": "border"
|
"separatorColor": "border"
|
||||||
},
|
},
|
||||||
|
"Gutter": {
|
||||||
|
"VcsChanges.width": 4
|
||||||
|
},
|
||||||
"GutterTooltip": {
|
"GutterTooltip": {
|
||||||
"borderColor": "bg",
|
"borderColor": "bg",
|
||||||
"infoForeground": "text",
|
"infoForeground": "text",
|
||||||
@@ -522,11 +585,14 @@
|
|||||||
"background": "bg",
|
"background": "bg",
|
||||||
"backgroundColor": "bg",
|
"backgroundColor": "bg",
|
||||||
"borderColor": "border",
|
"borderColor": "border",
|
||||||
|
"defaultTextBorderInsets": "16,16,16,16",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"infoForeground": "text",
|
"infoForeground": "text",
|
||||||
"shortcutForeground": "text",
|
"shortcutForeground": "text",
|
||||||
"shortcutTextColor": "text",
|
"shortcutTextColor": "text",
|
||||||
"textColor": "fg"
|
"smallTextBorderInsets": "8,12,8,12",
|
||||||
|
"textColor": "fg",
|
||||||
|
"verticalGap": 8
|
||||||
},
|
},
|
||||||
"Hg.Log.Ref": {
|
"Hg.Log.Ref": {
|
||||||
"Branch": "accent",
|
"Branch": "accent",
|
||||||
@@ -594,6 +660,7 @@
|
|||||||
"link": "accent",
|
"link": "accent",
|
||||||
"Link": {
|
"Link": {
|
||||||
"activeForeground": "accent",
|
"activeForeground": "accent",
|
||||||
|
"focusedBorderColor": "accent",
|
||||||
"hoverForeground": "accent",
|
"hoverForeground": "accent",
|
||||||
"pressedForeground": "accent",
|
"pressedForeground": "accent",
|
||||||
"secondaryForeground": "text",
|
"secondaryForeground": "text",
|
||||||
@@ -605,27 +672,61 @@
|
|||||||
"link.visited.foreground": "accent",
|
"link.visited.foreground": "accent",
|
||||||
"List": {
|
"List": {
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
|
"Button": {
|
||||||
|
"hoverBackground": "hl",
|
||||||
|
"leftRightInset": 8,
|
||||||
|
"separatorColor": "border",
|
||||||
|
"separatorInset": 4
|
||||||
|
},
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"hoverBackground": "hl",
|
"hoverBackground": "hl",
|
||||||
"hoverInactiveBackground": "table",
|
"hoverInactiveBackground": "table",
|
||||||
|
"Line.hoverBackground": "selBg",
|
||||||
|
"rowHeight": "28",
|
||||||
|
"selectionBackground": "tree",
|
||||||
"selectionForeground": "selFg",
|
"selectionForeground": "selFg",
|
||||||
"selectionInactiveBackground": "table",
|
"selectionInactiveBackground": "table",
|
||||||
"selectionInactiveForeground": "activeFg"
|
"selectionInactiveForeground": "activeFg",
|
||||||
|
"Tag": {
|
||||||
|
"background": "button",
|
||||||
|
"foreground": "fg"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"LiveIndicator": {
|
"LiveIndicator": {
|
||||||
"color": "accent"
|
"color": "accent"
|
||||||
},
|
},
|
||||||
|
"macOSWindow.Title": {
|
||||||
|
"height": 30,
|
||||||
|
"heightSmall": 20
|
||||||
|
},
|
||||||
|
"MainMenu": {
|
||||||
|
"background": "hc",
|
||||||
|
"foreground": "fg",
|
||||||
|
"selectionForeground": "activeFg",
|
||||||
|
"selectionBackground": "selBg"
|
||||||
|
},
|
||||||
"MainToolbar": {
|
"MainToolbar": {
|
||||||
"Dropdown.background": "bg",
|
|
||||||
"Dropdown.hoverBackground": "border",
|
|
||||||
"Dropdown.pressedBackground": "table",
|
|
||||||
"Icon.background": "bg",
|
|
||||||
"Icon.hoverBackground": "border",
|
|
||||||
"Icon.pressedBackground": "table",
|
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"hoverBackground": "border",
|
"Button": {
|
||||||
|
"buttonInsets": "0,0,0,0"
|
||||||
|
},
|
||||||
|
"Dropdown": {
|
||||||
|
"borderInsets": "6,12,6,12",
|
||||||
|
"background": "bg",
|
||||||
|
"foreground": "fg",
|
||||||
|
"hoverBackground": "hl",
|
||||||
|
"pressedBackground": "table"
|
||||||
|
},
|
||||||
|
"hoverBackground": "hl",
|
||||||
|
"Icon": {
|
||||||
|
"borderInsets": "10,10,10,10",
|
||||||
|
"background": "bg",
|
||||||
|
"hoverBackground": "hl",
|
||||||
|
"pressedBackground": "table"
|
||||||
|
},
|
||||||
"inactiveBackground": "bg",
|
"inactiveBackground": "bg",
|
||||||
"pressedBackground": "table"
|
"pressedBackground": "table",
|
||||||
|
"separatorColor": "border"
|
||||||
},
|
},
|
||||||
"material": {
|
"material": {
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
@@ -652,11 +753,15 @@
|
|||||||
"acceleratorForeground": "text",
|
"acceleratorForeground": "text",
|
||||||
"acceleratorSelectionForeground": "activeFg",
|
"acceleratorSelectionForeground": "activeFg",
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"border": "4,2,4,2",
|
"border": "8,8,8,8",
|
||||||
"borderColor": "second",
|
"borderColor": "second",
|
||||||
"disabledBackground": "second",
|
"disabledBackground": "second",
|
||||||
"disabledForeground": "dis",
|
"disabledForeground": "dis",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
|
"Selection": {
|
||||||
|
"arc": 8,
|
||||||
|
"innerInsets": "8,2,8,2"
|
||||||
|
},
|
||||||
"selectionBackground": "selBg",
|
"selectionBackground": "selBg",
|
||||||
"selectionForeground": "activeFg",
|
"selectionForeground": "activeFg",
|
||||||
"separatorColor": "border"
|
"separatorColor": "border"
|
||||||
@@ -676,7 +781,7 @@
|
|||||||
"acceleratorForeground": "text",
|
"acceleratorForeground": "text",
|
||||||
"acceleratorSelectionForeground": "activeFg",
|
"acceleratorSelectionForeground": "activeFg",
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"border": "4,2,4,2",
|
"border": "8,8,8,8",
|
||||||
"disabledBackground": "bg",
|
"disabledBackground": "bg",
|
||||||
"disabledForeground": "dis",
|
"disabledForeground": "dis",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
@@ -699,11 +804,13 @@
|
|||||||
"background": "bg"
|
"background": "bg"
|
||||||
},
|
},
|
||||||
"SearchField": {
|
"SearchField": {
|
||||||
"background": "hc"
|
"background": "cs"
|
||||||
}
|
},
|
||||||
|
"separatorWidth": 6
|
||||||
},
|
},
|
||||||
"NewPSD.warning": "accent",
|
"NewPSD.warning": "accent",
|
||||||
"Notification": {
|
"Notification": {
|
||||||
|
"arc": 16,
|
||||||
"Error.foreground": "accent",
|
"Error.foreground": "accent",
|
||||||
"Link.foreground": "accent",
|
"Link.foreground": "accent",
|
||||||
"background": "notif",
|
"background": "notif",
|
||||||
@@ -719,12 +826,18 @@
|
|||||||
"innerBorderColor": "button"
|
"innerBorderColor": "button"
|
||||||
},
|
},
|
||||||
"ToolWindow": {
|
"ToolWindow": {
|
||||||
|
"Button.DragAndDrop": {
|
||||||
|
"buttonFloatingBackground": "button",
|
||||||
|
"stripeBackground": "bg"
|
||||||
|
},
|
||||||
"errorBackground": "notifError",
|
"errorBackground": "notifError",
|
||||||
"errorBorderColor": "notifError",
|
"errorBorderColor": "notifError",
|
||||||
"errorForeground": "fg",
|
"errorForeground": "fg",
|
||||||
|
"infoBackground": "notif",
|
||||||
|
"infoBorderColor": "notif",
|
||||||
"infoForeground": "fg",
|
"infoForeground": "fg",
|
||||||
"informativeBackground": "notifInfo",
|
"informativeBackground": "notif",
|
||||||
"informativeBorderColor": "notifInfo",
|
"informativeBorderColor": "notif",
|
||||||
"informativeForeground": "fg",
|
"informativeForeground": "fg",
|
||||||
"warningBackground": "notifWarn",
|
"warningBackground": "notifWarn",
|
||||||
"warningBorderColor": "notifWarn",
|
"warningBorderColor": "notifWarn",
|
||||||
@@ -736,7 +849,8 @@
|
|||||||
},
|
},
|
||||||
"ToolWindowInfo": {
|
"ToolWindowInfo": {
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"background": "notifInfo"
|
"background": "notif",
|
||||||
|
"borderColor": "notif"
|
||||||
},
|
},
|
||||||
"ToolWindowWarning": {
|
"ToolWindowWarning": {
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
@@ -786,7 +900,7 @@
|
|||||||
"lineSeparatorColor": "table"
|
"lineSeparatorColor": "table"
|
||||||
},
|
},
|
||||||
"PasswordField": {
|
"PasswordField": {
|
||||||
"background": "hc",
|
"background": "cs",
|
||||||
"capsLockIconColor": "accent",
|
"capsLockIconColor": "accent",
|
||||||
"caretForeground": "accent",
|
"caretForeground": "accent",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
@@ -796,6 +910,7 @@
|
|||||||
},
|
},
|
||||||
"Plugins": {
|
"Plugins": {
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
|
"borderColor": "border",
|
||||||
"disabledForeground": "dis",
|
"disabledForeground": "dis",
|
||||||
"eapTagBackground": "hl",
|
"eapTagBackground": "hl",
|
||||||
"hoverBackground": "hl",
|
"hoverBackground": "hl",
|
||||||
@@ -817,8 +932,11 @@
|
|||||||
"updateBorderColor": "button",
|
"updateBorderColor": "button",
|
||||||
"updateForeground": "fg"
|
"updateForeground": "fg"
|
||||||
},
|
},
|
||||||
|
"ScreenshotPagination": {
|
||||||
|
"CurrentImage.fillColor": "accent"
|
||||||
|
},
|
||||||
"SearchField": {
|
"SearchField": {
|
||||||
"background": "hc",
|
"background": "cs",
|
||||||
"borderColor": "border"
|
"borderColor": "border"
|
||||||
},
|
},
|
||||||
"SectionHeader": {
|
"SectionHeader": {
|
||||||
@@ -836,27 +954,38 @@
|
|||||||
},
|
},
|
||||||
"Popup": {
|
"Popup": {
|
||||||
"Advertiser": {
|
"Advertiser": {
|
||||||
|
"borderInsets": "6,20,6,20",
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"borderColor": "bg",
|
"borderColor": "bg",
|
||||||
"foreground": "accent"
|
"foreground": "accent"
|
||||||
},
|
},
|
||||||
|
"Body": {
|
||||||
|
"bottomInsetNoAd": 8,
|
||||||
|
"bottomInsetBeforeAd": 8,
|
||||||
|
"topInsetNoHeader": 8
|
||||||
|
},
|
||||||
"Border": {
|
"Border": {
|
||||||
"color": "cs",
|
"color": "cs",
|
||||||
"inactiveColor": "bg"
|
"inactiveColor": "bg"
|
||||||
},
|
},
|
||||||
|
"background": "notif",
|
||||||
"borderColor": "cs",
|
"borderColor": "cs",
|
||||||
|
"borderWidth": 0,
|
||||||
"inactiveBorderColor": "bg",
|
"inactiveBorderColor": "bg",
|
||||||
"innerBorderColor": "second",
|
"innerBorderColor": "second",
|
||||||
"Header": {
|
"Header": {
|
||||||
"activeBackground": "bg",
|
"activeBackground": "bg",
|
||||||
"inactiveBackground": "cs"
|
"inactiveBackground": "cs",
|
||||||
|
"inactiveForeground": "text"
|
||||||
},
|
},
|
||||||
"paintBorder": true,
|
"paintBorder": false,
|
||||||
"preferences": {
|
"preferences": {
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"borderColor": "bg",
|
"borderColor": "bg",
|
||||||
"foreground": "fg"
|
"foreground": "fg"
|
||||||
},
|
},
|
||||||
|
"Selection.arc": 8,
|
||||||
|
"Selection.leftRightInset": 8,
|
||||||
"Separator": {
|
"Separator": {
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"color": "border"
|
"color": "border"
|
||||||
@@ -872,13 +1001,24 @@
|
|||||||
},
|
},
|
||||||
"PopupMenu": {
|
"PopupMenu": {
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"border": "2,0,2,0",
|
"borderWidth": 1,
|
||||||
|
"border": "8,8,8,8",
|
||||||
|
"borderCornerRadius": 8,
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
|
"Selection": {
|
||||||
|
"arc": 8,
|
||||||
|
"innerInsets": "8,2,8,2"
|
||||||
|
},
|
||||||
"selectionBackground": "selBg",
|
"selectionBackground": "selBg",
|
||||||
"translucentBackground": "bg"
|
"translucentBackground": "bg"
|
||||||
},
|
},
|
||||||
"PopupMenuSeparator.height": 10,
|
"PopupMenuSeparator": {
|
||||||
"PopupMenuSeparator.stripeIndent": 5,
|
"height": 10,
|
||||||
|
"stripeWidth": 2,
|
||||||
|
"stripeIndent": 5,
|
||||||
|
"withToEdge": 4,
|
||||||
|
"borderCornerRadius": 8
|
||||||
|
},
|
||||||
"ProgressBar": {
|
"ProgressBar": {
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"foreground": "accent",
|
"foreground": "accent",
|
||||||
@@ -922,12 +1062,27 @@
|
|||||||
"selectionBackground": "selBg",
|
"selectionBackground": "selBg",
|
||||||
"selectionForeground": "selFg"
|
"selectionForeground": "selFg"
|
||||||
},
|
},
|
||||||
|
"ReviewList": {
|
||||||
|
"state.background": "second",
|
||||||
|
"state.foreground": "fg"
|
||||||
|
},
|
||||||
"RunWidget": {
|
"RunWidget": {
|
||||||
|
"background": "button",
|
||||||
|
"Debug.activeBackground": "hl",
|
||||||
|
"foreground": "fg",
|
||||||
|
"hoverBackground": "table",
|
||||||
|
"pressedBackground": "hl",
|
||||||
|
"Profile.activeBackground": "hl",
|
||||||
|
"runningBackground": "hl",
|
||||||
|
"runningForeground": "selFg",
|
||||||
|
"Run.activeBackground": "hl",
|
||||||
"Running": {
|
"Running": {
|
||||||
"background": "accent",
|
"background": "hl",
|
||||||
"leftHoverBackground": "accent70",
|
"foreground": "selFg",
|
||||||
"leftPressedBackground": "accent"
|
"leftHoverBackground": "hl",
|
||||||
}
|
"leftPressedBackground": "hl"
|
||||||
|
},
|
||||||
|
"separatorColor": "border"
|
||||||
},
|
},
|
||||||
"ScreenView.borderColor": "border",
|
"ScreenView.borderColor": "border",
|
||||||
"scrollbar": "bg",
|
"scrollbar": "bg",
|
||||||
@@ -971,8 +1126,9 @@
|
|||||||
},
|
},
|
||||||
"SearchEverywhere": {
|
"SearchEverywhere": {
|
||||||
"Advertiser": {
|
"Advertiser": {
|
||||||
"background": "cs",
|
"background": "bg",
|
||||||
"foreground": "text"
|
"foreground": "text",
|
||||||
|
"borderInsets": "10,20,10,20"
|
||||||
},
|
},
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"Dialog": {
|
"Dialog": {
|
||||||
@@ -989,11 +1145,12 @@
|
|||||||
"Separator.foreground": "text",
|
"Separator.foreground": "text",
|
||||||
"selectionBackground": "selBg",
|
"selectionBackground": "selBg",
|
||||||
"separatorColor": "border",
|
"separatorColor": "border",
|
||||||
"separatorForeground": "text"
|
"separatorForeground": "text",
|
||||||
|
"settingsBackground": "bg"
|
||||||
},
|
},
|
||||||
"SearchField": {
|
"SearchField": {
|
||||||
"Border.color": "hl",
|
"Border.color": "hl",
|
||||||
"background": "hc",
|
"background": "cs",
|
||||||
"borderColor": "hl",
|
"borderColor": "hl",
|
||||||
"grayForeground": "dis",
|
"grayForeground": "dis",
|
||||||
"infoForeground": "dis"
|
"infoForeground": "dis"
|
||||||
@@ -1015,8 +1172,13 @@
|
|||||||
"startColor": "accent"
|
"startColor": "accent"
|
||||||
},
|
},
|
||||||
"SearchField.errorBackground": "notif",
|
"SearchField.errorBackground": "notif",
|
||||||
|
"SearchFieldWithExtension": {
|
||||||
|
"background": "cs"
|
||||||
|
},
|
||||||
"SearchOption": {
|
"SearchOption": {
|
||||||
"selectedBackground": "table"
|
"selectedBackground": "table",
|
||||||
|
"selectedPressedBackground": "hl",
|
||||||
|
"selectedHoveredBackground": "hl"
|
||||||
},
|
},
|
||||||
"SearchResults": {
|
"SearchResults": {
|
||||||
"Ordinal.File.Foreground": "text",
|
"Ordinal.File.Foreground": "text",
|
||||||
@@ -1056,12 +1218,12 @@
|
|||||||
"SpeedSearch": {
|
"SpeedSearch": {
|
||||||
"background": "hl",
|
"background": "hl",
|
||||||
"borderColor": "border",
|
"borderColor": "border",
|
||||||
"errorForeground": "fg",
|
"errorForeground": "red",
|
||||||
"foreground": "fg"
|
"foreground": "fg"
|
||||||
},
|
},
|
||||||
"Spinner": {
|
"Spinner": {
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"border": "3,3,3,3",
|
"border": "4,4,4,4",
|
||||||
"disabledBackground": "excl",
|
"disabledBackground": "excl",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"selectionForeground": "activeFg"
|
"selectionForeground": "activeFg"
|
||||||
@@ -1077,15 +1239,17 @@
|
|||||||
"Breadcrumbs": {
|
"Breadcrumbs": {
|
||||||
"floatingBackground": "tree",
|
"floatingBackground": "tree",
|
||||||
"floatingForeground": "fg",
|
"floatingForeground": "fg",
|
||||||
|
"floatingToolbarInsets": "8,12,8,12",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"hoverBackground": "tree",
|
"hoverBackground": "tree",
|
||||||
"hoverForeground": "fg",
|
"hoverForeground": "fg",
|
||||||
|
"itemBackgroundInsets": "2,4,2,4",
|
||||||
"selectionBackground": "selBg",
|
"selectionBackground": "selBg",
|
||||||
"selectionForeground": "activeFg",
|
"selectionForeground": "activeFg",
|
||||||
"selectionInactiveBackground": "button",
|
"selectionInactiveBackground": "button",
|
||||||
"selectionInactiveForeground": "fg"
|
"selectionInactiveForeground": "fg"
|
||||||
},
|
},
|
||||||
"borderColor": "bg",
|
"borderColor": "border",
|
||||||
"bottomColor": "bg",
|
"bottomColor": "bg",
|
||||||
"hoverBackground": "hl",
|
"hoverBackground": "hl",
|
||||||
"top2Color": "bg",
|
"top2Color": "bg",
|
||||||
@@ -1096,7 +1260,8 @@
|
|||||||
"hoverBackground": "hl",
|
"hoverBackground": "hl",
|
||||||
"hoverForeground": "selFg",
|
"hoverForeground": "selFg",
|
||||||
"pressedBackground": "button",
|
"pressedBackground": "button",
|
||||||
"pressedForeground": "fg"
|
"pressedForeground": "fg",
|
||||||
|
"widgetInsets": "8,12,8,12"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"TabbedPane": {
|
"TabbedPane": {
|
||||||
@@ -1126,6 +1291,7 @@
|
|||||||
"shadow": "hc",
|
"shadow": "hc",
|
||||||
"tabHeight": 32,
|
"tabHeight": 32,
|
||||||
"tabInsets": "5,10,5,10",
|
"tabInsets": "5,10,5,10",
|
||||||
|
"tabSelectionArc": 4,
|
||||||
"tabSelectionHeight": 2,
|
"tabSelectionHeight": 2,
|
||||||
"tabsOverlapBorder": true,
|
"tabsOverlapBorder": true,
|
||||||
"underlineColor": "accent"
|
"underlineColor": "accent"
|
||||||
@@ -1134,13 +1300,13 @@
|
|||||||
"Table": {
|
"Table": {
|
||||||
"alternativeRowBackground": "cs",
|
"alternativeRowBackground": "cs",
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"cellNoFocusBorder": "10,5,10,5",
|
"cellNoFocusBorder": "16,4,16,4",
|
||||||
"disabledForeground": "dis",
|
"disabledForeground": "dis",
|
||||||
"dropLineColor": "accent",
|
"dropLineColor": "accent",
|
||||||
"dropLineShortColor": "accent",
|
"dropLineShortColor": "accent",
|
||||||
"focusCellBackground": "table",
|
"focusCellBackground": "table",
|
||||||
"focusCellForeground": "activeFg",
|
"focusCellForeground": "activeFg",
|
||||||
"focusCellHighlightBorder": "10,5,10,5",
|
"focusCellHighlightBorder": "18,6,18,6",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"gridColor": "bg",
|
"gridColor": "bg",
|
||||||
"highlightOuter": "table",
|
"highlightOuter": "table",
|
||||||
@@ -1150,6 +1316,7 @@
|
|||||||
"lightSelectionForeground": "activeFg",
|
"lightSelectionForeground": "activeFg",
|
||||||
"lightSelectionInactiveBackground": "second",
|
"lightSelectionInactiveBackground": "second",
|
||||||
"lightSelectionInactiveForeground": "text",
|
"lightSelectionInactiveForeground": "text",
|
||||||
|
"rowHeight": 32,
|
||||||
"selectionBackground": "table",
|
"selectionBackground": "table",
|
||||||
"selectionForeground": "activeFg",
|
"selectionForeground": "activeFg",
|
||||||
"selectionInactiveBackground": "table",
|
"selectionInactiveBackground": "table",
|
||||||
@@ -1160,14 +1327,14 @@
|
|||||||
},
|
},
|
||||||
"TableHeader": {
|
"TableHeader": {
|
||||||
"background": "button",
|
"background": "button",
|
||||||
|
"bottomSeparatorColor": "border",
|
||||||
"borderColor": "hl",
|
"borderColor": "hl",
|
||||||
"bottomSeparatorColor": "hl",
|
"cellBorder": "6,0,6,0",
|
||||||
"cellBorder": "4,0,4,0",
|
|
||||||
"disabledForeground": "dis",
|
"disabledForeground": "dis",
|
||||||
"focusCellBackground": "table",
|
"focusCellBackground": "table",
|
||||||
"focusCellForeground": "activeFg",
|
"focusCellForeground": "activeFg",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"height": 25,
|
"height": 32,
|
||||||
"hoverBackground": "hl",
|
"hoverBackground": "hl",
|
||||||
"separatorColor": "border"
|
"separatorColor": "border"
|
||||||
},
|
},
|
||||||
@@ -1182,7 +1349,7 @@
|
|||||||
"textHighlightText": "activeFg",
|
"textHighlightText": "activeFg",
|
||||||
"textText": "text",
|
"textText": "text",
|
||||||
"TextArea": {
|
"TextArea": {
|
||||||
"background": "hc",
|
"background": "cs",
|
||||||
"caretForeground": "accent",
|
"caretForeground": "accent",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"inactiveForeground": "dis",
|
"inactiveForeground": "dis",
|
||||||
@@ -1190,7 +1357,7 @@
|
|||||||
"selectionForeground": "activeFg"
|
"selectionForeground": "activeFg"
|
||||||
},
|
},
|
||||||
"TextField": {
|
"TextField": {
|
||||||
"background": "hc",
|
"background": "cs",
|
||||||
"borderColor": "bg",
|
"borderColor": "bg",
|
||||||
"caretForeground": "accent",
|
"caretForeground": "accent",
|
||||||
"disabledBackground": "excl",
|
"disabledBackground": "excl",
|
||||||
@@ -1205,15 +1372,21 @@
|
|||||||
"separatorColorDisabled": "bg"
|
"separatorColorDisabled": "bg"
|
||||||
},
|
},
|
||||||
"TextPane": {
|
"TextPane": {
|
||||||
"background": "hc",
|
"background": "cs",
|
||||||
"caretForeground": "accent",
|
"caretForeground": "accent",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"inactiveForeground": "dis",
|
"inactiveForeground": "dis",
|
||||||
"selectionBackground": "table",
|
"selectionBackground": "table",
|
||||||
"selectionForeground": "activeFg"
|
"selectionForeground": "activeFg"
|
||||||
},
|
},
|
||||||
|
"TipOfTheDay": {
|
||||||
|
"Image.borderColor": "border"
|
||||||
|
},
|
||||||
"TitlePane": {
|
"TitlePane": {
|
||||||
"Button.hoverBackground": "hl",
|
"Button": {
|
||||||
|
"hoverBackground": "hl",
|
||||||
|
"preferredSize": "48,40"
|
||||||
|
},
|
||||||
"background": "hc",
|
"background": "hc",
|
||||||
"inactiveBackground": "bg",
|
"inactiveBackground": "bg",
|
||||||
"inactiveInfoForeground": "dis",
|
"inactiveInfoForeground": "dis",
|
||||||
@@ -1240,7 +1413,9 @@
|
|||||||
"borderHandleColor": "text",
|
"borderHandleColor": "text",
|
||||||
"comboBoxButtonBackground": "button",
|
"comboBoxButtonBackground": "button",
|
||||||
"floatingForeground": "text",
|
"floatingForeground": "text",
|
||||||
"foreground": "fg"
|
"foreground": "fg",
|
||||||
|
"verticalToolbarInsets": "6,6,6,6",
|
||||||
|
"horizontalToolbarInsets": "6,6,6,6"
|
||||||
},
|
},
|
||||||
"ToolbarComboWidget": {
|
"ToolbarComboWidget": {
|
||||||
"background": "button",
|
"background": "button",
|
||||||
@@ -1252,6 +1427,7 @@
|
|||||||
"description.title.text.color": "fg"
|
"description.title.text.color": "fg"
|
||||||
},
|
},
|
||||||
"ToolTip": {
|
"ToolTip": {
|
||||||
|
"arc": 6,
|
||||||
"actions": {
|
"actions": {
|
||||||
"background": "bg"
|
"background": "bg"
|
||||||
},
|
},
|
||||||
@@ -1262,8 +1438,10 @@
|
|||||||
},
|
},
|
||||||
"background": "notif",
|
"background": "notif",
|
||||||
"borderColor": "border",
|
"borderColor": "border",
|
||||||
|
"borderCornerRadius": 8,
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"infoForeground": "text",
|
"infoForeground": "text",
|
||||||
|
"linkForeground": "accent",
|
||||||
"Learning": {
|
"Learning": {
|
||||||
"background": "accent",
|
"background": "accent",
|
||||||
"borderColor": "accent",
|
"borderColor": "accent",
|
||||||
@@ -1284,6 +1462,10 @@
|
|||||||
"background": "hc",
|
"background": "hc",
|
||||||
"Button": {
|
"Button": {
|
||||||
"hoverBackground": "table",
|
"hoverBackground": "table",
|
||||||
|
"DragAndDrop": {
|
||||||
|
"stripeBackground": "cs",
|
||||||
|
"buttonDropBackground": "accent70"
|
||||||
|
},
|
||||||
"selectedBackground": "cs",
|
"selectedBackground": "cs",
|
||||||
"selectedForeground": "activeFg"
|
"selectedForeground": "activeFg"
|
||||||
},
|
},
|
||||||
@@ -1296,6 +1478,7 @@
|
|||||||
"tab.selected.background": "cs"
|
"tab.selected.background": "cs"
|
||||||
},
|
},
|
||||||
"Header": {
|
"Header": {
|
||||||
|
"height": 42,
|
||||||
"background": "second",
|
"background": "second",
|
||||||
"borderColor": "second",
|
"borderColor": "second",
|
||||||
"inactiveBackground": "bg"
|
"inactiveBackground": "bg"
|
||||||
@@ -1308,13 +1491,17 @@
|
|||||||
"hoverBackground": "hl",
|
"hoverBackground": "hl",
|
||||||
"hoverInactiveBackground": "hl",
|
"hoverInactiveBackground": "hl",
|
||||||
"inactiveUnderlineColor": "accent",
|
"inactiveUnderlineColor": "accent",
|
||||||
|
"leftRightInsets": "0,12,0,12",
|
||||||
"selectedBackground": "cs",
|
"selectedBackground": "cs",
|
||||||
"selectedInactiveBackground": "cs",
|
"selectedInactiveBackground": "cs",
|
||||||
|
"underlineArc": 4,
|
||||||
"underlineColor": "accent",
|
"underlineColor": "accent",
|
||||||
|
"underlineHeight": 3,
|
||||||
"underlinedTabBackground": "table",
|
"underlinedTabBackground": "table",
|
||||||
"underlinedTabForeground": "selFg",
|
"underlinedTabForeground": "selFg",
|
||||||
"underlinedTabInactiveBackground": "hc",
|
"underlinedTabInactiveBackground": "hc",
|
||||||
"underlinedTabInactiveForeground": "fg"
|
"underlinedTabInactiveForeground": "fg",
|
||||||
|
"verticalPadding": 6
|
||||||
},
|
},
|
||||||
"inactive": {
|
"inactive": {
|
||||||
"Header.background": "bg",
|
"Header.background": "bg",
|
||||||
@@ -1322,13 +1509,15 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"Tree": {
|
"Tree": {
|
||||||
|
"border": "4,12,4,12",
|
||||||
"background": "hc",
|
"background": "hc",
|
||||||
"foreground": "text",
|
"foreground": "text",
|
||||||
|
"errorForeground": "red",
|
||||||
"hash": "border",
|
"hash": "border",
|
||||||
"hoverBackground": "tree",
|
"hoverBackground": "tree",
|
||||||
"hoverInactiveBackground": "table",
|
"hoverInactiveBackground": "table",
|
||||||
"modifiedItemForeground": "accent",
|
"modifiedItemForeground": "accent",
|
||||||
"rowHeight": 28,
|
"rowHeight": "28",
|
||||||
"selectionBackground": "tree",
|
"selectionBackground": "tree",
|
||||||
"selectionForeground": "selFg",
|
"selectionForeground": "selFg",
|
||||||
"selectionInactiveBackground": "tree",
|
"selectionInactiveBackground": "tree",
|
||||||
@@ -1355,7 +1544,6 @@
|
|||||||
"hoverBorderColor": "hl"
|
"hoverBorderColor": "hl"
|
||||||
},
|
},
|
||||||
"Label.foreground": "text",
|
"Label.foreground": "text",
|
||||||
"List.selectionBackground": "tree",
|
|
||||||
"highStroke.foreground": "fg",
|
"highStroke.foreground": "fg",
|
||||||
"motion": {
|
"motion": {
|
||||||
"AddConstraintColor": "accent",
|
"AddConstraintColor": "accent",
|
||||||
@@ -1392,6 +1580,35 @@
|
|||||||
"ourML_BarColor.separatorColor": "border",
|
"ourML_BarColor.separatorColor": "border",
|
||||||
"timeLine.disabledBorderColor": "border"
|
"timeLine.disabledBorderColor": "border"
|
||||||
},
|
},
|
||||||
|
"PackageDetails": {
|
||||||
|
"border": "accent",
|
||||||
|
"infoBanner": "accent"
|
||||||
|
},
|
||||||
|
"PackageSearch": {
|
||||||
|
"PackagesList.rowHeight": 28,
|
||||||
|
"PackageTag": {
|
||||||
|
"background": "excl",
|
||||||
|
"foreground": "fg",
|
||||||
|
"hoverBackground": "tree",
|
||||||
|
"selectedBackground": "selBg",
|
||||||
|
"selectedForeground": "selFg"
|
||||||
|
},
|
||||||
|
"PackageTagSelected": {
|
||||||
|
"background": "selBg",
|
||||||
|
"foreground": "selFg"
|
||||||
|
},
|
||||||
|
"SearchResult": {
|
||||||
|
"background": "cs",
|
||||||
|
"hoverBackground": "tree",
|
||||||
|
"PackageTag": {
|
||||||
|
"background": "excl",
|
||||||
|
"foreground": "fg",
|
||||||
|
"hoverBackground": "tree",
|
||||||
|
"selectedBackground": "selBg",
|
||||||
|
"selectedForeground": "selFg"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"Panel": {
|
"Panel": {
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"borderColor": "border",
|
"borderColor": "border",
|
||||||
@@ -1418,7 +1635,7 @@
|
|||||||
},
|
},
|
||||||
"VersionControl": {
|
"VersionControl": {
|
||||||
"FileHistory.Commit": {
|
"FileHistory.Commit": {
|
||||||
"otherBranchBackground": "bg",
|
"otherBranchBackground": "excl",
|
||||||
"selectedBranchBackground": "bg"
|
"selectedBranchBackground": "bg"
|
||||||
},
|
},
|
||||||
"GitCommits": {
|
"GitCommits": {
|
||||||
@@ -1443,9 +1660,15 @@
|
|||||||
"Commit": {
|
"Commit": {
|
||||||
"currentBranchBackground": "cs",
|
"currentBranchBackground": "cs",
|
||||||
"hoveredBackground": "tree",
|
"hoveredBackground": "tree",
|
||||||
|
"rowHeight": 28,
|
||||||
"unmatchedForeground": "text"
|
"unmatchedForeground": "text"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"MarkerPopup": {
|
||||||
|
"borderColor": "border",
|
||||||
|
"borderInsets": "6,8,6,10",
|
||||||
|
"Toolbar.background": "hl"
|
||||||
|
},
|
||||||
"Ref": {
|
"Ref": {
|
||||||
"backgroundBase": "hl",
|
"backgroundBase": "hl",
|
||||||
"foreground": "activeFg"
|
"foreground": "activeFg"
|
||||||
@@ -1455,6 +1678,11 @@
|
|||||||
"foreground": "activeFg"
|
"foreground": "activeFg"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"UnattendedHostStatus": {
|
||||||
|
"warningBackground": "yellow",
|
||||||
|
"warningForeground": "activeFg",
|
||||||
|
"dangerBackground": "red"
|
||||||
|
},
|
||||||
"Viewport": {
|
"Viewport": {
|
||||||
"background": "hc",
|
"background": "hc",
|
||||||
"foreground": "fg"
|
"foreground": "fg"
|
||||||
|
|||||||
@@ -22,7 +22,7 @@
|
|||||||
"cs": "#EEEEEE",
|
"cs": "#EEEEEE",
|
||||||
"button": "#F3F4F5",
|
"button": "#F3F4F5",
|
||||||
"table": "#E7E7E8",
|
"table": "#E7E7E8",
|
||||||
"tree": "#80CBC440",
|
"tree": "#d7eeec",
|
||||||
"hl": "#E7E7E8",
|
"hl": "#E7E7E8",
|
||||||
"notif": "#eae8e8",
|
"notif": "#eae8e8",
|
||||||
"hc": "#EEEEEE",
|
"hc": "#EEEEEE",
|
||||||
@@ -73,6 +73,10 @@
|
|||||||
"pressedBackground": "accent50",
|
"pressedBackground": "accent50",
|
||||||
"pressedBorderColor": "accent50"
|
"pressedBorderColor": "accent50"
|
||||||
},
|
},
|
||||||
|
"ActionsList": {
|
||||||
|
"icon.gap": 12,
|
||||||
|
"mnemonic.icon.gap": 12
|
||||||
|
},
|
||||||
"ActionToolbar": {
|
"ActionToolbar": {
|
||||||
"background": "hc"
|
"background": "hc"
|
||||||
},
|
},
|
||||||
@@ -127,8 +131,9 @@
|
|||||||
"BookmarkIcon.background": "accent",
|
"BookmarkIcon.background": "accent",
|
||||||
"Borders.ContrastBorderColor": "bg",
|
"Borders.ContrastBorderColor": "bg",
|
||||||
"Borders.color": "border",
|
"Borders.color": "border",
|
||||||
|
"Breakpoint.iconHoverAlpha": 0.35,
|
||||||
"Button": {
|
"Button": {
|
||||||
"arc": 0,
|
"arc": 8,
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"darcula": {
|
"darcula": {
|
||||||
"borderColor": "button",
|
"borderColor": "button",
|
||||||
@@ -181,7 +186,10 @@
|
|||||||
"shadowColor": "shadow",
|
"shadowColor": "shadow",
|
||||||
"shadowWidth": 0,
|
"shadowWidth": 0,
|
||||||
"startBackground": "table",
|
"startBackground": "table",
|
||||||
"startBorderColor": "button"
|
"startBorderColor": "button",
|
||||||
|
"ToolWindow": {
|
||||||
|
"arc": 40
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"Canvas": {
|
"Canvas": {
|
||||||
"Tooltip.background": "notif",
|
"Tooltip.background": "notif",
|
||||||
@@ -256,6 +264,32 @@
|
|||||||
"accessDot": "accent",
|
"accessDot": "accent",
|
||||||
"dropdownBorder": "second",
|
"dropdownBorder": "second",
|
||||||
"pillBackground": "second"
|
"pillBackground": "second"
|
||||||
|
},
|
||||||
|
"Users": {
|
||||||
|
"1": {
|
||||||
|
"Background": "green",
|
||||||
|
"Foreground": "fg"
|
||||||
|
},
|
||||||
|
"2": {
|
||||||
|
"Background": "blue",
|
||||||
|
"Foreground": "fg"
|
||||||
|
},
|
||||||
|
"3": {
|
||||||
|
"Background": "red",
|
||||||
|
"Foreground": "fg"
|
||||||
|
},
|
||||||
|
"4": {
|
||||||
|
"Background": "purple",
|
||||||
|
"Foreground": "fg"
|
||||||
|
},
|
||||||
|
"5": {
|
||||||
|
"Background": "yellow",
|
||||||
|
"Foreground": "fg"
|
||||||
|
},
|
||||||
|
"6": {
|
||||||
|
"Background": "orange",
|
||||||
|
"Foreground": "fg"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"ColorChooser": {
|
"ColorChooser": {
|
||||||
@@ -293,7 +327,13 @@
|
|||||||
"selectionBackground": "table",
|
"selectionBackground": "table",
|
||||||
"selectionForeground": "activeFg"
|
"selectionForeground": "activeFg"
|
||||||
},
|
},
|
||||||
|
"ComboPopup.border": "1,1,1,1,#00BCD4",
|
||||||
"CompletionPopup": {
|
"CompletionPopup": {
|
||||||
|
"Advertiser": {
|
||||||
|
"background": "bg",
|
||||||
|
"foreground": "fg",
|
||||||
|
"borderInsets": "8,12,8,12"
|
||||||
|
},
|
||||||
"background": "second",
|
"background": "second",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"grayForeground": "text",
|
"grayForeground": "text",
|
||||||
@@ -313,8 +353,12 @@
|
|||||||
"selectionInactiveInfoForeground": "text",
|
"selectionInactiveInfoForeground": "text",
|
||||||
"selectionInfoForeground": "selFg"
|
"selectionInfoForeground": "selFg"
|
||||||
},
|
},
|
||||||
|
"ComplexPopup": {
|
||||||
|
"Header.background": "notif"
|
||||||
|
},
|
||||||
"Component": {
|
"Component": {
|
||||||
"arc": 4,
|
"arc": 4,
|
||||||
|
"focusWidth": 2,
|
||||||
"borderColor": "hl",
|
"borderColor": "hl",
|
||||||
"disabledBorderColor": "dis",
|
"disabledBorderColor": "dis",
|
||||||
"focusColor": "accent",
|
"focusColor": "accent",
|
||||||
@@ -351,6 +395,7 @@
|
|||||||
},
|
},
|
||||||
"desktop": "hc",
|
"desktop": "hc",
|
||||||
"Debugger": {
|
"Debugger": {
|
||||||
|
"EvaluateExpression.background": "bg",
|
||||||
"Variables": {
|
"Variables": {
|
||||||
"changedValueForeground": "accent",
|
"changedValueForeground": "accent",
|
||||||
"collectingDataForeground": "text",
|
"collectingDataForeground": "text",
|
||||||
@@ -358,13 +403,15 @@
|
|||||||
"evaluatingExpressionForeground": "text",
|
"evaluatingExpressionForeground": "text",
|
||||||
"exceptionForeground": "yellow",
|
"exceptionForeground": "yellow",
|
||||||
"modifyingValueForeground": "accent",
|
"modifyingValueForeground": "accent",
|
||||||
"valueForeground": "accent"
|
"valueForeground": "accent",
|
||||||
|
"typeForeground": "text"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"DebuggerTabs": {
|
"DebuggerTabs": {
|
||||||
"active.background": "hl",
|
"active.background": "hl",
|
||||||
"selectedBackground": "hl",
|
"selectedBackground": "hl",
|
||||||
"underlinedTabBackground": "table"
|
"underlinedTabBackground": "table",
|
||||||
|
"underlineHeight": 2
|
||||||
},
|
},
|
||||||
"DebuggerPopup": {
|
"DebuggerPopup": {
|
||||||
"borderColor": "bg"
|
"borderColor": "bg"
|
||||||
@@ -380,6 +427,7 @@
|
|||||||
"inactiveMaskColor": "hc",
|
"inactiveMaskColor": "hc",
|
||||||
"inactiveUnderlineColor": "accent",
|
"inactiveUnderlineColor": "accent",
|
||||||
"underlineColor": "accent",
|
"underlineColor": "accent",
|
||||||
|
"underlineHeight": 3,
|
||||||
"underlinedTabBackground": "table",
|
"underlinedTabBackground": "table",
|
||||||
"underlinedTabForeground": "selFg"
|
"underlinedTabForeground": "selFg"
|
||||||
},
|
},
|
||||||
@@ -398,13 +446,21 @@
|
|||||||
"backgroundBorderColor": "bg",
|
"backgroundBorderColor": "bg",
|
||||||
"backgroundColor": "bg",
|
"backgroundColor": "bg",
|
||||||
"borderColor": "accent",
|
"borderColor": "accent",
|
||||||
"foregroundColor": "fg"
|
"foregroundColor": "fg",
|
||||||
|
"rowBackground": "accent70"
|
||||||
},
|
},
|
||||||
"dropArea.base": "accent",
|
"dropArea.base": "accent",
|
||||||
"Editor": {
|
"Editor": {
|
||||||
"background": "hc",
|
"background": "hc",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"shortcutForeground": "text"
|
"shortcutForeground": "text",
|
||||||
|
"SearchField": {
|
||||||
|
"background": "cs",
|
||||||
|
"borderInsets": "8,12,8,12"
|
||||||
|
},
|
||||||
|
"Toolbar": {
|
||||||
|
"borderColor": "border"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"EditorGroupsTabs": {
|
"EditorGroupsTabs": {
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
@@ -423,7 +479,8 @@
|
|||||||
"inactiveBackground": "bg",
|
"inactiveBackground": "bg",
|
||||||
"inactiveForeground": "dis",
|
"inactiveForeground": "dis",
|
||||||
"selectionBackground": "selBg",
|
"selectionBackground": "selBg",
|
||||||
"selectionForeground": "activeFg"
|
"selectionForeground": "activeFg",
|
||||||
|
"splitBorder": "border"
|
||||||
},
|
},
|
||||||
"EditorTabs": {
|
"EditorTabs": {
|
||||||
"active.background": "table",
|
"active.background": "table",
|
||||||
@@ -441,7 +498,10 @@
|
|||||||
"inactiveUnderlineColor": "dis",
|
"inactiveUnderlineColor": "dis",
|
||||||
"selectedBackground": "table",
|
"selectedBackground": "table",
|
||||||
"selectedForeground": "fg",
|
"selectedForeground": "fg",
|
||||||
|
"tabInsets": "-10,10,-10,10",
|
||||||
"underlineColor": "accent",
|
"underlineColor": "accent",
|
||||||
|
"underlineHeight": 3,
|
||||||
|
"underlineArc": 4,
|
||||||
"underlinedTabBackground": "table",
|
"underlinedTabBackground": "table",
|
||||||
"underlinedTabForeground": "selFg"
|
"underlinedTabForeground": "selFg"
|
||||||
},
|
},
|
||||||
@@ -472,7 +532,7 @@
|
|||||||
"defaultButtonBorderColor": "accent"
|
"defaultButtonBorderColor": "accent"
|
||||||
},
|
},
|
||||||
"FormattedTextField": {
|
"FormattedTextField": {
|
||||||
"background": "hc",
|
"background": "cs",
|
||||||
"caretForeground": "accent",
|
"caretForeground": "accent",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"inactiveBackground": "button",
|
"inactiveBackground": "button",
|
||||||
@@ -509,6 +569,9 @@
|
|||||||
"disabledSeparatorColor": "border",
|
"disabledSeparatorColor": "border",
|
||||||
"separatorColor": "border"
|
"separatorColor": "border"
|
||||||
},
|
},
|
||||||
|
"Gutter": {
|
||||||
|
"VcsChanges.width": 4
|
||||||
|
},
|
||||||
"GutterTooltip": {
|
"GutterTooltip": {
|
||||||
"borderColor": "bg",
|
"borderColor": "bg",
|
||||||
"infoForeground": "text",
|
"infoForeground": "text",
|
||||||
@@ -522,11 +585,14 @@
|
|||||||
"background": "bg",
|
"background": "bg",
|
||||||
"backgroundColor": "bg",
|
"backgroundColor": "bg",
|
||||||
"borderColor": "border",
|
"borderColor": "border",
|
||||||
|
"defaultTextBorderInsets": "16,16,16,16",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"infoForeground": "text",
|
"infoForeground": "text",
|
||||||
"shortcutForeground": "text",
|
"shortcutForeground": "text",
|
||||||
"shortcutTextColor": "text",
|
"shortcutTextColor": "text",
|
||||||
"textColor": "fg"
|
"smallTextBorderInsets": "8,12,8,12",
|
||||||
|
"textColor": "fg",
|
||||||
|
"verticalGap": 8
|
||||||
},
|
},
|
||||||
"Hg.Log.Ref": {
|
"Hg.Log.Ref": {
|
||||||
"Branch": "accent",
|
"Branch": "accent",
|
||||||
@@ -594,6 +660,7 @@
|
|||||||
"link": "accent",
|
"link": "accent",
|
||||||
"Link": {
|
"Link": {
|
||||||
"activeForeground": "accent",
|
"activeForeground": "accent",
|
||||||
|
"focusedBorderColor": "accent",
|
||||||
"hoverForeground": "accent",
|
"hoverForeground": "accent",
|
||||||
"pressedForeground": "accent",
|
"pressedForeground": "accent",
|
||||||
"secondaryForeground": "text",
|
"secondaryForeground": "text",
|
||||||
@@ -605,27 +672,61 @@
|
|||||||
"link.visited.foreground": "accent",
|
"link.visited.foreground": "accent",
|
||||||
"List": {
|
"List": {
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
|
"Button": {
|
||||||
|
"hoverBackground": "hl",
|
||||||
|
"leftRightInset": 8,
|
||||||
|
"separatorColor": "border",
|
||||||
|
"separatorInset": 4
|
||||||
|
},
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"hoverBackground": "hl",
|
"hoverBackground": "hl",
|
||||||
"hoverInactiveBackground": "table",
|
"hoverInactiveBackground": "table",
|
||||||
|
"Line.hoverBackground": "selBg",
|
||||||
|
"rowHeight": "28",
|
||||||
|
"selectionBackground": "tree",
|
||||||
"selectionForeground": "selFg",
|
"selectionForeground": "selFg",
|
||||||
"selectionInactiveBackground": "table",
|
"selectionInactiveBackground": "table",
|
||||||
"selectionInactiveForeground": "activeFg"
|
"selectionInactiveForeground": "activeFg",
|
||||||
|
"Tag": {
|
||||||
|
"background": "button",
|
||||||
|
"foreground": "fg"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"LiveIndicator": {
|
"LiveIndicator": {
|
||||||
"color": "accent"
|
"color": "accent"
|
||||||
},
|
},
|
||||||
|
"macOSWindow.Title": {
|
||||||
|
"height": 30,
|
||||||
|
"heightSmall": 20
|
||||||
|
},
|
||||||
|
"MainMenu": {
|
||||||
|
"background": "hc",
|
||||||
|
"foreground": "fg",
|
||||||
|
"selectionForeground": "activeFg",
|
||||||
|
"selectionBackground": "selBg"
|
||||||
|
},
|
||||||
"MainToolbar": {
|
"MainToolbar": {
|
||||||
"Dropdown.background": "bg",
|
|
||||||
"Dropdown.hoverBackground": "border",
|
|
||||||
"Dropdown.pressedBackground": "table",
|
|
||||||
"Icon.background": "bg",
|
|
||||||
"Icon.hoverBackground": "border",
|
|
||||||
"Icon.pressedBackground": "table",
|
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"hoverBackground": "border",
|
"Button": {
|
||||||
|
"buttonInsets": "0,0,0,0"
|
||||||
|
},
|
||||||
|
"Dropdown": {
|
||||||
|
"borderInsets": "6,12,6,12",
|
||||||
|
"background": "bg",
|
||||||
|
"foreground": "fg",
|
||||||
|
"hoverBackground": "hl",
|
||||||
|
"pressedBackground": "table"
|
||||||
|
},
|
||||||
|
"hoverBackground": "hl",
|
||||||
|
"Icon": {
|
||||||
|
"borderInsets": "10,10,10,10",
|
||||||
|
"background": "bg",
|
||||||
|
"hoverBackground": "hl",
|
||||||
|
"pressedBackground": "table"
|
||||||
|
},
|
||||||
"inactiveBackground": "bg",
|
"inactiveBackground": "bg",
|
||||||
"pressedBackground": "table"
|
"pressedBackground": "table",
|
||||||
|
"separatorColor": "border"
|
||||||
},
|
},
|
||||||
"material": {
|
"material": {
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
@@ -652,11 +753,15 @@
|
|||||||
"acceleratorForeground": "text",
|
"acceleratorForeground": "text",
|
||||||
"acceleratorSelectionForeground": "activeFg",
|
"acceleratorSelectionForeground": "activeFg",
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"border": "4,2,4,2",
|
"border": "8,8,8,8",
|
||||||
"borderColor": "second",
|
"borderColor": "second",
|
||||||
"disabledBackground": "second",
|
"disabledBackground": "second",
|
||||||
"disabledForeground": "dis",
|
"disabledForeground": "dis",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
|
"Selection": {
|
||||||
|
"arc": 8,
|
||||||
|
"innerInsets": "8,2,8,2"
|
||||||
|
},
|
||||||
"selectionBackground": "selBg",
|
"selectionBackground": "selBg",
|
||||||
"selectionForeground": "activeFg",
|
"selectionForeground": "activeFg",
|
||||||
"separatorColor": "border"
|
"separatorColor": "border"
|
||||||
@@ -676,7 +781,7 @@
|
|||||||
"acceleratorForeground": "text",
|
"acceleratorForeground": "text",
|
||||||
"acceleratorSelectionForeground": "activeFg",
|
"acceleratorSelectionForeground": "activeFg",
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"border": "4,2,4,2",
|
"border": "8,8,8,8",
|
||||||
"disabledBackground": "bg",
|
"disabledBackground": "bg",
|
||||||
"disabledForeground": "dis",
|
"disabledForeground": "dis",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
@@ -699,11 +804,13 @@
|
|||||||
"background": "bg"
|
"background": "bg"
|
||||||
},
|
},
|
||||||
"SearchField": {
|
"SearchField": {
|
||||||
"background": "hc"
|
"background": "cs"
|
||||||
}
|
},
|
||||||
|
"separatorWidth": 6
|
||||||
},
|
},
|
||||||
"NewPSD.warning": "accent",
|
"NewPSD.warning": "accent",
|
||||||
"Notification": {
|
"Notification": {
|
||||||
|
"arc": 16,
|
||||||
"Error.foreground": "accent",
|
"Error.foreground": "accent",
|
||||||
"Link.foreground": "accent",
|
"Link.foreground": "accent",
|
||||||
"background": "notif",
|
"background": "notif",
|
||||||
@@ -719,12 +826,18 @@
|
|||||||
"innerBorderColor": "button"
|
"innerBorderColor": "button"
|
||||||
},
|
},
|
||||||
"ToolWindow": {
|
"ToolWindow": {
|
||||||
|
"Button.DragAndDrop": {
|
||||||
|
"buttonFloatingBackground": "button",
|
||||||
|
"stripeBackground": "bg"
|
||||||
|
},
|
||||||
"errorBackground": "notifError",
|
"errorBackground": "notifError",
|
||||||
"errorBorderColor": "notifError",
|
"errorBorderColor": "notifError",
|
||||||
"errorForeground": "fg",
|
"errorForeground": "fg",
|
||||||
|
"infoBackground": "notif",
|
||||||
|
"infoBorderColor": "notif",
|
||||||
"infoForeground": "fg",
|
"infoForeground": "fg",
|
||||||
"informativeBackground": "notifInfo",
|
"informativeBackground": "notif",
|
||||||
"informativeBorderColor": "notifInfo",
|
"informativeBorderColor": "notif",
|
||||||
"informativeForeground": "fg",
|
"informativeForeground": "fg",
|
||||||
"warningBackground": "notifWarn",
|
"warningBackground": "notifWarn",
|
||||||
"warningBorderColor": "notifWarn",
|
"warningBorderColor": "notifWarn",
|
||||||
@@ -736,7 +849,8 @@
|
|||||||
},
|
},
|
||||||
"ToolWindowInfo": {
|
"ToolWindowInfo": {
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"background": "notifInfo"
|
"background": "notif",
|
||||||
|
"borderColor": "notif"
|
||||||
},
|
},
|
||||||
"ToolWindowWarning": {
|
"ToolWindowWarning": {
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
@@ -786,7 +900,7 @@
|
|||||||
"lineSeparatorColor": "table"
|
"lineSeparatorColor": "table"
|
||||||
},
|
},
|
||||||
"PasswordField": {
|
"PasswordField": {
|
||||||
"background": "hc",
|
"background": "cs",
|
||||||
"capsLockIconColor": "accent",
|
"capsLockIconColor": "accent",
|
||||||
"caretForeground": "accent",
|
"caretForeground": "accent",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
@@ -796,6 +910,7 @@
|
|||||||
},
|
},
|
||||||
"Plugins": {
|
"Plugins": {
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
|
"borderColor": "border",
|
||||||
"disabledForeground": "dis",
|
"disabledForeground": "dis",
|
||||||
"eapTagBackground": "hl",
|
"eapTagBackground": "hl",
|
||||||
"hoverBackground": "hl",
|
"hoverBackground": "hl",
|
||||||
@@ -817,8 +932,11 @@
|
|||||||
"updateBorderColor": "button",
|
"updateBorderColor": "button",
|
||||||
"updateForeground": "fg"
|
"updateForeground": "fg"
|
||||||
},
|
},
|
||||||
|
"ScreenshotPagination": {
|
||||||
|
"CurrentImage.fillColor": "accent"
|
||||||
|
},
|
||||||
"SearchField": {
|
"SearchField": {
|
||||||
"background": "hc",
|
"background": "cs",
|
||||||
"borderColor": "border"
|
"borderColor": "border"
|
||||||
},
|
},
|
||||||
"SectionHeader": {
|
"SectionHeader": {
|
||||||
@@ -836,27 +954,38 @@
|
|||||||
},
|
},
|
||||||
"Popup": {
|
"Popup": {
|
||||||
"Advertiser": {
|
"Advertiser": {
|
||||||
|
"borderInsets": "6,20,6,20",
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"borderColor": "bg",
|
"borderColor": "bg",
|
||||||
"foreground": "accent"
|
"foreground": "accent"
|
||||||
},
|
},
|
||||||
|
"Body": {
|
||||||
|
"bottomInsetNoAd": 8,
|
||||||
|
"bottomInsetBeforeAd": 8,
|
||||||
|
"topInsetNoHeader": 8
|
||||||
|
},
|
||||||
"Border": {
|
"Border": {
|
||||||
"color": "cs",
|
"color": "cs",
|
||||||
"inactiveColor": "bg"
|
"inactiveColor": "bg"
|
||||||
},
|
},
|
||||||
|
"background": "notif",
|
||||||
"borderColor": "cs",
|
"borderColor": "cs",
|
||||||
|
"borderWidth": 0,
|
||||||
"inactiveBorderColor": "bg",
|
"inactiveBorderColor": "bg",
|
||||||
"innerBorderColor": "second",
|
"innerBorderColor": "second",
|
||||||
"Header": {
|
"Header": {
|
||||||
"activeBackground": "bg",
|
"activeBackground": "bg",
|
||||||
"inactiveBackground": "cs"
|
"inactiveBackground": "cs",
|
||||||
|
"inactiveForeground": "text"
|
||||||
},
|
},
|
||||||
"paintBorder": true,
|
"paintBorder": false,
|
||||||
"preferences": {
|
"preferences": {
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"borderColor": "bg",
|
"borderColor": "bg",
|
||||||
"foreground": "fg"
|
"foreground": "fg"
|
||||||
},
|
},
|
||||||
|
"Selection.arc": 8,
|
||||||
|
"Selection.leftRightInset": 8,
|
||||||
"Separator": {
|
"Separator": {
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"color": "border"
|
"color": "border"
|
||||||
@@ -872,13 +1001,24 @@
|
|||||||
},
|
},
|
||||||
"PopupMenu": {
|
"PopupMenu": {
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"border": "2,0,2,0",
|
"borderWidth": 1,
|
||||||
|
"border": "8,8,8,8",
|
||||||
|
"borderCornerRadius": 8,
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
|
"Selection": {
|
||||||
|
"arc": 8,
|
||||||
|
"innerInsets": "8,2,8,2"
|
||||||
|
},
|
||||||
"selectionBackground": "selBg",
|
"selectionBackground": "selBg",
|
||||||
"translucentBackground": "bg"
|
"translucentBackground": "bg"
|
||||||
},
|
},
|
||||||
"PopupMenuSeparator.height": 10,
|
"PopupMenuSeparator": {
|
||||||
"PopupMenuSeparator.stripeIndent": 5,
|
"height": 10,
|
||||||
|
"stripeWidth": 2,
|
||||||
|
"stripeIndent": 5,
|
||||||
|
"withToEdge": 4,
|
||||||
|
"borderCornerRadius": 8
|
||||||
|
},
|
||||||
"ProgressBar": {
|
"ProgressBar": {
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"foreground": "accent",
|
"foreground": "accent",
|
||||||
@@ -922,12 +1062,27 @@
|
|||||||
"selectionBackground": "selBg",
|
"selectionBackground": "selBg",
|
||||||
"selectionForeground": "selFg"
|
"selectionForeground": "selFg"
|
||||||
},
|
},
|
||||||
|
"ReviewList": {
|
||||||
|
"state.background": "second",
|
||||||
|
"state.foreground": "fg"
|
||||||
|
},
|
||||||
"RunWidget": {
|
"RunWidget": {
|
||||||
|
"background": "button",
|
||||||
|
"Debug.activeBackground": "hl",
|
||||||
|
"foreground": "fg",
|
||||||
|
"hoverBackground": "table",
|
||||||
|
"pressedBackground": "hl",
|
||||||
|
"Profile.activeBackground": "hl",
|
||||||
|
"runningBackground": "hl",
|
||||||
|
"runningForeground": "selFg",
|
||||||
|
"Run.activeBackground": "hl",
|
||||||
"Running": {
|
"Running": {
|
||||||
"background": "accent",
|
"background": "hl",
|
||||||
"leftHoverBackground": "accent70",
|
"foreground": "selFg",
|
||||||
"leftPressedBackground": "accent"
|
"leftHoverBackground": "hl",
|
||||||
}
|
"leftPressedBackground": "hl"
|
||||||
|
},
|
||||||
|
"separatorColor": "border"
|
||||||
},
|
},
|
||||||
"ScreenView.borderColor": "border",
|
"ScreenView.borderColor": "border",
|
||||||
"scrollbar": "bg",
|
"scrollbar": "bg",
|
||||||
@@ -971,8 +1126,9 @@
|
|||||||
},
|
},
|
||||||
"SearchEverywhere": {
|
"SearchEverywhere": {
|
||||||
"Advertiser": {
|
"Advertiser": {
|
||||||
"background": "cs",
|
"background": "bg",
|
||||||
"foreground": "text"
|
"foreground": "text",
|
||||||
|
"borderInsets": "10,20,10,20"
|
||||||
},
|
},
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"Dialog": {
|
"Dialog": {
|
||||||
@@ -989,11 +1145,12 @@
|
|||||||
"Separator.foreground": "text",
|
"Separator.foreground": "text",
|
||||||
"selectionBackground": "selBg",
|
"selectionBackground": "selBg",
|
||||||
"separatorColor": "border",
|
"separatorColor": "border",
|
||||||
"separatorForeground": "text"
|
"separatorForeground": "text",
|
||||||
|
"settingsBackground": "bg"
|
||||||
},
|
},
|
||||||
"SearchField": {
|
"SearchField": {
|
||||||
"Border.color": "hl",
|
"Border.color": "hl",
|
||||||
"background": "hc",
|
"background": "cs",
|
||||||
"borderColor": "hl",
|
"borderColor": "hl",
|
||||||
"grayForeground": "dis",
|
"grayForeground": "dis",
|
||||||
"infoForeground": "dis"
|
"infoForeground": "dis"
|
||||||
@@ -1015,8 +1172,13 @@
|
|||||||
"startColor": "accent"
|
"startColor": "accent"
|
||||||
},
|
},
|
||||||
"SearchField.errorBackground": "notif",
|
"SearchField.errorBackground": "notif",
|
||||||
|
"SearchFieldWithExtension": {
|
||||||
|
"background": "cs"
|
||||||
|
},
|
||||||
"SearchOption": {
|
"SearchOption": {
|
||||||
"selectedBackground": "table"
|
"selectedBackground": "table",
|
||||||
|
"selectedPressedBackground": "hl",
|
||||||
|
"selectedHoveredBackground": "hl"
|
||||||
},
|
},
|
||||||
"SearchResults": {
|
"SearchResults": {
|
||||||
"Ordinal.File.Foreground": "text",
|
"Ordinal.File.Foreground": "text",
|
||||||
@@ -1056,12 +1218,12 @@
|
|||||||
"SpeedSearch": {
|
"SpeedSearch": {
|
||||||
"background": "hl",
|
"background": "hl",
|
||||||
"borderColor": "border",
|
"borderColor": "border",
|
||||||
"errorForeground": "fg",
|
"errorForeground": "red",
|
||||||
"foreground": "fg"
|
"foreground": "fg"
|
||||||
},
|
},
|
||||||
"Spinner": {
|
"Spinner": {
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"border": "3,3,3,3",
|
"border": "4,4,4,4",
|
||||||
"disabledBackground": "excl",
|
"disabledBackground": "excl",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"selectionForeground": "activeFg"
|
"selectionForeground": "activeFg"
|
||||||
@@ -1077,15 +1239,17 @@
|
|||||||
"Breadcrumbs": {
|
"Breadcrumbs": {
|
||||||
"floatingBackground": "tree",
|
"floatingBackground": "tree",
|
||||||
"floatingForeground": "fg",
|
"floatingForeground": "fg",
|
||||||
|
"floatingToolbarInsets": "8,12,8,12",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"hoverBackground": "tree",
|
"hoverBackground": "tree",
|
||||||
"hoverForeground": "fg",
|
"hoverForeground": "fg",
|
||||||
|
"itemBackgroundInsets": "2,4,2,4",
|
||||||
"selectionBackground": "selBg",
|
"selectionBackground": "selBg",
|
||||||
"selectionForeground": "activeFg",
|
"selectionForeground": "activeFg",
|
||||||
"selectionInactiveBackground": "button",
|
"selectionInactiveBackground": "button",
|
||||||
"selectionInactiveForeground": "fg"
|
"selectionInactiveForeground": "fg"
|
||||||
},
|
},
|
||||||
"borderColor": "bg",
|
"borderColor": "border",
|
||||||
"bottomColor": "bg",
|
"bottomColor": "bg",
|
||||||
"hoverBackground": "hl",
|
"hoverBackground": "hl",
|
||||||
"top2Color": "bg",
|
"top2Color": "bg",
|
||||||
@@ -1096,7 +1260,8 @@
|
|||||||
"hoverBackground": "hl",
|
"hoverBackground": "hl",
|
||||||
"hoverForeground": "selFg",
|
"hoverForeground": "selFg",
|
||||||
"pressedBackground": "button",
|
"pressedBackground": "button",
|
||||||
"pressedForeground": "fg"
|
"pressedForeground": "fg",
|
||||||
|
"widgetInsets": "8,12,8,12"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"TabbedPane": {
|
"TabbedPane": {
|
||||||
@@ -1126,6 +1291,7 @@
|
|||||||
"shadow": "hc",
|
"shadow": "hc",
|
||||||
"tabHeight": 32,
|
"tabHeight": 32,
|
||||||
"tabInsets": "5,10,5,10",
|
"tabInsets": "5,10,5,10",
|
||||||
|
"tabSelectionArc": 4,
|
||||||
"tabSelectionHeight": 2,
|
"tabSelectionHeight": 2,
|
||||||
"tabsOverlapBorder": true,
|
"tabsOverlapBorder": true,
|
||||||
"underlineColor": "accent"
|
"underlineColor": "accent"
|
||||||
@@ -1134,13 +1300,13 @@
|
|||||||
"Table": {
|
"Table": {
|
||||||
"alternativeRowBackground": "cs",
|
"alternativeRowBackground": "cs",
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"cellNoFocusBorder": "10,5,10,5",
|
"cellNoFocusBorder": "16,4,16,4",
|
||||||
"disabledForeground": "dis",
|
"disabledForeground": "dis",
|
||||||
"dropLineColor": "accent",
|
"dropLineColor": "accent",
|
||||||
"dropLineShortColor": "accent",
|
"dropLineShortColor": "accent",
|
||||||
"focusCellBackground": "table",
|
"focusCellBackground": "table",
|
||||||
"focusCellForeground": "activeFg",
|
"focusCellForeground": "activeFg",
|
||||||
"focusCellHighlightBorder": "10,5,10,5",
|
"focusCellHighlightBorder": "18,6,18,6",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"gridColor": "bg",
|
"gridColor": "bg",
|
||||||
"highlightOuter": "table",
|
"highlightOuter": "table",
|
||||||
@@ -1150,6 +1316,7 @@
|
|||||||
"lightSelectionForeground": "activeFg",
|
"lightSelectionForeground": "activeFg",
|
||||||
"lightSelectionInactiveBackground": "second",
|
"lightSelectionInactiveBackground": "second",
|
||||||
"lightSelectionInactiveForeground": "text",
|
"lightSelectionInactiveForeground": "text",
|
||||||
|
"rowHeight": 32,
|
||||||
"selectionBackground": "table",
|
"selectionBackground": "table",
|
||||||
"selectionForeground": "activeFg",
|
"selectionForeground": "activeFg",
|
||||||
"selectionInactiveBackground": "table",
|
"selectionInactiveBackground": "table",
|
||||||
@@ -1160,14 +1327,14 @@
|
|||||||
},
|
},
|
||||||
"TableHeader": {
|
"TableHeader": {
|
||||||
"background": "button",
|
"background": "button",
|
||||||
|
"bottomSeparatorColor": "border",
|
||||||
"borderColor": "hl",
|
"borderColor": "hl",
|
||||||
"bottomSeparatorColor": "hl",
|
"cellBorder": "6,0,6,0",
|
||||||
"cellBorder": "4,0,4,0",
|
|
||||||
"disabledForeground": "dis",
|
"disabledForeground": "dis",
|
||||||
"focusCellBackground": "table",
|
"focusCellBackground": "table",
|
||||||
"focusCellForeground": "activeFg",
|
"focusCellForeground": "activeFg",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"height": 25,
|
"height": 32,
|
||||||
"hoverBackground": "hl",
|
"hoverBackground": "hl",
|
||||||
"separatorColor": "border"
|
"separatorColor": "border"
|
||||||
},
|
},
|
||||||
@@ -1182,7 +1349,7 @@
|
|||||||
"textHighlightText": "activeFg",
|
"textHighlightText": "activeFg",
|
||||||
"textText": "text",
|
"textText": "text",
|
||||||
"TextArea": {
|
"TextArea": {
|
||||||
"background": "hc",
|
"background": "cs",
|
||||||
"caretForeground": "accent",
|
"caretForeground": "accent",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"inactiveForeground": "dis",
|
"inactiveForeground": "dis",
|
||||||
@@ -1190,7 +1357,7 @@
|
|||||||
"selectionForeground": "activeFg"
|
"selectionForeground": "activeFg"
|
||||||
},
|
},
|
||||||
"TextField": {
|
"TextField": {
|
||||||
"background": "hc",
|
"background": "cs",
|
||||||
"borderColor": "bg",
|
"borderColor": "bg",
|
||||||
"caretForeground": "accent",
|
"caretForeground": "accent",
|
||||||
"disabledBackground": "excl",
|
"disabledBackground": "excl",
|
||||||
@@ -1205,15 +1372,21 @@
|
|||||||
"separatorColorDisabled": "bg"
|
"separatorColorDisabled": "bg"
|
||||||
},
|
},
|
||||||
"TextPane": {
|
"TextPane": {
|
||||||
"background": "hc",
|
"background": "cs",
|
||||||
"caretForeground": "accent",
|
"caretForeground": "accent",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"inactiveForeground": "dis",
|
"inactiveForeground": "dis",
|
||||||
"selectionBackground": "table",
|
"selectionBackground": "table",
|
||||||
"selectionForeground": "activeFg"
|
"selectionForeground": "activeFg"
|
||||||
},
|
},
|
||||||
|
"TipOfTheDay": {
|
||||||
|
"Image.borderColor": "border"
|
||||||
|
},
|
||||||
"TitlePane": {
|
"TitlePane": {
|
||||||
"Button.hoverBackground": "hl",
|
"Button": {
|
||||||
|
"hoverBackground": "hl",
|
||||||
|
"preferredSize": "48,40"
|
||||||
|
},
|
||||||
"background": "hc",
|
"background": "hc",
|
||||||
"inactiveBackground": "bg",
|
"inactiveBackground": "bg",
|
||||||
"inactiveInfoForeground": "dis",
|
"inactiveInfoForeground": "dis",
|
||||||
@@ -1240,7 +1413,9 @@
|
|||||||
"borderHandleColor": "text",
|
"borderHandleColor": "text",
|
||||||
"comboBoxButtonBackground": "button",
|
"comboBoxButtonBackground": "button",
|
||||||
"floatingForeground": "text",
|
"floatingForeground": "text",
|
||||||
"foreground": "fg"
|
"foreground": "fg",
|
||||||
|
"verticalToolbarInsets": "6,6,6,6",
|
||||||
|
"horizontalToolbarInsets": "6,6,6,6"
|
||||||
},
|
},
|
||||||
"ToolbarComboWidget": {
|
"ToolbarComboWidget": {
|
||||||
"background": "button",
|
"background": "button",
|
||||||
@@ -1252,6 +1427,7 @@
|
|||||||
"description.title.text.color": "fg"
|
"description.title.text.color": "fg"
|
||||||
},
|
},
|
||||||
"ToolTip": {
|
"ToolTip": {
|
||||||
|
"arc": 6,
|
||||||
"actions": {
|
"actions": {
|
||||||
"background": "bg"
|
"background": "bg"
|
||||||
},
|
},
|
||||||
@@ -1262,8 +1438,10 @@
|
|||||||
},
|
},
|
||||||
"background": "notif",
|
"background": "notif",
|
||||||
"borderColor": "border",
|
"borderColor": "border",
|
||||||
|
"borderCornerRadius": 8,
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"infoForeground": "text",
|
"infoForeground": "text",
|
||||||
|
"linkForeground": "accent",
|
||||||
"Learning": {
|
"Learning": {
|
||||||
"background": "accent",
|
"background": "accent",
|
||||||
"borderColor": "accent",
|
"borderColor": "accent",
|
||||||
@@ -1284,6 +1462,10 @@
|
|||||||
"background": "hc",
|
"background": "hc",
|
||||||
"Button": {
|
"Button": {
|
||||||
"hoverBackground": "table",
|
"hoverBackground": "table",
|
||||||
|
"DragAndDrop": {
|
||||||
|
"stripeBackground": "cs",
|
||||||
|
"buttonDropBackground": "accent70"
|
||||||
|
},
|
||||||
"selectedBackground": "cs",
|
"selectedBackground": "cs",
|
||||||
"selectedForeground": "activeFg"
|
"selectedForeground": "activeFg"
|
||||||
},
|
},
|
||||||
@@ -1296,6 +1478,7 @@
|
|||||||
"tab.selected.background": "cs"
|
"tab.selected.background": "cs"
|
||||||
},
|
},
|
||||||
"Header": {
|
"Header": {
|
||||||
|
"height": 42,
|
||||||
"background": "second",
|
"background": "second",
|
||||||
"borderColor": "second",
|
"borderColor": "second",
|
||||||
"inactiveBackground": "bg"
|
"inactiveBackground": "bg"
|
||||||
@@ -1308,13 +1491,17 @@
|
|||||||
"hoverBackground": "hl",
|
"hoverBackground": "hl",
|
||||||
"hoverInactiveBackground": "hl",
|
"hoverInactiveBackground": "hl",
|
||||||
"inactiveUnderlineColor": "accent",
|
"inactiveUnderlineColor": "accent",
|
||||||
|
"leftRightInsets": "0,12,0,12",
|
||||||
"selectedBackground": "cs",
|
"selectedBackground": "cs",
|
||||||
"selectedInactiveBackground": "cs",
|
"selectedInactiveBackground": "cs",
|
||||||
|
"underlineArc": 4,
|
||||||
"underlineColor": "accent",
|
"underlineColor": "accent",
|
||||||
|
"underlineHeight": 3,
|
||||||
"underlinedTabBackground": "table",
|
"underlinedTabBackground": "table",
|
||||||
"underlinedTabForeground": "selFg",
|
"underlinedTabForeground": "selFg",
|
||||||
"underlinedTabInactiveBackground": "hc",
|
"underlinedTabInactiveBackground": "hc",
|
||||||
"underlinedTabInactiveForeground": "fg"
|
"underlinedTabInactiveForeground": "fg",
|
||||||
|
"verticalPadding": 6
|
||||||
},
|
},
|
||||||
"inactive": {
|
"inactive": {
|
||||||
"Header.background": "bg",
|
"Header.background": "bg",
|
||||||
@@ -1322,13 +1509,15 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"Tree": {
|
"Tree": {
|
||||||
|
"border": "4,12,4,12",
|
||||||
"background": "hc",
|
"background": "hc",
|
||||||
"foreground": "text",
|
"foreground": "text",
|
||||||
|
"errorForeground": "red",
|
||||||
"hash": "border",
|
"hash": "border",
|
||||||
"hoverBackground": "tree",
|
"hoverBackground": "tree",
|
||||||
"hoverInactiveBackground": "table",
|
"hoverInactiveBackground": "table",
|
||||||
"modifiedItemForeground": "accent",
|
"modifiedItemForeground": "accent",
|
||||||
"rowHeight": 28,
|
"rowHeight": "28",
|
||||||
"selectionBackground": "tree",
|
"selectionBackground": "tree",
|
||||||
"selectionForeground": "selFg",
|
"selectionForeground": "selFg",
|
||||||
"selectionInactiveBackground": "tree",
|
"selectionInactiveBackground": "tree",
|
||||||
@@ -1355,7 +1544,6 @@
|
|||||||
"hoverBorderColor": "hl"
|
"hoverBorderColor": "hl"
|
||||||
},
|
},
|
||||||
"Label.foreground": "text",
|
"Label.foreground": "text",
|
||||||
"List.selectionBackground": "tree",
|
|
||||||
"highStroke.foreground": "fg",
|
"highStroke.foreground": "fg",
|
||||||
"motion": {
|
"motion": {
|
||||||
"AddConstraintColor": "accent",
|
"AddConstraintColor": "accent",
|
||||||
@@ -1392,6 +1580,35 @@
|
|||||||
"ourML_BarColor.separatorColor": "border",
|
"ourML_BarColor.separatorColor": "border",
|
||||||
"timeLine.disabledBorderColor": "border"
|
"timeLine.disabledBorderColor": "border"
|
||||||
},
|
},
|
||||||
|
"PackageDetails": {
|
||||||
|
"border": "accent",
|
||||||
|
"infoBanner": "accent"
|
||||||
|
},
|
||||||
|
"PackageSearch": {
|
||||||
|
"PackagesList.rowHeight": 28,
|
||||||
|
"PackageTag": {
|
||||||
|
"background": "excl",
|
||||||
|
"foreground": "fg",
|
||||||
|
"hoverBackground": "tree",
|
||||||
|
"selectedBackground": "selBg",
|
||||||
|
"selectedForeground": "selFg"
|
||||||
|
},
|
||||||
|
"PackageTagSelected": {
|
||||||
|
"background": "selBg",
|
||||||
|
"foreground": "selFg"
|
||||||
|
},
|
||||||
|
"SearchResult": {
|
||||||
|
"background": "cs",
|
||||||
|
"hoverBackground": "tree",
|
||||||
|
"PackageTag": {
|
||||||
|
"background": "excl",
|
||||||
|
"foreground": "fg",
|
||||||
|
"hoverBackground": "tree",
|
||||||
|
"selectedBackground": "selBg",
|
||||||
|
"selectedForeground": "selFg"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"Panel": {
|
"Panel": {
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"borderColor": "border",
|
"borderColor": "border",
|
||||||
@@ -1418,7 +1635,7 @@
|
|||||||
},
|
},
|
||||||
"VersionControl": {
|
"VersionControl": {
|
||||||
"FileHistory.Commit": {
|
"FileHistory.Commit": {
|
||||||
"otherBranchBackground": "bg",
|
"otherBranchBackground": "excl",
|
||||||
"selectedBranchBackground": "bg"
|
"selectedBranchBackground": "bg"
|
||||||
},
|
},
|
||||||
"GitCommits": {
|
"GitCommits": {
|
||||||
@@ -1443,9 +1660,15 @@
|
|||||||
"Commit": {
|
"Commit": {
|
||||||
"currentBranchBackground": "cs",
|
"currentBranchBackground": "cs",
|
||||||
"hoveredBackground": "tree",
|
"hoveredBackground": "tree",
|
||||||
|
"rowHeight": 28,
|
||||||
"unmatchedForeground": "text"
|
"unmatchedForeground": "text"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"MarkerPopup": {
|
||||||
|
"borderColor": "border",
|
||||||
|
"borderInsets": "6,8,6,10",
|
||||||
|
"Toolbar.background": "hl"
|
||||||
|
},
|
||||||
"Ref": {
|
"Ref": {
|
||||||
"backgroundBase": "hl",
|
"backgroundBase": "hl",
|
||||||
"foreground": "activeFg"
|
"foreground": "activeFg"
|
||||||
@@ -1455,6 +1678,11 @@
|
|||||||
"foreground": "activeFg"
|
"foreground": "activeFg"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"UnattendedHostStatus": {
|
||||||
|
"warningBackground": "yellow",
|
||||||
|
"warningForeground": "activeFg",
|
||||||
|
"dangerBackground": "red"
|
||||||
|
},
|
||||||
"Viewport": {
|
"Viewport": {
|
||||||
"background": "hc",
|
"background": "hc",
|
||||||
"foreground": "fg"
|
"foreground": "fg"
|
||||||
|
|||||||
@@ -22,7 +22,7 @@
|
|||||||
"cs": "#EEEEEE",
|
"cs": "#EEEEEE",
|
||||||
"button": "#F3F4F5",
|
"button": "#F3F4F5",
|
||||||
"table": "#E7E7E8",
|
"table": "#E7E7E8",
|
||||||
"tree": "#80CBC440",
|
"tree": "#d7eeec",
|
||||||
"hl": "#E7E7E8",
|
"hl": "#E7E7E8",
|
||||||
"notif": "#eae8e8",
|
"notif": "#eae8e8",
|
||||||
"hc": "#FAFAFA",
|
"hc": "#FAFAFA",
|
||||||
@@ -73,6 +73,10 @@
|
|||||||
"pressedBackground": "accent50",
|
"pressedBackground": "accent50",
|
||||||
"pressedBorderColor": "accent50"
|
"pressedBorderColor": "accent50"
|
||||||
},
|
},
|
||||||
|
"ActionsList": {
|
||||||
|
"icon.gap": 12,
|
||||||
|
"mnemonic.icon.gap": 12
|
||||||
|
},
|
||||||
"ActionToolbar": {
|
"ActionToolbar": {
|
||||||
"background": "hc"
|
"background": "hc"
|
||||||
},
|
},
|
||||||
@@ -127,8 +131,9 @@
|
|||||||
"BookmarkIcon.background": "accent",
|
"BookmarkIcon.background": "accent",
|
||||||
"Borders.ContrastBorderColor": "bg",
|
"Borders.ContrastBorderColor": "bg",
|
||||||
"Borders.color": "border",
|
"Borders.color": "border",
|
||||||
|
"Breakpoint.iconHoverAlpha": 0.35,
|
||||||
"Button": {
|
"Button": {
|
||||||
"arc": 0,
|
"arc": 8,
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"darcula": {
|
"darcula": {
|
||||||
"borderColor": "button",
|
"borderColor": "button",
|
||||||
@@ -181,7 +186,10 @@
|
|||||||
"shadowColor": "shadow",
|
"shadowColor": "shadow",
|
||||||
"shadowWidth": 0,
|
"shadowWidth": 0,
|
||||||
"startBackground": "table",
|
"startBackground": "table",
|
||||||
"startBorderColor": "button"
|
"startBorderColor": "button",
|
||||||
|
"ToolWindow": {
|
||||||
|
"arc": 40
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"Canvas": {
|
"Canvas": {
|
||||||
"Tooltip.background": "notif",
|
"Tooltip.background": "notif",
|
||||||
@@ -256,6 +264,32 @@
|
|||||||
"accessDot": "accent",
|
"accessDot": "accent",
|
||||||
"dropdownBorder": "second",
|
"dropdownBorder": "second",
|
||||||
"pillBackground": "second"
|
"pillBackground": "second"
|
||||||
|
},
|
||||||
|
"Users": {
|
||||||
|
"1": {
|
||||||
|
"Background": "green",
|
||||||
|
"Foreground": "fg"
|
||||||
|
},
|
||||||
|
"2": {
|
||||||
|
"Background": "blue",
|
||||||
|
"Foreground": "fg"
|
||||||
|
},
|
||||||
|
"3": {
|
||||||
|
"Background": "red",
|
||||||
|
"Foreground": "fg"
|
||||||
|
},
|
||||||
|
"4": {
|
||||||
|
"Background": "purple",
|
||||||
|
"Foreground": "fg"
|
||||||
|
},
|
||||||
|
"5": {
|
||||||
|
"Background": "yellow",
|
||||||
|
"Foreground": "fg"
|
||||||
|
},
|
||||||
|
"6": {
|
||||||
|
"Background": "orange",
|
||||||
|
"Foreground": "fg"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"ColorChooser": {
|
"ColorChooser": {
|
||||||
@@ -293,7 +327,13 @@
|
|||||||
"selectionBackground": "table",
|
"selectionBackground": "table",
|
||||||
"selectionForeground": "activeFg"
|
"selectionForeground": "activeFg"
|
||||||
},
|
},
|
||||||
|
"ComboPopup.border": "1,1,1,1,#00BCD4",
|
||||||
"CompletionPopup": {
|
"CompletionPopup": {
|
||||||
|
"Advertiser": {
|
||||||
|
"background": "bg",
|
||||||
|
"foreground": "fg",
|
||||||
|
"borderInsets": "8,12,8,12"
|
||||||
|
},
|
||||||
"background": "second",
|
"background": "second",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"grayForeground": "text",
|
"grayForeground": "text",
|
||||||
@@ -313,8 +353,12 @@
|
|||||||
"selectionInactiveInfoForeground": "text",
|
"selectionInactiveInfoForeground": "text",
|
||||||
"selectionInfoForeground": "selFg"
|
"selectionInfoForeground": "selFg"
|
||||||
},
|
},
|
||||||
|
"ComplexPopup": {
|
||||||
|
"Header.background": "notif"
|
||||||
|
},
|
||||||
"Component": {
|
"Component": {
|
||||||
"arc": 4,
|
"arc": 4,
|
||||||
|
"focusWidth": 2,
|
||||||
"borderColor": "hl",
|
"borderColor": "hl",
|
||||||
"disabledBorderColor": "dis",
|
"disabledBorderColor": "dis",
|
||||||
"focusColor": "accent",
|
"focusColor": "accent",
|
||||||
@@ -351,6 +395,7 @@
|
|||||||
},
|
},
|
||||||
"desktop": "hc",
|
"desktop": "hc",
|
||||||
"Debugger": {
|
"Debugger": {
|
||||||
|
"EvaluateExpression.background": "bg",
|
||||||
"Variables": {
|
"Variables": {
|
||||||
"changedValueForeground": "accent",
|
"changedValueForeground": "accent",
|
||||||
"collectingDataForeground": "text",
|
"collectingDataForeground": "text",
|
||||||
@@ -358,13 +403,15 @@
|
|||||||
"evaluatingExpressionForeground": "text",
|
"evaluatingExpressionForeground": "text",
|
||||||
"exceptionForeground": "yellow",
|
"exceptionForeground": "yellow",
|
||||||
"modifyingValueForeground": "accent",
|
"modifyingValueForeground": "accent",
|
||||||
"valueForeground": "accent"
|
"valueForeground": "accent",
|
||||||
|
"typeForeground": "text"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"DebuggerTabs": {
|
"DebuggerTabs": {
|
||||||
"active.background": "hl",
|
"active.background": "hl",
|
||||||
"selectedBackground": "hl",
|
"selectedBackground": "hl",
|
||||||
"underlinedTabBackground": "table"
|
"underlinedTabBackground": "table",
|
||||||
|
"underlineHeight": 2
|
||||||
},
|
},
|
||||||
"DebuggerPopup": {
|
"DebuggerPopup": {
|
||||||
"borderColor": "bg"
|
"borderColor": "bg"
|
||||||
@@ -380,6 +427,7 @@
|
|||||||
"inactiveMaskColor": "hc",
|
"inactiveMaskColor": "hc",
|
||||||
"inactiveUnderlineColor": "accent",
|
"inactiveUnderlineColor": "accent",
|
||||||
"underlineColor": "accent",
|
"underlineColor": "accent",
|
||||||
|
"underlineHeight": 3,
|
||||||
"underlinedTabBackground": "table",
|
"underlinedTabBackground": "table",
|
||||||
"underlinedTabForeground": "selFg"
|
"underlinedTabForeground": "selFg"
|
||||||
},
|
},
|
||||||
@@ -398,13 +446,21 @@
|
|||||||
"backgroundBorderColor": "bg",
|
"backgroundBorderColor": "bg",
|
||||||
"backgroundColor": "bg",
|
"backgroundColor": "bg",
|
||||||
"borderColor": "accent",
|
"borderColor": "accent",
|
||||||
"foregroundColor": "fg"
|
"foregroundColor": "fg",
|
||||||
|
"rowBackground": "accent70"
|
||||||
},
|
},
|
||||||
"dropArea.base": "accent",
|
"dropArea.base": "accent",
|
||||||
"Editor": {
|
"Editor": {
|
||||||
"background": "hc",
|
"background": "hc",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"shortcutForeground": "text"
|
"shortcutForeground": "text",
|
||||||
|
"SearchField": {
|
||||||
|
"background": "cs",
|
||||||
|
"borderInsets": "8,12,8,12"
|
||||||
|
},
|
||||||
|
"Toolbar": {
|
||||||
|
"borderColor": "border"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"EditorGroupsTabs": {
|
"EditorGroupsTabs": {
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
@@ -423,7 +479,8 @@
|
|||||||
"inactiveBackground": "bg",
|
"inactiveBackground": "bg",
|
||||||
"inactiveForeground": "dis",
|
"inactiveForeground": "dis",
|
||||||
"selectionBackground": "selBg",
|
"selectionBackground": "selBg",
|
||||||
"selectionForeground": "activeFg"
|
"selectionForeground": "activeFg",
|
||||||
|
"splitBorder": "border"
|
||||||
},
|
},
|
||||||
"EditorTabs": {
|
"EditorTabs": {
|
||||||
"active.background": "table",
|
"active.background": "table",
|
||||||
@@ -441,7 +498,10 @@
|
|||||||
"inactiveUnderlineColor": "dis",
|
"inactiveUnderlineColor": "dis",
|
||||||
"selectedBackground": "table",
|
"selectedBackground": "table",
|
||||||
"selectedForeground": "fg",
|
"selectedForeground": "fg",
|
||||||
|
"tabInsets": "-10,10,-10,10",
|
||||||
"underlineColor": "accent",
|
"underlineColor": "accent",
|
||||||
|
"underlineHeight": 3,
|
||||||
|
"underlineArc": 4,
|
||||||
"underlinedTabBackground": "table",
|
"underlinedTabBackground": "table",
|
||||||
"underlinedTabForeground": "selFg"
|
"underlinedTabForeground": "selFg"
|
||||||
},
|
},
|
||||||
@@ -472,7 +532,7 @@
|
|||||||
"defaultButtonBorderColor": "accent"
|
"defaultButtonBorderColor": "accent"
|
||||||
},
|
},
|
||||||
"FormattedTextField": {
|
"FormattedTextField": {
|
||||||
"background": "hc",
|
"background": "cs",
|
||||||
"caretForeground": "accent",
|
"caretForeground": "accent",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"inactiveBackground": "button",
|
"inactiveBackground": "button",
|
||||||
@@ -509,6 +569,9 @@
|
|||||||
"disabledSeparatorColor": "border",
|
"disabledSeparatorColor": "border",
|
||||||
"separatorColor": "border"
|
"separatorColor": "border"
|
||||||
},
|
},
|
||||||
|
"Gutter": {
|
||||||
|
"VcsChanges.width": 4
|
||||||
|
},
|
||||||
"GutterTooltip": {
|
"GutterTooltip": {
|
||||||
"borderColor": "bg",
|
"borderColor": "bg",
|
||||||
"infoForeground": "text",
|
"infoForeground": "text",
|
||||||
@@ -522,11 +585,14 @@
|
|||||||
"background": "bg",
|
"background": "bg",
|
||||||
"backgroundColor": "bg",
|
"backgroundColor": "bg",
|
||||||
"borderColor": "border",
|
"borderColor": "border",
|
||||||
|
"defaultTextBorderInsets": "16,16,16,16",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"infoForeground": "text",
|
"infoForeground": "text",
|
||||||
"shortcutForeground": "text",
|
"shortcutForeground": "text",
|
||||||
"shortcutTextColor": "text",
|
"shortcutTextColor": "text",
|
||||||
"textColor": "fg"
|
"smallTextBorderInsets": "8,12,8,12",
|
||||||
|
"textColor": "fg",
|
||||||
|
"verticalGap": 8
|
||||||
},
|
},
|
||||||
"Hg.Log.Ref": {
|
"Hg.Log.Ref": {
|
||||||
"Branch": "accent",
|
"Branch": "accent",
|
||||||
@@ -594,6 +660,7 @@
|
|||||||
"link": "accent",
|
"link": "accent",
|
||||||
"Link": {
|
"Link": {
|
||||||
"activeForeground": "accent",
|
"activeForeground": "accent",
|
||||||
|
"focusedBorderColor": "accent",
|
||||||
"hoverForeground": "accent",
|
"hoverForeground": "accent",
|
||||||
"pressedForeground": "accent",
|
"pressedForeground": "accent",
|
||||||
"secondaryForeground": "text",
|
"secondaryForeground": "text",
|
||||||
@@ -605,27 +672,61 @@
|
|||||||
"link.visited.foreground": "accent",
|
"link.visited.foreground": "accent",
|
||||||
"List": {
|
"List": {
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
|
"Button": {
|
||||||
|
"hoverBackground": "hl",
|
||||||
|
"leftRightInset": 8,
|
||||||
|
"separatorColor": "border",
|
||||||
|
"separatorInset": 4
|
||||||
|
},
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"hoverBackground": "hl",
|
"hoverBackground": "hl",
|
||||||
"hoverInactiveBackground": "table",
|
"hoverInactiveBackground": "table",
|
||||||
|
"Line.hoverBackground": "selBg",
|
||||||
|
"rowHeight": "28",
|
||||||
|
"selectionBackground": "tree",
|
||||||
"selectionForeground": "selFg",
|
"selectionForeground": "selFg",
|
||||||
"selectionInactiveBackground": "table",
|
"selectionInactiveBackground": "table",
|
||||||
"selectionInactiveForeground": "activeFg"
|
"selectionInactiveForeground": "activeFg",
|
||||||
|
"Tag": {
|
||||||
|
"background": "button",
|
||||||
|
"foreground": "fg"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"LiveIndicator": {
|
"LiveIndicator": {
|
||||||
"color": "accent"
|
"color": "accent"
|
||||||
},
|
},
|
||||||
|
"macOSWindow.Title": {
|
||||||
|
"height": 30,
|
||||||
|
"heightSmall": 20
|
||||||
|
},
|
||||||
|
"MainMenu": {
|
||||||
|
"background": "hc",
|
||||||
|
"foreground": "fg",
|
||||||
|
"selectionForeground": "activeFg",
|
||||||
|
"selectionBackground": "selBg"
|
||||||
|
},
|
||||||
"MainToolbar": {
|
"MainToolbar": {
|
||||||
"Dropdown.background": "bg",
|
|
||||||
"Dropdown.hoverBackground": "border",
|
|
||||||
"Dropdown.pressedBackground": "table",
|
|
||||||
"Icon.background": "bg",
|
|
||||||
"Icon.hoverBackground": "border",
|
|
||||||
"Icon.pressedBackground": "table",
|
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"hoverBackground": "border",
|
"Button": {
|
||||||
|
"buttonInsets": "0,0,0,0"
|
||||||
|
},
|
||||||
|
"Dropdown": {
|
||||||
|
"borderInsets": "6,12,6,12",
|
||||||
|
"background": "bg",
|
||||||
|
"foreground": "fg",
|
||||||
|
"hoverBackground": "hl",
|
||||||
|
"pressedBackground": "table"
|
||||||
|
},
|
||||||
|
"hoverBackground": "hl",
|
||||||
|
"Icon": {
|
||||||
|
"borderInsets": "10,10,10,10",
|
||||||
|
"background": "bg",
|
||||||
|
"hoverBackground": "hl",
|
||||||
|
"pressedBackground": "table"
|
||||||
|
},
|
||||||
"inactiveBackground": "bg",
|
"inactiveBackground": "bg",
|
||||||
"pressedBackground": "table"
|
"pressedBackground": "table",
|
||||||
|
"separatorColor": "border"
|
||||||
},
|
},
|
||||||
"material": {
|
"material": {
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
@@ -652,11 +753,15 @@
|
|||||||
"acceleratorForeground": "text",
|
"acceleratorForeground": "text",
|
||||||
"acceleratorSelectionForeground": "activeFg",
|
"acceleratorSelectionForeground": "activeFg",
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"border": "4,2,4,2",
|
"border": "8,8,8,8",
|
||||||
"borderColor": "second",
|
"borderColor": "second",
|
||||||
"disabledBackground": "second",
|
"disabledBackground": "second",
|
||||||
"disabledForeground": "dis",
|
"disabledForeground": "dis",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
|
"Selection": {
|
||||||
|
"arc": 8,
|
||||||
|
"innerInsets": "8,2,8,2"
|
||||||
|
},
|
||||||
"selectionBackground": "selBg",
|
"selectionBackground": "selBg",
|
||||||
"selectionForeground": "activeFg",
|
"selectionForeground": "activeFg",
|
||||||
"separatorColor": "border"
|
"separatorColor": "border"
|
||||||
@@ -676,7 +781,7 @@
|
|||||||
"acceleratorForeground": "text",
|
"acceleratorForeground": "text",
|
||||||
"acceleratorSelectionForeground": "activeFg",
|
"acceleratorSelectionForeground": "activeFg",
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"border": "4,2,4,2",
|
"border": "8,8,8,8",
|
||||||
"disabledBackground": "bg",
|
"disabledBackground": "bg",
|
||||||
"disabledForeground": "dis",
|
"disabledForeground": "dis",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
@@ -699,11 +804,13 @@
|
|||||||
"background": "bg"
|
"background": "bg"
|
||||||
},
|
},
|
||||||
"SearchField": {
|
"SearchField": {
|
||||||
"background": "hc"
|
"background": "cs"
|
||||||
}
|
},
|
||||||
|
"separatorWidth": 6
|
||||||
},
|
},
|
||||||
"NewPSD.warning": "accent",
|
"NewPSD.warning": "accent",
|
||||||
"Notification": {
|
"Notification": {
|
||||||
|
"arc": 16,
|
||||||
"Error.foreground": "accent",
|
"Error.foreground": "accent",
|
||||||
"Link.foreground": "accent",
|
"Link.foreground": "accent",
|
||||||
"background": "notif",
|
"background": "notif",
|
||||||
@@ -719,12 +826,18 @@
|
|||||||
"innerBorderColor": "button"
|
"innerBorderColor": "button"
|
||||||
},
|
},
|
||||||
"ToolWindow": {
|
"ToolWindow": {
|
||||||
|
"Button.DragAndDrop": {
|
||||||
|
"buttonFloatingBackground": "button",
|
||||||
|
"stripeBackground": "bg"
|
||||||
|
},
|
||||||
"errorBackground": "notifError",
|
"errorBackground": "notifError",
|
||||||
"errorBorderColor": "notifError",
|
"errorBorderColor": "notifError",
|
||||||
"errorForeground": "fg",
|
"errorForeground": "fg",
|
||||||
|
"infoBackground": "notif",
|
||||||
|
"infoBorderColor": "notif",
|
||||||
"infoForeground": "fg",
|
"infoForeground": "fg",
|
||||||
"informativeBackground": "notifInfo",
|
"informativeBackground": "notif",
|
||||||
"informativeBorderColor": "notifInfo",
|
"informativeBorderColor": "notif",
|
||||||
"informativeForeground": "fg",
|
"informativeForeground": "fg",
|
||||||
"warningBackground": "notifWarn",
|
"warningBackground": "notifWarn",
|
||||||
"warningBorderColor": "notifWarn",
|
"warningBorderColor": "notifWarn",
|
||||||
@@ -736,7 +849,8 @@
|
|||||||
},
|
},
|
||||||
"ToolWindowInfo": {
|
"ToolWindowInfo": {
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"background": "notifInfo"
|
"background": "notif",
|
||||||
|
"borderColor": "notif"
|
||||||
},
|
},
|
||||||
"ToolWindowWarning": {
|
"ToolWindowWarning": {
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
@@ -786,7 +900,7 @@
|
|||||||
"lineSeparatorColor": "table"
|
"lineSeparatorColor": "table"
|
||||||
},
|
},
|
||||||
"PasswordField": {
|
"PasswordField": {
|
||||||
"background": "hc",
|
"background": "cs",
|
||||||
"capsLockIconColor": "accent",
|
"capsLockIconColor": "accent",
|
||||||
"caretForeground": "accent",
|
"caretForeground": "accent",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
@@ -796,6 +910,7 @@
|
|||||||
},
|
},
|
||||||
"Plugins": {
|
"Plugins": {
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
|
"borderColor": "border",
|
||||||
"disabledForeground": "dis",
|
"disabledForeground": "dis",
|
||||||
"eapTagBackground": "hl",
|
"eapTagBackground": "hl",
|
||||||
"hoverBackground": "hl",
|
"hoverBackground": "hl",
|
||||||
@@ -817,8 +932,11 @@
|
|||||||
"updateBorderColor": "button",
|
"updateBorderColor": "button",
|
||||||
"updateForeground": "fg"
|
"updateForeground": "fg"
|
||||||
},
|
},
|
||||||
|
"ScreenshotPagination": {
|
||||||
|
"CurrentImage.fillColor": "accent"
|
||||||
|
},
|
||||||
"SearchField": {
|
"SearchField": {
|
||||||
"background": "hc",
|
"background": "cs",
|
||||||
"borderColor": "border"
|
"borderColor": "border"
|
||||||
},
|
},
|
||||||
"SectionHeader": {
|
"SectionHeader": {
|
||||||
@@ -836,27 +954,38 @@
|
|||||||
},
|
},
|
||||||
"Popup": {
|
"Popup": {
|
||||||
"Advertiser": {
|
"Advertiser": {
|
||||||
|
"borderInsets": "6,20,6,20",
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"borderColor": "bg",
|
"borderColor": "bg",
|
||||||
"foreground": "accent"
|
"foreground": "accent"
|
||||||
},
|
},
|
||||||
|
"Body": {
|
||||||
|
"bottomInsetNoAd": 8,
|
||||||
|
"bottomInsetBeforeAd": 8,
|
||||||
|
"topInsetNoHeader": 8
|
||||||
|
},
|
||||||
"Border": {
|
"Border": {
|
||||||
"color": "cs",
|
"color": "cs",
|
||||||
"inactiveColor": "bg"
|
"inactiveColor": "bg"
|
||||||
},
|
},
|
||||||
|
"background": "notif",
|
||||||
"borderColor": "cs",
|
"borderColor": "cs",
|
||||||
|
"borderWidth": 0,
|
||||||
"inactiveBorderColor": "bg",
|
"inactiveBorderColor": "bg",
|
||||||
"innerBorderColor": "second",
|
"innerBorderColor": "second",
|
||||||
"Header": {
|
"Header": {
|
||||||
"activeBackground": "bg",
|
"activeBackground": "bg",
|
||||||
"inactiveBackground": "cs"
|
"inactiveBackground": "cs",
|
||||||
|
"inactiveForeground": "text"
|
||||||
},
|
},
|
||||||
"paintBorder": true,
|
"paintBorder": false,
|
||||||
"preferences": {
|
"preferences": {
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"borderColor": "bg",
|
"borderColor": "bg",
|
||||||
"foreground": "fg"
|
"foreground": "fg"
|
||||||
},
|
},
|
||||||
|
"Selection.arc": 8,
|
||||||
|
"Selection.leftRightInset": 8,
|
||||||
"Separator": {
|
"Separator": {
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"color": "border"
|
"color": "border"
|
||||||
@@ -872,13 +1001,24 @@
|
|||||||
},
|
},
|
||||||
"PopupMenu": {
|
"PopupMenu": {
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"border": "2,0,2,0",
|
"borderWidth": 1,
|
||||||
|
"border": "8,8,8,8",
|
||||||
|
"borderCornerRadius": 8,
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
|
"Selection": {
|
||||||
|
"arc": 8,
|
||||||
|
"innerInsets": "8,2,8,2"
|
||||||
|
},
|
||||||
"selectionBackground": "selBg",
|
"selectionBackground": "selBg",
|
||||||
"translucentBackground": "bg"
|
"translucentBackground": "bg"
|
||||||
},
|
},
|
||||||
"PopupMenuSeparator.height": 10,
|
"PopupMenuSeparator": {
|
||||||
"PopupMenuSeparator.stripeIndent": 5,
|
"height": 10,
|
||||||
|
"stripeWidth": 2,
|
||||||
|
"stripeIndent": 5,
|
||||||
|
"withToEdge": 4,
|
||||||
|
"borderCornerRadius": 8
|
||||||
|
},
|
||||||
"ProgressBar": {
|
"ProgressBar": {
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"foreground": "accent",
|
"foreground": "accent",
|
||||||
@@ -922,12 +1062,27 @@
|
|||||||
"selectionBackground": "selBg",
|
"selectionBackground": "selBg",
|
||||||
"selectionForeground": "selFg"
|
"selectionForeground": "selFg"
|
||||||
},
|
},
|
||||||
|
"ReviewList": {
|
||||||
|
"state.background": "second",
|
||||||
|
"state.foreground": "fg"
|
||||||
|
},
|
||||||
"RunWidget": {
|
"RunWidget": {
|
||||||
|
"background": "button",
|
||||||
|
"Debug.activeBackground": "hl",
|
||||||
|
"foreground": "fg",
|
||||||
|
"hoverBackground": "table",
|
||||||
|
"pressedBackground": "hl",
|
||||||
|
"Profile.activeBackground": "hl",
|
||||||
|
"runningBackground": "hl",
|
||||||
|
"runningForeground": "selFg",
|
||||||
|
"Run.activeBackground": "hl",
|
||||||
"Running": {
|
"Running": {
|
||||||
"background": "accent",
|
"background": "hl",
|
||||||
"leftHoverBackground": "accent70",
|
"foreground": "selFg",
|
||||||
"leftPressedBackground": "accent"
|
"leftHoverBackground": "hl",
|
||||||
}
|
"leftPressedBackground": "hl"
|
||||||
|
},
|
||||||
|
"separatorColor": "border"
|
||||||
},
|
},
|
||||||
"ScreenView.borderColor": "border",
|
"ScreenView.borderColor": "border",
|
||||||
"scrollbar": "bg",
|
"scrollbar": "bg",
|
||||||
@@ -971,8 +1126,9 @@
|
|||||||
},
|
},
|
||||||
"SearchEverywhere": {
|
"SearchEverywhere": {
|
||||||
"Advertiser": {
|
"Advertiser": {
|
||||||
"background": "cs",
|
"background": "bg",
|
||||||
"foreground": "text"
|
"foreground": "text",
|
||||||
|
"borderInsets": "10,20,10,20"
|
||||||
},
|
},
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"Dialog": {
|
"Dialog": {
|
||||||
@@ -989,11 +1145,12 @@
|
|||||||
"Separator.foreground": "text",
|
"Separator.foreground": "text",
|
||||||
"selectionBackground": "selBg",
|
"selectionBackground": "selBg",
|
||||||
"separatorColor": "border",
|
"separatorColor": "border",
|
||||||
"separatorForeground": "text"
|
"separatorForeground": "text",
|
||||||
|
"settingsBackground": "bg"
|
||||||
},
|
},
|
||||||
"SearchField": {
|
"SearchField": {
|
||||||
"Border.color": "hl",
|
"Border.color": "hl",
|
||||||
"background": "hc",
|
"background": "cs",
|
||||||
"borderColor": "hl",
|
"borderColor": "hl",
|
||||||
"grayForeground": "dis",
|
"grayForeground": "dis",
|
||||||
"infoForeground": "dis"
|
"infoForeground": "dis"
|
||||||
@@ -1015,8 +1172,13 @@
|
|||||||
"startColor": "accent"
|
"startColor": "accent"
|
||||||
},
|
},
|
||||||
"SearchField.errorBackground": "notif",
|
"SearchField.errorBackground": "notif",
|
||||||
|
"SearchFieldWithExtension": {
|
||||||
|
"background": "cs"
|
||||||
|
},
|
||||||
"SearchOption": {
|
"SearchOption": {
|
||||||
"selectedBackground": "table"
|
"selectedBackground": "table",
|
||||||
|
"selectedPressedBackground": "hl",
|
||||||
|
"selectedHoveredBackground": "hl"
|
||||||
},
|
},
|
||||||
"SearchResults": {
|
"SearchResults": {
|
||||||
"Ordinal.File.Foreground": "text",
|
"Ordinal.File.Foreground": "text",
|
||||||
@@ -1056,12 +1218,12 @@
|
|||||||
"SpeedSearch": {
|
"SpeedSearch": {
|
||||||
"background": "hl",
|
"background": "hl",
|
||||||
"borderColor": "border",
|
"borderColor": "border",
|
||||||
"errorForeground": "fg",
|
"errorForeground": "red",
|
||||||
"foreground": "fg"
|
"foreground": "fg"
|
||||||
},
|
},
|
||||||
"Spinner": {
|
"Spinner": {
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"border": "3,3,3,3",
|
"border": "4,4,4,4",
|
||||||
"disabledBackground": "excl",
|
"disabledBackground": "excl",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"selectionForeground": "activeFg"
|
"selectionForeground": "activeFg"
|
||||||
@@ -1077,15 +1239,17 @@
|
|||||||
"Breadcrumbs": {
|
"Breadcrumbs": {
|
||||||
"floatingBackground": "tree",
|
"floatingBackground": "tree",
|
||||||
"floatingForeground": "fg",
|
"floatingForeground": "fg",
|
||||||
|
"floatingToolbarInsets": "8,12,8,12",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"hoverBackground": "tree",
|
"hoverBackground": "tree",
|
||||||
"hoverForeground": "fg",
|
"hoverForeground": "fg",
|
||||||
|
"itemBackgroundInsets": "2,4,2,4",
|
||||||
"selectionBackground": "selBg",
|
"selectionBackground": "selBg",
|
||||||
"selectionForeground": "activeFg",
|
"selectionForeground": "activeFg",
|
||||||
"selectionInactiveBackground": "button",
|
"selectionInactiveBackground": "button",
|
||||||
"selectionInactiveForeground": "fg"
|
"selectionInactiveForeground": "fg"
|
||||||
},
|
},
|
||||||
"borderColor": "bg",
|
"borderColor": "border",
|
||||||
"bottomColor": "bg",
|
"bottomColor": "bg",
|
||||||
"hoverBackground": "hl",
|
"hoverBackground": "hl",
|
||||||
"top2Color": "bg",
|
"top2Color": "bg",
|
||||||
@@ -1096,7 +1260,8 @@
|
|||||||
"hoverBackground": "hl",
|
"hoverBackground": "hl",
|
||||||
"hoverForeground": "selFg",
|
"hoverForeground": "selFg",
|
||||||
"pressedBackground": "button",
|
"pressedBackground": "button",
|
||||||
"pressedForeground": "fg"
|
"pressedForeground": "fg",
|
||||||
|
"widgetInsets": "8,12,8,12"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"TabbedPane": {
|
"TabbedPane": {
|
||||||
@@ -1126,6 +1291,7 @@
|
|||||||
"shadow": "hc",
|
"shadow": "hc",
|
||||||
"tabHeight": 32,
|
"tabHeight": 32,
|
||||||
"tabInsets": "5,10,5,10",
|
"tabInsets": "5,10,5,10",
|
||||||
|
"tabSelectionArc": 4,
|
||||||
"tabSelectionHeight": 2,
|
"tabSelectionHeight": 2,
|
||||||
"tabsOverlapBorder": true,
|
"tabsOverlapBorder": true,
|
||||||
"underlineColor": "accent"
|
"underlineColor": "accent"
|
||||||
@@ -1134,13 +1300,13 @@
|
|||||||
"Table": {
|
"Table": {
|
||||||
"alternativeRowBackground": "cs",
|
"alternativeRowBackground": "cs",
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"cellNoFocusBorder": "10,5,10,5",
|
"cellNoFocusBorder": "16,4,16,4",
|
||||||
"disabledForeground": "dis",
|
"disabledForeground": "dis",
|
||||||
"dropLineColor": "accent",
|
"dropLineColor": "accent",
|
||||||
"dropLineShortColor": "accent",
|
"dropLineShortColor": "accent",
|
||||||
"focusCellBackground": "table",
|
"focusCellBackground": "table",
|
||||||
"focusCellForeground": "activeFg",
|
"focusCellForeground": "activeFg",
|
||||||
"focusCellHighlightBorder": "10,5,10,5",
|
"focusCellHighlightBorder": "18,6,18,6",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"gridColor": "bg",
|
"gridColor": "bg",
|
||||||
"highlightOuter": "table",
|
"highlightOuter": "table",
|
||||||
@@ -1150,6 +1316,7 @@
|
|||||||
"lightSelectionForeground": "activeFg",
|
"lightSelectionForeground": "activeFg",
|
||||||
"lightSelectionInactiveBackground": "second",
|
"lightSelectionInactiveBackground": "second",
|
||||||
"lightSelectionInactiveForeground": "text",
|
"lightSelectionInactiveForeground": "text",
|
||||||
|
"rowHeight": 32,
|
||||||
"selectionBackground": "table",
|
"selectionBackground": "table",
|
||||||
"selectionForeground": "activeFg",
|
"selectionForeground": "activeFg",
|
||||||
"selectionInactiveBackground": "table",
|
"selectionInactiveBackground": "table",
|
||||||
@@ -1160,14 +1327,14 @@
|
|||||||
},
|
},
|
||||||
"TableHeader": {
|
"TableHeader": {
|
||||||
"background": "button",
|
"background": "button",
|
||||||
|
"bottomSeparatorColor": "border",
|
||||||
"borderColor": "hl",
|
"borderColor": "hl",
|
||||||
"bottomSeparatorColor": "hl",
|
"cellBorder": "6,0,6,0",
|
||||||
"cellBorder": "4,0,4,0",
|
|
||||||
"disabledForeground": "dis",
|
"disabledForeground": "dis",
|
||||||
"focusCellBackground": "table",
|
"focusCellBackground": "table",
|
||||||
"focusCellForeground": "activeFg",
|
"focusCellForeground": "activeFg",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"height": 25,
|
"height": 32,
|
||||||
"hoverBackground": "hl",
|
"hoverBackground": "hl",
|
||||||
"separatorColor": "border"
|
"separatorColor": "border"
|
||||||
},
|
},
|
||||||
@@ -1182,7 +1349,7 @@
|
|||||||
"textHighlightText": "activeFg",
|
"textHighlightText": "activeFg",
|
||||||
"textText": "text",
|
"textText": "text",
|
||||||
"TextArea": {
|
"TextArea": {
|
||||||
"background": "hc",
|
"background": "cs",
|
||||||
"caretForeground": "accent",
|
"caretForeground": "accent",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"inactiveForeground": "dis",
|
"inactiveForeground": "dis",
|
||||||
@@ -1190,7 +1357,7 @@
|
|||||||
"selectionForeground": "activeFg"
|
"selectionForeground": "activeFg"
|
||||||
},
|
},
|
||||||
"TextField": {
|
"TextField": {
|
||||||
"background": "hc",
|
"background": "cs",
|
||||||
"borderColor": "bg",
|
"borderColor": "bg",
|
||||||
"caretForeground": "accent",
|
"caretForeground": "accent",
|
||||||
"disabledBackground": "excl",
|
"disabledBackground": "excl",
|
||||||
@@ -1205,15 +1372,21 @@
|
|||||||
"separatorColorDisabled": "bg"
|
"separatorColorDisabled": "bg"
|
||||||
},
|
},
|
||||||
"TextPane": {
|
"TextPane": {
|
||||||
"background": "hc",
|
"background": "cs",
|
||||||
"caretForeground": "accent",
|
"caretForeground": "accent",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"inactiveForeground": "dis",
|
"inactiveForeground": "dis",
|
||||||
"selectionBackground": "table",
|
"selectionBackground": "table",
|
||||||
"selectionForeground": "activeFg"
|
"selectionForeground": "activeFg"
|
||||||
},
|
},
|
||||||
|
"TipOfTheDay": {
|
||||||
|
"Image.borderColor": "border"
|
||||||
|
},
|
||||||
"TitlePane": {
|
"TitlePane": {
|
||||||
"Button.hoverBackground": "hl",
|
"Button": {
|
||||||
|
"hoverBackground": "hl",
|
||||||
|
"preferredSize": "48,40"
|
||||||
|
},
|
||||||
"background": "hc",
|
"background": "hc",
|
||||||
"inactiveBackground": "bg",
|
"inactiveBackground": "bg",
|
||||||
"inactiveInfoForeground": "dis",
|
"inactiveInfoForeground": "dis",
|
||||||
@@ -1240,7 +1413,9 @@
|
|||||||
"borderHandleColor": "text",
|
"borderHandleColor": "text",
|
||||||
"comboBoxButtonBackground": "button",
|
"comboBoxButtonBackground": "button",
|
||||||
"floatingForeground": "text",
|
"floatingForeground": "text",
|
||||||
"foreground": "fg"
|
"foreground": "fg",
|
||||||
|
"verticalToolbarInsets": "6,6,6,6",
|
||||||
|
"horizontalToolbarInsets": "6,6,6,6"
|
||||||
},
|
},
|
||||||
"ToolbarComboWidget": {
|
"ToolbarComboWidget": {
|
||||||
"background": "button",
|
"background": "button",
|
||||||
@@ -1252,6 +1427,7 @@
|
|||||||
"description.title.text.color": "fg"
|
"description.title.text.color": "fg"
|
||||||
},
|
},
|
||||||
"ToolTip": {
|
"ToolTip": {
|
||||||
|
"arc": 6,
|
||||||
"actions": {
|
"actions": {
|
||||||
"background": "bg"
|
"background": "bg"
|
||||||
},
|
},
|
||||||
@@ -1262,8 +1438,10 @@
|
|||||||
},
|
},
|
||||||
"background": "notif",
|
"background": "notif",
|
||||||
"borderColor": "border",
|
"borderColor": "border",
|
||||||
|
"borderCornerRadius": 8,
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"infoForeground": "text",
|
"infoForeground": "text",
|
||||||
|
"linkForeground": "accent",
|
||||||
"Learning": {
|
"Learning": {
|
||||||
"background": "accent",
|
"background": "accent",
|
||||||
"borderColor": "accent",
|
"borderColor": "accent",
|
||||||
@@ -1284,6 +1462,10 @@
|
|||||||
"background": "hc",
|
"background": "hc",
|
||||||
"Button": {
|
"Button": {
|
||||||
"hoverBackground": "table",
|
"hoverBackground": "table",
|
||||||
|
"DragAndDrop": {
|
||||||
|
"stripeBackground": "cs",
|
||||||
|
"buttonDropBackground": "accent70"
|
||||||
|
},
|
||||||
"selectedBackground": "cs",
|
"selectedBackground": "cs",
|
||||||
"selectedForeground": "activeFg"
|
"selectedForeground": "activeFg"
|
||||||
},
|
},
|
||||||
@@ -1296,6 +1478,7 @@
|
|||||||
"tab.selected.background": "cs"
|
"tab.selected.background": "cs"
|
||||||
},
|
},
|
||||||
"Header": {
|
"Header": {
|
||||||
|
"height": 42,
|
||||||
"background": "second",
|
"background": "second",
|
||||||
"borderColor": "second",
|
"borderColor": "second",
|
||||||
"inactiveBackground": "bg"
|
"inactiveBackground": "bg"
|
||||||
@@ -1308,13 +1491,17 @@
|
|||||||
"hoverBackground": "hl",
|
"hoverBackground": "hl",
|
||||||
"hoverInactiveBackground": "hl",
|
"hoverInactiveBackground": "hl",
|
||||||
"inactiveUnderlineColor": "accent",
|
"inactiveUnderlineColor": "accent",
|
||||||
|
"leftRightInsets": "0,12,0,12",
|
||||||
"selectedBackground": "cs",
|
"selectedBackground": "cs",
|
||||||
"selectedInactiveBackground": "cs",
|
"selectedInactiveBackground": "cs",
|
||||||
|
"underlineArc": 4,
|
||||||
"underlineColor": "accent",
|
"underlineColor": "accent",
|
||||||
|
"underlineHeight": 3,
|
||||||
"underlinedTabBackground": "table",
|
"underlinedTabBackground": "table",
|
||||||
"underlinedTabForeground": "selFg",
|
"underlinedTabForeground": "selFg",
|
||||||
"underlinedTabInactiveBackground": "hc",
|
"underlinedTabInactiveBackground": "hc",
|
||||||
"underlinedTabInactiveForeground": "fg"
|
"underlinedTabInactiveForeground": "fg",
|
||||||
|
"verticalPadding": 6
|
||||||
},
|
},
|
||||||
"inactive": {
|
"inactive": {
|
||||||
"Header.background": "bg",
|
"Header.background": "bg",
|
||||||
@@ -1322,13 +1509,15 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"Tree": {
|
"Tree": {
|
||||||
|
"border": "4,12,4,12",
|
||||||
"background": "hc",
|
"background": "hc",
|
||||||
"foreground": "text",
|
"foreground": "text",
|
||||||
|
"errorForeground": "red",
|
||||||
"hash": "border",
|
"hash": "border",
|
||||||
"hoverBackground": "tree",
|
"hoverBackground": "tree",
|
||||||
"hoverInactiveBackground": "table",
|
"hoverInactiveBackground": "table",
|
||||||
"modifiedItemForeground": "accent",
|
"modifiedItemForeground": "accent",
|
||||||
"rowHeight": 28,
|
"rowHeight": "28",
|
||||||
"selectionBackground": "tree",
|
"selectionBackground": "tree",
|
||||||
"selectionForeground": "selFg",
|
"selectionForeground": "selFg",
|
||||||
"selectionInactiveBackground": "tree",
|
"selectionInactiveBackground": "tree",
|
||||||
@@ -1355,7 +1544,6 @@
|
|||||||
"hoverBorderColor": "hl"
|
"hoverBorderColor": "hl"
|
||||||
},
|
},
|
||||||
"Label.foreground": "text",
|
"Label.foreground": "text",
|
||||||
"List.selectionBackground": "tree",
|
|
||||||
"highStroke.foreground": "fg",
|
"highStroke.foreground": "fg",
|
||||||
"motion": {
|
"motion": {
|
||||||
"AddConstraintColor": "accent",
|
"AddConstraintColor": "accent",
|
||||||
@@ -1392,6 +1580,35 @@
|
|||||||
"ourML_BarColor.separatorColor": "border",
|
"ourML_BarColor.separatorColor": "border",
|
||||||
"timeLine.disabledBorderColor": "border"
|
"timeLine.disabledBorderColor": "border"
|
||||||
},
|
},
|
||||||
|
"PackageDetails": {
|
||||||
|
"border": "accent",
|
||||||
|
"infoBanner": "accent"
|
||||||
|
},
|
||||||
|
"PackageSearch": {
|
||||||
|
"PackagesList.rowHeight": 28,
|
||||||
|
"PackageTag": {
|
||||||
|
"background": "excl",
|
||||||
|
"foreground": "fg",
|
||||||
|
"hoverBackground": "tree",
|
||||||
|
"selectedBackground": "selBg",
|
||||||
|
"selectedForeground": "selFg"
|
||||||
|
},
|
||||||
|
"PackageTagSelected": {
|
||||||
|
"background": "selBg",
|
||||||
|
"foreground": "selFg"
|
||||||
|
},
|
||||||
|
"SearchResult": {
|
||||||
|
"background": "cs",
|
||||||
|
"hoverBackground": "tree",
|
||||||
|
"PackageTag": {
|
||||||
|
"background": "excl",
|
||||||
|
"foreground": "fg",
|
||||||
|
"hoverBackground": "tree",
|
||||||
|
"selectedBackground": "selBg",
|
||||||
|
"selectedForeground": "selFg"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"Panel": {
|
"Panel": {
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"borderColor": "border",
|
"borderColor": "border",
|
||||||
@@ -1418,7 +1635,7 @@
|
|||||||
},
|
},
|
||||||
"VersionControl": {
|
"VersionControl": {
|
||||||
"FileHistory.Commit": {
|
"FileHistory.Commit": {
|
||||||
"otherBranchBackground": "bg",
|
"otherBranchBackground": "excl",
|
||||||
"selectedBranchBackground": "bg"
|
"selectedBranchBackground": "bg"
|
||||||
},
|
},
|
||||||
"GitCommits": {
|
"GitCommits": {
|
||||||
@@ -1443,9 +1660,15 @@
|
|||||||
"Commit": {
|
"Commit": {
|
||||||
"currentBranchBackground": "cs",
|
"currentBranchBackground": "cs",
|
||||||
"hoveredBackground": "tree",
|
"hoveredBackground": "tree",
|
||||||
|
"rowHeight": 28,
|
||||||
"unmatchedForeground": "text"
|
"unmatchedForeground": "text"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"MarkerPopup": {
|
||||||
|
"borderColor": "border",
|
||||||
|
"borderInsets": "6,8,6,10",
|
||||||
|
"Toolbar.background": "hl"
|
||||||
|
},
|
||||||
"Ref": {
|
"Ref": {
|
||||||
"backgroundBase": "hl",
|
"backgroundBase": "hl",
|
||||||
"foreground": "activeFg"
|
"foreground": "activeFg"
|
||||||
@@ -1455,6 +1678,11 @@
|
|||||||
"foreground": "activeFg"
|
"foreground": "activeFg"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"UnattendedHostStatus": {
|
||||||
|
"warningBackground": "yellow",
|
||||||
|
"warningForeground": "activeFg",
|
||||||
|
"dangerBackground": "red"
|
||||||
|
},
|
||||||
"Viewport": {
|
"Viewport": {
|
||||||
"background": "hc",
|
"background": "hc",
|
||||||
"foreground": "fg"
|
"foreground": "fg"
|
||||||
|
|||||||
@@ -22,7 +22,7 @@
|
|||||||
"cs": "#1E272C",
|
"cs": "#1E272C",
|
||||||
"button": "#2E3C43",
|
"button": "#2E3C43",
|
||||||
"table": "#314549",
|
"table": "#314549",
|
||||||
"tree": "#546E7A70",
|
"tree": "#30454d",
|
||||||
"hl": "#425B67",
|
"hl": "#425B67",
|
||||||
"notif": "#1E272C",
|
"notif": "#1E272C",
|
||||||
"hc": "#1E272C",
|
"hc": "#1E272C",
|
||||||
@@ -73,6 +73,10 @@
|
|||||||
"pressedBackground": "accent50",
|
"pressedBackground": "accent50",
|
||||||
"pressedBorderColor": "accent50"
|
"pressedBorderColor": "accent50"
|
||||||
},
|
},
|
||||||
|
"ActionsList": {
|
||||||
|
"icon.gap": 12,
|
||||||
|
"mnemonic.icon.gap": 12
|
||||||
|
},
|
||||||
"ActionToolbar": {
|
"ActionToolbar": {
|
||||||
"background": "hc"
|
"background": "hc"
|
||||||
},
|
},
|
||||||
@@ -127,8 +131,9 @@
|
|||||||
"BookmarkIcon.background": "accent",
|
"BookmarkIcon.background": "accent",
|
||||||
"Borders.ContrastBorderColor": "bg",
|
"Borders.ContrastBorderColor": "bg",
|
||||||
"Borders.color": "border",
|
"Borders.color": "border",
|
||||||
|
"Breakpoint.iconHoverAlpha": 0.35,
|
||||||
"Button": {
|
"Button": {
|
||||||
"arc": 0,
|
"arc": 8,
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"darcula": {
|
"darcula": {
|
||||||
"borderColor": "button",
|
"borderColor": "button",
|
||||||
@@ -181,7 +186,10 @@
|
|||||||
"shadowColor": "shadow",
|
"shadowColor": "shadow",
|
||||||
"shadowWidth": 0,
|
"shadowWidth": 0,
|
||||||
"startBackground": "table",
|
"startBackground": "table",
|
||||||
"startBorderColor": "button"
|
"startBorderColor": "button",
|
||||||
|
"ToolWindow": {
|
||||||
|
"arc": 40
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"Canvas": {
|
"Canvas": {
|
||||||
"Tooltip.background": "notif",
|
"Tooltip.background": "notif",
|
||||||
@@ -256,6 +264,32 @@
|
|||||||
"accessDot": "accent",
|
"accessDot": "accent",
|
||||||
"dropdownBorder": "second",
|
"dropdownBorder": "second",
|
||||||
"pillBackground": "second"
|
"pillBackground": "second"
|
||||||
|
},
|
||||||
|
"Users": {
|
||||||
|
"1": {
|
||||||
|
"Background": "green",
|
||||||
|
"Foreground": "fg"
|
||||||
|
},
|
||||||
|
"2": {
|
||||||
|
"Background": "blue",
|
||||||
|
"Foreground": "fg"
|
||||||
|
},
|
||||||
|
"3": {
|
||||||
|
"Background": "red",
|
||||||
|
"Foreground": "fg"
|
||||||
|
},
|
||||||
|
"4": {
|
||||||
|
"Background": "purple",
|
||||||
|
"Foreground": "fg"
|
||||||
|
},
|
||||||
|
"5": {
|
||||||
|
"Background": "yellow",
|
||||||
|
"Foreground": "fg"
|
||||||
|
},
|
||||||
|
"6": {
|
||||||
|
"Background": "orange",
|
||||||
|
"Foreground": "fg"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"ColorChooser": {
|
"ColorChooser": {
|
||||||
@@ -293,7 +327,13 @@
|
|||||||
"selectionBackground": "table",
|
"selectionBackground": "table",
|
||||||
"selectionForeground": "activeFg"
|
"selectionForeground": "activeFg"
|
||||||
},
|
},
|
||||||
|
"ComboPopup.border": "1,1,1,1,#009688",
|
||||||
"CompletionPopup": {
|
"CompletionPopup": {
|
||||||
|
"Advertiser": {
|
||||||
|
"background": "bg",
|
||||||
|
"foreground": "fg",
|
||||||
|
"borderInsets": "8,12,8,12"
|
||||||
|
},
|
||||||
"background": "second",
|
"background": "second",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"grayForeground": "text",
|
"grayForeground": "text",
|
||||||
@@ -313,8 +353,12 @@
|
|||||||
"selectionInactiveInfoForeground": "text",
|
"selectionInactiveInfoForeground": "text",
|
||||||
"selectionInfoForeground": "selFg"
|
"selectionInfoForeground": "selFg"
|
||||||
},
|
},
|
||||||
|
"ComplexPopup": {
|
||||||
|
"Header.background": "notif"
|
||||||
|
},
|
||||||
"Component": {
|
"Component": {
|
||||||
"arc": 4,
|
"arc": 4,
|
||||||
|
"focusWidth": 2,
|
||||||
"borderColor": "hl",
|
"borderColor": "hl",
|
||||||
"disabledBorderColor": "dis",
|
"disabledBorderColor": "dis",
|
||||||
"focusColor": "accent",
|
"focusColor": "accent",
|
||||||
@@ -351,6 +395,7 @@
|
|||||||
},
|
},
|
||||||
"desktop": "hc",
|
"desktop": "hc",
|
||||||
"Debugger": {
|
"Debugger": {
|
||||||
|
"EvaluateExpression.background": "bg",
|
||||||
"Variables": {
|
"Variables": {
|
||||||
"changedValueForeground": "accent",
|
"changedValueForeground": "accent",
|
||||||
"collectingDataForeground": "text",
|
"collectingDataForeground": "text",
|
||||||
@@ -358,13 +403,15 @@
|
|||||||
"evaluatingExpressionForeground": "text",
|
"evaluatingExpressionForeground": "text",
|
||||||
"exceptionForeground": "yellow",
|
"exceptionForeground": "yellow",
|
||||||
"modifyingValueForeground": "accent",
|
"modifyingValueForeground": "accent",
|
||||||
"valueForeground": "accent"
|
"valueForeground": "accent",
|
||||||
|
"typeForeground": "text"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"DebuggerTabs": {
|
"DebuggerTabs": {
|
||||||
"active.background": "hl",
|
"active.background": "hl",
|
||||||
"selectedBackground": "hl",
|
"selectedBackground": "hl",
|
||||||
"underlinedTabBackground": "table"
|
"underlinedTabBackground": "table",
|
||||||
|
"underlineHeight": 2
|
||||||
},
|
},
|
||||||
"DebuggerPopup": {
|
"DebuggerPopup": {
|
||||||
"borderColor": "bg"
|
"borderColor": "bg"
|
||||||
@@ -380,6 +427,7 @@
|
|||||||
"inactiveMaskColor": "hc",
|
"inactiveMaskColor": "hc",
|
||||||
"inactiveUnderlineColor": "accent",
|
"inactiveUnderlineColor": "accent",
|
||||||
"underlineColor": "accent",
|
"underlineColor": "accent",
|
||||||
|
"underlineHeight": 3,
|
||||||
"underlinedTabBackground": "table",
|
"underlinedTabBackground": "table",
|
||||||
"underlinedTabForeground": "selFg"
|
"underlinedTabForeground": "selFg"
|
||||||
},
|
},
|
||||||
@@ -398,13 +446,21 @@
|
|||||||
"backgroundBorderColor": "bg",
|
"backgroundBorderColor": "bg",
|
||||||
"backgroundColor": "bg",
|
"backgroundColor": "bg",
|
||||||
"borderColor": "accent",
|
"borderColor": "accent",
|
||||||
"foregroundColor": "fg"
|
"foregroundColor": "fg",
|
||||||
|
"rowBackground": "accent70"
|
||||||
},
|
},
|
||||||
"dropArea.base": "accent",
|
"dropArea.base": "accent",
|
||||||
"Editor": {
|
"Editor": {
|
||||||
"background": "hc",
|
"background": "hc",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"shortcutForeground": "text"
|
"shortcutForeground": "text",
|
||||||
|
"SearchField": {
|
||||||
|
"background": "cs",
|
||||||
|
"borderInsets": "8,12,8,12"
|
||||||
|
},
|
||||||
|
"Toolbar": {
|
||||||
|
"borderColor": "border"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"EditorGroupsTabs": {
|
"EditorGroupsTabs": {
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
@@ -423,7 +479,8 @@
|
|||||||
"inactiveBackground": "bg",
|
"inactiveBackground": "bg",
|
||||||
"inactiveForeground": "dis",
|
"inactiveForeground": "dis",
|
||||||
"selectionBackground": "selBg",
|
"selectionBackground": "selBg",
|
||||||
"selectionForeground": "activeFg"
|
"selectionForeground": "activeFg",
|
||||||
|
"splitBorder": "border"
|
||||||
},
|
},
|
||||||
"EditorTabs": {
|
"EditorTabs": {
|
||||||
"active.background": "table",
|
"active.background": "table",
|
||||||
@@ -441,7 +498,10 @@
|
|||||||
"inactiveUnderlineColor": "dis",
|
"inactiveUnderlineColor": "dis",
|
||||||
"selectedBackground": "table",
|
"selectedBackground": "table",
|
||||||
"selectedForeground": "fg",
|
"selectedForeground": "fg",
|
||||||
|
"tabInsets": "-10,10,-10,10",
|
||||||
"underlineColor": "accent",
|
"underlineColor": "accent",
|
||||||
|
"underlineHeight": 3,
|
||||||
|
"underlineArc": 4,
|
||||||
"underlinedTabBackground": "table",
|
"underlinedTabBackground": "table",
|
||||||
"underlinedTabForeground": "selFg"
|
"underlinedTabForeground": "selFg"
|
||||||
},
|
},
|
||||||
@@ -472,7 +532,7 @@
|
|||||||
"defaultButtonBorderColor": "accent"
|
"defaultButtonBorderColor": "accent"
|
||||||
},
|
},
|
||||||
"FormattedTextField": {
|
"FormattedTextField": {
|
||||||
"background": "hc",
|
"background": "cs",
|
||||||
"caretForeground": "accent",
|
"caretForeground": "accent",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"inactiveBackground": "button",
|
"inactiveBackground": "button",
|
||||||
@@ -509,6 +569,9 @@
|
|||||||
"disabledSeparatorColor": "border",
|
"disabledSeparatorColor": "border",
|
||||||
"separatorColor": "border"
|
"separatorColor": "border"
|
||||||
},
|
},
|
||||||
|
"Gutter": {
|
||||||
|
"VcsChanges.width": 4
|
||||||
|
},
|
||||||
"GutterTooltip": {
|
"GutterTooltip": {
|
||||||
"borderColor": "bg",
|
"borderColor": "bg",
|
||||||
"infoForeground": "text",
|
"infoForeground": "text",
|
||||||
@@ -522,11 +585,14 @@
|
|||||||
"background": "bg",
|
"background": "bg",
|
||||||
"backgroundColor": "bg",
|
"backgroundColor": "bg",
|
||||||
"borderColor": "border",
|
"borderColor": "border",
|
||||||
|
"defaultTextBorderInsets": "16,16,16,16",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"infoForeground": "text",
|
"infoForeground": "text",
|
||||||
"shortcutForeground": "text",
|
"shortcutForeground": "text",
|
||||||
"shortcutTextColor": "text",
|
"shortcutTextColor": "text",
|
||||||
"textColor": "fg"
|
"smallTextBorderInsets": "8,12,8,12",
|
||||||
|
"textColor": "fg",
|
||||||
|
"verticalGap": 8
|
||||||
},
|
},
|
||||||
"Hg.Log.Ref": {
|
"Hg.Log.Ref": {
|
||||||
"Branch": "accent",
|
"Branch": "accent",
|
||||||
@@ -594,6 +660,7 @@
|
|||||||
"link": "accent",
|
"link": "accent",
|
||||||
"Link": {
|
"Link": {
|
||||||
"activeForeground": "accent",
|
"activeForeground": "accent",
|
||||||
|
"focusedBorderColor": "accent",
|
||||||
"hoverForeground": "accent",
|
"hoverForeground": "accent",
|
||||||
"pressedForeground": "accent",
|
"pressedForeground": "accent",
|
||||||
"secondaryForeground": "text",
|
"secondaryForeground": "text",
|
||||||
@@ -605,27 +672,61 @@
|
|||||||
"link.visited.foreground": "accent",
|
"link.visited.foreground": "accent",
|
||||||
"List": {
|
"List": {
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
|
"Button": {
|
||||||
|
"hoverBackground": "hl",
|
||||||
|
"leftRightInset": 8,
|
||||||
|
"separatorColor": "border",
|
||||||
|
"separatorInset": 4
|
||||||
|
},
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"hoverBackground": "hl",
|
"hoverBackground": "hl",
|
||||||
"hoverInactiveBackground": "table",
|
"hoverInactiveBackground": "table",
|
||||||
|
"Line.hoverBackground": "selBg",
|
||||||
|
"rowHeight": "28",
|
||||||
|
"selectionBackground": "tree",
|
||||||
"selectionForeground": "selFg",
|
"selectionForeground": "selFg",
|
||||||
"selectionInactiveBackground": "table",
|
"selectionInactiveBackground": "table",
|
||||||
"selectionInactiveForeground": "activeFg"
|
"selectionInactiveForeground": "activeFg",
|
||||||
|
"Tag": {
|
||||||
|
"background": "button",
|
||||||
|
"foreground": "fg"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"LiveIndicator": {
|
"LiveIndicator": {
|
||||||
"color": "accent"
|
"color": "accent"
|
||||||
},
|
},
|
||||||
|
"macOSWindow.Title": {
|
||||||
|
"height": 30,
|
||||||
|
"heightSmall": 20
|
||||||
|
},
|
||||||
|
"MainMenu": {
|
||||||
|
"background": "hc",
|
||||||
|
"foreground": "fg",
|
||||||
|
"selectionForeground": "activeFg",
|
||||||
|
"selectionBackground": "selBg"
|
||||||
|
},
|
||||||
"MainToolbar": {
|
"MainToolbar": {
|
||||||
"Dropdown.background": "bg",
|
|
||||||
"Dropdown.hoverBackground": "border",
|
|
||||||
"Dropdown.pressedBackground": "table",
|
|
||||||
"Icon.background": "bg",
|
|
||||||
"Icon.hoverBackground": "border",
|
|
||||||
"Icon.pressedBackground": "table",
|
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"hoverBackground": "border",
|
"Button": {
|
||||||
|
"buttonInsets": "0,0,0,0"
|
||||||
|
},
|
||||||
|
"Dropdown": {
|
||||||
|
"borderInsets": "6,12,6,12",
|
||||||
|
"background": "bg",
|
||||||
|
"foreground": "fg",
|
||||||
|
"hoverBackground": "hl",
|
||||||
|
"pressedBackground": "table"
|
||||||
|
},
|
||||||
|
"hoverBackground": "hl",
|
||||||
|
"Icon": {
|
||||||
|
"borderInsets": "10,10,10,10",
|
||||||
|
"background": "bg",
|
||||||
|
"hoverBackground": "hl",
|
||||||
|
"pressedBackground": "table"
|
||||||
|
},
|
||||||
"inactiveBackground": "bg",
|
"inactiveBackground": "bg",
|
||||||
"pressedBackground": "table"
|
"pressedBackground": "table",
|
||||||
|
"separatorColor": "border"
|
||||||
},
|
},
|
||||||
"material": {
|
"material": {
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
@@ -652,11 +753,15 @@
|
|||||||
"acceleratorForeground": "text",
|
"acceleratorForeground": "text",
|
||||||
"acceleratorSelectionForeground": "activeFg",
|
"acceleratorSelectionForeground": "activeFg",
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"border": "4,2,4,2",
|
"border": "8,8,8,8",
|
||||||
"borderColor": "second",
|
"borderColor": "second",
|
||||||
"disabledBackground": "second",
|
"disabledBackground": "second",
|
||||||
"disabledForeground": "dis",
|
"disabledForeground": "dis",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
|
"Selection": {
|
||||||
|
"arc": 8,
|
||||||
|
"innerInsets": "8,2,8,2"
|
||||||
|
},
|
||||||
"selectionBackground": "selBg",
|
"selectionBackground": "selBg",
|
||||||
"selectionForeground": "activeFg",
|
"selectionForeground": "activeFg",
|
||||||
"separatorColor": "border"
|
"separatorColor": "border"
|
||||||
@@ -676,7 +781,7 @@
|
|||||||
"acceleratorForeground": "text",
|
"acceleratorForeground": "text",
|
||||||
"acceleratorSelectionForeground": "activeFg",
|
"acceleratorSelectionForeground": "activeFg",
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"border": "4,2,4,2",
|
"border": "8,8,8,8",
|
||||||
"disabledBackground": "bg",
|
"disabledBackground": "bg",
|
||||||
"disabledForeground": "dis",
|
"disabledForeground": "dis",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
@@ -699,11 +804,13 @@
|
|||||||
"background": "bg"
|
"background": "bg"
|
||||||
},
|
},
|
||||||
"SearchField": {
|
"SearchField": {
|
||||||
"background": "hc"
|
"background": "cs"
|
||||||
}
|
},
|
||||||
|
"separatorWidth": 6
|
||||||
},
|
},
|
||||||
"NewPSD.warning": "accent",
|
"NewPSD.warning": "accent",
|
||||||
"Notification": {
|
"Notification": {
|
||||||
|
"arc": 16,
|
||||||
"Error.foreground": "accent",
|
"Error.foreground": "accent",
|
||||||
"Link.foreground": "accent",
|
"Link.foreground": "accent",
|
||||||
"background": "notif",
|
"background": "notif",
|
||||||
@@ -719,12 +826,18 @@
|
|||||||
"innerBorderColor": "button"
|
"innerBorderColor": "button"
|
||||||
},
|
},
|
||||||
"ToolWindow": {
|
"ToolWindow": {
|
||||||
|
"Button.DragAndDrop": {
|
||||||
|
"buttonFloatingBackground": "button",
|
||||||
|
"stripeBackground": "bg"
|
||||||
|
},
|
||||||
"errorBackground": "notifError",
|
"errorBackground": "notifError",
|
||||||
"errorBorderColor": "notifError",
|
"errorBorderColor": "notifError",
|
||||||
"errorForeground": "fg",
|
"errorForeground": "fg",
|
||||||
|
"infoBackground": "notif",
|
||||||
|
"infoBorderColor": "notif",
|
||||||
"infoForeground": "fg",
|
"infoForeground": "fg",
|
||||||
"informativeBackground": "notifInfo",
|
"informativeBackground": "notif",
|
||||||
"informativeBorderColor": "notifInfo",
|
"informativeBorderColor": "notif",
|
||||||
"informativeForeground": "fg",
|
"informativeForeground": "fg",
|
||||||
"warningBackground": "notifWarn",
|
"warningBackground": "notifWarn",
|
||||||
"warningBorderColor": "notifWarn",
|
"warningBorderColor": "notifWarn",
|
||||||
@@ -736,7 +849,8 @@
|
|||||||
},
|
},
|
||||||
"ToolWindowInfo": {
|
"ToolWindowInfo": {
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"background": "notifInfo"
|
"background": "notif",
|
||||||
|
"borderColor": "notif"
|
||||||
},
|
},
|
||||||
"ToolWindowWarning": {
|
"ToolWindowWarning": {
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
@@ -786,7 +900,7 @@
|
|||||||
"lineSeparatorColor": "table"
|
"lineSeparatorColor": "table"
|
||||||
},
|
},
|
||||||
"PasswordField": {
|
"PasswordField": {
|
||||||
"background": "hc",
|
"background": "cs",
|
||||||
"capsLockIconColor": "accent",
|
"capsLockIconColor": "accent",
|
||||||
"caretForeground": "accent",
|
"caretForeground": "accent",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
@@ -796,6 +910,7 @@
|
|||||||
},
|
},
|
||||||
"Plugins": {
|
"Plugins": {
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
|
"borderColor": "border",
|
||||||
"disabledForeground": "dis",
|
"disabledForeground": "dis",
|
||||||
"eapTagBackground": "hl",
|
"eapTagBackground": "hl",
|
||||||
"hoverBackground": "hl",
|
"hoverBackground": "hl",
|
||||||
@@ -817,8 +932,11 @@
|
|||||||
"updateBorderColor": "button",
|
"updateBorderColor": "button",
|
||||||
"updateForeground": "fg"
|
"updateForeground": "fg"
|
||||||
},
|
},
|
||||||
|
"ScreenshotPagination": {
|
||||||
|
"CurrentImage.fillColor": "accent"
|
||||||
|
},
|
||||||
"SearchField": {
|
"SearchField": {
|
||||||
"background": "hc",
|
"background": "cs",
|
||||||
"borderColor": "border"
|
"borderColor": "border"
|
||||||
},
|
},
|
||||||
"SectionHeader": {
|
"SectionHeader": {
|
||||||
@@ -836,27 +954,38 @@
|
|||||||
},
|
},
|
||||||
"Popup": {
|
"Popup": {
|
||||||
"Advertiser": {
|
"Advertiser": {
|
||||||
|
"borderInsets": "6,20,6,20",
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"borderColor": "bg",
|
"borderColor": "bg",
|
||||||
"foreground": "accent"
|
"foreground": "accent"
|
||||||
},
|
},
|
||||||
|
"Body": {
|
||||||
|
"bottomInsetNoAd": 8,
|
||||||
|
"bottomInsetBeforeAd": 8,
|
||||||
|
"topInsetNoHeader": 8
|
||||||
|
},
|
||||||
"Border": {
|
"Border": {
|
||||||
"color": "cs",
|
"color": "cs",
|
||||||
"inactiveColor": "bg"
|
"inactiveColor": "bg"
|
||||||
},
|
},
|
||||||
|
"background": "notif",
|
||||||
"borderColor": "cs",
|
"borderColor": "cs",
|
||||||
|
"borderWidth": 0,
|
||||||
"inactiveBorderColor": "bg",
|
"inactiveBorderColor": "bg",
|
||||||
"innerBorderColor": "second",
|
"innerBorderColor": "second",
|
||||||
"Header": {
|
"Header": {
|
||||||
"activeBackground": "bg",
|
"activeBackground": "bg",
|
||||||
"inactiveBackground": "cs"
|
"inactiveBackground": "cs",
|
||||||
|
"inactiveForeground": "text"
|
||||||
},
|
},
|
||||||
"paintBorder": true,
|
"paintBorder": false,
|
||||||
"preferences": {
|
"preferences": {
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"borderColor": "bg",
|
"borderColor": "bg",
|
||||||
"foreground": "fg"
|
"foreground": "fg"
|
||||||
},
|
},
|
||||||
|
"Selection.arc": 8,
|
||||||
|
"Selection.leftRightInset": 8,
|
||||||
"Separator": {
|
"Separator": {
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"color": "border"
|
"color": "border"
|
||||||
@@ -872,13 +1001,24 @@
|
|||||||
},
|
},
|
||||||
"PopupMenu": {
|
"PopupMenu": {
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"border": "2,0,2,0",
|
"borderWidth": 1,
|
||||||
|
"border": "8,8,8,8",
|
||||||
|
"borderCornerRadius": 8,
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
|
"Selection": {
|
||||||
|
"arc": 8,
|
||||||
|
"innerInsets": "8,2,8,2"
|
||||||
|
},
|
||||||
"selectionBackground": "selBg",
|
"selectionBackground": "selBg",
|
||||||
"translucentBackground": "bg"
|
"translucentBackground": "bg"
|
||||||
},
|
},
|
||||||
"PopupMenuSeparator.height": 10,
|
"PopupMenuSeparator": {
|
||||||
"PopupMenuSeparator.stripeIndent": 5,
|
"height": 10,
|
||||||
|
"stripeWidth": 2,
|
||||||
|
"stripeIndent": 5,
|
||||||
|
"withToEdge": 4,
|
||||||
|
"borderCornerRadius": 8
|
||||||
|
},
|
||||||
"ProgressBar": {
|
"ProgressBar": {
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"foreground": "accent",
|
"foreground": "accent",
|
||||||
@@ -922,12 +1062,27 @@
|
|||||||
"selectionBackground": "selBg",
|
"selectionBackground": "selBg",
|
||||||
"selectionForeground": "selFg"
|
"selectionForeground": "selFg"
|
||||||
},
|
},
|
||||||
|
"ReviewList": {
|
||||||
|
"state.background": "second",
|
||||||
|
"state.foreground": "fg"
|
||||||
|
},
|
||||||
"RunWidget": {
|
"RunWidget": {
|
||||||
|
"background": "button",
|
||||||
|
"Debug.activeBackground": "hl",
|
||||||
|
"foreground": "fg",
|
||||||
|
"hoverBackground": "table",
|
||||||
|
"pressedBackground": "hl",
|
||||||
|
"Profile.activeBackground": "hl",
|
||||||
|
"runningBackground": "hl",
|
||||||
|
"runningForeground": "selFg",
|
||||||
|
"Run.activeBackground": "hl",
|
||||||
"Running": {
|
"Running": {
|
||||||
"background": "accent",
|
"background": "hl",
|
||||||
"leftHoverBackground": "accent70",
|
"foreground": "selFg",
|
||||||
"leftPressedBackground": "accent"
|
"leftHoverBackground": "hl",
|
||||||
}
|
"leftPressedBackground": "hl"
|
||||||
|
},
|
||||||
|
"separatorColor": "border"
|
||||||
},
|
},
|
||||||
"ScreenView.borderColor": "border",
|
"ScreenView.borderColor": "border",
|
||||||
"scrollbar": "bg",
|
"scrollbar": "bg",
|
||||||
@@ -971,8 +1126,9 @@
|
|||||||
},
|
},
|
||||||
"SearchEverywhere": {
|
"SearchEverywhere": {
|
||||||
"Advertiser": {
|
"Advertiser": {
|
||||||
"background": "cs",
|
"background": "bg",
|
||||||
"foreground": "text"
|
"foreground": "text",
|
||||||
|
"borderInsets": "10,20,10,20"
|
||||||
},
|
},
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"Dialog": {
|
"Dialog": {
|
||||||
@@ -989,11 +1145,12 @@
|
|||||||
"Separator.foreground": "text",
|
"Separator.foreground": "text",
|
||||||
"selectionBackground": "selBg",
|
"selectionBackground": "selBg",
|
||||||
"separatorColor": "border",
|
"separatorColor": "border",
|
||||||
"separatorForeground": "text"
|
"separatorForeground": "text",
|
||||||
|
"settingsBackground": "bg"
|
||||||
},
|
},
|
||||||
"SearchField": {
|
"SearchField": {
|
||||||
"Border.color": "hl",
|
"Border.color": "hl",
|
||||||
"background": "hc",
|
"background": "cs",
|
||||||
"borderColor": "hl",
|
"borderColor": "hl",
|
||||||
"grayForeground": "dis",
|
"grayForeground": "dis",
|
||||||
"infoForeground": "dis"
|
"infoForeground": "dis"
|
||||||
@@ -1015,8 +1172,13 @@
|
|||||||
"startColor": "accent"
|
"startColor": "accent"
|
||||||
},
|
},
|
||||||
"SearchField.errorBackground": "notif",
|
"SearchField.errorBackground": "notif",
|
||||||
|
"SearchFieldWithExtension": {
|
||||||
|
"background": "cs"
|
||||||
|
},
|
||||||
"SearchOption": {
|
"SearchOption": {
|
||||||
"selectedBackground": "table"
|
"selectedBackground": "table",
|
||||||
|
"selectedPressedBackground": "hl",
|
||||||
|
"selectedHoveredBackground": "hl"
|
||||||
},
|
},
|
||||||
"SearchResults": {
|
"SearchResults": {
|
||||||
"Ordinal.File.Foreground": "text",
|
"Ordinal.File.Foreground": "text",
|
||||||
@@ -1056,12 +1218,12 @@
|
|||||||
"SpeedSearch": {
|
"SpeedSearch": {
|
||||||
"background": "hl",
|
"background": "hl",
|
||||||
"borderColor": "border",
|
"borderColor": "border",
|
||||||
"errorForeground": "fg",
|
"errorForeground": "red",
|
||||||
"foreground": "fg"
|
"foreground": "fg"
|
||||||
},
|
},
|
||||||
"Spinner": {
|
"Spinner": {
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"border": "3,3,3,3",
|
"border": "4,4,4,4",
|
||||||
"disabledBackground": "excl",
|
"disabledBackground": "excl",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"selectionForeground": "activeFg"
|
"selectionForeground": "activeFg"
|
||||||
@@ -1077,15 +1239,17 @@
|
|||||||
"Breadcrumbs": {
|
"Breadcrumbs": {
|
||||||
"floatingBackground": "tree",
|
"floatingBackground": "tree",
|
||||||
"floatingForeground": "fg",
|
"floatingForeground": "fg",
|
||||||
|
"floatingToolbarInsets": "8,12,8,12",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"hoverBackground": "tree",
|
"hoverBackground": "tree",
|
||||||
"hoverForeground": "fg",
|
"hoverForeground": "fg",
|
||||||
|
"itemBackgroundInsets": "2,4,2,4",
|
||||||
"selectionBackground": "selBg",
|
"selectionBackground": "selBg",
|
||||||
"selectionForeground": "activeFg",
|
"selectionForeground": "activeFg",
|
||||||
"selectionInactiveBackground": "button",
|
"selectionInactiveBackground": "button",
|
||||||
"selectionInactiveForeground": "fg"
|
"selectionInactiveForeground": "fg"
|
||||||
},
|
},
|
||||||
"borderColor": "bg",
|
"borderColor": "border",
|
||||||
"bottomColor": "bg",
|
"bottomColor": "bg",
|
||||||
"hoverBackground": "hl",
|
"hoverBackground": "hl",
|
||||||
"top2Color": "bg",
|
"top2Color": "bg",
|
||||||
@@ -1096,7 +1260,8 @@
|
|||||||
"hoverBackground": "hl",
|
"hoverBackground": "hl",
|
||||||
"hoverForeground": "selFg",
|
"hoverForeground": "selFg",
|
||||||
"pressedBackground": "button",
|
"pressedBackground": "button",
|
||||||
"pressedForeground": "fg"
|
"pressedForeground": "fg",
|
||||||
|
"widgetInsets": "8,12,8,12"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"TabbedPane": {
|
"TabbedPane": {
|
||||||
@@ -1126,6 +1291,7 @@
|
|||||||
"shadow": "hc",
|
"shadow": "hc",
|
||||||
"tabHeight": 32,
|
"tabHeight": 32,
|
||||||
"tabInsets": "5,10,5,10",
|
"tabInsets": "5,10,5,10",
|
||||||
|
"tabSelectionArc": 4,
|
||||||
"tabSelectionHeight": 2,
|
"tabSelectionHeight": 2,
|
||||||
"tabsOverlapBorder": true,
|
"tabsOverlapBorder": true,
|
||||||
"underlineColor": "accent"
|
"underlineColor": "accent"
|
||||||
@@ -1134,13 +1300,13 @@
|
|||||||
"Table": {
|
"Table": {
|
||||||
"alternativeRowBackground": "cs",
|
"alternativeRowBackground": "cs",
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"cellNoFocusBorder": "10,5,10,5",
|
"cellNoFocusBorder": "16,4,16,4",
|
||||||
"disabledForeground": "dis",
|
"disabledForeground": "dis",
|
||||||
"dropLineColor": "accent",
|
"dropLineColor": "accent",
|
||||||
"dropLineShortColor": "accent",
|
"dropLineShortColor": "accent",
|
||||||
"focusCellBackground": "table",
|
"focusCellBackground": "table",
|
||||||
"focusCellForeground": "activeFg",
|
"focusCellForeground": "activeFg",
|
||||||
"focusCellHighlightBorder": "10,5,10,5",
|
"focusCellHighlightBorder": "18,6,18,6",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"gridColor": "bg",
|
"gridColor": "bg",
|
||||||
"highlightOuter": "table",
|
"highlightOuter": "table",
|
||||||
@@ -1150,6 +1316,7 @@
|
|||||||
"lightSelectionForeground": "activeFg",
|
"lightSelectionForeground": "activeFg",
|
||||||
"lightSelectionInactiveBackground": "second",
|
"lightSelectionInactiveBackground": "second",
|
||||||
"lightSelectionInactiveForeground": "text",
|
"lightSelectionInactiveForeground": "text",
|
||||||
|
"rowHeight": 32,
|
||||||
"selectionBackground": "table",
|
"selectionBackground": "table",
|
||||||
"selectionForeground": "activeFg",
|
"selectionForeground": "activeFg",
|
||||||
"selectionInactiveBackground": "table",
|
"selectionInactiveBackground": "table",
|
||||||
@@ -1160,14 +1327,14 @@
|
|||||||
},
|
},
|
||||||
"TableHeader": {
|
"TableHeader": {
|
||||||
"background": "button",
|
"background": "button",
|
||||||
|
"bottomSeparatorColor": "border",
|
||||||
"borderColor": "hl",
|
"borderColor": "hl",
|
||||||
"bottomSeparatorColor": "hl",
|
"cellBorder": "6,0,6,0",
|
||||||
"cellBorder": "4,0,4,0",
|
|
||||||
"disabledForeground": "dis",
|
"disabledForeground": "dis",
|
||||||
"focusCellBackground": "table",
|
"focusCellBackground": "table",
|
||||||
"focusCellForeground": "activeFg",
|
"focusCellForeground": "activeFg",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"height": 25,
|
"height": 32,
|
||||||
"hoverBackground": "hl",
|
"hoverBackground": "hl",
|
||||||
"separatorColor": "border"
|
"separatorColor": "border"
|
||||||
},
|
},
|
||||||
@@ -1182,7 +1349,7 @@
|
|||||||
"textHighlightText": "activeFg",
|
"textHighlightText": "activeFg",
|
||||||
"textText": "text",
|
"textText": "text",
|
||||||
"TextArea": {
|
"TextArea": {
|
||||||
"background": "hc",
|
"background": "cs",
|
||||||
"caretForeground": "accent",
|
"caretForeground": "accent",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"inactiveForeground": "dis",
|
"inactiveForeground": "dis",
|
||||||
@@ -1190,7 +1357,7 @@
|
|||||||
"selectionForeground": "activeFg"
|
"selectionForeground": "activeFg"
|
||||||
},
|
},
|
||||||
"TextField": {
|
"TextField": {
|
||||||
"background": "hc",
|
"background": "cs",
|
||||||
"borderColor": "bg",
|
"borderColor": "bg",
|
||||||
"caretForeground": "accent",
|
"caretForeground": "accent",
|
||||||
"disabledBackground": "excl",
|
"disabledBackground": "excl",
|
||||||
@@ -1205,15 +1372,21 @@
|
|||||||
"separatorColorDisabled": "bg"
|
"separatorColorDisabled": "bg"
|
||||||
},
|
},
|
||||||
"TextPane": {
|
"TextPane": {
|
||||||
"background": "hc",
|
"background": "cs",
|
||||||
"caretForeground": "accent",
|
"caretForeground": "accent",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"inactiveForeground": "dis",
|
"inactiveForeground": "dis",
|
||||||
"selectionBackground": "table",
|
"selectionBackground": "table",
|
||||||
"selectionForeground": "activeFg"
|
"selectionForeground": "activeFg"
|
||||||
},
|
},
|
||||||
|
"TipOfTheDay": {
|
||||||
|
"Image.borderColor": "border"
|
||||||
|
},
|
||||||
"TitlePane": {
|
"TitlePane": {
|
||||||
"Button.hoverBackground": "hl",
|
"Button": {
|
||||||
|
"hoverBackground": "hl",
|
||||||
|
"preferredSize": "48,40"
|
||||||
|
},
|
||||||
"background": "hc",
|
"background": "hc",
|
||||||
"inactiveBackground": "bg",
|
"inactiveBackground": "bg",
|
||||||
"inactiveInfoForeground": "dis",
|
"inactiveInfoForeground": "dis",
|
||||||
@@ -1240,7 +1413,9 @@
|
|||||||
"borderHandleColor": "text",
|
"borderHandleColor": "text",
|
||||||
"comboBoxButtonBackground": "button",
|
"comboBoxButtonBackground": "button",
|
||||||
"floatingForeground": "text",
|
"floatingForeground": "text",
|
||||||
"foreground": "fg"
|
"foreground": "fg",
|
||||||
|
"verticalToolbarInsets": "6,6,6,6",
|
||||||
|
"horizontalToolbarInsets": "6,6,6,6"
|
||||||
},
|
},
|
||||||
"ToolbarComboWidget": {
|
"ToolbarComboWidget": {
|
||||||
"background": "button",
|
"background": "button",
|
||||||
@@ -1252,6 +1427,7 @@
|
|||||||
"description.title.text.color": "fg"
|
"description.title.text.color": "fg"
|
||||||
},
|
},
|
||||||
"ToolTip": {
|
"ToolTip": {
|
||||||
|
"arc": 6,
|
||||||
"actions": {
|
"actions": {
|
||||||
"background": "bg"
|
"background": "bg"
|
||||||
},
|
},
|
||||||
@@ -1262,8 +1438,10 @@
|
|||||||
},
|
},
|
||||||
"background": "notif",
|
"background": "notif",
|
||||||
"borderColor": "border",
|
"borderColor": "border",
|
||||||
|
"borderCornerRadius": 8,
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"infoForeground": "text",
|
"infoForeground": "text",
|
||||||
|
"linkForeground": "accent",
|
||||||
"Learning": {
|
"Learning": {
|
||||||
"background": "accent",
|
"background": "accent",
|
||||||
"borderColor": "accent",
|
"borderColor": "accent",
|
||||||
@@ -1284,6 +1462,10 @@
|
|||||||
"background": "hc",
|
"background": "hc",
|
||||||
"Button": {
|
"Button": {
|
||||||
"hoverBackground": "table",
|
"hoverBackground": "table",
|
||||||
|
"DragAndDrop": {
|
||||||
|
"stripeBackground": "cs",
|
||||||
|
"buttonDropBackground": "accent70"
|
||||||
|
},
|
||||||
"selectedBackground": "cs",
|
"selectedBackground": "cs",
|
||||||
"selectedForeground": "activeFg"
|
"selectedForeground": "activeFg"
|
||||||
},
|
},
|
||||||
@@ -1296,6 +1478,7 @@
|
|||||||
"tab.selected.background": "cs"
|
"tab.selected.background": "cs"
|
||||||
},
|
},
|
||||||
"Header": {
|
"Header": {
|
||||||
|
"height": 42,
|
||||||
"background": "second",
|
"background": "second",
|
||||||
"borderColor": "second",
|
"borderColor": "second",
|
||||||
"inactiveBackground": "bg"
|
"inactiveBackground": "bg"
|
||||||
@@ -1308,13 +1491,17 @@
|
|||||||
"hoverBackground": "hl",
|
"hoverBackground": "hl",
|
||||||
"hoverInactiveBackground": "hl",
|
"hoverInactiveBackground": "hl",
|
||||||
"inactiveUnderlineColor": "accent",
|
"inactiveUnderlineColor": "accent",
|
||||||
|
"leftRightInsets": "0,12,0,12",
|
||||||
"selectedBackground": "cs",
|
"selectedBackground": "cs",
|
||||||
"selectedInactiveBackground": "cs",
|
"selectedInactiveBackground": "cs",
|
||||||
|
"underlineArc": 4,
|
||||||
"underlineColor": "accent",
|
"underlineColor": "accent",
|
||||||
|
"underlineHeight": 3,
|
||||||
"underlinedTabBackground": "table",
|
"underlinedTabBackground": "table",
|
||||||
"underlinedTabForeground": "selFg",
|
"underlinedTabForeground": "selFg",
|
||||||
"underlinedTabInactiveBackground": "hc",
|
"underlinedTabInactiveBackground": "hc",
|
||||||
"underlinedTabInactiveForeground": "fg"
|
"underlinedTabInactiveForeground": "fg",
|
||||||
|
"verticalPadding": 6
|
||||||
},
|
},
|
||||||
"inactive": {
|
"inactive": {
|
||||||
"Header.background": "bg",
|
"Header.background": "bg",
|
||||||
@@ -1322,13 +1509,15 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"Tree": {
|
"Tree": {
|
||||||
|
"border": "4,12,4,12",
|
||||||
"background": "hc",
|
"background": "hc",
|
||||||
"foreground": "text",
|
"foreground": "text",
|
||||||
|
"errorForeground": "red",
|
||||||
"hash": "border",
|
"hash": "border",
|
||||||
"hoverBackground": "tree",
|
"hoverBackground": "tree",
|
||||||
"hoverInactiveBackground": "table",
|
"hoverInactiveBackground": "table",
|
||||||
"modifiedItemForeground": "accent",
|
"modifiedItemForeground": "accent",
|
||||||
"rowHeight": 28,
|
"rowHeight": "28",
|
||||||
"selectionBackground": "tree",
|
"selectionBackground": "tree",
|
||||||
"selectionForeground": "selFg",
|
"selectionForeground": "selFg",
|
||||||
"selectionInactiveBackground": "tree",
|
"selectionInactiveBackground": "tree",
|
||||||
@@ -1355,7 +1544,6 @@
|
|||||||
"hoverBorderColor": "hl"
|
"hoverBorderColor": "hl"
|
||||||
},
|
},
|
||||||
"Label.foreground": "text",
|
"Label.foreground": "text",
|
||||||
"List.selectionBackground": "tree",
|
|
||||||
"highStroke.foreground": "fg",
|
"highStroke.foreground": "fg",
|
||||||
"motion": {
|
"motion": {
|
||||||
"AddConstraintColor": "accent",
|
"AddConstraintColor": "accent",
|
||||||
@@ -1392,6 +1580,35 @@
|
|||||||
"ourML_BarColor.separatorColor": "border",
|
"ourML_BarColor.separatorColor": "border",
|
||||||
"timeLine.disabledBorderColor": "border"
|
"timeLine.disabledBorderColor": "border"
|
||||||
},
|
},
|
||||||
|
"PackageDetails": {
|
||||||
|
"border": "accent",
|
||||||
|
"infoBanner": "accent"
|
||||||
|
},
|
||||||
|
"PackageSearch": {
|
||||||
|
"PackagesList.rowHeight": 28,
|
||||||
|
"PackageTag": {
|
||||||
|
"background": "excl",
|
||||||
|
"foreground": "fg",
|
||||||
|
"hoverBackground": "tree",
|
||||||
|
"selectedBackground": "selBg",
|
||||||
|
"selectedForeground": "selFg"
|
||||||
|
},
|
||||||
|
"PackageTagSelected": {
|
||||||
|
"background": "selBg",
|
||||||
|
"foreground": "selFg"
|
||||||
|
},
|
||||||
|
"SearchResult": {
|
||||||
|
"background": "cs",
|
||||||
|
"hoverBackground": "tree",
|
||||||
|
"PackageTag": {
|
||||||
|
"background": "excl",
|
||||||
|
"foreground": "fg",
|
||||||
|
"hoverBackground": "tree",
|
||||||
|
"selectedBackground": "selBg",
|
||||||
|
"selectedForeground": "selFg"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"Panel": {
|
"Panel": {
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"borderColor": "border",
|
"borderColor": "border",
|
||||||
@@ -1418,7 +1635,7 @@
|
|||||||
},
|
},
|
||||||
"VersionControl": {
|
"VersionControl": {
|
||||||
"FileHistory.Commit": {
|
"FileHistory.Commit": {
|
||||||
"otherBranchBackground": "bg",
|
"otherBranchBackground": "excl",
|
||||||
"selectedBranchBackground": "bg"
|
"selectedBranchBackground": "bg"
|
||||||
},
|
},
|
||||||
"GitCommits": {
|
"GitCommits": {
|
||||||
@@ -1443,9 +1660,15 @@
|
|||||||
"Commit": {
|
"Commit": {
|
||||||
"currentBranchBackground": "cs",
|
"currentBranchBackground": "cs",
|
||||||
"hoveredBackground": "tree",
|
"hoveredBackground": "tree",
|
||||||
|
"rowHeight": 28,
|
||||||
"unmatchedForeground": "text"
|
"unmatchedForeground": "text"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"MarkerPopup": {
|
||||||
|
"borderColor": "border",
|
||||||
|
"borderInsets": "6,8,6,10",
|
||||||
|
"Toolbar.background": "hl"
|
||||||
|
},
|
||||||
"Ref": {
|
"Ref": {
|
||||||
"backgroundBase": "hl",
|
"backgroundBase": "hl",
|
||||||
"foreground": "activeFg"
|
"foreground": "activeFg"
|
||||||
@@ -1455,6 +1678,11 @@
|
|||||||
"foreground": "activeFg"
|
"foreground": "activeFg"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"UnattendedHostStatus": {
|
||||||
|
"warningBackground": "yellow",
|
||||||
|
"warningForeground": "activeFg",
|
||||||
|
"dangerBackground": "red"
|
||||||
|
},
|
||||||
"Viewport": {
|
"Viewport": {
|
||||||
"background": "hc",
|
"background": "hc",
|
||||||
"foreground": "fg"
|
"foreground": "fg"
|
||||||
|
|||||||
@@ -22,7 +22,7 @@
|
|||||||
"cs": "#1E272C",
|
"cs": "#1E272C",
|
||||||
"button": "#2E3C43",
|
"button": "#2E3C43",
|
||||||
"table": "#314549",
|
"table": "#314549",
|
||||||
"tree": "#546E7A70",
|
"tree": "#30454d",
|
||||||
"hl": "#425B67",
|
"hl": "#425B67",
|
||||||
"notif": "#1E272C",
|
"notif": "#1E272C",
|
||||||
"hc": "#263238",
|
"hc": "#263238",
|
||||||
@@ -73,6 +73,10 @@
|
|||||||
"pressedBackground": "accent50",
|
"pressedBackground": "accent50",
|
||||||
"pressedBorderColor": "accent50"
|
"pressedBorderColor": "accent50"
|
||||||
},
|
},
|
||||||
|
"ActionsList": {
|
||||||
|
"icon.gap": 12,
|
||||||
|
"mnemonic.icon.gap": 12
|
||||||
|
},
|
||||||
"ActionToolbar": {
|
"ActionToolbar": {
|
||||||
"background": "hc"
|
"background": "hc"
|
||||||
},
|
},
|
||||||
@@ -127,8 +131,9 @@
|
|||||||
"BookmarkIcon.background": "accent",
|
"BookmarkIcon.background": "accent",
|
||||||
"Borders.ContrastBorderColor": "bg",
|
"Borders.ContrastBorderColor": "bg",
|
||||||
"Borders.color": "border",
|
"Borders.color": "border",
|
||||||
|
"Breakpoint.iconHoverAlpha": 0.35,
|
||||||
"Button": {
|
"Button": {
|
||||||
"arc": 0,
|
"arc": 8,
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"darcula": {
|
"darcula": {
|
||||||
"borderColor": "button",
|
"borderColor": "button",
|
||||||
@@ -181,7 +186,10 @@
|
|||||||
"shadowColor": "shadow",
|
"shadowColor": "shadow",
|
||||||
"shadowWidth": 0,
|
"shadowWidth": 0,
|
||||||
"startBackground": "table",
|
"startBackground": "table",
|
||||||
"startBorderColor": "button"
|
"startBorderColor": "button",
|
||||||
|
"ToolWindow": {
|
||||||
|
"arc": 40
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"Canvas": {
|
"Canvas": {
|
||||||
"Tooltip.background": "notif",
|
"Tooltip.background": "notif",
|
||||||
@@ -256,6 +264,32 @@
|
|||||||
"accessDot": "accent",
|
"accessDot": "accent",
|
||||||
"dropdownBorder": "second",
|
"dropdownBorder": "second",
|
||||||
"pillBackground": "second"
|
"pillBackground": "second"
|
||||||
|
},
|
||||||
|
"Users": {
|
||||||
|
"1": {
|
||||||
|
"Background": "green",
|
||||||
|
"Foreground": "fg"
|
||||||
|
},
|
||||||
|
"2": {
|
||||||
|
"Background": "blue",
|
||||||
|
"Foreground": "fg"
|
||||||
|
},
|
||||||
|
"3": {
|
||||||
|
"Background": "red",
|
||||||
|
"Foreground": "fg"
|
||||||
|
},
|
||||||
|
"4": {
|
||||||
|
"Background": "purple",
|
||||||
|
"Foreground": "fg"
|
||||||
|
},
|
||||||
|
"5": {
|
||||||
|
"Background": "yellow",
|
||||||
|
"Foreground": "fg"
|
||||||
|
},
|
||||||
|
"6": {
|
||||||
|
"Background": "orange",
|
||||||
|
"Foreground": "fg"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"ColorChooser": {
|
"ColorChooser": {
|
||||||
@@ -293,7 +327,13 @@
|
|||||||
"selectionBackground": "table",
|
"selectionBackground": "table",
|
||||||
"selectionForeground": "activeFg"
|
"selectionForeground": "activeFg"
|
||||||
},
|
},
|
||||||
|
"ComboPopup.border": "1,1,1,1,#009688",
|
||||||
"CompletionPopup": {
|
"CompletionPopup": {
|
||||||
|
"Advertiser": {
|
||||||
|
"background": "bg",
|
||||||
|
"foreground": "fg",
|
||||||
|
"borderInsets": "8,12,8,12"
|
||||||
|
},
|
||||||
"background": "second",
|
"background": "second",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"grayForeground": "text",
|
"grayForeground": "text",
|
||||||
@@ -313,8 +353,12 @@
|
|||||||
"selectionInactiveInfoForeground": "text",
|
"selectionInactiveInfoForeground": "text",
|
||||||
"selectionInfoForeground": "selFg"
|
"selectionInfoForeground": "selFg"
|
||||||
},
|
},
|
||||||
|
"ComplexPopup": {
|
||||||
|
"Header.background": "notif"
|
||||||
|
},
|
||||||
"Component": {
|
"Component": {
|
||||||
"arc": 4,
|
"arc": 4,
|
||||||
|
"focusWidth": 2,
|
||||||
"borderColor": "hl",
|
"borderColor": "hl",
|
||||||
"disabledBorderColor": "dis",
|
"disabledBorderColor": "dis",
|
||||||
"focusColor": "accent",
|
"focusColor": "accent",
|
||||||
@@ -351,6 +395,7 @@
|
|||||||
},
|
},
|
||||||
"desktop": "hc",
|
"desktop": "hc",
|
||||||
"Debugger": {
|
"Debugger": {
|
||||||
|
"EvaluateExpression.background": "bg",
|
||||||
"Variables": {
|
"Variables": {
|
||||||
"changedValueForeground": "accent",
|
"changedValueForeground": "accent",
|
||||||
"collectingDataForeground": "text",
|
"collectingDataForeground": "text",
|
||||||
@@ -358,13 +403,15 @@
|
|||||||
"evaluatingExpressionForeground": "text",
|
"evaluatingExpressionForeground": "text",
|
||||||
"exceptionForeground": "yellow",
|
"exceptionForeground": "yellow",
|
||||||
"modifyingValueForeground": "accent",
|
"modifyingValueForeground": "accent",
|
||||||
"valueForeground": "accent"
|
"valueForeground": "accent",
|
||||||
|
"typeForeground": "text"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"DebuggerTabs": {
|
"DebuggerTabs": {
|
||||||
"active.background": "hl",
|
"active.background": "hl",
|
||||||
"selectedBackground": "hl",
|
"selectedBackground": "hl",
|
||||||
"underlinedTabBackground": "table"
|
"underlinedTabBackground": "table",
|
||||||
|
"underlineHeight": 2
|
||||||
},
|
},
|
||||||
"DebuggerPopup": {
|
"DebuggerPopup": {
|
||||||
"borderColor": "bg"
|
"borderColor": "bg"
|
||||||
@@ -380,6 +427,7 @@
|
|||||||
"inactiveMaskColor": "hc",
|
"inactiveMaskColor": "hc",
|
||||||
"inactiveUnderlineColor": "accent",
|
"inactiveUnderlineColor": "accent",
|
||||||
"underlineColor": "accent",
|
"underlineColor": "accent",
|
||||||
|
"underlineHeight": 3,
|
||||||
"underlinedTabBackground": "table",
|
"underlinedTabBackground": "table",
|
||||||
"underlinedTabForeground": "selFg"
|
"underlinedTabForeground": "selFg"
|
||||||
},
|
},
|
||||||
@@ -398,13 +446,21 @@
|
|||||||
"backgroundBorderColor": "bg",
|
"backgroundBorderColor": "bg",
|
||||||
"backgroundColor": "bg",
|
"backgroundColor": "bg",
|
||||||
"borderColor": "accent",
|
"borderColor": "accent",
|
||||||
"foregroundColor": "fg"
|
"foregroundColor": "fg",
|
||||||
|
"rowBackground": "accent70"
|
||||||
},
|
},
|
||||||
"dropArea.base": "accent",
|
"dropArea.base": "accent",
|
||||||
"Editor": {
|
"Editor": {
|
||||||
"background": "hc",
|
"background": "hc",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"shortcutForeground": "text"
|
"shortcutForeground": "text",
|
||||||
|
"SearchField": {
|
||||||
|
"background": "cs",
|
||||||
|
"borderInsets": "8,12,8,12"
|
||||||
|
},
|
||||||
|
"Toolbar": {
|
||||||
|
"borderColor": "border"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"EditorGroupsTabs": {
|
"EditorGroupsTabs": {
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
@@ -423,7 +479,8 @@
|
|||||||
"inactiveBackground": "bg",
|
"inactiveBackground": "bg",
|
||||||
"inactiveForeground": "dis",
|
"inactiveForeground": "dis",
|
||||||
"selectionBackground": "selBg",
|
"selectionBackground": "selBg",
|
||||||
"selectionForeground": "activeFg"
|
"selectionForeground": "activeFg",
|
||||||
|
"splitBorder": "border"
|
||||||
},
|
},
|
||||||
"EditorTabs": {
|
"EditorTabs": {
|
||||||
"active.background": "table",
|
"active.background": "table",
|
||||||
@@ -441,7 +498,10 @@
|
|||||||
"inactiveUnderlineColor": "dis",
|
"inactiveUnderlineColor": "dis",
|
||||||
"selectedBackground": "table",
|
"selectedBackground": "table",
|
||||||
"selectedForeground": "fg",
|
"selectedForeground": "fg",
|
||||||
|
"tabInsets": "-10,10,-10,10",
|
||||||
"underlineColor": "accent",
|
"underlineColor": "accent",
|
||||||
|
"underlineHeight": 3,
|
||||||
|
"underlineArc": 4,
|
||||||
"underlinedTabBackground": "table",
|
"underlinedTabBackground": "table",
|
||||||
"underlinedTabForeground": "selFg"
|
"underlinedTabForeground": "selFg"
|
||||||
},
|
},
|
||||||
@@ -472,7 +532,7 @@
|
|||||||
"defaultButtonBorderColor": "accent"
|
"defaultButtonBorderColor": "accent"
|
||||||
},
|
},
|
||||||
"FormattedTextField": {
|
"FormattedTextField": {
|
||||||
"background": "hc",
|
"background": "cs",
|
||||||
"caretForeground": "accent",
|
"caretForeground": "accent",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"inactiveBackground": "button",
|
"inactiveBackground": "button",
|
||||||
@@ -509,6 +569,9 @@
|
|||||||
"disabledSeparatorColor": "border",
|
"disabledSeparatorColor": "border",
|
||||||
"separatorColor": "border"
|
"separatorColor": "border"
|
||||||
},
|
},
|
||||||
|
"Gutter": {
|
||||||
|
"VcsChanges.width": 4
|
||||||
|
},
|
||||||
"GutterTooltip": {
|
"GutterTooltip": {
|
||||||
"borderColor": "bg",
|
"borderColor": "bg",
|
||||||
"infoForeground": "text",
|
"infoForeground": "text",
|
||||||
@@ -522,11 +585,14 @@
|
|||||||
"background": "bg",
|
"background": "bg",
|
||||||
"backgroundColor": "bg",
|
"backgroundColor": "bg",
|
||||||
"borderColor": "border",
|
"borderColor": "border",
|
||||||
|
"defaultTextBorderInsets": "16,16,16,16",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"infoForeground": "text",
|
"infoForeground": "text",
|
||||||
"shortcutForeground": "text",
|
"shortcutForeground": "text",
|
||||||
"shortcutTextColor": "text",
|
"shortcutTextColor": "text",
|
||||||
"textColor": "fg"
|
"smallTextBorderInsets": "8,12,8,12",
|
||||||
|
"textColor": "fg",
|
||||||
|
"verticalGap": 8
|
||||||
},
|
},
|
||||||
"Hg.Log.Ref": {
|
"Hg.Log.Ref": {
|
||||||
"Branch": "accent",
|
"Branch": "accent",
|
||||||
@@ -594,6 +660,7 @@
|
|||||||
"link": "accent",
|
"link": "accent",
|
||||||
"Link": {
|
"Link": {
|
||||||
"activeForeground": "accent",
|
"activeForeground": "accent",
|
||||||
|
"focusedBorderColor": "accent",
|
||||||
"hoverForeground": "accent",
|
"hoverForeground": "accent",
|
||||||
"pressedForeground": "accent",
|
"pressedForeground": "accent",
|
||||||
"secondaryForeground": "text",
|
"secondaryForeground": "text",
|
||||||
@@ -605,27 +672,61 @@
|
|||||||
"link.visited.foreground": "accent",
|
"link.visited.foreground": "accent",
|
||||||
"List": {
|
"List": {
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
|
"Button": {
|
||||||
|
"hoverBackground": "hl",
|
||||||
|
"leftRightInset": 8,
|
||||||
|
"separatorColor": "border",
|
||||||
|
"separatorInset": 4
|
||||||
|
},
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"hoverBackground": "hl",
|
"hoverBackground": "hl",
|
||||||
"hoverInactiveBackground": "table",
|
"hoverInactiveBackground": "table",
|
||||||
|
"Line.hoverBackground": "selBg",
|
||||||
|
"rowHeight": "28",
|
||||||
|
"selectionBackground": "tree",
|
||||||
"selectionForeground": "selFg",
|
"selectionForeground": "selFg",
|
||||||
"selectionInactiveBackground": "table",
|
"selectionInactiveBackground": "table",
|
||||||
"selectionInactiveForeground": "activeFg"
|
"selectionInactiveForeground": "activeFg",
|
||||||
|
"Tag": {
|
||||||
|
"background": "button",
|
||||||
|
"foreground": "fg"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"LiveIndicator": {
|
"LiveIndicator": {
|
||||||
"color": "accent"
|
"color": "accent"
|
||||||
},
|
},
|
||||||
|
"macOSWindow.Title": {
|
||||||
|
"height": 30,
|
||||||
|
"heightSmall": 20
|
||||||
|
},
|
||||||
|
"MainMenu": {
|
||||||
|
"background": "hc",
|
||||||
|
"foreground": "fg",
|
||||||
|
"selectionForeground": "activeFg",
|
||||||
|
"selectionBackground": "selBg"
|
||||||
|
},
|
||||||
"MainToolbar": {
|
"MainToolbar": {
|
||||||
"Dropdown.background": "bg",
|
|
||||||
"Dropdown.hoverBackground": "border",
|
|
||||||
"Dropdown.pressedBackground": "table",
|
|
||||||
"Icon.background": "bg",
|
|
||||||
"Icon.hoverBackground": "border",
|
|
||||||
"Icon.pressedBackground": "table",
|
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"hoverBackground": "border",
|
"Button": {
|
||||||
|
"buttonInsets": "0,0,0,0"
|
||||||
|
},
|
||||||
|
"Dropdown": {
|
||||||
|
"borderInsets": "6,12,6,12",
|
||||||
|
"background": "bg",
|
||||||
|
"foreground": "fg",
|
||||||
|
"hoverBackground": "hl",
|
||||||
|
"pressedBackground": "table"
|
||||||
|
},
|
||||||
|
"hoverBackground": "hl",
|
||||||
|
"Icon": {
|
||||||
|
"borderInsets": "10,10,10,10",
|
||||||
|
"background": "bg",
|
||||||
|
"hoverBackground": "hl",
|
||||||
|
"pressedBackground": "table"
|
||||||
|
},
|
||||||
"inactiveBackground": "bg",
|
"inactiveBackground": "bg",
|
||||||
"pressedBackground": "table"
|
"pressedBackground": "table",
|
||||||
|
"separatorColor": "border"
|
||||||
},
|
},
|
||||||
"material": {
|
"material": {
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
@@ -652,11 +753,15 @@
|
|||||||
"acceleratorForeground": "text",
|
"acceleratorForeground": "text",
|
||||||
"acceleratorSelectionForeground": "activeFg",
|
"acceleratorSelectionForeground": "activeFg",
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"border": "4,2,4,2",
|
"border": "8,8,8,8",
|
||||||
"borderColor": "second",
|
"borderColor": "second",
|
||||||
"disabledBackground": "second",
|
"disabledBackground": "second",
|
||||||
"disabledForeground": "dis",
|
"disabledForeground": "dis",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
|
"Selection": {
|
||||||
|
"arc": 8,
|
||||||
|
"innerInsets": "8,2,8,2"
|
||||||
|
},
|
||||||
"selectionBackground": "selBg",
|
"selectionBackground": "selBg",
|
||||||
"selectionForeground": "activeFg",
|
"selectionForeground": "activeFg",
|
||||||
"separatorColor": "border"
|
"separatorColor": "border"
|
||||||
@@ -676,7 +781,7 @@
|
|||||||
"acceleratorForeground": "text",
|
"acceleratorForeground": "text",
|
||||||
"acceleratorSelectionForeground": "activeFg",
|
"acceleratorSelectionForeground": "activeFg",
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"border": "4,2,4,2",
|
"border": "8,8,8,8",
|
||||||
"disabledBackground": "bg",
|
"disabledBackground": "bg",
|
||||||
"disabledForeground": "dis",
|
"disabledForeground": "dis",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
@@ -699,11 +804,13 @@
|
|||||||
"background": "bg"
|
"background": "bg"
|
||||||
},
|
},
|
||||||
"SearchField": {
|
"SearchField": {
|
||||||
"background": "hc"
|
"background": "cs"
|
||||||
}
|
},
|
||||||
|
"separatorWidth": 6
|
||||||
},
|
},
|
||||||
"NewPSD.warning": "accent",
|
"NewPSD.warning": "accent",
|
||||||
"Notification": {
|
"Notification": {
|
||||||
|
"arc": 16,
|
||||||
"Error.foreground": "accent",
|
"Error.foreground": "accent",
|
||||||
"Link.foreground": "accent",
|
"Link.foreground": "accent",
|
||||||
"background": "notif",
|
"background": "notif",
|
||||||
@@ -719,12 +826,18 @@
|
|||||||
"innerBorderColor": "button"
|
"innerBorderColor": "button"
|
||||||
},
|
},
|
||||||
"ToolWindow": {
|
"ToolWindow": {
|
||||||
|
"Button.DragAndDrop": {
|
||||||
|
"buttonFloatingBackground": "button",
|
||||||
|
"stripeBackground": "bg"
|
||||||
|
},
|
||||||
"errorBackground": "notifError",
|
"errorBackground": "notifError",
|
||||||
"errorBorderColor": "notifError",
|
"errorBorderColor": "notifError",
|
||||||
"errorForeground": "fg",
|
"errorForeground": "fg",
|
||||||
|
"infoBackground": "notif",
|
||||||
|
"infoBorderColor": "notif",
|
||||||
"infoForeground": "fg",
|
"infoForeground": "fg",
|
||||||
"informativeBackground": "notifInfo",
|
"informativeBackground": "notif",
|
||||||
"informativeBorderColor": "notifInfo",
|
"informativeBorderColor": "notif",
|
||||||
"informativeForeground": "fg",
|
"informativeForeground": "fg",
|
||||||
"warningBackground": "notifWarn",
|
"warningBackground": "notifWarn",
|
||||||
"warningBorderColor": "notifWarn",
|
"warningBorderColor": "notifWarn",
|
||||||
@@ -736,7 +849,8 @@
|
|||||||
},
|
},
|
||||||
"ToolWindowInfo": {
|
"ToolWindowInfo": {
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"background": "notifInfo"
|
"background": "notif",
|
||||||
|
"borderColor": "notif"
|
||||||
},
|
},
|
||||||
"ToolWindowWarning": {
|
"ToolWindowWarning": {
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
@@ -786,7 +900,7 @@
|
|||||||
"lineSeparatorColor": "table"
|
"lineSeparatorColor": "table"
|
||||||
},
|
},
|
||||||
"PasswordField": {
|
"PasswordField": {
|
||||||
"background": "hc",
|
"background": "cs",
|
||||||
"capsLockIconColor": "accent",
|
"capsLockIconColor": "accent",
|
||||||
"caretForeground": "accent",
|
"caretForeground": "accent",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
@@ -796,6 +910,7 @@
|
|||||||
},
|
},
|
||||||
"Plugins": {
|
"Plugins": {
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
|
"borderColor": "border",
|
||||||
"disabledForeground": "dis",
|
"disabledForeground": "dis",
|
||||||
"eapTagBackground": "hl",
|
"eapTagBackground": "hl",
|
||||||
"hoverBackground": "hl",
|
"hoverBackground": "hl",
|
||||||
@@ -817,8 +932,11 @@
|
|||||||
"updateBorderColor": "button",
|
"updateBorderColor": "button",
|
||||||
"updateForeground": "fg"
|
"updateForeground": "fg"
|
||||||
},
|
},
|
||||||
|
"ScreenshotPagination": {
|
||||||
|
"CurrentImage.fillColor": "accent"
|
||||||
|
},
|
||||||
"SearchField": {
|
"SearchField": {
|
||||||
"background": "hc",
|
"background": "cs",
|
||||||
"borderColor": "border"
|
"borderColor": "border"
|
||||||
},
|
},
|
||||||
"SectionHeader": {
|
"SectionHeader": {
|
||||||
@@ -836,27 +954,38 @@
|
|||||||
},
|
},
|
||||||
"Popup": {
|
"Popup": {
|
||||||
"Advertiser": {
|
"Advertiser": {
|
||||||
|
"borderInsets": "6,20,6,20",
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"borderColor": "bg",
|
"borderColor": "bg",
|
||||||
"foreground": "accent"
|
"foreground": "accent"
|
||||||
},
|
},
|
||||||
|
"Body": {
|
||||||
|
"bottomInsetNoAd": 8,
|
||||||
|
"bottomInsetBeforeAd": 8,
|
||||||
|
"topInsetNoHeader": 8
|
||||||
|
},
|
||||||
"Border": {
|
"Border": {
|
||||||
"color": "cs",
|
"color": "cs",
|
||||||
"inactiveColor": "bg"
|
"inactiveColor": "bg"
|
||||||
},
|
},
|
||||||
|
"background": "notif",
|
||||||
"borderColor": "cs",
|
"borderColor": "cs",
|
||||||
|
"borderWidth": 0,
|
||||||
"inactiveBorderColor": "bg",
|
"inactiveBorderColor": "bg",
|
||||||
"innerBorderColor": "second",
|
"innerBorderColor": "second",
|
||||||
"Header": {
|
"Header": {
|
||||||
"activeBackground": "bg",
|
"activeBackground": "bg",
|
||||||
"inactiveBackground": "cs"
|
"inactiveBackground": "cs",
|
||||||
|
"inactiveForeground": "text"
|
||||||
},
|
},
|
||||||
"paintBorder": true,
|
"paintBorder": false,
|
||||||
"preferences": {
|
"preferences": {
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"borderColor": "bg",
|
"borderColor": "bg",
|
||||||
"foreground": "fg"
|
"foreground": "fg"
|
||||||
},
|
},
|
||||||
|
"Selection.arc": 8,
|
||||||
|
"Selection.leftRightInset": 8,
|
||||||
"Separator": {
|
"Separator": {
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"color": "border"
|
"color": "border"
|
||||||
@@ -872,13 +1001,24 @@
|
|||||||
},
|
},
|
||||||
"PopupMenu": {
|
"PopupMenu": {
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"border": "2,0,2,0",
|
"borderWidth": 1,
|
||||||
|
"border": "8,8,8,8",
|
||||||
|
"borderCornerRadius": 8,
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
|
"Selection": {
|
||||||
|
"arc": 8,
|
||||||
|
"innerInsets": "8,2,8,2"
|
||||||
|
},
|
||||||
"selectionBackground": "selBg",
|
"selectionBackground": "selBg",
|
||||||
"translucentBackground": "bg"
|
"translucentBackground": "bg"
|
||||||
},
|
},
|
||||||
"PopupMenuSeparator.height": 10,
|
"PopupMenuSeparator": {
|
||||||
"PopupMenuSeparator.stripeIndent": 5,
|
"height": 10,
|
||||||
|
"stripeWidth": 2,
|
||||||
|
"stripeIndent": 5,
|
||||||
|
"withToEdge": 4,
|
||||||
|
"borderCornerRadius": 8
|
||||||
|
},
|
||||||
"ProgressBar": {
|
"ProgressBar": {
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"foreground": "accent",
|
"foreground": "accent",
|
||||||
@@ -922,12 +1062,27 @@
|
|||||||
"selectionBackground": "selBg",
|
"selectionBackground": "selBg",
|
||||||
"selectionForeground": "selFg"
|
"selectionForeground": "selFg"
|
||||||
},
|
},
|
||||||
|
"ReviewList": {
|
||||||
|
"state.background": "second",
|
||||||
|
"state.foreground": "fg"
|
||||||
|
},
|
||||||
"RunWidget": {
|
"RunWidget": {
|
||||||
|
"background": "button",
|
||||||
|
"Debug.activeBackground": "hl",
|
||||||
|
"foreground": "fg",
|
||||||
|
"hoverBackground": "table",
|
||||||
|
"pressedBackground": "hl",
|
||||||
|
"Profile.activeBackground": "hl",
|
||||||
|
"runningBackground": "hl",
|
||||||
|
"runningForeground": "selFg",
|
||||||
|
"Run.activeBackground": "hl",
|
||||||
"Running": {
|
"Running": {
|
||||||
"background": "accent",
|
"background": "hl",
|
||||||
"leftHoverBackground": "accent70",
|
"foreground": "selFg",
|
||||||
"leftPressedBackground": "accent"
|
"leftHoverBackground": "hl",
|
||||||
}
|
"leftPressedBackground": "hl"
|
||||||
|
},
|
||||||
|
"separatorColor": "border"
|
||||||
},
|
},
|
||||||
"ScreenView.borderColor": "border",
|
"ScreenView.borderColor": "border",
|
||||||
"scrollbar": "bg",
|
"scrollbar": "bg",
|
||||||
@@ -971,8 +1126,9 @@
|
|||||||
},
|
},
|
||||||
"SearchEverywhere": {
|
"SearchEverywhere": {
|
||||||
"Advertiser": {
|
"Advertiser": {
|
||||||
"background": "cs",
|
"background": "bg",
|
||||||
"foreground": "text"
|
"foreground": "text",
|
||||||
|
"borderInsets": "10,20,10,20"
|
||||||
},
|
},
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"Dialog": {
|
"Dialog": {
|
||||||
@@ -989,11 +1145,12 @@
|
|||||||
"Separator.foreground": "text",
|
"Separator.foreground": "text",
|
||||||
"selectionBackground": "selBg",
|
"selectionBackground": "selBg",
|
||||||
"separatorColor": "border",
|
"separatorColor": "border",
|
||||||
"separatorForeground": "text"
|
"separatorForeground": "text",
|
||||||
|
"settingsBackground": "bg"
|
||||||
},
|
},
|
||||||
"SearchField": {
|
"SearchField": {
|
||||||
"Border.color": "hl",
|
"Border.color": "hl",
|
||||||
"background": "hc",
|
"background": "cs",
|
||||||
"borderColor": "hl",
|
"borderColor": "hl",
|
||||||
"grayForeground": "dis",
|
"grayForeground": "dis",
|
||||||
"infoForeground": "dis"
|
"infoForeground": "dis"
|
||||||
@@ -1015,8 +1172,13 @@
|
|||||||
"startColor": "accent"
|
"startColor": "accent"
|
||||||
},
|
},
|
||||||
"SearchField.errorBackground": "notif",
|
"SearchField.errorBackground": "notif",
|
||||||
|
"SearchFieldWithExtension": {
|
||||||
|
"background": "cs"
|
||||||
|
},
|
||||||
"SearchOption": {
|
"SearchOption": {
|
||||||
"selectedBackground": "table"
|
"selectedBackground": "table",
|
||||||
|
"selectedPressedBackground": "hl",
|
||||||
|
"selectedHoveredBackground": "hl"
|
||||||
},
|
},
|
||||||
"SearchResults": {
|
"SearchResults": {
|
||||||
"Ordinal.File.Foreground": "text",
|
"Ordinal.File.Foreground": "text",
|
||||||
@@ -1056,12 +1218,12 @@
|
|||||||
"SpeedSearch": {
|
"SpeedSearch": {
|
||||||
"background": "hl",
|
"background": "hl",
|
||||||
"borderColor": "border",
|
"borderColor": "border",
|
||||||
"errorForeground": "fg",
|
"errorForeground": "red",
|
||||||
"foreground": "fg"
|
"foreground": "fg"
|
||||||
},
|
},
|
||||||
"Spinner": {
|
"Spinner": {
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"border": "3,3,3,3",
|
"border": "4,4,4,4",
|
||||||
"disabledBackground": "excl",
|
"disabledBackground": "excl",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"selectionForeground": "activeFg"
|
"selectionForeground": "activeFg"
|
||||||
@@ -1077,15 +1239,17 @@
|
|||||||
"Breadcrumbs": {
|
"Breadcrumbs": {
|
||||||
"floatingBackground": "tree",
|
"floatingBackground": "tree",
|
||||||
"floatingForeground": "fg",
|
"floatingForeground": "fg",
|
||||||
|
"floatingToolbarInsets": "8,12,8,12",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"hoverBackground": "tree",
|
"hoverBackground": "tree",
|
||||||
"hoverForeground": "fg",
|
"hoverForeground": "fg",
|
||||||
|
"itemBackgroundInsets": "2,4,2,4",
|
||||||
"selectionBackground": "selBg",
|
"selectionBackground": "selBg",
|
||||||
"selectionForeground": "activeFg",
|
"selectionForeground": "activeFg",
|
||||||
"selectionInactiveBackground": "button",
|
"selectionInactiveBackground": "button",
|
||||||
"selectionInactiveForeground": "fg"
|
"selectionInactiveForeground": "fg"
|
||||||
},
|
},
|
||||||
"borderColor": "bg",
|
"borderColor": "border",
|
||||||
"bottomColor": "bg",
|
"bottomColor": "bg",
|
||||||
"hoverBackground": "hl",
|
"hoverBackground": "hl",
|
||||||
"top2Color": "bg",
|
"top2Color": "bg",
|
||||||
@@ -1096,7 +1260,8 @@
|
|||||||
"hoverBackground": "hl",
|
"hoverBackground": "hl",
|
||||||
"hoverForeground": "selFg",
|
"hoverForeground": "selFg",
|
||||||
"pressedBackground": "button",
|
"pressedBackground": "button",
|
||||||
"pressedForeground": "fg"
|
"pressedForeground": "fg",
|
||||||
|
"widgetInsets": "8,12,8,12"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"TabbedPane": {
|
"TabbedPane": {
|
||||||
@@ -1126,6 +1291,7 @@
|
|||||||
"shadow": "hc",
|
"shadow": "hc",
|
||||||
"tabHeight": 32,
|
"tabHeight": 32,
|
||||||
"tabInsets": "5,10,5,10",
|
"tabInsets": "5,10,5,10",
|
||||||
|
"tabSelectionArc": 4,
|
||||||
"tabSelectionHeight": 2,
|
"tabSelectionHeight": 2,
|
||||||
"tabsOverlapBorder": true,
|
"tabsOverlapBorder": true,
|
||||||
"underlineColor": "accent"
|
"underlineColor": "accent"
|
||||||
@@ -1134,13 +1300,13 @@
|
|||||||
"Table": {
|
"Table": {
|
||||||
"alternativeRowBackground": "cs",
|
"alternativeRowBackground": "cs",
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"cellNoFocusBorder": "10,5,10,5",
|
"cellNoFocusBorder": "16,4,16,4",
|
||||||
"disabledForeground": "dis",
|
"disabledForeground": "dis",
|
||||||
"dropLineColor": "accent",
|
"dropLineColor": "accent",
|
||||||
"dropLineShortColor": "accent",
|
"dropLineShortColor": "accent",
|
||||||
"focusCellBackground": "table",
|
"focusCellBackground": "table",
|
||||||
"focusCellForeground": "activeFg",
|
"focusCellForeground": "activeFg",
|
||||||
"focusCellHighlightBorder": "10,5,10,5",
|
"focusCellHighlightBorder": "18,6,18,6",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"gridColor": "bg",
|
"gridColor": "bg",
|
||||||
"highlightOuter": "table",
|
"highlightOuter": "table",
|
||||||
@@ -1150,6 +1316,7 @@
|
|||||||
"lightSelectionForeground": "activeFg",
|
"lightSelectionForeground": "activeFg",
|
||||||
"lightSelectionInactiveBackground": "second",
|
"lightSelectionInactiveBackground": "second",
|
||||||
"lightSelectionInactiveForeground": "text",
|
"lightSelectionInactiveForeground": "text",
|
||||||
|
"rowHeight": 32,
|
||||||
"selectionBackground": "table",
|
"selectionBackground": "table",
|
||||||
"selectionForeground": "activeFg",
|
"selectionForeground": "activeFg",
|
||||||
"selectionInactiveBackground": "table",
|
"selectionInactiveBackground": "table",
|
||||||
@@ -1160,14 +1327,14 @@
|
|||||||
},
|
},
|
||||||
"TableHeader": {
|
"TableHeader": {
|
||||||
"background": "button",
|
"background": "button",
|
||||||
|
"bottomSeparatorColor": "border",
|
||||||
"borderColor": "hl",
|
"borderColor": "hl",
|
||||||
"bottomSeparatorColor": "hl",
|
"cellBorder": "6,0,6,0",
|
||||||
"cellBorder": "4,0,4,0",
|
|
||||||
"disabledForeground": "dis",
|
"disabledForeground": "dis",
|
||||||
"focusCellBackground": "table",
|
"focusCellBackground": "table",
|
||||||
"focusCellForeground": "activeFg",
|
"focusCellForeground": "activeFg",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"height": 25,
|
"height": 32,
|
||||||
"hoverBackground": "hl",
|
"hoverBackground": "hl",
|
||||||
"separatorColor": "border"
|
"separatorColor": "border"
|
||||||
},
|
},
|
||||||
@@ -1182,7 +1349,7 @@
|
|||||||
"textHighlightText": "activeFg",
|
"textHighlightText": "activeFg",
|
||||||
"textText": "text",
|
"textText": "text",
|
||||||
"TextArea": {
|
"TextArea": {
|
||||||
"background": "hc",
|
"background": "cs",
|
||||||
"caretForeground": "accent",
|
"caretForeground": "accent",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"inactiveForeground": "dis",
|
"inactiveForeground": "dis",
|
||||||
@@ -1190,7 +1357,7 @@
|
|||||||
"selectionForeground": "activeFg"
|
"selectionForeground": "activeFg"
|
||||||
},
|
},
|
||||||
"TextField": {
|
"TextField": {
|
||||||
"background": "hc",
|
"background": "cs",
|
||||||
"borderColor": "bg",
|
"borderColor": "bg",
|
||||||
"caretForeground": "accent",
|
"caretForeground": "accent",
|
||||||
"disabledBackground": "excl",
|
"disabledBackground": "excl",
|
||||||
@@ -1205,15 +1372,21 @@
|
|||||||
"separatorColorDisabled": "bg"
|
"separatorColorDisabled": "bg"
|
||||||
},
|
},
|
||||||
"TextPane": {
|
"TextPane": {
|
||||||
"background": "hc",
|
"background": "cs",
|
||||||
"caretForeground": "accent",
|
"caretForeground": "accent",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"inactiveForeground": "dis",
|
"inactiveForeground": "dis",
|
||||||
"selectionBackground": "table",
|
"selectionBackground": "table",
|
||||||
"selectionForeground": "activeFg"
|
"selectionForeground": "activeFg"
|
||||||
},
|
},
|
||||||
|
"TipOfTheDay": {
|
||||||
|
"Image.borderColor": "border"
|
||||||
|
},
|
||||||
"TitlePane": {
|
"TitlePane": {
|
||||||
"Button.hoverBackground": "hl",
|
"Button": {
|
||||||
|
"hoverBackground": "hl",
|
||||||
|
"preferredSize": "48,40"
|
||||||
|
},
|
||||||
"background": "hc",
|
"background": "hc",
|
||||||
"inactiveBackground": "bg",
|
"inactiveBackground": "bg",
|
||||||
"inactiveInfoForeground": "dis",
|
"inactiveInfoForeground": "dis",
|
||||||
@@ -1240,7 +1413,9 @@
|
|||||||
"borderHandleColor": "text",
|
"borderHandleColor": "text",
|
||||||
"comboBoxButtonBackground": "button",
|
"comboBoxButtonBackground": "button",
|
||||||
"floatingForeground": "text",
|
"floatingForeground": "text",
|
||||||
"foreground": "fg"
|
"foreground": "fg",
|
||||||
|
"verticalToolbarInsets": "6,6,6,6",
|
||||||
|
"horizontalToolbarInsets": "6,6,6,6"
|
||||||
},
|
},
|
||||||
"ToolbarComboWidget": {
|
"ToolbarComboWidget": {
|
||||||
"background": "button",
|
"background": "button",
|
||||||
@@ -1252,6 +1427,7 @@
|
|||||||
"description.title.text.color": "fg"
|
"description.title.text.color": "fg"
|
||||||
},
|
},
|
||||||
"ToolTip": {
|
"ToolTip": {
|
||||||
|
"arc": 6,
|
||||||
"actions": {
|
"actions": {
|
||||||
"background": "bg"
|
"background": "bg"
|
||||||
},
|
},
|
||||||
@@ -1262,8 +1438,10 @@
|
|||||||
},
|
},
|
||||||
"background": "notif",
|
"background": "notif",
|
||||||
"borderColor": "border",
|
"borderColor": "border",
|
||||||
|
"borderCornerRadius": 8,
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"infoForeground": "text",
|
"infoForeground": "text",
|
||||||
|
"linkForeground": "accent",
|
||||||
"Learning": {
|
"Learning": {
|
||||||
"background": "accent",
|
"background": "accent",
|
||||||
"borderColor": "accent",
|
"borderColor": "accent",
|
||||||
@@ -1284,6 +1462,10 @@
|
|||||||
"background": "hc",
|
"background": "hc",
|
||||||
"Button": {
|
"Button": {
|
||||||
"hoverBackground": "table",
|
"hoverBackground": "table",
|
||||||
|
"DragAndDrop": {
|
||||||
|
"stripeBackground": "cs",
|
||||||
|
"buttonDropBackground": "accent70"
|
||||||
|
},
|
||||||
"selectedBackground": "cs",
|
"selectedBackground": "cs",
|
||||||
"selectedForeground": "activeFg"
|
"selectedForeground": "activeFg"
|
||||||
},
|
},
|
||||||
@@ -1296,6 +1478,7 @@
|
|||||||
"tab.selected.background": "cs"
|
"tab.selected.background": "cs"
|
||||||
},
|
},
|
||||||
"Header": {
|
"Header": {
|
||||||
|
"height": 42,
|
||||||
"background": "second",
|
"background": "second",
|
||||||
"borderColor": "second",
|
"borderColor": "second",
|
||||||
"inactiveBackground": "bg"
|
"inactiveBackground": "bg"
|
||||||
@@ -1308,13 +1491,17 @@
|
|||||||
"hoverBackground": "hl",
|
"hoverBackground": "hl",
|
||||||
"hoverInactiveBackground": "hl",
|
"hoverInactiveBackground": "hl",
|
||||||
"inactiveUnderlineColor": "accent",
|
"inactiveUnderlineColor": "accent",
|
||||||
|
"leftRightInsets": "0,12,0,12",
|
||||||
"selectedBackground": "cs",
|
"selectedBackground": "cs",
|
||||||
"selectedInactiveBackground": "cs",
|
"selectedInactiveBackground": "cs",
|
||||||
|
"underlineArc": 4,
|
||||||
"underlineColor": "accent",
|
"underlineColor": "accent",
|
||||||
|
"underlineHeight": 3,
|
||||||
"underlinedTabBackground": "table",
|
"underlinedTabBackground": "table",
|
||||||
"underlinedTabForeground": "selFg",
|
"underlinedTabForeground": "selFg",
|
||||||
"underlinedTabInactiveBackground": "hc",
|
"underlinedTabInactiveBackground": "hc",
|
||||||
"underlinedTabInactiveForeground": "fg"
|
"underlinedTabInactiveForeground": "fg",
|
||||||
|
"verticalPadding": 6
|
||||||
},
|
},
|
||||||
"inactive": {
|
"inactive": {
|
||||||
"Header.background": "bg",
|
"Header.background": "bg",
|
||||||
@@ -1322,13 +1509,15 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"Tree": {
|
"Tree": {
|
||||||
|
"border": "4,12,4,12",
|
||||||
"background": "hc",
|
"background": "hc",
|
||||||
"foreground": "text",
|
"foreground": "text",
|
||||||
|
"errorForeground": "red",
|
||||||
"hash": "border",
|
"hash": "border",
|
||||||
"hoverBackground": "tree",
|
"hoverBackground": "tree",
|
||||||
"hoverInactiveBackground": "table",
|
"hoverInactiveBackground": "table",
|
||||||
"modifiedItemForeground": "accent",
|
"modifiedItemForeground": "accent",
|
||||||
"rowHeight": 28,
|
"rowHeight": "28",
|
||||||
"selectionBackground": "tree",
|
"selectionBackground": "tree",
|
||||||
"selectionForeground": "selFg",
|
"selectionForeground": "selFg",
|
||||||
"selectionInactiveBackground": "tree",
|
"selectionInactiveBackground": "tree",
|
||||||
@@ -1355,7 +1544,6 @@
|
|||||||
"hoverBorderColor": "hl"
|
"hoverBorderColor": "hl"
|
||||||
},
|
},
|
||||||
"Label.foreground": "text",
|
"Label.foreground": "text",
|
||||||
"List.selectionBackground": "tree",
|
|
||||||
"highStroke.foreground": "fg",
|
"highStroke.foreground": "fg",
|
||||||
"motion": {
|
"motion": {
|
||||||
"AddConstraintColor": "accent",
|
"AddConstraintColor": "accent",
|
||||||
@@ -1392,6 +1580,35 @@
|
|||||||
"ourML_BarColor.separatorColor": "border",
|
"ourML_BarColor.separatorColor": "border",
|
||||||
"timeLine.disabledBorderColor": "border"
|
"timeLine.disabledBorderColor": "border"
|
||||||
},
|
},
|
||||||
|
"PackageDetails": {
|
||||||
|
"border": "accent",
|
||||||
|
"infoBanner": "accent"
|
||||||
|
},
|
||||||
|
"PackageSearch": {
|
||||||
|
"PackagesList.rowHeight": 28,
|
||||||
|
"PackageTag": {
|
||||||
|
"background": "excl",
|
||||||
|
"foreground": "fg",
|
||||||
|
"hoverBackground": "tree",
|
||||||
|
"selectedBackground": "selBg",
|
||||||
|
"selectedForeground": "selFg"
|
||||||
|
},
|
||||||
|
"PackageTagSelected": {
|
||||||
|
"background": "selBg",
|
||||||
|
"foreground": "selFg"
|
||||||
|
},
|
||||||
|
"SearchResult": {
|
||||||
|
"background": "cs",
|
||||||
|
"hoverBackground": "tree",
|
||||||
|
"PackageTag": {
|
||||||
|
"background": "excl",
|
||||||
|
"foreground": "fg",
|
||||||
|
"hoverBackground": "tree",
|
||||||
|
"selectedBackground": "selBg",
|
||||||
|
"selectedForeground": "selFg"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"Panel": {
|
"Panel": {
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"borderColor": "border",
|
"borderColor": "border",
|
||||||
@@ -1418,7 +1635,7 @@
|
|||||||
},
|
},
|
||||||
"VersionControl": {
|
"VersionControl": {
|
||||||
"FileHistory.Commit": {
|
"FileHistory.Commit": {
|
||||||
"otherBranchBackground": "bg",
|
"otherBranchBackground": "excl",
|
||||||
"selectedBranchBackground": "bg"
|
"selectedBranchBackground": "bg"
|
||||||
},
|
},
|
||||||
"GitCommits": {
|
"GitCommits": {
|
||||||
@@ -1443,9 +1660,15 @@
|
|||||||
"Commit": {
|
"Commit": {
|
||||||
"currentBranchBackground": "cs",
|
"currentBranchBackground": "cs",
|
||||||
"hoveredBackground": "tree",
|
"hoveredBackground": "tree",
|
||||||
|
"rowHeight": 28,
|
||||||
"unmatchedForeground": "text"
|
"unmatchedForeground": "text"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"MarkerPopup": {
|
||||||
|
"borderColor": "border",
|
||||||
|
"borderInsets": "6,8,6,10",
|
||||||
|
"Toolbar.background": "hl"
|
||||||
|
},
|
||||||
"Ref": {
|
"Ref": {
|
||||||
"backgroundBase": "hl",
|
"backgroundBase": "hl",
|
||||||
"foreground": "activeFg"
|
"foreground": "activeFg"
|
||||||
@@ -1455,6 +1678,11 @@
|
|||||||
"foreground": "activeFg"
|
"foreground": "activeFg"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"UnattendedHostStatus": {
|
||||||
|
"warningBackground": "yellow",
|
||||||
|
"warningForeground": "activeFg",
|
||||||
|
"dangerBackground": "red"
|
||||||
|
},
|
||||||
"Viewport": {
|
"Viewport": {
|
||||||
"background": "hc",
|
"background": "hc",
|
||||||
"foreground": "fg"
|
"foreground": "fg"
|
||||||
|
|||||||
@@ -11,7 +11,7 @@
|
|||||||
"selBg20": "#44426720",
|
"selBg20": "#44426720",
|
||||||
"selFg": "#FFFFFF",
|
"selFg": "#FFFFFF",
|
||||||
"activeFg": "#FFFFFF",
|
"activeFg": "#FFFFFF",
|
||||||
"border": "#2b2a3e",
|
"border": "#323147",
|
||||||
"excl": "#2f2e43",
|
"excl": "#2f2e43",
|
||||||
"second": "#34324a",
|
"second": "#34324a",
|
||||||
"dis": "#515772",
|
"dis": "#515772",
|
||||||
@@ -22,7 +22,7 @@
|
|||||||
"cs": "#202331",
|
"cs": "#202331",
|
||||||
"button": "#303348",
|
"button": "#303348",
|
||||||
"table": "#414863",
|
"table": "#414863",
|
||||||
"tree": "#676E95",
|
"tree": "#3b415b",
|
||||||
"hl": "#444267",
|
"hl": "#444267",
|
||||||
"notif": "#202331",
|
"notif": "#202331",
|
||||||
"hc": "#202331",
|
"hc": "#202331",
|
||||||
@@ -73,6 +73,10 @@
|
|||||||
"pressedBackground": "accent50",
|
"pressedBackground": "accent50",
|
||||||
"pressedBorderColor": "accent50"
|
"pressedBorderColor": "accent50"
|
||||||
},
|
},
|
||||||
|
"ActionsList": {
|
||||||
|
"icon.gap": 12,
|
||||||
|
"mnemonic.icon.gap": 12
|
||||||
|
},
|
||||||
"ActionToolbar": {
|
"ActionToolbar": {
|
||||||
"background": "hc"
|
"background": "hc"
|
||||||
},
|
},
|
||||||
@@ -127,8 +131,9 @@
|
|||||||
"BookmarkIcon.background": "accent",
|
"BookmarkIcon.background": "accent",
|
||||||
"Borders.ContrastBorderColor": "bg",
|
"Borders.ContrastBorderColor": "bg",
|
||||||
"Borders.color": "border",
|
"Borders.color": "border",
|
||||||
|
"Breakpoint.iconHoverAlpha": 0.35,
|
||||||
"Button": {
|
"Button": {
|
||||||
"arc": 0,
|
"arc": 8,
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"darcula": {
|
"darcula": {
|
||||||
"borderColor": "button",
|
"borderColor": "button",
|
||||||
@@ -181,7 +186,10 @@
|
|||||||
"shadowColor": "shadow",
|
"shadowColor": "shadow",
|
||||||
"shadowWidth": 0,
|
"shadowWidth": 0,
|
||||||
"startBackground": "table",
|
"startBackground": "table",
|
||||||
"startBorderColor": "button"
|
"startBorderColor": "button",
|
||||||
|
"ToolWindow": {
|
||||||
|
"arc": 40
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"Canvas": {
|
"Canvas": {
|
||||||
"Tooltip.background": "notif",
|
"Tooltip.background": "notif",
|
||||||
@@ -256,6 +264,32 @@
|
|||||||
"accessDot": "accent",
|
"accessDot": "accent",
|
||||||
"dropdownBorder": "second",
|
"dropdownBorder": "second",
|
||||||
"pillBackground": "second"
|
"pillBackground": "second"
|
||||||
|
},
|
||||||
|
"Users": {
|
||||||
|
"1": {
|
||||||
|
"Background": "green",
|
||||||
|
"Foreground": "fg"
|
||||||
|
},
|
||||||
|
"2": {
|
||||||
|
"Background": "blue",
|
||||||
|
"Foreground": "fg"
|
||||||
|
},
|
||||||
|
"3": {
|
||||||
|
"Background": "red",
|
||||||
|
"Foreground": "fg"
|
||||||
|
},
|
||||||
|
"4": {
|
||||||
|
"Background": "purple",
|
||||||
|
"Foreground": "fg"
|
||||||
|
},
|
||||||
|
"5": {
|
||||||
|
"Background": "yellow",
|
||||||
|
"Foreground": "fg"
|
||||||
|
},
|
||||||
|
"6": {
|
||||||
|
"Background": "orange",
|
||||||
|
"Foreground": "fg"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"ColorChooser": {
|
"ColorChooser": {
|
||||||
@@ -293,7 +327,13 @@
|
|||||||
"selectionBackground": "table",
|
"selectionBackground": "table",
|
||||||
"selectionForeground": "activeFg"
|
"selectionForeground": "activeFg"
|
||||||
},
|
},
|
||||||
|
"ComboPopup.border": "1,1,1,1,#ab47bc",
|
||||||
"CompletionPopup": {
|
"CompletionPopup": {
|
||||||
|
"Advertiser": {
|
||||||
|
"background": "bg",
|
||||||
|
"foreground": "fg",
|
||||||
|
"borderInsets": "8,12,8,12"
|
||||||
|
},
|
||||||
"background": "second",
|
"background": "second",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"grayForeground": "text",
|
"grayForeground": "text",
|
||||||
@@ -313,8 +353,12 @@
|
|||||||
"selectionInactiveInfoForeground": "text",
|
"selectionInactiveInfoForeground": "text",
|
||||||
"selectionInfoForeground": "selFg"
|
"selectionInfoForeground": "selFg"
|
||||||
},
|
},
|
||||||
|
"ComplexPopup": {
|
||||||
|
"Header.background": "notif"
|
||||||
|
},
|
||||||
"Component": {
|
"Component": {
|
||||||
"arc": 4,
|
"arc": 4,
|
||||||
|
"focusWidth": 2,
|
||||||
"borderColor": "hl",
|
"borderColor": "hl",
|
||||||
"disabledBorderColor": "dis",
|
"disabledBorderColor": "dis",
|
||||||
"focusColor": "accent",
|
"focusColor": "accent",
|
||||||
@@ -351,6 +395,7 @@
|
|||||||
},
|
},
|
||||||
"desktop": "hc",
|
"desktop": "hc",
|
||||||
"Debugger": {
|
"Debugger": {
|
||||||
|
"EvaluateExpression.background": "bg",
|
||||||
"Variables": {
|
"Variables": {
|
||||||
"changedValueForeground": "accent",
|
"changedValueForeground": "accent",
|
||||||
"collectingDataForeground": "text",
|
"collectingDataForeground": "text",
|
||||||
@@ -358,13 +403,15 @@
|
|||||||
"evaluatingExpressionForeground": "text",
|
"evaluatingExpressionForeground": "text",
|
||||||
"exceptionForeground": "yellow",
|
"exceptionForeground": "yellow",
|
||||||
"modifyingValueForeground": "accent",
|
"modifyingValueForeground": "accent",
|
||||||
"valueForeground": "accent"
|
"valueForeground": "accent",
|
||||||
|
"typeForeground": "text"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"DebuggerTabs": {
|
"DebuggerTabs": {
|
||||||
"active.background": "hl",
|
"active.background": "hl",
|
||||||
"selectedBackground": "hl",
|
"selectedBackground": "hl",
|
||||||
"underlinedTabBackground": "table"
|
"underlinedTabBackground": "table",
|
||||||
|
"underlineHeight": 2
|
||||||
},
|
},
|
||||||
"DebuggerPopup": {
|
"DebuggerPopup": {
|
||||||
"borderColor": "bg"
|
"borderColor": "bg"
|
||||||
@@ -380,6 +427,7 @@
|
|||||||
"inactiveMaskColor": "hc",
|
"inactiveMaskColor": "hc",
|
||||||
"inactiveUnderlineColor": "accent",
|
"inactiveUnderlineColor": "accent",
|
||||||
"underlineColor": "accent",
|
"underlineColor": "accent",
|
||||||
|
"underlineHeight": 3,
|
||||||
"underlinedTabBackground": "table",
|
"underlinedTabBackground": "table",
|
||||||
"underlinedTabForeground": "selFg"
|
"underlinedTabForeground": "selFg"
|
||||||
},
|
},
|
||||||
@@ -398,13 +446,21 @@
|
|||||||
"backgroundBorderColor": "bg",
|
"backgroundBorderColor": "bg",
|
||||||
"backgroundColor": "bg",
|
"backgroundColor": "bg",
|
||||||
"borderColor": "accent",
|
"borderColor": "accent",
|
||||||
"foregroundColor": "fg"
|
"foregroundColor": "fg",
|
||||||
|
"rowBackground": "accent70"
|
||||||
},
|
},
|
||||||
"dropArea.base": "accent",
|
"dropArea.base": "accent",
|
||||||
"Editor": {
|
"Editor": {
|
||||||
"background": "hc",
|
"background": "hc",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"shortcutForeground": "text"
|
"shortcutForeground": "text",
|
||||||
|
"SearchField": {
|
||||||
|
"background": "cs",
|
||||||
|
"borderInsets": "8,12,8,12"
|
||||||
|
},
|
||||||
|
"Toolbar": {
|
||||||
|
"borderColor": "border"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"EditorGroupsTabs": {
|
"EditorGroupsTabs": {
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
@@ -423,7 +479,8 @@
|
|||||||
"inactiveBackground": "bg",
|
"inactiveBackground": "bg",
|
||||||
"inactiveForeground": "dis",
|
"inactiveForeground": "dis",
|
||||||
"selectionBackground": "selBg",
|
"selectionBackground": "selBg",
|
||||||
"selectionForeground": "activeFg"
|
"selectionForeground": "activeFg",
|
||||||
|
"splitBorder": "border"
|
||||||
},
|
},
|
||||||
"EditorTabs": {
|
"EditorTabs": {
|
||||||
"active.background": "table",
|
"active.background": "table",
|
||||||
@@ -441,7 +498,10 @@
|
|||||||
"inactiveUnderlineColor": "dis",
|
"inactiveUnderlineColor": "dis",
|
||||||
"selectedBackground": "table",
|
"selectedBackground": "table",
|
||||||
"selectedForeground": "fg",
|
"selectedForeground": "fg",
|
||||||
|
"tabInsets": "-10,10,-10,10",
|
||||||
"underlineColor": "accent",
|
"underlineColor": "accent",
|
||||||
|
"underlineHeight": 3,
|
||||||
|
"underlineArc": 4,
|
||||||
"underlinedTabBackground": "table",
|
"underlinedTabBackground": "table",
|
||||||
"underlinedTabForeground": "selFg"
|
"underlinedTabForeground": "selFg"
|
||||||
},
|
},
|
||||||
@@ -472,7 +532,7 @@
|
|||||||
"defaultButtonBorderColor": "accent"
|
"defaultButtonBorderColor": "accent"
|
||||||
},
|
},
|
||||||
"FormattedTextField": {
|
"FormattedTextField": {
|
||||||
"background": "hc",
|
"background": "cs",
|
||||||
"caretForeground": "accent",
|
"caretForeground": "accent",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"inactiveBackground": "button",
|
"inactiveBackground": "button",
|
||||||
@@ -509,6 +569,9 @@
|
|||||||
"disabledSeparatorColor": "border",
|
"disabledSeparatorColor": "border",
|
||||||
"separatorColor": "border"
|
"separatorColor": "border"
|
||||||
},
|
},
|
||||||
|
"Gutter": {
|
||||||
|
"VcsChanges.width": 4
|
||||||
|
},
|
||||||
"GutterTooltip": {
|
"GutterTooltip": {
|
||||||
"borderColor": "bg",
|
"borderColor": "bg",
|
||||||
"infoForeground": "text",
|
"infoForeground": "text",
|
||||||
@@ -522,11 +585,14 @@
|
|||||||
"background": "bg",
|
"background": "bg",
|
||||||
"backgroundColor": "bg",
|
"backgroundColor": "bg",
|
||||||
"borderColor": "border",
|
"borderColor": "border",
|
||||||
|
"defaultTextBorderInsets": "16,16,16,16",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"infoForeground": "text",
|
"infoForeground": "text",
|
||||||
"shortcutForeground": "text",
|
"shortcutForeground": "text",
|
||||||
"shortcutTextColor": "text",
|
"shortcutTextColor": "text",
|
||||||
"textColor": "fg"
|
"smallTextBorderInsets": "8,12,8,12",
|
||||||
|
"textColor": "fg",
|
||||||
|
"verticalGap": 8
|
||||||
},
|
},
|
||||||
"Hg.Log.Ref": {
|
"Hg.Log.Ref": {
|
||||||
"Branch": "accent",
|
"Branch": "accent",
|
||||||
@@ -594,6 +660,7 @@
|
|||||||
"link": "accent",
|
"link": "accent",
|
||||||
"Link": {
|
"Link": {
|
||||||
"activeForeground": "accent",
|
"activeForeground": "accent",
|
||||||
|
"focusedBorderColor": "accent",
|
||||||
"hoverForeground": "accent",
|
"hoverForeground": "accent",
|
||||||
"pressedForeground": "accent",
|
"pressedForeground": "accent",
|
||||||
"secondaryForeground": "text",
|
"secondaryForeground": "text",
|
||||||
@@ -605,27 +672,61 @@
|
|||||||
"link.visited.foreground": "accent",
|
"link.visited.foreground": "accent",
|
||||||
"List": {
|
"List": {
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
|
"Button": {
|
||||||
|
"hoverBackground": "hl",
|
||||||
|
"leftRightInset": 8,
|
||||||
|
"separatorColor": "border",
|
||||||
|
"separatorInset": 4
|
||||||
|
},
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"hoverBackground": "hl",
|
"hoverBackground": "hl",
|
||||||
"hoverInactiveBackground": "table",
|
"hoverInactiveBackground": "table",
|
||||||
|
"Line.hoverBackground": "selBg",
|
||||||
|
"rowHeight": "28",
|
||||||
|
"selectionBackground": "tree",
|
||||||
"selectionForeground": "selFg",
|
"selectionForeground": "selFg",
|
||||||
"selectionInactiveBackground": "table",
|
"selectionInactiveBackground": "table",
|
||||||
"selectionInactiveForeground": "activeFg"
|
"selectionInactiveForeground": "activeFg",
|
||||||
|
"Tag": {
|
||||||
|
"background": "button",
|
||||||
|
"foreground": "fg"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"LiveIndicator": {
|
"LiveIndicator": {
|
||||||
"color": "accent"
|
"color": "accent"
|
||||||
},
|
},
|
||||||
|
"macOSWindow.Title": {
|
||||||
|
"height": 30,
|
||||||
|
"heightSmall": 20
|
||||||
|
},
|
||||||
|
"MainMenu": {
|
||||||
|
"background": "hc",
|
||||||
|
"foreground": "fg",
|
||||||
|
"selectionForeground": "activeFg",
|
||||||
|
"selectionBackground": "selBg"
|
||||||
|
},
|
||||||
"MainToolbar": {
|
"MainToolbar": {
|
||||||
"Dropdown.background": "bg",
|
|
||||||
"Dropdown.hoverBackground": "border",
|
|
||||||
"Dropdown.pressedBackground": "table",
|
|
||||||
"Icon.background": "bg",
|
|
||||||
"Icon.hoverBackground": "border",
|
|
||||||
"Icon.pressedBackground": "table",
|
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"hoverBackground": "border",
|
"Button": {
|
||||||
|
"buttonInsets": "0,0,0,0"
|
||||||
|
},
|
||||||
|
"Dropdown": {
|
||||||
|
"borderInsets": "6,12,6,12",
|
||||||
|
"background": "bg",
|
||||||
|
"foreground": "fg",
|
||||||
|
"hoverBackground": "hl",
|
||||||
|
"pressedBackground": "table"
|
||||||
|
},
|
||||||
|
"hoverBackground": "hl",
|
||||||
|
"Icon": {
|
||||||
|
"borderInsets": "10,10,10,10",
|
||||||
|
"background": "bg",
|
||||||
|
"hoverBackground": "hl",
|
||||||
|
"pressedBackground": "table"
|
||||||
|
},
|
||||||
"inactiveBackground": "bg",
|
"inactiveBackground": "bg",
|
||||||
"pressedBackground": "table"
|
"pressedBackground": "table",
|
||||||
|
"separatorColor": "border"
|
||||||
},
|
},
|
||||||
"material": {
|
"material": {
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
@@ -652,11 +753,15 @@
|
|||||||
"acceleratorForeground": "text",
|
"acceleratorForeground": "text",
|
||||||
"acceleratorSelectionForeground": "activeFg",
|
"acceleratorSelectionForeground": "activeFg",
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"border": "4,2,4,2",
|
"border": "8,8,8,8",
|
||||||
"borderColor": "second",
|
"borderColor": "second",
|
||||||
"disabledBackground": "second",
|
"disabledBackground": "second",
|
||||||
"disabledForeground": "dis",
|
"disabledForeground": "dis",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
|
"Selection": {
|
||||||
|
"arc": 8,
|
||||||
|
"innerInsets": "8,2,8,2"
|
||||||
|
},
|
||||||
"selectionBackground": "selBg",
|
"selectionBackground": "selBg",
|
||||||
"selectionForeground": "activeFg",
|
"selectionForeground": "activeFg",
|
||||||
"separatorColor": "border"
|
"separatorColor": "border"
|
||||||
@@ -676,7 +781,7 @@
|
|||||||
"acceleratorForeground": "text",
|
"acceleratorForeground": "text",
|
||||||
"acceleratorSelectionForeground": "activeFg",
|
"acceleratorSelectionForeground": "activeFg",
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"border": "4,2,4,2",
|
"border": "8,8,8,8",
|
||||||
"disabledBackground": "bg",
|
"disabledBackground": "bg",
|
||||||
"disabledForeground": "dis",
|
"disabledForeground": "dis",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
@@ -699,11 +804,13 @@
|
|||||||
"background": "bg"
|
"background": "bg"
|
||||||
},
|
},
|
||||||
"SearchField": {
|
"SearchField": {
|
||||||
"background": "hc"
|
"background": "cs"
|
||||||
}
|
},
|
||||||
|
"separatorWidth": 6
|
||||||
},
|
},
|
||||||
"NewPSD.warning": "accent",
|
"NewPSD.warning": "accent",
|
||||||
"Notification": {
|
"Notification": {
|
||||||
|
"arc": 16,
|
||||||
"Error.foreground": "accent",
|
"Error.foreground": "accent",
|
||||||
"Link.foreground": "accent",
|
"Link.foreground": "accent",
|
||||||
"background": "notif",
|
"background": "notif",
|
||||||
@@ -719,12 +826,18 @@
|
|||||||
"innerBorderColor": "button"
|
"innerBorderColor": "button"
|
||||||
},
|
},
|
||||||
"ToolWindow": {
|
"ToolWindow": {
|
||||||
|
"Button.DragAndDrop": {
|
||||||
|
"buttonFloatingBackground": "button",
|
||||||
|
"stripeBackground": "bg"
|
||||||
|
},
|
||||||
"errorBackground": "notifError",
|
"errorBackground": "notifError",
|
||||||
"errorBorderColor": "notifError",
|
"errorBorderColor": "notifError",
|
||||||
"errorForeground": "fg",
|
"errorForeground": "fg",
|
||||||
|
"infoBackground": "notif",
|
||||||
|
"infoBorderColor": "notif",
|
||||||
"infoForeground": "fg",
|
"infoForeground": "fg",
|
||||||
"informativeBackground": "notifInfo",
|
"informativeBackground": "notif",
|
||||||
"informativeBorderColor": "notifInfo",
|
"informativeBorderColor": "notif",
|
||||||
"informativeForeground": "fg",
|
"informativeForeground": "fg",
|
||||||
"warningBackground": "notifWarn",
|
"warningBackground": "notifWarn",
|
||||||
"warningBorderColor": "notifWarn",
|
"warningBorderColor": "notifWarn",
|
||||||
@@ -736,7 +849,8 @@
|
|||||||
},
|
},
|
||||||
"ToolWindowInfo": {
|
"ToolWindowInfo": {
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"background": "notifInfo"
|
"background": "notif",
|
||||||
|
"borderColor": "notif"
|
||||||
},
|
},
|
||||||
"ToolWindowWarning": {
|
"ToolWindowWarning": {
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
@@ -786,7 +900,7 @@
|
|||||||
"lineSeparatorColor": "table"
|
"lineSeparatorColor": "table"
|
||||||
},
|
},
|
||||||
"PasswordField": {
|
"PasswordField": {
|
||||||
"background": "hc",
|
"background": "cs",
|
||||||
"capsLockIconColor": "accent",
|
"capsLockIconColor": "accent",
|
||||||
"caretForeground": "accent",
|
"caretForeground": "accent",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
@@ -796,6 +910,7 @@
|
|||||||
},
|
},
|
||||||
"Plugins": {
|
"Plugins": {
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
|
"borderColor": "border",
|
||||||
"disabledForeground": "dis",
|
"disabledForeground": "dis",
|
||||||
"eapTagBackground": "hl",
|
"eapTagBackground": "hl",
|
||||||
"hoverBackground": "hl",
|
"hoverBackground": "hl",
|
||||||
@@ -817,8 +932,11 @@
|
|||||||
"updateBorderColor": "button",
|
"updateBorderColor": "button",
|
||||||
"updateForeground": "fg"
|
"updateForeground": "fg"
|
||||||
},
|
},
|
||||||
|
"ScreenshotPagination": {
|
||||||
|
"CurrentImage.fillColor": "accent"
|
||||||
|
},
|
||||||
"SearchField": {
|
"SearchField": {
|
||||||
"background": "hc",
|
"background": "cs",
|
||||||
"borderColor": "border"
|
"borderColor": "border"
|
||||||
},
|
},
|
||||||
"SectionHeader": {
|
"SectionHeader": {
|
||||||
@@ -836,27 +954,38 @@
|
|||||||
},
|
},
|
||||||
"Popup": {
|
"Popup": {
|
||||||
"Advertiser": {
|
"Advertiser": {
|
||||||
|
"borderInsets": "6,20,6,20",
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"borderColor": "bg",
|
"borderColor": "bg",
|
||||||
"foreground": "accent"
|
"foreground": "accent"
|
||||||
},
|
},
|
||||||
|
"Body": {
|
||||||
|
"bottomInsetNoAd": 8,
|
||||||
|
"bottomInsetBeforeAd": 8,
|
||||||
|
"topInsetNoHeader": 8
|
||||||
|
},
|
||||||
"Border": {
|
"Border": {
|
||||||
"color": "cs",
|
"color": "cs",
|
||||||
"inactiveColor": "bg"
|
"inactiveColor": "bg"
|
||||||
},
|
},
|
||||||
|
"background": "notif",
|
||||||
"borderColor": "cs",
|
"borderColor": "cs",
|
||||||
|
"borderWidth": 0,
|
||||||
"inactiveBorderColor": "bg",
|
"inactiveBorderColor": "bg",
|
||||||
"innerBorderColor": "second",
|
"innerBorderColor": "second",
|
||||||
"Header": {
|
"Header": {
|
||||||
"activeBackground": "bg",
|
"activeBackground": "bg",
|
||||||
"inactiveBackground": "cs"
|
"inactiveBackground": "cs",
|
||||||
|
"inactiveForeground": "text"
|
||||||
},
|
},
|
||||||
"paintBorder": true,
|
"paintBorder": false,
|
||||||
"preferences": {
|
"preferences": {
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"borderColor": "bg",
|
"borderColor": "bg",
|
||||||
"foreground": "fg"
|
"foreground": "fg"
|
||||||
},
|
},
|
||||||
|
"Selection.arc": 8,
|
||||||
|
"Selection.leftRightInset": 8,
|
||||||
"Separator": {
|
"Separator": {
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"color": "border"
|
"color": "border"
|
||||||
@@ -872,13 +1001,24 @@
|
|||||||
},
|
},
|
||||||
"PopupMenu": {
|
"PopupMenu": {
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"border": "2,0,2,0",
|
"borderWidth": 1,
|
||||||
|
"border": "8,8,8,8",
|
||||||
|
"borderCornerRadius": 8,
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
|
"Selection": {
|
||||||
|
"arc": 8,
|
||||||
|
"innerInsets": "8,2,8,2"
|
||||||
|
},
|
||||||
"selectionBackground": "selBg",
|
"selectionBackground": "selBg",
|
||||||
"translucentBackground": "bg"
|
"translucentBackground": "bg"
|
||||||
},
|
},
|
||||||
"PopupMenuSeparator.height": 10,
|
"PopupMenuSeparator": {
|
||||||
"PopupMenuSeparator.stripeIndent": 5,
|
"height": 10,
|
||||||
|
"stripeWidth": 2,
|
||||||
|
"stripeIndent": 5,
|
||||||
|
"withToEdge": 4,
|
||||||
|
"borderCornerRadius": 8
|
||||||
|
},
|
||||||
"ProgressBar": {
|
"ProgressBar": {
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"foreground": "accent",
|
"foreground": "accent",
|
||||||
@@ -922,12 +1062,27 @@
|
|||||||
"selectionBackground": "selBg",
|
"selectionBackground": "selBg",
|
||||||
"selectionForeground": "selFg"
|
"selectionForeground": "selFg"
|
||||||
},
|
},
|
||||||
|
"ReviewList": {
|
||||||
|
"state.background": "second",
|
||||||
|
"state.foreground": "fg"
|
||||||
|
},
|
||||||
"RunWidget": {
|
"RunWidget": {
|
||||||
|
"background": "button",
|
||||||
|
"Debug.activeBackground": "hl",
|
||||||
|
"foreground": "fg",
|
||||||
|
"hoverBackground": "table",
|
||||||
|
"pressedBackground": "hl",
|
||||||
|
"Profile.activeBackground": "hl",
|
||||||
|
"runningBackground": "hl",
|
||||||
|
"runningForeground": "selFg",
|
||||||
|
"Run.activeBackground": "hl",
|
||||||
"Running": {
|
"Running": {
|
||||||
"background": "accent",
|
"background": "hl",
|
||||||
"leftHoverBackground": "accent70",
|
"foreground": "selFg",
|
||||||
"leftPressedBackground": "accent"
|
"leftHoverBackground": "hl",
|
||||||
}
|
"leftPressedBackground": "hl"
|
||||||
|
},
|
||||||
|
"separatorColor": "border"
|
||||||
},
|
},
|
||||||
"ScreenView.borderColor": "border",
|
"ScreenView.borderColor": "border",
|
||||||
"scrollbar": "bg",
|
"scrollbar": "bg",
|
||||||
@@ -971,8 +1126,9 @@
|
|||||||
},
|
},
|
||||||
"SearchEverywhere": {
|
"SearchEverywhere": {
|
||||||
"Advertiser": {
|
"Advertiser": {
|
||||||
"background": "cs",
|
"background": "bg",
|
||||||
"foreground": "text"
|
"foreground": "text",
|
||||||
|
"borderInsets": "10,20,10,20"
|
||||||
},
|
},
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"Dialog": {
|
"Dialog": {
|
||||||
@@ -989,11 +1145,12 @@
|
|||||||
"Separator.foreground": "text",
|
"Separator.foreground": "text",
|
||||||
"selectionBackground": "selBg",
|
"selectionBackground": "selBg",
|
||||||
"separatorColor": "border",
|
"separatorColor": "border",
|
||||||
"separatorForeground": "text"
|
"separatorForeground": "text",
|
||||||
|
"settingsBackground": "bg"
|
||||||
},
|
},
|
||||||
"SearchField": {
|
"SearchField": {
|
||||||
"Border.color": "hl",
|
"Border.color": "hl",
|
||||||
"background": "hc",
|
"background": "cs",
|
||||||
"borderColor": "hl",
|
"borderColor": "hl",
|
||||||
"grayForeground": "dis",
|
"grayForeground": "dis",
|
||||||
"infoForeground": "dis"
|
"infoForeground": "dis"
|
||||||
@@ -1015,8 +1172,13 @@
|
|||||||
"startColor": "accent"
|
"startColor": "accent"
|
||||||
},
|
},
|
||||||
"SearchField.errorBackground": "notif",
|
"SearchField.errorBackground": "notif",
|
||||||
|
"SearchFieldWithExtension": {
|
||||||
|
"background": "cs"
|
||||||
|
},
|
||||||
"SearchOption": {
|
"SearchOption": {
|
||||||
"selectedBackground": "table"
|
"selectedBackground": "table",
|
||||||
|
"selectedPressedBackground": "hl",
|
||||||
|
"selectedHoveredBackground": "hl"
|
||||||
},
|
},
|
||||||
"SearchResults": {
|
"SearchResults": {
|
||||||
"Ordinal.File.Foreground": "text",
|
"Ordinal.File.Foreground": "text",
|
||||||
@@ -1056,12 +1218,12 @@
|
|||||||
"SpeedSearch": {
|
"SpeedSearch": {
|
||||||
"background": "hl",
|
"background": "hl",
|
||||||
"borderColor": "border",
|
"borderColor": "border",
|
||||||
"errorForeground": "fg",
|
"errorForeground": "red",
|
||||||
"foreground": "fg"
|
"foreground": "fg"
|
||||||
},
|
},
|
||||||
"Spinner": {
|
"Spinner": {
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"border": "3,3,3,3",
|
"border": "4,4,4,4",
|
||||||
"disabledBackground": "excl",
|
"disabledBackground": "excl",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"selectionForeground": "activeFg"
|
"selectionForeground": "activeFg"
|
||||||
@@ -1077,15 +1239,17 @@
|
|||||||
"Breadcrumbs": {
|
"Breadcrumbs": {
|
||||||
"floatingBackground": "tree",
|
"floatingBackground": "tree",
|
||||||
"floatingForeground": "fg",
|
"floatingForeground": "fg",
|
||||||
|
"floatingToolbarInsets": "8,12,8,12",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"hoverBackground": "tree",
|
"hoverBackground": "tree",
|
||||||
"hoverForeground": "fg",
|
"hoverForeground": "fg",
|
||||||
|
"itemBackgroundInsets": "2,4,2,4",
|
||||||
"selectionBackground": "selBg",
|
"selectionBackground": "selBg",
|
||||||
"selectionForeground": "activeFg",
|
"selectionForeground": "activeFg",
|
||||||
"selectionInactiveBackground": "button",
|
"selectionInactiveBackground": "button",
|
||||||
"selectionInactiveForeground": "fg"
|
"selectionInactiveForeground": "fg"
|
||||||
},
|
},
|
||||||
"borderColor": "bg",
|
"borderColor": "border",
|
||||||
"bottomColor": "bg",
|
"bottomColor": "bg",
|
||||||
"hoverBackground": "hl",
|
"hoverBackground": "hl",
|
||||||
"top2Color": "bg",
|
"top2Color": "bg",
|
||||||
@@ -1096,7 +1260,8 @@
|
|||||||
"hoverBackground": "hl",
|
"hoverBackground": "hl",
|
||||||
"hoverForeground": "selFg",
|
"hoverForeground": "selFg",
|
||||||
"pressedBackground": "button",
|
"pressedBackground": "button",
|
||||||
"pressedForeground": "fg"
|
"pressedForeground": "fg",
|
||||||
|
"widgetInsets": "8,12,8,12"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"TabbedPane": {
|
"TabbedPane": {
|
||||||
@@ -1126,6 +1291,7 @@
|
|||||||
"shadow": "hc",
|
"shadow": "hc",
|
||||||
"tabHeight": 32,
|
"tabHeight": 32,
|
||||||
"tabInsets": "5,10,5,10",
|
"tabInsets": "5,10,5,10",
|
||||||
|
"tabSelectionArc": 4,
|
||||||
"tabSelectionHeight": 2,
|
"tabSelectionHeight": 2,
|
||||||
"tabsOverlapBorder": true,
|
"tabsOverlapBorder": true,
|
||||||
"underlineColor": "accent"
|
"underlineColor": "accent"
|
||||||
@@ -1134,13 +1300,13 @@
|
|||||||
"Table": {
|
"Table": {
|
||||||
"alternativeRowBackground": "cs",
|
"alternativeRowBackground": "cs",
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"cellNoFocusBorder": "10,5,10,5",
|
"cellNoFocusBorder": "16,4,16,4",
|
||||||
"disabledForeground": "dis",
|
"disabledForeground": "dis",
|
||||||
"dropLineColor": "accent",
|
"dropLineColor": "accent",
|
||||||
"dropLineShortColor": "accent",
|
"dropLineShortColor": "accent",
|
||||||
"focusCellBackground": "table",
|
"focusCellBackground": "table",
|
||||||
"focusCellForeground": "activeFg",
|
"focusCellForeground": "activeFg",
|
||||||
"focusCellHighlightBorder": "10,5,10,5",
|
"focusCellHighlightBorder": "18,6,18,6",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"gridColor": "bg",
|
"gridColor": "bg",
|
||||||
"highlightOuter": "table",
|
"highlightOuter": "table",
|
||||||
@@ -1150,6 +1316,7 @@
|
|||||||
"lightSelectionForeground": "activeFg",
|
"lightSelectionForeground": "activeFg",
|
||||||
"lightSelectionInactiveBackground": "second",
|
"lightSelectionInactiveBackground": "second",
|
||||||
"lightSelectionInactiveForeground": "text",
|
"lightSelectionInactiveForeground": "text",
|
||||||
|
"rowHeight": 32,
|
||||||
"selectionBackground": "table",
|
"selectionBackground": "table",
|
||||||
"selectionForeground": "activeFg",
|
"selectionForeground": "activeFg",
|
||||||
"selectionInactiveBackground": "table",
|
"selectionInactiveBackground": "table",
|
||||||
@@ -1160,14 +1327,14 @@
|
|||||||
},
|
},
|
||||||
"TableHeader": {
|
"TableHeader": {
|
||||||
"background": "button",
|
"background": "button",
|
||||||
|
"bottomSeparatorColor": "border",
|
||||||
"borderColor": "hl",
|
"borderColor": "hl",
|
||||||
"bottomSeparatorColor": "hl",
|
"cellBorder": "6,0,6,0",
|
||||||
"cellBorder": "4,0,4,0",
|
|
||||||
"disabledForeground": "dis",
|
"disabledForeground": "dis",
|
||||||
"focusCellBackground": "table",
|
"focusCellBackground": "table",
|
||||||
"focusCellForeground": "activeFg",
|
"focusCellForeground": "activeFg",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"height": 25,
|
"height": 32,
|
||||||
"hoverBackground": "hl",
|
"hoverBackground": "hl",
|
||||||
"separatorColor": "border"
|
"separatorColor": "border"
|
||||||
},
|
},
|
||||||
@@ -1182,7 +1349,7 @@
|
|||||||
"textHighlightText": "activeFg",
|
"textHighlightText": "activeFg",
|
||||||
"textText": "text",
|
"textText": "text",
|
||||||
"TextArea": {
|
"TextArea": {
|
||||||
"background": "hc",
|
"background": "cs",
|
||||||
"caretForeground": "accent",
|
"caretForeground": "accent",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"inactiveForeground": "dis",
|
"inactiveForeground": "dis",
|
||||||
@@ -1190,7 +1357,7 @@
|
|||||||
"selectionForeground": "activeFg"
|
"selectionForeground": "activeFg"
|
||||||
},
|
},
|
||||||
"TextField": {
|
"TextField": {
|
||||||
"background": "hc",
|
"background": "cs",
|
||||||
"borderColor": "bg",
|
"borderColor": "bg",
|
||||||
"caretForeground": "accent",
|
"caretForeground": "accent",
|
||||||
"disabledBackground": "excl",
|
"disabledBackground": "excl",
|
||||||
@@ -1205,15 +1372,21 @@
|
|||||||
"separatorColorDisabled": "bg"
|
"separatorColorDisabled": "bg"
|
||||||
},
|
},
|
||||||
"TextPane": {
|
"TextPane": {
|
||||||
"background": "hc",
|
"background": "cs",
|
||||||
"caretForeground": "accent",
|
"caretForeground": "accent",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"inactiveForeground": "dis",
|
"inactiveForeground": "dis",
|
||||||
"selectionBackground": "table",
|
"selectionBackground": "table",
|
||||||
"selectionForeground": "activeFg"
|
"selectionForeground": "activeFg"
|
||||||
},
|
},
|
||||||
|
"TipOfTheDay": {
|
||||||
|
"Image.borderColor": "border"
|
||||||
|
},
|
||||||
"TitlePane": {
|
"TitlePane": {
|
||||||
"Button.hoverBackground": "hl",
|
"Button": {
|
||||||
|
"hoverBackground": "hl",
|
||||||
|
"preferredSize": "48,40"
|
||||||
|
},
|
||||||
"background": "hc",
|
"background": "hc",
|
||||||
"inactiveBackground": "bg",
|
"inactiveBackground": "bg",
|
||||||
"inactiveInfoForeground": "dis",
|
"inactiveInfoForeground": "dis",
|
||||||
@@ -1240,7 +1413,9 @@
|
|||||||
"borderHandleColor": "text",
|
"borderHandleColor": "text",
|
||||||
"comboBoxButtonBackground": "button",
|
"comboBoxButtonBackground": "button",
|
||||||
"floatingForeground": "text",
|
"floatingForeground": "text",
|
||||||
"foreground": "fg"
|
"foreground": "fg",
|
||||||
|
"verticalToolbarInsets": "6,6,6,6",
|
||||||
|
"horizontalToolbarInsets": "6,6,6,6"
|
||||||
},
|
},
|
||||||
"ToolbarComboWidget": {
|
"ToolbarComboWidget": {
|
||||||
"background": "button",
|
"background": "button",
|
||||||
@@ -1252,6 +1427,7 @@
|
|||||||
"description.title.text.color": "fg"
|
"description.title.text.color": "fg"
|
||||||
},
|
},
|
||||||
"ToolTip": {
|
"ToolTip": {
|
||||||
|
"arc": 6,
|
||||||
"actions": {
|
"actions": {
|
||||||
"background": "bg"
|
"background": "bg"
|
||||||
},
|
},
|
||||||
@@ -1262,8 +1438,10 @@
|
|||||||
},
|
},
|
||||||
"background": "notif",
|
"background": "notif",
|
||||||
"borderColor": "border",
|
"borderColor": "border",
|
||||||
|
"borderCornerRadius": 8,
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"infoForeground": "text",
|
"infoForeground": "text",
|
||||||
|
"linkForeground": "accent",
|
||||||
"Learning": {
|
"Learning": {
|
||||||
"background": "accent",
|
"background": "accent",
|
||||||
"borderColor": "accent",
|
"borderColor": "accent",
|
||||||
@@ -1284,6 +1462,10 @@
|
|||||||
"background": "hc",
|
"background": "hc",
|
||||||
"Button": {
|
"Button": {
|
||||||
"hoverBackground": "table",
|
"hoverBackground": "table",
|
||||||
|
"DragAndDrop": {
|
||||||
|
"stripeBackground": "cs",
|
||||||
|
"buttonDropBackground": "accent70"
|
||||||
|
},
|
||||||
"selectedBackground": "cs",
|
"selectedBackground": "cs",
|
||||||
"selectedForeground": "activeFg"
|
"selectedForeground": "activeFg"
|
||||||
},
|
},
|
||||||
@@ -1296,6 +1478,7 @@
|
|||||||
"tab.selected.background": "cs"
|
"tab.selected.background": "cs"
|
||||||
},
|
},
|
||||||
"Header": {
|
"Header": {
|
||||||
|
"height": 42,
|
||||||
"background": "second",
|
"background": "second",
|
||||||
"borderColor": "second",
|
"borderColor": "second",
|
||||||
"inactiveBackground": "bg"
|
"inactiveBackground": "bg"
|
||||||
@@ -1308,13 +1491,17 @@
|
|||||||
"hoverBackground": "hl",
|
"hoverBackground": "hl",
|
||||||
"hoverInactiveBackground": "hl",
|
"hoverInactiveBackground": "hl",
|
||||||
"inactiveUnderlineColor": "accent",
|
"inactiveUnderlineColor": "accent",
|
||||||
|
"leftRightInsets": "0,12,0,12",
|
||||||
"selectedBackground": "cs",
|
"selectedBackground": "cs",
|
||||||
"selectedInactiveBackground": "cs",
|
"selectedInactiveBackground": "cs",
|
||||||
|
"underlineArc": 4,
|
||||||
"underlineColor": "accent",
|
"underlineColor": "accent",
|
||||||
|
"underlineHeight": 3,
|
||||||
"underlinedTabBackground": "table",
|
"underlinedTabBackground": "table",
|
||||||
"underlinedTabForeground": "selFg",
|
"underlinedTabForeground": "selFg",
|
||||||
"underlinedTabInactiveBackground": "hc",
|
"underlinedTabInactiveBackground": "hc",
|
||||||
"underlinedTabInactiveForeground": "fg"
|
"underlinedTabInactiveForeground": "fg",
|
||||||
|
"verticalPadding": 6
|
||||||
},
|
},
|
||||||
"inactive": {
|
"inactive": {
|
||||||
"Header.background": "bg",
|
"Header.background": "bg",
|
||||||
@@ -1322,13 +1509,15 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"Tree": {
|
"Tree": {
|
||||||
|
"border": "4,12,4,12",
|
||||||
"background": "hc",
|
"background": "hc",
|
||||||
"foreground": "text",
|
"foreground": "text",
|
||||||
|
"errorForeground": "red",
|
||||||
"hash": "border",
|
"hash": "border",
|
||||||
"hoverBackground": "tree",
|
"hoverBackground": "tree",
|
||||||
"hoverInactiveBackground": "table",
|
"hoverInactiveBackground": "table",
|
||||||
"modifiedItemForeground": "accent",
|
"modifiedItemForeground": "accent",
|
||||||
"rowHeight": 28,
|
"rowHeight": "28",
|
||||||
"selectionBackground": "tree",
|
"selectionBackground": "tree",
|
||||||
"selectionForeground": "selFg",
|
"selectionForeground": "selFg",
|
||||||
"selectionInactiveBackground": "tree",
|
"selectionInactiveBackground": "tree",
|
||||||
@@ -1355,7 +1544,6 @@
|
|||||||
"hoverBorderColor": "hl"
|
"hoverBorderColor": "hl"
|
||||||
},
|
},
|
||||||
"Label.foreground": "text",
|
"Label.foreground": "text",
|
||||||
"List.selectionBackground": "tree",
|
|
||||||
"highStroke.foreground": "fg",
|
"highStroke.foreground": "fg",
|
||||||
"motion": {
|
"motion": {
|
||||||
"AddConstraintColor": "accent",
|
"AddConstraintColor": "accent",
|
||||||
@@ -1392,6 +1580,35 @@
|
|||||||
"ourML_BarColor.separatorColor": "border",
|
"ourML_BarColor.separatorColor": "border",
|
||||||
"timeLine.disabledBorderColor": "border"
|
"timeLine.disabledBorderColor": "border"
|
||||||
},
|
},
|
||||||
|
"PackageDetails": {
|
||||||
|
"border": "accent",
|
||||||
|
"infoBanner": "accent"
|
||||||
|
},
|
||||||
|
"PackageSearch": {
|
||||||
|
"PackagesList.rowHeight": 28,
|
||||||
|
"PackageTag": {
|
||||||
|
"background": "excl",
|
||||||
|
"foreground": "fg",
|
||||||
|
"hoverBackground": "tree",
|
||||||
|
"selectedBackground": "selBg",
|
||||||
|
"selectedForeground": "selFg"
|
||||||
|
},
|
||||||
|
"PackageTagSelected": {
|
||||||
|
"background": "selBg",
|
||||||
|
"foreground": "selFg"
|
||||||
|
},
|
||||||
|
"SearchResult": {
|
||||||
|
"background": "cs",
|
||||||
|
"hoverBackground": "tree",
|
||||||
|
"PackageTag": {
|
||||||
|
"background": "excl",
|
||||||
|
"foreground": "fg",
|
||||||
|
"hoverBackground": "tree",
|
||||||
|
"selectedBackground": "selBg",
|
||||||
|
"selectedForeground": "selFg"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"Panel": {
|
"Panel": {
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"borderColor": "border",
|
"borderColor": "border",
|
||||||
@@ -1418,7 +1635,7 @@
|
|||||||
},
|
},
|
||||||
"VersionControl": {
|
"VersionControl": {
|
||||||
"FileHistory.Commit": {
|
"FileHistory.Commit": {
|
||||||
"otherBranchBackground": "bg",
|
"otherBranchBackground": "excl",
|
||||||
"selectedBranchBackground": "bg"
|
"selectedBranchBackground": "bg"
|
||||||
},
|
},
|
||||||
"GitCommits": {
|
"GitCommits": {
|
||||||
@@ -1443,9 +1660,15 @@
|
|||||||
"Commit": {
|
"Commit": {
|
||||||
"currentBranchBackground": "cs",
|
"currentBranchBackground": "cs",
|
||||||
"hoveredBackground": "tree",
|
"hoveredBackground": "tree",
|
||||||
|
"rowHeight": 28,
|
||||||
"unmatchedForeground": "text"
|
"unmatchedForeground": "text"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"MarkerPopup": {
|
||||||
|
"borderColor": "border",
|
||||||
|
"borderInsets": "6,8,6,10",
|
||||||
|
"Toolbar.background": "hl"
|
||||||
|
},
|
||||||
"Ref": {
|
"Ref": {
|
||||||
"backgroundBase": "hl",
|
"backgroundBase": "hl",
|
||||||
"foreground": "activeFg"
|
"foreground": "activeFg"
|
||||||
@@ -1455,6 +1678,11 @@
|
|||||||
"foreground": "activeFg"
|
"foreground": "activeFg"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"UnattendedHostStatus": {
|
||||||
|
"warningBackground": "yellow",
|
||||||
|
"warningForeground": "activeFg",
|
||||||
|
"dangerBackground": "red"
|
||||||
|
},
|
||||||
"Viewport": {
|
"Viewport": {
|
||||||
"background": "hc",
|
"background": "hc",
|
||||||
"foreground": "fg"
|
"foreground": "fg"
|
||||||
|
|||||||
@@ -11,7 +11,7 @@
|
|||||||
"selBg20": "#44426720",
|
"selBg20": "#44426720",
|
||||||
"selFg": "#FFFFFF",
|
"selFg": "#FFFFFF",
|
||||||
"activeFg": "#FFFFFF",
|
"activeFg": "#FFFFFF",
|
||||||
"border": "#2b2a3e",
|
"border": "#323147",
|
||||||
"excl": "#2f2e43",
|
"excl": "#2f2e43",
|
||||||
"second": "#34324a",
|
"second": "#34324a",
|
||||||
"dis": "#515772",
|
"dis": "#515772",
|
||||||
@@ -22,7 +22,7 @@
|
|||||||
"cs": "#202331",
|
"cs": "#202331",
|
||||||
"button": "#303348",
|
"button": "#303348",
|
||||||
"table": "#414863",
|
"table": "#414863",
|
||||||
"tree": "#676E95",
|
"tree": "#3b415b",
|
||||||
"hl": "#444267",
|
"hl": "#444267",
|
||||||
"notif": "#202331",
|
"notif": "#202331",
|
||||||
"hc": "#292D3E",
|
"hc": "#292D3E",
|
||||||
@@ -73,6 +73,10 @@
|
|||||||
"pressedBackground": "accent50",
|
"pressedBackground": "accent50",
|
||||||
"pressedBorderColor": "accent50"
|
"pressedBorderColor": "accent50"
|
||||||
},
|
},
|
||||||
|
"ActionsList": {
|
||||||
|
"icon.gap": 12,
|
||||||
|
"mnemonic.icon.gap": 12
|
||||||
|
},
|
||||||
"ActionToolbar": {
|
"ActionToolbar": {
|
||||||
"background": "hc"
|
"background": "hc"
|
||||||
},
|
},
|
||||||
@@ -127,8 +131,9 @@
|
|||||||
"BookmarkIcon.background": "accent",
|
"BookmarkIcon.background": "accent",
|
||||||
"Borders.ContrastBorderColor": "bg",
|
"Borders.ContrastBorderColor": "bg",
|
||||||
"Borders.color": "border",
|
"Borders.color": "border",
|
||||||
|
"Breakpoint.iconHoverAlpha": 0.35,
|
||||||
"Button": {
|
"Button": {
|
||||||
"arc": 0,
|
"arc": 8,
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"darcula": {
|
"darcula": {
|
||||||
"borderColor": "button",
|
"borderColor": "button",
|
||||||
@@ -181,7 +186,10 @@
|
|||||||
"shadowColor": "shadow",
|
"shadowColor": "shadow",
|
||||||
"shadowWidth": 0,
|
"shadowWidth": 0,
|
||||||
"startBackground": "table",
|
"startBackground": "table",
|
||||||
"startBorderColor": "button"
|
"startBorderColor": "button",
|
||||||
|
"ToolWindow": {
|
||||||
|
"arc": 40
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"Canvas": {
|
"Canvas": {
|
||||||
"Tooltip.background": "notif",
|
"Tooltip.background": "notif",
|
||||||
@@ -256,6 +264,32 @@
|
|||||||
"accessDot": "accent",
|
"accessDot": "accent",
|
||||||
"dropdownBorder": "second",
|
"dropdownBorder": "second",
|
||||||
"pillBackground": "second"
|
"pillBackground": "second"
|
||||||
|
},
|
||||||
|
"Users": {
|
||||||
|
"1": {
|
||||||
|
"Background": "green",
|
||||||
|
"Foreground": "fg"
|
||||||
|
},
|
||||||
|
"2": {
|
||||||
|
"Background": "blue",
|
||||||
|
"Foreground": "fg"
|
||||||
|
},
|
||||||
|
"3": {
|
||||||
|
"Background": "red",
|
||||||
|
"Foreground": "fg"
|
||||||
|
},
|
||||||
|
"4": {
|
||||||
|
"Background": "purple",
|
||||||
|
"Foreground": "fg"
|
||||||
|
},
|
||||||
|
"5": {
|
||||||
|
"Background": "yellow",
|
||||||
|
"Foreground": "fg"
|
||||||
|
},
|
||||||
|
"6": {
|
||||||
|
"Background": "orange",
|
||||||
|
"Foreground": "fg"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"ColorChooser": {
|
"ColorChooser": {
|
||||||
@@ -293,7 +327,13 @@
|
|||||||
"selectionBackground": "table",
|
"selectionBackground": "table",
|
||||||
"selectionForeground": "activeFg"
|
"selectionForeground": "activeFg"
|
||||||
},
|
},
|
||||||
|
"ComboPopup.border": "1,1,1,1,#ab47bc",
|
||||||
"CompletionPopup": {
|
"CompletionPopup": {
|
||||||
|
"Advertiser": {
|
||||||
|
"background": "bg",
|
||||||
|
"foreground": "fg",
|
||||||
|
"borderInsets": "8,12,8,12"
|
||||||
|
},
|
||||||
"background": "second",
|
"background": "second",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"grayForeground": "text",
|
"grayForeground": "text",
|
||||||
@@ -313,8 +353,12 @@
|
|||||||
"selectionInactiveInfoForeground": "text",
|
"selectionInactiveInfoForeground": "text",
|
||||||
"selectionInfoForeground": "selFg"
|
"selectionInfoForeground": "selFg"
|
||||||
},
|
},
|
||||||
|
"ComplexPopup": {
|
||||||
|
"Header.background": "notif"
|
||||||
|
},
|
||||||
"Component": {
|
"Component": {
|
||||||
"arc": 4,
|
"arc": 4,
|
||||||
|
"focusWidth": 2,
|
||||||
"borderColor": "hl",
|
"borderColor": "hl",
|
||||||
"disabledBorderColor": "dis",
|
"disabledBorderColor": "dis",
|
||||||
"focusColor": "accent",
|
"focusColor": "accent",
|
||||||
@@ -351,6 +395,7 @@
|
|||||||
},
|
},
|
||||||
"desktop": "hc",
|
"desktop": "hc",
|
||||||
"Debugger": {
|
"Debugger": {
|
||||||
|
"EvaluateExpression.background": "bg",
|
||||||
"Variables": {
|
"Variables": {
|
||||||
"changedValueForeground": "accent",
|
"changedValueForeground": "accent",
|
||||||
"collectingDataForeground": "text",
|
"collectingDataForeground": "text",
|
||||||
@@ -358,13 +403,15 @@
|
|||||||
"evaluatingExpressionForeground": "text",
|
"evaluatingExpressionForeground": "text",
|
||||||
"exceptionForeground": "yellow",
|
"exceptionForeground": "yellow",
|
||||||
"modifyingValueForeground": "accent",
|
"modifyingValueForeground": "accent",
|
||||||
"valueForeground": "accent"
|
"valueForeground": "accent",
|
||||||
|
"typeForeground": "text"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"DebuggerTabs": {
|
"DebuggerTabs": {
|
||||||
"active.background": "hl",
|
"active.background": "hl",
|
||||||
"selectedBackground": "hl",
|
"selectedBackground": "hl",
|
||||||
"underlinedTabBackground": "table"
|
"underlinedTabBackground": "table",
|
||||||
|
"underlineHeight": 2
|
||||||
},
|
},
|
||||||
"DebuggerPopup": {
|
"DebuggerPopup": {
|
||||||
"borderColor": "bg"
|
"borderColor": "bg"
|
||||||
@@ -380,6 +427,7 @@
|
|||||||
"inactiveMaskColor": "hc",
|
"inactiveMaskColor": "hc",
|
||||||
"inactiveUnderlineColor": "accent",
|
"inactiveUnderlineColor": "accent",
|
||||||
"underlineColor": "accent",
|
"underlineColor": "accent",
|
||||||
|
"underlineHeight": 3,
|
||||||
"underlinedTabBackground": "table",
|
"underlinedTabBackground": "table",
|
||||||
"underlinedTabForeground": "selFg"
|
"underlinedTabForeground": "selFg"
|
||||||
},
|
},
|
||||||
@@ -398,13 +446,21 @@
|
|||||||
"backgroundBorderColor": "bg",
|
"backgroundBorderColor": "bg",
|
||||||
"backgroundColor": "bg",
|
"backgroundColor": "bg",
|
||||||
"borderColor": "accent",
|
"borderColor": "accent",
|
||||||
"foregroundColor": "fg"
|
"foregroundColor": "fg",
|
||||||
|
"rowBackground": "accent70"
|
||||||
},
|
},
|
||||||
"dropArea.base": "accent",
|
"dropArea.base": "accent",
|
||||||
"Editor": {
|
"Editor": {
|
||||||
"background": "hc",
|
"background": "hc",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"shortcutForeground": "text"
|
"shortcutForeground": "text",
|
||||||
|
"SearchField": {
|
||||||
|
"background": "cs",
|
||||||
|
"borderInsets": "8,12,8,12"
|
||||||
|
},
|
||||||
|
"Toolbar": {
|
||||||
|
"borderColor": "border"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"EditorGroupsTabs": {
|
"EditorGroupsTabs": {
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
@@ -423,7 +479,8 @@
|
|||||||
"inactiveBackground": "bg",
|
"inactiveBackground": "bg",
|
||||||
"inactiveForeground": "dis",
|
"inactiveForeground": "dis",
|
||||||
"selectionBackground": "selBg",
|
"selectionBackground": "selBg",
|
||||||
"selectionForeground": "activeFg"
|
"selectionForeground": "activeFg",
|
||||||
|
"splitBorder": "border"
|
||||||
},
|
},
|
||||||
"EditorTabs": {
|
"EditorTabs": {
|
||||||
"active.background": "table",
|
"active.background": "table",
|
||||||
@@ -441,7 +498,10 @@
|
|||||||
"inactiveUnderlineColor": "dis",
|
"inactiveUnderlineColor": "dis",
|
||||||
"selectedBackground": "table",
|
"selectedBackground": "table",
|
||||||
"selectedForeground": "fg",
|
"selectedForeground": "fg",
|
||||||
|
"tabInsets": "-10,10,-10,10",
|
||||||
"underlineColor": "accent",
|
"underlineColor": "accent",
|
||||||
|
"underlineHeight": 3,
|
||||||
|
"underlineArc": 4,
|
||||||
"underlinedTabBackground": "table",
|
"underlinedTabBackground": "table",
|
||||||
"underlinedTabForeground": "selFg"
|
"underlinedTabForeground": "selFg"
|
||||||
},
|
},
|
||||||
@@ -472,7 +532,7 @@
|
|||||||
"defaultButtonBorderColor": "accent"
|
"defaultButtonBorderColor": "accent"
|
||||||
},
|
},
|
||||||
"FormattedTextField": {
|
"FormattedTextField": {
|
||||||
"background": "hc",
|
"background": "cs",
|
||||||
"caretForeground": "accent",
|
"caretForeground": "accent",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"inactiveBackground": "button",
|
"inactiveBackground": "button",
|
||||||
@@ -509,6 +569,9 @@
|
|||||||
"disabledSeparatorColor": "border",
|
"disabledSeparatorColor": "border",
|
||||||
"separatorColor": "border"
|
"separatorColor": "border"
|
||||||
},
|
},
|
||||||
|
"Gutter": {
|
||||||
|
"VcsChanges.width": 4
|
||||||
|
},
|
||||||
"GutterTooltip": {
|
"GutterTooltip": {
|
||||||
"borderColor": "bg",
|
"borderColor": "bg",
|
||||||
"infoForeground": "text",
|
"infoForeground": "text",
|
||||||
@@ -522,11 +585,14 @@
|
|||||||
"background": "bg",
|
"background": "bg",
|
||||||
"backgroundColor": "bg",
|
"backgroundColor": "bg",
|
||||||
"borderColor": "border",
|
"borderColor": "border",
|
||||||
|
"defaultTextBorderInsets": "16,16,16,16",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"infoForeground": "text",
|
"infoForeground": "text",
|
||||||
"shortcutForeground": "text",
|
"shortcutForeground": "text",
|
||||||
"shortcutTextColor": "text",
|
"shortcutTextColor": "text",
|
||||||
"textColor": "fg"
|
"smallTextBorderInsets": "8,12,8,12",
|
||||||
|
"textColor": "fg",
|
||||||
|
"verticalGap": 8
|
||||||
},
|
},
|
||||||
"Hg.Log.Ref": {
|
"Hg.Log.Ref": {
|
||||||
"Branch": "accent",
|
"Branch": "accent",
|
||||||
@@ -594,6 +660,7 @@
|
|||||||
"link": "accent",
|
"link": "accent",
|
||||||
"Link": {
|
"Link": {
|
||||||
"activeForeground": "accent",
|
"activeForeground": "accent",
|
||||||
|
"focusedBorderColor": "accent",
|
||||||
"hoverForeground": "accent",
|
"hoverForeground": "accent",
|
||||||
"pressedForeground": "accent",
|
"pressedForeground": "accent",
|
||||||
"secondaryForeground": "text",
|
"secondaryForeground": "text",
|
||||||
@@ -605,27 +672,61 @@
|
|||||||
"link.visited.foreground": "accent",
|
"link.visited.foreground": "accent",
|
||||||
"List": {
|
"List": {
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
|
"Button": {
|
||||||
|
"hoverBackground": "hl",
|
||||||
|
"leftRightInset": 8,
|
||||||
|
"separatorColor": "border",
|
||||||
|
"separatorInset": 4
|
||||||
|
},
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"hoverBackground": "hl",
|
"hoverBackground": "hl",
|
||||||
"hoverInactiveBackground": "table",
|
"hoverInactiveBackground": "table",
|
||||||
|
"Line.hoverBackground": "selBg",
|
||||||
|
"rowHeight": "28",
|
||||||
|
"selectionBackground": "tree",
|
||||||
"selectionForeground": "selFg",
|
"selectionForeground": "selFg",
|
||||||
"selectionInactiveBackground": "table",
|
"selectionInactiveBackground": "table",
|
||||||
"selectionInactiveForeground": "activeFg"
|
"selectionInactiveForeground": "activeFg",
|
||||||
|
"Tag": {
|
||||||
|
"background": "button",
|
||||||
|
"foreground": "fg"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"LiveIndicator": {
|
"LiveIndicator": {
|
||||||
"color": "accent"
|
"color": "accent"
|
||||||
},
|
},
|
||||||
|
"macOSWindow.Title": {
|
||||||
|
"height": 30,
|
||||||
|
"heightSmall": 20
|
||||||
|
},
|
||||||
|
"MainMenu": {
|
||||||
|
"background": "hc",
|
||||||
|
"foreground": "fg",
|
||||||
|
"selectionForeground": "activeFg",
|
||||||
|
"selectionBackground": "selBg"
|
||||||
|
},
|
||||||
"MainToolbar": {
|
"MainToolbar": {
|
||||||
"Dropdown.background": "bg",
|
|
||||||
"Dropdown.hoverBackground": "border",
|
|
||||||
"Dropdown.pressedBackground": "table",
|
|
||||||
"Icon.background": "bg",
|
|
||||||
"Icon.hoverBackground": "border",
|
|
||||||
"Icon.pressedBackground": "table",
|
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"hoverBackground": "border",
|
"Button": {
|
||||||
|
"buttonInsets": "0,0,0,0"
|
||||||
|
},
|
||||||
|
"Dropdown": {
|
||||||
|
"borderInsets": "6,12,6,12",
|
||||||
|
"background": "bg",
|
||||||
|
"foreground": "fg",
|
||||||
|
"hoverBackground": "hl",
|
||||||
|
"pressedBackground": "table"
|
||||||
|
},
|
||||||
|
"hoverBackground": "hl",
|
||||||
|
"Icon": {
|
||||||
|
"borderInsets": "10,10,10,10",
|
||||||
|
"background": "bg",
|
||||||
|
"hoverBackground": "hl",
|
||||||
|
"pressedBackground": "table"
|
||||||
|
},
|
||||||
"inactiveBackground": "bg",
|
"inactiveBackground": "bg",
|
||||||
"pressedBackground": "table"
|
"pressedBackground": "table",
|
||||||
|
"separatorColor": "border"
|
||||||
},
|
},
|
||||||
"material": {
|
"material": {
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
@@ -652,11 +753,15 @@
|
|||||||
"acceleratorForeground": "text",
|
"acceleratorForeground": "text",
|
||||||
"acceleratorSelectionForeground": "activeFg",
|
"acceleratorSelectionForeground": "activeFg",
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"border": "4,2,4,2",
|
"border": "8,8,8,8",
|
||||||
"borderColor": "second",
|
"borderColor": "second",
|
||||||
"disabledBackground": "second",
|
"disabledBackground": "second",
|
||||||
"disabledForeground": "dis",
|
"disabledForeground": "dis",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
|
"Selection": {
|
||||||
|
"arc": 8,
|
||||||
|
"innerInsets": "8,2,8,2"
|
||||||
|
},
|
||||||
"selectionBackground": "selBg",
|
"selectionBackground": "selBg",
|
||||||
"selectionForeground": "activeFg",
|
"selectionForeground": "activeFg",
|
||||||
"separatorColor": "border"
|
"separatorColor": "border"
|
||||||
@@ -676,7 +781,7 @@
|
|||||||
"acceleratorForeground": "text",
|
"acceleratorForeground": "text",
|
||||||
"acceleratorSelectionForeground": "activeFg",
|
"acceleratorSelectionForeground": "activeFg",
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"border": "4,2,4,2",
|
"border": "8,8,8,8",
|
||||||
"disabledBackground": "bg",
|
"disabledBackground": "bg",
|
||||||
"disabledForeground": "dis",
|
"disabledForeground": "dis",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
@@ -699,11 +804,13 @@
|
|||||||
"background": "bg"
|
"background": "bg"
|
||||||
},
|
},
|
||||||
"SearchField": {
|
"SearchField": {
|
||||||
"background": "hc"
|
"background": "cs"
|
||||||
}
|
},
|
||||||
|
"separatorWidth": 6
|
||||||
},
|
},
|
||||||
"NewPSD.warning": "accent",
|
"NewPSD.warning": "accent",
|
||||||
"Notification": {
|
"Notification": {
|
||||||
|
"arc": 16,
|
||||||
"Error.foreground": "accent",
|
"Error.foreground": "accent",
|
||||||
"Link.foreground": "accent",
|
"Link.foreground": "accent",
|
||||||
"background": "notif",
|
"background": "notif",
|
||||||
@@ -719,12 +826,18 @@
|
|||||||
"innerBorderColor": "button"
|
"innerBorderColor": "button"
|
||||||
},
|
},
|
||||||
"ToolWindow": {
|
"ToolWindow": {
|
||||||
|
"Button.DragAndDrop": {
|
||||||
|
"buttonFloatingBackground": "button",
|
||||||
|
"stripeBackground": "bg"
|
||||||
|
},
|
||||||
"errorBackground": "notifError",
|
"errorBackground": "notifError",
|
||||||
"errorBorderColor": "notifError",
|
"errorBorderColor": "notifError",
|
||||||
"errorForeground": "fg",
|
"errorForeground": "fg",
|
||||||
|
"infoBackground": "notif",
|
||||||
|
"infoBorderColor": "notif",
|
||||||
"infoForeground": "fg",
|
"infoForeground": "fg",
|
||||||
"informativeBackground": "notifInfo",
|
"informativeBackground": "notif",
|
||||||
"informativeBorderColor": "notifInfo",
|
"informativeBorderColor": "notif",
|
||||||
"informativeForeground": "fg",
|
"informativeForeground": "fg",
|
||||||
"warningBackground": "notifWarn",
|
"warningBackground": "notifWarn",
|
||||||
"warningBorderColor": "notifWarn",
|
"warningBorderColor": "notifWarn",
|
||||||
@@ -736,7 +849,8 @@
|
|||||||
},
|
},
|
||||||
"ToolWindowInfo": {
|
"ToolWindowInfo": {
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"background": "notifInfo"
|
"background": "notif",
|
||||||
|
"borderColor": "notif"
|
||||||
},
|
},
|
||||||
"ToolWindowWarning": {
|
"ToolWindowWarning": {
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
@@ -786,7 +900,7 @@
|
|||||||
"lineSeparatorColor": "table"
|
"lineSeparatorColor": "table"
|
||||||
},
|
},
|
||||||
"PasswordField": {
|
"PasswordField": {
|
||||||
"background": "hc",
|
"background": "cs",
|
||||||
"capsLockIconColor": "accent",
|
"capsLockIconColor": "accent",
|
||||||
"caretForeground": "accent",
|
"caretForeground": "accent",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
@@ -796,6 +910,7 @@
|
|||||||
},
|
},
|
||||||
"Plugins": {
|
"Plugins": {
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
|
"borderColor": "border",
|
||||||
"disabledForeground": "dis",
|
"disabledForeground": "dis",
|
||||||
"eapTagBackground": "hl",
|
"eapTagBackground": "hl",
|
||||||
"hoverBackground": "hl",
|
"hoverBackground": "hl",
|
||||||
@@ -817,8 +932,11 @@
|
|||||||
"updateBorderColor": "button",
|
"updateBorderColor": "button",
|
||||||
"updateForeground": "fg"
|
"updateForeground": "fg"
|
||||||
},
|
},
|
||||||
|
"ScreenshotPagination": {
|
||||||
|
"CurrentImage.fillColor": "accent"
|
||||||
|
},
|
||||||
"SearchField": {
|
"SearchField": {
|
||||||
"background": "hc",
|
"background": "cs",
|
||||||
"borderColor": "border"
|
"borderColor": "border"
|
||||||
},
|
},
|
||||||
"SectionHeader": {
|
"SectionHeader": {
|
||||||
@@ -836,27 +954,38 @@
|
|||||||
},
|
},
|
||||||
"Popup": {
|
"Popup": {
|
||||||
"Advertiser": {
|
"Advertiser": {
|
||||||
|
"borderInsets": "6,20,6,20",
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"borderColor": "bg",
|
"borderColor": "bg",
|
||||||
"foreground": "accent"
|
"foreground": "accent"
|
||||||
},
|
},
|
||||||
|
"Body": {
|
||||||
|
"bottomInsetNoAd": 8,
|
||||||
|
"bottomInsetBeforeAd": 8,
|
||||||
|
"topInsetNoHeader": 8
|
||||||
|
},
|
||||||
"Border": {
|
"Border": {
|
||||||
"color": "cs",
|
"color": "cs",
|
||||||
"inactiveColor": "bg"
|
"inactiveColor": "bg"
|
||||||
},
|
},
|
||||||
|
"background": "notif",
|
||||||
"borderColor": "cs",
|
"borderColor": "cs",
|
||||||
|
"borderWidth": 0,
|
||||||
"inactiveBorderColor": "bg",
|
"inactiveBorderColor": "bg",
|
||||||
"innerBorderColor": "second",
|
"innerBorderColor": "second",
|
||||||
"Header": {
|
"Header": {
|
||||||
"activeBackground": "bg",
|
"activeBackground": "bg",
|
||||||
"inactiveBackground": "cs"
|
"inactiveBackground": "cs",
|
||||||
|
"inactiveForeground": "text"
|
||||||
},
|
},
|
||||||
"paintBorder": true,
|
"paintBorder": false,
|
||||||
"preferences": {
|
"preferences": {
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"borderColor": "bg",
|
"borderColor": "bg",
|
||||||
"foreground": "fg"
|
"foreground": "fg"
|
||||||
},
|
},
|
||||||
|
"Selection.arc": 8,
|
||||||
|
"Selection.leftRightInset": 8,
|
||||||
"Separator": {
|
"Separator": {
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"color": "border"
|
"color": "border"
|
||||||
@@ -872,13 +1001,24 @@
|
|||||||
},
|
},
|
||||||
"PopupMenu": {
|
"PopupMenu": {
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"border": "2,0,2,0",
|
"borderWidth": 1,
|
||||||
|
"border": "8,8,8,8",
|
||||||
|
"borderCornerRadius": 8,
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
|
"Selection": {
|
||||||
|
"arc": 8,
|
||||||
|
"innerInsets": "8,2,8,2"
|
||||||
|
},
|
||||||
"selectionBackground": "selBg",
|
"selectionBackground": "selBg",
|
||||||
"translucentBackground": "bg"
|
"translucentBackground": "bg"
|
||||||
},
|
},
|
||||||
"PopupMenuSeparator.height": 10,
|
"PopupMenuSeparator": {
|
||||||
"PopupMenuSeparator.stripeIndent": 5,
|
"height": 10,
|
||||||
|
"stripeWidth": 2,
|
||||||
|
"stripeIndent": 5,
|
||||||
|
"withToEdge": 4,
|
||||||
|
"borderCornerRadius": 8
|
||||||
|
},
|
||||||
"ProgressBar": {
|
"ProgressBar": {
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"foreground": "accent",
|
"foreground": "accent",
|
||||||
@@ -922,12 +1062,27 @@
|
|||||||
"selectionBackground": "selBg",
|
"selectionBackground": "selBg",
|
||||||
"selectionForeground": "selFg"
|
"selectionForeground": "selFg"
|
||||||
},
|
},
|
||||||
|
"ReviewList": {
|
||||||
|
"state.background": "second",
|
||||||
|
"state.foreground": "fg"
|
||||||
|
},
|
||||||
"RunWidget": {
|
"RunWidget": {
|
||||||
|
"background": "button",
|
||||||
|
"Debug.activeBackground": "hl",
|
||||||
|
"foreground": "fg",
|
||||||
|
"hoverBackground": "table",
|
||||||
|
"pressedBackground": "hl",
|
||||||
|
"Profile.activeBackground": "hl",
|
||||||
|
"runningBackground": "hl",
|
||||||
|
"runningForeground": "selFg",
|
||||||
|
"Run.activeBackground": "hl",
|
||||||
"Running": {
|
"Running": {
|
||||||
"background": "accent",
|
"background": "hl",
|
||||||
"leftHoverBackground": "accent70",
|
"foreground": "selFg",
|
||||||
"leftPressedBackground": "accent"
|
"leftHoverBackground": "hl",
|
||||||
}
|
"leftPressedBackground": "hl"
|
||||||
|
},
|
||||||
|
"separatorColor": "border"
|
||||||
},
|
},
|
||||||
"ScreenView.borderColor": "border",
|
"ScreenView.borderColor": "border",
|
||||||
"scrollbar": "bg",
|
"scrollbar": "bg",
|
||||||
@@ -971,8 +1126,9 @@
|
|||||||
},
|
},
|
||||||
"SearchEverywhere": {
|
"SearchEverywhere": {
|
||||||
"Advertiser": {
|
"Advertiser": {
|
||||||
"background": "cs",
|
"background": "bg",
|
||||||
"foreground": "text"
|
"foreground": "text",
|
||||||
|
"borderInsets": "10,20,10,20"
|
||||||
},
|
},
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"Dialog": {
|
"Dialog": {
|
||||||
@@ -989,11 +1145,12 @@
|
|||||||
"Separator.foreground": "text",
|
"Separator.foreground": "text",
|
||||||
"selectionBackground": "selBg",
|
"selectionBackground": "selBg",
|
||||||
"separatorColor": "border",
|
"separatorColor": "border",
|
||||||
"separatorForeground": "text"
|
"separatorForeground": "text",
|
||||||
|
"settingsBackground": "bg"
|
||||||
},
|
},
|
||||||
"SearchField": {
|
"SearchField": {
|
||||||
"Border.color": "hl",
|
"Border.color": "hl",
|
||||||
"background": "hc",
|
"background": "cs",
|
||||||
"borderColor": "hl",
|
"borderColor": "hl",
|
||||||
"grayForeground": "dis",
|
"grayForeground": "dis",
|
||||||
"infoForeground": "dis"
|
"infoForeground": "dis"
|
||||||
@@ -1015,8 +1172,13 @@
|
|||||||
"startColor": "accent"
|
"startColor": "accent"
|
||||||
},
|
},
|
||||||
"SearchField.errorBackground": "notif",
|
"SearchField.errorBackground": "notif",
|
||||||
|
"SearchFieldWithExtension": {
|
||||||
|
"background": "cs"
|
||||||
|
},
|
||||||
"SearchOption": {
|
"SearchOption": {
|
||||||
"selectedBackground": "table"
|
"selectedBackground": "table",
|
||||||
|
"selectedPressedBackground": "hl",
|
||||||
|
"selectedHoveredBackground": "hl"
|
||||||
},
|
},
|
||||||
"SearchResults": {
|
"SearchResults": {
|
||||||
"Ordinal.File.Foreground": "text",
|
"Ordinal.File.Foreground": "text",
|
||||||
@@ -1056,12 +1218,12 @@
|
|||||||
"SpeedSearch": {
|
"SpeedSearch": {
|
||||||
"background": "hl",
|
"background": "hl",
|
||||||
"borderColor": "border",
|
"borderColor": "border",
|
||||||
"errorForeground": "fg",
|
"errorForeground": "red",
|
||||||
"foreground": "fg"
|
"foreground": "fg"
|
||||||
},
|
},
|
||||||
"Spinner": {
|
"Spinner": {
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"border": "3,3,3,3",
|
"border": "4,4,4,4",
|
||||||
"disabledBackground": "excl",
|
"disabledBackground": "excl",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"selectionForeground": "activeFg"
|
"selectionForeground": "activeFg"
|
||||||
@@ -1077,15 +1239,17 @@
|
|||||||
"Breadcrumbs": {
|
"Breadcrumbs": {
|
||||||
"floatingBackground": "tree",
|
"floatingBackground": "tree",
|
||||||
"floatingForeground": "fg",
|
"floatingForeground": "fg",
|
||||||
|
"floatingToolbarInsets": "8,12,8,12",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"hoverBackground": "tree",
|
"hoverBackground": "tree",
|
||||||
"hoverForeground": "fg",
|
"hoverForeground": "fg",
|
||||||
|
"itemBackgroundInsets": "2,4,2,4",
|
||||||
"selectionBackground": "selBg",
|
"selectionBackground": "selBg",
|
||||||
"selectionForeground": "activeFg",
|
"selectionForeground": "activeFg",
|
||||||
"selectionInactiveBackground": "button",
|
"selectionInactiveBackground": "button",
|
||||||
"selectionInactiveForeground": "fg"
|
"selectionInactiveForeground": "fg"
|
||||||
},
|
},
|
||||||
"borderColor": "bg",
|
"borderColor": "border",
|
||||||
"bottomColor": "bg",
|
"bottomColor": "bg",
|
||||||
"hoverBackground": "hl",
|
"hoverBackground": "hl",
|
||||||
"top2Color": "bg",
|
"top2Color": "bg",
|
||||||
@@ -1096,7 +1260,8 @@
|
|||||||
"hoverBackground": "hl",
|
"hoverBackground": "hl",
|
||||||
"hoverForeground": "selFg",
|
"hoverForeground": "selFg",
|
||||||
"pressedBackground": "button",
|
"pressedBackground": "button",
|
||||||
"pressedForeground": "fg"
|
"pressedForeground": "fg",
|
||||||
|
"widgetInsets": "8,12,8,12"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"TabbedPane": {
|
"TabbedPane": {
|
||||||
@@ -1126,6 +1291,7 @@
|
|||||||
"shadow": "hc",
|
"shadow": "hc",
|
||||||
"tabHeight": 32,
|
"tabHeight": 32,
|
||||||
"tabInsets": "5,10,5,10",
|
"tabInsets": "5,10,5,10",
|
||||||
|
"tabSelectionArc": 4,
|
||||||
"tabSelectionHeight": 2,
|
"tabSelectionHeight": 2,
|
||||||
"tabsOverlapBorder": true,
|
"tabsOverlapBorder": true,
|
||||||
"underlineColor": "accent"
|
"underlineColor": "accent"
|
||||||
@@ -1134,13 +1300,13 @@
|
|||||||
"Table": {
|
"Table": {
|
||||||
"alternativeRowBackground": "cs",
|
"alternativeRowBackground": "cs",
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"cellNoFocusBorder": "10,5,10,5",
|
"cellNoFocusBorder": "16,4,16,4",
|
||||||
"disabledForeground": "dis",
|
"disabledForeground": "dis",
|
||||||
"dropLineColor": "accent",
|
"dropLineColor": "accent",
|
||||||
"dropLineShortColor": "accent",
|
"dropLineShortColor": "accent",
|
||||||
"focusCellBackground": "table",
|
"focusCellBackground": "table",
|
||||||
"focusCellForeground": "activeFg",
|
"focusCellForeground": "activeFg",
|
||||||
"focusCellHighlightBorder": "10,5,10,5",
|
"focusCellHighlightBorder": "18,6,18,6",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"gridColor": "bg",
|
"gridColor": "bg",
|
||||||
"highlightOuter": "table",
|
"highlightOuter": "table",
|
||||||
@@ -1150,6 +1316,7 @@
|
|||||||
"lightSelectionForeground": "activeFg",
|
"lightSelectionForeground": "activeFg",
|
||||||
"lightSelectionInactiveBackground": "second",
|
"lightSelectionInactiveBackground": "second",
|
||||||
"lightSelectionInactiveForeground": "text",
|
"lightSelectionInactiveForeground": "text",
|
||||||
|
"rowHeight": 32,
|
||||||
"selectionBackground": "table",
|
"selectionBackground": "table",
|
||||||
"selectionForeground": "activeFg",
|
"selectionForeground": "activeFg",
|
||||||
"selectionInactiveBackground": "table",
|
"selectionInactiveBackground": "table",
|
||||||
@@ -1160,14 +1327,14 @@
|
|||||||
},
|
},
|
||||||
"TableHeader": {
|
"TableHeader": {
|
||||||
"background": "button",
|
"background": "button",
|
||||||
|
"bottomSeparatorColor": "border",
|
||||||
"borderColor": "hl",
|
"borderColor": "hl",
|
||||||
"bottomSeparatorColor": "hl",
|
"cellBorder": "6,0,6,0",
|
||||||
"cellBorder": "4,0,4,0",
|
|
||||||
"disabledForeground": "dis",
|
"disabledForeground": "dis",
|
||||||
"focusCellBackground": "table",
|
"focusCellBackground": "table",
|
||||||
"focusCellForeground": "activeFg",
|
"focusCellForeground": "activeFg",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"height": 25,
|
"height": 32,
|
||||||
"hoverBackground": "hl",
|
"hoverBackground": "hl",
|
||||||
"separatorColor": "border"
|
"separatorColor": "border"
|
||||||
},
|
},
|
||||||
@@ -1182,7 +1349,7 @@
|
|||||||
"textHighlightText": "activeFg",
|
"textHighlightText": "activeFg",
|
||||||
"textText": "text",
|
"textText": "text",
|
||||||
"TextArea": {
|
"TextArea": {
|
||||||
"background": "hc",
|
"background": "cs",
|
||||||
"caretForeground": "accent",
|
"caretForeground": "accent",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"inactiveForeground": "dis",
|
"inactiveForeground": "dis",
|
||||||
@@ -1190,7 +1357,7 @@
|
|||||||
"selectionForeground": "activeFg"
|
"selectionForeground": "activeFg"
|
||||||
},
|
},
|
||||||
"TextField": {
|
"TextField": {
|
||||||
"background": "hc",
|
"background": "cs",
|
||||||
"borderColor": "bg",
|
"borderColor": "bg",
|
||||||
"caretForeground": "accent",
|
"caretForeground": "accent",
|
||||||
"disabledBackground": "excl",
|
"disabledBackground": "excl",
|
||||||
@@ -1205,15 +1372,21 @@
|
|||||||
"separatorColorDisabled": "bg"
|
"separatorColorDisabled": "bg"
|
||||||
},
|
},
|
||||||
"TextPane": {
|
"TextPane": {
|
||||||
"background": "hc",
|
"background": "cs",
|
||||||
"caretForeground": "accent",
|
"caretForeground": "accent",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"inactiveForeground": "dis",
|
"inactiveForeground": "dis",
|
||||||
"selectionBackground": "table",
|
"selectionBackground": "table",
|
||||||
"selectionForeground": "activeFg"
|
"selectionForeground": "activeFg"
|
||||||
},
|
},
|
||||||
|
"TipOfTheDay": {
|
||||||
|
"Image.borderColor": "border"
|
||||||
|
},
|
||||||
"TitlePane": {
|
"TitlePane": {
|
||||||
"Button.hoverBackground": "hl",
|
"Button": {
|
||||||
|
"hoverBackground": "hl",
|
||||||
|
"preferredSize": "48,40"
|
||||||
|
},
|
||||||
"background": "hc",
|
"background": "hc",
|
||||||
"inactiveBackground": "bg",
|
"inactiveBackground": "bg",
|
||||||
"inactiveInfoForeground": "dis",
|
"inactiveInfoForeground": "dis",
|
||||||
@@ -1240,7 +1413,9 @@
|
|||||||
"borderHandleColor": "text",
|
"borderHandleColor": "text",
|
||||||
"comboBoxButtonBackground": "button",
|
"comboBoxButtonBackground": "button",
|
||||||
"floatingForeground": "text",
|
"floatingForeground": "text",
|
||||||
"foreground": "fg"
|
"foreground": "fg",
|
||||||
|
"verticalToolbarInsets": "6,6,6,6",
|
||||||
|
"horizontalToolbarInsets": "6,6,6,6"
|
||||||
},
|
},
|
||||||
"ToolbarComboWidget": {
|
"ToolbarComboWidget": {
|
||||||
"background": "button",
|
"background": "button",
|
||||||
@@ -1252,6 +1427,7 @@
|
|||||||
"description.title.text.color": "fg"
|
"description.title.text.color": "fg"
|
||||||
},
|
},
|
||||||
"ToolTip": {
|
"ToolTip": {
|
||||||
|
"arc": 6,
|
||||||
"actions": {
|
"actions": {
|
||||||
"background": "bg"
|
"background": "bg"
|
||||||
},
|
},
|
||||||
@@ -1262,8 +1438,10 @@
|
|||||||
},
|
},
|
||||||
"background": "notif",
|
"background": "notif",
|
||||||
"borderColor": "border",
|
"borderColor": "border",
|
||||||
|
"borderCornerRadius": 8,
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"infoForeground": "text",
|
"infoForeground": "text",
|
||||||
|
"linkForeground": "accent",
|
||||||
"Learning": {
|
"Learning": {
|
||||||
"background": "accent",
|
"background": "accent",
|
||||||
"borderColor": "accent",
|
"borderColor": "accent",
|
||||||
@@ -1284,6 +1462,10 @@
|
|||||||
"background": "hc",
|
"background": "hc",
|
||||||
"Button": {
|
"Button": {
|
||||||
"hoverBackground": "table",
|
"hoverBackground": "table",
|
||||||
|
"DragAndDrop": {
|
||||||
|
"stripeBackground": "cs",
|
||||||
|
"buttonDropBackground": "accent70"
|
||||||
|
},
|
||||||
"selectedBackground": "cs",
|
"selectedBackground": "cs",
|
||||||
"selectedForeground": "activeFg"
|
"selectedForeground": "activeFg"
|
||||||
},
|
},
|
||||||
@@ -1296,6 +1478,7 @@
|
|||||||
"tab.selected.background": "cs"
|
"tab.selected.background": "cs"
|
||||||
},
|
},
|
||||||
"Header": {
|
"Header": {
|
||||||
|
"height": 42,
|
||||||
"background": "second",
|
"background": "second",
|
||||||
"borderColor": "second",
|
"borderColor": "second",
|
||||||
"inactiveBackground": "bg"
|
"inactiveBackground": "bg"
|
||||||
@@ -1308,13 +1491,17 @@
|
|||||||
"hoverBackground": "hl",
|
"hoverBackground": "hl",
|
||||||
"hoverInactiveBackground": "hl",
|
"hoverInactiveBackground": "hl",
|
||||||
"inactiveUnderlineColor": "accent",
|
"inactiveUnderlineColor": "accent",
|
||||||
|
"leftRightInsets": "0,12,0,12",
|
||||||
"selectedBackground": "cs",
|
"selectedBackground": "cs",
|
||||||
"selectedInactiveBackground": "cs",
|
"selectedInactiveBackground": "cs",
|
||||||
|
"underlineArc": 4,
|
||||||
"underlineColor": "accent",
|
"underlineColor": "accent",
|
||||||
|
"underlineHeight": 3,
|
||||||
"underlinedTabBackground": "table",
|
"underlinedTabBackground": "table",
|
||||||
"underlinedTabForeground": "selFg",
|
"underlinedTabForeground": "selFg",
|
||||||
"underlinedTabInactiveBackground": "hc",
|
"underlinedTabInactiveBackground": "hc",
|
||||||
"underlinedTabInactiveForeground": "fg"
|
"underlinedTabInactiveForeground": "fg",
|
||||||
|
"verticalPadding": 6
|
||||||
},
|
},
|
||||||
"inactive": {
|
"inactive": {
|
||||||
"Header.background": "bg",
|
"Header.background": "bg",
|
||||||
@@ -1322,13 +1509,15 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"Tree": {
|
"Tree": {
|
||||||
|
"border": "4,12,4,12",
|
||||||
"background": "hc",
|
"background": "hc",
|
||||||
"foreground": "text",
|
"foreground": "text",
|
||||||
|
"errorForeground": "red",
|
||||||
"hash": "border",
|
"hash": "border",
|
||||||
"hoverBackground": "tree",
|
"hoverBackground": "tree",
|
||||||
"hoverInactiveBackground": "table",
|
"hoverInactiveBackground": "table",
|
||||||
"modifiedItemForeground": "accent",
|
"modifiedItemForeground": "accent",
|
||||||
"rowHeight": 28,
|
"rowHeight": "28",
|
||||||
"selectionBackground": "tree",
|
"selectionBackground": "tree",
|
||||||
"selectionForeground": "selFg",
|
"selectionForeground": "selFg",
|
||||||
"selectionInactiveBackground": "tree",
|
"selectionInactiveBackground": "tree",
|
||||||
@@ -1355,7 +1544,6 @@
|
|||||||
"hoverBorderColor": "hl"
|
"hoverBorderColor": "hl"
|
||||||
},
|
},
|
||||||
"Label.foreground": "text",
|
"Label.foreground": "text",
|
||||||
"List.selectionBackground": "tree",
|
|
||||||
"highStroke.foreground": "fg",
|
"highStroke.foreground": "fg",
|
||||||
"motion": {
|
"motion": {
|
||||||
"AddConstraintColor": "accent",
|
"AddConstraintColor": "accent",
|
||||||
@@ -1392,6 +1580,35 @@
|
|||||||
"ourML_BarColor.separatorColor": "border",
|
"ourML_BarColor.separatorColor": "border",
|
||||||
"timeLine.disabledBorderColor": "border"
|
"timeLine.disabledBorderColor": "border"
|
||||||
},
|
},
|
||||||
|
"PackageDetails": {
|
||||||
|
"border": "accent",
|
||||||
|
"infoBanner": "accent"
|
||||||
|
},
|
||||||
|
"PackageSearch": {
|
||||||
|
"PackagesList.rowHeight": 28,
|
||||||
|
"PackageTag": {
|
||||||
|
"background": "excl",
|
||||||
|
"foreground": "fg",
|
||||||
|
"hoverBackground": "tree",
|
||||||
|
"selectedBackground": "selBg",
|
||||||
|
"selectedForeground": "selFg"
|
||||||
|
},
|
||||||
|
"PackageTagSelected": {
|
||||||
|
"background": "selBg",
|
||||||
|
"foreground": "selFg"
|
||||||
|
},
|
||||||
|
"SearchResult": {
|
||||||
|
"background": "cs",
|
||||||
|
"hoverBackground": "tree",
|
||||||
|
"PackageTag": {
|
||||||
|
"background": "excl",
|
||||||
|
"foreground": "fg",
|
||||||
|
"hoverBackground": "tree",
|
||||||
|
"selectedBackground": "selBg",
|
||||||
|
"selectedForeground": "selFg"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"Panel": {
|
"Panel": {
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"borderColor": "border",
|
"borderColor": "border",
|
||||||
@@ -1418,7 +1635,7 @@
|
|||||||
},
|
},
|
||||||
"VersionControl": {
|
"VersionControl": {
|
||||||
"FileHistory.Commit": {
|
"FileHistory.Commit": {
|
||||||
"otherBranchBackground": "bg",
|
"otherBranchBackground": "excl",
|
||||||
"selectedBranchBackground": "bg"
|
"selectedBranchBackground": "bg"
|
||||||
},
|
},
|
||||||
"GitCommits": {
|
"GitCommits": {
|
||||||
@@ -1443,9 +1660,15 @@
|
|||||||
"Commit": {
|
"Commit": {
|
||||||
"currentBranchBackground": "cs",
|
"currentBranchBackground": "cs",
|
||||||
"hoveredBackground": "tree",
|
"hoveredBackground": "tree",
|
||||||
|
"rowHeight": 28,
|
||||||
"unmatchedForeground": "text"
|
"unmatchedForeground": "text"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"MarkerPopup": {
|
||||||
|
"borderColor": "border",
|
||||||
|
"borderInsets": "6,8,6,10",
|
||||||
|
"Toolbar.background": "hl"
|
||||||
|
},
|
||||||
"Ref": {
|
"Ref": {
|
||||||
"backgroundBase": "hl",
|
"backgroundBase": "hl",
|
||||||
"foreground": "activeFg"
|
"foreground": "activeFg"
|
||||||
@@ -1455,6 +1678,11 @@
|
|||||||
"foreground": "activeFg"
|
"foreground": "activeFg"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"UnattendedHostStatus": {
|
||||||
|
"warningBackground": "yellow",
|
||||||
|
"warningForeground": "activeFg",
|
||||||
|
"dangerBackground": "red"
|
||||||
|
},
|
||||||
"Viewport": {
|
"Viewport": {
|
||||||
"background": "hc",
|
"background": "hc",
|
||||||
"foreground": "fg"
|
"foreground": "fg"
|
||||||
|
|||||||
@@ -73,6 +73,10 @@
|
|||||||
"pressedBackground": "accent50",
|
"pressedBackground": "accent50",
|
||||||
"pressedBorderColor": "accent50"
|
"pressedBorderColor": "accent50"
|
||||||
},
|
},
|
||||||
|
"ActionsList": {
|
||||||
|
"icon.gap": 12,
|
||||||
|
"mnemonic.icon.gap": 12
|
||||||
|
},
|
||||||
"ActionToolbar": {
|
"ActionToolbar": {
|
||||||
"background": "hc"
|
"background": "hc"
|
||||||
},
|
},
|
||||||
@@ -127,8 +131,9 @@
|
|||||||
"BookmarkIcon.background": "accent",
|
"BookmarkIcon.background": "accent",
|
||||||
"Borders.ContrastBorderColor": "bg",
|
"Borders.ContrastBorderColor": "bg",
|
||||||
"Borders.color": "border",
|
"Borders.color": "border",
|
||||||
|
"Breakpoint.iconHoverAlpha": 0.35,
|
||||||
"Button": {
|
"Button": {
|
||||||
"arc": 0,
|
"arc": 8,
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"darcula": {
|
"darcula": {
|
||||||
"borderColor": "button",
|
"borderColor": "button",
|
||||||
@@ -181,7 +186,10 @@
|
|||||||
"shadowColor": "shadow",
|
"shadowColor": "shadow",
|
||||||
"shadowWidth": 0,
|
"shadowWidth": 0,
|
||||||
"startBackground": "table",
|
"startBackground": "table",
|
||||||
"startBorderColor": "button"
|
"startBorderColor": "button",
|
||||||
|
"ToolWindow": {
|
||||||
|
"arc": 40
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"Canvas": {
|
"Canvas": {
|
||||||
"Tooltip.background": "notif",
|
"Tooltip.background": "notif",
|
||||||
@@ -256,6 +264,32 @@
|
|||||||
"accessDot": "accent",
|
"accessDot": "accent",
|
||||||
"dropdownBorder": "second",
|
"dropdownBorder": "second",
|
||||||
"pillBackground": "second"
|
"pillBackground": "second"
|
||||||
|
},
|
||||||
|
"Users": {
|
||||||
|
"1": {
|
||||||
|
"Background": "green",
|
||||||
|
"Foreground": "fg"
|
||||||
|
},
|
||||||
|
"2": {
|
||||||
|
"Background": "blue",
|
||||||
|
"Foreground": "fg"
|
||||||
|
},
|
||||||
|
"3": {
|
||||||
|
"Background": "red",
|
||||||
|
"Foreground": "fg"
|
||||||
|
},
|
||||||
|
"4": {
|
||||||
|
"Background": "purple",
|
||||||
|
"Foreground": "fg"
|
||||||
|
},
|
||||||
|
"5": {
|
||||||
|
"Background": "yellow",
|
||||||
|
"Foreground": "fg"
|
||||||
|
},
|
||||||
|
"6": {
|
||||||
|
"Background": "orange",
|
||||||
|
"Foreground": "fg"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"ColorChooser": {
|
"ColorChooser": {
|
||||||
@@ -293,7 +327,13 @@
|
|||||||
"selectionBackground": "table",
|
"selectionBackground": "table",
|
||||||
"selectionForeground": "activeFg"
|
"selectionForeground": "activeFg"
|
||||||
},
|
},
|
||||||
|
"ComboPopup.border": "1,1,1,1,#ffd866",
|
||||||
"CompletionPopup": {
|
"CompletionPopup": {
|
||||||
|
"Advertiser": {
|
||||||
|
"background": "bg",
|
||||||
|
"foreground": "fg",
|
||||||
|
"borderInsets": "8,12,8,12"
|
||||||
|
},
|
||||||
"background": "second",
|
"background": "second",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"grayForeground": "text",
|
"grayForeground": "text",
|
||||||
@@ -313,8 +353,12 @@
|
|||||||
"selectionInactiveInfoForeground": "text",
|
"selectionInactiveInfoForeground": "text",
|
||||||
"selectionInfoForeground": "selFg"
|
"selectionInfoForeground": "selFg"
|
||||||
},
|
},
|
||||||
|
"ComplexPopup": {
|
||||||
|
"Header.background": "notif"
|
||||||
|
},
|
||||||
"Component": {
|
"Component": {
|
||||||
"arc": 4,
|
"arc": 4,
|
||||||
|
"focusWidth": 2,
|
||||||
"borderColor": "hl",
|
"borderColor": "hl",
|
||||||
"disabledBorderColor": "dis",
|
"disabledBorderColor": "dis",
|
||||||
"focusColor": "accent",
|
"focusColor": "accent",
|
||||||
@@ -351,6 +395,7 @@
|
|||||||
},
|
},
|
||||||
"desktop": "hc",
|
"desktop": "hc",
|
||||||
"Debugger": {
|
"Debugger": {
|
||||||
|
"EvaluateExpression.background": "bg",
|
||||||
"Variables": {
|
"Variables": {
|
||||||
"changedValueForeground": "accent",
|
"changedValueForeground": "accent",
|
||||||
"collectingDataForeground": "text",
|
"collectingDataForeground": "text",
|
||||||
@@ -358,13 +403,15 @@
|
|||||||
"evaluatingExpressionForeground": "text",
|
"evaluatingExpressionForeground": "text",
|
||||||
"exceptionForeground": "yellow",
|
"exceptionForeground": "yellow",
|
||||||
"modifyingValueForeground": "accent",
|
"modifyingValueForeground": "accent",
|
||||||
"valueForeground": "accent"
|
"valueForeground": "accent",
|
||||||
|
"typeForeground": "text"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"DebuggerTabs": {
|
"DebuggerTabs": {
|
||||||
"active.background": "hl",
|
"active.background": "hl",
|
||||||
"selectedBackground": "hl",
|
"selectedBackground": "hl",
|
||||||
"underlinedTabBackground": "table"
|
"underlinedTabBackground": "table",
|
||||||
|
"underlineHeight": 2
|
||||||
},
|
},
|
||||||
"DebuggerPopup": {
|
"DebuggerPopup": {
|
||||||
"borderColor": "bg"
|
"borderColor": "bg"
|
||||||
@@ -380,6 +427,7 @@
|
|||||||
"inactiveMaskColor": "hc",
|
"inactiveMaskColor": "hc",
|
||||||
"inactiveUnderlineColor": "accent",
|
"inactiveUnderlineColor": "accent",
|
||||||
"underlineColor": "accent",
|
"underlineColor": "accent",
|
||||||
|
"underlineHeight": 3,
|
||||||
"underlinedTabBackground": "table",
|
"underlinedTabBackground": "table",
|
||||||
"underlinedTabForeground": "selFg"
|
"underlinedTabForeground": "selFg"
|
||||||
},
|
},
|
||||||
@@ -398,13 +446,21 @@
|
|||||||
"backgroundBorderColor": "bg",
|
"backgroundBorderColor": "bg",
|
||||||
"backgroundColor": "bg",
|
"backgroundColor": "bg",
|
||||||
"borderColor": "accent",
|
"borderColor": "accent",
|
||||||
"foregroundColor": "fg"
|
"foregroundColor": "fg",
|
||||||
|
"rowBackground": "accent70"
|
||||||
},
|
},
|
||||||
"dropArea.base": "accent",
|
"dropArea.base": "accent",
|
||||||
"Editor": {
|
"Editor": {
|
||||||
"background": "hc",
|
"background": "hc",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"shortcutForeground": "text"
|
"shortcutForeground": "text",
|
||||||
|
"SearchField": {
|
||||||
|
"background": "cs",
|
||||||
|
"borderInsets": "8,12,8,12"
|
||||||
|
},
|
||||||
|
"Toolbar": {
|
||||||
|
"borderColor": "border"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"EditorGroupsTabs": {
|
"EditorGroupsTabs": {
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
@@ -423,7 +479,8 @@
|
|||||||
"inactiveBackground": "bg",
|
"inactiveBackground": "bg",
|
||||||
"inactiveForeground": "dis",
|
"inactiveForeground": "dis",
|
||||||
"selectionBackground": "selBg",
|
"selectionBackground": "selBg",
|
||||||
"selectionForeground": "activeFg"
|
"selectionForeground": "activeFg",
|
||||||
|
"splitBorder": "border"
|
||||||
},
|
},
|
||||||
"EditorTabs": {
|
"EditorTabs": {
|
||||||
"active.background": "table",
|
"active.background": "table",
|
||||||
@@ -441,7 +498,10 @@
|
|||||||
"inactiveUnderlineColor": "dis",
|
"inactiveUnderlineColor": "dis",
|
||||||
"selectedBackground": "table",
|
"selectedBackground": "table",
|
||||||
"selectedForeground": "fg",
|
"selectedForeground": "fg",
|
||||||
|
"tabInsets": "-10,10,-10,10",
|
||||||
"underlineColor": "accent",
|
"underlineColor": "accent",
|
||||||
|
"underlineHeight": 3,
|
||||||
|
"underlineArc": 4,
|
||||||
"underlinedTabBackground": "table",
|
"underlinedTabBackground": "table",
|
||||||
"underlinedTabForeground": "selFg"
|
"underlinedTabForeground": "selFg"
|
||||||
},
|
},
|
||||||
@@ -472,7 +532,7 @@
|
|||||||
"defaultButtonBorderColor": "accent"
|
"defaultButtonBorderColor": "accent"
|
||||||
},
|
},
|
||||||
"FormattedTextField": {
|
"FormattedTextField": {
|
||||||
"background": "hc",
|
"background": "cs",
|
||||||
"caretForeground": "accent",
|
"caretForeground": "accent",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"inactiveBackground": "button",
|
"inactiveBackground": "button",
|
||||||
@@ -509,6 +569,9 @@
|
|||||||
"disabledSeparatorColor": "border",
|
"disabledSeparatorColor": "border",
|
||||||
"separatorColor": "border"
|
"separatorColor": "border"
|
||||||
},
|
},
|
||||||
|
"Gutter": {
|
||||||
|
"VcsChanges.width": 4
|
||||||
|
},
|
||||||
"GutterTooltip": {
|
"GutterTooltip": {
|
||||||
"borderColor": "bg",
|
"borderColor": "bg",
|
||||||
"infoForeground": "text",
|
"infoForeground": "text",
|
||||||
@@ -522,11 +585,14 @@
|
|||||||
"background": "bg",
|
"background": "bg",
|
||||||
"backgroundColor": "bg",
|
"backgroundColor": "bg",
|
||||||
"borderColor": "border",
|
"borderColor": "border",
|
||||||
|
"defaultTextBorderInsets": "16,16,16,16",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"infoForeground": "text",
|
"infoForeground": "text",
|
||||||
"shortcutForeground": "text",
|
"shortcutForeground": "text",
|
||||||
"shortcutTextColor": "text",
|
"shortcutTextColor": "text",
|
||||||
"textColor": "fg"
|
"smallTextBorderInsets": "8,12,8,12",
|
||||||
|
"textColor": "fg",
|
||||||
|
"verticalGap": 8
|
||||||
},
|
},
|
||||||
"Hg.Log.Ref": {
|
"Hg.Log.Ref": {
|
||||||
"Branch": "accent",
|
"Branch": "accent",
|
||||||
@@ -594,6 +660,7 @@
|
|||||||
"link": "accent",
|
"link": "accent",
|
||||||
"Link": {
|
"Link": {
|
||||||
"activeForeground": "accent",
|
"activeForeground": "accent",
|
||||||
|
"focusedBorderColor": "accent",
|
||||||
"hoverForeground": "accent",
|
"hoverForeground": "accent",
|
||||||
"pressedForeground": "accent",
|
"pressedForeground": "accent",
|
||||||
"secondaryForeground": "text",
|
"secondaryForeground": "text",
|
||||||
@@ -605,27 +672,61 @@
|
|||||||
"link.visited.foreground": "accent",
|
"link.visited.foreground": "accent",
|
||||||
"List": {
|
"List": {
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
|
"Button": {
|
||||||
|
"hoverBackground": "hl",
|
||||||
|
"leftRightInset": 8,
|
||||||
|
"separatorColor": "border",
|
||||||
|
"separatorInset": 4
|
||||||
|
},
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"hoverBackground": "hl",
|
"hoverBackground": "hl",
|
||||||
"hoverInactiveBackground": "table",
|
"hoverInactiveBackground": "table",
|
||||||
|
"Line.hoverBackground": "selBg",
|
||||||
|
"rowHeight": "28",
|
||||||
|
"selectionBackground": "tree",
|
||||||
"selectionForeground": "selFg",
|
"selectionForeground": "selFg",
|
||||||
"selectionInactiveBackground": "table",
|
"selectionInactiveBackground": "table",
|
||||||
"selectionInactiveForeground": "activeFg"
|
"selectionInactiveForeground": "activeFg",
|
||||||
|
"Tag": {
|
||||||
|
"background": "button",
|
||||||
|
"foreground": "fg"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"LiveIndicator": {
|
"LiveIndicator": {
|
||||||
"color": "accent"
|
"color": "accent"
|
||||||
},
|
},
|
||||||
|
"macOSWindow.Title": {
|
||||||
|
"height": 30,
|
||||||
|
"heightSmall": 20
|
||||||
|
},
|
||||||
|
"MainMenu": {
|
||||||
|
"background": "hc",
|
||||||
|
"foreground": "fg",
|
||||||
|
"selectionForeground": "activeFg",
|
||||||
|
"selectionBackground": "selBg"
|
||||||
|
},
|
||||||
"MainToolbar": {
|
"MainToolbar": {
|
||||||
"Dropdown.background": "bg",
|
|
||||||
"Dropdown.hoverBackground": "border",
|
|
||||||
"Dropdown.pressedBackground": "table",
|
|
||||||
"Icon.background": "bg",
|
|
||||||
"Icon.hoverBackground": "border",
|
|
||||||
"Icon.pressedBackground": "table",
|
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"hoverBackground": "border",
|
"Button": {
|
||||||
|
"buttonInsets": "0,0,0,0"
|
||||||
|
},
|
||||||
|
"Dropdown": {
|
||||||
|
"borderInsets": "6,12,6,12",
|
||||||
|
"background": "bg",
|
||||||
|
"foreground": "fg",
|
||||||
|
"hoverBackground": "hl",
|
||||||
|
"pressedBackground": "table"
|
||||||
|
},
|
||||||
|
"hoverBackground": "hl",
|
||||||
|
"Icon": {
|
||||||
|
"borderInsets": "10,10,10,10",
|
||||||
|
"background": "bg",
|
||||||
|
"hoverBackground": "hl",
|
||||||
|
"pressedBackground": "table"
|
||||||
|
},
|
||||||
"inactiveBackground": "bg",
|
"inactiveBackground": "bg",
|
||||||
"pressedBackground": "table"
|
"pressedBackground": "table",
|
||||||
|
"separatorColor": "border"
|
||||||
},
|
},
|
||||||
"material": {
|
"material": {
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
@@ -652,11 +753,15 @@
|
|||||||
"acceleratorForeground": "text",
|
"acceleratorForeground": "text",
|
||||||
"acceleratorSelectionForeground": "activeFg",
|
"acceleratorSelectionForeground": "activeFg",
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"border": "4,2,4,2",
|
"border": "8,8,8,8",
|
||||||
"borderColor": "second",
|
"borderColor": "second",
|
||||||
"disabledBackground": "second",
|
"disabledBackground": "second",
|
||||||
"disabledForeground": "dis",
|
"disabledForeground": "dis",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
|
"Selection": {
|
||||||
|
"arc": 8,
|
||||||
|
"innerInsets": "8,2,8,2"
|
||||||
|
},
|
||||||
"selectionBackground": "selBg",
|
"selectionBackground": "selBg",
|
||||||
"selectionForeground": "activeFg",
|
"selectionForeground": "activeFg",
|
||||||
"separatorColor": "border"
|
"separatorColor": "border"
|
||||||
@@ -676,7 +781,7 @@
|
|||||||
"acceleratorForeground": "text",
|
"acceleratorForeground": "text",
|
||||||
"acceleratorSelectionForeground": "activeFg",
|
"acceleratorSelectionForeground": "activeFg",
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"border": "4,2,4,2",
|
"border": "8,8,8,8",
|
||||||
"disabledBackground": "bg",
|
"disabledBackground": "bg",
|
||||||
"disabledForeground": "dis",
|
"disabledForeground": "dis",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
@@ -699,11 +804,13 @@
|
|||||||
"background": "bg"
|
"background": "bg"
|
||||||
},
|
},
|
||||||
"SearchField": {
|
"SearchField": {
|
||||||
"background": "hc"
|
"background": "cs"
|
||||||
}
|
},
|
||||||
|
"separatorWidth": 6
|
||||||
},
|
},
|
||||||
"NewPSD.warning": "accent",
|
"NewPSD.warning": "accent",
|
||||||
"Notification": {
|
"Notification": {
|
||||||
|
"arc": 16,
|
||||||
"Error.foreground": "accent",
|
"Error.foreground": "accent",
|
||||||
"Link.foreground": "accent",
|
"Link.foreground": "accent",
|
||||||
"background": "notif",
|
"background": "notif",
|
||||||
@@ -719,12 +826,18 @@
|
|||||||
"innerBorderColor": "button"
|
"innerBorderColor": "button"
|
||||||
},
|
},
|
||||||
"ToolWindow": {
|
"ToolWindow": {
|
||||||
|
"Button.DragAndDrop": {
|
||||||
|
"buttonFloatingBackground": "button",
|
||||||
|
"stripeBackground": "bg"
|
||||||
|
},
|
||||||
"errorBackground": "notifError",
|
"errorBackground": "notifError",
|
||||||
"errorBorderColor": "notifError",
|
"errorBorderColor": "notifError",
|
||||||
"errorForeground": "fg",
|
"errorForeground": "fg",
|
||||||
|
"infoBackground": "notif",
|
||||||
|
"infoBorderColor": "notif",
|
||||||
"infoForeground": "fg",
|
"infoForeground": "fg",
|
||||||
"informativeBackground": "notifInfo",
|
"informativeBackground": "notif",
|
||||||
"informativeBorderColor": "notifInfo",
|
"informativeBorderColor": "notif",
|
||||||
"informativeForeground": "fg",
|
"informativeForeground": "fg",
|
||||||
"warningBackground": "notifWarn",
|
"warningBackground": "notifWarn",
|
||||||
"warningBorderColor": "notifWarn",
|
"warningBorderColor": "notifWarn",
|
||||||
@@ -736,7 +849,8 @@
|
|||||||
},
|
},
|
||||||
"ToolWindowInfo": {
|
"ToolWindowInfo": {
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"background": "notifInfo"
|
"background": "notif",
|
||||||
|
"borderColor": "notif"
|
||||||
},
|
},
|
||||||
"ToolWindowWarning": {
|
"ToolWindowWarning": {
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
@@ -786,7 +900,7 @@
|
|||||||
"lineSeparatorColor": "table"
|
"lineSeparatorColor": "table"
|
||||||
},
|
},
|
||||||
"PasswordField": {
|
"PasswordField": {
|
||||||
"background": "hc",
|
"background": "cs",
|
||||||
"capsLockIconColor": "accent",
|
"capsLockIconColor": "accent",
|
||||||
"caretForeground": "accent",
|
"caretForeground": "accent",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
@@ -796,6 +910,7 @@
|
|||||||
},
|
},
|
||||||
"Plugins": {
|
"Plugins": {
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
|
"borderColor": "border",
|
||||||
"disabledForeground": "dis",
|
"disabledForeground": "dis",
|
||||||
"eapTagBackground": "hl",
|
"eapTagBackground": "hl",
|
||||||
"hoverBackground": "hl",
|
"hoverBackground": "hl",
|
||||||
@@ -817,8 +932,11 @@
|
|||||||
"updateBorderColor": "button",
|
"updateBorderColor": "button",
|
||||||
"updateForeground": "fg"
|
"updateForeground": "fg"
|
||||||
},
|
},
|
||||||
|
"ScreenshotPagination": {
|
||||||
|
"CurrentImage.fillColor": "accent"
|
||||||
|
},
|
||||||
"SearchField": {
|
"SearchField": {
|
||||||
"background": "hc",
|
"background": "cs",
|
||||||
"borderColor": "border"
|
"borderColor": "border"
|
||||||
},
|
},
|
||||||
"SectionHeader": {
|
"SectionHeader": {
|
||||||
@@ -836,27 +954,38 @@
|
|||||||
},
|
},
|
||||||
"Popup": {
|
"Popup": {
|
||||||
"Advertiser": {
|
"Advertiser": {
|
||||||
|
"borderInsets": "6,20,6,20",
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"borderColor": "bg",
|
"borderColor": "bg",
|
||||||
"foreground": "accent"
|
"foreground": "accent"
|
||||||
},
|
},
|
||||||
|
"Body": {
|
||||||
|
"bottomInsetNoAd": 8,
|
||||||
|
"bottomInsetBeforeAd": 8,
|
||||||
|
"topInsetNoHeader": 8
|
||||||
|
},
|
||||||
"Border": {
|
"Border": {
|
||||||
"color": "cs",
|
"color": "cs",
|
||||||
"inactiveColor": "bg"
|
"inactiveColor": "bg"
|
||||||
},
|
},
|
||||||
|
"background": "notif",
|
||||||
"borderColor": "cs",
|
"borderColor": "cs",
|
||||||
|
"borderWidth": 0,
|
||||||
"inactiveBorderColor": "bg",
|
"inactiveBorderColor": "bg",
|
||||||
"innerBorderColor": "second",
|
"innerBorderColor": "second",
|
||||||
"Header": {
|
"Header": {
|
||||||
"activeBackground": "bg",
|
"activeBackground": "bg",
|
||||||
"inactiveBackground": "cs"
|
"inactiveBackground": "cs",
|
||||||
|
"inactiveForeground": "text"
|
||||||
},
|
},
|
||||||
"paintBorder": true,
|
"paintBorder": false,
|
||||||
"preferences": {
|
"preferences": {
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"borderColor": "bg",
|
"borderColor": "bg",
|
||||||
"foreground": "fg"
|
"foreground": "fg"
|
||||||
},
|
},
|
||||||
|
"Selection.arc": 8,
|
||||||
|
"Selection.leftRightInset": 8,
|
||||||
"Separator": {
|
"Separator": {
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"color": "border"
|
"color": "border"
|
||||||
@@ -872,13 +1001,24 @@
|
|||||||
},
|
},
|
||||||
"PopupMenu": {
|
"PopupMenu": {
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"border": "2,0,2,0",
|
"borderWidth": 1,
|
||||||
|
"border": "8,8,8,8",
|
||||||
|
"borderCornerRadius": 8,
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
|
"Selection": {
|
||||||
|
"arc": 8,
|
||||||
|
"innerInsets": "8,2,8,2"
|
||||||
|
},
|
||||||
"selectionBackground": "selBg",
|
"selectionBackground": "selBg",
|
||||||
"translucentBackground": "bg"
|
"translucentBackground": "bg"
|
||||||
},
|
},
|
||||||
"PopupMenuSeparator.height": 10,
|
"PopupMenuSeparator": {
|
||||||
"PopupMenuSeparator.stripeIndent": 5,
|
"height": 10,
|
||||||
|
"stripeWidth": 2,
|
||||||
|
"stripeIndent": 5,
|
||||||
|
"withToEdge": 4,
|
||||||
|
"borderCornerRadius": 8
|
||||||
|
},
|
||||||
"ProgressBar": {
|
"ProgressBar": {
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"foreground": "accent",
|
"foreground": "accent",
|
||||||
@@ -922,12 +1062,27 @@
|
|||||||
"selectionBackground": "selBg",
|
"selectionBackground": "selBg",
|
||||||
"selectionForeground": "selFg"
|
"selectionForeground": "selFg"
|
||||||
},
|
},
|
||||||
|
"ReviewList": {
|
||||||
|
"state.background": "second",
|
||||||
|
"state.foreground": "fg"
|
||||||
|
},
|
||||||
"RunWidget": {
|
"RunWidget": {
|
||||||
|
"background": "button",
|
||||||
|
"Debug.activeBackground": "hl",
|
||||||
|
"foreground": "fg",
|
||||||
|
"hoverBackground": "table",
|
||||||
|
"pressedBackground": "hl",
|
||||||
|
"Profile.activeBackground": "hl",
|
||||||
|
"runningBackground": "hl",
|
||||||
|
"runningForeground": "selFg",
|
||||||
|
"Run.activeBackground": "hl",
|
||||||
"Running": {
|
"Running": {
|
||||||
"background": "accent",
|
"background": "hl",
|
||||||
"leftHoverBackground": "accent70",
|
"foreground": "selFg",
|
||||||
"leftPressedBackground": "accent"
|
"leftHoverBackground": "hl",
|
||||||
}
|
"leftPressedBackground": "hl"
|
||||||
|
},
|
||||||
|
"separatorColor": "border"
|
||||||
},
|
},
|
||||||
"ScreenView.borderColor": "border",
|
"ScreenView.borderColor": "border",
|
||||||
"scrollbar": "bg",
|
"scrollbar": "bg",
|
||||||
@@ -971,8 +1126,9 @@
|
|||||||
},
|
},
|
||||||
"SearchEverywhere": {
|
"SearchEverywhere": {
|
||||||
"Advertiser": {
|
"Advertiser": {
|
||||||
"background": "cs",
|
"background": "bg",
|
||||||
"foreground": "text"
|
"foreground": "text",
|
||||||
|
"borderInsets": "10,20,10,20"
|
||||||
},
|
},
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"Dialog": {
|
"Dialog": {
|
||||||
@@ -989,11 +1145,12 @@
|
|||||||
"Separator.foreground": "text",
|
"Separator.foreground": "text",
|
||||||
"selectionBackground": "selBg",
|
"selectionBackground": "selBg",
|
||||||
"separatorColor": "border",
|
"separatorColor": "border",
|
||||||
"separatorForeground": "text"
|
"separatorForeground": "text",
|
||||||
|
"settingsBackground": "bg"
|
||||||
},
|
},
|
||||||
"SearchField": {
|
"SearchField": {
|
||||||
"Border.color": "hl",
|
"Border.color": "hl",
|
||||||
"background": "hc",
|
"background": "cs",
|
||||||
"borderColor": "hl",
|
"borderColor": "hl",
|
||||||
"grayForeground": "dis",
|
"grayForeground": "dis",
|
||||||
"infoForeground": "dis"
|
"infoForeground": "dis"
|
||||||
@@ -1015,8 +1172,13 @@
|
|||||||
"startColor": "accent"
|
"startColor": "accent"
|
||||||
},
|
},
|
||||||
"SearchField.errorBackground": "notif",
|
"SearchField.errorBackground": "notif",
|
||||||
|
"SearchFieldWithExtension": {
|
||||||
|
"background": "cs"
|
||||||
|
},
|
||||||
"SearchOption": {
|
"SearchOption": {
|
||||||
"selectedBackground": "table"
|
"selectedBackground": "table",
|
||||||
|
"selectedPressedBackground": "hl",
|
||||||
|
"selectedHoveredBackground": "hl"
|
||||||
},
|
},
|
||||||
"SearchResults": {
|
"SearchResults": {
|
||||||
"Ordinal.File.Foreground": "text",
|
"Ordinal.File.Foreground": "text",
|
||||||
@@ -1056,12 +1218,12 @@
|
|||||||
"SpeedSearch": {
|
"SpeedSearch": {
|
||||||
"background": "hl",
|
"background": "hl",
|
||||||
"borderColor": "border",
|
"borderColor": "border",
|
||||||
"errorForeground": "fg",
|
"errorForeground": "red",
|
||||||
"foreground": "fg"
|
"foreground": "fg"
|
||||||
},
|
},
|
||||||
"Spinner": {
|
"Spinner": {
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"border": "3,3,3,3",
|
"border": "4,4,4,4",
|
||||||
"disabledBackground": "excl",
|
"disabledBackground": "excl",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"selectionForeground": "activeFg"
|
"selectionForeground": "activeFg"
|
||||||
@@ -1077,15 +1239,17 @@
|
|||||||
"Breadcrumbs": {
|
"Breadcrumbs": {
|
||||||
"floatingBackground": "tree",
|
"floatingBackground": "tree",
|
||||||
"floatingForeground": "fg",
|
"floatingForeground": "fg",
|
||||||
|
"floatingToolbarInsets": "8,12,8,12",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"hoverBackground": "tree",
|
"hoverBackground": "tree",
|
||||||
"hoverForeground": "fg",
|
"hoverForeground": "fg",
|
||||||
|
"itemBackgroundInsets": "2,4,2,4",
|
||||||
"selectionBackground": "selBg",
|
"selectionBackground": "selBg",
|
||||||
"selectionForeground": "activeFg",
|
"selectionForeground": "activeFg",
|
||||||
"selectionInactiveBackground": "button",
|
"selectionInactiveBackground": "button",
|
||||||
"selectionInactiveForeground": "fg"
|
"selectionInactiveForeground": "fg"
|
||||||
},
|
},
|
||||||
"borderColor": "bg",
|
"borderColor": "border",
|
||||||
"bottomColor": "bg",
|
"bottomColor": "bg",
|
||||||
"hoverBackground": "hl",
|
"hoverBackground": "hl",
|
||||||
"top2Color": "bg",
|
"top2Color": "bg",
|
||||||
@@ -1096,7 +1260,8 @@
|
|||||||
"hoverBackground": "hl",
|
"hoverBackground": "hl",
|
||||||
"hoverForeground": "selFg",
|
"hoverForeground": "selFg",
|
||||||
"pressedBackground": "button",
|
"pressedBackground": "button",
|
||||||
"pressedForeground": "fg"
|
"pressedForeground": "fg",
|
||||||
|
"widgetInsets": "8,12,8,12"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"TabbedPane": {
|
"TabbedPane": {
|
||||||
@@ -1126,6 +1291,7 @@
|
|||||||
"shadow": "hc",
|
"shadow": "hc",
|
||||||
"tabHeight": 32,
|
"tabHeight": 32,
|
||||||
"tabInsets": "5,10,5,10",
|
"tabInsets": "5,10,5,10",
|
||||||
|
"tabSelectionArc": 4,
|
||||||
"tabSelectionHeight": 2,
|
"tabSelectionHeight": 2,
|
||||||
"tabsOverlapBorder": true,
|
"tabsOverlapBorder": true,
|
||||||
"underlineColor": "accent"
|
"underlineColor": "accent"
|
||||||
@@ -1134,13 +1300,13 @@
|
|||||||
"Table": {
|
"Table": {
|
||||||
"alternativeRowBackground": "cs",
|
"alternativeRowBackground": "cs",
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"cellNoFocusBorder": "10,5,10,5",
|
"cellNoFocusBorder": "16,4,16,4",
|
||||||
"disabledForeground": "dis",
|
"disabledForeground": "dis",
|
||||||
"dropLineColor": "accent",
|
"dropLineColor": "accent",
|
||||||
"dropLineShortColor": "accent",
|
"dropLineShortColor": "accent",
|
||||||
"focusCellBackground": "table",
|
"focusCellBackground": "table",
|
||||||
"focusCellForeground": "activeFg",
|
"focusCellForeground": "activeFg",
|
||||||
"focusCellHighlightBorder": "10,5,10,5",
|
"focusCellHighlightBorder": "18,6,18,6",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"gridColor": "bg",
|
"gridColor": "bg",
|
||||||
"highlightOuter": "table",
|
"highlightOuter": "table",
|
||||||
@@ -1150,6 +1316,7 @@
|
|||||||
"lightSelectionForeground": "activeFg",
|
"lightSelectionForeground": "activeFg",
|
||||||
"lightSelectionInactiveBackground": "second",
|
"lightSelectionInactiveBackground": "second",
|
||||||
"lightSelectionInactiveForeground": "text",
|
"lightSelectionInactiveForeground": "text",
|
||||||
|
"rowHeight": 32,
|
||||||
"selectionBackground": "table",
|
"selectionBackground": "table",
|
||||||
"selectionForeground": "activeFg",
|
"selectionForeground": "activeFg",
|
||||||
"selectionInactiveBackground": "table",
|
"selectionInactiveBackground": "table",
|
||||||
@@ -1160,14 +1327,14 @@
|
|||||||
},
|
},
|
||||||
"TableHeader": {
|
"TableHeader": {
|
||||||
"background": "button",
|
"background": "button",
|
||||||
|
"bottomSeparatorColor": "border",
|
||||||
"borderColor": "hl",
|
"borderColor": "hl",
|
||||||
"bottomSeparatorColor": "hl",
|
"cellBorder": "6,0,6,0",
|
||||||
"cellBorder": "4,0,4,0",
|
|
||||||
"disabledForeground": "dis",
|
"disabledForeground": "dis",
|
||||||
"focusCellBackground": "table",
|
"focusCellBackground": "table",
|
||||||
"focusCellForeground": "activeFg",
|
"focusCellForeground": "activeFg",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"height": 25,
|
"height": 32,
|
||||||
"hoverBackground": "hl",
|
"hoverBackground": "hl",
|
||||||
"separatorColor": "border"
|
"separatorColor": "border"
|
||||||
},
|
},
|
||||||
@@ -1182,7 +1349,7 @@
|
|||||||
"textHighlightText": "activeFg",
|
"textHighlightText": "activeFg",
|
||||||
"textText": "text",
|
"textText": "text",
|
||||||
"TextArea": {
|
"TextArea": {
|
||||||
"background": "hc",
|
"background": "cs",
|
||||||
"caretForeground": "accent",
|
"caretForeground": "accent",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"inactiveForeground": "dis",
|
"inactiveForeground": "dis",
|
||||||
@@ -1190,7 +1357,7 @@
|
|||||||
"selectionForeground": "activeFg"
|
"selectionForeground": "activeFg"
|
||||||
},
|
},
|
||||||
"TextField": {
|
"TextField": {
|
||||||
"background": "hc",
|
"background": "cs",
|
||||||
"borderColor": "bg",
|
"borderColor": "bg",
|
||||||
"caretForeground": "accent",
|
"caretForeground": "accent",
|
||||||
"disabledBackground": "excl",
|
"disabledBackground": "excl",
|
||||||
@@ -1205,15 +1372,21 @@
|
|||||||
"separatorColorDisabled": "bg"
|
"separatorColorDisabled": "bg"
|
||||||
},
|
},
|
||||||
"TextPane": {
|
"TextPane": {
|
||||||
"background": "hc",
|
"background": "cs",
|
||||||
"caretForeground": "accent",
|
"caretForeground": "accent",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"inactiveForeground": "dis",
|
"inactiveForeground": "dis",
|
||||||
"selectionBackground": "table",
|
"selectionBackground": "table",
|
||||||
"selectionForeground": "activeFg"
|
"selectionForeground": "activeFg"
|
||||||
},
|
},
|
||||||
|
"TipOfTheDay": {
|
||||||
|
"Image.borderColor": "border"
|
||||||
|
},
|
||||||
"TitlePane": {
|
"TitlePane": {
|
||||||
"Button.hoverBackground": "hl",
|
"Button": {
|
||||||
|
"hoverBackground": "hl",
|
||||||
|
"preferredSize": "48,40"
|
||||||
|
},
|
||||||
"background": "hc",
|
"background": "hc",
|
||||||
"inactiveBackground": "bg",
|
"inactiveBackground": "bg",
|
||||||
"inactiveInfoForeground": "dis",
|
"inactiveInfoForeground": "dis",
|
||||||
@@ -1240,7 +1413,9 @@
|
|||||||
"borderHandleColor": "text",
|
"borderHandleColor": "text",
|
||||||
"comboBoxButtonBackground": "button",
|
"comboBoxButtonBackground": "button",
|
||||||
"floatingForeground": "text",
|
"floatingForeground": "text",
|
||||||
"foreground": "fg"
|
"foreground": "fg",
|
||||||
|
"verticalToolbarInsets": "6,6,6,6",
|
||||||
|
"horizontalToolbarInsets": "6,6,6,6"
|
||||||
},
|
},
|
||||||
"ToolbarComboWidget": {
|
"ToolbarComboWidget": {
|
||||||
"background": "button",
|
"background": "button",
|
||||||
@@ -1252,6 +1427,7 @@
|
|||||||
"description.title.text.color": "fg"
|
"description.title.text.color": "fg"
|
||||||
},
|
},
|
||||||
"ToolTip": {
|
"ToolTip": {
|
||||||
|
"arc": 6,
|
||||||
"actions": {
|
"actions": {
|
||||||
"background": "bg"
|
"background": "bg"
|
||||||
},
|
},
|
||||||
@@ -1262,8 +1438,10 @@
|
|||||||
},
|
},
|
||||||
"background": "notif",
|
"background": "notif",
|
||||||
"borderColor": "border",
|
"borderColor": "border",
|
||||||
|
"borderCornerRadius": 8,
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"infoForeground": "text",
|
"infoForeground": "text",
|
||||||
|
"linkForeground": "accent",
|
||||||
"Learning": {
|
"Learning": {
|
||||||
"background": "accent",
|
"background": "accent",
|
||||||
"borderColor": "accent",
|
"borderColor": "accent",
|
||||||
@@ -1284,6 +1462,10 @@
|
|||||||
"background": "hc",
|
"background": "hc",
|
||||||
"Button": {
|
"Button": {
|
||||||
"hoverBackground": "table",
|
"hoverBackground": "table",
|
||||||
|
"DragAndDrop": {
|
||||||
|
"stripeBackground": "cs",
|
||||||
|
"buttonDropBackground": "accent70"
|
||||||
|
},
|
||||||
"selectedBackground": "cs",
|
"selectedBackground": "cs",
|
||||||
"selectedForeground": "activeFg"
|
"selectedForeground": "activeFg"
|
||||||
},
|
},
|
||||||
@@ -1296,6 +1478,7 @@
|
|||||||
"tab.selected.background": "cs"
|
"tab.selected.background": "cs"
|
||||||
},
|
},
|
||||||
"Header": {
|
"Header": {
|
||||||
|
"height": 42,
|
||||||
"background": "second",
|
"background": "second",
|
||||||
"borderColor": "second",
|
"borderColor": "second",
|
||||||
"inactiveBackground": "bg"
|
"inactiveBackground": "bg"
|
||||||
@@ -1308,13 +1491,17 @@
|
|||||||
"hoverBackground": "hl",
|
"hoverBackground": "hl",
|
||||||
"hoverInactiveBackground": "hl",
|
"hoverInactiveBackground": "hl",
|
||||||
"inactiveUnderlineColor": "accent",
|
"inactiveUnderlineColor": "accent",
|
||||||
|
"leftRightInsets": "0,12,0,12",
|
||||||
"selectedBackground": "cs",
|
"selectedBackground": "cs",
|
||||||
"selectedInactiveBackground": "cs",
|
"selectedInactiveBackground": "cs",
|
||||||
|
"underlineArc": 4,
|
||||||
"underlineColor": "accent",
|
"underlineColor": "accent",
|
||||||
|
"underlineHeight": 3,
|
||||||
"underlinedTabBackground": "table",
|
"underlinedTabBackground": "table",
|
||||||
"underlinedTabForeground": "selFg",
|
"underlinedTabForeground": "selFg",
|
||||||
"underlinedTabInactiveBackground": "hc",
|
"underlinedTabInactiveBackground": "hc",
|
||||||
"underlinedTabInactiveForeground": "fg"
|
"underlinedTabInactiveForeground": "fg",
|
||||||
|
"verticalPadding": 6
|
||||||
},
|
},
|
||||||
"inactive": {
|
"inactive": {
|
||||||
"Header.background": "bg",
|
"Header.background": "bg",
|
||||||
@@ -1322,13 +1509,15 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"Tree": {
|
"Tree": {
|
||||||
|
"border": "4,12,4,12",
|
||||||
"background": "hc",
|
"background": "hc",
|
||||||
"foreground": "text",
|
"foreground": "text",
|
||||||
|
"errorForeground": "red",
|
||||||
"hash": "border",
|
"hash": "border",
|
||||||
"hoverBackground": "tree",
|
"hoverBackground": "tree",
|
||||||
"hoverInactiveBackground": "table",
|
"hoverInactiveBackground": "table",
|
||||||
"modifiedItemForeground": "accent",
|
"modifiedItemForeground": "accent",
|
||||||
"rowHeight": 28,
|
"rowHeight": "28",
|
||||||
"selectionBackground": "tree",
|
"selectionBackground": "tree",
|
||||||
"selectionForeground": "selFg",
|
"selectionForeground": "selFg",
|
||||||
"selectionInactiveBackground": "tree",
|
"selectionInactiveBackground": "tree",
|
||||||
@@ -1355,7 +1544,6 @@
|
|||||||
"hoverBorderColor": "hl"
|
"hoverBorderColor": "hl"
|
||||||
},
|
},
|
||||||
"Label.foreground": "text",
|
"Label.foreground": "text",
|
||||||
"List.selectionBackground": "tree",
|
|
||||||
"highStroke.foreground": "fg",
|
"highStroke.foreground": "fg",
|
||||||
"motion": {
|
"motion": {
|
||||||
"AddConstraintColor": "accent",
|
"AddConstraintColor": "accent",
|
||||||
@@ -1392,6 +1580,35 @@
|
|||||||
"ourML_BarColor.separatorColor": "border",
|
"ourML_BarColor.separatorColor": "border",
|
||||||
"timeLine.disabledBorderColor": "border"
|
"timeLine.disabledBorderColor": "border"
|
||||||
},
|
},
|
||||||
|
"PackageDetails": {
|
||||||
|
"border": "accent",
|
||||||
|
"infoBanner": "accent"
|
||||||
|
},
|
||||||
|
"PackageSearch": {
|
||||||
|
"PackagesList.rowHeight": 28,
|
||||||
|
"PackageTag": {
|
||||||
|
"background": "excl",
|
||||||
|
"foreground": "fg",
|
||||||
|
"hoverBackground": "tree",
|
||||||
|
"selectedBackground": "selBg",
|
||||||
|
"selectedForeground": "selFg"
|
||||||
|
},
|
||||||
|
"PackageTagSelected": {
|
||||||
|
"background": "selBg",
|
||||||
|
"foreground": "selFg"
|
||||||
|
},
|
||||||
|
"SearchResult": {
|
||||||
|
"background": "cs",
|
||||||
|
"hoverBackground": "tree",
|
||||||
|
"PackageTag": {
|
||||||
|
"background": "excl",
|
||||||
|
"foreground": "fg",
|
||||||
|
"hoverBackground": "tree",
|
||||||
|
"selectedBackground": "selBg",
|
||||||
|
"selectedForeground": "selFg"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"Panel": {
|
"Panel": {
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"borderColor": "border",
|
"borderColor": "border",
|
||||||
@@ -1418,7 +1635,7 @@
|
|||||||
},
|
},
|
||||||
"VersionControl": {
|
"VersionControl": {
|
||||||
"FileHistory.Commit": {
|
"FileHistory.Commit": {
|
||||||
"otherBranchBackground": "bg",
|
"otherBranchBackground": "excl",
|
||||||
"selectedBranchBackground": "bg"
|
"selectedBranchBackground": "bg"
|
||||||
},
|
},
|
||||||
"GitCommits": {
|
"GitCommits": {
|
||||||
@@ -1443,9 +1660,15 @@
|
|||||||
"Commit": {
|
"Commit": {
|
||||||
"currentBranchBackground": "cs",
|
"currentBranchBackground": "cs",
|
||||||
"hoveredBackground": "tree",
|
"hoveredBackground": "tree",
|
||||||
|
"rowHeight": 28,
|
||||||
"unmatchedForeground": "text"
|
"unmatchedForeground": "text"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"MarkerPopup": {
|
||||||
|
"borderColor": "border",
|
||||||
|
"borderInsets": "6,8,6,10",
|
||||||
|
"Toolbar.background": "hl"
|
||||||
|
},
|
||||||
"Ref": {
|
"Ref": {
|
||||||
"backgroundBase": "hl",
|
"backgroundBase": "hl",
|
||||||
"foreground": "activeFg"
|
"foreground": "activeFg"
|
||||||
@@ -1455,6 +1678,11 @@
|
|||||||
"foreground": "activeFg"
|
"foreground": "activeFg"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"UnattendedHostStatus": {
|
||||||
|
"warningBackground": "yellow",
|
||||||
|
"warningForeground": "activeFg",
|
||||||
|
"dangerBackground": "red"
|
||||||
|
},
|
||||||
"Viewport": {
|
"Viewport": {
|
||||||
"background": "hc",
|
"background": "hc",
|
||||||
"foreground": "fg"
|
"foreground": "fg"
|
||||||
|
|||||||
@@ -73,6 +73,10 @@
|
|||||||
"pressedBackground": "accent50",
|
"pressedBackground": "accent50",
|
||||||
"pressedBorderColor": "accent50"
|
"pressedBorderColor": "accent50"
|
||||||
},
|
},
|
||||||
|
"ActionsList": {
|
||||||
|
"icon.gap": 12,
|
||||||
|
"mnemonic.icon.gap": 12
|
||||||
|
},
|
||||||
"ActionToolbar": {
|
"ActionToolbar": {
|
||||||
"background": "hc"
|
"background": "hc"
|
||||||
},
|
},
|
||||||
@@ -127,8 +131,9 @@
|
|||||||
"BookmarkIcon.background": "accent",
|
"BookmarkIcon.background": "accent",
|
||||||
"Borders.ContrastBorderColor": "bg",
|
"Borders.ContrastBorderColor": "bg",
|
||||||
"Borders.color": "border",
|
"Borders.color": "border",
|
||||||
|
"Breakpoint.iconHoverAlpha": 0.35,
|
||||||
"Button": {
|
"Button": {
|
||||||
"arc": 0,
|
"arc": 8,
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"darcula": {
|
"darcula": {
|
||||||
"borderColor": "button",
|
"borderColor": "button",
|
||||||
@@ -181,7 +186,10 @@
|
|||||||
"shadowColor": "shadow",
|
"shadowColor": "shadow",
|
||||||
"shadowWidth": 0,
|
"shadowWidth": 0,
|
||||||
"startBackground": "table",
|
"startBackground": "table",
|
||||||
"startBorderColor": "button"
|
"startBorderColor": "button",
|
||||||
|
"ToolWindow": {
|
||||||
|
"arc": 40
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"Canvas": {
|
"Canvas": {
|
||||||
"Tooltip.background": "notif",
|
"Tooltip.background": "notif",
|
||||||
@@ -256,6 +264,32 @@
|
|||||||
"accessDot": "accent",
|
"accessDot": "accent",
|
||||||
"dropdownBorder": "second",
|
"dropdownBorder": "second",
|
||||||
"pillBackground": "second"
|
"pillBackground": "second"
|
||||||
|
},
|
||||||
|
"Users": {
|
||||||
|
"1": {
|
||||||
|
"Background": "green",
|
||||||
|
"Foreground": "fg"
|
||||||
|
},
|
||||||
|
"2": {
|
||||||
|
"Background": "blue",
|
||||||
|
"Foreground": "fg"
|
||||||
|
},
|
||||||
|
"3": {
|
||||||
|
"Background": "red",
|
||||||
|
"Foreground": "fg"
|
||||||
|
},
|
||||||
|
"4": {
|
||||||
|
"Background": "purple",
|
||||||
|
"Foreground": "fg"
|
||||||
|
},
|
||||||
|
"5": {
|
||||||
|
"Background": "yellow",
|
||||||
|
"Foreground": "fg"
|
||||||
|
},
|
||||||
|
"6": {
|
||||||
|
"Background": "orange",
|
||||||
|
"Foreground": "fg"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"ColorChooser": {
|
"ColorChooser": {
|
||||||
@@ -293,7 +327,13 @@
|
|||||||
"selectionBackground": "table",
|
"selectionBackground": "table",
|
||||||
"selectionForeground": "activeFg"
|
"selectionForeground": "activeFg"
|
||||||
},
|
},
|
||||||
|
"ComboPopup.border": "1,1,1,1,#ffd866",
|
||||||
"CompletionPopup": {
|
"CompletionPopup": {
|
||||||
|
"Advertiser": {
|
||||||
|
"background": "bg",
|
||||||
|
"foreground": "fg",
|
||||||
|
"borderInsets": "8,12,8,12"
|
||||||
|
},
|
||||||
"background": "second",
|
"background": "second",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"grayForeground": "text",
|
"grayForeground": "text",
|
||||||
@@ -313,8 +353,12 @@
|
|||||||
"selectionInactiveInfoForeground": "text",
|
"selectionInactiveInfoForeground": "text",
|
||||||
"selectionInfoForeground": "selFg"
|
"selectionInfoForeground": "selFg"
|
||||||
},
|
},
|
||||||
|
"ComplexPopup": {
|
||||||
|
"Header.background": "notif"
|
||||||
|
},
|
||||||
"Component": {
|
"Component": {
|
||||||
"arc": 4,
|
"arc": 4,
|
||||||
|
"focusWidth": 2,
|
||||||
"borderColor": "hl",
|
"borderColor": "hl",
|
||||||
"disabledBorderColor": "dis",
|
"disabledBorderColor": "dis",
|
||||||
"focusColor": "accent",
|
"focusColor": "accent",
|
||||||
@@ -351,6 +395,7 @@
|
|||||||
},
|
},
|
||||||
"desktop": "hc",
|
"desktop": "hc",
|
||||||
"Debugger": {
|
"Debugger": {
|
||||||
|
"EvaluateExpression.background": "bg",
|
||||||
"Variables": {
|
"Variables": {
|
||||||
"changedValueForeground": "accent",
|
"changedValueForeground": "accent",
|
||||||
"collectingDataForeground": "text",
|
"collectingDataForeground": "text",
|
||||||
@@ -358,13 +403,15 @@
|
|||||||
"evaluatingExpressionForeground": "text",
|
"evaluatingExpressionForeground": "text",
|
||||||
"exceptionForeground": "yellow",
|
"exceptionForeground": "yellow",
|
||||||
"modifyingValueForeground": "accent",
|
"modifyingValueForeground": "accent",
|
||||||
"valueForeground": "accent"
|
"valueForeground": "accent",
|
||||||
|
"typeForeground": "text"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"DebuggerTabs": {
|
"DebuggerTabs": {
|
||||||
"active.background": "hl",
|
"active.background": "hl",
|
||||||
"selectedBackground": "hl",
|
"selectedBackground": "hl",
|
||||||
"underlinedTabBackground": "table"
|
"underlinedTabBackground": "table",
|
||||||
|
"underlineHeight": 2
|
||||||
},
|
},
|
||||||
"DebuggerPopup": {
|
"DebuggerPopup": {
|
||||||
"borderColor": "bg"
|
"borderColor": "bg"
|
||||||
@@ -380,6 +427,7 @@
|
|||||||
"inactiveMaskColor": "hc",
|
"inactiveMaskColor": "hc",
|
||||||
"inactiveUnderlineColor": "accent",
|
"inactiveUnderlineColor": "accent",
|
||||||
"underlineColor": "accent",
|
"underlineColor": "accent",
|
||||||
|
"underlineHeight": 3,
|
||||||
"underlinedTabBackground": "table",
|
"underlinedTabBackground": "table",
|
||||||
"underlinedTabForeground": "selFg"
|
"underlinedTabForeground": "selFg"
|
||||||
},
|
},
|
||||||
@@ -398,13 +446,21 @@
|
|||||||
"backgroundBorderColor": "bg",
|
"backgroundBorderColor": "bg",
|
||||||
"backgroundColor": "bg",
|
"backgroundColor": "bg",
|
||||||
"borderColor": "accent",
|
"borderColor": "accent",
|
||||||
"foregroundColor": "fg"
|
"foregroundColor": "fg",
|
||||||
|
"rowBackground": "accent70"
|
||||||
},
|
},
|
||||||
"dropArea.base": "accent",
|
"dropArea.base": "accent",
|
||||||
"Editor": {
|
"Editor": {
|
||||||
"background": "hc",
|
"background": "hc",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"shortcutForeground": "text"
|
"shortcutForeground": "text",
|
||||||
|
"SearchField": {
|
||||||
|
"background": "cs",
|
||||||
|
"borderInsets": "8,12,8,12"
|
||||||
|
},
|
||||||
|
"Toolbar": {
|
||||||
|
"borderColor": "border"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"EditorGroupsTabs": {
|
"EditorGroupsTabs": {
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
@@ -423,7 +479,8 @@
|
|||||||
"inactiveBackground": "bg",
|
"inactiveBackground": "bg",
|
||||||
"inactiveForeground": "dis",
|
"inactiveForeground": "dis",
|
||||||
"selectionBackground": "selBg",
|
"selectionBackground": "selBg",
|
||||||
"selectionForeground": "activeFg"
|
"selectionForeground": "activeFg",
|
||||||
|
"splitBorder": "border"
|
||||||
},
|
},
|
||||||
"EditorTabs": {
|
"EditorTabs": {
|
||||||
"active.background": "table",
|
"active.background": "table",
|
||||||
@@ -441,7 +498,10 @@
|
|||||||
"inactiveUnderlineColor": "dis",
|
"inactiveUnderlineColor": "dis",
|
||||||
"selectedBackground": "table",
|
"selectedBackground": "table",
|
||||||
"selectedForeground": "fg",
|
"selectedForeground": "fg",
|
||||||
|
"tabInsets": "-10,10,-10,10",
|
||||||
"underlineColor": "accent",
|
"underlineColor": "accent",
|
||||||
|
"underlineHeight": 3,
|
||||||
|
"underlineArc": 4,
|
||||||
"underlinedTabBackground": "table",
|
"underlinedTabBackground": "table",
|
||||||
"underlinedTabForeground": "selFg"
|
"underlinedTabForeground": "selFg"
|
||||||
},
|
},
|
||||||
@@ -472,7 +532,7 @@
|
|||||||
"defaultButtonBorderColor": "accent"
|
"defaultButtonBorderColor": "accent"
|
||||||
},
|
},
|
||||||
"FormattedTextField": {
|
"FormattedTextField": {
|
||||||
"background": "hc",
|
"background": "cs",
|
||||||
"caretForeground": "accent",
|
"caretForeground": "accent",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"inactiveBackground": "button",
|
"inactiveBackground": "button",
|
||||||
@@ -509,6 +569,9 @@
|
|||||||
"disabledSeparatorColor": "border",
|
"disabledSeparatorColor": "border",
|
||||||
"separatorColor": "border"
|
"separatorColor": "border"
|
||||||
},
|
},
|
||||||
|
"Gutter": {
|
||||||
|
"VcsChanges.width": 4
|
||||||
|
},
|
||||||
"GutterTooltip": {
|
"GutterTooltip": {
|
||||||
"borderColor": "bg",
|
"borderColor": "bg",
|
||||||
"infoForeground": "text",
|
"infoForeground": "text",
|
||||||
@@ -522,11 +585,14 @@
|
|||||||
"background": "bg",
|
"background": "bg",
|
||||||
"backgroundColor": "bg",
|
"backgroundColor": "bg",
|
||||||
"borderColor": "border",
|
"borderColor": "border",
|
||||||
|
"defaultTextBorderInsets": "16,16,16,16",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"infoForeground": "text",
|
"infoForeground": "text",
|
||||||
"shortcutForeground": "text",
|
"shortcutForeground": "text",
|
||||||
"shortcutTextColor": "text",
|
"shortcutTextColor": "text",
|
||||||
"textColor": "fg"
|
"smallTextBorderInsets": "8,12,8,12",
|
||||||
|
"textColor": "fg",
|
||||||
|
"verticalGap": 8
|
||||||
},
|
},
|
||||||
"Hg.Log.Ref": {
|
"Hg.Log.Ref": {
|
||||||
"Branch": "accent",
|
"Branch": "accent",
|
||||||
@@ -594,6 +660,7 @@
|
|||||||
"link": "accent",
|
"link": "accent",
|
||||||
"Link": {
|
"Link": {
|
||||||
"activeForeground": "accent",
|
"activeForeground": "accent",
|
||||||
|
"focusedBorderColor": "accent",
|
||||||
"hoverForeground": "accent",
|
"hoverForeground": "accent",
|
||||||
"pressedForeground": "accent",
|
"pressedForeground": "accent",
|
||||||
"secondaryForeground": "text",
|
"secondaryForeground": "text",
|
||||||
@@ -605,27 +672,61 @@
|
|||||||
"link.visited.foreground": "accent",
|
"link.visited.foreground": "accent",
|
||||||
"List": {
|
"List": {
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
|
"Button": {
|
||||||
|
"hoverBackground": "hl",
|
||||||
|
"leftRightInset": 8,
|
||||||
|
"separatorColor": "border",
|
||||||
|
"separatorInset": 4
|
||||||
|
},
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"hoverBackground": "hl",
|
"hoverBackground": "hl",
|
||||||
"hoverInactiveBackground": "table",
|
"hoverInactiveBackground": "table",
|
||||||
|
"Line.hoverBackground": "selBg",
|
||||||
|
"rowHeight": "28",
|
||||||
|
"selectionBackground": "tree",
|
||||||
"selectionForeground": "selFg",
|
"selectionForeground": "selFg",
|
||||||
"selectionInactiveBackground": "table",
|
"selectionInactiveBackground": "table",
|
||||||
"selectionInactiveForeground": "activeFg"
|
"selectionInactiveForeground": "activeFg",
|
||||||
|
"Tag": {
|
||||||
|
"background": "button",
|
||||||
|
"foreground": "fg"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"LiveIndicator": {
|
"LiveIndicator": {
|
||||||
"color": "accent"
|
"color": "accent"
|
||||||
},
|
},
|
||||||
|
"macOSWindow.Title": {
|
||||||
|
"height": 30,
|
||||||
|
"heightSmall": 20
|
||||||
|
},
|
||||||
|
"MainMenu": {
|
||||||
|
"background": "hc",
|
||||||
|
"foreground": "fg",
|
||||||
|
"selectionForeground": "activeFg",
|
||||||
|
"selectionBackground": "selBg"
|
||||||
|
},
|
||||||
"MainToolbar": {
|
"MainToolbar": {
|
||||||
"Dropdown.background": "bg",
|
|
||||||
"Dropdown.hoverBackground": "border",
|
|
||||||
"Dropdown.pressedBackground": "table",
|
|
||||||
"Icon.background": "bg",
|
|
||||||
"Icon.hoverBackground": "border",
|
|
||||||
"Icon.pressedBackground": "table",
|
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"hoverBackground": "border",
|
"Button": {
|
||||||
|
"buttonInsets": "0,0,0,0"
|
||||||
|
},
|
||||||
|
"Dropdown": {
|
||||||
|
"borderInsets": "6,12,6,12",
|
||||||
|
"background": "bg",
|
||||||
|
"foreground": "fg",
|
||||||
|
"hoverBackground": "hl",
|
||||||
|
"pressedBackground": "table"
|
||||||
|
},
|
||||||
|
"hoverBackground": "hl",
|
||||||
|
"Icon": {
|
||||||
|
"borderInsets": "10,10,10,10",
|
||||||
|
"background": "bg",
|
||||||
|
"hoverBackground": "hl",
|
||||||
|
"pressedBackground": "table"
|
||||||
|
},
|
||||||
"inactiveBackground": "bg",
|
"inactiveBackground": "bg",
|
||||||
"pressedBackground": "table"
|
"pressedBackground": "table",
|
||||||
|
"separatorColor": "border"
|
||||||
},
|
},
|
||||||
"material": {
|
"material": {
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
@@ -652,11 +753,15 @@
|
|||||||
"acceleratorForeground": "text",
|
"acceleratorForeground": "text",
|
||||||
"acceleratorSelectionForeground": "activeFg",
|
"acceleratorSelectionForeground": "activeFg",
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"border": "4,2,4,2",
|
"border": "8,8,8,8",
|
||||||
"borderColor": "second",
|
"borderColor": "second",
|
||||||
"disabledBackground": "second",
|
"disabledBackground": "second",
|
||||||
"disabledForeground": "dis",
|
"disabledForeground": "dis",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
|
"Selection": {
|
||||||
|
"arc": 8,
|
||||||
|
"innerInsets": "8,2,8,2"
|
||||||
|
},
|
||||||
"selectionBackground": "selBg",
|
"selectionBackground": "selBg",
|
||||||
"selectionForeground": "activeFg",
|
"selectionForeground": "activeFg",
|
||||||
"separatorColor": "border"
|
"separatorColor": "border"
|
||||||
@@ -676,7 +781,7 @@
|
|||||||
"acceleratorForeground": "text",
|
"acceleratorForeground": "text",
|
||||||
"acceleratorSelectionForeground": "activeFg",
|
"acceleratorSelectionForeground": "activeFg",
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"border": "4,2,4,2",
|
"border": "8,8,8,8",
|
||||||
"disabledBackground": "bg",
|
"disabledBackground": "bg",
|
||||||
"disabledForeground": "dis",
|
"disabledForeground": "dis",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
@@ -699,11 +804,13 @@
|
|||||||
"background": "bg"
|
"background": "bg"
|
||||||
},
|
},
|
||||||
"SearchField": {
|
"SearchField": {
|
||||||
"background": "hc"
|
"background": "cs"
|
||||||
}
|
},
|
||||||
|
"separatorWidth": 6
|
||||||
},
|
},
|
||||||
"NewPSD.warning": "accent",
|
"NewPSD.warning": "accent",
|
||||||
"Notification": {
|
"Notification": {
|
||||||
|
"arc": 16,
|
||||||
"Error.foreground": "accent",
|
"Error.foreground": "accent",
|
||||||
"Link.foreground": "accent",
|
"Link.foreground": "accent",
|
||||||
"background": "notif",
|
"background": "notif",
|
||||||
@@ -719,12 +826,18 @@
|
|||||||
"innerBorderColor": "button"
|
"innerBorderColor": "button"
|
||||||
},
|
},
|
||||||
"ToolWindow": {
|
"ToolWindow": {
|
||||||
|
"Button.DragAndDrop": {
|
||||||
|
"buttonFloatingBackground": "button",
|
||||||
|
"stripeBackground": "bg"
|
||||||
|
},
|
||||||
"errorBackground": "notifError",
|
"errorBackground": "notifError",
|
||||||
"errorBorderColor": "notifError",
|
"errorBorderColor": "notifError",
|
||||||
"errorForeground": "fg",
|
"errorForeground": "fg",
|
||||||
|
"infoBackground": "notif",
|
||||||
|
"infoBorderColor": "notif",
|
||||||
"infoForeground": "fg",
|
"infoForeground": "fg",
|
||||||
"informativeBackground": "notifInfo",
|
"informativeBackground": "notif",
|
||||||
"informativeBorderColor": "notifInfo",
|
"informativeBorderColor": "notif",
|
||||||
"informativeForeground": "fg",
|
"informativeForeground": "fg",
|
||||||
"warningBackground": "notifWarn",
|
"warningBackground": "notifWarn",
|
||||||
"warningBorderColor": "notifWarn",
|
"warningBorderColor": "notifWarn",
|
||||||
@@ -736,7 +849,8 @@
|
|||||||
},
|
},
|
||||||
"ToolWindowInfo": {
|
"ToolWindowInfo": {
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"background": "notifInfo"
|
"background": "notif",
|
||||||
|
"borderColor": "notif"
|
||||||
},
|
},
|
||||||
"ToolWindowWarning": {
|
"ToolWindowWarning": {
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
@@ -786,7 +900,7 @@
|
|||||||
"lineSeparatorColor": "table"
|
"lineSeparatorColor": "table"
|
||||||
},
|
},
|
||||||
"PasswordField": {
|
"PasswordField": {
|
||||||
"background": "hc",
|
"background": "cs",
|
||||||
"capsLockIconColor": "accent",
|
"capsLockIconColor": "accent",
|
||||||
"caretForeground": "accent",
|
"caretForeground": "accent",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
@@ -796,6 +910,7 @@
|
|||||||
},
|
},
|
||||||
"Plugins": {
|
"Plugins": {
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
|
"borderColor": "border",
|
||||||
"disabledForeground": "dis",
|
"disabledForeground": "dis",
|
||||||
"eapTagBackground": "hl",
|
"eapTagBackground": "hl",
|
||||||
"hoverBackground": "hl",
|
"hoverBackground": "hl",
|
||||||
@@ -817,8 +932,11 @@
|
|||||||
"updateBorderColor": "button",
|
"updateBorderColor": "button",
|
||||||
"updateForeground": "fg"
|
"updateForeground": "fg"
|
||||||
},
|
},
|
||||||
|
"ScreenshotPagination": {
|
||||||
|
"CurrentImage.fillColor": "accent"
|
||||||
|
},
|
||||||
"SearchField": {
|
"SearchField": {
|
||||||
"background": "hc",
|
"background": "cs",
|
||||||
"borderColor": "border"
|
"borderColor": "border"
|
||||||
},
|
},
|
||||||
"SectionHeader": {
|
"SectionHeader": {
|
||||||
@@ -836,27 +954,38 @@
|
|||||||
},
|
},
|
||||||
"Popup": {
|
"Popup": {
|
||||||
"Advertiser": {
|
"Advertiser": {
|
||||||
|
"borderInsets": "6,20,6,20",
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"borderColor": "bg",
|
"borderColor": "bg",
|
||||||
"foreground": "accent"
|
"foreground": "accent"
|
||||||
},
|
},
|
||||||
|
"Body": {
|
||||||
|
"bottomInsetNoAd": 8,
|
||||||
|
"bottomInsetBeforeAd": 8,
|
||||||
|
"topInsetNoHeader": 8
|
||||||
|
},
|
||||||
"Border": {
|
"Border": {
|
||||||
"color": "cs",
|
"color": "cs",
|
||||||
"inactiveColor": "bg"
|
"inactiveColor": "bg"
|
||||||
},
|
},
|
||||||
|
"background": "notif",
|
||||||
"borderColor": "cs",
|
"borderColor": "cs",
|
||||||
|
"borderWidth": 0,
|
||||||
"inactiveBorderColor": "bg",
|
"inactiveBorderColor": "bg",
|
||||||
"innerBorderColor": "second",
|
"innerBorderColor": "second",
|
||||||
"Header": {
|
"Header": {
|
||||||
"activeBackground": "bg",
|
"activeBackground": "bg",
|
||||||
"inactiveBackground": "cs"
|
"inactiveBackground": "cs",
|
||||||
|
"inactiveForeground": "text"
|
||||||
},
|
},
|
||||||
"paintBorder": true,
|
"paintBorder": false,
|
||||||
"preferences": {
|
"preferences": {
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"borderColor": "bg",
|
"borderColor": "bg",
|
||||||
"foreground": "fg"
|
"foreground": "fg"
|
||||||
},
|
},
|
||||||
|
"Selection.arc": 8,
|
||||||
|
"Selection.leftRightInset": 8,
|
||||||
"Separator": {
|
"Separator": {
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"color": "border"
|
"color": "border"
|
||||||
@@ -872,13 +1001,24 @@
|
|||||||
},
|
},
|
||||||
"PopupMenu": {
|
"PopupMenu": {
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"border": "2,0,2,0",
|
"borderWidth": 1,
|
||||||
|
"border": "8,8,8,8",
|
||||||
|
"borderCornerRadius": 8,
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
|
"Selection": {
|
||||||
|
"arc": 8,
|
||||||
|
"innerInsets": "8,2,8,2"
|
||||||
|
},
|
||||||
"selectionBackground": "selBg",
|
"selectionBackground": "selBg",
|
||||||
"translucentBackground": "bg"
|
"translucentBackground": "bg"
|
||||||
},
|
},
|
||||||
"PopupMenuSeparator.height": 10,
|
"PopupMenuSeparator": {
|
||||||
"PopupMenuSeparator.stripeIndent": 5,
|
"height": 10,
|
||||||
|
"stripeWidth": 2,
|
||||||
|
"stripeIndent": 5,
|
||||||
|
"withToEdge": 4,
|
||||||
|
"borderCornerRadius": 8
|
||||||
|
},
|
||||||
"ProgressBar": {
|
"ProgressBar": {
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"foreground": "accent",
|
"foreground": "accent",
|
||||||
@@ -922,12 +1062,27 @@
|
|||||||
"selectionBackground": "selBg",
|
"selectionBackground": "selBg",
|
||||||
"selectionForeground": "selFg"
|
"selectionForeground": "selFg"
|
||||||
},
|
},
|
||||||
|
"ReviewList": {
|
||||||
|
"state.background": "second",
|
||||||
|
"state.foreground": "fg"
|
||||||
|
},
|
||||||
"RunWidget": {
|
"RunWidget": {
|
||||||
|
"background": "button",
|
||||||
|
"Debug.activeBackground": "hl",
|
||||||
|
"foreground": "fg",
|
||||||
|
"hoverBackground": "table",
|
||||||
|
"pressedBackground": "hl",
|
||||||
|
"Profile.activeBackground": "hl",
|
||||||
|
"runningBackground": "hl",
|
||||||
|
"runningForeground": "selFg",
|
||||||
|
"Run.activeBackground": "hl",
|
||||||
"Running": {
|
"Running": {
|
||||||
"background": "accent",
|
"background": "hl",
|
||||||
"leftHoverBackground": "accent70",
|
"foreground": "selFg",
|
||||||
"leftPressedBackground": "accent"
|
"leftHoverBackground": "hl",
|
||||||
}
|
"leftPressedBackground": "hl"
|
||||||
|
},
|
||||||
|
"separatorColor": "border"
|
||||||
},
|
},
|
||||||
"ScreenView.borderColor": "border",
|
"ScreenView.borderColor": "border",
|
||||||
"scrollbar": "bg",
|
"scrollbar": "bg",
|
||||||
@@ -971,8 +1126,9 @@
|
|||||||
},
|
},
|
||||||
"SearchEverywhere": {
|
"SearchEverywhere": {
|
||||||
"Advertiser": {
|
"Advertiser": {
|
||||||
"background": "cs",
|
"background": "bg",
|
||||||
"foreground": "text"
|
"foreground": "text",
|
||||||
|
"borderInsets": "10,20,10,20"
|
||||||
},
|
},
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"Dialog": {
|
"Dialog": {
|
||||||
@@ -989,11 +1145,12 @@
|
|||||||
"Separator.foreground": "text",
|
"Separator.foreground": "text",
|
||||||
"selectionBackground": "selBg",
|
"selectionBackground": "selBg",
|
||||||
"separatorColor": "border",
|
"separatorColor": "border",
|
||||||
"separatorForeground": "text"
|
"separatorForeground": "text",
|
||||||
|
"settingsBackground": "bg"
|
||||||
},
|
},
|
||||||
"SearchField": {
|
"SearchField": {
|
||||||
"Border.color": "hl",
|
"Border.color": "hl",
|
||||||
"background": "hc",
|
"background": "cs",
|
||||||
"borderColor": "hl",
|
"borderColor": "hl",
|
||||||
"grayForeground": "dis",
|
"grayForeground": "dis",
|
||||||
"infoForeground": "dis"
|
"infoForeground": "dis"
|
||||||
@@ -1015,8 +1172,13 @@
|
|||||||
"startColor": "accent"
|
"startColor": "accent"
|
||||||
},
|
},
|
||||||
"SearchField.errorBackground": "notif",
|
"SearchField.errorBackground": "notif",
|
||||||
|
"SearchFieldWithExtension": {
|
||||||
|
"background": "cs"
|
||||||
|
},
|
||||||
"SearchOption": {
|
"SearchOption": {
|
||||||
"selectedBackground": "table"
|
"selectedBackground": "table",
|
||||||
|
"selectedPressedBackground": "hl",
|
||||||
|
"selectedHoveredBackground": "hl"
|
||||||
},
|
},
|
||||||
"SearchResults": {
|
"SearchResults": {
|
||||||
"Ordinal.File.Foreground": "text",
|
"Ordinal.File.Foreground": "text",
|
||||||
@@ -1056,12 +1218,12 @@
|
|||||||
"SpeedSearch": {
|
"SpeedSearch": {
|
||||||
"background": "hl",
|
"background": "hl",
|
||||||
"borderColor": "border",
|
"borderColor": "border",
|
||||||
"errorForeground": "fg",
|
"errorForeground": "red",
|
||||||
"foreground": "fg"
|
"foreground": "fg"
|
||||||
},
|
},
|
||||||
"Spinner": {
|
"Spinner": {
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"border": "3,3,3,3",
|
"border": "4,4,4,4",
|
||||||
"disabledBackground": "excl",
|
"disabledBackground": "excl",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"selectionForeground": "activeFg"
|
"selectionForeground": "activeFg"
|
||||||
@@ -1077,15 +1239,17 @@
|
|||||||
"Breadcrumbs": {
|
"Breadcrumbs": {
|
||||||
"floatingBackground": "tree",
|
"floatingBackground": "tree",
|
||||||
"floatingForeground": "fg",
|
"floatingForeground": "fg",
|
||||||
|
"floatingToolbarInsets": "8,12,8,12",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"hoverBackground": "tree",
|
"hoverBackground": "tree",
|
||||||
"hoverForeground": "fg",
|
"hoverForeground": "fg",
|
||||||
|
"itemBackgroundInsets": "2,4,2,4",
|
||||||
"selectionBackground": "selBg",
|
"selectionBackground": "selBg",
|
||||||
"selectionForeground": "activeFg",
|
"selectionForeground": "activeFg",
|
||||||
"selectionInactiveBackground": "button",
|
"selectionInactiveBackground": "button",
|
||||||
"selectionInactiveForeground": "fg"
|
"selectionInactiveForeground": "fg"
|
||||||
},
|
},
|
||||||
"borderColor": "bg",
|
"borderColor": "border",
|
||||||
"bottomColor": "bg",
|
"bottomColor": "bg",
|
||||||
"hoverBackground": "hl",
|
"hoverBackground": "hl",
|
||||||
"top2Color": "bg",
|
"top2Color": "bg",
|
||||||
@@ -1096,7 +1260,8 @@
|
|||||||
"hoverBackground": "hl",
|
"hoverBackground": "hl",
|
||||||
"hoverForeground": "selFg",
|
"hoverForeground": "selFg",
|
||||||
"pressedBackground": "button",
|
"pressedBackground": "button",
|
||||||
"pressedForeground": "fg"
|
"pressedForeground": "fg",
|
||||||
|
"widgetInsets": "8,12,8,12"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"TabbedPane": {
|
"TabbedPane": {
|
||||||
@@ -1126,6 +1291,7 @@
|
|||||||
"shadow": "hc",
|
"shadow": "hc",
|
||||||
"tabHeight": 32,
|
"tabHeight": 32,
|
||||||
"tabInsets": "5,10,5,10",
|
"tabInsets": "5,10,5,10",
|
||||||
|
"tabSelectionArc": 4,
|
||||||
"tabSelectionHeight": 2,
|
"tabSelectionHeight": 2,
|
||||||
"tabsOverlapBorder": true,
|
"tabsOverlapBorder": true,
|
||||||
"underlineColor": "accent"
|
"underlineColor": "accent"
|
||||||
@@ -1134,13 +1300,13 @@
|
|||||||
"Table": {
|
"Table": {
|
||||||
"alternativeRowBackground": "cs",
|
"alternativeRowBackground": "cs",
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"cellNoFocusBorder": "10,5,10,5",
|
"cellNoFocusBorder": "16,4,16,4",
|
||||||
"disabledForeground": "dis",
|
"disabledForeground": "dis",
|
||||||
"dropLineColor": "accent",
|
"dropLineColor": "accent",
|
||||||
"dropLineShortColor": "accent",
|
"dropLineShortColor": "accent",
|
||||||
"focusCellBackground": "table",
|
"focusCellBackground": "table",
|
||||||
"focusCellForeground": "activeFg",
|
"focusCellForeground": "activeFg",
|
||||||
"focusCellHighlightBorder": "10,5,10,5",
|
"focusCellHighlightBorder": "18,6,18,6",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"gridColor": "bg",
|
"gridColor": "bg",
|
||||||
"highlightOuter": "table",
|
"highlightOuter": "table",
|
||||||
@@ -1150,6 +1316,7 @@
|
|||||||
"lightSelectionForeground": "activeFg",
|
"lightSelectionForeground": "activeFg",
|
||||||
"lightSelectionInactiveBackground": "second",
|
"lightSelectionInactiveBackground": "second",
|
||||||
"lightSelectionInactiveForeground": "text",
|
"lightSelectionInactiveForeground": "text",
|
||||||
|
"rowHeight": 32,
|
||||||
"selectionBackground": "table",
|
"selectionBackground": "table",
|
||||||
"selectionForeground": "activeFg",
|
"selectionForeground": "activeFg",
|
||||||
"selectionInactiveBackground": "table",
|
"selectionInactiveBackground": "table",
|
||||||
@@ -1160,14 +1327,14 @@
|
|||||||
},
|
},
|
||||||
"TableHeader": {
|
"TableHeader": {
|
||||||
"background": "button",
|
"background": "button",
|
||||||
|
"bottomSeparatorColor": "border",
|
||||||
"borderColor": "hl",
|
"borderColor": "hl",
|
||||||
"bottomSeparatorColor": "hl",
|
"cellBorder": "6,0,6,0",
|
||||||
"cellBorder": "4,0,4,0",
|
|
||||||
"disabledForeground": "dis",
|
"disabledForeground": "dis",
|
||||||
"focusCellBackground": "table",
|
"focusCellBackground": "table",
|
||||||
"focusCellForeground": "activeFg",
|
"focusCellForeground": "activeFg",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"height": 25,
|
"height": 32,
|
||||||
"hoverBackground": "hl",
|
"hoverBackground": "hl",
|
||||||
"separatorColor": "border"
|
"separatorColor": "border"
|
||||||
},
|
},
|
||||||
@@ -1182,7 +1349,7 @@
|
|||||||
"textHighlightText": "activeFg",
|
"textHighlightText": "activeFg",
|
||||||
"textText": "text",
|
"textText": "text",
|
||||||
"TextArea": {
|
"TextArea": {
|
||||||
"background": "hc",
|
"background": "cs",
|
||||||
"caretForeground": "accent",
|
"caretForeground": "accent",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"inactiveForeground": "dis",
|
"inactiveForeground": "dis",
|
||||||
@@ -1190,7 +1357,7 @@
|
|||||||
"selectionForeground": "activeFg"
|
"selectionForeground": "activeFg"
|
||||||
},
|
},
|
||||||
"TextField": {
|
"TextField": {
|
||||||
"background": "hc",
|
"background": "cs",
|
||||||
"borderColor": "bg",
|
"borderColor": "bg",
|
||||||
"caretForeground": "accent",
|
"caretForeground": "accent",
|
||||||
"disabledBackground": "excl",
|
"disabledBackground": "excl",
|
||||||
@@ -1205,15 +1372,21 @@
|
|||||||
"separatorColorDisabled": "bg"
|
"separatorColorDisabled": "bg"
|
||||||
},
|
},
|
||||||
"TextPane": {
|
"TextPane": {
|
||||||
"background": "hc",
|
"background": "cs",
|
||||||
"caretForeground": "accent",
|
"caretForeground": "accent",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"inactiveForeground": "dis",
|
"inactiveForeground": "dis",
|
||||||
"selectionBackground": "table",
|
"selectionBackground": "table",
|
||||||
"selectionForeground": "activeFg"
|
"selectionForeground": "activeFg"
|
||||||
},
|
},
|
||||||
|
"TipOfTheDay": {
|
||||||
|
"Image.borderColor": "border"
|
||||||
|
},
|
||||||
"TitlePane": {
|
"TitlePane": {
|
||||||
"Button.hoverBackground": "hl",
|
"Button": {
|
||||||
|
"hoverBackground": "hl",
|
||||||
|
"preferredSize": "48,40"
|
||||||
|
},
|
||||||
"background": "hc",
|
"background": "hc",
|
||||||
"inactiveBackground": "bg",
|
"inactiveBackground": "bg",
|
||||||
"inactiveInfoForeground": "dis",
|
"inactiveInfoForeground": "dis",
|
||||||
@@ -1240,7 +1413,9 @@
|
|||||||
"borderHandleColor": "text",
|
"borderHandleColor": "text",
|
||||||
"comboBoxButtonBackground": "button",
|
"comboBoxButtonBackground": "button",
|
||||||
"floatingForeground": "text",
|
"floatingForeground": "text",
|
||||||
"foreground": "fg"
|
"foreground": "fg",
|
||||||
|
"verticalToolbarInsets": "6,6,6,6",
|
||||||
|
"horizontalToolbarInsets": "6,6,6,6"
|
||||||
},
|
},
|
||||||
"ToolbarComboWidget": {
|
"ToolbarComboWidget": {
|
||||||
"background": "button",
|
"background": "button",
|
||||||
@@ -1252,6 +1427,7 @@
|
|||||||
"description.title.text.color": "fg"
|
"description.title.text.color": "fg"
|
||||||
},
|
},
|
||||||
"ToolTip": {
|
"ToolTip": {
|
||||||
|
"arc": 6,
|
||||||
"actions": {
|
"actions": {
|
||||||
"background": "bg"
|
"background": "bg"
|
||||||
},
|
},
|
||||||
@@ -1262,8 +1438,10 @@
|
|||||||
},
|
},
|
||||||
"background": "notif",
|
"background": "notif",
|
||||||
"borderColor": "border",
|
"borderColor": "border",
|
||||||
|
"borderCornerRadius": 8,
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"infoForeground": "text",
|
"infoForeground": "text",
|
||||||
|
"linkForeground": "accent",
|
||||||
"Learning": {
|
"Learning": {
|
||||||
"background": "accent",
|
"background": "accent",
|
||||||
"borderColor": "accent",
|
"borderColor": "accent",
|
||||||
@@ -1284,6 +1462,10 @@
|
|||||||
"background": "hc",
|
"background": "hc",
|
||||||
"Button": {
|
"Button": {
|
||||||
"hoverBackground": "table",
|
"hoverBackground": "table",
|
||||||
|
"DragAndDrop": {
|
||||||
|
"stripeBackground": "cs",
|
||||||
|
"buttonDropBackground": "accent70"
|
||||||
|
},
|
||||||
"selectedBackground": "cs",
|
"selectedBackground": "cs",
|
||||||
"selectedForeground": "activeFg"
|
"selectedForeground": "activeFg"
|
||||||
},
|
},
|
||||||
@@ -1296,6 +1478,7 @@
|
|||||||
"tab.selected.background": "cs"
|
"tab.selected.background": "cs"
|
||||||
},
|
},
|
||||||
"Header": {
|
"Header": {
|
||||||
|
"height": 42,
|
||||||
"background": "second",
|
"background": "second",
|
||||||
"borderColor": "second",
|
"borderColor": "second",
|
||||||
"inactiveBackground": "bg"
|
"inactiveBackground": "bg"
|
||||||
@@ -1308,13 +1491,17 @@
|
|||||||
"hoverBackground": "hl",
|
"hoverBackground": "hl",
|
||||||
"hoverInactiveBackground": "hl",
|
"hoverInactiveBackground": "hl",
|
||||||
"inactiveUnderlineColor": "accent",
|
"inactiveUnderlineColor": "accent",
|
||||||
|
"leftRightInsets": "0,12,0,12",
|
||||||
"selectedBackground": "cs",
|
"selectedBackground": "cs",
|
||||||
"selectedInactiveBackground": "cs",
|
"selectedInactiveBackground": "cs",
|
||||||
|
"underlineArc": 4,
|
||||||
"underlineColor": "accent",
|
"underlineColor": "accent",
|
||||||
|
"underlineHeight": 3,
|
||||||
"underlinedTabBackground": "table",
|
"underlinedTabBackground": "table",
|
||||||
"underlinedTabForeground": "selFg",
|
"underlinedTabForeground": "selFg",
|
||||||
"underlinedTabInactiveBackground": "hc",
|
"underlinedTabInactiveBackground": "hc",
|
||||||
"underlinedTabInactiveForeground": "fg"
|
"underlinedTabInactiveForeground": "fg",
|
||||||
|
"verticalPadding": 6
|
||||||
},
|
},
|
||||||
"inactive": {
|
"inactive": {
|
||||||
"Header.background": "bg",
|
"Header.background": "bg",
|
||||||
@@ -1322,13 +1509,15 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"Tree": {
|
"Tree": {
|
||||||
|
"border": "4,12,4,12",
|
||||||
"background": "hc",
|
"background": "hc",
|
||||||
"foreground": "text",
|
"foreground": "text",
|
||||||
|
"errorForeground": "red",
|
||||||
"hash": "border",
|
"hash": "border",
|
||||||
"hoverBackground": "tree",
|
"hoverBackground": "tree",
|
||||||
"hoverInactiveBackground": "table",
|
"hoverInactiveBackground": "table",
|
||||||
"modifiedItemForeground": "accent",
|
"modifiedItemForeground": "accent",
|
||||||
"rowHeight": 28,
|
"rowHeight": "28",
|
||||||
"selectionBackground": "tree",
|
"selectionBackground": "tree",
|
||||||
"selectionForeground": "selFg",
|
"selectionForeground": "selFg",
|
||||||
"selectionInactiveBackground": "tree",
|
"selectionInactiveBackground": "tree",
|
||||||
@@ -1355,7 +1544,6 @@
|
|||||||
"hoverBorderColor": "hl"
|
"hoverBorderColor": "hl"
|
||||||
},
|
},
|
||||||
"Label.foreground": "text",
|
"Label.foreground": "text",
|
||||||
"List.selectionBackground": "tree",
|
|
||||||
"highStroke.foreground": "fg",
|
"highStroke.foreground": "fg",
|
||||||
"motion": {
|
"motion": {
|
||||||
"AddConstraintColor": "accent",
|
"AddConstraintColor": "accent",
|
||||||
@@ -1392,6 +1580,35 @@
|
|||||||
"ourML_BarColor.separatorColor": "border",
|
"ourML_BarColor.separatorColor": "border",
|
||||||
"timeLine.disabledBorderColor": "border"
|
"timeLine.disabledBorderColor": "border"
|
||||||
},
|
},
|
||||||
|
"PackageDetails": {
|
||||||
|
"border": "accent",
|
||||||
|
"infoBanner": "accent"
|
||||||
|
},
|
||||||
|
"PackageSearch": {
|
||||||
|
"PackagesList.rowHeight": 28,
|
||||||
|
"PackageTag": {
|
||||||
|
"background": "excl",
|
||||||
|
"foreground": "fg",
|
||||||
|
"hoverBackground": "tree",
|
||||||
|
"selectedBackground": "selBg",
|
||||||
|
"selectedForeground": "selFg"
|
||||||
|
},
|
||||||
|
"PackageTagSelected": {
|
||||||
|
"background": "selBg",
|
||||||
|
"foreground": "selFg"
|
||||||
|
},
|
||||||
|
"SearchResult": {
|
||||||
|
"background": "cs",
|
||||||
|
"hoverBackground": "tree",
|
||||||
|
"PackageTag": {
|
||||||
|
"background": "excl",
|
||||||
|
"foreground": "fg",
|
||||||
|
"hoverBackground": "tree",
|
||||||
|
"selectedBackground": "selBg",
|
||||||
|
"selectedForeground": "selFg"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"Panel": {
|
"Panel": {
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"borderColor": "border",
|
"borderColor": "border",
|
||||||
@@ -1418,7 +1635,7 @@
|
|||||||
},
|
},
|
||||||
"VersionControl": {
|
"VersionControl": {
|
||||||
"FileHistory.Commit": {
|
"FileHistory.Commit": {
|
||||||
"otherBranchBackground": "bg",
|
"otherBranchBackground": "excl",
|
||||||
"selectedBranchBackground": "bg"
|
"selectedBranchBackground": "bg"
|
||||||
},
|
},
|
||||||
"GitCommits": {
|
"GitCommits": {
|
||||||
@@ -1443,9 +1660,15 @@
|
|||||||
"Commit": {
|
"Commit": {
|
||||||
"currentBranchBackground": "cs",
|
"currentBranchBackground": "cs",
|
||||||
"hoveredBackground": "tree",
|
"hoveredBackground": "tree",
|
||||||
|
"rowHeight": 28,
|
||||||
"unmatchedForeground": "text"
|
"unmatchedForeground": "text"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"MarkerPopup": {
|
||||||
|
"borderColor": "border",
|
||||||
|
"borderInsets": "6,8,6,10",
|
||||||
|
"Toolbar.background": "hl"
|
||||||
|
},
|
||||||
"Ref": {
|
"Ref": {
|
||||||
"backgroundBase": "hl",
|
"backgroundBase": "hl",
|
||||||
"foreground": "activeFg"
|
"foreground": "activeFg"
|
||||||
@@ -1455,6 +1678,11 @@
|
|||||||
"foreground": "activeFg"
|
"foreground": "activeFg"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"UnattendedHostStatus": {
|
||||||
|
"warningBackground": "yellow",
|
||||||
|
"warningForeground": "activeFg",
|
||||||
|
"dangerBackground": "red"
|
||||||
|
},
|
||||||
"Viewport": {
|
"Viewport": {
|
||||||
"background": "hc",
|
"background": "hc",
|
||||||
"foreground": "fg"
|
"foreground": "fg"
|
||||||
|
|||||||
@@ -22,7 +22,7 @@
|
|||||||
"cs": "#191a2a",
|
"cs": "#191a2a",
|
||||||
"button": "#444a73",
|
"button": "#444a73",
|
||||||
"table": "#2f334d",
|
"table": "#2f334d",
|
||||||
"tree": "#444a7370",
|
"tree": "#2f3452",
|
||||||
"hl": "#444a73",
|
"hl": "#444a73",
|
||||||
"notif": "#191a2a",
|
"notif": "#191a2a",
|
||||||
"hc": "#191a2a",
|
"hc": "#191a2a",
|
||||||
@@ -73,6 +73,10 @@
|
|||||||
"pressedBackground": "accent50",
|
"pressedBackground": "accent50",
|
||||||
"pressedBorderColor": "accent50"
|
"pressedBorderColor": "accent50"
|
||||||
},
|
},
|
||||||
|
"ActionsList": {
|
||||||
|
"icon.gap": 12,
|
||||||
|
"mnemonic.icon.gap": 12
|
||||||
|
},
|
||||||
"ActionToolbar": {
|
"ActionToolbar": {
|
||||||
"background": "hc"
|
"background": "hc"
|
||||||
},
|
},
|
||||||
@@ -127,8 +131,9 @@
|
|||||||
"BookmarkIcon.background": "accent",
|
"BookmarkIcon.background": "accent",
|
||||||
"Borders.ContrastBorderColor": "bg",
|
"Borders.ContrastBorderColor": "bg",
|
||||||
"Borders.color": "border",
|
"Borders.color": "border",
|
||||||
|
"Breakpoint.iconHoverAlpha": 0.35,
|
||||||
"Button": {
|
"Button": {
|
||||||
"arc": 0,
|
"arc": 8,
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"darcula": {
|
"darcula": {
|
||||||
"borderColor": "button",
|
"borderColor": "button",
|
||||||
@@ -181,7 +186,10 @@
|
|||||||
"shadowColor": "shadow",
|
"shadowColor": "shadow",
|
||||||
"shadowWidth": 0,
|
"shadowWidth": 0,
|
||||||
"startBackground": "table",
|
"startBackground": "table",
|
||||||
"startBorderColor": "button"
|
"startBorderColor": "button",
|
||||||
|
"ToolWindow": {
|
||||||
|
"arc": 40
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"Canvas": {
|
"Canvas": {
|
||||||
"Tooltip.background": "notif",
|
"Tooltip.background": "notif",
|
||||||
@@ -256,6 +264,32 @@
|
|||||||
"accessDot": "accent",
|
"accessDot": "accent",
|
||||||
"dropdownBorder": "second",
|
"dropdownBorder": "second",
|
||||||
"pillBackground": "second"
|
"pillBackground": "second"
|
||||||
|
},
|
||||||
|
"Users": {
|
||||||
|
"1": {
|
||||||
|
"Background": "green",
|
||||||
|
"Foreground": "fg"
|
||||||
|
},
|
||||||
|
"2": {
|
||||||
|
"Background": "blue",
|
||||||
|
"Foreground": "fg"
|
||||||
|
},
|
||||||
|
"3": {
|
||||||
|
"Background": "red",
|
||||||
|
"Foreground": "fg"
|
||||||
|
},
|
||||||
|
"4": {
|
||||||
|
"Background": "purple",
|
||||||
|
"Foreground": "fg"
|
||||||
|
},
|
||||||
|
"5": {
|
||||||
|
"Background": "yellow",
|
||||||
|
"Foreground": "fg"
|
||||||
|
},
|
||||||
|
"6": {
|
||||||
|
"Background": "orange",
|
||||||
|
"Foreground": "fg"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"ColorChooser": {
|
"ColorChooser": {
|
||||||
@@ -293,7 +327,13 @@
|
|||||||
"selectionBackground": "table",
|
"selectionBackground": "table",
|
||||||
"selectionForeground": "activeFg"
|
"selectionForeground": "activeFg"
|
||||||
},
|
},
|
||||||
|
"ComboPopup.border": "1,1,1,1,#74a0f1",
|
||||||
"CompletionPopup": {
|
"CompletionPopup": {
|
||||||
|
"Advertiser": {
|
||||||
|
"background": "bg",
|
||||||
|
"foreground": "fg",
|
||||||
|
"borderInsets": "8,12,8,12"
|
||||||
|
},
|
||||||
"background": "second",
|
"background": "second",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"grayForeground": "text",
|
"grayForeground": "text",
|
||||||
@@ -313,8 +353,12 @@
|
|||||||
"selectionInactiveInfoForeground": "text",
|
"selectionInactiveInfoForeground": "text",
|
||||||
"selectionInfoForeground": "selFg"
|
"selectionInfoForeground": "selFg"
|
||||||
},
|
},
|
||||||
|
"ComplexPopup": {
|
||||||
|
"Header.background": "notif"
|
||||||
|
},
|
||||||
"Component": {
|
"Component": {
|
||||||
"arc": 4,
|
"arc": 4,
|
||||||
|
"focusWidth": 2,
|
||||||
"borderColor": "hl",
|
"borderColor": "hl",
|
||||||
"disabledBorderColor": "dis",
|
"disabledBorderColor": "dis",
|
||||||
"focusColor": "accent",
|
"focusColor": "accent",
|
||||||
@@ -351,6 +395,7 @@
|
|||||||
},
|
},
|
||||||
"desktop": "hc",
|
"desktop": "hc",
|
||||||
"Debugger": {
|
"Debugger": {
|
||||||
|
"EvaluateExpression.background": "bg",
|
||||||
"Variables": {
|
"Variables": {
|
||||||
"changedValueForeground": "accent",
|
"changedValueForeground": "accent",
|
||||||
"collectingDataForeground": "text",
|
"collectingDataForeground": "text",
|
||||||
@@ -358,13 +403,15 @@
|
|||||||
"evaluatingExpressionForeground": "text",
|
"evaluatingExpressionForeground": "text",
|
||||||
"exceptionForeground": "yellow",
|
"exceptionForeground": "yellow",
|
||||||
"modifyingValueForeground": "accent",
|
"modifyingValueForeground": "accent",
|
||||||
"valueForeground": "accent"
|
"valueForeground": "accent",
|
||||||
|
"typeForeground": "text"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"DebuggerTabs": {
|
"DebuggerTabs": {
|
||||||
"active.background": "hl",
|
"active.background": "hl",
|
||||||
"selectedBackground": "hl",
|
"selectedBackground": "hl",
|
||||||
"underlinedTabBackground": "table"
|
"underlinedTabBackground": "table",
|
||||||
|
"underlineHeight": 2
|
||||||
},
|
},
|
||||||
"DebuggerPopup": {
|
"DebuggerPopup": {
|
||||||
"borderColor": "bg"
|
"borderColor": "bg"
|
||||||
@@ -380,6 +427,7 @@
|
|||||||
"inactiveMaskColor": "hc",
|
"inactiveMaskColor": "hc",
|
||||||
"inactiveUnderlineColor": "accent",
|
"inactiveUnderlineColor": "accent",
|
||||||
"underlineColor": "accent",
|
"underlineColor": "accent",
|
||||||
|
"underlineHeight": 3,
|
||||||
"underlinedTabBackground": "table",
|
"underlinedTabBackground": "table",
|
||||||
"underlinedTabForeground": "selFg"
|
"underlinedTabForeground": "selFg"
|
||||||
},
|
},
|
||||||
@@ -398,13 +446,21 @@
|
|||||||
"backgroundBorderColor": "bg",
|
"backgroundBorderColor": "bg",
|
||||||
"backgroundColor": "bg",
|
"backgroundColor": "bg",
|
||||||
"borderColor": "accent",
|
"borderColor": "accent",
|
||||||
"foregroundColor": "fg"
|
"foregroundColor": "fg",
|
||||||
|
"rowBackground": "accent70"
|
||||||
},
|
},
|
||||||
"dropArea.base": "accent",
|
"dropArea.base": "accent",
|
||||||
"Editor": {
|
"Editor": {
|
||||||
"background": "hc",
|
"background": "hc",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"shortcutForeground": "text"
|
"shortcutForeground": "text",
|
||||||
|
"SearchField": {
|
||||||
|
"background": "cs",
|
||||||
|
"borderInsets": "8,12,8,12"
|
||||||
|
},
|
||||||
|
"Toolbar": {
|
||||||
|
"borderColor": "border"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"EditorGroupsTabs": {
|
"EditorGroupsTabs": {
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
@@ -423,7 +479,8 @@
|
|||||||
"inactiveBackground": "bg",
|
"inactiveBackground": "bg",
|
||||||
"inactiveForeground": "dis",
|
"inactiveForeground": "dis",
|
||||||
"selectionBackground": "selBg",
|
"selectionBackground": "selBg",
|
||||||
"selectionForeground": "activeFg"
|
"selectionForeground": "activeFg",
|
||||||
|
"splitBorder": "border"
|
||||||
},
|
},
|
||||||
"EditorTabs": {
|
"EditorTabs": {
|
||||||
"active.background": "table",
|
"active.background": "table",
|
||||||
@@ -441,7 +498,10 @@
|
|||||||
"inactiveUnderlineColor": "dis",
|
"inactiveUnderlineColor": "dis",
|
||||||
"selectedBackground": "table",
|
"selectedBackground": "table",
|
||||||
"selectedForeground": "fg",
|
"selectedForeground": "fg",
|
||||||
|
"tabInsets": "-10,10,-10,10",
|
||||||
"underlineColor": "accent",
|
"underlineColor": "accent",
|
||||||
|
"underlineHeight": 3,
|
||||||
|
"underlineArc": 4,
|
||||||
"underlinedTabBackground": "table",
|
"underlinedTabBackground": "table",
|
||||||
"underlinedTabForeground": "selFg"
|
"underlinedTabForeground": "selFg"
|
||||||
},
|
},
|
||||||
@@ -472,7 +532,7 @@
|
|||||||
"defaultButtonBorderColor": "accent"
|
"defaultButtonBorderColor": "accent"
|
||||||
},
|
},
|
||||||
"FormattedTextField": {
|
"FormattedTextField": {
|
||||||
"background": "hc",
|
"background": "cs",
|
||||||
"caretForeground": "accent",
|
"caretForeground": "accent",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"inactiveBackground": "button",
|
"inactiveBackground": "button",
|
||||||
@@ -509,6 +569,9 @@
|
|||||||
"disabledSeparatorColor": "border",
|
"disabledSeparatorColor": "border",
|
||||||
"separatorColor": "border"
|
"separatorColor": "border"
|
||||||
},
|
},
|
||||||
|
"Gutter": {
|
||||||
|
"VcsChanges.width": 4
|
||||||
|
},
|
||||||
"GutterTooltip": {
|
"GutterTooltip": {
|
||||||
"borderColor": "bg",
|
"borderColor": "bg",
|
||||||
"infoForeground": "text",
|
"infoForeground": "text",
|
||||||
@@ -522,11 +585,14 @@
|
|||||||
"background": "bg",
|
"background": "bg",
|
||||||
"backgroundColor": "bg",
|
"backgroundColor": "bg",
|
||||||
"borderColor": "border",
|
"borderColor": "border",
|
||||||
|
"defaultTextBorderInsets": "16,16,16,16",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"infoForeground": "text",
|
"infoForeground": "text",
|
||||||
"shortcutForeground": "text",
|
"shortcutForeground": "text",
|
||||||
"shortcutTextColor": "text",
|
"shortcutTextColor": "text",
|
||||||
"textColor": "fg"
|
"smallTextBorderInsets": "8,12,8,12",
|
||||||
|
"textColor": "fg",
|
||||||
|
"verticalGap": 8
|
||||||
},
|
},
|
||||||
"Hg.Log.Ref": {
|
"Hg.Log.Ref": {
|
||||||
"Branch": "accent",
|
"Branch": "accent",
|
||||||
@@ -594,6 +660,7 @@
|
|||||||
"link": "accent",
|
"link": "accent",
|
||||||
"Link": {
|
"Link": {
|
||||||
"activeForeground": "accent",
|
"activeForeground": "accent",
|
||||||
|
"focusedBorderColor": "accent",
|
||||||
"hoverForeground": "accent",
|
"hoverForeground": "accent",
|
||||||
"pressedForeground": "accent",
|
"pressedForeground": "accent",
|
||||||
"secondaryForeground": "text",
|
"secondaryForeground": "text",
|
||||||
@@ -605,27 +672,61 @@
|
|||||||
"link.visited.foreground": "accent",
|
"link.visited.foreground": "accent",
|
||||||
"List": {
|
"List": {
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
|
"Button": {
|
||||||
|
"hoverBackground": "hl",
|
||||||
|
"leftRightInset": 8,
|
||||||
|
"separatorColor": "border",
|
||||||
|
"separatorInset": 4
|
||||||
|
},
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"hoverBackground": "hl",
|
"hoverBackground": "hl",
|
||||||
"hoverInactiveBackground": "table",
|
"hoverInactiveBackground": "table",
|
||||||
|
"Line.hoverBackground": "selBg",
|
||||||
|
"rowHeight": "28",
|
||||||
|
"selectionBackground": "tree",
|
||||||
"selectionForeground": "selFg",
|
"selectionForeground": "selFg",
|
||||||
"selectionInactiveBackground": "table",
|
"selectionInactiveBackground": "table",
|
||||||
"selectionInactiveForeground": "activeFg"
|
"selectionInactiveForeground": "activeFg",
|
||||||
|
"Tag": {
|
||||||
|
"background": "button",
|
||||||
|
"foreground": "fg"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"LiveIndicator": {
|
"LiveIndicator": {
|
||||||
"color": "accent"
|
"color": "accent"
|
||||||
},
|
},
|
||||||
|
"macOSWindow.Title": {
|
||||||
|
"height": 30,
|
||||||
|
"heightSmall": 20
|
||||||
|
},
|
||||||
|
"MainMenu": {
|
||||||
|
"background": "hc",
|
||||||
|
"foreground": "fg",
|
||||||
|
"selectionForeground": "activeFg",
|
||||||
|
"selectionBackground": "selBg"
|
||||||
|
},
|
||||||
"MainToolbar": {
|
"MainToolbar": {
|
||||||
"Dropdown.background": "bg",
|
|
||||||
"Dropdown.hoverBackground": "border",
|
|
||||||
"Dropdown.pressedBackground": "table",
|
|
||||||
"Icon.background": "bg",
|
|
||||||
"Icon.hoverBackground": "border",
|
|
||||||
"Icon.pressedBackground": "table",
|
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"hoverBackground": "border",
|
"Button": {
|
||||||
|
"buttonInsets": "0,0,0,0"
|
||||||
|
},
|
||||||
|
"Dropdown": {
|
||||||
|
"borderInsets": "6,12,6,12",
|
||||||
|
"background": "bg",
|
||||||
|
"foreground": "fg",
|
||||||
|
"hoverBackground": "hl",
|
||||||
|
"pressedBackground": "table"
|
||||||
|
},
|
||||||
|
"hoverBackground": "hl",
|
||||||
|
"Icon": {
|
||||||
|
"borderInsets": "10,10,10,10",
|
||||||
|
"background": "bg",
|
||||||
|
"hoverBackground": "hl",
|
||||||
|
"pressedBackground": "table"
|
||||||
|
},
|
||||||
"inactiveBackground": "bg",
|
"inactiveBackground": "bg",
|
||||||
"pressedBackground": "table"
|
"pressedBackground": "table",
|
||||||
|
"separatorColor": "border"
|
||||||
},
|
},
|
||||||
"material": {
|
"material": {
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
@@ -652,11 +753,15 @@
|
|||||||
"acceleratorForeground": "text",
|
"acceleratorForeground": "text",
|
||||||
"acceleratorSelectionForeground": "activeFg",
|
"acceleratorSelectionForeground": "activeFg",
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"border": "4,2,4,2",
|
"border": "8,8,8,8",
|
||||||
"borderColor": "second",
|
"borderColor": "second",
|
||||||
"disabledBackground": "second",
|
"disabledBackground": "second",
|
||||||
"disabledForeground": "dis",
|
"disabledForeground": "dis",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
|
"Selection": {
|
||||||
|
"arc": 8,
|
||||||
|
"innerInsets": "8,2,8,2"
|
||||||
|
},
|
||||||
"selectionBackground": "selBg",
|
"selectionBackground": "selBg",
|
||||||
"selectionForeground": "activeFg",
|
"selectionForeground": "activeFg",
|
||||||
"separatorColor": "border"
|
"separatorColor": "border"
|
||||||
@@ -676,7 +781,7 @@
|
|||||||
"acceleratorForeground": "text",
|
"acceleratorForeground": "text",
|
||||||
"acceleratorSelectionForeground": "activeFg",
|
"acceleratorSelectionForeground": "activeFg",
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"border": "4,2,4,2",
|
"border": "8,8,8,8",
|
||||||
"disabledBackground": "bg",
|
"disabledBackground": "bg",
|
||||||
"disabledForeground": "dis",
|
"disabledForeground": "dis",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
@@ -699,11 +804,13 @@
|
|||||||
"background": "bg"
|
"background": "bg"
|
||||||
},
|
},
|
||||||
"SearchField": {
|
"SearchField": {
|
||||||
"background": "hc"
|
"background": "cs"
|
||||||
}
|
},
|
||||||
|
"separatorWidth": 6
|
||||||
},
|
},
|
||||||
"NewPSD.warning": "accent",
|
"NewPSD.warning": "accent",
|
||||||
"Notification": {
|
"Notification": {
|
||||||
|
"arc": 16,
|
||||||
"Error.foreground": "accent",
|
"Error.foreground": "accent",
|
||||||
"Link.foreground": "accent",
|
"Link.foreground": "accent",
|
||||||
"background": "notif",
|
"background": "notif",
|
||||||
@@ -719,12 +826,18 @@
|
|||||||
"innerBorderColor": "button"
|
"innerBorderColor": "button"
|
||||||
},
|
},
|
||||||
"ToolWindow": {
|
"ToolWindow": {
|
||||||
|
"Button.DragAndDrop": {
|
||||||
|
"buttonFloatingBackground": "button",
|
||||||
|
"stripeBackground": "bg"
|
||||||
|
},
|
||||||
"errorBackground": "notifError",
|
"errorBackground": "notifError",
|
||||||
"errorBorderColor": "notifError",
|
"errorBorderColor": "notifError",
|
||||||
"errorForeground": "fg",
|
"errorForeground": "fg",
|
||||||
|
"infoBackground": "notif",
|
||||||
|
"infoBorderColor": "notif",
|
||||||
"infoForeground": "fg",
|
"infoForeground": "fg",
|
||||||
"informativeBackground": "notifInfo",
|
"informativeBackground": "notif",
|
||||||
"informativeBorderColor": "notifInfo",
|
"informativeBorderColor": "notif",
|
||||||
"informativeForeground": "fg",
|
"informativeForeground": "fg",
|
||||||
"warningBackground": "notifWarn",
|
"warningBackground": "notifWarn",
|
||||||
"warningBorderColor": "notifWarn",
|
"warningBorderColor": "notifWarn",
|
||||||
@@ -736,7 +849,8 @@
|
|||||||
},
|
},
|
||||||
"ToolWindowInfo": {
|
"ToolWindowInfo": {
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"background": "notifInfo"
|
"background": "notif",
|
||||||
|
"borderColor": "notif"
|
||||||
},
|
},
|
||||||
"ToolWindowWarning": {
|
"ToolWindowWarning": {
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
@@ -786,7 +900,7 @@
|
|||||||
"lineSeparatorColor": "table"
|
"lineSeparatorColor": "table"
|
||||||
},
|
},
|
||||||
"PasswordField": {
|
"PasswordField": {
|
||||||
"background": "hc",
|
"background": "cs",
|
||||||
"capsLockIconColor": "accent",
|
"capsLockIconColor": "accent",
|
||||||
"caretForeground": "accent",
|
"caretForeground": "accent",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
@@ -796,6 +910,7 @@
|
|||||||
},
|
},
|
||||||
"Plugins": {
|
"Plugins": {
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
|
"borderColor": "border",
|
||||||
"disabledForeground": "dis",
|
"disabledForeground": "dis",
|
||||||
"eapTagBackground": "hl",
|
"eapTagBackground": "hl",
|
||||||
"hoverBackground": "hl",
|
"hoverBackground": "hl",
|
||||||
@@ -817,8 +932,11 @@
|
|||||||
"updateBorderColor": "button",
|
"updateBorderColor": "button",
|
||||||
"updateForeground": "fg"
|
"updateForeground": "fg"
|
||||||
},
|
},
|
||||||
|
"ScreenshotPagination": {
|
||||||
|
"CurrentImage.fillColor": "accent"
|
||||||
|
},
|
||||||
"SearchField": {
|
"SearchField": {
|
||||||
"background": "hc",
|
"background": "cs",
|
||||||
"borderColor": "border"
|
"borderColor": "border"
|
||||||
},
|
},
|
||||||
"SectionHeader": {
|
"SectionHeader": {
|
||||||
@@ -836,27 +954,38 @@
|
|||||||
},
|
},
|
||||||
"Popup": {
|
"Popup": {
|
||||||
"Advertiser": {
|
"Advertiser": {
|
||||||
|
"borderInsets": "6,20,6,20",
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"borderColor": "bg",
|
"borderColor": "bg",
|
||||||
"foreground": "accent"
|
"foreground": "accent"
|
||||||
},
|
},
|
||||||
|
"Body": {
|
||||||
|
"bottomInsetNoAd": 8,
|
||||||
|
"bottomInsetBeforeAd": 8,
|
||||||
|
"topInsetNoHeader": 8
|
||||||
|
},
|
||||||
"Border": {
|
"Border": {
|
||||||
"color": "cs",
|
"color": "cs",
|
||||||
"inactiveColor": "bg"
|
"inactiveColor": "bg"
|
||||||
},
|
},
|
||||||
|
"background": "notif",
|
||||||
"borderColor": "cs",
|
"borderColor": "cs",
|
||||||
|
"borderWidth": 0,
|
||||||
"inactiveBorderColor": "bg",
|
"inactiveBorderColor": "bg",
|
||||||
"innerBorderColor": "second",
|
"innerBorderColor": "second",
|
||||||
"Header": {
|
"Header": {
|
||||||
"activeBackground": "bg",
|
"activeBackground": "bg",
|
||||||
"inactiveBackground": "cs"
|
"inactiveBackground": "cs",
|
||||||
|
"inactiveForeground": "text"
|
||||||
},
|
},
|
||||||
"paintBorder": true,
|
"paintBorder": false,
|
||||||
"preferences": {
|
"preferences": {
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"borderColor": "bg",
|
"borderColor": "bg",
|
||||||
"foreground": "fg"
|
"foreground": "fg"
|
||||||
},
|
},
|
||||||
|
"Selection.arc": 8,
|
||||||
|
"Selection.leftRightInset": 8,
|
||||||
"Separator": {
|
"Separator": {
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"color": "border"
|
"color": "border"
|
||||||
@@ -872,13 +1001,24 @@
|
|||||||
},
|
},
|
||||||
"PopupMenu": {
|
"PopupMenu": {
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"border": "2,0,2,0",
|
"borderWidth": 1,
|
||||||
|
"border": "8,8,8,8",
|
||||||
|
"borderCornerRadius": 8,
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
|
"Selection": {
|
||||||
|
"arc": 8,
|
||||||
|
"innerInsets": "8,2,8,2"
|
||||||
|
},
|
||||||
"selectionBackground": "selBg",
|
"selectionBackground": "selBg",
|
||||||
"translucentBackground": "bg"
|
"translucentBackground": "bg"
|
||||||
},
|
},
|
||||||
"PopupMenuSeparator.height": 10,
|
"PopupMenuSeparator": {
|
||||||
"PopupMenuSeparator.stripeIndent": 5,
|
"height": 10,
|
||||||
|
"stripeWidth": 2,
|
||||||
|
"stripeIndent": 5,
|
||||||
|
"withToEdge": 4,
|
||||||
|
"borderCornerRadius": 8
|
||||||
|
},
|
||||||
"ProgressBar": {
|
"ProgressBar": {
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"foreground": "accent",
|
"foreground": "accent",
|
||||||
@@ -922,12 +1062,27 @@
|
|||||||
"selectionBackground": "selBg",
|
"selectionBackground": "selBg",
|
||||||
"selectionForeground": "selFg"
|
"selectionForeground": "selFg"
|
||||||
},
|
},
|
||||||
|
"ReviewList": {
|
||||||
|
"state.background": "second",
|
||||||
|
"state.foreground": "fg"
|
||||||
|
},
|
||||||
"RunWidget": {
|
"RunWidget": {
|
||||||
|
"background": "button",
|
||||||
|
"Debug.activeBackground": "hl",
|
||||||
|
"foreground": "fg",
|
||||||
|
"hoverBackground": "table",
|
||||||
|
"pressedBackground": "hl",
|
||||||
|
"Profile.activeBackground": "hl",
|
||||||
|
"runningBackground": "hl",
|
||||||
|
"runningForeground": "selFg",
|
||||||
|
"Run.activeBackground": "hl",
|
||||||
"Running": {
|
"Running": {
|
||||||
"background": "accent",
|
"background": "hl",
|
||||||
"leftHoverBackground": "accent70",
|
"foreground": "selFg",
|
||||||
"leftPressedBackground": "accent"
|
"leftHoverBackground": "hl",
|
||||||
}
|
"leftPressedBackground": "hl"
|
||||||
|
},
|
||||||
|
"separatorColor": "border"
|
||||||
},
|
},
|
||||||
"ScreenView.borderColor": "border",
|
"ScreenView.borderColor": "border",
|
||||||
"scrollbar": "bg",
|
"scrollbar": "bg",
|
||||||
@@ -971,8 +1126,9 @@
|
|||||||
},
|
},
|
||||||
"SearchEverywhere": {
|
"SearchEverywhere": {
|
||||||
"Advertiser": {
|
"Advertiser": {
|
||||||
"background": "cs",
|
"background": "bg",
|
||||||
"foreground": "text"
|
"foreground": "text",
|
||||||
|
"borderInsets": "10,20,10,20"
|
||||||
},
|
},
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"Dialog": {
|
"Dialog": {
|
||||||
@@ -989,11 +1145,12 @@
|
|||||||
"Separator.foreground": "text",
|
"Separator.foreground": "text",
|
||||||
"selectionBackground": "selBg",
|
"selectionBackground": "selBg",
|
||||||
"separatorColor": "border",
|
"separatorColor": "border",
|
||||||
"separatorForeground": "text"
|
"separatorForeground": "text",
|
||||||
|
"settingsBackground": "bg"
|
||||||
},
|
},
|
||||||
"SearchField": {
|
"SearchField": {
|
||||||
"Border.color": "hl",
|
"Border.color": "hl",
|
||||||
"background": "hc",
|
"background": "cs",
|
||||||
"borderColor": "hl",
|
"borderColor": "hl",
|
||||||
"grayForeground": "dis",
|
"grayForeground": "dis",
|
||||||
"infoForeground": "dis"
|
"infoForeground": "dis"
|
||||||
@@ -1015,8 +1172,13 @@
|
|||||||
"startColor": "accent"
|
"startColor": "accent"
|
||||||
},
|
},
|
||||||
"SearchField.errorBackground": "notif",
|
"SearchField.errorBackground": "notif",
|
||||||
|
"SearchFieldWithExtension": {
|
||||||
|
"background": "cs"
|
||||||
|
},
|
||||||
"SearchOption": {
|
"SearchOption": {
|
||||||
"selectedBackground": "table"
|
"selectedBackground": "table",
|
||||||
|
"selectedPressedBackground": "hl",
|
||||||
|
"selectedHoveredBackground": "hl"
|
||||||
},
|
},
|
||||||
"SearchResults": {
|
"SearchResults": {
|
||||||
"Ordinal.File.Foreground": "text",
|
"Ordinal.File.Foreground": "text",
|
||||||
@@ -1056,12 +1218,12 @@
|
|||||||
"SpeedSearch": {
|
"SpeedSearch": {
|
||||||
"background": "hl",
|
"background": "hl",
|
||||||
"borderColor": "border",
|
"borderColor": "border",
|
||||||
"errorForeground": "fg",
|
"errorForeground": "red",
|
||||||
"foreground": "fg"
|
"foreground": "fg"
|
||||||
},
|
},
|
||||||
"Spinner": {
|
"Spinner": {
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"border": "3,3,3,3",
|
"border": "4,4,4,4",
|
||||||
"disabledBackground": "excl",
|
"disabledBackground": "excl",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"selectionForeground": "activeFg"
|
"selectionForeground": "activeFg"
|
||||||
@@ -1077,15 +1239,17 @@
|
|||||||
"Breadcrumbs": {
|
"Breadcrumbs": {
|
||||||
"floatingBackground": "tree",
|
"floatingBackground": "tree",
|
||||||
"floatingForeground": "fg",
|
"floatingForeground": "fg",
|
||||||
|
"floatingToolbarInsets": "8,12,8,12",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"hoverBackground": "tree",
|
"hoverBackground": "tree",
|
||||||
"hoverForeground": "fg",
|
"hoverForeground": "fg",
|
||||||
|
"itemBackgroundInsets": "2,4,2,4",
|
||||||
"selectionBackground": "selBg",
|
"selectionBackground": "selBg",
|
||||||
"selectionForeground": "activeFg",
|
"selectionForeground": "activeFg",
|
||||||
"selectionInactiveBackground": "button",
|
"selectionInactiveBackground": "button",
|
||||||
"selectionInactiveForeground": "fg"
|
"selectionInactiveForeground": "fg"
|
||||||
},
|
},
|
||||||
"borderColor": "bg",
|
"borderColor": "border",
|
||||||
"bottomColor": "bg",
|
"bottomColor": "bg",
|
||||||
"hoverBackground": "hl",
|
"hoverBackground": "hl",
|
||||||
"top2Color": "bg",
|
"top2Color": "bg",
|
||||||
@@ -1096,7 +1260,8 @@
|
|||||||
"hoverBackground": "hl",
|
"hoverBackground": "hl",
|
||||||
"hoverForeground": "selFg",
|
"hoverForeground": "selFg",
|
||||||
"pressedBackground": "button",
|
"pressedBackground": "button",
|
||||||
"pressedForeground": "fg"
|
"pressedForeground": "fg",
|
||||||
|
"widgetInsets": "8,12,8,12"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"TabbedPane": {
|
"TabbedPane": {
|
||||||
@@ -1126,6 +1291,7 @@
|
|||||||
"shadow": "hc",
|
"shadow": "hc",
|
||||||
"tabHeight": 32,
|
"tabHeight": 32,
|
||||||
"tabInsets": "5,10,5,10",
|
"tabInsets": "5,10,5,10",
|
||||||
|
"tabSelectionArc": 4,
|
||||||
"tabSelectionHeight": 2,
|
"tabSelectionHeight": 2,
|
||||||
"tabsOverlapBorder": true,
|
"tabsOverlapBorder": true,
|
||||||
"underlineColor": "accent"
|
"underlineColor": "accent"
|
||||||
@@ -1134,13 +1300,13 @@
|
|||||||
"Table": {
|
"Table": {
|
||||||
"alternativeRowBackground": "cs",
|
"alternativeRowBackground": "cs",
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"cellNoFocusBorder": "10,5,10,5",
|
"cellNoFocusBorder": "16,4,16,4",
|
||||||
"disabledForeground": "dis",
|
"disabledForeground": "dis",
|
||||||
"dropLineColor": "accent",
|
"dropLineColor": "accent",
|
||||||
"dropLineShortColor": "accent",
|
"dropLineShortColor": "accent",
|
||||||
"focusCellBackground": "table",
|
"focusCellBackground": "table",
|
||||||
"focusCellForeground": "activeFg",
|
"focusCellForeground": "activeFg",
|
||||||
"focusCellHighlightBorder": "10,5,10,5",
|
"focusCellHighlightBorder": "18,6,18,6",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"gridColor": "bg",
|
"gridColor": "bg",
|
||||||
"highlightOuter": "table",
|
"highlightOuter": "table",
|
||||||
@@ -1150,6 +1316,7 @@
|
|||||||
"lightSelectionForeground": "activeFg",
|
"lightSelectionForeground": "activeFg",
|
||||||
"lightSelectionInactiveBackground": "second",
|
"lightSelectionInactiveBackground": "second",
|
||||||
"lightSelectionInactiveForeground": "text",
|
"lightSelectionInactiveForeground": "text",
|
||||||
|
"rowHeight": 32,
|
||||||
"selectionBackground": "table",
|
"selectionBackground": "table",
|
||||||
"selectionForeground": "activeFg",
|
"selectionForeground": "activeFg",
|
||||||
"selectionInactiveBackground": "table",
|
"selectionInactiveBackground": "table",
|
||||||
@@ -1160,14 +1327,14 @@
|
|||||||
},
|
},
|
||||||
"TableHeader": {
|
"TableHeader": {
|
||||||
"background": "button",
|
"background": "button",
|
||||||
|
"bottomSeparatorColor": "border",
|
||||||
"borderColor": "hl",
|
"borderColor": "hl",
|
||||||
"bottomSeparatorColor": "hl",
|
"cellBorder": "6,0,6,0",
|
||||||
"cellBorder": "4,0,4,0",
|
|
||||||
"disabledForeground": "dis",
|
"disabledForeground": "dis",
|
||||||
"focusCellBackground": "table",
|
"focusCellBackground": "table",
|
||||||
"focusCellForeground": "activeFg",
|
"focusCellForeground": "activeFg",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"height": 25,
|
"height": 32,
|
||||||
"hoverBackground": "hl",
|
"hoverBackground": "hl",
|
||||||
"separatorColor": "border"
|
"separatorColor": "border"
|
||||||
},
|
},
|
||||||
@@ -1182,7 +1349,7 @@
|
|||||||
"textHighlightText": "activeFg",
|
"textHighlightText": "activeFg",
|
||||||
"textText": "text",
|
"textText": "text",
|
||||||
"TextArea": {
|
"TextArea": {
|
||||||
"background": "hc",
|
"background": "cs",
|
||||||
"caretForeground": "accent",
|
"caretForeground": "accent",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"inactiveForeground": "dis",
|
"inactiveForeground": "dis",
|
||||||
@@ -1190,7 +1357,7 @@
|
|||||||
"selectionForeground": "activeFg"
|
"selectionForeground": "activeFg"
|
||||||
},
|
},
|
||||||
"TextField": {
|
"TextField": {
|
||||||
"background": "hc",
|
"background": "cs",
|
||||||
"borderColor": "bg",
|
"borderColor": "bg",
|
||||||
"caretForeground": "accent",
|
"caretForeground": "accent",
|
||||||
"disabledBackground": "excl",
|
"disabledBackground": "excl",
|
||||||
@@ -1205,15 +1372,21 @@
|
|||||||
"separatorColorDisabled": "bg"
|
"separatorColorDisabled": "bg"
|
||||||
},
|
},
|
||||||
"TextPane": {
|
"TextPane": {
|
||||||
"background": "hc",
|
"background": "cs",
|
||||||
"caretForeground": "accent",
|
"caretForeground": "accent",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"inactiveForeground": "dis",
|
"inactiveForeground": "dis",
|
||||||
"selectionBackground": "table",
|
"selectionBackground": "table",
|
||||||
"selectionForeground": "activeFg"
|
"selectionForeground": "activeFg"
|
||||||
},
|
},
|
||||||
|
"TipOfTheDay": {
|
||||||
|
"Image.borderColor": "border"
|
||||||
|
},
|
||||||
"TitlePane": {
|
"TitlePane": {
|
||||||
"Button.hoverBackground": "hl",
|
"Button": {
|
||||||
|
"hoverBackground": "hl",
|
||||||
|
"preferredSize": "48,40"
|
||||||
|
},
|
||||||
"background": "hc",
|
"background": "hc",
|
||||||
"inactiveBackground": "bg",
|
"inactiveBackground": "bg",
|
||||||
"inactiveInfoForeground": "dis",
|
"inactiveInfoForeground": "dis",
|
||||||
@@ -1240,7 +1413,9 @@
|
|||||||
"borderHandleColor": "text",
|
"borderHandleColor": "text",
|
||||||
"comboBoxButtonBackground": "button",
|
"comboBoxButtonBackground": "button",
|
||||||
"floatingForeground": "text",
|
"floatingForeground": "text",
|
||||||
"foreground": "fg"
|
"foreground": "fg",
|
||||||
|
"verticalToolbarInsets": "6,6,6,6",
|
||||||
|
"horizontalToolbarInsets": "6,6,6,6"
|
||||||
},
|
},
|
||||||
"ToolbarComboWidget": {
|
"ToolbarComboWidget": {
|
||||||
"background": "button",
|
"background": "button",
|
||||||
@@ -1252,6 +1427,7 @@
|
|||||||
"description.title.text.color": "fg"
|
"description.title.text.color": "fg"
|
||||||
},
|
},
|
||||||
"ToolTip": {
|
"ToolTip": {
|
||||||
|
"arc": 6,
|
||||||
"actions": {
|
"actions": {
|
||||||
"background": "bg"
|
"background": "bg"
|
||||||
},
|
},
|
||||||
@@ -1262,8 +1438,10 @@
|
|||||||
},
|
},
|
||||||
"background": "notif",
|
"background": "notif",
|
||||||
"borderColor": "border",
|
"borderColor": "border",
|
||||||
|
"borderCornerRadius": 8,
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"infoForeground": "text",
|
"infoForeground": "text",
|
||||||
|
"linkForeground": "accent",
|
||||||
"Learning": {
|
"Learning": {
|
||||||
"background": "accent",
|
"background": "accent",
|
||||||
"borderColor": "accent",
|
"borderColor": "accent",
|
||||||
@@ -1284,6 +1462,10 @@
|
|||||||
"background": "hc",
|
"background": "hc",
|
||||||
"Button": {
|
"Button": {
|
||||||
"hoverBackground": "table",
|
"hoverBackground": "table",
|
||||||
|
"DragAndDrop": {
|
||||||
|
"stripeBackground": "cs",
|
||||||
|
"buttonDropBackground": "accent70"
|
||||||
|
},
|
||||||
"selectedBackground": "cs",
|
"selectedBackground": "cs",
|
||||||
"selectedForeground": "activeFg"
|
"selectedForeground": "activeFg"
|
||||||
},
|
},
|
||||||
@@ -1296,6 +1478,7 @@
|
|||||||
"tab.selected.background": "cs"
|
"tab.selected.background": "cs"
|
||||||
},
|
},
|
||||||
"Header": {
|
"Header": {
|
||||||
|
"height": 42,
|
||||||
"background": "second",
|
"background": "second",
|
||||||
"borderColor": "second",
|
"borderColor": "second",
|
||||||
"inactiveBackground": "bg"
|
"inactiveBackground": "bg"
|
||||||
@@ -1308,13 +1491,17 @@
|
|||||||
"hoverBackground": "hl",
|
"hoverBackground": "hl",
|
||||||
"hoverInactiveBackground": "hl",
|
"hoverInactiveBackground": "hl",
|
||||||
"inactiveUnderlineColor": "accent",
|
"inactiveUnderlineColor": "accent",
|
||||||
|
"leftRightInsets": "0,12,0,12",
|
||||||
"selectedBackground": "cs",
|
"selectedBackground": "cs",
|
||||||
"selectedInactiveBackground": "cs",
|
"selectedInactiveBackground": "cs",
|
||||||
|
"underlineArc": 4,
|
||||||
"underlineColor": "accent",
|
"underlineColor": "accent",
|
||||||
|
"underlineHeight": 3,
|
||||||
"underlinedTabBackground": "table",
|
"underlinedTabBackground": "table",
|
||||||
"underlinedTabForeground": "selFg",
|
"underlinedTabForeground": "selFg",
|
||||||
"underlinedTabInactiveBackground": "hc",
|
"underlinedTabInactiveBackground": "hc",
|
||||||
"underlinedTabInactiveForeground": "fg"
|
"underlinedTabInactiveForeground": "fg",
|
||||||
|
"verticalPadding": 6
|
||||||
},
|
},
|
||||||
"inactive": {
|
"inactive": {
|
||||||
"Header.background": "bg",
|
"Header.background": "bg",
|
||||||
@@ -1322,13 +1509,15 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"Tree": {
|
"Tree": {
|
||||||
|
"border": "4,12,4,12",
|
||||||
"background": "hc",
|
"background": "hc",
|
||||||
"foreground": "text",
|
"foreground": "text",
|
||||||
|
"errorForeground": "red",
|
||||||
"hash": "border",
|
"hash": "border",
|
||||||
"hoverBackground": "tree",
|
"hoverBackground": "tree",
|
||||||
"hoverInactiveBackground": "table",
|
"hoverInactiveBackground": "table",
|
||||||
"modifiedItemForeground": "accent",
|
"modifiedItemForeground": "accent",
|
||||||
"rowHeight": 28,
|
"rowHeight": "28",
|
||||||
"selectionBackground": "tree",
|
"selectionBackground": "tree",
|
||||||
"selectionForeground": "selFg",
|
"selectionForeground": "selFg",
|
||||||
"selectionInactiveBackground": "tree",
|
"selectionInactiveBackground": "tree",
|
||||||
@@ -1355,7 +1544,6 @@
|
|||||||
"hoverBorderColor": "hl"
|
"hoverBorderColor": "hl"
|
||||||
},
|
},
|
||||||
"Label.foreground": "text",
|
"Label.foreground": "text",
|
||||||
"List.selectionBackground": "tree",
|
|
||||||
"highStroke.foreground": "fg",
|
"highStroke.foreground": "fg",
|
||||||
"motion": {
|
"motion": {
|
||||||
"AddConstraintColor": "accent",
|
"AddConstraintColor": "accent",
|
||||||
@@ -1392,6 +1580,35 @@
|
|||||||
"ourML_BarColor.separatorColor": "border",
|
"ourML_BarColor.separatorColor": "border",
|
||||||
"timeLine.disabledBorderColor": "border"
|
"timeLine.disabledBorderColor": "border"
|
||||||
},
|
},
|
||||||
|
"PackageDetails": {
|
||||||
|
"border": "accent",
|
||||||
|
"infoBanner": "accent"
|
||||||
|
},
|
||||||
|
"PackageSearch": {
|
||||||
|
"PackagesList.rowHeight": 28,
|
||||||
|
"PackageTag": {
|
||||||
|
"background": "excl",
|
||||||
|
"foreground": "fg",
|
||||||
|
"hoverBackground": "tree",
|
||||||
|
"selectedBackground": "selBg",
|
||||||
|
"selectedForeground": "selFg"
|
||||||
|
},
|
||||||
|
"PackageTagSelected": {
|
||||||
|
"background": "selBg",
|
||||||
|
"foreground": "selFg"
|
||||||
|
},
|
||||||
|
"SearchResult": {
|
||||||
|
"background": "cs",
|
||||||
|
"hoverBackground": "tree",
|
||||||
|
"PackageTag": {
|
||||||
|
"background": "excl",
|
||||||
|
"foreground": "fg",
|
||||||
|
"hoverBackground": "tree",
|
||||||
|
"selectedBackground": "selBg",
|
||||||
|
"selectedForeground": "selFg"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"Panel": {
|
"Panel": {
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"borderColor": "border",
|
"borderColor": "border",
|
||||||
@@ -1418,7 +1635,7 @@
|
|||||||
},
|
},
|
||||||
"VersionControl": {
|
"VersionControl": {
|
||||||
"FileHistory.Commit": {
|
"FileHistory.Commit": {
|
||||||
"otherBranchBackground": "bg",
|
"otherBranchBackground": "excl",
|
||||||
"selectedBranchBackground": "bg"
|
"selectedBranchBackground": "bg"
|
||||||
},
|
},
|
||||||
"GitCommits": {
|
"GitCommits": {
|
||||||
@@ -1443,9 +1660,15 @@
|
|||||||
"Commit": {
|
"Commit": {
|
||||||
"currentBranchBackground": "cs",
|
"currentBranchBackground": "cs",
|
||||||
"hoveredBackground": "tree",
|
"hoveredBackground": "tree",
|
||||||
|
"rowHeight": 28,
|
||||||
"unmatchedForeground": "text"
|
"unmatchedForeground": "text"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"MarkerPopup": {
|
||||||
|
"borderColor": "border",
|
||||||
|
"borderInsets": "6,8,6,10",
|
||||||
|
"Toolbar.background": "hl"
|
||||||
|
},
|
||||||
"Ref": {
|
"Ref": {
|
||||||
"backgroundBase": "hl",
|
"backgroundBase": "hl",
|
||||||
"foreground": "activeFg"
|
"foreground": "activeFg"
|
||||||
@@ -1455,6 +1678,11 @@
|
|||||||
"foreground": "activeFg"
|
"foreground": "activeFg"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"UnattendedHostStatus": {
|
||||||
|
"warningBackground": "yellow",
|
||||||
|
"warningForeground": "activeFg",
|
||||||
|
"dangerBackground": "red"
|
||||||
|
},
|
||||||
"Viewport": {
|
"Viewport": {
|
||||||
"background": "hc",
|
"background": "hc",
|
||||||
"foreground": "fg"
|
"foreground": "fg"
|
||||||
|
|||||||
@@ -22,7 +22,7 @@
|
|||||||
"cs": "#191a2a",
|
"cs": "#191a2a",
|
||||||
"button": "#444a73",
|
"button": "#444a73",
|
||||||
"table": "#2f334d",
|
"table": "#2f334d",
|
||||||
"tree": "#444a7370",
|
"tree": "#2f3452",
|
||||||
"hl": "#444a73",
|
"hl": "#444a73",
|
||||||
"notif": "#191a2a",
|
"notif": "#191a2a",
|
||||||
"hc": "#222436",
|
"hc": "#222436",
|
||||||
@@ -73,6 +73,10 @@
|
|||||||
"pressedBackground": "accent50",
|
"pressedBackground": "accent50",
|
||||||
"pressedBorderColor": "accent50"
|
"pressedBorderColor": "accent50"
|
||||||
},
|
},
|
||||||
|
"ActionsList": {
|
||||||
|
"icon.gap": 12,
|
||||||
|
"mnemonic.icon.gap": 12
|
||||||
|
},
|
||||||
"ActionToolbar": {
|
"ActionToolbar": {
|
||||||
"background": "hc"
|
"background": "hc"
|
||||||
},
|
},
|
||||||
@@ -127,8 +131,9 @@
|
|||||||
"BookmarkIcon.background": "accent",
|
"BookmarkIcon.background": "accent",
|
||||||
"Borders.ContrastBorderColor": "bg",
|
"Borders.ContrastBorderColor": "bg",
|
||||||
"Borders.color": "border",
|
"Borders.color": "border",
|
||||||
|
"Breakpoint.iconHoverAlpha": 0.35,
|
||||||
"Button": {
|
"Button": {
|
||||||
"arc": 0,
|
"arc": 8,
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"darcula": {
|
"darcula": {
|
||||||
"borderColor": "button",
|
"borderColor": "button",
|
||||||
@@ -181,7 +186,10 @@
|
|||||||
"shadowColor": "shadow",
|
"shadowColor": "shadow",
|
||||||
"shadowWidth": 0,
|
"shadowWidth": 0,
|
||||||
"startBackground": "table",
|
"startBackground": "table",
|
||||||
"startBorderColor": "button"
|
"startBorderColor": "button",
|
||||||
|
"ToolWindow": {
|
||||||
|
"arc": 40
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"Canvas": {
|
"Canvas": {
|
||||||
"Tooltip.background": "notif",
|
"Tooltip.background": "notif",
|
||||||
@@ -256,6 +264,32 @@
|
|||||||
"accessDot": "accent",
|
"accessDot": "accent",
|
||||||
"dropdownBorder": "second",
|
"dropdownBorder": "second",
|
||||||
"pillBackground": "second"
|
"pillBackground": "second"
|
||||||
|
},
|
||||||
|
"Users": {
|
||||||
|
"1": {
|
||||||
|
"Background": "green",
|
||||||
|
"Foreground": "fg"
|
||||||
|
},
|
||||||
|
"2": {
|
||||||
|
"Background": "blue",
|
||||||
|
"Foreground": "fg"
|
||||||
|
},
|
||||||
|
"3": {
|
||||||
|
"Background": "red",
|
||||||
|
"Foreground": "fg"
|
||||||
|
},
|
||||||
|
"4": {
|
||||||
|
"Background": "purple",
|
||||||
|
"Foreground": "fg"
|
||||||
|
},
|
||||||
|
"5": {
|
||||||
|
"Background": "yellow",
|
||||||
|
"Foreground": "fg"
|
||||||
|
},
|
||||||
|
"6": {
|
||||||
|
"Background": "orange",
|
||||||
|
"Foreground": "fg"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"ColorChooser": {
|
"ColorChooser": {
|
||||||
@@ -293,7 +327,13 @@
|
|||||||
"selectionBackground": "table",
|
"selectionBackground": "table",
|
||||||
"selectionForeground": "activeFg"
|
"selectionForeground": "activeFg"
|
||||||
},
|
},
|
||||||
|
"ComboPopup.border": "1,1,1,1,#74a0f1",
|
||||||
"CompletionPopup": {
|
"CompletionPopup": {
|
||||||
|
"Advertiser": {
|
||||||
|
"background": "bg",
|
||||||
|
"foreground": "fg",
|
||||||
|
"borderInsets": "8,12,8,12"
|
||||||
|
},
|
||||||
"background": "second",
|
"background": "second",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"grayForeground": "text",
|
"grayForeground": "text",
|
||||||
@@ -313,8 +353,12 @@
|
|||||||
"selectionInactiveInfoForeground": "text",
|
"selectionInactiveInfoForeground": "text",
|
||||||
"selectionInfoForeground": "selFg"
|
"selectionInfoForeground": "selFg"
|
||||||
},
|
},
|
||||||
|
"ComplexPopup": {
|
||||||
|
"Header.background": "notif"
|
||||||
|
},
|
||||||
"Component": {
|
"Component": {
|
||||||
"arc": 4,
|
"arc": 4,
|
||||||
|
"focusWidth": 2,
|
||||||
"borderColor": "hl",
|
"borderColor": "hl",
|
||||||
"disabledBorderColor": "dis",
|
"disabledBorderColor": "dis",
|
||||||
"focusColor": "accent",
|
"focusColor": "accent",
|
||||||
@@ -351,6 +395,7 @@
|
|||||||
},
|
},
|
||||||
"desktop": "hc",
|
"desktop": "hc",
|
||||||
"Debugger": {
|
"Debugger": {
|
||||||
|
"EvaluateExpression.background": "bg",
|
||||||
"Variables": {
|
"Variables": {
|
||||||
"changedValueForeground": "accent",
|
"changedValueForeground": "accent",
|
||||||
"collectingDataForeground": "text",
|
"collectingDataForeground": "text",
|
||||||
@@ -358,13 +403,15 @@
|
|||||||
"evaluatingExpressionForeground": "text",
|
"evaluatingExpressionForeground": "text",
|
||||||
"exceptionForeground": "yellow",
|
"exceptionForeground": "yellow",
|
||||||
"modifyingValueForeground": "accent",
|
"modifyingValueForeground": "accent",
|
||||||
"valueForeground": "accent"
|
"valueForeground": "accent",
|
||||||
|
"typeForeground": "text"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"DebuggerTabs": {
|
"DebuggerTabs": {
|
||||||
"active.background": "hl",
|
"active.background": "hl",
|
||||||
"selectedBackground": "hl",
|
"selectedBackground": "hl",
|
||||||
"underlinedTabBackground": "table"
|
"underlinedTabBackground": "table",
|
||||||
|
"underlineHeight": 2
|
||||||
},
|
},
|
||||||
"DebuggerPopup": {
|
"DebuggerPopup": {
|
||||||
"borderColor": "bg"
|
"borderColor": "bg"
|
||||||
@@ -380,6 +427,7 @@
|
|||||||
"inactiveMaskColor": "hc",
|
"inactiveMaskColor": "hc",
|
||||||
"inactiveUnderlineColor": "accent",
|
"inactiveUnderlineColor": "accent",
|
||||||
"underlineColor": "accent",
|
"underlineColor": "accent",
|
||||||
|
"underlineHeight": 3,
|
||||||
"underlinedTabBackground": "table",
|
"underlinedTabBackground": "table",
|
||||||
"underlinedTabForeground": "selFg"
|
"underlinedTabForeground": "selFg"
|
||||||
},
|
},
|
||||||
@@ -398,13 +446,21 @@
|
|||||||
"backgroundBorderColor": "bg",
|
"backgroundBorderColor": "bg",
|
||||||
"backgroundColor": "bg",
|
"backgroundColor": "bg",
|
||||||
"borderColor": "accent",
|
"borderColor": "accent",
|
||||||
"foregroundColor": "fg"
|
"foregroundColor": "fg",
|
||||||
|
"rowBackground": "accent70"
|
||||||
},
|
},
|
||||||
"dropArea.base": "accent",
|
"dropArea.base": "accent",
|
||||||
"Editor": {
|
"Editor": {
|
||||||
"background": "hc",
|
"background": "hc",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"shortcutForeground": "text"
|
"shortcutForeground": "text",
|
||||||
|
"SearchField": {
|
||||||
|
"background": "cs",
|
||||||
|
"borderInsets": "8,12,8,12"
|
||||||
|
},
|
||||||
|
"Toolbar": {
|
||||||
|
"borderColor": "border"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"EditorGroupsTabs": {
|
"EditorGroupsTabs": {
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
@@ -423,7 +479,8 @@
|
|||||||
"inactiveBackground": "bg",
|
"inactiveBackground": "bg",
|
||||||
"inactiveForeground": "dis",
|
"inactiveForeground": "dis",
|
||||||
"selectionBackground": "selBg",
|
"selectionBackground": "selBg",
|
||||||
"selectionForeground": "activeFg"
|
"selectionForeground": "activeFg",
|
||||||
|
"splitBorder": "border"
|
||||||
},
|
},
|
||||||
"EditorTabs": {
|
"EditorTabs": {
|
||||||
"active.background": "table",
|
"active.background": "table",
|
||||||
@@ -441,7 +498,10 @@
|
|||||||
"inactiveUnderlineColor": "dis",
|
"inactiveUnderlineColor": "dis",
|
||||||
"selectedBackground": "table",
|
"selectedBackground": "table",
|
||||||
"selectedForeground": "fg",
|
"selectedForeground": "fg",
|
||||||
|
"tabInsets": "-10,10,-10,10",
|
||||||
"underlineColor": "accent",
|
"underlineColor": "accent",
|
||||||
|
"underlineHeight": 3,
|
||||||
|
"underlineArc": 4,
|
||||||
"underlinedTabBackground": "table",
|
"underlinedTabBackground": "table",
|
||||||
"underlinedTabForeground": "selFg"
|
"underlinedTabForeground": "selFg"
|
||||||
},
|
},
|
||||||
@@ -472,7 +532,7 @@
|
|||||||
"defaultButtonBorderColor": "accent"
|
"defaultButtonBorderColor": "accent"
|
||||||
},
|
},
|
||||||
"FormattedTextField": {
|
"FormattedTextField": {
|
||||||
"background": "hc",
|
"background": "cs",
|
||||||
"caretForeground": "accent",
|
"caretForeground": "accent",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"inactiveBackground": "button",
|
"inactiveBackground": "button",
|
||||||
@@ -509,6 +569,9 @@
|
|||||||
"disabledSeparatorColor": "border",
|
"disabledSeparatorColor": "border",
|
||||||
"separatorColor": "border"
|
"separatorColor": "border"
|
||||||
},
|
},
|
||||||
|
"Gutter": {
|
||||||
|
"VcsChanges.width": 4
|
||||||
|
},
|
||||||
"GutterTooltip": {
|
"GutterTooltip": {
|
||||||
"borderColor": "bg",
|
"borderColor": "bg",
|
||||||
"infoForeground": "text",
|
"infoForeground": "text",
|
||||||
@@ -522,11 +585,14 @@
|
|||||||
"background": "bg",
|
"background": "bg",
|
||||||
"backgroundColor": "bg",
|
"backgroundColor": "bg",
|
||||||
"borderColor": "border",
|
"borderColor": "border",
|
||||||
|
"defaultTextBorderInsets": "16,16,16,16",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"infoForeground": "text",
|
"infoForeground": "text",
|
||||||
"shortcutForeground": "text",
|
"shortcutForeground": "text",
|
||||||
"shortcutTextColor": "text",
|
"shortcutTextColor": "text",
|
||||||
"textColor": "fg"
|
"smallTextBorderInsets": "8,12,8,12",
|
||||||
|
"textColor": "fg",
|
||||||
|
"verticalGap": 8
|
||||||
},
|
},
|
||||||
"Hg.Log.Ref": {
|
"Hg.Log.Ref": {
|
||||||
"Branch": "accent",
|
"Branch": "accent",
|
||||||
@@ -594,6 +660,7 @@
|
|||||||
"link": "accent",
|
"link": "accent",
|
||||||
"Link": {
|
"Link": {
|
||||||
"activeForeground": "accent",
|
"activeForeground": "accent",
|
||||||
|
"focusedBorderColor": "accent",
|
||||||
"hoverForeground": "accent",
|
"hoverForeground": "accent",
|
||||||
"pressedForeground": "accent",
|
"pressedForeground": "accent",
|
||||||
"secondaryForeground": "text",
|
"secondaryForeground": "text",
|
||||||
@@ -605,27 +672,61 @@
|
|||||||
"link.visited.foreground": "accent",
|
"link.visited.foreground": "accent",
|
||||||
"List": {
|
"List": {
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
|
"Button": {
|
||||||
|
"hoverBackground": "hl",
|
||||||
|
"leftRightInset": 8,
|
||||||
|
"separatorColor": "border",
|
||||||
|
"separatorInset": 4
|
||||||
|
},
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"hoverBackground": "hl",
|
"hoverBackground": "hl",
|
||||||
"hoverInactiveBackground": "table",
|
"hoverInactiveBackground": "table",
|
||||||
|
"Line.hoverBackground": "selBg",
|
||||||
|
"rowHeight": "28",
|
||||||
|
"selectionBackground": "tree",
|
||||||
"selectionForeground": "selFg",
|
"selectionForeground": "selFg",
|
||||||
"selectionInactiveBackground": "table",
|
"selectionInactiveBackground": "table",
|
||||||
"selectionInactiveForeground": "activeFg"
|
"selectionInactiveForeground": "activeFg",
|
||||||
|
"Tag": {
|
||||||
|
"background": "button",
|
||||||
|
"foreground": "fg"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"LiveIndicator": {
|
"LiveIndicator": {
|
||||||
"color": "accent"
|
"color": "accent"
|
||||||
},
|
},
|
||||||
|
"macOSWindow.Title": {
|
||||||
|
"height": 30,
|
||||||
|
"heightSmall": 20
|
||||||
|
},
|
||||||
|
"MainMenu": {
|
||||||
|
"background": "hc",
|
||||||
|
"foreground": "fg",
|
||||||
|
"selectionForeground": "activeFg",
|
||||||
|
"selectionBackground": "selBg"
|
||||||
|
},
|
||||||
"MainToolbar": {
|
"MainToolbar": {
|
||||||
"Dropdown.background": "bg",
|
|
||||||
"Dropdown.hoverBackground": "border",
|
|
||||||
"Dropdown.pressedBackground": "table",
|
|
||||||
"Icon.background": "bg",
|
|
||||||
"Icon.hoverBackground": "border",
|
|
||||||
"Icon.pressedBackground": "table",
|
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"hoverBackground": "border",
|
"Button": {
|
||||||
|
"buttonInsets": "0,0,0,0"
|
||||||
|
},
|
||||||
|
"Dropdown": {
|
||||||
|
"borderInsets": "6,12,6,12",
|
||||||
|
"background": "bg",
|
||||||
|
"foreground": "fg",
|
||||||
|
"hoverBackground": "hl",
|
||||||
|
"pressedBackground": "table"
|
||||||
|
},
|
||||||
|
"hoverBackground": "hl",
|
||||||
|
"Icon": {
|
||||||
|
"borderInsets": "10,10,10,10",
|
||||||
|
"background": "bg",
|
||||||
|
"hoverBackground": "hl",
|
||||||
|
"pressedBackground": "table"
|
||||||
|
},
|
||||||
"inactiveBackground": "bg",
|
"inactiveBackground": "bg",
|
||||||
"pressedBackground": "table"
|
"pressedBackground": "table",
|
||||||
|
"separatorColor": "border"
|
||||||
},
|
},
|
||||||
"material": {
|
"material": {
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
@@ -652,11 +753,15 @@
|
|||||||
"acceleratorForeground": "text",
|
"acceleratorForeground": "text",
|
||||||
"acceleratorSelectionForeground": "activeFg",
|
"acceleratorSelectionForeground": "activeFg",
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"border": "4,2,4,2",
|
"border": "8,8,8,8",
|
||||||
"borderColor": "second",
|
"borderColor": "second",
|
||||||
"disabledBackground": "second",
|
"disabledBackground": "second",
|
||||||
"disabledForeground": "dis",
|
"disabledForeground": "dis",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
|
"Selection": {
|
||||||
|
"arc": 8,
|
||||||
|
"innerInsets": "8,2,8,2"
|
||||||
|
},
|
||||||
"selectionBackground": "selBg",
|
"selectionBackground": "selBg",
|
||||||
"selectionForeground": "activeFg",
|
"selectionForeground": "activeFg",
|
||||||
"separatorColor": "border"
|
"separatorColor": "border"
|
||||||
@@ -676,7 +781,7 @@
|
|||||||
"acceleratorForeground": "text",
|
"acceleratorForeground": "text",
|
||||||
"acceleratorSelectionForeground": "activeFg",
|
"acceleratorSelectionForeground": "activeFg",
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"border": "4,2,4,2",
|
"border": "8,8,8,8",
|
||||||
"disabledBackground": "bg",
|
"disabledBackground": "bg",
|
||||||
"disabledForeground": "dis",
|
"disabledForeground": "dis",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
@@ -699,11 +804,13 @@
|
|||||||
"background": "bg"
|
"background": "bg"
|
||||||
},
|
},
|
||||||
"SearchField": {
|
"SearchField": {
|
||||||
"background": "hc"
|
"background": "cs"
|
||||||
}
|
},
|
||||||
|
"separatorWidth": 6
|
||||||
},
|
},
|
||||||
"NewPSD.warning": "accent",
|
"NewPSD.warning": "accent",
|
||||||
"Notification": {
|
"Notification": {
|
||||||
|
"arc": 16,
|
||||||
"Error.foreground": "accent",
|
"Error.foreground": "accent",
|
||||||
"Link.foreground": "accent",
|
"Link.foreground": "accent",
|
||||||
"background": "notif",
|
"background": "notif",
|
||||||
@@ -719,12 +826,18 @@
|
|||||||
"innerBorderColor": "button"
|
"innerBorderColor": "button"
|
||||||
},
|
},
|
||||||
"ToolWindow": {
|
"ToolWindow": {
|
||||||
|
"Button.DragAndDrop": {
|
||||||
|
"buttonFloatingBackground": "button",
|
||||||
|
"stripeBackground": "bg"
|
||||||
|
},
|
||||||
"errorBackground": "notifError",
|
"errorBackground": "notifError",
|
||||||
"errorBorderColor": "notifError",
|
"errorBorderColor": "notifError",
|
||||||
"errorForeground": "fg",
|
"errorForeground": "fg",
|
||||||
|
"infoBackground": "notif",
|
||||||
|
"infoBorderColor": "notif",
|
||||||
"infoForeground": "fg",
|
"infoForeground": "fg",
|
||||||
"informativeBackground": "notifInfo",
|
"informativeBackground": "notif",
|
||||||
"informativeBorderColor": "notifInfo",
|
"informativeBorderColor": "notif",
|
||||||
"informativeForeground": "fg",
|
"informativeForeground": "fg",
|
||||||
"warningBackground": "notifWarn",
|
"warningBackground": "notifWarn",
|
||||||
"warningBorderColor": "notifWarn",
|
"warningBorderColor": "notifWarn",
|
||||||
@@ -736,7 +849,8 @@
|
|||||||
},
|
},
|
||||||
"ToolWindowInfo": {
|
"ToolWindowInfo": {
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"background": "notifInfo"
|
"background": "notif",
|
||||||
|
"borderColor": "notif"
|
||||||
},
|
},
|
||||||
"ToolWindowWarning": {
|
"ToolWindowWarning": {
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
@@ -786,7 +900,7 @@
|
|||||||
"lineSeparatorColor": "table"
|
"lineSeparatorColor": "table"
|
||||||
},
|
},
|
||||||
"PasswordField": {
|
"PasswordField": {
|
||||||
"background": "hc",
|
"background": "cs",
|
||||||
"capsLockIconColor": "accent",
|
"capsLockIconColor": "accent",
|
||||||
"caretForeground": "accent",
|
"caretForeground": "accent",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
@@ -796,6 +910,7 @@
|
|||||||
},
|
},
|
||||||
"Plugins": {
|
"Plugins": {
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
|
"borderColor": "border",
|
||||||
"disabledForeground": "dis",
|
"disabledForeground": "dis",
|
||||||
"eapTagBackground": "hl",
|
"eapTagBackground": "hl",
|
||||||
"hoverBackground": "hl",
|
"hoverBackground": "hl",
|
||||||
@@ -817,8 +932,11 @@
|
|||||||
"updateBorderColor": "button",
|
"updateBorderColor": "button",
|
||||||
"updateForeground": "fg"
|
"updateForeground": "fg"
|
||||||
},
|
},
|
||||||
|
"ScreenshotPagination": {
|
||||||
|
"CurrentImage.fillColor": "accent"
|
||||||
|
},
|
||||||
"SearchField": {
|
"SearchField": {
|
||||||
"background": "hc",
|
"background": "cs",
|
||||||
"borderColor": "border"
|
"borderColor": "border"
|
||||||
},
|
},
|
||||||
"SectionHeader": {
|
"SectionHeader": {
|
||||||
@@ -836,27 +954,38 @@
|
|||||||
},
|
},
|
||||||
"Popup": {
|
"Popup": {
|
||||||
"Advertiser": {
|
"Advertiser": {
|
||||||
|
"borderInsets": "6,20,6,20",
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"borderColor": "bg",
|
"borderColor": "bg",
|
||||||
"foreground": "accent"
|
"foreground": "accent"
|
||||||
},
|
},
|
||||||
|
"Body": {
|
||||||
|
"bottomInsetNoAd": 8,
|
||||||
|
"bottomInsetBeforeAd": 8,
|
||||||
|
"topInsetNoHeader": 8
|
||||||
|
},
|
||||||
"Border": {
|
"Border": {
|
||||||
"color": "cs",
|
"color": "cs",
|
||||||
"inactiveColor": "bg"
|
"inactiveColor": "bg"
|
||||||
},
|
},
|
||||||
|
"background": "notif",
|
||||||
"borderColor": "cs",
|
"borderColor": "cs",
|
||||||
|
"borderWidth": 0,
|
||||||
"inactiveBorderColor": "bg",
|
"inactiveBorderColor": "bg",
|
||||||
"innerBorderColor": "second",
|
"innerBorderColor": "second",
|
||||||
"Header": {
|
"Header": {
|
||||||
"activeBackground": "bg",
|
"activeBackground": "bg",
|
||||||
"inactiveBackground": "cs"
|
"inactiveBackground": "cs",
|
||||||
|
"inactiveForeground": "text"
|
||||||
},
|
},
|
||||||
"paintBorder": true,
|
"paintBorder": false,
|
||||||
"preferences": {
|
"preferences": {
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"borderColor": "bg",
|
"borderColor": "bg",
|
||||||
"foreground": "fg"
|
"foreground": "fg"
|
||||||
},
|
},
|
||||||
|
"Selection.arc": 8,
|
||||||
|
"Selection.leftRightInset": 8,
|
||||||
"Separator": {
|
"Separator": {
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"color": "border"
|
"color": "border"
|
||||||
@@ -872,13 +1001,24 @@
|
|||||||
},
|
},
|
||||||
"PopupMenu": {
|
"PopupMenu": {
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"border": "2,0,2,0",
|
"borderWidth": 1,
|
||||||
|
"border": "8,8,8,8",
|
||||||
|
"borderCornerRadius": 8,
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
|
"Selection": {
|
||||||
|
"arc": 8,
|
||||||
|
"innerInsets": "8,2,8,2"
|
||||||
|
},
|
||||||
"selectionBackground": "selBg",
|
"selectionBackground": "selBg",
|
||||||
"translucentBackground": "bg"
|
"translucentBackground": "bg"
|
||||||
},
|
},
|
||||||
"PopupMenuSeparator.height": 10,
|
"PopupMenuSeparator": {
|
||||||
"PopupMenuSeparator.stripeIndent": 5,
|
"height": 10,
|
||||||
|
"stripeWidth": 2,
|
||||||
|
"stripeIndent": 5,
|
||||||
|
"withToEdge": 4,
|
||||||
|
"borderCornerRadius": 8
|
||||||
|
},
|
||||||
"ProgressBar": {
|
"ProgressBar": {
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"foreground": "accent",
|
"foreground": "accent",
|
||||||
@@ -922,12 +1062,27 @@
|
|||||||
"selectionBackground": "selBg",
|
"selectionBackground": "selBg",
|
||||||
"selectionForeground": "selFg"
|
"selectionForeground": "selFg"
|
||||||
},
|
},
|
||||||
|
"ReviewList": {
|
||||||
|
"state.background": "second",
|
||||||
|
"state.foreground": "fg"
|
||||||
|
},
|
||||||
"RunWidget": {
|
"RunWidget": {
|
||||||
|
"background": "button",
|
||||||
|
"Debug.activeBackground": "hl",
|
||||||
|
"foreground": "fg",
|
||||||
|
"hoverBackground": "table",
|
||||||
|
"pressedBackground": "hl",
|
||||||
|
"Profile.activeBackground": "hl",
|
||||||
|
"runningBackground": "hl",
|
||||||
|
"runningForeground": "selFg",
|
||||||
|
"Run.activeBackground": "hl",
|
||||||
"Running": {
|
"Running": {
|
||||||
"background": "accent",
|
"background": "hl",
|
||||||
"leftHoverBackground": "accent70",
|
"foreground": "selFg",
|
||||||
"leftPressedBackground": "accent"
|
"leftHoverBackground": "hl",
|
||||||
}
|
"leftPressedBackground": "hl"
|
||||||
|
},
|
||||||
|
"separatorColor": "border"
|
||||||
},
|
},
|
||||||
"ScreenView.borderColor": "border",
|
"ScreenView.borderColor": "border",
|
||||||
"scrollbar": "bg",
|
"scrollbar": "bg",
|
||||||
@@ -971,8 +1126,9 @@
|
|||||||
},
|
},
|
||||||
"SearchEverywhere": {
|
"SearchEverywhere": {
|
||||||
"Advertiser": {
|
"Advertiser": {
|
||||||
"background": "cs",
|
"background": "bg",
|
||||||
"foreground": "text"
|
"foreground": "text",
|
||||||
|
"borderInsets": "10,20,10,20"
|
||||||
},
|
},
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"Dialog": {
|
"Dialog": {
|
||||||
@@ -989,11 +1145,12 @@
|
|||||||
"Separator.foreground": "text",
|
"Separator.foreground": "text",
|
||||||
"selectionBackground": "selBg",
|
"selectionBackground": "selBg",
|
||||||
"separatorColor": "border",
|
"separatorColor": "border",
|
||||||
"separatorForeground": "text"
|
"separatorForeground": "text",
|
||||||
|
"settingsBackground": "bg"
|
||||||
},
|
},
|
||||||
"SearchField": {
|
"SearchField": {
|
||||||
"Border.color": "hl",
|
"Border.color": "hl",
|
||||||
"background": "hc",
|
"background": "cs",
|
||||||
"borderColor": "hl",
|
"borderColor": "hl",
|
||||||
"grayForeground": "dis",
|
"grayForeground": "dis",
|
||||||
"infoForeground": "dis"
|
"infoForeground": "dis"
|
||||||
@@ -1015,8 +1172,13 @@
|
|||||||
"startColor": "accent"
|
"startColor": "accent"
|
||||||
},
|
},
|
||||||
"SearchField.errorBackground": "notif",
|
"SearchField.errorBackground": "notif",
|
||||||
|
"SearchFieldWithExtension": {
|
||||||
|
"background": "cs"
|
||||||
|
},
|
||||||
"SearchOption": {
|
"SearchOption": {
|
||||||
"selectedBackground": "table"
|
"selectedBackground": "table",
|
||||||
|
"selectedPressedBackground": "hl",
|
||||||
|
"selectedHoveredBackground": "hl"
|
||||||
},
|
},
|
||||||
"SearchResults": {
|
"SearchResults": {
|
||||||
"Ordinal.File.Foreground": "text",
|
"Ordinal.File.Foreground": "text",
|
||||||
@@ -1056,12 +1218,12 @@
|
|||||||
"SpeedSearch": {
|
"SpeedSearch": {
|
||||||
"background": "hl",
|
"background": "hl",
|
||||||
"borderColor": "border",
|
"borderColor": "border",
|
||||||
"errorForeground": "fg",
|
"errorForeground": "red",
|
||||||
"foreground": "fg"
|
"foreground": "fg"
|
||||||
},
|
},
|
||||||
"Spinner": {
|
"Spinner": {
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"border": "3,3,3,3",
|
"border": "4,4,4,4",
|
||||||
"disabledBackground": "excl",
|
"disabledBackground": "excl",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"selectionForeground": "activeFg"
|
"selectionForeground": "activeFg"
|
||||||
@@ -1077,15 +1239,17 @@
|
|||||||
"Breadcrumbs": {
|
"Breadcrumbs": {
|
||||||
"floatingBackground": "tree",
|
"floatingBackground": "tree",
|
||||||
"floatingForeground": "fg",
|
"floatingForeground": "fg",
|
||||||
|
"floatingToolbarInsets": "8,12,8,12",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"hoverBackground": "tree",
|
"hoverBackground": "tree",
|
||||||
"hoverForeground": "fg",
|
"hoverForeground": "fg",
|
||||||
|
"itemBackgroundInsets": "2,4,2,4",
|
||||||
"selectionBackground": "selBg",
|
"selectionBackground": "selBg",
|
||||||
"selectionForeground": "activeFg",
|
"selectionForeground": "activeFg",
|
||||||
"selectionInactiveBackground": "button",
|
"selectionInactiveBackground": "button",
|
||||||
"selectionInactiveForeground": "fg"
|
"selectionInactiveForeground": "fg"
|
||||||
},
|
},
|
||||||
"borderColor": "bg",
|
"borderColor": "border",
|
||||||
"bottomColor": "bg",
|
"bottomColor": "bg",
|
||||||
"hoverBackground": "hl",
|
"hoverBackground": "hl",
|
||||||
"top2Color": "bg",
|
"top2Color": "bg",
|
||||||
@@ -1096,7 +1260,8 @@
|
|||||||
"hoverBackground": "hl",
|
"hoverBackground": "hl",
|
||||||
"hoverForeground": "selFg",
|
"hoverForeground": "selFg",
|
||||||
"pressedBackground": "button",
|
"pressedBackground": "button",
|
||||||
"pressedForeground": "fg"
|
"pressedForeground": "fg",
|
||||||
|
"widgetInsets": "8,12,8,12"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"TabbedPane": {
|
"TabbedPane": {
|
||||||
@@ -1126,6 +1291,7 @@
|
|||||||
"shadow": "hc",
|
"shadow": "hc",
|
||||||
"tabHeight": 32,
|
"tabHeight": 32,
|
||||||
"tabInsets": "5,10,5,10",
|
"tabInsets": "5,10,5,10",
|
||||||
|
"tabSelectionArc": 4,
|
||||||
"tabSelectionHeight": 2,
|
"tabSelectionHeight": 2,
|
||||||
"tabsOverlapBorder": true,
|
"tabsOverlapBorder": true,
|
||||||
"underlineColor": "accent"
|
"underlineColor": "accent"
|
||||||
@@ -1134,13 +1300,13 @@
|
|||||||
"Table": {
|
"Table": {
|
||||||
"alternativeRowBackground": "cs",
|
"alternativeRowBackground": "cs",
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"cellNoFocusBorder": "10,5,10,5",
|
"cellNoFocusBorder": "16,4,16,4",
|
||||||
"disabledForeground": "dis",
|
"disabledForeground": "dis",
|
||||||
"dropLineColor": "accent",
|
"dropLineColor": "accent",
|
||||||
"dropLineShortColor": "accent",
|
"dropLineShortColor": "accent",
|
||||||
"focusCellBackground": "table",
|
"focusCellBackground": "table",
|
||||||
"focusCellForeground": "activeFg",
|
"focusCellForeground": "activeFg",
|
||||||
"focusCellHighlightBorder": "10,5,10,5",
|
"focusCellHighlightBorder": "18,6,18,6",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"gridColor": "bg",
|
"gridColor": "bg",
|
||||||
"highlightOuter": "table",
|
"highlightOuter": "table",
|
||||||
@@ -1150,6 +1316,7 @@
|
|||||||
"lightSelectionForeground": "activeFg",
|
"lightSelectionForeground": "activeFg",
|
||||||
"lightSelectionInactiveBackground": "second",
|
"lightSelectionInactiveBackground": "second",
|
||||||
"lightSelectionInactiveForeground": "text",
|
"lightSelectionInactiveForeground": "text",
|
||||||
|
"rowHeight": 32,
|
||||||
"selectionBackground": "table",
|
"selectionBackground": "table",
|
||||||
"selectionForeground": "activeFg",
|
"selectionForeground": "activeFg",
|
||||||
"selectionInactiveBackground": "table",
|
"selectionInactiveBackground": "table",
|
||||||
@@ -1160,14 +1327,14 @@
|
|||||||
},
|
},
|
||||||
"TableHeader": {
|
"TableHeader": {
|
||||||
"background": "button",
|
"background": "button",
|
||||||
|
"bottomSeparatorColor": "border",
|
||||||
"borderColor": "hl",
|
"borderColor": "hl",
|
||||||
"bottomSeparatorColor": "hl",
|
"cellBorder": "6,0,6,0",
|
||||||
"cellBorder": "4,0,4,0",
|
|
||||||
"disabledForeground": "dis",
|
"disabledForeground": "dis",
|
||||||
"focusCellBackground": "table",
|
"focusCellBackground": "table",
|
||||||
"focusCellForeground": "activeFg",
|
"focusCellForeground": "activeFg",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"height": 25,
|
"height": 32,
|
||||||
"hoverBackground": "hl",
|
"hoverBackground": "hl",
|
||||||
"separatorColor": "border"
|
"separatorColor": "border"
|
||||||
},
|
},
|
||||||
@@ -1182,7 +1349,7 @@
|
|||||||
"textHighlightText": "activeFg",
|
"textHighlightText": "activeFg",
|
||||||
"textText": "text",
|
"textText": "text",
|
||||||
"TextArea": {
|
"TextArea": {
|
||||||
"background": "hc",
|
"background": "cs",
|
||||||
"caretForeground": "accent",
|
"caretForeground": "accent",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"inactiveForeground": "dis",
|
"inactiveForeground": "dis",
|
||||||
@@ -1190,7 +1357,7 @@
|
|||||||
"selectionForeground": "activeFg"
|
"selectionForeground": "activeFg"
|
||||||
},
|
},
|
||||||
"TextField": {
|
"TextField": {
|
||||||
"background": "hc",
|
"background": "cs",
|
||||||
"borderColor": "bg",
|
"borderColor": "bg",
|
||||||
"caretForeground": "accent",
|
"caretForeground": "accent",
|
||||||
"disabledBackground": "excl",
|
"disabledBackground": "excl",
|
||||||
@@ -1205,15 +1372,21 @@
|
|||||||
"separatorColorDisabled": "bg"
|
"separatorColorDisabled": "bg"
|
||||||
},
|
},
|
||||||
"TextPane": {
|
"TextPane": {
|
||||||
"background": "hc",
|
"background": "cs",
|
||||||
"caretForeground": "accent",
|
"caretForeground": "accent",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"inactiveForeground": "dis",
|
"inactiveForeground": "dis",
|
||||||
"selectionBackground": "table",
|
"selectionBackground": "table",
|
||||||
"selectionForeground": "activeFg"
|
"selectionForeground": "activeFg"
|
||||||
},
|
},
|
||||||
|
"TipOfTheDay": {
|
||||||
|
"Image.borderColor": "border"
|
||||||
|
},
|
||||||
"TitlePane": {
|
"TitlePane": {
|
||||||
"Button.hoverBackground": "hl",
|
"Button": {
|
||||||
|
"hoverBackground": "hl",
|
||||||
|
"preferredSize": "48,40"
|
||||||
|
},
|
||||||
"background": "hc",
|
"background": "hc",
|
||||||
"inactiveBackground": "bg",
|
"inactiveBackground": "bg",
|
||||||
"inactiveInfoForeground": "dis",
|
"inactiveInfoForeground": "dis",
|
||||||
@@ -1240,7 +1413,9 @@
|
|||||||
"borderHandleColor": "text",
|
"borderHandleColor": "text",
|
||||||
"comboBoxButtonBackground": "button",
|
"comboBoxButtonBackground": "button",
|
||||||
"floatingForeground": "text",
|
"floatingForeground": "text",
|
||||||
"foreground": "fg"
|
"foreground": "fg",
|
||||||
|
"verticalToolbarInsets": "6,6,6,6",
|
||||||
|
"horizontalToolbarInsets": "6,6,6,6"
|
||||||
},
|
},
|
||||||
"ToolbarComboWidget": {
|
"ToolbarComboWidget": {
|
||||||
"background": "button",
|
"background": "button",
|
||||||
@@ -1252,6 +1427,7 @@
|
|||||||
"description.title.text.color": "fg"
|
"description.title.text.color": "fg"
|
||||||
},
|
},
|
||||||
"ToolTip": {
|
"ToolTip": {
|
||||||
|
"arc": 6,
|
||||||
"actions": {
|
"actions": {
|
||||||
"background": "bg"
|
"background": "bg"
|
||||||
},
|
},
|
||||||
@@ -1262,8 +1438,10 @@
|
|||||||
},
|
},
|
||||||
"background": "notif",
|
"background": "notif",
|
||||||
"borderColor": "border",
|
"borderColor": "border",
|
||||||
|
"borderCornerRadius": 8,
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"infoForeground": "text",
|
"infoForeground": "text",
|
||||||
|
"linkForeground": "accent",
|
||||||
"Learning": {
|
"Learning": {
|
||||||
"background": "accent",
|
"background": "accent",
|
||||||
"borderColor": "accent",
|
"borderColor": "accent",
|
||||||
@@ -1284,6 +1462,10 @@
|
|||||||
"background": "hc",
|
"background": "hc",
|
||||||
"Button": {
|
"Button": {
|
||||||
"hoverBackground": "table",
|
"hoverBackground": "table",
|
||||||
|
"DragAndDrop": {
|
||||||
|
"stripeBackground": "cs",
|
||||||
|
"buttonDropBackground": "accent70"
|
||||||
|
},
|
||||||
"selectedBackground": "cs",
|
"selectedBackground": "cs",
|
||||||
"selectedForeground": "activeFg"
|
"selectedForeground": "activeFg"
|
||||||
},
|
},
|
||||||
@@ -1296,6 +1478,7 @@
|
|||||||
"tab.selected.background": "cs"
|
"tab.selected.background": "cs"
|
||||||
},
|
},
|
||||||
"Header": {
|
"Header": {
|
||||||
|
"height": 42,
|
||||||
"background": "second",
|
"background": "second",
|
||||||
"borderColor": "second",
|
"borderColor": "second",
|
||||||
"inactiveBackground": "bg"
|
"inactiveBackground": "bg"
|
||||||
@@ -1308,13 +1491,17 @@
|
|||||||
"hoverBackground": "hl",
|
"hoverBackground": "hl",
|
||||||
"hoverInactiveBackground": "hl",
|
"hoverInactiveBackground": "hl",
|
||||||
"inactiveUnderlineColor": "accent",
|
"inactiveUnderlineColor": "accent",
|
||||||
|
"leftRightInsets": "0,12,0,12",
|
||||||
"selectedBackground": "cs",
|
"selectedBackground": "cs",
|
||||||
"selectedInactiveBackground": "cs",
|
"selectedInactiveBackground": "cs",
|
||||||
|
"underlineArc": 4,
|
||||||
"underlineColor": "accent",
|
"underlineColor": "accent",
|
||||||
|
"underlineHeight": 3,
|
||||||
"underlinedTabBackground": "table",
|
"underlinedTabBackground": "table",
|
||||||
"underlinedTabForeground": "selFg",
|
"underlinedTabForeground": "selFg",
|
||||||
"underlinedTabInactiveBackground": "hc",
|
"underlinedTabInactiveBackground": "hc",
|
||||||
"underlinedTabInactiveForeground": "fg"
|
"underlinedTabInactiveForeground": "fg",
|
||||||
|
"verticalPadding": 6
|
||||||
},
|
},
|
||||||
"inactive": {
|
"inactive": {
|
||||||
"Header.background": "bg",
|
"Header.background": "bg",
|
||||||
@@ -1322,13 +1509,15 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"Tree": {
|
"Tree": {
|
||||||
|
"border": "4,12,4,12",
|
||||||
"background": "hc",
|
"background": "hc",
|
||||||
"foreground": "text",
|
"foreground": "text",
|
||||||
|
"errorForeground": "red",
|
||||||
"hash": "border",
|
"hash": "border",
|
||||||
"hoverBackground": "tree",
|
"hoverBackground": "tree",
|
||||||
"hoverInactiveBackground": "table",
|
"hoverInactiveBackground": "table",
|
||||||
"modifiedItemForeground": "accent",
|
"modifiedItemForeground": "accent",
|
||||||
"rowHeight": 28,
|
"rowHeight": "28",
|
||||||
"selectionBackground": "tree",
|
"selectionBackground": "tree",
|
||||||
"selectionForeground": "selFg",
|
"selectionForeground": "selFg",
|
||||||
"selectionInactiveBackground": "tree",
|
"selectionInactiveBackground": "tree",
|
||||||
@@ -1355,7 +1544,6 @@
|
|||||||
"hoverBorderColor": "hl"
|
"hoverBorderColor": "hl"
|
||||||
},
|
},
|
||||||
"Label.foreground": "text",
|
"Label.foreground": "text",
|
||||||
"List.selectionBackground": "tree",
|
|
||||||
"highStroke.foreground": "fg",
|
"highStroke.foreground": "fg",
|
||||||
"motion": {
|
"motion": {
|
||||||
"AddConstraintColor": "accent",
|
"AddConstraintColor": "accent",
|
||||||
@@ -1392,6 +1580,35 @@
|
|||||||
"ourML_BarColor.separatorColor": "border",
|
"ourML_BarColor.separatorColor": "border",
|
||||||
"timeLine.disabledBorderColor": "border"
|
"timeLine.disabledBorderColor": "border"
|
||||||
},
|
},
|
||||||
|
"PackageDetails": {
|
||||||
|
"border": "accent",
|
||||||
|
"infoBanner": "accent"
|
||||||
|
},
|
||||||
|
"PackageSearch": {
|
||||||
|
"PackagesList.rowHeight": 28,
|
||||||
|
"PackageTag": {
|
||||||
|
"background": "excl",
|
||||||
|
"foreground": "fg",
|
||||||
|
"hoverBackground": "tree",
|
||||||
|
"selectedBackground": "selBg",
|
||||||
|
"selectedForeground": "selFg"
|
||||||
|
},
|
||||||
|
"PackageTagSelected": {
|
||||||
|
"background": "selBg",
|
||||||
|
"foreground": "selFg"
|
||||||
|
},
|
||||||
|
"SearchResult": {
|
||||||
|
"background": "cs",
|
||||||
|
"hoverBackground": "tree",
|
||||||
|
"PackageTag": {
|
||||||
|
"background": "excl",
|
||||||
|
"foreground": "fg",
|
||||||
|
"hoverBackground": "tree",
|
||||||
|
"selectedBackground": "selBg",
|
||||||
|
"selectedForeground": "selFg"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"Panel": {
|
"Panel": {
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"borderColor": "border",
|
"borderColor": "border",
|
||||||
@@ -1418,7 +1635,7 @@
|
|||||||
},
|
},
|
||||||
"VersionControl": {
|
"VersionControl": {
|
||||||
"FileHistory.Commit": {
|
"FileHistory.Commit": {
|
||||||
"otherBranchBackground": "bg",
|
"otherBranchBackground": "excl",
|
||||||
"selectedBranchBackground": "bg"
|
"selectedBranchBackground": "bg"
|
||||||
},
|
},
|
||||||
"GitCommits": {
|
"GitCommits": {
|
||||||
@@ -1443,9 +1660,15 @@
|
|||||||
"Commit": {
|
"Commit": {
|
||||||
"currentBranchBackground": "cs",
|
"currentBranchBackground": "cs",
|
||||||
"hoveredBackground": "tree",
|
"hoveredBackground": "tree",
|
||||||
|
"rowHeight": 28,
|
||||||
"unmatchedForeground": "text"
|
"unmatchedForeground": "text"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"MarkerPopup": {
|
||||||
|
"borderColor": "border",
|
||||||
|
"borderInsets": "6,8,6,10",
|
||||||
|
"Toolbar.background": "hl"
|
||||||
|
},
|
||||||
"Ref": {
|
"Ref": {
|
||||||
"backgroundBase": "hl",
|
"backgroundBase": "hl",
|
||||||
"foreground": "activeFg"
|
"foreground": "activeFg"
|
||||||
@@ -1455,6 +1678,11 @@
|
|||||||
"foreground": "activeFg"
|
"foreground": "activeFg"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"UnattendedHostStatus": {
|
||||||
|
"warningBackground": "yellow",
|
||||||
|
"warningForeground": "activeFg",
|
||||||
|
"dangerBackground": "red"
|
||||||
|
},
|
||||||
"Viewport": {
|
"Viewport": {
|
||||||
"background": "hc",
|
"background": "hc",
|
||||||
"foreground": "fg"
|
"foreground": "fg"
|
||||||
|
|||||||
@@ -22,7 +22,7 @@
|
|||||||
"cs": "#010e1a",
|
"cs": "#010e1a",
|
||||||
"button": "#0b253a",
|
"button": "#0b253a",
|
||||||
"table": "#13344f",
|
"table": "#13344f",
|
||||||
"tree": "#13344f50",
|
"tree": "#13344f",
|
||||||
"hl": "#084d81",
|
"hl": "#084d81",
|
||||||
"notif": "#01111d",
|
"notif": "#01111d",
|
||||||
"hc": "#010e1a",
|
"hc": "#010e1a",
|
||||||
@@ -73,6 +73,10 @@
|
|||||||
"pressedBackground": "accent50",
|
"pressedBackground": "accent50",
|
||||||
"pressedBorderColor": "accent50"
|
"pressedBorderColor": "accent50"
|
||||||
},
|
},
|
||||||
|
"ActionsList": {
|
||||||
|
"icon.gap": 12,
|
||||||
|
"mnemonic.icon.gap": 12
|
||||||
|
},
|
||||||
"ActionToolbar": {
|
"ActionToolbar": {
|
||||||
"background": "hc"
|
"background": "hc"
|
||||||
},
|
},
|
||||||
@@ -127,8 +131,9 @@
|
|||||||
"BookmarkIcon.background": "accent",
|
"BookmarkIcon.background": "accent",
|
||||||
"Borders.ContrastBorderColor": "bg",
|
"Borders.ContrastBorderColor": "bg",
|
||||||
"Borders.color": "border",
|
"Borders.color": "border",
|
||||||
|
"Breakpoint.iconHoverAlpha": 0.35,
|
||||||
"Button": {
|
"Button": {
|
||||||
"arc": 0,
|
"arc": 8,
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"darcula": {
|
"darcula": {
|
||||||
"borderColor": "button",
|
"borderColor": "button",
|
||||||
@@ -181,7 +186,10 @@
|
|||||||
"shadowColor": "shadow",
|
"shadowColor": "shadow",
|
||||||
"shadowWidth": 0,
|
"shadowWidth": 0,
|
||||||
"startBackground": "table",
|
"startBackground": "table",
|
||||||
"startBorderColor": "button"
|
"startBorderColor": "button",
|
||||||
|
"ToolWindow": {
|
||||||
|
"arc": 40
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"Canvas": {
|
"Canvas": {
|
||||||
"Tooltip.background": "notif",
|
"Tooltip.background": "notif",
|
||||||
@@ -256,6 +264,32 @@
|
|||||||
"accessDot": "accent",
|
"accessDot": "accent",
|
||||||
"dropdownBorder": "second",
|
"dropdownBorder": "second",
|
||||||
"pillBackground": "second"
|
"pillBackground": "second"
|
||||||
|
},
|
||||||
|
"Users": {
|
||||||
|
"1": {
|
||||||
|
"Background": "green",
|
||||||
|
"Foreground": "fg"
|
||||||
|
},
|
||||||
|
"2": {
|
||||||
|
"Background": "blue",
|
||||||
|
"Foreground": "fg"
|
||||||
|
},
|
||||||
|
"3": {
|
||||||
|
"Background": "red",
|
||||||
|
"Foreground": "fg"
|
||||||
|
},
|
||||||
|
"4": {
|
||||||
|
"Background": "purple",
|
||||||
|
"Foreground": "fg"
|
||||||
|
},
|
||||||
|
"5": {
|
||||||
|
"Background": "yellow",
|
||||||
|
"Foreground": "fg"
|
||||||
|
},
|
||||||
|
"6": {
|
||||||
|
"Background": "orange",
|
||||||
|
"Foreground": "fg"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"ColorChooser": {
|
"ColorChooser": {
|
||||||
@@ -293,7 +327,13 @@
|
|||||||
"selectionBackground": "table",
|
"selectionBackground": "table",
|
||||||
"selectionForeground": "activeFg"
|
"selectionForeground": "activeFg"
|
||||||
},
|
},
|
||||||
|
"ComboPopup.border": "1,1,1,1,#7e57c2",
|
||||||
"CompletionPopup": {
|
"CompletionPopup": {
|
||||||
|
"Advertiser": {
|
||||||
|
"background": "bg",
|
||||||
|
"foreground": "fg",
|
||||||
|
"borderInsets": "8,12,8,12"
|
||||||
|
},
|
||||||
"background": "second",
|
"background": "second",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"grayForeground": "text",
|
"grayForeground": "text",
|
||||||
@@ -313,8 +353,12 @@
|
|||||||
"selectionInactiveInfoForeground": "text",
|
"selectionInactiveInfoForeground": "text",
|
||||||
"selectionInfoForeground": "selFg"
|
"selectionInfoForeground": "selFg"
|
||||||
},
|
},
|
||||||
|
"ComplexPopup": {
|
||||||
|
"Header.background": "notif"
|
||||||
|
},
|
||||||
"Component": {
|
"Component": {
|
||||||
"arc": 4,
|
"arc": 4,
|
||||||
|
"focusWidth": 2,
|
||||||
"borderColor": "hl",
|
"borderColor": "hl",
|
||||||
"disabledBorderColor": "dis",
|
"disabledBorderColor": "dis",
|
||||||
"focusColor": "accent",
|
"focusColor": "accent",
|
||||||
@@ -351,6 +395,7 @@
|
|||||||
},
|
},
|
||||||
"desktop": "hc",
|
"desktop": "hc",
|
||||||
"Debugger": {
|
"Debugger": {
|
||||||
|
"EvaluateExpression.background": "bg",
|
||||||
"Variables": {
|
"Variables": {
|
||||||
"changedValueForeground": "accent",
|
"changedValueForeground": "accent",
|
||||||
"collectingDataForeground": "text",
|
"collectingDataForeground": "text",
|
||||||
@@ -358,13 +403,15 @@
|
|||||||
"evaluatingExpressionForeground": "text",
|
"evaluatingExpressionForeground": "text",
|
||||||
"exceptionForeground": "yellow",
|
"exceptionForeground": "yellow",
|
||||||
"modifyingValueForeground": "accent",
|
"modifyingValueForeground": "accent",
|
||||||
"valueForeground": "accent"
|
"valueForeground": "accent",
|
||||||
|
"typeForeground": "text"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"DebuggerTabs": {
|
"DebuggerTabs": {
|
||||||
"active.background": "hl",
|
"active.background": "hl",
|
||||||
"selectedBackground": "hl",
|
"selectedBackground": "hl",
|
||||||
"underlinedTabBackground": "table"
|
"underlinedTabBackground": "table",
|
||||||
|
"underlineHeight": 2
|
||||||
},
|
},
|
||||||
"DebuggerPopup": {
|
"DebuggerPopup": {
|
||||||
"borderColor": "bg"
|
"borderColor": "bg"
|
||||||
@@ -380,6 +427,7 @@
|
|||||||
"inactiveMaskColor": "hc",
|
"inactiveMaskColor": "hc",
|
||||||
"inactiveUnderlineColor": "accent",
|
"inactiveUnderlineColor": "accent",
|
||||||
"underlineColor": "accent",
|
"underlineColor": "accent",
|
||||||
|
"underlineHeight": 3,
|
||||||
"underlinedTabBackground": "table",
|
"underlinedTabBackground": "table",
|
||||||
"underlinedTabForeground": "selFg"
|
"underlinedTabForeground": "selFg"
|
||||||
},
|
},
|
||||||
@@ -398,13 +446,21 @@
|
|||||||
"backgroundBorderColor": "bg",
|
"backgroundBorderColor": "bg",
|
||||||
"backgroundColor": "bg",
|
"backgroundColor": "bg",
|
||||||
"borderColor": "accent",
|
"borderColor": "accent",
|
||||||
"foregroundColor": "fg"
|
"foregroundColor": "fg",
|
||||||
|
"rowBackground": "accent70"
|
||||||
},
|
},
|
||||||
"dropArea.base": "accent",
|
"dropArea.base": "accent",
|
||||||
"Editor": {
|
"Editor": {
|
||||||
"background": "hc",
|
"background": "hc",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"shortcutForeground": "text"
|
"shortcutForeground": "text",
|
||||||
|
"SearchField": {
|
||||||
|
"background": "cs",
|
||||||
|
"borderInsets": "8,12,8,12"
|
||||||
|
},
|
||||||
|
"Toolbar": {
|
||||||
|
"borderColor": "border"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"EditorGroupsTabs": {
|
"EditorGroupsTabs": {
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
@@ -423,7 +479,8 @@
|
|||||||
"inactiveBackground": "bg",
|
"inactiveBackground": "bg",
|
||||||
"inactiveForeground": "dis",
|
"inactiveForeground": "dis",
|
||||||
"selectionBackground": "selBg",
|
"selectionBackground": "selBg",
|
||||||
"selectionForeground": "activeFg"
|
"selectionForeground": "activeFg",
|
||||||
|
"splitBorder": "border"
|
||||||
},
|
},
|
||||||
"EditorTabs": {
|
"EditorTabs": {
|
||||||
"active.background": "table",
|
"active.background": "table",
|
||||||
@@ -441,7 +498,10 @@
|
|||||||
"inactiveUnderlineColor": "dis",
|
"inactiveUnderlineColor": "dis",
|
||||||
"selectedBackground": "table",
|
"selectedBackground": "table",
|
||||||
"selectedForeground": "fg",
|
"selectedForeground": "fg",
|
||||||
|
"tabInsets": "-10,10,-10,10",
|
||||||
"underlineColor": "accent",
|
"underlineColor": "accent",
|
||||||
|
"underlineHeight": 3,
|
||||||
|
"underlineArc": 4,
|
||||||
"underlinedTabBackground": "table",
|
"underlinedTabBackground": "table",
|
||||||
"underlinedTabForeground": "selFg"
|
"underlinedTabForeground": "selFg"
|
||||||
},
|
},
|
||||||
@@ -472,7 +532,7 @@
|
|||||||
"defaultButtonBorderColor": "accent"
|
"defaultButtonBorderColor": "accent"
|
||||||
},
|
},
|
||||||
"FormattedTextField": {
|
"FormattedTextField": {
|
||||||
"background": "hc",
|
"background": "cs",
|
||||||
"caretForeground": "accent",
|
"caretForeground": "accent",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"inactiveBackground": "button",
|
"inactiveBackground": "button",
|
||||||
@@ -509,6 +569,9 @@
|
|||||||
"disabledSeparatorColor": "border",
|
"disabledSeparatorColor": "border",
|
||||||
"separatorColor": "border"
|
"separatorColor": "border"
|
||||||
},
|
},
|
||||||
|
"Gutter": {
|
||||||
|
"VcsChanges.width": 4
|
||||||
|
},
|
||||||
"GutterTooltip": {
|
"GutterTooltip": {
|
||||||
"borderColor": "bg",
|
"borderColor": "bg",
|
||||||
"infoForeground": "text",
|
"infoForeground": "text",
|
||||||
@@ -522,11 +585,14 @@
|
|||||||
"background": "bg",
|
"background": "bg",
|
||||||
"backgroundColor": "bg",
|
"backgroundColor": "bg",
|
||||||
"borderColor": "border",
|
"borderColor": "border",
|
||||||
|
"defaultTextBorderInsets": "16,16,16,16",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"infoForeground": "text",
|
"infoForeground": "text",
|
||||||
"shortcutForeground": "text",
|
"shortcutForeground": "text",
|
||||||
"shortcutTextColor": "text",
|
"shortcutTextColor": "text",
|
||||||
"textColor": "fg"
|
"smallTextBorderInsets": "8,12,8,12",
|
||||||
|
"textColor": "fg",
|
||||||
|
"verticalGap": 8
|
||||||
},
|
},
|
||||||
"Hg.Log.Ref": {
|
"Hg.Log.Ref": {
|
||||||
"Branch": "accent",
|
"Branch": "accent",
|
||||||
@@ -594,6 +660,7 @@
|
|||||||
"link": "accent",
|
"link": "accent",
|
||||||
"Link": {
|
"Link": {
|
||||||
"activeForeground": "accent",
|
"activeForeground": "accent",
|
||||||
|
"focusedBorderColor": "accent",
|
||||||
"hoverForeground": "accent",
|
"hoverForeground": "accent",
|
||||||
"pressedForeground": "accent",
|
"pressedForeground": "accent",
|
||||||
"secondaryForeground": "text",
|
"secondaryForeground": "text",
|
||||||
@@ -605,27 +672,61 @@
|
|||||||
"link.visited.foreground": "accent",
|
"link.visited.foreground": "accent",
|
||||||
"List": {
|
"List": {
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
|
"Button": {
|
||||||
|
"hoverBackground": "hl",
|
||||||
|
"leftRightInset": 8,
|
||||||
|
"separatorColor": "border",
|
||||||
|
"separatorInset": 4
|
||||||
|
},
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"hoverBackground": "hl",
|
"hoverBackground": "hl",
|
||||||
"hoverInactiveBackground": "table",
|
"hoverInactiveBackground": "table",
|
||||||
|
"Line.hoverBackground": "selBg",
|
||||||
|
"rowHeight": "28",
|
||||||
|
"selectionBackground": "tree",
|
||||||
"selectionForeground": "selFg",
|
"selectionForeground": "selFg",
|
||||||
"selectionInactiveBackground": "table",
|
"selectionInactiveBackground": "table",
|
||||||
"selectionInactiveForeground": "activeFg"
|
"selectionInactiveForeground": "activeFg",
|
||||||
|
"Tag": {
|
||||||
|
"background": "button",
|
||||||
|
"foreground": "fg"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"LiveIndicator": {
|
"LiveIndicator": {
|
||||||
"color": "accent"
|
"color": "accent"
|
||||||
},
|
},
|
||||||
|
"macOSWindow.Title": {
|
||||||
|
"height": 30,
|
||||||
|
"heightSmall": 20
|
||||||
|
},
|
||||||
|
"MainMenu": {
|
||||||
|
"background": "hc",
|
||||||
|
"foreground": "fg",
|
||||||
|
"selectionForeground": "activeFg",
|
||||||
|
"selectionBackground": "selBg"
|
||||||
|
},
|
||||||
"MainToolbar": {
|
"MainToolbar": {
|
||||||
"Dropdown.background": "bg",
|
|
||||||
"Dropdown.hoverBackground": "border",
|
|
||||||
"Dropdown.pressedBackground": "table",
|
|
||||||
"Icon.background": "bg",
|
|
||||||
"Icon.hoverBackground": "border",
|
|
||||||
"Icon.pressedBackground": "table",
|
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"hoverBackground": "border",
|
"Button": {
|
||||||
|
"buttonInsets": "0,0,0,0"
|
||||||
|
},
|
||||||
|
"Dropdown": {
|
||||||
|
"borderInsets": "6,12,6,12",
|
||||||
|
"background": "bg",
|
||||||
|
"foreground": "fg",
|
||||||
|
"hoverBackground": "hl",
|
||||||
|
"pressedBackground": "table"
|
||||||
|
},
|
||||||
|
"hoverBackground": "hl",
|
||||||
|
"Icon": {
|
||||||
|
"borderInsets": "10,10,10,10",
|
||||||
|
"background": "bg",
|
||||||
|
"hoverBackground": "hl",
|
||||||
|
"pressedBackground": "table"
|
||||||
|
},
|
||||||
"inactiveBackground": "bg",
|
"inactiveBackground": "bg",
|
||||||
"pressedBackground": "table"
|
"pressedBackground": "table",
|
||||||
|
"separatorColor": "border"
|
||||||
},
|
},
|
||||||
"material": {
|
"material": {
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
@@ -652,11 +753,15 @@
|
|||||||
"acceleratorForeground": "text",
|
"acceleratorForeground": "text",
|
||||||
"acceleratorSelectionForeground": "activeFg",
|
"acceleratorSelectionForeground": "activeFg",
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"border": "4,2,4,2",
|
"border": "8,8,8,8",
|
||||||
"borderColor": "second",
|
"borderColor": "second",
|
||||||
"disabledBackground": "second",
|
"disabledBackground": "second",
|
||||||
"disabledForeground": "dis",
|
"disabledForeground": "dis",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
|
"Selection": {
|
||||||
|
"arc": 8,
|
||||||
|
"innerInsets": "8,2,8,2"
|
||||||
|
},
|
||||||
"selectionBackground": "selBg",
|
"selectionBackground": "selBg",
|
||||||
"selectionForeground": "activeFg",
|
"selectionForeground": "activeFg",
|
||||||
"separatorColor": "border"
|
"separatorColor": "border"
|
||||||
@@ -676,7 +781,7 @@
|
|||||||
"acceleratorForeground": "text",
|
"acceleratorForeground": "text",
|
||||||
"acceleratorSelectionForeground": "activeFg",
|
"acceleratorSelectionForeground": "activeFg",
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"border": "4,2,4,2",
|
"border": "8,8,8,8",
|
||||||
"disabledBackground": "bg",
|
"disabledBackground": "bg",
|
||||||
"disabledForeground": "dis",
|
"disabledForeground": "dis",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
@@ -699,11 +804,13 @@
|
|||||||
"background": "bg"
|
"background": "bg"
|
||||||
},
|
},
|
||||||
"SearchField": {
|
"SearchField": {
|
||||||
"background": "hc"
|
"background": "cs"
|
||||||
}
|
},
|
||||||
|
"separatorWidth": 6
|
||||||
},
|
},
|
||||||
"NewPSD.warning": "accent",
|
"NewPSD.warning": "accent",
|
||||||
"Notification": {
|
"Notification": {
|
||||||
|
"arc": 16,
|
||||||
"Error.foreground": "accent",
|
"Error.foreground": "accent",
|
||||||
"Link.foreground": "accent",
|
"Link.foreground": "accent",
|
||||||
"background": "notif",
|
"background": "notif",
|
||||||
@@ -719,12 +826,18 @@
|
|||||||
"innerBorderColor": "button"
|
"innerBorderColor": "button"
|
||||||
},
|
},
|
||||||
"ToolWindow": {
|
"ToolWindow": {
|
||||||
|
"Button.DragAndDrop": {
|
||||||
|
"buttonFloatingBackground": "button",
|
||||||
|
"stripeBackground": "bg"
|
||||||
|
},
|
||||||
"errorBackground": "notifError",
|
"errorBackground": "notifError",
|
||||||
"errorBorderColor": "notifError",
|
"errorBorderColor": "notifError",
|
||||||
"errorForeground": "fg",
|
"errorForeground": "fg",
|
||||||
|
"infoBackground": "notif",
|
||||||
|
"infoBorderColor": "notif",
|
||||||
"infoForeground": "fg",
|
"infoForeground": "fg",
|
||||||
"informativeBackground": "notifInfo",
|
"informativeBackground": "notif",
|
||||||
"informativeBorderColor": "notifInfo",
|
"informativeBorderColor": "notif",
|
||||||
"informativeForeground": "fg",
|
"informativeForeground": "fg",
|
||||||
"warningBackground": "notifWarn",
|
"warningBackground": "notifWarn",
|
||||||
"warningBorderColor": "notifWarn",
|
"warningBorderColor": "notifWarn",
|
||||||
@@ -736,7 +849,8 @@
|
|||||||
},
|
},
|
||||||
"ToolWindowInfo": {
|
"ToolWindowInfo": {
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"background": "notifInfo"
|
"background": "notif",
|
||||||
|
"borderColor": "notif"
|
||||||
},
|
},
|
||||||
"ToolWindowWarning": {
|
"ToolWindowWarning": {
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
@@ -786,7 +900,7 @@
|
|||||||
"lineSeparatorColor": "table"
|
"lineSeparatorColor": "table"
|
||||||
},
|
},
|
||||||
"PasswordField": {
|
"PasswordField": {
|
||||||
"background": "hc",
|
"background": "cs",
|
||||||
"capsLockIconColor": "accent",
|
"capsLockIconColor": "accent",
|
||||||
"caretForeground": "accent",
|
"caretForeground": "accent",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
@@ -796,6 +910,7 @@
|
|||||||
},
|
},
|
||||||
"Plugins": {
|
"Plugins": {
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
|
"borderColor": "border",
|
||||||
"disabledForeground": "dis",
|
"disabledForeground": "dis",
|
||||||
"eapTagBackground": "hl",
|
"eapTagBackground": "hl",
|
||||||
"hoverBackground": "hl",
|
"hoverBackground": "hl",
|
||||||
@@ -817,8 +932,11 @@
|
|||||||
"updateBorderColor": "button",
|
"updateBorderColor": "button",
|
||||||
"updateForeground": "fg"
|
"updateForeground": "fg"
|
||||||
},
|
},
|
||||||
|
"ScreenshotPagination": {
|
||||||
|
"CurrentImage.fillColor": "accent"
|
||||||
|
},
|
||||||
"SearchField": {
|
"SearchField": {
|
||||||
"background": "hc",
|
"background": "cs",
|
||||||
"borderColor": "border"
|
"borderColor": "border"
|
||||||
},
|
},
|
||||||
"SectionHeader": {
|
"SectionHeader": {
|
||||||
@@ -836,27 +954,38 @@
|
|||||||
},
|
},
|
||||||
"Popup": {
|
"Popup": {
|
||||||
"Advertiser": {
|
"Advertiser": {
|
||||||
|
"borderInsets": "6,20,6,20",
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"borderColor": "bg",
|
"borderColor": "bg",
|
||||||
"foreground": "accent"
|
"foreground": "accent"
|
||||||
},
|
},
|
||||||
|
"Body": {
|
||||||
|
"bottomInsetNoAd": 8,
|
||||||
|
"bottomInsetBeforeAd": 8,
|
||||||
|
"topInsetNoHeader": 8
|
||||||
|
},
|
||||||
"Border": {
|
"Border": {
|
||||||
"color": "cs",
|
"color": "cs",
|
||||||
"inactiveColor": "bg"
|
"inactiveColor": "bg"
|
||||||
},
|
},
|
||||||
|
"background": "notif",
|
||||||
"borderColor": "cs",
|
"borderColor": "cs",
|
||||||
|
"borderWidth": 0,
|
||||||
"inactiveBorderColor": "bg",
|
"inactiveBorderColor": "bg",
|
||||||
"innerBorderColor": "second",
|
"innerBorderColor": "second",
|
||||||
"Header": {
|
"Header": {
|
||||||
"activeBackground": "bg",
|
"activeBackground": "bg",
|
||||||
"inactiveBackground": "cs"
|
"inactiveBackground": "cs",
|
||||||
|
"inactiveForeground": "text"
|
||||||
},
|
},
|
||||||
"paintBorder": true,
|
"paintBorder": false,
|
||||||
"preferences": {
|
"preferences": {
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"borderColor": "bg",
|
"borderColor": "bg",
|
||||||
"foreground": "fg"
|
"foreground": "fg"
|
||||||
},
|
},
|
||||||
|
"Selection.arc": 8,
|
||||||
|
"Selection.leftRightInset": 8,
|
||||||
"Separator": {
|
"Separator": {
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"color": "border"
|
"color": "border"
|
||||||
@@ -872,13 +1001,24 @@
|
|||||||
},
|
},
|
||||||
"PopupMenu": {
|
"PopupMenu": {
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"border": "2,0,2,0",
|
"borderWidth": 1,
|
||||||
|
"border": "8,8,8,8",
|
||||||
|
"borderCornerRadius": 8,
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
|
"Selection": {
|
||||||
|
"arc": 8,
|
||||||
|
"innerInsets": "8,2,8,2"
|
||||||
|
},
|
||||||
"selectionBackground": "selBg",
|
"selectionBackground": "selBg",
|
||||||
"translucentBackground": "bg"
|
"translucentBackground": "bg"
|
||||||
},
|
},
|
||||||
"PopupMenuSeparator.height": 10,
|
"PopupMenuSeparator": {
|
||||||
"PopupMenuSeparator.stripeIndent": 5,
|
"height": 10,
|
||||||
|
"stripeWidth": 2,
|
||||||
|
"stripeIndent": 5,
|
||||||
|
"withToEdge": 4,
|
||||||
|
"borderCornerRadius": 8
|
||||||
|
},
|
||||||
"ProgressBar": {
|
"ProgressBar": {
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"foreground": "accent",
|
"foreground": "accent",
|
||||||
@@ -922,12 +1062,27 @@
|
|||||||
"selectionBackground": "selBg",
|
"selectionBackground": "selBg",
|
||||||
"selectionForeground": "selFg"
|
"selectionForeground": "selFg"
|
||||||
},
|
},
|
||||||
|
"ReviewList": {
|
||||||
|
"state.background": "second",
|
||||||
|
"state.foreground": "fg"
|
||||||
|
},
|
||||||
"RunWidget": {
|
"RunWidget": {
|
||||||
|
"background": "button",
|
||||||
|
"Debug.activeBackground": "hl",
|
||||||
|
"foreground": "fg",
|
||||||
|
"hoverBackground": "table",
|
||||||
|
"pressedBackground": "hl",
|
||||||
|
"Profile.activeBackground": "hl",
|
||||||
|
"runningBackground": "hl",
|
||||||
|
"runningForeground": "selFg",
|
||||||
|
"Run.activeBackground": "hl",
|
||||||
"Running": {
|
"Running": {
|
||||||
"background": "accent",
|
"background": "hl",
|
||||||
"leftHoverBackground": "accent70",
|
"foreground": "selFg",
|
||||||
"leftPressedBackground": "accent"
|
"leftHoverBackground": "hl",
|
||||||
}
|
"leftPressedBackground": "hl"
|
||||||
|
},
|
||||||
|
"separatorColor": "border"
|
||||||
},
|
},
|
||||||
"ScreenView.borderColor": "border",
|
"ScreenView.borderColor": "border",
|
||||||
"scrollbar": "bg",
|
"scrollbar": "bg",
|
||||||
@@ -971,8 +1126,9 @@
|
|||||||
},
|
},
|
||||||
"SearchEverywhere": {
|
"SearchEverywhere": {
|
||||||
"Advertiser": {
|
"Advertiser": {
|
||||||
"background": "cs",
|
"background": "bg",
|
||||||
"foreground": "text"
|
"foreground": "text",
|
||||||
|
"borderInsets": "10,20,10,20"
|
||||||
},
|
},
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"Dialog": {
|
"Dialog": {
|
||||||
@@ -989,11 +1145,12 @@
|
|||||||
"Separator.foreground": "text",
|
"Separator.foreground": "text",
|
||||||
"selectionBackground": "selBg",
|
"selectionBackground": "selBg",
|
||||||
"separatorColor": "border",
|
"separatorColor": "border",
|
||||||
"separatorForeground": "text"
|
"separatorForeground": "text",
|
||||||
|
"settingsBackground": "bg"
|
||||||
},
|
},
|
||||||
"SearchField": {
|
"SearchField": {
|
||||||
"Border.color": "hl",
|
"Border.color": "hl",
|
||||||
"background": "hc",
|
"background": "cs",
|
||||||
"borderColor": "hl",
|
"borderColor": "hl",
|
||||||
"grayForeground": "dis",
|
"grayForeground": "dis",
|
||||||
"infoForeground": "dis"
|
"infoForeground": "dis"
|
||||||
@@ -1015,8 +1172,13 @@
|
|||||||
"startColor": "accent"
|
"startColor": "accent"
|
||||||
},
|
},
|
||||||
"SearchField.errorBackground": "notif",
|
"SearchField.errorBackground": "notif",
|
||||||
|
"SearchFieldWithExtension": {
|
||||||
|
"background": "cs"
|
||||||
|
},
|
||||||
"SearchOption": {
|
"SearchOption": {
|
||||||
"selectedBackground": "table"
|
"selectedBackground": "table",
|
||||||
|
"selectedPressedBackground": "hl",
|
||||||
|
"selectedHoveredBackground": "hl"
|
||||||
},
|
},
|
||||||
"SearchResults": {
|
"SearchResults": {
|
||||||
"Ordinal.File.Foreground": "text",
|
"Ordinal.File.Foreground": "text",
|
||||||
@@ -1056,12 +1218,12 @@
|
|||||||
"SpeedSearch": {
|
"SpeedSearch": {
|
||||||
"background": "hl",
|
"background": "hl",
|
||||||
"borderColor": "border",
|
"borderColor": "border",
|
||||||
"errorForeground": "fg",
|
"errorForeground": "red",
|
||||||
"foreground": "fg"
|
"foreground": "fg"
|
||||||
},
|
},
|
||||||
"Spinner": {
|
"Spinner": {
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"border": "3,3,3,3",
|
"border": "4,4,4,4",
|
||||||
"disabledBackground": "excl",
|
"disabledBackground": "excl",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"selectionForeground": "activeFg"
|
"selectionForeground": "activeFg"
|
||||||
@@ -1077,15 +1239,17 @@
|
|||||||
"Breadcrumbs": {
|
"Breadcrumbs": {
|
||||||
"floatingBackground": "tree",
|
"floatingBackground": "tree",
|
||||||
"floatingForeground": "fg",
|
"floatingForeground": "fg",
|
||||||
|
"floatingToolbarInsets": "8,12,8,12",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"hoverBackground": "tree",
|
"hoverBackground": "tree",
|
||||||
"hoverForeground": "fg",
|
"hoverForeground": "fg",
|
||||||
|
"itemBackgroundInsets": "2,4,2,4",
|
||||||
"selectionBackground": "selBg",
|
"selectionBackground": "selBg",
|
||||||
"selectionForeground": "activeFg",
|
"selectionForeground": "activeFg",
|
||||||
"selectionInactiveBackground": "button",
|
"selectionInactiveBackground": "button",
|
||||||
"selectionInactiveForeground": "fg"
|
"selectionInactiveForeground": "fg"
|
||||||
},
|
},
|
||||||
"borderColor": "bg",
|
"borderColor": "border",
|
||||||
"bottomColor": "bg",
|
"bottomColor": "bg",
|
||||||
"hoverBackground": "hl",
|
"hoverBackground": "hl",
|
||||||
"top2Color": "bg",
|
"top2Color": "bg",
|
||||||
@@ -1096,7 +1260,8 @@
|
|||||||
"hoverBackground": "hl",
|
"hoverBackground": "hl",
|
||||||
"hoverForeground": "selFg",
|
"hoverForeground": "selFg",
|
||||||
"pressedBackground": "button",
|
"pressedBackground": "button",
|
||||||
"pressedForeground": "fg"
|
"pressedForeground": "fg",
|
||||||
|
"widgetInsets": "8,12,8,12"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"TabbedPane": {
|
"TabbedPane": {
|
||||||
@@ -1126,6 +1291,7 @@
|
|||||||
"shadow": "hc",
|
"shadow": "hc",
|
||||||
"tabHeight": 32,
|
"tabHeight": 32,
|
||||||
"tabInsets": "5,10,5,10",
|
"tabInsets": "5,10,5,10",
|
||||||
|
"tabSelectionArc": 4,
|
||||||
"tabSelectionHeight": 2,
|
"tabSelectionHeight": 2,
|
||||||
"tabsOverlapBorder": true,
|
"tabsOverlapBorder": true,
|
||||||
"underlineColor": "accent"
|
"underlineColor": "accent"
|
||||||
@@ -1134,13 +1300,13 @@
|
|||||||
"Table": {
|
"Table": {
|
||||||
"alternativeRowBackground": "cs",
|
"alternativeRowBackground": "cs",
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"cellNoFocusBorder": "10,5,10,5",
|
"cellNoFocusBorder": "16,4,16,4",
|
||||||
"disabledForeground": "dis",
|
"disabledForeground": "dis",
|
||||||
"dropLineColor": "accent",
|
"dropLineColor": "accent",
|
||||||
"dropLineShortColor": "accent",
|
"dropLineShortColor": "accent",
|
||||||
"focusCellBackground": "table",
|
"focusCellBackground": "table",
|
||||||
"focusCellForeground": "activeFg",
|
"focusCellForeground": "activeFg",
|
||||||
"focusCellHighlightBorder": "10,5,10,5",
|
"focusCellHighlightBorder": "18,6,18,6",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"gridColor": "bg",
|
"gridColor": "bg",
|
||||||
"highlightOuter": "table",
|
"highlightOuter": "table",
|
||||||
@@ -1150,6 +1316,7 @@
|
|||||||
"lightSelectionForeground": "activeFg",
|
"lightSelectionForeground": "activeFg",
|
||||||
"lightSelectionInactiveBackground": "second",
|
"lightSelectionInactiveBackground": "second",
|
||||||
"lightSelectionInactiveForeground": "text",
|
"lightSelectionInactiveForeground": "text",
|
||||||
|
"rowHeight": 32,
|
||||||
"selectionBackground": "table",
|
"selectionBackground": "table",
|
||||||
"selectionForeground": "activeFg",
|
"selectionForeground": "activeFg",
|
||||||
"selectionInactiveBackground": "table",
|
"selectionInactiveBackground": "table",
|
||||||
@@ -1160,14 +1327,14 @@
|
|||||||
},
|
},
|
||||||
"TableHeader": {
|
"TableHeader": {
|
||||||
"background": "button",
|
"background": "button",
|
||||||
|
"bottomSeparatorColor": "border",
|
||||||
"borderColor": "hl",
|
"borderColor": "hl",
|
||||||
"bottomSeparatorColor": "hl",
|
"cellBorder": "6,0,6,0",
|
||||||
"cellBorder": "4,0,4,0",
|
|
||||||
"disabledForeground": "dis",
|
"disabledForeground": "dis",
|
||||||
"focusCellBackground": "table",
|
"focusCellBackground": "table",
|
||||||
"focusCellForeground": "activeFg",
|
"focusCellForeground": "activeFg",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"height": 25,
|
"height": 32,
|
||||||
"hoverBackground": "hl",
|
"hoverBackground": "hl",
|
||||||
"separatorColor": "border"
|
"separatorColor": "border"
|
||||||
},
|
},
|
||||||
@@ -1182,7 +1349,7 @@
|
|||||||
"textHighlightText": "activeFg",
|
"textHighlightText": "activeFg",
|
||||||
"textText": "text",
|
"textText": "text",
|
||||||
"TextArea": {
|
"TextArea": {
|
||||||
"background": "hc",
|
"background": "cs",
|
||||||
"caretForeground": "accent",
|
"caretForeground": "accent",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"inactiveForeground": "dis",
|
"inactiveForeground": "dis",
|
||||||
@@ -1190,7 +1357,7 @@
|
|||||||
"selectionForeground": "activeFg"
|
"selectionForeground": "activeFg"
|
||||||
},
|
},
|
||||||
"TextField": {
|
"TextField": {
|
||||||
"background": "hc",
|
"background": "cs",
|
||||||
"borderColor": "bg",
|
"borderColor": "bg",
|
||||||
"caretForeground": "accent",
|
"caretForeground": "accent",
|
||||||
"disabledBackground": "excl",
|
"disabledBackground": "excl",
|
||||||
@@ -1205,15 +1372,21 @@
|
|||||||
"separatorColorDisabled": "bg"
|
"separatorColorDisabled": "bg"
|
||||||
},
|
},
|
||||||
"TextPane": {
|
"TextPane": {
|
||||||
"background": "hc",
|
"background": "cs",
|
||||||
"caretForeground": "accent",
|
"caretForeground": "accent",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"inactiveForeground": "dis",
|
"inactiveForeground": "dis",
|
||||||
"selectionBackground": "table",
|
"selectionBackground": "table",
|
||||||
"selectionForeground": "activeFg"
|
"selectionForeground": "activeFg"
|
||||||
},
|
},
|
||||||
|
"TipOfTheDay": {
|
||||||
|
"Image.borderColor": "border"
|
||||||
|
},
|
||||||
"TitlePane": {
|
"TitlePane": {
|
||||||
"Button.hoverBackground": "hl",
|
"Button": {
|
||||||
|
"hoverBackground": "hl",
|
||||||
|
"preferredSize": "48,40"
|
||||||
|
},
|
||||||
"background": "hc",
|
"background": "hc",
|
||||||
"inactiveBackground": "bg",
|
"inactiveBackground": "bg",
|
||||||
"inactiveInfoForeground": "dis",
|
"inactiveInfoForeground": "dis",
|
||||||
@@ -1240,7 +1413,9 @@
|
|||||||
"borderHandleColor": "text",
|
"borderHandleColor": "text",
|
||||||
"comboBoxButtonBackground": "button",
|
"comboBoxButtonBackground": "button",
|
||||||
"floatingForeground": "text",
|
"floatingForeground": "text",
|
||||||
"foreground": "fg"
|
"foreground": "fg",
|
||||||
|
"verticalToolbarInsets": "6,6,6,6",
|
||||||
|
"horizontalToolbarInsets": "6,6,6,6"
|
||||||
},
|
},
|
||||||
"ToolbarComboWidget": {
|
"ToolbarComboWidget": {
|
||||||
"background": "button",
|
"background": "button",
|
||||||
@@ -1252,6 +1427,7 @@
|
|||||||
"description.title.text.color": "fg"
|
"description.title.text.color": "fg"
|
||||||
},
|
},
|
||||||
"ToolTip": {
|
"ToolTip": {
|
||||||
|
"arc": 6,
|
||||||
"actions": {
|
"actions": {
|
||||||
"background": "bg"
|
"background": "bg"
|
||||||
},
|
},
|
||||||
@@ -1262,8 +1438,10 @@
|
|||||||
},
|
},
|
||||||
"background": "notif",
|
"background": "notif",
|
||||||
"borderColor": "border",
|
"borderColor": "border",
|
||||||
|
"borderCornerRadius": 8,
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"infoForeground": "text",
|
"infoForeground": "text",
|
||||||
|
"linkForeground": "accent",
|
||||||
"Learning": {
|
"Learning": {
|
||||||
"background": "accent",
|
"background": "accent",
|
||||||
"borderColor": "accent",
|
"borderColor": "accent",
|
||||||
@@ -1284,6 +1462,10 @@
|
|||||||
"background": "hc",
|
"background": "hc",
|
||||||
"Button": {
|
"Button": {
|
||||||
"hoverBackground": "table",
|
"hoverBackground": "table",
|
||||||
|
"DragAndDrop": {
|
||||||
|
"stripeBackground": "cs",
|
||||||
|
"buttonDropBackground": "accent70"
|
||||||
|
},
|
||||||
"selectedBackground": "cs",
|
"selectedBackground": "cs",
|
||||||
"selectedForeground": "activeFg"
|
"selectedForeground": "activeFg"
|
||||||
},
|
},
|
||||||
@@ -1296,6 +1478,7 @@
|
|||||||
"tab.selected.background": "cs"
|
"tab.selected.background": "cs"
|
||||||
},
|
},
|
||||||
"Header": {
|
"Header": {
|
||||||
|
"height": 42,
|
||||||
"background": "second",
|
"background": "second",
|
||||||
"borderColor": "second",
|
"borderColor": "second",
|
||||||
"inactiveBackground": "bg"
|
"inactiveBackground": "bg"
|
||||||
@@ -1308,13 +1491,17 @@
|
|||||||
"hoverBackground": "hl",
|
"hoverBackground": "hl",
|
||||||
"hoverInactiveBackground": "hl",
|
"hoverInactiveBackground": "hl",
|
||||||
"inactiveUnderlineColor": "accent",
|
"inactiveUnderlineColor": "accent",
|
||||||
|
"leftRightInsets": "0,12,0,12",
|
||||||
"selectedBackground": "cs",
|
"selectedBackground": "cs",
|
||||||
"selectedInactiveBackground": "cs",
|
"selectedInactiveBackground": "cs",
|
||||||
|
"underlineArc": 4,
|
||||||
"underlineColor": "accent",
|
"underlineColor": "accent",
|
||||||
|
"underlineHeight": 3,
|
||||||
"underlinedTabBackground": "table",
|
"underlinedTabBackground": "table",
|
||||||
"underlinedTabForeground": "selFg",
|
"underlinedTabForeground": "selFg",
|
||||||
"underlinedTabInactiveBackground": "hc",
|
"underlinedTabInactiveBackground": "hc",
|
||||||
"underlinedTabInactiveForeground": "fg"
|
"underlinedTabInactiveForeground": "fg",
|
||||||
|
"verticalPadding": 6
|
||||||
},
|
},
|
||||||
"inactive": {
|
"inactive": {
|
||||||
"Header.background": "bg",
|
"Header.background": "bg",
|
||||||
@@ -1322,13 +1509,15 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"Tree": {
|
"Tree": {
|
||||||
|
"border": "4,12,4,12",
|
||||||
"background": "hc",
|
"background": "hc",
|
||||||
"foreground": "text",
|
"foreground": "text",
|
||||||
|
"errorForeground": "red",
|
||||||
"hash": "border",
|
"hash": "border",
|
||||||
"hoverBackground": "tree",
|
"hoverBackground": "tree",
|
||||||
"hoverInactiveBackground": "table",
|
"hoverInactiveBackground": "table",
|
||||||
"modifiedItemForeground": "accent",
|
"modifiedItemForeground": "accent",
|
||||||
"rowHeight": 28,
|
"rowHeight": "28",
|
||||||
"selectionBackground": "tree",
|
"selectionBackground": "tree",
|
||||||
"selectionForeground": "selFg",
|
"selectionForeground": "selFg",
|
||||||
"selectionInactiveBackground": "tree",
|
"selectionInactiveBackground": "tree",
|
||||||
@@ -1355,7 +1544,6 @@
|
|||||||
"hoverBorderColor": "hl"
|
"hoverBorderColor": "hl"
|
||||||
},
|
},
|
||||||
"Label.foreground": "text",
|
"Label.foreground": "text",
|
||||||
"List.selectionBackground": "tree",
|
|
||||||
"highStroke.foreground": "fg",
|
"highStroke.foreground": "fg",
|
||||||
"motion": {
|
"motion": {
|
||||||
"AddConstraintColor": "accent",
|
"AddConstraintColor": "accent",
|
||||||
@@ -1392,6 +1580,35 @@
|
|||||||
"ourML_BarColor.separatorColor": "border",
|
"ourML_BarColor.separatorColor": "border",
|
||||||
"timeLine.disabledBorderColor": "border"
|
"timeLine.disabledBorderColor": "border"
|
||||||
},
|
},
|
||||||
|
"PackageDetails": {
|
||||||
|
"border": "accent",
|
||||||
|
"infoBanner": "accent"
|
||||||
|
},
|
||||||
|
"PackageSearch": {
|
||||||
|
"PackagesList.rowHeight": 28,
|
||||||
|
"PackageTag": {
|
||||||
|
"background": "excl",
|
||||||
|
"foreground": "fg",
|
||||||
|
"hoverBackground": "tree",
|
||||||
|
"selectedBackground": "selBg",
|
||||||
|
"selectedForeground": "selFg"
|
||||||
|
},
|
||||||
|
"PackageTagSelected": {
|
||||||
|
"background": "selBg",
|
||||||
|
"foreground": "selFg"
|
||||||
|
},
|
||||||
|
"SearchResult": {
|
||||||
|
"background": "cs",
|
||||||
|
"hoverBackground": "tree",
|
||||||
|
"PackageTag": {
|
||||||
|
"background": "excl",
|
||||||
|
"foreground": "fg",
|
||||||
|
"hoverBackground": "tree",
|
||||||
|
"selectedBackground": "selBg",
|
||||||
|
"selectedForeground": "selFg"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"Panel": {
|
"Panel": {
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"borderColor": "border",
|
"borderColor": "border",
|
||||||
@@ -1418,7 +1635,7 @@
|
|||||||
},
|
},
|
||||||
"VersionControl": {
|
"VersionControl": {
|
||||||
"FileHistory.Commit": {
|
"FileHistory.Commit": {
|
||||||
"otherBranchBackground": "bg",
|
"otherBranchBackground": "excl",
|
||||||
"selectedBranchBackground": "bg"
|
"selectedBranchBackground": "bg"
|
||||||
},
|
},
|
||||||
"GitCommits": {
|
"GitCommits": {
|
||||||
@@ -1443,9 +1660,15 @@
|
|||||||
"Commit": {
|
"Commit": {
|
||||||
"currentBranchBackground": "cs",
|
"currentBranchBackground": "cs",
|
||||||
"hoveredBackground": "tree",
|
"hoveredBackground": "tree",
|
||||||
|
"rowHeight": 28,
|
||||||
"unmatchedForeground": "text"
|
"unmatchedForeground": "text"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"MarkerPopup": {
|
||||||
|
"borderColor": "border",
|
||||||
|
"borderInsets": "6,8,6,10",
|
||||||
|
"Toolbar.background": "hl"
|
||||||
|
},
|
||||||
"Ref": {
|
"Ref": {
|
||||||
"backgroundBase": "hl",
|
"backgroundBase": "hl",
|
||||||
"foreground": "activeFg"
|
"foreground": "activeFg"
|
||||||
@@ -1455,6 +1678,11 @@
|
|||||||
"foreground": "activeFg"
|
"foreground": "activeFg"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"UnattendedHostStatus": {
|
||||||
|
"warningBackground": "yellow",
|
||||||
|
"warningForeground": "activeFg",
|
||||||
|
"dangerBackground": "red"
|
||||||
|
},
|
||||||
"Viewport": {
|
"Viewport": {
|
||||||
"background": "hc",
|
"background": "hc",
|
||||||
"foreground": "fg"
|
"foreground": "fg"
|
||||||
|
|||||||
@@ -22,7 +22,7 @@
|
|||||||
"cs": "#010e1a",
|
"cs": "#010e1a",
|
||||||
"button": "#0b253a",
|
"button": "#0b253a",
|
||||||
"table": "#13344f",
|
"table": "#13344f",
|
||||||
"tree": "#13344f50",
|
"tree": "#13344f",
|
||||||
"hl": "#084d81",
|
"hl": "#084d81",
|
||||||
"notif": "#01111d",
|
"notif": "#01111d",
|
||||||
"hc": "#011627",
|
"hc": "#011627",
|
||||||
@@ -73,6 +73,10 @@
|
|||||||
"pressedBackground": "accent50",
|
"pressedBackground": "accent50",
|
||||||
"pressedBorderColor": "accent50"
|
"pressedBorderColor": "accent50"
|
||||||
},
|
},
|
||||||
|
"ActionsList": {
|
||||||
|
"icon.gap": 12,
|
||||||
|
"mnemonic.icon.gap": 12
|
||||||
|
},
|
||||||
"ActionToolbar": {
|
"ActionToolbar": {
|
||||||
"background": "hc"
|
"background": "hc"
|
||||||
},
|
},
|
||||||
@@ -127,8 +131,9 @@
|
|||||||
"BookmarkIcon.background": "accent",
|
"BookmarkIcon.background": "accent",
|
||||||
"Borders.ContrastBorderColor": "bg",
|
"Borders.ContrastBorderColor": "bg",
|
||||||
"Borders.color": "border",
|
"Borders.color": "border",
|
||||||
|
"Breakpoint.iconHoverAlpha": 0.35,
|
||||||
"Button": {
|
"Button": {
|
||||||
"arc": 0,
|
"arc": 8,
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"darcula": {
|
"darcula": {
|
||||||
"borderColor": "button",
|
"borderColor": "button",
|
||||||
@@ -181,7 +186,10 @@
|
|||||||
"shadowColor": "shadow",
|
"shadowColor": "shadow",
|
||||||
"shadowWidth": 0,
|
"shadowWidth": 0,
|
||||||
"startBackground": "table",
|
"startBackground": "table",
|
||||||
"startBorderColor": "button"
|
"startBorderColor": "button",
|
||||||
|
"ToolWindow": {
|
||||||
|
"arc": 40
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"Canvas": {
|
"Canvas": {
|
||||||
"Tooltip.background": "notif",
|
"Tooltip.background": "notif",
|
||||||
@@ -256,6 +264,32 @@
|
|||||||
"accessDot": "accent",
|
"accessDot": "accent",
|
||||||
"dropdownBorder": "second",
|
"dropdownBorder": "second",
|
||||||
"pillBackground": "second"
|
"pillBackground": "second"
|
||||||
|
},
|
||||||
|
"Users": {
|
||||||
|
"1": {
|
||||||
|
"Background": "green",
|
||||||
|
"Foreground": "fg"
|
||||||
|
},
|
||||||
|
"2": {
|
||||||
|
"Background": "blue",
|
||||||
|
"Foreground": "fg"
|
||||||
|
},
|
||||||
|
"3": {
|
||||||
|
"Background": "red",
|
||||||
|
"Foreground": "fg"
|
||||||
|
},
|
||||||
|
"4": {
|
||||||
|
"Background": "purple",
|
||||||
|
"Foreground": "fg"
|
||||||
|
},
|
||||||
|
"5": {
|
||||||
|
"Background": "yellow",
|
||||||
|
"Foreground": "fg"
|
||||||
|
},
|
||||||
|
"6": {
|
||||||
|
"Background": "orange",
|
||||||
|
"Foreground": "fg"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"ColorChooser": {
|
"ColorChooser": {
|
||||||
@@ -293,7 +327,13 @@
|
|||||||
"selectionBackground": "table",
|
"selectionBackground": "table",
|
||||||
"selectionForeground": "activeFg"
|
"selectionForeground": "activeFg"
|
||||||
},
|
},
|
||||||
|
"ComboPopup.border": "1,1,1,1,#7e57c2",
|
||||||
"CompletionPopup": {
|
"CompletionPopup": {
|
||||||
|
"Advertiser": {
|
||||||
|
"background": "bg",
|
||||||
|
"foreground": "fg",
|
||||||
|
"borderInsets": "8,12,8,12"
|
||||||
|
},
|
||||||
"background": "second",
|
"background": "second",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"grayForeground": "text",
|
"grayForeground": "text",
|
||||||
@@ -313,8 +353,12 @@
|
|||||||
"selectionInactiveInfoForeground": "text",
|
"selectionInactiveInfoForeground": "text",
|
||||||
"selectionInfoForeground": "selFg"
|
"selectionInfoForeground": "selFg"
|
||||||
},
|
},
|
||||||
|
"ComplexPopup": {
|
||||||
|
"Header.background": "notif"
|
||||||
|
},
|
||||||
"Component": {
|
"Component": {
|
||||||
"arc": 4,
|
"arc": 4,
|
||||||
|
"focusWidth": 2,
|
||||||
"borderColor": "hl",
|
"borderColor": "hl",
|
||||||
"disabledBorderColor": "dis",
|
"disabledBorderColor": "dis",
|
||||||
"focusColor": "accent",
|
"focusColor": "accent",
|
||||||
@@ -351,6 +395,7 @@
|
|||||||
},
|
},
|
||||||
"desktop": "hc",
|
"desktop": "hc",
|
||||||
"Debugger": {
|
"Debugger": {
|
||||||
|
"EvaluateExpression.background": "bg",
|
||||||
"Variables": {
|
"Variables": {
|
||||||
"changedValueForeground": "accent",
|
"changedValueForeground": "accent",
|
||||||
"collectingDataForeground": "text",
|
"collectingDataForeground": "text",
|
||||||
@@ -358,13 +403,15 @@
|
|||||||
"evaluatingExpressionForeground": "text",
|
"evaluatingExpressionForeground": "text",
|
||||||
"exceptionForeground": "yellow",
|
"exceptionForeground": "yellow",
|
||||||
"modifyingValueForeground": "accent",
|
"modifyingValueForeground": "accent",
|
||||||
"valueForeground": "accent"
|
"valueForeground": "accent",
|
||||||
|
"typeForeground": "text"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"DebuggerTabs": {
|
"DebuggerTabs": {
|
||||||
"active.background": "hl",
|
"active.background": "hl",
|
||||||
"selectedBackground": "hl",
|
"selectedBackground": "hl",
|
||||||
"underlinedTabBackground": "table"
|
"underlinedTabBackground": "table",
|
||||||
|
"underlineHeight": 2
|
||||||
},
|
},
|
||||||
"DebuggerPopup": {
|
"DebuggerPopup": {
|
||||||
"borderColor": "bg"
|
"borderColor": "bg"
|
||||||
@@ -380,6 +427,7 @@
|
|||||||
"inactiveMaskColor": "hc",
|
"inactiveMaskColor": "hc",
|
||||||
"inactiveUnderlineColor": "accent",
|
"inactiveUnderlineColor": "accent",
|
||||||
"underlineColor": "accent",
|
"underlineColor": "accent",
|
||||||
|
"underlineHeight": 3,
|
||||||
"underlinedTabBackground": "table",
|
"underlinedTabBackground": "table",
|
||||||
"underlinedTabForeground": "selFg"
|
"underlinedTabForeground": "selFg"
|
||||||
},
|
},
|
||||||
@@ -398,13 +446,21 @@
|
|||||||
"backgroundBorderColor": "bg",
|
"backgroundBorderColor": "bg",
|
||||||
"backgroundColor": "bg",
|
"backgroundColor": "bg",
|
||||||
"borderColor": "accent",
|
"borderColor": "accent",
|
||||||
"foregroundColor": "fg"
|
"foregroundColor": "fg",
|
||||||
|
"rowBackground": "accent70"
|
||||||
},
|
},
|
||||||
"dropArea.base": "accent",
|
"dropArea.base": "accent",
|
||||||
"Editor": {
|
"Editor": {
|
||||||
"background": "hc",
|
"background": "hc",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"shortcutForeground": "text"
|
"shortcutForeground": "text",
|
||||||
|
"SearchField": {
|
||||||
|
"background": "cs",
|
||||||
|
"borderInsets": "8,12,8,12"
|
||||||
|
},
|
||||||
|
"Toolbar": {
|
||||||
|
"borderColor": "border"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"EditorGroupsTabs": {
|
"EditorGroupsTabs": {
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
@@ -423,7 +479,8 @@
|
|||||||
"inactiveBackground": "bg",
|
"inactiveBackground": "bg",
|
||||||
"inactiveForeground": "dis",
|
"inactiveForeground": "dis",
|
||||||
"selectionBackground": "selBg",
|
"selectionBackground": "selBg",
|
||||||
"selectionForeground": "activeFg"
|
"selectionForeground": "activeFg",
|
||||||
|
"splitBorder": "border"
|
||||||
},
|
},
|
||||||
"EditorTabs": {
|
"EditorTabs": {
|
||||||
"active.background": "table",
|
"active.background": "table",
|
||||||
@@ -441,7 +498,10 @@
|
|||||||
"inactiveUnderlineColor": "dis",
|
"inactiveUnderlineColor": "dis",
|
||||||
"selectedBackground": "table",
|
"selectedBackground": "table",
|
||||||
"selectedForeground": "fg",
|
"selectedForeground": "fg",
|
||||||
|
"tabInsets": "-10,10,-10,10",
|
||||||
"underlineColor": "accent",
|
"underlineColor": "accent",
|
||||||
|
"underlineHeight": 3,
|
||||||
|
"underlineArc": 4,
|
||||||
"underlinedTabBackground": "table",
|
"underlinedTabBackground": "table",
|
||||||
"underlinedTabForeground": "selFg"
|
"underlinedTabForeground": "selFg"
|
||||||
},
|
},
|
||||||
@@ -472,7 +532,7 @@
|
|||||||
"defaultButtonBorderColor": "accent"
|
"defaultButtonBorderColor": "accent"
|
||||||
},
|
},
|
||||||
"FormattedTextField": {
|
"FormattedTextField": {
|
||||||
"background": "hc",
|
"background": "cs",
|
||||||
"caretForeground": "accent",
|
"caretForeground": "accent",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"inactiveBackground": "button",
|
"inactiveBackground": "button",
|
||||||
@@ -509,6 +569,9 @@
|
|||||||
"disabledSeparatorColor": "border",
|
"disabledSeparatorColor": "border",
|
||||||
"separatorColor": "border"
|
"separatorColor": "border"
|
||||||
},
|
},
|
||||||
|
"Gutter": {
|
||||||
|
"VcsChanges.width": 4
|
||||||
|
},
|
||||||
"GutterTooltip": {
|
"GutterTooltip": {
|
||||||
"borderColor": "bg",
|
"borderColor": "bg",
|
||||||
"infoForeground": "text",
|
"infoForeground": "text",
|
||||||
@@ -522,11 +585,14 @@
|
|||||||
"background": "bg",
|
"background": "bg",
|
||||||
"backgroundColor": "bg",
|
"backgroundColor": "bg",
|
||||||
"borderColor": "border",
|
"borderColor": "border",
|
||||||
|
"defaultTextBorderInsets": "16,16,16,16",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"infoForeground": "text",
|
"infoForeground": "text",
|
||||||
"shortcutForeground": "text",
|
"shortcutForeground": "text",
|
||||||
"shortcutTextColor": "text",
|
"shortcutTextColor": "text",
|
||||||
"textColor": "fg"
|
"smallTextBorderInsets": "8,12,8,12",
|
||||||
|
"textColor": "fg",
|
||||||
|
"verticalGap": 8
|
||||||
},
|
},
|
||||||
"Hg.Log.Ref": {
|
"Hg.Log.Ref": {
|
||||||
"Branch": "accent",
|
"Branch": "accent",
|
||||||
@@ -594,6 +660,7 @@
|
|||||||
"link": "accent",
|
"link": "accent",
|
||||||
"Link": {
|
"Link": {
|
||||||
"activeForeground": "accent",
|
"activeForeground": "accent",
|
||||||
|
"focusedBorderColor": "accent",
|
||||||
"hoverForeground": "accent",
|
"hoverForeground": "accent",
|
||||||
"pressedForeground": "accent",
|
"pressedForeground": "accent",
|
||||||
"secondaryForeground": "text",
|
"secondaryForeground": "text",
|
||||||
@@ -605,27 +672,61 @@
|
|||||||
"link.visited.foreground": "accent",
|
"link.visited.foreground": "accent",
|
||||||
"List": {
|
"List": {
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
|
"Button": {
|
||||||
|
"hoverBackground": "hl",
|
||||||
|
"leftRightInset": 8,
|
||||||
|
"separatorColor": "border",
|
||||||
|
"separatorInset": 4
|
||||||
|
},
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"hoverBackground": "hl",
|
"hoverBackground": "hl",
|
||||||
"hoverInactiveBackground": "table",
|
"hoverInactiveBackground": "table",
|
||||||
|
"Line.hoverBackground": "selBg",
|
||||||
|
"rowHeight": "28",
|
||||||
|
"selectionBackground": "tree",
|
||||||
"selectionForeground": "selFg",
|
"selectionForeground": "selFg",
|
||||||
"selectionInactiveBackground": "table",
|
"selectionInactiveBackground": "table",
|
||||||
"selectionInactiveForeground": "activeFg"
|
"selectionInactiveForeground": "activeFg",
|
||||||
|
"Tag": {
|
||||||
|
"background": "button",
|
||||||
|
"foreground": "fg"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"LiveIndicator": {
|
"LiveIndicator": {
|
||||||
"color": "accent"
|
"color": "accent"
|
||||||
},
|
},
|
||||||
|
"macOSWindow.Title": {
|
||||||
|
"height": 30,
|
||||||
|
"heightSmall": 20
|
||||||
|
},
|
||||||
|
"MainMenu": {
|
||||||
|
"background": "hc",
|
||||||
|
"foreground": "fg",
|
||||||
|
"selectionForeground": "activeFg",
|
||||||
|
"selectionBackground": "selBg"
|
||||||
|
},
|
||||||
"MainToolbar": {
|
"MainToolbar": {
|
||||||
"Dropdown.background": "bg",
|
|
||||||
"Dropdown.hoverBackground": "border",
|
|
||||||
"Dropdown.pressedBackground": "table",
|
|
||||||
"Icon.background": "bg",
|
|
||||||
"Icon.hoverBackground": "border",
|
|
||||||
"Icon.pressedBackground": "table",
|
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"hoverBackground": "border",
|
"Button": {
|
||||||
|
"buttonInsets": "0,0,0,0"
|
||||||
|
},
|
||||||
|
"Dropdown": {
|
||||||
|
"borderInsets": "6,12,6,12",
|
||||||
|
"background": "bg",
|
||||||
|
"foreground": "fg",
|
||||||
|
"hoverBackground": "hl",
|
||||||
|
"pressedBackground": "table"
|
||||||
|
},
|
||||||
|
"hoverBackground": "hl",
|
||||||
|
"Icon": {
|
||||||
|
"borderInsets": "10,10,10,10",
|
||||||
|
"background": "bg",
|
||||||
|
"hoverBackground": "hl",
|
||||||
|
"pressedBackground": "table"
|
||||||
|
},
|
||||||
"inactiveBackground": "bg",
|
"inactiveBackground": "bg",
|
||||||
"pressedBackground": "table"
|
"pressedBackground": "table",
|
||||||
|
"separatorColor": "border"
|
||||||
},
|
},
|
||||||
"material": {
|
"material": {
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
@@ -652,11 +753,15 @@
|
|||||||
"acceleratorForeground": "text",
|
"acceleratorForeground": "text",
|
||||||
"acceleratorSelectionForeground": "activeFg",
|
"acceleratorSelectionForeground": "activeFg",
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"border": "4,2,4,2",
|
"border": "8,8,8,8",
|
||||||
"borderColor": "second",
|
"borderColor": "second",
|
||||||
"disabledBackground": "second",
|
"disabledBackground": "second",
|
||||||
"disabledForeground": "dis",
|
"disabledForeground": "dis",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
|
"Selection": {
|
||||||
|
"arc": 8,
|
||||||
|
"innerInsets": "8,2,8,2"
|
||||||
|
},
|
||||||
"selectionBackground": "selBg",
|
"selectionBackground": "selBg",
|
||||||
"selectionForeground": "activeFg",
|
"selectionForeground": "activeFg",
|
||||||
"separatorColor": "border"
|
"separatorColor": "border"
|
||||||
@@ -676,7 +781,7 @@
|
|||||||
"acceleratorForeground": "text",
|
"acceleratorForeground": "text",
|
||||||
"acceleratorSelectionForeground": "activeFg",
|
"acceleratorSelectionForeground": "activeFg",
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"border": "4,2,4,2",
|
"border": "8,8,8,8",
|
||||||
"disabledBackground": "bg",
|
"disabledBackground": "bg",
|
||||||
"disabledForeground": "dis",
|
"disabledForeground": "dis",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
@@ -699,11 +804,13 @@
|
|||||||
"background": "bg"
|
"background": "bg"
|
||||||
},
|
},
|
||||||
"SearchField": {
|
"SearchField": {
|
||||||
"background": "hc"
|
"background": "cs"
|
||||||
}
|
},
|
||||||
|
"separatorWidth": 6
|
||||||
},
|
},
|
||||||
"NewPSD.warning": "accent",
|
"NewPSD.warning": "accent",
|
||||||
"Notification": {
|
"Notification": {
|
||||||
|
"arc": 16,
|
||||||
"Error.foreground": "accent",
|
"Error.foreground": "accent",
|
||||||
"Link.foreground": "accent",
|
"Link.foreground": "accent",
|
||||||
"background": "notif",
|
"background": "notif",
|
||||||
@@ -719,12 +826,18 @@
|
|||||||
"innerBorderColor": "button"
|
"innerBorderColor": "button"
|
||||||
},
|
},
|
||||||
"ToolWindow": {
|
"ToolWindow": {
|
||||||
|
"Button.DragAndDrop": {
|
||||||
|
"buttonFloatingBackground": "button",
|
||||||
|
"stripeBackground": "bg"
|
||||||
|
},
|
||||||
"errorBackground": "notifError",
|
"errorBackground": "notifError",
|
||||||
"errorBorderColor": "notifError",
|
"errorBorderColor": "notifError",
|
||||||
"errorForeground": "fg",
|
"errorForeground": "fg",
|
||||||
|
"infoBackground": "notif",
|
||||||
|
"infoBorderColor": "notif",
|
||||||
"infoForeground": "fg",
|
"infoForeground": "fg",
|
||||||
"informativeBackground": "notifInfo",
|
"informativeBackground": "notif",
|
||||||
"informativeBorderColor": "notifInfo",
|
"informativeBorderColor": "notif",
|
||||||
"informativeForeground": "fg",
|
"informativeForeground": "fg",
|
||||||
"warningBackground": "notifWarn",
|
"warningBackground": "notifWarn",
|
||||||
"warningBorderColor": "notifWarn",
|
"warningBorderColor": "notifWarn",
|
||||||
@@ -736,7 +849,8 @@
|
|||||||
},
|
},
|
||||||
"ToolWindowInfo": {
|
"ToolWindowInfo": {
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"background": "notifInfo"
|
"background": "notif",
|
||||||
|
"borderColor": "notif"
|
||||||
},
|
},
|
||||||
"ToolWindowWarning": {
|
"ToolWindowWarning": {
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
@@ -786,7 +900,7 @@
|
|||||||
"lineSeparatorColor": "table"
|
"lineSeparatorColor": "table"
|
||||||
},
|
},
|
||||||
"PasswordField": {
|
"PasswordField": {
|
||||||
"background": "hc",
|
"background": "cs",
|
||||||
"capsLockIconColor": "accent",
|
"capsLockIconColor": "accent",
|
||||||
"caretForeground": "accent",
|
"caretForeground": "accent",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
@@ -796,6 +910,7 @@
|
|||||||
},
|
},
|
||||||
"Plugins": {
|
"Plugins": {
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
|
"borderColor": "border",
|
||||||
"disabledForeground": "dis",
|
"disabledForeground": "dis",
|
||||||
"eapTagBackground": "hl",
|
"eapTagBackground": "hl",
|
||||||
"hoverBackground": "hl",
|
"hoverBackground": "hl",
|
||||||
@@ -817,8 +932,11 @@
|
|||||||
"updateBorderColor": "button",
|
"updateBorderColor": "button",
|
||||||
"updateForeground": "fg"
|
"updateForeground": "fg"
|
||||||
},
|
},
|
||||||
|
"ScreenshotPagination": {
|
||||||
|
"CurrentImage.fillColor": "accent"
|
||||||
|
},
|
||||||
"SearchField": {
|
"SearchField": {
|
||||||
"background": "hc",
|
"background": "cs",
|
||||||
"borderColor": "border"
|
"borderColor": "border"
|
||||||
},
|
},
|
||||||
"SectionHeader": {
|
"SectionHeader": {
|
||||||
@@ -836,27 +954,38 @@
|
|||||||
},
|
},
|
||||||
"Popup": {
|
"Popup": {
|
||||||
"Advertiser": {
|
"Advertiser": {
|
||||||
|
"borderInsets": "6,20,6,20",
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"borderColor": "bg",
|
"borderColor": "bg",
|
||||||
"foreground": "accent"
|
"foreground": "accent"
|
||||||
},
|
},
|
||||||
|
"Body": {
|
||||||
|
"bottomInsetNoAd": 8,
|
||||||
|
"bottomInsetBeforeAd": 8,
|
||||||
|
"topInsetNoHeader": 8
|
||||||
|
},
|
||||||
"Border": {
|
"Border": {
|
||||||
"color": "cs",
|
"color": "cs",
|
||||||
"inactiveColor": "bg"
|
"inactiveColor": "bg"
|
||||||
},
|
},
|
||||||
|
"background": "notif",
|
||||||
"borderColor": "cs",
|
"borderColor": "cs",
|
||||||
|
"borderWidth": 0,
|
||||||
"inactiveBorderColor": "bg",
|
"inactiveBorderColor": "bg",
|
||||||
"innerBorderColor": "second",
|
"innerBorderColor": "second",
|
||||||
"Header": {
|
"Header": {
|
||||||
"activeBackground": "bg",
|
"activeBackground": "bg",
|
||||||
"inactiveBackground": "cs"
|
"inactiveBackground": "cs",
|
||||||
|
"inactiveForeground": "text"
|
||||||
},
|
},
|
||||||
"paintBorder": true,
|
"paintBorder": false,
|
||||||
"preferences": {
|
"preferences": {
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"borderColor": "bg",
|
"borderColor": "bg",
|
||||||
"foreground": "fg"
|
"foreground": "fg"
|
||||||
},
|
},
|
||||||
|
"Selection.arc": 8,
|
||||||
|
"Selection.leftRightInset": 8,
|
||||||
"Separator": {
|
"Separator": {
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"color": "border"
|
"color": "border"
|
||||||
@@ -872,13 +1001,24 @@
|
|||||||
},
|
},
|
||||||
"PopupMenu": {
|
"PopupMenu": {
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"border": "2,0,2,0",
|
"borderWidth": 1,
|
||||||
|
"border": "8,8,8,8",
|
||||||
|
"borderCornerRadius": 8,
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
|
"Selection": {
|
||||||
|
"arc": 8,
|
||||||
|
"innerInsets": "8,2,8,2"
|
||||||
|
},
|
||||||
"selectionBackground": "selBg",
|
"selectionBackground": "selBg",
|
||||||
"translucentBackground": "bg"
|
"translucentBackground": "bg"
|
||||||
},
|
},
|
||||||
"PopupMenuSeparator.height": 10,
|
"PopupMenuSeparator": {
|
||||||
"PopupMenuSeparator.stripeIndent": 5,
|
"height": 10,
|
||||||
|
"stripeWidth": 2,
|
||||||
|
"stripeIndent": 5,
|
||||||
|
"withToEdge": 4,
|
||||||
|
"borderCornerRadius": 8
|
||||||
|
},
|
||||||
"ProgressBar": {
|
"ProgressBar": {
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"foreground": "accent",
|
"foreground": "accent",
|
||||||
@@ -922,12 +1062,27 @@
|
|||||||
"selectionBackground": "selBg",
|
"selectionBackground": "selBg",
|
||||||
"selectionForeground": "selFg"
|
"selectionForeground": "selFg"
|
||||||
},
|
},
|
||||||
|
"ReviewList": {
|
||||||
|
"state.background": "second",
|
||||||
|
"state.foreground": "fg"
|
||||||
|
},
|
||||||
"RunWidget": {
|
"RunWidget": {
|
||||||
|
"background": "button",
|
||||||
|
"Debug.activeBackground": "hl",
|
||||||
|
"foreground": "fg",
|
||||||
|
"hoverBackground": "table",
|
||||||
|
"pressedBackground": "hl",
|
||||||
|
"Profile.activeBackground": "hl",
|
||||||
|
"runningBackground": "hl",
|
||||||
|
"runningForeground": "selFg",
|
||||||
|
"Run.activeBackground": "hl",
|
||||||
"Running": {
|
"Running": {
|
||||||
"background": "accent",
|
"background": "hl",
|
||||||
"leftHoverBackground": "accent70",
|
"foreground": "selFg",
|
||||||
"leftPressedBackground": "accent"
|
"leftHoverBackground": "hl",
|
||||||
}
|
"leftPressedBackground": "hl"
|
||||||
|
},
|
||||||
|
"separatorColor": "border"
|
||||||
},
|
},
|
||||||
"ScreenView.borderColor": "border",
|
"ScreenView.borderColor": "border",
|
||||||
"scrollbar": "bg",
|
"scrollbar": "bg",
|
||||||
@@ -971,8 +1126,9 @@
|
|||||||
},
|
},
|
||||||
"SearchEverywhere": {
|
"SearchEverywhere": {
|
||||||
"Advertiser": {
|
"Advertiser": {
|
||||||
"background": "cs",
|
"background": "bg",
|
||||||
"foreground": "text"
|
"foreground": "text",
|
||||||
|
"borderInsets": "10,20,10,20"
|
||||||
},
|
},
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"Dialog": {
|
"Dialog": {
|
||||||
@@ -989,11 +1145,12 @@
|
|||||||
"Separator.foreground": "text",
|
"Separator.foreground": "text",
|
||||||
"selectionBackground": "selBg",
|
"selectionBackground": "selBg",
|
||||||
"separatorColor": "border",
|
"separatorColor": "border",
|
||||||
"separatorForeground": "text"
|
"separatorForeground": "text",
|
||||||
|
"settingsBackground": "bg"
|
||||||
},
|
},
|
||||||
"SearchField": {
|
"SearchField": {
|
||||||
"Border.color": "hl",
|
"Border.color": "hl",
|
||||||
"background": "hc",
|
"background": "cs",
|
||||||
"borderColor": "hl",
|
"borderColor": "hl",
|
||||||
"grayForeground": "dis",
|
"grayForeground": "dis",
|
||||||
"infoForeground": "dis"
|
"infoForeground": "dis"
|
||||||
@@ -1015,8 +1172,13 @@
|
|||||||
"startColor": "accent"
|
"startColor": "accent"
|
||||||
},
|
},
|
||||||
"SearchField.errorBackground": "notif",
|
"SearchField.errorBackground": "notif",
|
||||||
|
"SearchFieldWithExtension": {
|
||||||
|
"background": "cs"
|
||||||
|
},
|
||||||
"SearchOption": {
|
"SearchOption": {
|
||||||
"selectedBackground": "table"
|
"selectedBackground": "table",
|
||||||
|
"selectedPressedBackground": "hl",
|
||||||
|
"selectedHoveredBackground": "hl"
|
||||||
},
|
},
|
||||||
"SearchResults": {
|
"SearchResults": {
|
||||||
"Ordinal.File.Foreground": "text",
|
"Ordinal.File.Foreground": "text",
|
||||||
@@ -1056,12 +1218,12 @@
|
|||||||
"SpeedSearch": {
|
"SpeedSearch": {
|
||||||
"background": "hl",
|
"background": "hl",
|
||||||
"borderColor": "border",
|
"borderColor": "border",
|
||||||
"errorForeground": "fg",
|
"errorForeground": "red",
|
||||||
"foreground": "fg"
|
"foreground": "fg"
|
||||||
},
|
},
|
||||||
"Spinner": {
|
"Spinner": {
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"border": "3,3,3,3",
|
"border": "4,4,4,4",
|
||||||
"disabledBackground": "excl",
|
"disabledBackground": "excl",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"selectionForeground": "activeFg"
|
"selectionForeground": "activeFg"
|
||||||
@@ -1077,15 +1239,17 @@
|
|||||||
"Breadcrumbs": {
|
"Breadcrumbs": {
|
||||||
"floatingBackground": "tree",
|
"floatingBackground": "tree",
|
||||||
"floatingForeground": "fg",
|
"floatingForeground": "fg",
|
||||||
|
"floatingToolbarInsets": "8,12,8,12",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"hoverBackground": "tree",
|
"hoverBackground": "tree",
|
||||||
"hoverForeground": "fg",
|
"hoverForeground": "fg",
|
||||||
|
"itemBackgroundInsets": "2,4,2,4",
|
||||||
"selectionBackground": "selBg",
|
"selectionBackground": "selBg",
|
||||||
"selectionForeground": "activeFg",
|
"selectionForeground": "activeFg",
|
||||||
"selectionInactiveBackground": "button",
|
"selectionInactiveBackground": "button",
|
||||||
"selectionInactiveForeground": "fg"
|
"selectionInactiveForeground": "fg"
|
||||||
},
|
},
|
||||||
"borderColor": "bg",
|
"borderColor": "border",
|
||||||
"bottomColor": "bg",
|
"bottomColor": "bg",
|
||||||
"hoverBackground": "hl",
|
"hoverBackground": "hl",
|
||||||
"top2Color": "bg",
|
"top2Color": "bg",
|
||||||
@@ -1096,7 +1260,8 @@
|
|||||||
"hoverBackground": "hl",
|
"hoverBackground": "hl",
|
||||||
"hoverForeground": "selFg",
|
"hoverForeground": "selFg",
|
||||||
"pressedBackground": "button",
|
"pressedBackground": "button",
|
||||||
"pressedForeground": "fg"
|
"pressedForeground": "fg",
|
||||||
|
"widgetInsets": "8,12,8,12"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"TabbedPane": {
|
"TabbedPane": {
|
||||||
@@ -1126,6 +1291,7 @@
|
|||||||
"shadow": "hc",
|
"shadow": "hc",
|
||||||
"tabHeight": 32,
|
"tabHeight": 32,
|
||||||
"tabInsets": "5,10,5,10",
|
"tabInsets": "5,10,5,10",
|
||||||
|
"tabSelectionArc": 4,
|
||||||
"tabSelectionHeight": 2,
|
"tabSelectionHeight": 2,
|
||||||
"tabsOverlapBorder": true,
|
"tabsOverlapBorder": true,
|
||||||
"underlineColor": "accent"
|
"underlineColor": "accent"
|
||||||
@@ -1134,13 +1300,13 @@
|
|||||||
"Table": {
|
"Table": {
|
||||||
"alternativeRowBackground": "cs",
|
"alternativeRowBackground": "cs",
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"cellNoFocusBorder": "10,5,10,5",
|
"cellNoFocusBorder": "16,4,16,4",
|
||||||
"disabledForeground": "dis",
|
"disabledForeground": "dis",
|
||||||
"dropLineColor": "accent",
|
"dropLineColor": "accent",
|
||||||
"dropLineShortColor": "accent",
|
"dropLineShortColor": "accent",
|
||||||
"focusCellBackground": "table",
|
"focusCellBackground": "table",
|
||||||
"focusCellForeground": "activeFg",
|
"focusCellForeground": "activeFg",
|
||||||
"focusCellHighlightBorder": "10,5,10,5",
|
"focusCellHighlightBorder": "18,6,18,6",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"gridColor": "bg",
|
"gridColor": "bg",
|
||||||
"highlightOuter": "table",
|
"highlightOuter": "table",
|
||||||
@@ -1150,6 +1316,7 @@
|
|||||||
"lightSelectionForeground": "activeFg",
|
"lightSelectionForeground": "activeFg",
|
||||||
"lightSelectionInactiveBackground": "second",
|
"lightSelectionInactiveBackground": "second",
|
||||||
"lightSelectionInactiveForeground": "text",
|
"lightSelectionInactiveForeground": "text",
|
||||||
|
"rowHeight": 32,
|
||||||
"selectionBackground": "table",
|
"selectionBackground": "table",
|
||||||
"selectionForeground": "activeFg",
|
"selectionForeground": "activeFg",
|
||||||
"selectionInactiveBackground": "table",
|
"selectionInactiveBackground": "table",
|
||||||
@@ -1160,14 +1327,14 @@
|
|||||||
},
|
},
|
||||||
"TableHeader": {
|
"TableHeader": {
|
||||||
"background": "button",
|
"background": "button",
|
||||||
|
"bottomSeparatorColor": "border",
|
||||||
"borderColor": "hl",
|
"borderColor": "hl",
|
||||||
"bottomSeparatorColor": "hl",
|
"cellBorder": "6,0,6,0",
|
||||||
"cellBorder": "4,0,4,0",
|
|
||||||
"disabledForeground": "dis",
|
"disabledForeground": "dis",
|
||||||
"focusCellBackground": "table",
|
"focusCellBackground": "table",
|
||||||
"focusCellForeground": "activeFg",
|
"focusCellForeground": "activeFg",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"height": 25,
|
"height": 32,
|
||||||
"hoverBackground": "hl",
|
"hoverBackground": "hl",
|
||||||
"separatorColor": "border"
|
"separatorColor": "border"
|
||||||
},
|
},
|
||||||
@@ -1182,7 +1349,7 @@
|
|||||||
"textHighlightText": "activeFg",
|
"textHighlightText": "activeFg",
|
||||||
"textText": "text",
|
"textText": "text",
|
||||||
"TextArea": {
|
"TextArea": {
|
||||||
"background": "hc",
|
"background": "cs",
|
||||||
"caretForeground": "accent",
|
"caretForeground": "accent",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"inactiveForeground": "dis",
|
"inactiveForeground": "dis",
|
||||||
@@ -1190,7 +1357,7 @@
|
|||||||
"selectionForeground": "activeFg"
|
"selectionForeground": "activeFg"
|
||||||
},
|
},
|
||||||
"TextField": {
|
"TextField": {
|
||||||
"background": "hc",
|
"background": "cs",
|
||||||
"borderColor": "bg",
|
"borderColor": "bg",
|
||||||
"caretForeground": "accent",
|
"caretForeground": "accent",
|
||||||
"disabledBackground": "excl",
|
"disabledBackground": "excl",
|
||||||
@@ -1205,15 +1372,21 @@
|
|||||||
"separatorColorDisabled": "bg"
|
"separatorColorDisabled": "bg"
|
||||||
},
|
},
|
||||||
"TextPane": {
|
"TextPane": {
|
||||||
"background": "hc",
|
"background": "cs",
|
||||||
"caretForeground": "accent",
|
"caretForeground": "accent",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"inactiveForeground": "dis",
|
"inactiveForeground": "dis",
|
||||||
"selectionBackground": "table",
|
"selectionBackground": "table",
|
||||||
"selectionForeground": "activeFg"
|
"selectionForeground": "activeFg"
|
||||||
},
|
},
|
||||||
|
"TipOfTheDay": {
|
||||||
|
"Image.borderColor": "border"
|
||||||
|
},
|
||||||
"TitlePane": {
|
"TitlePane": {
|
||||||
"Button.hoverBackground": "hl",
|
"Button": {
|
||||||
|
"hoverBackground": "hl",
|
||||||
|
"preferredSize": "48,40"
|
||||||
|
},
|
||||||
"background": "hc",
|
"background": "hc",
|
||||||
"inactiveBackground": "bg",
|
"inactiveBackground": "bg",
|
||||||
"inactiveInfoForeground": "dis",
|
"inactiveInfoForeground": "dis",
|
||||||
@@ -1240,7 +1413,9 @@
|
|||||||
"borderHandleColor": "text",
|
"borderHandleColor": "text",
|
||||||
"comboBoxButtonBackground": "button",
|
"comboBoxButtonBackground": "button",
|
||||||
"floatingForeground": "text",
|
"floatingForeground": "text",
|
||||||
"foreground": "fg"
|
"foreground": "fg",
|
||||||
|
"verticalToolbarInsets": "6,6,6,6",
|
||||||
|
"horizontalToolbarInsets": "6,6,6,6"
|
||||||
},
|
},
|
||||||
"ToolbarComboWidget": {
|
"ToolbarComboWidget": {
|
||||||
"background": "button",
|
"background": "button",
|
||||||
@@ -1252,6 +1427,7 @@
|
|||||||
"description.title.text.color": "fg"
|
"description.title.text.color": "fg"
|
||||||
},
|
},
|
||||||
"ToolTip": {
|
"ToolTip": {
|
||||||
|
"arc": 6,
|
||||||
"actions": {
|
"actions": {
|
||||||
"background": "bg"
|
"background": "bg"
|
||||||
},
|
},
|
||||||
@@ -1262,8 +1438,10 @@
|
|||||||
},
|
},
|
||||||
"background": "notif",
|
"background": "notif",
|
||||||
"borderColor": "border",
|
"borderColor": "border",
|
||||||
|
"borderCornerRadius": 8,
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"infoForeground": "text",
|
"infoForeground": "text",
|
||||||
|
"linkForeground": "accent",
|
||||||
"Learning": {
|
"Learning": {
|
||||||
"background": "accent",
|
"background": "accent",
|
||||||
"borderColor": "accent",
|
"borderColor": "accent",
|
||||||
@@ -1284,6 +1462,10 @@
|
|||||||
"background": "hc",
|
"background": "hc",
|
||||||
"Button": {
|
"Button": {
|
||||||
"hoverBackground": "table",
|
"hoverBackground": "table",
|
||||||
|
"DragAndDrop": {
|
||||||
|
"stripeBackground": "cs",
|
||||||
|
"buttonDropBackground": "accent70"
|
||||||
|
},
|
||||||
"selectedBackground": "cs",
|
"selectedBackground": "cs",
|
||||||
"selectedForeground": "activeFg"
|
"selectedForeground": "activeFg"
|
||||||
},
|
},
|
||||||
@@ -1296,6 +1478,7 @@
|
|||||||
"tab.selected.background": "cs"
|
"tab.selected.background": "cs"
|
||||||
},
|
},
|
||||||
"Header": {
|
"Header": {
|
||||||
|
"height": 42,
|
||||||
"background": "second",
|
"background": "second",
|
||||||
"borderColor": "second",
|
"borderColor": "second",
|
||||||
"inactiveBackground": "bg"
|
"inactiveBackground": "bg"
|
||||||
@@ -1308,13 +1491,17 @@
|
|||||||
"hoverBackground": "hl",
|
"hoverBackground": "hl",
|
||||||
"hoverInactiveBackground": "hl",
|
"hoverInactiveBackground": "hl",
|
||||||
"inactiveUnderlineColor": "accent",
|
"inactiveUnderlineColor": "accent",
|
||||||
|
"leftRightInsets": "0,12,0,12",
|
||||||
"selectedBackground": "cs",
|
"selectedBackground": "cs",
|
||||||
"selectedInactiveBackground": "cs",
|
"selectedInactiveBackground": "cs",
|
||||||
|
"underlineArc": 4,
|
||||||
"underlineColor": "accent",
|
"underlineColor": "accent",
|
||||||
|
"underlineHeight": 3,
|
||||||
"underlinedTabBackground": "table",
|
"underlinedTabBackground": "table",
|
||||||
"underlinedTabForeground": "selFg",
|
"underlinedTabForeground": "selFg",
|
||||||
"underlinedTabInactiveBackground": "hc",
|
"underlinedTabInactiveBackground": "hc",
|
||||||
"underlinedTabInactiveForeground": "fg"
|
"underlinedTabInactiveForeground": "fg",
|
||||||
|
"verticalPadding": 6
|
||||||
},
|
},
|
||||||
"inactive": {
|
"inactive": {
|
||||||
"Header.background": "bg",
|
"Header.background": "bg",
|
||||||
@@ -1322,13 +1509,15 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"Tree": {
|
"Tree": {
|
||||||
|
"border": "4,12,4,12",
|
||||||
"background": "hc",
|
"background": "hc",
|
||||||
"foreground": "text",
|
"foreground": "text",
|
||||||
|
"errorForeground": "red",
|
||||||
"hash": "border",
|
"hash": "border",
|
||||||
"hoverBackground": "tree",
|
"hoverBackground": "tree",
|
||||||
"hoverInactiveBackground": "table",
|
"hoverInactiveBackground": "table",
|
||||||
"modifiedItemForeground": "accent",
|
"modifiedItemForeground": "accent",
|
||||||
"rowHeight": 28,
|
"rowHeight": "28",
|
||||||
"selectionBackground": "tree",
|
"selectionBackground": "tree",
|
||||||
"selectionForeground": "selFg",
|
"selectionForeground": "selFg",
|
||||||
"selectionInactiveBackground": "tree",
|
"selectionInactiveBackground": "tree",
|
||||||
@@ -1355,7 +1544,6 @@
|
|||||||
"hoverBorderColor": "hl"
|
"hoverBorderColor": "hl"
|
||||||
},
|
},
|
||||||
"Label.foreground": "text",
|
"Label.foreground": "text",
|
||||||
"List.selectionBackground": "tree",
|
|
||||||
"highStroke.foreground": "fg",
|
"highStroke.foreground": "fg",
|
||||||
"motion": {
|
"motion": {
|
||||||
"AddConstraintColor": "accent",
|
"AddConstraintColor": "accent",
|
||||||
@@ -1392,6 +1580,35 @@
|
|||||||
"ourML_BarColor.separatorColor": "border",
|
"ourML_BarColor.separatorColor": "border",
|
||||||
"timeLine.disabledBorderColor": "border"
|
"timeLine.disabledBorderColor": "border"
|
||||||
},
|
},
|
||||||
|
"PackageDetails": {
|
||||||
|
"border": "accent",
|
||||||
|
"infoBanner": "accent"
|
||||||
|
},
|
||||||
|
"PackageSearch": {
|
||||||
|
"PackagesList.rowHeight": 28,
|
||||||
|
"PackageTag": {
|
||||||
|
"background": "excl",
|
||||||
|
"foreground": "fg",
|
||||||
|
"hoverBackground": "tree",
|
||||||
|
"selectedBackground": "selBg",
|
||||||
|
"selectedForeground": "selFg"
|
||||||
|
},
|
||||||
|
"PackageTagSelected": {
|
||||||
|
"background": "selBg",
|
||||||
|
"foreground": "selFg"
|
||||||
|
},
|
||||||
|
"SearchResult": {
|
||||||
|
"background": "cs",
|
||||||
|
"hoverBackground": "tree",
|
||||||
|
"PackageTag": {
|
||||||
|
"background": "excl",
|
||||||
|
"foreground": "fg",
|
||||||
|
"hoverBackground": "tree",
|
||||||
|
"selectedBackground": "selBg",
|
||||||
|
"selectedForeground": "selFg"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"Panel": {
|
"Panel": {
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"borderColor": "border",
|
"borderColor": "border",
|
||||||
@@ -1418,7 +1635,7 @@
|
|||||||
},
|
},
|
||||||
"VersionControl": {
|
"VersionControl": {
|
||||||
"FileHistory.Commit": {
|
"FileHistory.Commit": {
|
||||||
"otherBranchBackground": "bg",
|
"otherBranchBackground": "excl",
|
||||||
"selectedBranchBackground": "bg"
|
"selectedBranchBackground": "bg"
|
||||||
},
|
},
|
||||||
"GitCommits": {
|
"GitCommits": {
|
||||||
@@ -1443,9 +1660,15 @@
|
|||||||
"Commit": {
|
"Commit": {
|
||||||
"currentBranchBackground": "cs",
|
"currentBranchBackground": "cs",
|
||||||
"hoveredBackground": "tree",
|
"hoveredBackground": "tree",
|
||||||
|
"rowHeight": 28,
|
||||||
"unmatchedForeground": "text"
|
"unmatchedForeground": "text"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"MarkerPopup": {
|
||||||
|
"borderColor": "border",
|
||||||
|
"borderInsets": "6,8,6,10",
|
||||||
|
"Toolbar.background": "hl"
|
||||||
|
},
|
||||||
"Ref": {
|
"Ref": {
|
||||||
"backgroundBase": "hl",
|
"backgroundBase": "hl",
|
||||||
"foreground": "activeFg"
|
"foreground": "activeFg"
|
||||||
@@ -1455,6 +1678,11 @@
|
|||||||
"foreground": "activeFg"
|
"foreground": "activeFg"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"UnattendedHostStatus": {
|
||||||
|
"warningBackground": "yellow",
|
||||||
|
"warningForeground": "activeFg",
|
||||||
|
"dangerBackground": "red"
|
||||||
|
},
|
||||||
"Viewport": {
|
"Viewport": {
|
||||||
"background": "hc",
|
"background": "hc",
|
||||||
"foreground": "fg"
|
"foreground": "fg"
|
||||||
|
|||||||
@@ -22,7 +22,7 @@
|
|||||||
"cs": "#00252E",
|
"cs": "#00252E",
|
||||||
"button": "#073642",
|
"button": "#073642",
|
||||||
"table": "#003946",
|
"table": "#003946",
|
||||||
"tree": "#2E4C5280",
|
"tree": "#023c45",
|
||||||
"hl": "#005a6f",
|
"hl": "#005a6f",
|
||||||
"notif": "#2E4C52",
|
"notif": "#2E4C52",
|
||||||
"hc": "#00252E",
|
"hc": "#00252E",
|
||||||
@@ -73,6 +73,10 @@
|
|||||||
"pressedBackground": "accent50",
|
"pressedBackground": "accent50",
|
||||||
"pressedBorderColor": "accent50"
|
"pressedBorderColor": "accent50"
|
||||||
},
|
},
|
||||||
|
"ActionsList": {
|
||||||
|
"icon.gap": 12,
|
||||||
|
"mnemonic.icon.gap": 12
|
||||||
|
},
|
||||||
"ActionToolbar": {
|
"ActionToolbar": {
|
||||||
"background": "hc"
|
"background": "hc"
|
||||||
},
|
},
|
||||||
@@ -127,8 +131,9 @@
|
|||||||
"BookmarkIcon.background": "accent",
|
"BookmarkIcon.background": "accent",
|
||||||
"Borders.ContrastBorderColor": "bg",
|
"Borders.ContrastBorderColor": "bg",
|
||||||
"Borders.color": "border",
|
"Borders.color": "border",
|
||||||
|
"Breakpoint.iconHoverAlpha": 0.35,
|
||||||
"Button": {
|
"Button": {
|
||||||
"arc": 0,
|
"arc": 8,
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"darcula": {
|
"darcula": {
|
||||||
"borderColor": "button",
|
"borderColor": "button",
|
||||||
@@ -181,7 +186,10 @@
|
|||||||
"shadowColor": "shadow",
|
"shadowColor": "shadow",
|
||||||
"shadowWidth": 0,
|
"shadowWidth": 0,
|
||||||
"startBackground": "table",
|
"startBackground": "table",
|
||||||
"startBorderColor": "button"
|
"startBorderColor": "button",
|
||||||
|
"ToolWindow": {
|
||||||
|
"arc": 40
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"Canvas": {
|
"Canvas": {
|
||||||
"Tooltip.background": "notif",
|
"Tooltip.background": "notif",
|
||||||
@@ -256,6 +264,32 @@
|
|||||||
"accessDot": "accent",
|
"accessDot": "accent",
|
||||||
"dropdownBorder": "second",
|
"dropdownBorder": "second",
|
||||||
"pillBackground": "second"
|
"pillBackground": "second"
|
||||||
|
},
|
||||||
|
"Users": {
|
||||||
|
"1": {
|
||||||
|
"Background": "green",
|
||||||
|
"Foreground": "fg"
|
||||||
|
},
|
||||||
|
"2": {
|
||||||
|
"Background": "blue",
|
||||||
|
"Foreground": "fg"
|
||||||
|
},
|
||||||
|
"3": {
|
||||||
|
"Background": "red",
|
||||||
|
"Foreground": "fg"
|
||||||
|
},
|
||||||
|
"4": {
|
||||||
|
"Background": "purple",
|
||||||
|
"Foreground": "fg"
|
||||||
|
},
|
||||||
|
"5": {
|
||||||
|
"Background": "yellow",
|
||||||
|
"Foreground": "fg"
|
||||||
|
},
|
||||||
|
"6": {
|
||||||
|
"Background": "orange",
|
||||||
|
"Foreground": "fg"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"ColorChooser": {
|
"ColorChooser": {
|
||||||
@@ -293,7 +327,13 @@
|
|||||||
"selectionBackground": "table",
|
"selectionBackground": "table",
|
||||||
"selectionForeground": "activeFg"
|
"selectionForeground": "activeFg"
|
||||||
},
|
},
|
||||||
|
"ComboPopup.border": "1,1,1,1,#d33682",
|
||||||
"CompletionPopup": {
|
"CompletionPopup": {
|
||||||
|
"Advertiser": {
|
||||||
|
"background": "bg",
|
||||||
|
"foreground": "fg",
|
||||||
|
"borderInsets": "8,12,8,12"
|
||||||
|
},
|
||||||
"background": "second",
|
"background": "second",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"grayForeground": "text",
|
"grayForeground": "text",
|
||||||
@@ -313,8 +353,12 @@
|
|||||||
"selectionInactiveInfoForeground": "text",
|
"selectionInactiveInfoForeground": "text",
|
||||||
"selectionInfoForeground": "selFg"
|
"selectionInfoForeground": "selFg"
|
||||||
},
|
},
|
||||||
|
"ComplexPopup": {
|
||||||
|
"Header.background": "notif"
|
||||||
|
},
|
||||||
"Component": {
|
"Component": {
|
||||||
"arc": 4,
|
"arc": 4,
|
||||||
|
"focusWidth": 2,
|
||||||
"borderColor": "hl",
|
"borderColor": "hl",
|
||||||
"disabledBorderColor": "dis",
|
"disabledBorderColor": "dis",
|
||||||
"focusColor": "accent",
|
"focusColor": "accent",
|
||||||
@@ -351,6 +395,7 @@
|
|||||||
},
|
},
|
||||||
"desktop": "hc",
|
"desktop": "hc",
|
||||||
"Debugger": {
|
"Debugger": {
|
||||||
|
"EvaluateExpression.background": "bg",
|
||||||
"Variables": {
|
"Variables": {
|
||||||
"changedValueForeground": "accent",
|
"changedValueForeground": "accent",
|
||||||
"collectingDataForeground": "text",
|
"collectingDataForeground": "text",
|
||||||
@@ -358,13 +403,15 @@
|
|||||||
"evaluatingExpressionForeground": "text",
|
"evaluatingExpressionForeground": "text",
|
||||||
"exceptionForeground": "yellow",
|
"exceptionForeground": "yellow",
|
||||||
"modifyingValueForeground": "accent",
|
"modifyingValueForeground": "accent",
|
||||||
"valueForeground": "accent"
|
"valueForeground": "accent",
|
||||||
|
"typeForeground": "text"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"DebuggerTabs": {
|
"DebuggerTabs": {
|
||||||
"active.background": "hl",
|
"active.background": "hl",
|
||||||
"selectedBackground": "hl",
|
"selectedBackground": "hl",
|
||||||
"underlinedTabBackground": "table"
|
"underlinedTabBackground": "table",
|
||||||
|
"underlineHeight": 2
|
||||||
},
|
},
|
||||||
"DebuggerPopup": {
|
"DebuggerPopup": {
|
||||||
"borderColor": "bg"
|
"borderColor": "bg"
|
||||||
@@ -380,6 +427,7 @@
|
|||||||
"inactiveMaskColor": "hc",
|
"inactiveMaskColor": "hc",
|
||||||
"inactiveUnderlineColor": "accent",
|
"inactiveUnderlineColor": "accent",
|
||||||
"underlineColor": "accent",
|
"underlineColor": "accent",
|
||||||
|
"underlineHeight": 3,
|
||||||
"underlinedTabBackground": "table",
|
"underlinedTabBackground": "table",
|
||||||
"underlinedTabForeground": "selFg"
|
"underlinedTabForeground": "selFg"
|
||||||
},
|
},
|
||||||
@@ -398,13 +446,21 @@
|
|||||||
"backgroundBorderColor": "bg",
|
"backgroundBorderColor": "bg",
|
||||||
"backgroundColor": "bg",
|
"backgroundColor": "bg",
|
||||||
"borderColor": "accent",
|
"borderColor": "accent",
|
||||||
"foregroundColor": "fg"
|
"foregroundColor": "fg",
|
||||||
|
"rowBackground": "accent70"
|
||||||
},
|
},
|
||||||
"dropArea.base": "accent",
|
"dropArea.base": "accent",
|
||||||
"Editor": {
|
"Editor": {
|
||||||
"background": "hc",
|
"background": "hc",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"shortcutForeground": "text"
|
"shortcutForeground": "text",
|
||||||
|
"SearchField": {
|
||||||
|
"background": "cs",
|
||||||
|
"borderInsets": "8,12,8,12"
|
||||||
|
},
|
||||||
|
"Toolbar": {
|
||||||
|
"borderColor": "border"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"EditorGroupsTabs": {
|
"EditorGroupsTabs": {
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
@@ -423,7 +479,8 @@
|
|||||||
"inactiveBackground": "bg",
|
"inactiveBackground": "bg",
|
||||||
"inactiveForeground": "dis",
|
"inactiveForeground": "dis",
|
||||||
"selectionBackground": "selBg",
|
"selectionBackground": "selBg",
|
||||||
"selectionForeground": "activeFg"
|
"selectionForeground": "activeFg",
|
||||||
|
"splitBorder": "border"
|
||||||
},
|
},
|
||||||
"EditorTabs": {
|
"EditorTabs": {
|
||||||
"active.background": "table",
|
"active.background": "table",
|
||||||
@@ -441,7 +498,10 @@
|
|||||||
"inactiveUnderlineColor": "dis",
|
"inactiveUnderlineColor": "dis",
|
||||||
"selectedBackground": "table",
|
"selectedBackground": "table",
|
||||||
"selectedForeground": "fg",
|
"selectedForeground": "fg",
|
||||||
|
"tabInsets": "-10,10,-10,10",
|
||||||
"underlineColor": "accent",
|
"underlineColor": "accent",
|
||||||
|
"underlineHeight": 3,
|
||||||
|
"underlineArc": 4,
|
||||||
"underlinedTabBackground": "table",
|
"underlinedTabBackground": "table",
|
||||||
"underlinedTabForeground": "selFg"
|
"underlinedTabForeground": "selFg"
|
||||||
},
|
},
|
||||||
@@ -472,7 +532,7 @@
|
|||||||
"defaultButtonBorderColor": "accent"
|
"defaultButtonBorderColor": "accent"
|
||||||
},
|
},
|
||||||
"FormattedTextField": {
|
"FormattedTextField": {
|
||||||
"background": "hc",
|
"background": "cs",
|
||||||
"caretForeground": "accent",
|
"caretForeground": "accent",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"inactiveBackground": "button",
|
"inactiveBackground": "button",
|
||||||
@@ -509,6 +569,9 @@
|
|||||||
"disabledSeparatorColor": "border",
|
"disabledSeparatorColor": "border",
|
||||||
"separatorColor": "border"
|
"separatorColor": "border"
|
||||||
},
|
},
|
||||||
|
"Gutter": {
|
||||||
|
"VcsChanges.width": 4
|
||||||
|
},
|
||||||
"GutterTooltip": {
|
"GutterTooltip": {
|
||||||
"borderColor": "bg",
|
"borderColor": "bg",
|
||||||
"infoForeground": "text",
|
"infoForeground": "text",
|
||||||
@@ -522,11 +585,14 @@
|
|||||||
"background": "bg",
|
"background": "bg",
|
||||||
"backgroundColor": "bg",
|
"backgroundColor": "bg",
|
||||||
"borderColor": "border",
|
"borderColor": "border",
|
||||||
|
"defaultTextBorderInsets": "16,16,16,16",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"infoForeground": "text",
|
"infoForeground": "text",
|
||||||
"shortcutForeground": "text",
|
"shortcutForeground": "text",
|
||||||
"shortcutTextColor": "text",
|
"shortcutTextColor": "text",
|
||||||
"textColor": "fg"
|
"smallTextBorderInsets": "8,12,8,12",
|
||||||
|
"textColor": "fg",
|
||||||
|
"verticalGap": 8
|
||||||
},
|
},
|
||||||
"Hg.Log.Ref": {
|
"Hg.Log.Ref": {
|
||||||
"Branch": "accent",
|
"Branch": "accent",
|
||||||
@@ -594,6 +660,7 @@
|
|||||||
"link": "accent",
|
"link": "accent",
|
||||||
"Link": {
|
"Link": {
|
||||||
"activeForeground": "accent",
|
"activeForeground": "accent",
|
||||||
|
"focusedBorderColor": "accent",
|
||||||
"hoverForeground": "accent",
|
"hoverForeground": "accent",
|
||||||
"pressedForeground": "accent",
|
"pressedForeground": "accent",
|
||||||
"secondaryForeground": "text",
|
"secondaryForeground": "text",
|
||||||
@@ -605,27 +672,61 @@
|
|||||||
"link.visited.foreground": "accent",
|
"link.visited.foreground": "accent",
|
||||||
"List": {
|
"List": {
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
|
"Button": {
|
||||||
|
"hoverBackground": "hl",
|
||||||
|
"leftRightInset": 8,
|
||||||
|
"separatorColor": "border",
|
||||||
|
"separatorInset": 4
|
||||||
|
},
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"hoverBackground": "hl",
|
"hoverBackground": "hl",
|
||||||
"hoverInactiveBackground": "table",
|
"hoverInactiveBackground": "table",
|
||||||
|
"Line.hoverBackground": "selBg",
|
||||||
|
"rowHeight": "28",
|
||||||
|
"selectionBackground": "tree",
|
||||||
"selectionForeground": "selFg",
|
"selectionForeground": "selFg",
|
||||||
"selectionInactiveBackground": "table",
|
"selectionInactiveBackground": "table",
|
||||||
"selectionInactiveForeground": "activeFg"
|
"selectionInactiveForeground": "activeFg",
|
||||||
|
"Tag": {
|
||||||
|
"background": "button",
|
||||||
|
"foreground": "fg"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"LiveIndicator": {
|
"LiveIndicator": {
|
||||||
"color": "accent"
|
"color": "accent"
|
||||||
},
|
},
|
||||||
|
"macOSWindow.Title": {
|
||||||
|
"height": 30,
|
||||||
|
"heightSmall": 20
|
||||||
|
},
|
||||||
|
"MainMenu": {
|
||||||
|
"background": "hc",
|
||||||
|
"foreground": "fg",
|
||||||
|
"selectionForeground": "activeFg",
|
||||||
|
"selectionBackground": "selBg"
|
||||||
|
},
|
||||||
"MainToolbar": {
|
"MainToolbar": {
|
||||||
"Dropdown.background": "bg",
|
|
||||||
"Dropdown.hoverBackground": "border",
|
|
||||||
"Dropdown.pressedBackground": "table",
|
|
||||||
"Icon.background": "bg",
|
|
||||||
"Icon.hoverBackground": "border",
|
|
||||||
"Icon.pressedBackground": "table",
|
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"hoverBackground": "border",
|
"Button": {
|
||||||
|
"buttonInsets": "0,0,0,0"
|
||||||
|
},
|
||||||
|
"Dropdown": {
|
||||||
|
"borderInsets": "6,12,6,12",
|
||||||
|
"background": "bg",
|
||||||
|
"foreground": "fg",
|
||||||
|
"hoverBackground": "hl",
|
||||||
|
"pressedBackground": "table"
|
||||||
|
},
|
||||||
|
"hoverBackground": "hl",
|
||||||
|
"Icon": {
|
||||||
|
"borderInsets": "10,10,10,10",
|
||||||
|
"background": "bg",
|
||||||
|
"hoverBackground": "hl",
|
||||||
|
"pressedBackground": "table"
|
||||||
|
},
|
||||||
"inactiveBackground": "bg",
|
"inactiveBackground": "bg",
|
||||||
"pressedBackground": "table"
|
"pressedBackground": "table",
|
||||||
|
"separatorColor": "border"
|
||||||
},
|
},
|
||||||
"material": {
|
"material": {
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
@@ -652,11 +753,15 @@
|
|||||||
"acceleratorForeground": "text",
|
"acceleratorForeground": "text",
|
||||||
"acceleratorSelectionForeground": "activeFg",
|
"acceleratorSelectionForeground": "activeFg",
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"border": "4,2,4,2",
|
"border": "8,8,8,8",
|
||||||
"borderColor": "second",
|
"borderColor": "second",
|
||||||
"disabledBackground": "second",
|
"disabledBackground": "second",
|
||||||
"disabledForeground": "dis",
|
"disabledForeground": "dis",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
|
"Selection": {
|
||||||
|
"arc": 8,
|
||||||
|
"innerInsets": "8,2,8,2"
|
||||||
|
},
|
||||||
"selectionBackground": "selBg",
|
"selectionBackground": "selBg",
|
||||||
"selectionForeground": "activeFg",
|
"selectionForeground": "activeFg",
|
||||||
"separatorColor": "border"
|
"separatorColor": "border"
|
||||||
@@ -676,7 +781,7 @@
|
|||||||
"acceleratorForeground": "text",
|
"acceleratorForeground": "text",
|
||||||
"acceleratorSelectionForeground": "activeFg",
|
"acceleratorSelectionForeground": "activeFg",
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"border": "4,2,4,2",
|
"border": "8,8,8,8",
|
||||||
"disabledBackground": "bg",
|
"disabledBackground": "bg",
|
||||||
"disabledForeground": "dis",
|
"disabledForeground": "dis",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
@@ -699,11 +804,13 @@
|
|||||||
"background": "bg"
|
"background": "bg"
|
||||||
},
|
},
|
||||||
"SearchField": {
|
"SearchField": {
|
||||||
"background": "hc"
|
"background": "cs"
|
||||||
}
|
},
|
||||||
|
"separatorWidth": 6
|
||||||
},
|
},
|
||||||
"NewPSD.warning": "accent",
|
"NewPSD.warning": "accent",
|
||||||
"Notification": {
|
"Notification": {
|
||||||
|
"arc": 16,
|
||||||
"Error.foreground": "accent",
|
"Error.foreground": "accent",
|
||||||
"Link.foreground": "accent",
|
"Link.foreground": "accent",
|
||||||
"background": "notif",
|
"background": "notif",
|
||||||
@@ -719,12 +826,18 @@
|
|||||||
"innerBorderColor": "button"
|
"innerBorderColor": "button"
|
||||||
},
|
},
|
||||||
"ToolWindow": {
|
"ToolWindow": {
|
||||||
|
"Button.DragAndDrop": {
|
||||||
|
"buttonFloatingBackground": "button",
|
||||||
|
"stripeBackground": "bg"
|
||||||
|
},
|
||||||
"errorBackground": "notifError",
|
"errorBackground": "notifError",
|
||||||
"errorBorderColor": "notifError",
|
"errorBorderColor": "notifError",
|
||||||
"errorForeground": "fg",
|
"errorForeground": "fg",
|
||||||
|
"infoBackground": "notif",
|
||||||
|
"infoBorderColor": "notif",
|
||||||
"infoForeground": "fg",
|
"infoForeground": "fg",
|
||||||
"informativeBackground": "notifInfo",
|
"informativeBackground": "notif",
|
||||||
"informativeBorderColor": "notifInfo",
|
"informativeBorderColor": "notif",
|
||||||
"informativeForeground": "fg",
|
"informativeForeground": "fg",
|
||||||
"warningBackground": "notifWarn",
|
"warningBackground": "notifWarn",
|
||||||
"warningBorderColor": "notifWarn",
|
"warningBorderColor": "notifWarn",
|
||||||
@@ -736,7 +849,8 @@
|
|||||||
},
|
},
|
||||||
"ToolWindowInfo": {
|
"ToolWindowInfo": {
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"background": "notifInfo"
|
"background": "notif",
|
||||||
|
"borderColor": "notif"
|
||||||
},
|
},
|
||||||
"ToolWindowWarning": {
|
"ToolWindowWarning": {
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
@@ -786,7 +900,7 @@
|
|||||||
"lineSeparatorColor": "table"
|
"lineSeparatorColor": "table"
|
||||||
},
|
},
|
||||||
"PasswordField": {
|
"PasswordField": {
|
||||||
"background": "hc",
|
"background": "cs",
|
||||||
"capsLockIconColor": "accent",
|
"capsLockIconColor": "accent",
|
||||||
"caretForeground": "accent",
|
"caretForeground": "accent",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
@@ -796,6 +910,7 @@
|
|||||||
},
|
},
|
||||||
"Plugins": {
|
"Plugins": {
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
|
"borderColor": "border",
|
||||||
"disabledForeground": "dis",
|
"disabledForeground": "dis",
|
||||||
"eapTagBackground": "hl",
|
"eapTagBackground": "hl",
|
||||||
"hoverBackground": "hl",
|
"hoverBackground": "hl",
|
||||||
@@ -817,8 +932,11 @@
|
|||||||
"updateBorderColor": "button",
|
"updateBorderColor": "button",
|
||||||
"updateForeground": "fg"
|
"updateForeground": "fg"
|
||||||
},
|
},
|
||||||
|
"ScreenshotPagination": {
|
||||||
|
"CurrentImage.fillColor": "accent"
|
||||||
|
},
|
||||||
"SearchField": {
|
"SearchField": {
|
||||||
"background": "hc",
|
"background": "cs",
|
||||||
"borderColor": "border"
|
"borderColor": "border"
|
||||||
},
|
},
|
||||||
"SectionHeader": {
|
"SectionHeader": {
|
||||||
@@ -836,27 +954,38 @@
|
|||||||
},
|
},
|
||||||
"Popup": {
|
"Popup": {
|
||||||
"Advertiser": {
|
"Advertiser": {
|
||||||
|
"borderInsets": "6,20,6,20",
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"borderColor": "bg",
|
"borderColor": "bg",
|
||||||
"foreground": "accent"
|
"foreground": "accent"
|
||||||
},
|
},
|
||||||
|
"Body": {
|
||||||
|
"bottomInsetNoAd": 8,
|
||||||
|
"bottomInsetBeforeAd": 8,
|
||||||
|
"topInsetNoHeader": 8
|
||||||
|
},
|
||||||
"Border": {
|
"Border": {
|
||||||
"color": "cs",
|
"color": "cs",
|
||||||
"inactiveColor": "bg"
|
"inactiveColor": "bg"
|
||||||
},
|
},
|
||||||
|
"background": "notif",
|
||||||
"borderColor": "cs",
|
"borderColor": "cs",
|
||||||
|
"borderWidth": 0,
|
||||||
"inactiveBorderColor": "bg",
|
"inactiveBorderColor": "bg",
|
||||||
"innerBorderColor": "second",
|
"innerBorderColor": "second",
|
||||||
"Header": {
|
"Header": {
|
||||||
"activeBackground": "bg",
|
"activeBackground": "bg",
|
||||||
"inactiveBackground": "cs"
|
"inactiveBackground": "cs",
|
||||||
|
"inactiveForeground": "text"
|
||||||
},
|
},
|
||||||
"paintBorder": true,
|
"paintBorder": false,
|
||||||
"preferences": {
|
"preferences": {
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"borderColor": "bg",
|
"borderColor": "bg",
|
||||||
"foreground": "fg"
|
"foreground": "fg"
|
||||||
},
|
},
|
||||||
|
"Selection.arc": 8,
|
||||||
|
"Selection.leftRightInset": 8,
|
||||||
"Separator": {
|
"Separator": {
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"color": "border"
|
"color": "border"
|
||||||
@@ -872,13 +1001,24 @@
|
|||||||
},
|
},
|
||||||
"PopupMenu": {
|
"PopupMenu": {
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"border": "2,0,2,0",
|
"borderWidth": 1,
|
||||||
|
"border": "8,8,8,8",
|
||||||
|
"borderCornerRadius": 8,
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
|
"Selection": {
|
||||||
|
"arc": 8,
|
||||||
|
"innerInsets": "8,2,8,2"
|
||||||
|
},
|
||||||
"selectionBackground": "selBg",
|
"selectionBackground": "selBg",
|
||||||
"translucentBackground": "bg"
|
"translucentBackground": "bg"
|
||||||
},
|
},
|
||||||
"PopupMenuSeparator.height": 10,
|
"PopupMenuSeparator": {
|
||||||
"PopupMenuSeparator.stripeIndent": 5,
|
"height": 10,
|
||||||
|
"stripeWidth": 2,
|
||||||
|
"stripeIndent": 5,
|
||||||
|
"withToEdge": 4,
|
||||||
|
"borderCornerRadius": 8
|
||||||
|
},
|
||||||
"ProgressBar": {
|
"ProgressBar": {
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"foreground": "accent",
|
"foreground": "accent",
|
||||||
@@ -922,12 +1062,27 @@
|
|||||||
"selectionBackground": "selBg",
|
"selectionBackground": "selBg",
|
||||||
"selectionForeground": "selFg"
|
"selectionForeground": "selFg"
|
||||||
},
|
},
|
||||||
|
"ReviewList": {
|
||||||
|
"state.background": "second",
|
||||||
|
"state.foreground": "fg"
|
||||||
|
},
|
||||||
"RunWidget": {
|
"RunWidget": {
|
||||||
|
"background": "button",
|
||||||
|
"Debug.activeBackground": "hl",
|
||||||
|
"foreground": "fg",
|
||||||
|
"hoverBackground": "table",
|
||||||
|
"pressedBackground": "hl",
|
||||||
|
"Profile.activeBackground": "hl",
|
||||||
|
"runningBackground": "hl",
|
||||||
|
"runningForeground": "selFg",
|
||||||
|
"Run.activeBackground": "hl",
|
||||||
"Running": {
|
"Running": {
|
||||||
"background": "accent",
|
"background": "hl",
|
||||||
"leftHoverBackground": "accent70",
|
"foreground": "selFg",
|
||||||
"leftPressedBackground": "accent"
|
"leftHoverBackground": "hl",
|
||||||
}
|
"leftPressedBackground": "hl"
|
||||||
|
},
|
||||||
|
"separatorColor": "border"
|
||||||
},
|
},
|
||||||
"ScreenView.borderColor": "border",
|
"ScreenView.borderColor": "border",
|
||||||
"scrollbar": "bg",
|
"scrollbar": "bg",
|
||||||
@@ -971,8 +1126,9 @@
|
|||||||
},
|
},
|
||||||
"SearchEverywhere": {
|
"SearchEverywhere": {
|
||||||
"Advertiser": {
|
"Advertiser": {
|
||||||
"background": "cs",
|
"background": "bg",
|
||||||
"foreground": "text"
|
"foreground": "text",
|
||||||
|
"borderInsets": "10,20,10,20"
|
||||||
},
|
},
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"Dialog": {
|
"Dialog": {
|
||||||
@@ -989,11 +1145,12 @@
|
|||||||
"Separator.foreground": "text",
|
"Separator.foreground": "text",
|
||||||
"selectionBackground": "selBg",
|
"selectionBackground": "selBg",
|
||||||
"separatorColor": "border",
|
"separatorColor": "border",
|
||||||
"separatorForeground": "text"
|
"separatorForeground": "text",
|
||||||
|
"settingsBackground": "bg"
|
||||||
},
|
},
|
||||||
"SearchField": {
|
"SearchField": {
|
||||||
"Border.color": "hl",
|
"Border.color": "hl",
|
||||||
"background": "hc",
|
"background": "cs",
|
||||||
"borderColor": "hl",
|
"borderColor": "hl",
|
||||||
"grayForeground": "dis",
|
"grayForeground": "dis",
|
||||||
"infoForeground": "dis"
|
"infoForeground": "dis"
|
||||||
@@ -1015,8 +1172,13 @@
|
|||||||
"startColor": "accent"
|
"startColor": "accent"
|
||||||
},
|
},
|
||||||
"SearchField.errorBackground": "notif",
|
"SearchField.errorBackground": "notif",
|
||||||
|
"SearchFieldWithExtension": {
|
||||||
|
"background": "cs"
|
||||||
|
},
|
||||||
"SearchOption": {
|
"SearchOption": {
|
||||||
"selectedBackground": "table"
|
"selectedBackground": "table",
|
||||||
|
"selectedPressedBackground": "hl",
|
||||||
|
"selectedHoveredBackground": "hl"
|
||||||
},
|
},
|
||||||
"SearchResults": {
|
"SearchResults": {
|
||||||
"Ordinal.File.Foreground": "text",
|
"Ordinal.File.Foreground": "text",
|
||||||
@@ -1056,12 +1218,12 @@
|
|||||||
"SpeedSearch": {
|
"SpeedSearch": {
|
||||||
"background": "hl",
|
"background": "hl",
|
||||||
"borderColor": "border",
|
"borderColor": "border",
|
||||||
"errorForeground": "fg",
|
"errorForeground": "red",
|
||||||
"foreground": "fg"
|
"foreground": "fg"
|
||||||
},
|
},
|
||||||
"Spinner": {
|
"Spinner": {
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"border": "3,3,3,3",
|
"border": "4,4,4,4",
|
||||||
"disabledBackground": "excl",
|
"disabledBackground": "excl",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"selectionForeground": "activeFg"
|
"selectionForeground": "activeFg"
|
||||||
@@ -1077,15 +1239,17 @@
|
|||||||
"Breadcrumbs": {
|
"Breadcrumbs": {
|
||||||
"floatingBackground": "tree",
|
"floatingBackground": "tree",
|
||||||
"floatingForeground": "fg",
|
"floatingForeground": "fg",
|
||||||
|
"floatingToolbarInsets": "8,12,8,12",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"hoverBackground": "tree",
|
"hoverBackground": "tree",
|
||||||
"hoverForeground": "fg",
|
"hoverForeground": "fg",
|
||||||
|
"itemBackgroundInsets": "2,4,2,4",
|
||||||
"selectionBackground": "selBg",
|
"selectionBackground": "selBg",
|
||||||
"selectionForeground": "activeFg",
|
"selectionForeground": "activeFg",
|
||||||
"selectionInactiveBackground": "button",
|
"selectionInactiveBackground": "button",
|
||||||
"selectionInactiveForeground": "fg"
|
"selectionInactiveForeground": "fg"
|
||||||
},
|
},
|
||||||
"borderColor": "bg",
|
"borderColor": "border",
|
||||||
"bottomColor": "bg",
|
"bottomColor": "bg",
|
||||||
"hoverBackground": "hl",
|
"hoverBackground": "hl",
|
||||||
"top2Color": "bg",
|
"top2Color": "bg",
|
||||||
@@ -1096,7 +1260,8 @@
|
|||||||
"hoverBackground": "hl",
|
"hoverBackground": "hl",
|
||||||
"hoverForeground": "selFg",
|
"hoverForeground": "selFg",
|
||||||
"pressedBackground": "button",
|
"pressedBackground": "button",
|
||||||
"pressedForeground": "fg"
|
"pressedForeground": "fg",
|
||||||
|
"widgetInsets": "8,12,8,12"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"TabbedPane": {
|
"TabbedPane": {
|
||||||
@@ -1126,6 +1291,7 @@
|
|||||||
"shadow": "hc",
|
"shadow": "hc",
|
||||||
"tabHeight": 32,
|
"tabHeight": 32,
|
||||||
"tabInsets": "5,10,5,10",
|
"tabInsets": "5,10,5,10",
|
||||||
|
"tabSelectionArc": 4,
|
||||||
"tabSelectionHeight": 2,
|
"tabSelectionHeight": 2,
|
||||||
"tabsOverlapBorder": true,
|
"tabsOverlapBorder": true,
|
||||||
"underlineColor": "accent"
|
"underlineColor": "accent"
|
||||||
@@ -1134,13 +1300,13 @@
|
|||||||
"Table": {
|
"Table": {
|
||||||
"alternativeRowBackground": "cs",
|
"alternativeRowBackground": "cs",
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"cellNoFocusBorder": "10,5,10,5",
|
"cellNoFocusBorder": "16,4,16,4",
|
||||||
"disabledForeground": "dis",
|
"disabledForeground": "dis",
|
||||||
"dropLineColor": "accent",
|
"dropLineColor": "accent",
|
||||||
"dropLineShortColor": "accent",
|
"dropLineShortColor": "accent",
|
||||||
"focusCellBackground": "table",
|
"focusCellBackground": "table",
|
||||||
"focusCellForeground": "activeFg",
|
"focusCellForeground": "activeFg",
|
||||||
"focusCellHighlightBorder": "10,5,10,5",
|
"focusCellHighlightBorder": "18,6,18,6",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"gridColor": "bg",
|
"gridColor": "bg",
|
||||||
"highlightOuter": "table",
|
"highlightOuter": "table",
|
||||||
@@ -1150,6 +1316,7 @@
|
|||||||
"lightSelectionForeground": "activeFg",
|
"lightSelectionForeground": "activeFg",
|
||||||
"lightSelectionInactiveBackground": "second",
|
"lightSelectionInactiveBackground": "second",
|
||||||
"lightSelectionInactiveForeground": "text",
|
"lightSelectionInactiveForeground": "text",
|
||||||
|
"rowHeight": 32,
|
||||||
"selectionBackground": "table",
|
"selectionBackground": "table",
|
||||||
"selectionForeground": "activeFg",
|
"selectionForeground": "activeFg",
|
||||||
"selectionInactiveBackground": "table",
|
"selectionInactiveBackground": "table",
|
||||||
@@ -1160,14 +1327,14 @@
|
|||||||
},
|
},
|
||||||
"TableHeader": {
|
"TableHeader": {
|
||||||
"background": "button",
|
"background": "button",
|
||||||
|
"bottomSeparatorColor": "border",
|
||||||
"borderColor": "hl",
|
"borderColor": "hl",
|
||||||
"bottomSeparatorColor": "hl",
|
"cellBorder": "6,0,6,0",
|
||||||
"cellBorder": "4,0,4,0",
|
|
||||||
"disabledForeground": "dis",
|
"disabledForeground": "dis",
|
||||||
"focusCellBackground": "table",
|
"focusCellBackground": "table",
|
||||||
"focusCellForeground": "activeFg",
|
"focusCellForeground": "activeFg",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"height": 25,
|
"height": 32,
|
||||||
"hoverBackground": "hl",
|
"hoverBackground": "hl",
|
||||||
"separatorColor": "border"
|
"separatorColor": "border"
|
||||||
},
|
},
|
||||||
@@ -1182,7 +1349,7 @@
|
|||||||
"textHighlightText": "activeFg",
|
"textHighlightText": "activeFg",
|
||||||
"textText": "text",
|
"textText": "text",
|
||||||
"TextArea": {
|
"TextArea": {
|
||||||
"background": "hc",
|
"background": "cs",
|
||||||
"caretForeground": "accent",
|
"caretForeground": "accent",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"inactiveForeground": "dis",
|
"inactiveForeground": "dis",
|
||||||
@@ -1190,7 +1357,7 @@
|
|||||||
"selectionForeground": "activeFg"
|
"selectionForeground": "activeFg"
|
||||||
},
|
},
|
||||||
"TextField": {
|
"TextField": {
|
||||||
"background": "hc",
|
"background": "cs",
|
||||||
"borderColor": "bg",
|
"borderColor": "bg",
|
||||||
"caretForeground": "accent",
|
"caretForeground": "accent",
|
||||||
"disabledBackground": "excl",
|
"disabledBackground": "excl",
|
||||||
@@ -1205,15 +1372,21 @@
|
|||||||
"separatorColorDisabled": "bg"
|
"separatorColorDisabled": "bg"
|
||||||
},
|
},
|
||||||
"TextPane": {
|
"TextPane": {
|
||||||
"background": "hc",
|
"background": "cs",
|
||||||
"caretForeground": "accent",
|
"caretForeground": "accent",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"inactiveForeground": "dis",
|
"inactiveForeground": "dis",
|
||||||
"selectionBackground": "table",
|
"selectionBackground": "table",
|
||||||
"selectionForeground": "activeFg"
|
"selectionForeground": "activeFg"
|
||||||
},
|
},
|
||||||
|
"TipOfTheDay": {
|
||||||
|
"Image.borderColor": "border"
|
||||||
|
},
|
||||||
"TitlePane": {
|
"TitlePane": {
|
||||||
"Button.hoverBackground": "hl",
|
"Button": {
|
||||||
|
"hoverBackground": "hl",
|
||||||
|
"preferredSize": "48,40"
|
||||||
|
},
|
||||||
"background": "hc",
|
"background": "hc",
|
||||||
"inactiveBackground": "bg",
|
"inactiveBackground": "bg",
|
||||||
"inactiveInfoForeground": "dis",
|
"inactiveInfoForeground": "dis",
|
||||||
@@ -1240,7 +1413,9 @@
|
|||||||
"borderHandleColor": "text",
|
"borderHandleColor": "text",
|
||||||
"comboBoxButtonBackground": "button",
|
"comboBoxButtonBackground": "button",
|
||||||
"floatingForeground": "text",
|
"floatingForeground": "text",
|
||||||
"foreground": "fg"
|
"foreground": "fg",
|
||||||
|
"verticalToolbarInsets": "6,6,6,6",
|
||||||
|
"horizontalToolbarInsets": "6,6,6,6"
|
||||||
},
|
},
|
||||||
"ToolbarComboWidget": {
|
"ToolbarComboWidget": {
|
||||||
"background": "button",
|
"background": "button",
|
||||||
@@ -1252,6 +1427,7 @@
|
|||||||
"description.title.text.color": "fg"
|
"description.title.text.color": "fg"
|
||||||
},
|
},
|
||||||
"ToolTip": {
|
"ToolTip": {
|
||||||
|
"arc": 6,
|
||||||
"actions": {
|
"actions": {
|
||||||
"background": "bg"
|
"background": "bg"
|
||||||
},
|
},
|
||||||
@@ -1262,8 +1438,10 @@
|
|||||||
},
|
},
|
||||||
"background": "notif",
|
"background": "notif",
|
||||||
"borderColor": "border",
|
"borderColor": "border",
|
||||||
|
"borderCornerRadius": 8,
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"infoForeground": "text",
|
"infoForeground": "text",
|
||||||
|
"linkForeground": "accent",
|
||||||
"Learning": {
|
"Learning": {
|
||||||
"background": "accent",
|
"background": "accent",
|
||||||
"borderColor": "accent",
|
"borderColor": "accent",
|
||||||
@@ -1284,6 +1462,10 @@
|
|||||||
"background": "hc",
|
"background": "hc",
|
||||||
"Button": {
|
"Button": {
|
||||||
"hoverBackground": "table",
|
"hoverBackground": "table",
|
||||||
|
"DragAndDrop": {
|
||||||
|
"stripeBackground": "cs",
|
||||||
|
"buttonDropBackground": "accent70"
|
||||||
|
},
|
||||||
"selectedBackground": "cs",
|
"selectedBackground": "cs",
|
||||||
"selectedForeground": "activeFg"
|
"selectedForeground": "activeFg"
|
||||||
},
|
},
|
||||||
@@ -1296,6 +1478,7 @@
|
|||||||
"tab.selected.background": "cs"
|
"tab.selected.background": "cs"
|
||||||
},
|
},
|
||||||
"Header": {
|
"Header": {
|
||||||
|
"height": 42,
|
||||||
"background": "second",
|
"background": "second",
|
||||||
"borderColor": "second",
|
"borderColor": "second",
|
||||||
"inactiveBackground": "bg"
|
"inactiveBackground": "bg"
|
||||||
@@ -1308,13 +1491,17 @@
|
|||||||
"hoverBackground": "hl",
|
"hoverBackground": "hl",
|
||||||
"hoverInactiveBackground": "hl",
|
"hoverInactiveBackground": "hl",
|
||||||
"inactiveUnderlineColor": "accent",
|
"inactiveUnderlineColor": "accent",
|
||||||
|
"leftRightInsets": "0,12,0,12",
|
||||||
"selectedBackground": "cs",
|
"selectedBackground": "cs",
|
||||||
"selectedInactiveBackground": "cs",
|
"selectedInactiveBackground": "cs",
|
||||||
|
"underlineArc": 4,
|
||||||
"underlineColor": "accent",
|
"underlineColor": "accent",
|
||||||
|
"underlineHeight": 3,
|
||||||
"underlinedTabBackground": "table",
|
"underlinedTabBackground": "table",
|
||||||
"underlinedTabForeground": "selFg",
|
"underlinedTabForeground": "selFg",
|
||||||
"underlinedTabInactiveBackground": "hc",
|
"underlinedTabInactiveBackground": "hc",
|
||||||
"underlinedTabInactiveForeground": "fg"
|
"underlinedTabInactiveForeground": "fg",
|
||||||
|
"verticalPadding": 6
|
||||||
},
|
},
|
||||||
"inactive": {
|
"inactive": {
|
||||||
"Header.background": "bg",
|
"Header.background": "bg",
|
||||||
@@ -1322,13 +1509,15 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"Tree": {
|
"Tree": {
|
||||||
|
"border": "4,12,4,12",
|
||||||
"background": "hc",
|
"background": "hc",
|
||||||
"foreground": "text",
|
"foreground": "text",
|
||||||
|
"errorForeground": "red",
|
||||||
"hash": "border",
|
"hash": "border",
|
||||||
"hoverBackground": "tree",
|
"hoverBackground": "tree",
|
||||||
"hoverInactiveBackground": "table",
|
"hoverInactiveBackground": "table",
|
||||||
"modifiedItemForeground": "accent",
|
"modifiedItemForeground": "accent",
|
||||||
"rowHeight": 28,
|
"rowHeight": "28",
|
||||||
"selectionBackground": "tree",
|
"selectionBackground": "tree",
|
||||||
"selectionForeground": "selFg",
|
"selectionForeground": "selFg",
|
||||||
"selectionInactiveBackground": "tree",
|
"selectionInactiveBackground": "tree",
|
||||||
@@ -1355,7 +1544,6 @@
|
|||||||
"hoverBorderColor": "hl"
|
"hoverBorderColor": "hl"
|
||||||
},
|
},
|
||||||
"Label.foreground": "text",
|
"Label.foreground": "text",
|
||||||
"List.selectionBackground": "tree",
|
|
||||||
"highStroke.foreground": "fg",
|
"highStroke.foreground": "fg",
|
||||||
"motion": {
|
"motion": {
|
||||||
"AddConstraintColor": "accent",
|
"AddConstraintColor": "accent",
|
||||||
@@ -1392,6 +1580,35 @@
|
|||||||
"ourML_BarColor.separatorColor": "border",
|
"ourML_BarColor.separatorColor": "border",
|
||||||
"timeLine.disabledBorderColor": "border"
|
"timeLine.disabledBorderColor": "border"
|
||||||
},
|
},
|
||||||
|
"PackageDetails": {
|
||||||
|
"border": "accent",
|
||||||
|
"infoBanner": "accent"
|
||||||
|
},
|
||||||
|
"PackageSearch": {
|
||||||
|
"PackagesList.rowHeight": 28,
|
||||||
|
"PackageTag": {
|
||||||
|
"background": "excl",
|
||||||
|
"foreground": "fg",
|
||||||
|
"hoverBackground": "tree",
|
||||||
|
"selectedBackground": "selBg",
|
||||||
|
"selectedForeground": "selFg"
|
||||||
|
},
|
||||||
|
"PackageTagSelected": {
|
||||||
|
"background": "selBg",
|
||||||
|
"foreground": "selFg"
|
||||||
|
},
|
||||||
|
"SearchResult": {
|
||||||
|
"background": "cs",
|
||||||
|
"hoverBackground": "tree",
|
||||||
|
"PackageTag": {
|
||||||
|
"background": "excl",
|
||||||
|
"foreground": "fg",
|
||||||
|
"hoverBackground": "tree",
|
||||||
|
"selectedBackground": "selBg",
|
||||||
|
"selectedForeground": "selFg"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"Panel": {
|
"Panel": {
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"borderColor": "border",
|
"borderColor": "border",
|
||||||
@@ -1418,7 +1635,7 @@
|
|||||||
},
|
},
|
||||||
"VersionControl": {
|
"VersionControl": {
|
||||||
"FileHistory.Commit": {
|
"FileHistory.Commit": {
|
||||||
"otherBranchBackground": "bg",
|
"otherBranchBackground": "excl",
|
||||||
"selectedBranchBackground": "bg"
|
"selectedBranchBackground": "bg"
|
||||||
},
|
},
|
||||||
"GitCommits": {
|
"GitCommits": {
|
||||||
@@ -1443,9 +1660,15 @@
|
|||||||
"Commit": {
|
"Commit": {
|
||||||
"currentBranchBackground": "cs",
|
"currentBranchBackground": "cs",
|
||||||
"hoveredBackground": "tree",
|
"hoveredBackground": "tree",
|
||||||
|
"rowHeight": 28,
|
||||||
"unmatchedForeground": "text"
|
"unmatchedForeground": "text"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"MarkerPopup": {
|
||||||
|
"borderColor": "border",
|
||||||
|
"borderInsets": "6,8,6,10",
|
||||||
|
"Toolbar.background": "hl"
|
||||||
|
},
|
||||||
"Ref": {
|
"Ref": {
|
||||||
"backgroundBase": "hl",
|
"backgroundBase": "hl",
|
||||||
"foreground": "activeFg"
|
"foreground": "activeFg"
|
||||||
@@ -1455,6 +1678,11 @@
|
|||||||
"foreground": "activeFg"
|
"foreground": "activeFg"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"UnattendedHostStatus": {
|
||||||
|
"warningBackground": "yellow",
|
||||||
|
"warningForeground": "activeFg",
|
||||||
|
"dangerBackground": "red"
|
||||||
|
},
|
||||||
"Viewport": {
|
"Viewport": {
|
||||||
"background": "hc",
|
"background": "hc",
|
||||||
"foreground": "fg"
|
"foreground": "fg"
|
||||||
|
|||||||
@@ -22,7 +22,7 @@
|
|||||||
"cs": "#00252E",
|
"cs": "#00252E",
|
||||||
"button": "#073642",
|
"button": "#073642",
|
||||||
"table": "#003946",
|
"table": "#003946",
|
||||||
"tree": "#2E4C5280",
|
"tree": "#023c45",
|
||||||
"hl": "#005a6f",
|
"hl": "#005a6f",
|
||||||
"notif": "#2E4C52",
|
"notif": "#2E4C52",
|
||||||
"hc": "#002B36",
|
"hc": "#002B36",
|
||||||
@@ -73,6 +73,10 @@
|
|||||||
"pressedBackground": "accent50",
|
"pressedBackground": "accent50",
|
||||||
"pressedBorderColor": "accent50"
|
"pressedBorderColor": "accent50"
|
||||||
},
|
},
|
||||||
|
"ActionsList": {
|
||||||
|
"icon.gap": 12,
|
||||||
|
"mnemonic.icon.gap": 12
|
||||||
|
},
|
||||||
"ActionToolbar": {
|
"ActionToolbar": {
|
||||||
"background": "hc"
|
"background": "hc"
|
||||||
},
|
},
|
||||||
@@ -127,8 +131,9 @@
|
|||||||
"BookmarkIcon.background": "accent",
|
"BookmarkIcon.background": "accent",
|
||||||
"Borders.ContrastBorderColor": "bg",
|
"Borders.ContrastBorderColor": "bg",
|
||||||
"Borders.color": "border",
|
"Borders.color": "border",
|
||||||
|
"Breakpoint.iconHoverAlpha": 0.35,
|
||||||
"Button": {
|
"Button": {
|
||||||
"arc": 0,
|
"arc": 8,
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"darcula": {
|
"darcula": {
|
||||||
"borderColor": "button",
|
"borderColor": "button",
|
||||||
@@ -181,7 +186,10 @@
|
|||||||
"shadowColor": "shadow",
|
"shadowColor": "shadow",
|
||||||
"shadowWidth": 0,
|
"shadowWidth": 0,
|
||||||
"startBackground": "table",
|
"startBackground": "table",
|
||||||
"startBorderColor": "button"
|
"startBorderColor": "button",
|
||||||
|
"ToolWindow": {
|
||||||
|
"arc": 40
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"Canvas": {
|
"Canvas": {
|
||||||
"Tooltip.background": "notif",
|
"Tooltip.background": "notif",
|
||||||
@@ -256,6 +264,32 @@
|
|||||||
"accessDot": "accent",
|
"accessDot": "accent",
|
||||||
"dropdownBorder": "second",
|
"dropdownBorder": "second",
|
||||||
"pillBackground": "second"
|
"pillBackground": "second"
|
||||||
|
},
|
||||||
|
"Users": {
|
||||||
|
"1": {
|
||||||
|
"Background": "green",
|
||||||
|
"Foreground": "fg"
|
||||||
|
},
|
||||||
|
"2": {
|
||||||
|
"Background": "blue",
|
||||||
|
"Foreground": "fg"
|
||||||
|
},
|
||||||
|
"3": {
|
||||||
|
"Background": "red",
|
||||||
|
"Foreground": "fg"
|
||||||
|
},
|
||||||
|
"4": {
|
||||||
|
"Background": "purple",
|
||||||
|
"Foreground": "fg"
|
||||||
|
},
|
||||||
|
"5": {
|
||||||
|
"Background": "yellow",
|
||||||
|
"Foreground": "fg"
|
||||||
|
},
|
||||||
|
"6": {
|
||||||
|
"Background": "orange",
|
||||||
|
"Foreground": "fg"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"ColorChooser": {
|
"ColorChooser": {
|
||||||
@@ -293,7 +327,13 @@
|
|||||||
"selectionBackground": "table",
|
"selectionBackground": "table",
|
||||||
"selectionForeground": "activeFg"
|
"selectionForeground": "activeFg"
|
||||||
},
|
},
|
||||||
|
"ComboPopup.border": "1,1,1,1,#d33682",
|
||||||
"CompletionPopup": {
|
"CompletionPopup": {
|
||||||
|
"Advertiser": {
|
||||||
|
"background": "bg",
|
||||||
|
"foreground": "fg",
|
||||||
|
"borderInsets": "8,12,8,12"
|
||||||
|
},
|
||||||
"background": "second",
|
"background": "second",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"grayForeground": "text",
|
"grayForeground": "text",
|
||||||
@@ -313,8 +353,12 @@
|
|||||||
"selectionInactiveInfoForeground": "text",
|
"selectionInactiveInfoForeground": "text",
|
||||||
"selectionInfoForeground": "selFg"
|
"selectionInfoForeground": "selFg"
|
||||||
},
|
},
|
||||||
|
"ComplexPopup": {
|
||||||
|
"Header.background": "notif"
|
||||||
|
},
|
||||||
"Component": {
|
"Component": {
|
||||||
"arc": 4,
|
"arc": 4,
|
||||||
|
"focusWidth": 2,
|
||||||
"borderColor": "hl",
|
"borderColor": "hl",
|
||||||
"disabledBorderColor": "dis",
|
"disabledBorderColor": "dis",
|
||||||
"focusColor": "accent",
|
"focusColor": "accent",
|
||||||
@@ -351,6 +395,7 @@
|
|||||||
},
|
},
|
||||||
"desktop": "hc",
|
"desktop": "hc",
|
||||||
"Debugger": {
|
"Debugger": {
|
||||||
|
"EvaluateExpression.background": "bg",
|
||||||
"Variables": {
|
"Variables": {
|
||||||
"changedValueForeground": "accent",
|
"changedValueForeground": "accent",
|
||||||
"collectingDataForeground": "text",
|
"collectingDataForeground": "text",
|
||||||
@@ -358,13 +403,15 @@
|
|||||||
"evaluatingExpressionForeground": "text",
|
"evaluatingExpressionForeground": "text",
|
||||||
"exceptionForeground": "yellow",
|
"exceptionForeground": "yellow",
|
||||||
"modifyingValueForeground": "accent",
|
"modifyingValueForeground": "accent",
|
||||||
"valueForeground": "accent"
|
"valueForeground": "accent",
|
||||||
|
"typeForeground": "text"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"DebuggerTabs": {
|
"DebuggerTabs": {
|
||||||
"active.background": "hl",
|
"active.background": "hl",
|
||||||
"selectedBackground": "hl",
|
"selectedBackground": "hl",
|
||||||
"underlinedTabBackground": "table"
|
"underlinedTabBackground": "table",
|
||||||
|
"underlineHeight": 2
|
||||||
},
|
},
|
||||||
"DebuggerPopup": {
|
"DebuggerPopup": {
|
||||||
"borderColor": "bg"
|
"borderColor": "bg"
|
||||||
@@ -380,6 +427,7 @@
|
|||||||
"inactiveMaskColor": "hc",
|
"inactiveMaskColor": "hc",
|
||||||
"inactiveUnderlineColor": "accent",
|
"inactiveUnderlineColor": "accent",
|
||||||
"underlineColor": "accent",
|
"underlineColor": "accent",
|
||||||
|
"underlineHeight": 3,
|
||||||
"underlinedTabBackground": "table",
|
"underlinedTabBackground": "table",
|
||||||
"underlinedTabForeground": "selFg"
|
"underlinedTabForeground": "selFg"
|
||||||
},
|
},
|
||||||
@@ -398,13 +446,21 @@
|
|||||||
"backgroundBorderColor": "bg",
|
"backgroundBorderColor": "bg",
|
||||||
"backgroundColor": "bg",
|
"backgroundColor": "bg",
|
||||||
"borderColor": "accent",
|
"borderColor": "accent",
|
||||||
"foregroundColor": "fg"
|
"foregroundColor": "fg",
|
||||||
|
"rowBackground": "accent70"
|
||||||
},
|
},
|
||||||
"dropArea.base": "accent",
|
"dropArea.base": "accent",
|
||||||
"Editor": {
|
"Editor": {
|
||||||
"background": "hc",
|
"background": "hc",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"shortcutForeground": "text"
|
"shortcutForeground": "text",
|
||||||
|
"SearchField": {
|
||||||
|
"background": "cs",
|
||||||
|
"borderInsets": "8,12,8,12"
|
||||||
|
},
|
||||||
|
"Toolbar": {
|
||||||
|
"borderColor": "border"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"EditorGroupsTabs": {
|
"EditorGroupsTabs": {
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
@@ -423,7 +479,8 @@
|
|||||||
"inactiveBackground": "bg",
|
"inactiveBackground": "bg",
|
||||||
"inactiveForeground": "dis",
|
"inactiveForeground": "dis",
|
||||||
"selectionBackground": "selBg",
|
"selectionBackground": "selBg",
|
||||||
"selectionForeground": "activeFg"
|
"selectionForeground": "activeFg",
|
||||||
|
"splitBorder": "border"
|
||||||
},
|
},
|
||||||
"EditorTabs": {
|
"EditorTabs": {
|
||||||
"active.background": "table",
|
"active.background": "table",
|
||||||
@@ -441,7 +498,10 @@
|
|||||||
"inactiveUnderlineColor": "dis",
|
"inactiveUnderlineColor": "dis",
|
||||||
"selectedBackground": "table",
|
"selectedBackground": "table",
|
||||||
"selectedForeground": "fg",
|
"selectedForeground": "fg",
|
||||||
|
"tabInsets": "-10,10,-10,10",
|
||||||
"underlineColor": "accent",
|
"underlineColor": "accent",
|
||||||
|
"underlineHeight": 3,
|
||||||
|
"underlineArc": 4,
|
||||||
"underlinedTabBackground": "table",
|
"underlinedTabBackground": "table",
|
||||||
"underlinedTabForeground": "selFg"
|
"underlinedTabForeground": "selFg"
|
||||||
},
|
},
|
||||||
@@ -472,7 +532,7 @@
|
|||||||
"defaultButtonBorderColor": "accent"
|
"defaultButtonBorderColor": "accent"
|
||||||
},
|
},
|
||||||
"FormattedTextField": {
|
"FormattedTextField": {
|
||||||
"background": "hc",
|
"background": "cs",
|
||||||
"caretForeground": "accent",
|
"caretForeground": "accent",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"inactiveBackground": "button",
|
"inactiveBackground": "button",
|
||||||
@@ -509,6 +569,9 @@
|
|||||||
"disabledSeparatorColor": "border",
|
"disabledSeparatorColor": "border",
|
||||||
"separatorColor": "border"
|
"separatorColor": "border"
|
||||||
},
|
},
|
||||||
|
"Gutter": {
|
||||||
|
"VcsChanges.width": 4
|
||||||
|
},
|
||||||
"GutterTooltip": {
|
"GutterTooltip": {
|
||||||
"borderColor": "bg",
|
"borderColor": "bg",
|
||||||
"infoForeground": "text",
|
"infoForeground": "text",
|
||||||
@@ -522,11 +585,14 @@
|
|||||||
"background": "bg",
|
"background": "bg",
|
||||||
"backgroundColor": "bg",
|
"backgroundColor": "bg",
|
||||||
"borderColor": "border",
|
"borderColor": "border",
|
||||||
|
"defaultTextBorderInsets": "16,16,16,16",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"infoForeground": "text",
|
"infoForeground": "text",
|
||||||
"shortcutForeground": "text",
|
"shortcutForeground": "text",
|
||||||
"shortcutTextColor": "text",
|
"shortcutTextColor": "text",
|
||||||
"textColor": "fg"
|
"smallTextBorderInsets": "8,12,8,12",
|
||||||
|
"textColor": "fg",
|
||||||
|
"verticalGap": 8
|
||||||
},
|
},
|
||||||
"Hg.Log.Ref": {
|
"Hg.Log.Ref": {
|
||||||
"Branch": "accent",
|
"Branch": "accent",
|
||||||
@@ -594,6 +660,7 @@
|
|||||||
"link": "accent",
|
"link": "accent",
|
||||||
"Link": {
|
"Link": {
|
||||||
"activeForeground": "accent",
|
"activeForeground": "accent",
|
||||||
|
"focusedBorderColor": "accent",
|
||||||
"hoverForeground": "accent",
|
"hoverForeground": "accent",
|
||||||
"pressedForeground": "accent",
|
"pressedForeground": "accent",
|
||||||
"secondaryForeground": "text",
|
"secondaryForeground": "text",
|
||||||
@@ -605,27 +672,61 @@
|
|||||||
"link.visited.foreground": "accent",
|
"link.visited.foreground": "accent",
|
||||||
"List": {
|
"List": {
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
|
"Button": {
|
||||||
|
"hoverBackground": "hl",
|
||||||
|
"leftRightInset": 8,
|
||||||
|
"separatorColor": "border",
|
||||||
|
"separatorInset": 4
|
||||||
|
},
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"hoverBackground": "hl",
|
"hoverBackground": "hl",
|
||||||
"hoverInactiveBackground": "table",
|
"hoverInactiveBackground": "table",
|
||||||
|
"Line.hoverBackground": "selBg",
|
||||||
|
"rowHeight": "28",
|
||||||
|
"selectionBackground": "tree",
|
||||||
"selectionForeground": "selFg",
|
"selectionForeground": "selFg",
|
||||||
"selectionInactiveBackground": "table",
|
"selectionInactiveBackground": "table",
|
||||||
"selectionInactiveForeground": "activeFg"
|
"selectionInactiveForeground": "activeFg",
|
||||||
|
"Tag": {
|
||||||
|
"background": "button",
|
||||||
|
"foreground": "fg"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"LiveIndicator": {
|
"LiveIndicator": {
|
||||||
"color": "accent"
|
"color": "accent"
|
||||||
},
|
},
|
||||||
|
"macOSWindow.Title": {
|
||||||
|
"height": 30,
|
||||||
|
"heightSmall": 20
|
||||||
|
},
|
||||||
|
"MainMenu": {
|
||||||
|
"background": "hc",
|
||||||
|
"foreground": "fg",
|
||||||
|
"selectionForeground": "activeFg",
|
||||||
|
"selectionBackground": "selBg"
|
||||||
|
},
|
||||||
"MainToolbar": {
|
"MainToolbar": {
|
||||||
"Dropdown.background": "bg",
|
|
||||||
"Dropdown.hoverBackground": "border",
|
|
||||||
"Dropdown.pressedBackground": "table",
|
|
||||||
"Icon.background": "bg",
|
|
||||||
"Icon.hoverBackground": "border",
|
|
||||||
"Icon.pressedBackground": "table",
|
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"hoverBackground": "border",
|
"Button": {
|
||||||
|
"buttonInsets": "0,0,0,0"
|
||||||
|
},
|
||||||
|
"Dropdown": {
|
||||||
|
"borderInsets": "6,12,6,12",
|
||||||
|
"background": "bg",
|
||||||
|
"foreground": "fg",
|
||||||
|
"hoverBackground": "hl",
|
||||||
|
"pressedBackground": "table"
|
||||||
|
},
|
||||||
|
"hoverBackground": "hl",
|
||||||
|
"Icon": {
|
||||||
|
"borderInsets": "10,10,10,10",
|
||||||
|
"background": "bg",
|
||||||
|
"hoverBackground": "hl",
|
||||||
|
"pressedBackground": "table"
|
||||||
|
},
|
||||||
"inactiveBackground": "bg",
|
"inactiveBackground": "bg",
|
||||||
"pressedBackground": "table"
|
"pressedBackground": "table",
|
||||||
|
"separatorColor": "border"
|
||||||
},
|
},
|
||||||
"material": {
|
"material": {
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
@@ -652,11 +753,15 @@
|
|||||||
"acceleratorForeground": "text",
|
"acceleratorForeground": "text",
|
||||||
"acceleratorSelectionForeground": "activeFg",
|
"acceleratorSelectionForeground": "activeFg",
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"border": "4,2,4,2",
|
"border": "8,8,8,8",
|
||||||
"borderColor": "second",
|
"borderColor": "second",
|
||||||
"disabledBackground": "second",
|
"disabledBackground": "second",
|
||||||
"disabledForeground": "dis",
|
"disabledForeground": "dis",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
|
"Selection": {
|
||||||
|
"arc": 8,
|
||||||
|
"innerInsets": "8,2,8,2"
|
||||||
|
},
|
||||||
"selectionBackground": "selBg",
|
"selectionBackground": "selBg",
|
||||||
"selectionForeground": "activeFg",
|
"selectionForeground": "activeFg",
|
||||||
"separatorColor": "border"
|
"separatorColor": "border"
|
||||||
@@ -676,7 +781,7 @@
|
|||||||
"acceleratorForeground": "text",
|
"acceleratorForeground": "text",
|
||||||
"acceleratorSelectionForeground": "activeFg",
|
"acceleratorSelectionForeground": "activeFg",
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"border": "4,2,4,2",
|
"border": "8,8,8,8",
|
||||||
"disabledBackground": "bg",
|
"disabledBackground": "bg",
|
||||||
"disabledForeground": "dis",
|
"disabledForeground": "dis",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
@@ -699,11 +804,13 @@
|
|||||||
"background": "bg"
|
"background": "bg"
|
||||||
},
|
},
|
||||||
"SearchField": {
|
"SearchField": {
|
||||||
"background": "hc"
|
"background": "cs"
|
||||||
}
|
},
|
||||||
|
"separatorWidth": 6
|
||||||
},
|
},
|
||||||
"NewPSD.warning": "accent",
|
"NewPSD.warning": "accent",
|
||||||
"Notification": {
|
"Notification": {
|
||||||
|
"arc": 16,
|
||||||
"Error.foreground": "accent",
|
"Error.foreground": "accent",
|
||||||
"Link.foreground": "accent",
|
"Link.foreground": "accent",
|
||||||
"background": "notif",
|
"background": "notif",
|
||||||
@@ -719,12 +826,18 @@
|
|||||||
"innerBorderColor": "button"
|
"innerBorderColor": "button"
|
||||||
},
|
},
|
||||||
"ToolWindow": {
|
"ToolWindow": {
|
||||||
|
"Button.DragAndDrop": {
|
||||||
|
"buttonFloatingBackground": "button",
|
||||||
|
"stripeBackground": "bg"
|
||||||
|
},
|
||||||
"errorBackground": "notifError",
|
"errorBackground": "notifError",
|
||||||
"errorBorderColor": "notifError",
|
"errorBorderColor": "notifError",
|
||||||
"errorForeground": "fg",
|
"errorForeground": "fg",
|
||||||
|
"infoBackground": "notif",
|
||||||
|
"infoBorderColor": "notif",
|
||||||
"infoForeground": "fg",
|
"infoForeground": "fg",
|
||||||
"informativeBackground": "notifInfo",
|
"informativeBackground": "notif",
|
||||||
"informativeBorderColor": "notifInfo",
|
"informativeBorderColor": "notif",
|
||||||
"informativeForeground": "fg",
|
"informativeForeground": "fg",
|
||||||
"warningBackground": "notifWarn",
|
"warningBackground": "notifWarn",
|
||||||
"warningBorderColor": "notifWarn",
|
"warningBorderColor": "notifWarn",
|
||||||
@@ -736,7 +849,8 @@
|
|||||||
},
|
},
|
||||||
"ToolWindowInfo": {
|
"ToolWindowInfo": {
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"background": "notifInfo"
|
"background": "notif",
|
||||||
|
"borderColor": "notif"
|
||||||
},
|
},
|
||||||
"ToolWindowWarning": {
|
"ToolWindowWarning": {
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
@@ -786,7 +900,7 @@
|
|||||||
"lineSeparatorColor": "table"
|
"lineSeparatorColor": "table"
|
||||||
},
|
},
|
||||||
"PasswordField": {
|
"PasswordField": {
|
||||||
"background": "hc",
|
"background": "cs",
|
||||||
"capsLockIconColor": "accent",
|
"capsLockIconColor": "accent",
|
||||||
"caretForeground": "accent",
|
"caretForeground": "accent",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
@@ -796,6 +910,7 @@
|
|||||||
},
|
},
|
||||||
"Plugins": {
|
"Plugins": {
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
|
"borderColor": "border",
|
||||||
"disabledForeground": "dis",
|
"disabledForeground": "dis",
|
||||||
"eapTagBackground": "hl",
|
"eapTagBackground": "hl",
|
||||||
"hoverBackground": "hl",
|
"hoverBackground": "hl",
|
||||||
@@ -817,8 +932,11 @@
|
|||||||
"updateBorderColor": "button",
|
"updateBorderColor": "button",
|
||||||
"updateForeground": "fg"
|
"updateForeground": "fg"
|
||||||
},
|
},
|
||||||
|
"ScreenshotPagination": {
|
||||||
|
"CurrentImage.fillColor": "accent"
|
||||||
|
},
|
||||||
"SearchField": {
|
"SearchField": {
|
||||||
"background": "hc",
|
"background": "cs",
|
||||||
"borderColor": "border"
|
"borderColor": "border"
|
||||||
},
|
},
|
||||||
"SectionHeader": {
|
"SectionHeader": {
|
||||||
@@ -836,27 +954,38 @@
|
|||||||
},
|
},
|
||||||
"Popup": {
|
"Popup": {
|
||||||
"Advertiser": {
|
"Advertiser": {
|
||||||
|
"borderInsets": "6,20,6,20",
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"borderColor": "bg",
|
"borderColor": "bg",
|
||||||
"foreground": "accent"
|
"foreground": "accent"
|
||||||
},
|
},
|
||||||
|
"Body": {
|
||||||
|
"bottomInsetNoAd": 8,
|
||||||
|
"bottomInsetBeforeAd": 8,
|
||||||
|
"topInsetNoHeader": 8
|
||||||
|
},
|
||||||
"Border": {
|
"Border": {
|
||||||
"color": "cs",
|
"color": "cs",
|
||||||
"inactiveColor": "bg"
|
"inactiveColor": "bg"
|
||||||
},
|
},
|
||||||
|
"background": "notif",
|
||||||
"borderColor": "cs",
|
"borderColor": "cs",
|
||||||
|
"borderWidth": 0,
|
||||||
"inactiveBorderColor": "bg",
|
"inactiveBorderColor": "bg",
|
||||||
"innerBorderColor": "second",
|
"innerBorderColor": "second",
|
||||||
"Header": {
|
"Header": {
|
||||||
"activeBackground": "bg",
|
"activeBackground": "bg",
|
||||||
"inactiveBackground": "cs"
|
"inactiveBackground": "cs",
|
||||||
|
"inactiveForeground": "text"
|
||||||
},
|
},
|
||||||
"paintBorder": true,
|
"paintBorder": false,
|
||||||
"preferences": {
|
"preferences": {
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"borderColor": "bg",
|
"borderColor": "bg",
|
||||||
"foreground": "fg"
|
"foreground": "fg"
|
||||||
},
|
},
|
||||||
|
"Selection.arc": 8,
|
||||||
|
"Selection.leftRightInset": 8,
|
||||||
"Separator": {
|
"Separator": {
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"color": "border"
|
"color": "border"
|
||||||
@@ -872,13 +1001,24 @@
|
|||||||
},
|
},
|
||||||
"PopupMenu": {
|
"PopupMenu": {
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"border": "2,0,2,0",
|
"borderWidth": 1,
|
||||||
|
"border": "8,8,8,8",
|
||||||
|
"borderCornerRadius": 8,
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
|
"Selection": {
|
||||||
|
"arc": 8,
|
||||||
|
"innerInsets": "8,2,8,2"
|
||||||
|
},
|
||||||
"selectionBackground": "selBg",
|
"selectionBackground": "selBg",
|
||||||
"translucentBackground": "bg"
|
"translucentBackground": "bg"
|
||||||
},
|
},
|
||||||
"PopupMenuSeparator.height": 10,
|
"PopupMenuSeparator": {
|
||||||
"PopupMenuSeparator.stripeIndent": 5,
|
"height": 10,
|
||||||
|
"stripeWidth": 2,
|
||||||
|
"stripeIndent": 5,
|
||||||
|
"withToEdge": 4,
|
||||||
|
"borderCornerRadius": 8
|
||||||
|
},
|
||||||
"ProgressBar": {
|
"ProgressBar": {
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"foreground": "accent",
|
"foreground": "accent",
|
||||||
@@ -922,12 +1062,27 @@
|
|||||||
"selectionBackground": "selBg",
|
"selectionBackground": "selBg",
|
||||||
"selectionForeground": "selFg"
|
"selectionForeground": "selFg"
|
||||||
},
|
},
|
||||||
|
"ReviewList": {
|
||||||
|
"state.background": "second",
|
||||||
|
"state.foreground": "fg"
|
||||||
|
},
|
||||||
"RunWidget": {
|
"RunWidget": {
|
||||||
|
"background": "button",
|
||||||
|
"Debug.activeBackground": "hl",
|
||||||
|
"foreground": "fg",
|
||||||
|
"hoverBackground": "table",
|
||||||
|
"pressedBackground": "hl",
|
||||||
|
"Profile.activeBackground": "hl",
|
||||||
|
"runningBackground": "hl",
|
||||||
|
"runningForeground": "selFg",
|
||||||
|
"Run.activeBackground": "hl",
|
||||||
"Running": {
|
"Running": {
|
||||||
"background": "accent",
|
"background": "hl",
|
||||||
"leftHoverBackground": "accent70",
|
"foreground": "selFg",
|
||||||
"leftPressedBackground": "accent"
|
"leftHoverBackground": "hl",
|
||||||
}
|
"leftPressedBackground": "hl"
|
||||||
|
},
|
||||||
|
"separatorColor": "border"
|
||||||
},
|
},
|
||||||
"ScreenView.borderColor": "border",
|
"ScreenView.borderColor": "border",
|
||||||
"scrollbar": "bg",
|
"scrollbar": "bg",
|
||||||
@@ -971,8 +1126,9 @@
|
|||||||
},
|
},
|
||||||
"SearchEverywhere": {
|
"SearchEverywhere": {
|
||||||
"Advertiser": {
|
"Advertiser": {
|
||||||
"background": "cs",
|
"background": "bg",
|
||||||
"foreground": "text"
|
"foreground": "text",
|
||||||
|
"borderInsets": "10,20,10,20"
|
||||||
},
|
},
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"Dialog": {
|
"Dialog": {
|
||||||
@@ -989,11 +1145,12 @@
|
|||||||
"Separator.foreground": "text",
|
"Separator.foreground": "text",
|
||||||
"selectionBackground": "selBg",
|
"selectionBackground": "selBg",
|
||||||
"separatorColor": "border",
|
"separatorColor": "border",
|
||||||
"separatorForeground": "text"
|
"separatorForeground": "text",
|
||||||
|
"settingsBackground": "bg"
|
||||||
},
|
},
|
||||||
"SearchField": {
|
"SearchField": {
|
||||||
"Border.color": "hl",
|
"Border.color": "hl",
|
||||||
"background": "hc",
|
"background": "cs",
|
||||||
"borderColor": "hl",
|
"borderColor": "hl",
|
||||||
"grayForeground": "dis",
|
"grayForeground": "dis",
|
||||||
"infoForeground": "dis"
|
"infoForeground": "dis"
|
||||||
@@ -1015,8 +1172,13 @@
|
|||||||
"startColor": "accent"
|
"startColor": "accent"
|
||||||
},
|
},
|
||||||
"SearchField.errorBackground": "notif",
|
"SearchField.errorBackground": "notif",
|
||||||
|
"SearchFieldWithExtension": {
|
||||||
|
"background": "cs"
|
||||||
|
},
|
||||||
"SearchOption": {
|
"SearchOption": {
|
||||||
"selectedBackground": "table"
|
"selectedBackground": "table",
|
||||||
|
"selectedPressedBackground": "hl",
|
||||||
|
"selectedHoveredBackground": "hl"
|
||||||
},
|
},
|
||||||
"SearchResults": {
|
"SearchResults": {
|
||||||
"Ordinal.File.Foreground": "text",
|
"Ordinal.File.Foreground": "text",
|
||||||
@@ -1056,12 +1218,12 @@
|
|||||||
"SpeedSearch": {
|
"SpeedSearch": {
|
||||||
"background": "hl",
|
"background": "hl",
|
||||||
"borderColor": "border",
|
"borderColor": "border",
|
||||||
"errorForeground": "fg",
|
"errorForeground": "red",
|
||||||
"foreground": "fg"
|
"foreground": "fg"
|
||||||
},
|
},
|
||||||
"Spinner": {
|
"Spinner": {
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"border": "3,3,3,3",
|
"border": "4,4,4,4",
|
||||||
"disabledBackground": "excl",
|
"disabledBackground": "excl",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"selectionForeground": "activeFg"
|
"selectionForeground": "activeFg"
|
||||||
@@ -1077,15 +1239,17 @@
|
|||||||
"Breadcrumbs": {
|
"Breadcrumbs": {
|
||||||
"floatingBackground": "tree",
|
"floatingBackground": "tree",
|
||||||
"floatingForeground": "fg",
|
"floatingForeground": "fg",
|
||||||
|
"floatingToolbarInsets": "8,12,8,12",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"hoverBackground": "tree",
|
"hoverBackground": "tree",
|
||||||
"hoverForeground": "fg",
|
"hoverForeground": "fg",
|
||||||
|
"itemBackgroundInsets": "2,4,2,4",
|
||||||
"selectionBackground": "selBg",
|
"selectionBackground": "selBg",
|
||||||
"selectionForeground": "activeFg",
|
"selectionForeground": "activeFg",
|
||||||
"selectionInactiveBackground": "button",
|
"selectionInactiveBackground": "button",
|
||||||
"selectionInactiveForeground": "fg"
|
"selectionInactiveForeground": "fg"
|
||||||
},
|
},
|
||||||
"borderColor": "bg",
|
"borderColor": "border",
|
||||||
"bottomColor": "bg",
|
"bottomColor": "bg",
|
||||||
"hoverBackground": "hl",
|
"hoverBackground": "hl",
|
||||||
"top2Color": "bg",
|
"top2Color": "bg",
|
||||||
@@ -1096,7 +1260,8 @@
|
|||||||
"hoverBackground": "hl",
|
"hoverBackground": "hl",
|
||||||
"hoverForeground": "selFg",
|
"hoverForeground": "selFg",
|
||||||
"pressedBackground": "button",
|
"pressedBackground": "button",
|
||||||
"pressedForeground": "fg"
|
"pressedForeground": "fg",
|
||||||
|
"widgetInsets": "8,12,8,12"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"TabbedPane": {
|
"TabbedPane": {
|
||||||
@@ -1126,6 +1291,7 @@
|
|||||||
"shadow": "hc",
|
"shadow": "hc",
|
||||||
"tabHeight": 32,
|
"tabHeight": 32,
|
||||||
"tabInsets": "5,10,5,10",
|
"tabInsets": "5,10,5,10",
|
||||||
|
"tabSelectionArc": 4,
|
||||||
"tabSelectionHeight": 2,
|
"tabSelectionHeight": 2,
|
||||||
"tabsOverlapBorder": true,
|
"tabsOverlapBorder": true,
|
||||||
"underlineColor": "accent"
|
"underlineColor": "accent"
|
||||||
@@ -1134,13 +1300,13 @@
|
|||||||
"Table": {
|
"Table": {
|
||||||
"alternativeRowBackground": "cs",
|
"alternativeRowBackground": "cs",
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"cellNoFocusBorder": "10,5,10,5",
|
"cellNoFocusBorder": "16,4,16,4",
|
||||||
"disabledForeground": "dis",
|
"disabledForeground": "dis",
|
||||||
"dropLineColor": "accent",
|
"dropLineColor": "accent",
|
||||||
"dropLineShortColor": "accent",
|
"dropLineShortColor": "accent",
|
||||||
"focusCellBackground": "table",
|
"focusCellBackground": "table",
|
||||||
"focusCellForeground": "activeFg",
|
"focusCellForeground": "activeFg",
|
||||||
"focusCellHighlightBorder": "10,5,10,5",
|
"focusCellHighlightBorder": "18,6,18,6",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"gridColor": "bg",
|
"gridColor": "bg",
|
||||||
"highlightOuter": "table",
|
"highlightOuter": "table",
|
||||||
@@ -1150,6 +1316,7 @@
|
|||||||
"lightSelectionForeground": "activeFg",
|
"lightSelectionForeground": "activeFg",
|
||||||
"lightSelectionInactiveBackground": "second",
|
"lightSelectionInactiveBackground": "second",
|
||||||
"lightSelectionInactiveForeground": "text",
|
"lightSelectionInactiveForeground": "text",
|
||||||
|
"rowHeight": 32,
|
||||||
"selectionBackground": "table",
|
"selectionBackground": "table",
|
||||||
"selectionForeground": "activeFg",
|
"selectionForeground": "activeFg",
|
||||||
"selectionInactiveBackground": "table",
|
"selectionInactiveBackground": "table",
|
||||||
@@ -1160,14 +1327,14 @@
|
|||||||
},
|
},
|
||||||
"TableHeader": {
|
"TableHeader": {
|
||||||
"background": "button",
|
"background": "button",
|
||||||
|
"bottomSeparatorColor": "border",
|
||||||
"borderColor": "hl",
|
"borderColor": "hl",
|
||||||
"bottomSeparatorColor": "hl",
|
"cellBorder": "6,0,6,0",
|
||||||
"cellBorder": "4,0,4,0",
|
|
||||||
"disabledForeground": "dis",
|
"disabledForeground": "dis",
|
||||||
"focusCellBackground": "table",
|
"focusCellBackground": "table",
|
||||||
"focusCellForeground": "activeFg",
|
"focusCellForeground": "activeFg",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"height": 25,
|
"height": 32,
|
||||||
"hoverBackground": "hl",
|
"hoverBackground": "hl",
|
||||||
"separatorColor": "border"
|
"separatorColor": "border"
|
||||||
},
|
},
|
||||||
@@ -1182,7 +1349,7 @@
|
|||||||
"textHighlightText": "activeFg",
|
"textHighlightText": "activeFg",
|
||||||
"textText": "text",
|
"textText": "text",
|
||||||
"TextArea": {
|
"TextArea": {
|
||||||
"background": "hc",
|
"background": "cs",
|
||||||
"caretForeground": "accent",
|
"caretForeground": "accent",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"inactiveForeground": "dis",
|
"inactiveForeground": "dis",
|
||||||
@@ -1190,7 +1357,7 @@
|
|||||||
"selectionForeground": "activeFg"
|
"selectionForeground": "activeFg"
|
||||||
},
|
},
|
||||||
"TextField": {
|
"TextField": {
|
||||||
"background": "hc",
|
"background": "cs",
|
||||||
"borderColor": "bg",
|
"borderColor": "bg",
|
||||||
"caretForeground": "accent",
|
"caretForeground": "accent",
|
||||||
"disabledBackground": "excl",
|
"disabledBackground": "excl",
|
||||||
@@ -1205,15 +1372,21 @@
|
|||||||
"separatorColorDisabled": "bg"
|
"separatorColorDisabled": "bg"
|
||||||
},
|
},
|
||||||
"TextPane": {
|
"TextPane": {
|
||||||
"background": "hc",
|
"background": "cs",
|
||||||
"caretForeground": "accent",
|
"caretForeground": "accent",
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"inactiveForeground": "dis",
|
"inactiveForeground": "dis",
|
||||||
"selectionBackground": "table",
|
"selectionBackground": "table",
|
||||||
"selectionForeground": "activeFg"
|
"selectionForeground": "activeFg"
|
||||||
},
|
},
|
||||||
|
"TipOfTheDay": {
|
||||||
|
"Image.borderColor": "border"
|
||||||
|
},
|
||||||
"TitlePane": {
|
"TitlePane": {
|
||||||
"Button.hoverBackground": "hl",
|
"Button": {
|
||||||
|
"hoverBackground": "hl",
|
||||||
|
"preferredSize": "48,40"
|
||||||
|
},
|
||||||
"background": "hc",
|
"background": "hc",
|
||||||
"inactiveBackground": "bg",
|
"inactiveBackground": "bg",
|
||||||
"inactiveInfoForeground": "dis",
|
"inactiveInfoForeground": "dis",
|
||||||
@@ -1240,7 +1413,9 @@
|
|||||||
"borderHandleColor": "text",
|
"borderHandleColor": "text",
|
||||||
"comboBoxButtonBackground": "button",
|
"comboBoxButtonBackground": "button",
|
||||||
"floatingForeground": "text",
|
"floatingForeground": "text",
|
||||||
"foreground": "fg"
|
"foreground": "fg",
|
||||||
|
"verticalToolbarInsets": "6,6,6,6",
|
||||||
|
"horizontalToolbarInsets": "6,6,6,6"
|
||||||
},
|
},
|
||||||
"ToolbarComboWidget": {
|
"ToolbarComboWidget": {
|
||||||
"background": "button",
|
"background": "button",
|
||||||
@@ -1252,6 +1427,7 @@
|
|||||||
"description.title.text.color": "fg"
|
"description.title.text.color": "fg"
|
||||||
},
|
},
|
||||||
"ToolTip": {
|
"ToolTip": {
|
||||||
|
"arc": 6,
|
||||||
"actions": {
|
"actions": {
|
||||||
"background": "bg"
|
"background": "bg"
|
||||||
},
|
},
|
||||||
@@ -1262,8 +1438,10 @@
|
|||||||
},
|
},
|
||||||
"background": "notif",
|
"background": "notif",
|
||||||
"borderColor": "border",
|
"borderColor": "border",
|
||||||
|
"borderCornerRadius": 8,
|
||||||
"foreground": "fg",
|
"foreground": "fg",
|
||||||
"infoForeground": "text",
|
"infoForeground": "text",
|
||||||
|
"linkForeground": "accent",
|
||||||
"Learning": {
|
"Learning": {
|
||||||
"background": "accent",
|
"background": "accent",
|
||||||
"borderColor": "accent",
|
"borderColor": "accent",
|
||||||
@@ -1284,6 +1462,10 @@
|
|||||||
"background": "hc",
|
"background": "hc",
|
||||||
"Button": {
|
"Button": {
|
||||||
"hoverBackground": "table",
|
"hoverBackground": "table",
|
||||||
|
"DragAndDrop": {
|
||||||
|
"stripeBackground": "cs",
|
||||||
|
"buttonDropBackground": "accent70"
|
||||||
|
},
|
||||||
"selectedBackground": "cs",
|
"selectedBackground": "cs",
|
||||||
"selectedForeground": "activeFg"
|
"selectedForeground": "activeFg"
|
||||||
},
|
},
|
||||||
@@ -1296,6 +1478,7 @@
|
|||||||
"tab.selected.background": "cs"
|
"tab.selected.background": "cs"
|
||||||
},
|
},
|
||||||
"Header": {
|
"Header": {
|
||||||
|
"height": 42,
|
||||||
"background": "second",
|
"background": "second",
|
||||||
"borderColor": "second",
|
"borderColor": "second",
|
||||||
"inactiveBackground": "bg"
|
"inactiveBackground": "bg"
|
||||||
@@ -1308,13 +1491,17 @@
|
|||||||
"hoverBackground": "hl",
|
"hoverBackground": "hl",
|
||||||
"hoverInactiveBackground": "hl",
|
"hoverInactiveBackground": "hl",
|
||||||
"inactiveUnderlineColor": "accent",
|
"inactiveUnderlineColor": "accent",
|
||||||
|
"leftRightInsets": "0,12,0,12",
|
||||||
"selectedBackground": "cs",
|
"selectedBackground": "cs",
|
||||||
"selectedInactiveBackground": "cs",
|
"selectedInactiveBackground": "cs",
|
||||||
|
"underlineArc": 4,
|
||||||
"underlineColor": "accent",
|
"underlineColor": "accent",
|
||||||
|
"underlineHeight": 3,
|
||||||
"underlinedTabBackground": "table",
|
"underlinedTabBackground": "table",
|
||||||
"underlinedTabForeground": "selFg",
|
"underlinedTabForeground": "selFg",
|
||||||
"underlinedTabInactiveBackground": "hc",
|
"underlinedTabInactiveBackground": "hc",
|
||||||
"underlinedTabInactiveForeground": "fg"
|
"underlinedTabInactiveForeground": "fg",
|
||||||
|
"verticalPadding": 6
|
||||||
},
|
},
|
||||||
"inactive": {
|
"inactive": {
|
||||||
"Header.background": "bg",
|
"Header.background": "bg",
|
||||||
@@ -1322,13 +1509,15 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"Tree": {
|
"Tree": {
|
||||||
|
"border": "4,12,4,12",
|
||||||
"background": "hc",
|
"background": "hc",
|
||||||
"foreground": "text",
|
"foreground": "text",
|
||||||
|
"errorForeground": "red",
|
||||||
"hash": "border",
|
"hash": "border",
|
||||||
"hoverBackground": "tree",
|
"hoverBackground": "tree",
|
||||||
"hoverInactiveBackground": "table",
|
"hoverInactiveBackground": "table",
|
||||||
"modifiedItemForeground": "accent",
|
"modifiedItemForeground": "accent",
|
||||||
"rowHeight": 28,
|
"rowHeight": "28",
|
||||||
"selectionBackground": "tree",
|
"selectionBackground": "tree",
|
||||||
"selectionForeground": "selFg",
|
"selectionForeground": "selFg",
|
||||||
"selectionInactiveBackground": "tree",
|
"selectionInactiveBackground": "tree",
|
||||||
@@ -1355,7 +1544,6 @@
|
|||||||
"hoverBorderColor": "hl"
|
"hoverBorderColor": "hl"
|
||||||
},
|
},
|
||||||
"Label.foreground": "text",
|
"Label.foreground": "text",
|
||||||
"List.selectionBackground": "tree",
|
|
||||||
"highStroke.foreground": "fg",
|
"highStroke.foreground": "fg",
|
||||||
"motion": {
|
"motion": {
|
||||||
"AddConstraintColor": "accent",
|
"AddConstraintColor": "accent",
|
||||||
@@ -1392,6 +1580,35 @@
|
|||||||
"ourML_BarColor.separatorColor": "border",
|
"ourML_BarColor.separatorColor": "border",
|
||||||
"timeLine.disabledBorderColor": "border"
|
"timeLine.disabledBorderColor": "border"
|
||||||
},
|
},
|
||||||
|
"PackageDetails": {
|
||||||
|
"border": "accent",
|
||||||
|
"infoBanner": "accent"
|
||||||
|
},
|
||||||
|
"PackageSearch": {
|
||||||
|
"PackagesList.rowHeight": 28,
|
||||||
|
"PackageTag": {
|
||||||
|
"background": "excl",
|
||||||
|
"foreground": "fg",
|
||||||
|
"hoverBackground": "tree",
|
||||||
|
"selectedBackground": "selBg",
|
||||||
|
"selectedForeground": "selFg"
|
||||||
|
},
|
||||||
|
"PackageTagSelected": {
|
||||||
|
"background": "selBg",
|
||||||
|
"foreground": "selFg"
|
||||||
|
},
|
||||||
|
"SearchResult": {
|
||||||
|
"background": "cs",
|
||||||
|
"hoverBackground": "tree",
|
||||||
|
"PackageTag": {
|
||||||
|
"background": "excl",
|
||||||
|
"foreground": "fg",
|
||||||
|
"hoverBackground": "tree",
|
||||||
|
"selectedBackground": "selBg",
|
||||||
|
"selectedForeground": "selFg"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"Panel": {
|
"Panel": {
|
||||||
"background": "bg",
|
"background": "bg",
|
||||||
"borderColor": "border",
|
"borderColor": "border",
|
||||||
@@ -1418,7 +1635,7 @@
|
|||||||
},
|
},
|
||||||
"VersionControl": {
|
"VersionControl": {
|
||||||
"FileHistory.Commit": {
|
"FileHistory.Commit": {
|
||||||
"otherBranchBackground": "bg",
|
"otherBranchBackground": "excl",
|
||||||
"selectedBranchBackground": "bg"
|
"selectedBranchBackground": "bg"
|
||||||
},
|
},
|
||||||
"GitCommits": {
|
"GitCommits": {
|
||||||
@@ -1443,9 +1660,15 @@
|
|||||||
"Commit": {
|
"Commit": {
|
||||||
"currentBranchBackground": "cs",
|
"currentBranchBackground": "cs",
|
||||||
"hoveredBackground": "tree",
|
"hoveredBackground": "tree",
|
||||||
|
"rowHeight": 28,
|
||||||
"unmatchedForeground": "text"
|
"unmatchedForeground": "text"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"MarkerPopup": {
|
||||||
|
"borderColor": "border",
|
||||||
|
"borderInsets": "6,8,6,10",
|
||||||
|
"Toolbar.background": "hl"
|
||||||
|
},
|
||||||
"Ref": {
|
"Ref": {
|
||||||
"backgroundBase": "hl",
|
"backgroundBase": "hl",
|
||||||
"foreground": "activeFg"
|
"foreground": "activeFg"
|
||||||
@@ -1455,6 +1678,11 @@
|
|||||||
"foreground": "activeFg"
|
"foreground": "activeFg"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"UnattendedHostStatus": {
|
||||||
|
"warningBackground": "yellow",
|
||||||
|
"warningForeground": "activeFg",
|
||||||
|
"dangerBackground": "red"
|
||||||
|
},
|
||||||
"Viewport": {
|
"Viewport": {
|
||||||
"background": "hc",
|
"background": "hc",
|
||||||
"foreground": "fg"
|
"foreground": "fg"
|
||||||
|
|||||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user