Compare commits

..

121 Commits

Author SHA1 Message Date
Karl Tauber
140ebfdb92 release 1.0-rc3 2021-02-06 23:31:53 +01:00
Karl Tauber
37d0179de1 GitHub Actions: upload demo (was removed in previous commit) 2021-02-06 23:27:39 +01:00
Karl Tauber
823d4b0fe2 dropped usage of bintray, jcenter and jfrog artifactory
deploy to Sonatype OSSRH

snapshots are now here:
https://oss.sonatype.org/content/repositories/snapshots/com/formdev/
2021-02-06 19:02:32 +01:00
Karl Tauber
dd1eacf4f0 update to Gradle 6.8.2
./gradlew wrapper --gradle-version=6.8.2
2021-02-06 11:35:35 +01:00
Karl Tauber
86c33dd686 fixed javadoc syntax error 2021-02-06 11:26:57 +01:00
Karl Tauber
c6757cc61b UI defaults inspector: filter by colors with alpha and derived colors 2021-02-06 01:32:32 +01:00
Karl Tauber
a38cf284dd UI defaults inspector: show color functions in value tooltips 2021-02-06 01:31:34 +01:00
Karl Tauber
575b8e3f7f UI defaults inspector: for derived colors, no longer change Item.value from Color to Color[] because this could cause problems if there is a UI value of type Color[] 2021-02-06 01:01:48 +01:00
Karl Tauber
bc443f47f1 Theme Editor: fixed NPE (caused by no longer implemented base files support) 2021-02-05 23:33:26 +01:00
Karl Tauber
b631bcc0db UIDefaultsLoader: check for endless recursion in parsing color functions (e.g. abc = darken($abc,10%)) 2021-02-05 23:30:48 +01:00
Karl Tauber
5ccd92ece6 CheckBox: fixed background of check boxes in JIDE CheckBoxTree (broken since commit dd8ab242fb) 2021-02-04 19:41:14 +01:00
Karl Tauber
2f3c8868a7 IntelliJ Themes: fixed table header background when dragging column in "Dark Flat" and "Light Flat" themes 2021-02-04 19:18:06 +01:00
Karl Tauber
6f7b5e8005 README.md: removed JCenter and replaced download links to bintray with Maven Central 2021-02-04 16:48:53 +01:00
Karl Tauber
10d1e4b798 UIDefaultsDump: dump color value in same format as used in FlatLaf properties files; also dump alpha as percentage 2021-02-04 15:24:50 +01:00
Karl Tauber
9d5934df14 Extras: FlatInspector: use HTML in tooltip 2021-02-04 15:19:33 +01:00
Karl Tauber
be507de6c1 Label and ToolTip: made inserting BASE_SIZE rule into HTML text more reliable 2021-02-04 15:10:27 +01:00
Karl Tauber
e5d3c08821 Fixed color of <address> tag in HTML text 2021-02-04 12:58:14 +01:00
Karl Tauber
027b4ab7da Label and ToolTip: fixed font sizes for <code>, <kbd>, <big>, <small> and <samp> tags in HTML text
ToolTip: update font size if `tiptext` property changes
2021-02-04 12:56:18 +01:00
Karl Tauber
fefea0d7ec IntelliJ Themes: updated themes to newest versions (used IJThemesUpdater) 2021-02-02 18:00:17 +01:00
Karl Tauber
33f30bfd19 README.md: new applications using FlatLaf:
- DbVisualizer
- MagicPlot
- Thermo-Calc
- Burp Suite
- BurpCustomizer
- IGMAS+
2021-02-01 21:58:18 +01:00
Karl Tauber
e9d4b9961a README.md: made "commercial" bold 2021-02-01 15:14:07 +01:00
Karl Tauber
b94248fe79 README.md: removed "new" badge from projects using FlatLaf 2021-02-01 14:58:44 +01:00
Karl Tauber
225975e0dd FlatTestFrame: added 5x and 6x scale factors 2021-02-01 13:57:36 +01:00
Karl Tauber
eac7492143 FlatAnimatedIconTest: made animation of switch smooth on high scale factors 2021-02-01 12:55:14 +01:00
Karl Tauber
b3c40bf448 release 1.0-rc2 2021-02-01 01:39:52 +01:00
Karl Tauber
02f7cd77f4 FlatBorder: fixed wrong round edge of focused components in themes without outer focus border (Flat Light/Dark) 2021-02-01 01:30:52 +01:00
Karl Tauber
7f8f3aa99b Button: undone most style changes done in previous commit related to focused and default buttons:
- default button: white background and wide border
- focused button: light blue background and thin border

(the light blue default button did not look beautiful IMHO)
2021-02-01 01:08:20 +01:00
Karl Tauber
0bcdc14909 - Button:
- In "Flat Light" theme, changed styles of focused and default buttons to
    avoid confusion with all other themes. Focused buttons now have a white
    background (was light blue) and a slightly wider border. The default button
    now has a light blue background (was white) and a thin border. In all other
    themes the default button also has colored background.
  - In "Flat Dark" theme, use slightly wider border for focused buttons.
- CheckBox and RadioButton: In "Flat Dark" theme, use blueish background for
  focused components.
2021-01-31 20:02:24 +01:00
Karl Tauber
526c25a02b FlatComponentStateTest: fixed insets 2021-01-31 18:51:28 +01:00
Karl Tauber
f48da9dab1 FlatComponentStateTest: added text field and combobox (for comparison) 2021-01-31 16:17:47 +01:00
Karl Tauber
2e8dfda12e FlatComponentStateTest: added help buttons 2021-01-31 00:55:29 +01:00
Karl Tauber
63da576d85 FlatComponentStateTest: added selected checkboxes and radiobuttons 2021-01-30 20:53:07 +01:00
Karl Tauber
0ab4206540 FlatComponentStateTest added 2021-01-30 18:43:11 +01:00
Karl Tauber
212ae90401 client property "JComponent.focusOwner" added to allow customizing detection of focused state (issue #185) 2021-01-30 17:54:47 +01:00
Karl Tauber
d4e5d0be45 javadoc fixes 2021-01-30 17:46:53 +01:00
Karl Tauber
3520a0f1fb TextComponents: border of focused non-editable text components had wrong color 2021-01-30 01:06:03 +01:00
Karl Tauber
036090a947 Button: fixed behavior of Enter key on focused button on Windows and Linux, which now clicks the focused button (instead of the default button) 2021-01-30 00:37:36 +01:00
Karl Tauber
dc570c683a UI defaults: added Java 8 and 9+ InputMap dumps of NimbusLookAndFeel, which are different on Linux (and macOS) than on Windows because they use GTK key bindings (see GTKKeybindings.installKeybindings(), invoked from NimbusLookAndFeel.getDefaults()) 2021-01-29 23:00:06 +01:00
Karl Tauber
9f85d34c91 JIDE: updated UI defaults dumps for commit 7d0f7e1c8e (support JidePopupMenu) 2021-01-29 22:06:01 +01:00
Karl Tauber
16bf1fb6c3 README.md: screenshots updated 2021-01-28 23:26:30 +01:00
Karl Tauber
47c4d508e0 Demo: updated screenshot mode 2021-01-28 23:26:16 +01:00
Karl Tauber
e5d9060623 UI defaults: added links to docs and note to properties files 2021-01-23 18:49:35 +01:00
Karl Tauber
fdf28fc385 javadoc and comment updates/fixes 2021-01-23 18:05:46 +01:00
Karl Tauber
9015a4d56b Window decorations: fixed top window border in dark themes when running in JetBrains Runtime (issue #244)
fixed/improved calculation of active border color
2021-01-23 16:59:53 +01:00
Karl Tauber
38301454a6 CHANGELOG.md: added recently merged PRs #245 2021-01-22 11:10:04 +01:00
Karl Tauber
9b3a22c4ca FlatComponents2Test: simplified layout and reduced frame size 2021-01-21 23:58:22 +01:00
Karl Tauber
548dbc3649 Merge pull request #245 from ingokegel/tree_wide_selection
Added a per-tree wide selection setting
2021-01-21 23:19:33 +01:00
Karl Tauber
3474129812 Tree:
- paint non-wide selection in FlatTreeUI.paintRow() instead of using reflection to change private field in DefaultTreeCellRenderer
- use DefaultTreeCellRenderer.getBackgroundSelectionColor() as selection color (if possible)
- added boolean client property JTree.paintSelection to disable selection painting in FlatTreeUI.paintRow()
- FlatComponents2Test:
  - added checkboxes for wideSelection and paintSelection client properties
  - added possibility to test various kinds of tree cell renderers
  - added JXTree, JIDE CheckBoxTree

(PR #245)
2021-01-21 17:38:20 +01:00
Karl Tauber
63193feebe JIDE: JidePopupMenu:
- added test to FlatJideOssTest
- updated README.md and CHANGELOG.md

(PR #246)
2021-01-21 00:14:42 +01:00
Karl Tauber
51f22bfe75 Merge pull request #246 from ingokegel/jide_popup_menu_ui
Added UI for JidePopupMenu
2021-01-21 00:05:32 +01:00
Ingo Kegel
7d0f7e1c8e Added UI for JidePopupMenu 2021-01-20 16:18:48 +01:00
Karl Tauber
dd8ab242fb CheckBox and RadioButton: fill component background as soon as background color is different to default background color, even if component is not opaque (which is the default). This paints selection if using the component as cell renderer a Table, Tree or List (better fix for #77) 2021-01-19 19:13:20 +01:00
Ingo Kegel
60f3428da7 Added a per-tree wide selection setting 2021-01-19 17:46:41 +01:00
Karl Tauber
c6fec0a131 release 1.0-rc1 2021-01-18 23:34:37 +01:00
Karl Tauber
fdc43fc0d3 Slider: improved thumb hover and pressed colors
Also changed auto-inverse threshold from 50% to 65% for increase and 35% for decrease, because this gives much better results for slider hover and pressed colors. This does not change other colors in core themes, but few colors in some IntelliJ themes (usually checkbox hover/pressed).
2021-01-18 23:20:25 +01:00
Karl Tauber
0b880aa335 TabbedPane: fixed scrolling tabs with touchpads and high-resolution mouse wheels 2021-01-18 18:34:21 +01:00
Karl Tauber
74f50ec992 IntelliJ Themes: fixed menu accelerator colors in Monocai theme (issue #243) 2021-01-18 12:15:12 +01:00
Karl Tauber
1bdf4532db UI defaults inspector: support wildcard matching in filter 2021-01-16 12:56:25 +01:00
Karl Tauber
f97783ddef Window decorations: RootPane.activeBorderColor and RootPane.inactiveBorderColor fixes:
- FlatDarkLaf.properties: changed darken() to lighten(), which does not change real colors due to autoInverse mechanism
- FlatLightLaf.properties: use also derived colors (to be consistent with FlatDarkLaf.properties and fix warning in UIDefaultsDump)
2021-01-16 01:01:36 +01:00
Karl Tauber
1024d6fc07 UIDefaultsDump: use DerivedColorKeys.properties to compute and dump derived colors and verify them 2021-01-16 00:39:36 +01:00
Karl Tauber
3ec59d0c58 UI defaults inspector:
- no longer show color values as decimal rgb
- use black for color value text if color is translucent
- fix derived color tooltip
- improved filter performance
2021-01-15 19:44:45 +01:00
Karl Tauber
c43249316c UI defaults inspector:
- show computed derived colors
- also show base colors and default colors
- indicate derived colors with magenta bar on right side in value column
2021-01-15 19:07:44 +01:00
Karl Tauber
ed5180ffd6 Theme Editor:
- save/restore selection when reloading file (if changed outside)
- select all text in find field when pressing Ctrl+F
- use lighter color for operators (e.g. '=')
2021-01-15 16:15:05 +01:00
Karl Tauber
e9ec769340 CHANGELOG.md: added recently merged PRs #237, #239 and #241 2021-01-15 16:00:11 +01:00
Karl T
5e16ff8dff Merge pull request #241 from ingokegel/macos_text_aa
The fix for text anti-aliasing in 50d36fe9 should only apply on macOS
2021-01-15 14:39:00 +01:00
Ingo Kegel
364b6631ea The fix for text anti-aliasing in 50d36fe9 should only apply on macOS 2021-01-15 14:31:58 +01:00
Karl T
48a18e53e3 Merge pull request #240 from ingokegel/table_header_column_borders
Made paintColumnBorders protected to help with implementing derived table header UIs
2021-01-15 14:15:27 +01:00
Karl T
bcc8282d73 Merge pull request #239 from ingokegel/macos_text_aa
Switched from sub-pixel to greyscale text anti-aliasing on macOS when running with a JetBrains JRE
2021-01-15 14:04:40 +01:00
Ingo Kegel
15017ed49c Made paintColumnBorders protected to help with implementing derived table header UIs
To implement FlatLaf UIs for CellStyleTableHeaderUI and SortableTableHeaderUI from the Jide Grids library, access to the paintColumnBorders method is required
2021-01-15 13:09:10 +01:00
Ingo Kegel
50d36fe91b Switched from sub-pixel to greyscale text anti-aliasing on macOS when running with a JetBrains JRE.
Sub-pixel anti-aliasing (VALUE_TEXT_ANTIALIAS_LCD_HRGB) causes font rendering with too much weight with a JetBrains JREs (both 8 and 11). This can be seen when comparing the text rendering of UI elements between IntelliJ IDEA and FlatLaf.

This commits aligns FlatLaf's behavior with IntelliJ IDEA which disables sub-pixel anti-aliasing on macOS for its IDE anti-aliasing setting and uses greyscale anti-aliasing by default (see com.intellij.ide.ui.AntialiasingType.canUseSubpixelAAForIDE).
2021-01-14 18:59:54 +01:00
Karl Tauber
23e67a2908 Slider: support per component custom thumb and track colors 2021-01-14 13:50:42 +01:00
Karl Tauber
0dab1b73cc JIDE: RangeSlider: fixed slider focused colors in IntelliJ themes (see commit 1fb0783808) 2021-01-14 13:36:01 +01:00
Karl T
3c086a92e2 Merge pull request #237 from ingokegel/macos_font
JetBrains Runtime 11 has support for displaying the .AppleSystemUIFont font.
2021-01-14 13:22:16 +01:00
Ingo Kegel
647d72514b JetBrains Runtime 11 has support for displaying the .AppleSystemUIFont font.
This font should be used for UI elements since macOS 10.15.
See https://youtrack.jetbrains.com/issue/JBR-1915 for more information.

Other JREs, including JetBrains Runtime 8 do not handle kerning for that font correctly.
2021-01-14 10:18:39 +01:00
Karl Tauber
15328b4fd7 ToggleButton: tab style buttons now respect explicitly set background color 2021-01-13 17:52:05 +01:00
Karl Tauber
b49a498f9c Button and ToggleButton: ToolBar buttons now respect explicitly set background color. If no background color is set, then the button background is not painted anymore (issue #191) 2021-01-13 17:22:09 +01:00
Karl Tauber
8d14d5f87c Button: disabled Button.defaultButtonFollowsFocus on Windows (as on other platforms, IntelliJ IDEA and other Lafs) 2021-01-13 10:32:15 +01:00
Karl Tauber
a6db352ecd IntelliJ Themes:
- fixed menu item check colors
- fixed MenuItem.underlineSelectionColor
- fixed List, Tree and Table selectionInactiveForeground in light Arc themes
- fixed List and Table background colors in Material UI Lite themes
2021-01-13 10:11:29 +01:00
Karl Tauber
ccbb26c176 IntelliJ Themes: added hover and pressed feedback to Button, CheckBox, RadioButton and ToggleButton (issue #176) 2021-01-12 14:15:44 +01:00
Karl Tauber
8f6af73541 CheckBox and RadioButton:
- use `CheckBox.icon.selectedBackground` as base color for derived "selected" colors
- use derived colors for `CheckBox.icon[filled].selectedHoverBackground` and `CheckBox.icon[filled].selectedPressedBackground`
- removed unnecessary `CheckBox.icon.selectedFocusedBorderColor`from FlatDarkLaf.properties
- added missing keys to FlatLafUIKeys.txt

(preparation for #176)
2021-01-12 10:43:57 +01:00
Karl Tauber
a59f17fdb2 UIDefaultsKeysDump: extend existing keys file (instead of replacing it) to allow manual adding of optional keys, which are not defined in UI defaults 2021-01-11 14:00:14 +01:00
Karl Tauber
14222e40ad TabbedPane: fixed IndexOutOfBoundsException when using tooltip text on close buttons and closing last/rightmost tab (issue #235) 2021-01-10 18:28:30 +01:00
Karl Tauber
7d48bf06fe Button and ToggleButton: Threat Unicode surrogate character pair as single character and make button square (issue #234) 2021-01-09 23:46:56 +01:00
Karl Tauber
1d06a2c2e8 IntelliJ Themes: updated "Material Theme UI Lite" themes; added "Material Theme UI Lite / Moonlight" theme 2021-01-09 17:55:09 +01:00
Karl Tauber
cf141f0e55 IntelliJ Themes: updated "Dracula" and "Gradianto" themes 2021-01-09 17:35:13 +01:00
Karl Tauber
9113c31612 UI defaults inspector: support copy key/value to clipboard 2021-01-09 11:13:17 +01:00
Karl Tauber
00b4e0a6fd UI defaults inspector: support embedding into any window 2021-01-09 00:38:46 +01:00
Karl Tauber
e3cac95d37 UI defaults:
- moved some common properties from FlatLightLaf.properties and FlatDarkLaf.properties to FlatLaf.properties
- use color functions for more properties
2021-01-08 18:24:39 +01:00
Karl Tauber
64d850c583 build.gradle.kts: added more information to pom 2021-01-08 11:47:48 +01:00
Karl Tauber
2fe1b9e726 ScrollPane: smooth scrolling:
- scroll at least one pixel to avoid "hanging"
- limit scroll increment to visible width/height
- no longer use block increment because had width/height of view (IOW was too large and had no effect)

(issue #27)
2021-01-08 11:20:55 +01:00
Karl Tauber
1315d847b9 removed dummy pom.xml for GitHub dependency graph 2021-01-07 14:09:55 +01:00
Karl Tauber
b5954102b6 README.md: added maven-central badge 2021-01-05 15:09:52 +01:00
Karl Tauber
1c8ba0c538 added dummy root pom.xml for GitHub dependency graph 2021-01-05 11:58:02 +01:00
Karl Tauber
be18317a6d moved flatlaf-extras/pom.xml (for GitHub dependency graph) to another folder to check whether GitHub recognizes it there 2021-01-05 11:48:50 +01:00
Karl Tauber
88d2b8266e README.md: reordered chapters 2021-01-03 11:59:44 +01:00
Karl Tauber
949ca5ddff JIDE: auto-initialize JIDE extensions (issue #230) 2021-01-03 11:55:09 +01:00
Karl Tauber
3eb53b9648 Theme Editor: save/restore window size (basic implementation; ignoring maximized state and screen number) 2021-01-02 15:44:37 +01:00
Karl Tauber
e4a03ede1f added dummy pom.xml for GitHub dependency graph for flatlaf-extras 2021-01-02 14:05:10 +01:00
Karl Tauber
cb65dc0e9d added dummy pom.xml for GitHub dependency graph 2021-01-02 13:09:31 +01:00
Karl Tauber
8ec907050e Theme Editor:
- "Open Directory" action added
- remember recently opened directories
- remember recently selected file
2021-01-01 17:43:05 +01:00
Karl Tauber
15ba00a902 Theme Editor: use selected text in editor for searching when pressing Ctrl+F 2021-01-01 12:56:29 +01:00
Karl Tauber
89d0c301c2 Theme Editor: "replace" and "replace all" added; focus editor with F12 key 2020-12-31 23:22:45 +01:00
Karl Tauber
2f47466f3b Theme Editor:
- fixed broken (mouse-wheel) scrolling caused by the additional JPanel
- fixed broken slide-in animation of "find bar"
2020-12-31 22:29:09 +01:00
Karl Tauber
d70eca9774 Theme Editor: added "error strip" to right side; removed scroll pane border 2020-12-31 18:15:20 +01:00
Karl Tauber
95ce92fa18 Theme Editor: find previous/next with UP/DOWN keys 2020-12-31 17:34:16 +01:00
Karl Tauber
b3db52b2ed Theme Editor: mark occurrence while typing; disable previous/next occurrence buttons if searchFor is empty 2020-12-31 16:23:04 +01:00
Karl Tauber
c40912013d Theme Editor: use markAll() (instead of find()) to avoid that selection jumps to next occurrence when showing find bar or when changing options 2020-12-31 16:11:22 +01:00
Karl Tauber
1c08e98c1c Theme Editor: show/hide highlighted matches when showing/hiding "find bar" 2020-12-31 15:55:22 +01:00
Karl Tauber
3f202a7cdc Theme Editor: transfer focus to editor when hiding "find bar" 2020-12-31 15:24:32 +01:00
Karl Tauber
6f3aea8fc1 Theme Editor: basic "find bar" added 2020-12-31 15:08:14 +01:00
Karl Tauber
0896143838 Theme Editor: support navigating to next/previous editor with Ctrl+Tab/Ctrl+Shift+Tab 2020-12-30 14:03:41 +01:00
Karl Tauber
ea94899a28 Extras: added missing export of package com.formdev.flatlaf.extras.components to Java 9 module descriptor (issue #117) 2020-12-30 11:23:51 +01:00
Karl Tauber
d2109cef86 Theme Editor: update open tabs when .properties files were added or removed to directory (on window activation) 2020-12-29 23:12:23 +01:00
Karl Tauber
cda146366c Theme Editor: auto-reload .properties files on window activation, if modified outside 2020-12-29 18:30:52 +01:00
Karl Tauber
678b879a01 Theme Editor:
- open all .properties files in passed directory in tabs
- basic menu bar added (Save, Exit)
- auto-save files on window deactivation and app exit
2020-12-28 20:38:48 +01:00
Karl Tauber
4c885c5e7b CHANGELOG.md: added PR #229 2020-12-23 12:31:16 +01:00
Karl Tauber
d5002b1c33 Merge pull request #229
TextField Placeholder now honors the right inset
2020-12-23 12:18:33 +01:00
Karl Tauber
4f8b6d6b28 UIDefaultsLoader:
- changed "globals" to "wildcard replacements"
- strict checking for background/foreground keys
2020-12-23 11:14:26 +01:00
Karl Tauber
66dab41539 properties: added spaces around '=' for easier reading 2020-12-23 10:52:42 +01:00
Niklas
9e4940228d TextField now honours right component inset
If the placeholder can't be drawn fully, we clip it by adding an
ellipse.
2020-12-23 09:26:30 +01:00
Karl Tauber
cbb11ebb03 ComboBox, Spinner and SplitPaneDivider: support "pressed" feedback on arrow buttons 2020-12-23 00:02:58 +01:00
184 changed files with 17211 additions and 4750 deletions

View File

@@ -99,11 +99,11 @@ jobs:
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle.kts') }} key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle.kts') }}
restore-keys: ${{ runner.os }}-gradle restore-keys: ${{ runner.os }}-gradle
- name: Publish snapshot to oss.jfrog.org - name: Publish snapshot to oss.sonatype.org
run: ./gradlew artifactoryPublish run: ./gradlew publish -Dorg.gradle.internal.publish.checksums.insecure=true
env: env:
BINTRAY_USER: ${{ secrets.BINTRAY_USER }} OSSRH_USERNAME: ${{ secrets.OSSRH_USERNAME }}
BINTRAY_KEY: ${{ secrets.BINTRAY_KEY }} OSSRH_PASSWORD: ${{ secrets.OSSRH_PASSWORD }}
release: release:
@@ -135,8 +135,21 @@ jobs:
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle.kts') }} key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle.kts') }}
restore-keys: ${{ runner.os }}-gradle restore-keys: ${{ runner.os }}-gradle
- name: Release a new stable version to bintray - name: Release a new stable version to Maven Central
run: ./gradlew bintrayUpload -Drelease=true run: ./gradlew publish :flatlaf-demo:build -Drelease=true
env: env:
BINTRAY_USER: ${{ secrets.BINTRAY_USER }} OSSRH_USERNAME: ${{ secrets.OSSRH_USERNAME }}
BINTRAY_KEY: ${{ secrets.BINTRAY_KEY }} OSSRH_PASSWORD: ${{ secrets.OSSRH_PASSWORD }}
SIGNING_KEY: ${{ secrets.SIGNING_KEY }}
SIGNING_PASSWORD: ${{ secrets.SIGNING_PASSWORD }}
- name: Upload demo
uses: sebastianpopp/ftp-action@releases/v2
with:
host: ${{ secrets.FTP_SERVER }}
user: ${{ secrets.FTP_USERNAME }}
password: ${{ secrets.FTP_PASSWORD }}
forceSsl: true
localDir: "flatlaf-demo/build/libs"
remoteDir: "."
options: "--only-newer --no-recursion --verbose=1"

View File

@@ -1,6 +1,119 @@
FlatLaf Change Log FlatLaf Change Log
================== ==================
## 1.0-rc3
#### New features and improvements
- Extras:
- UI Inspector: Use HTML in tooltip. Display color value in same format as
used in FlatLaf properties files. Added color preview.
#### Fixed bugs
- Label and ToolTip: Fixed font sizes for `<code>`, `<kbd>`, `<big>`, `<small>`
and `<samp>` tags in HTML text.
- Fixed color of `<address>` tag in HTML text.
- IntelliJ Themes: Fixed table header background when dragging column in "Dark
Flat" and "Light Flat" themes.
- CheckBox: Fixed background of check boxes in JIDE `CheckBoxTree`. (regression
in 1.0-rc2)
## 1.0-rc2
#### New features and improvements
- Button:
- In "Flat Light" theme, use a slightly thinner border for focused buttons
(because they already have light blue background).
- In "Flat Dark" theme, use slightly wider border for focused buttons.
- CheckBox and RadioButton: In "Flat Dark" theme, use blueish background for
focused components.
- Tree: Support disabling wide selection per component. (set client property
`JTree.wideSelection` to `false`). (PR #245)
- Tree: Support disabling selection painting per component. Then the tree cell
renderer is responsible for selection painting. (set client property
`JTree.paintSelection` to `false`).
- JIDE Common Layer: Support `JidePopupMenu`.
#### Fixed bugs
- Button: Fixed behavior of <kbd>Enter</kbd> key on focused button on Windows
and Linux, which now clicks the focused button (instead of the default
button).
- On Windows, this is a regression in 1.0-rc1.
- On macOS, the <kbd>Enter</kbd> key always clicks the default button, which
is the platform behavior.
- On all platforms, the default button can be always clicked with
<kbd>Ctrl+Enter</kbd> keys, even if another button is focused.
- CheckBox and RadioButton: Fill component background as soon as background
color is different to default background color, even if component is not
opaque (which is the default). This paints selection if using the component as
cell renderer a Table, Tree or List.
- TextComponents: Border of focused non-editable text components had wrong
color.
- Custom window decorations: Fixed top window border in dark themes when running
in JetBrains Runtime.
## 1.0-rc1
#### New features and improvements
- Button: Disabled `Button.defaultButtonFollowsFocus` on Windows (as on other
platforms). If you like to keep the old behavior in your application, use:
`if(SystemInfo.isWindows)
UIManager.put("Button.defaultButtonFollowsFocus",true);`.
- ComboBox, Spinner and SplitPaneDivider: Added pressed feedback to arrow
buttons.
- Slider: Support per component custom thumb and track colors via
`JSlider.setForeground(Color)` and `JSlider.setBackground(Color)`.
- Slider: Improved thumb hover and pressed colors.
- TextComponent: Clip placeholder text if it does not fit into visible area. (PR
#229)
- macOS: Improved font rendering on macOS when using JetBrains Runtime. (PRs
#237, #239 and #241)
- Extras: UI defaults inspector:
- Support embedding UI defaults inspector panel into any window. See
`FlatUIDefaultsInspector.createInspectorPanel()`.
- Copy selected keys and values into clipboard via context menu.
- Support wildcard matching in filter (`*` matches any number of characters,
`?` matches a single character, `^` beginning of line, `$` end of line).
- IntelliJ Themes:
- Added hover and pressed feedback to Button, CheckBox, RadioButton and
ToggleButton. (issue #176)
- Added "Material Theme UI Lite / Moonlight" theme.
- Updated "Dracula", "Gradianto" and "Material Theme UI Lite" themes.
#### Fixed bugs
- Button and ToggleButton: Threat Unicode surrogate character pair as single
character and make button square. (issue #234)
- Button and ToggleButton: ToolBar buttons now respect explicitly set background
color. If no background color is set, then the button background is not
painted anymore. (issue #191)
- ToggleButton: Tab style buttons (client property `JButton.buttonType` is
`tab`) now respect explicitly set background color.
- TabbedPane: Fixed `IndexOutOfBoundsException` when using tooltip text on close
buttons and closing last/rightmost tab. (issue #235)
- TabbedPane: Fixed scrolling tabs with touchpads and high-resolution mouse
wheels.
- Extras: Added missing export of package
`com.formdev.flatlaf.extras.components` to Java 9 module descriptor.
- JIDE Common Layer:
- Invoke `LookAndFeelFactory.installJideExtension()` when using FlatLaf UI
delegates. (issue #230)
- RangeSlider: Fixed slider focused colors in IntelliJ themes.
- IntelliJ Themes:
- Fixed menu item check colors.
- Fixed `MenuItem.underlineSelectionColor`.
- Fixed List, Tree and Table `selectionInactiveForeground` in light Arc
themes.
- Fixed List and Table background colors in Material UI Lite themes.
- Fixed menu accelerator colors in Monocai theme. (issue #243)
## 0.46 ## 0.46
#### New features and improvements #### New features and improvements

118
README.md
View File

@@ -37,7 +37,7 @@ Requires Java 8 or newer.
Download Download
-------- --------
FlatLaf binaries are available on **JCenter** and **Maven Central**. FlatLaf 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
build script: build script:
@@ -48,16 +48,16 @@ build script:
Otherwise download `flatlaf-<version>.jar` here: Otherwise download `flatlaf-<version>.jar` here:
[![Download](https://api.bintray.com/packages/jformdesigner/flatlaf/flatlaf/images/download.svg)](https://bintray.com/jformdesigner/flatlaf/flatlaf/_latestVersion) [![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.formdev/flatlaf/badge.svg?style=flat-square&color=007ec6)](https://maven-badges.herokuapp.com/maven-central/com.formdev/flatlaf)
### Snapshots ### Snapshots
FlatLaf snapshot binaries are available in FlatLaf snapshot binaries are available on
[JFrog Artifactory](https://oss.jfrog.org/artifactory/oss-snapshot-local/com/formdev/). [Sonatype OSSRH](https://oss.sonatype.org/content/repositories/snapshots/com/formdev/flatlaf/).
To access the latest snapshot, change the FlatLaf version(s) in the dependencies To access the latest snapshot, change the FlatLaf version in your dependencies
to `<version>-SNAPSHOT` (e.g. `0.27-SNAPSHOT`) and add the repository to `<version>-SNAPSHOT` (e.g. `0.27-SNAPSHOT`) and add the repository
`https://oss.jfrog.org/artifactory/oss-snapshot-local` to your build (see `https://oss.sonatype.org/content/repositories/snapshots/` to your build (see
[Maven](https://maven.apache.org/guides/mini/guide-multiple-repositories.html) [Maven](https://maven.apache.org/guides/mini/guide-multiple-repositories.html)
and and
[Gradle](https://docs.gradle.org/current/userguide/declaring_repositories.html#sec:declaring_custom_repository) [Gradle](https://docs.gradle.org/current/userguide/declaring_repositories.html#sec:declaring_custom_repository)
@@ -73,22 +73,50 @@ Addons
- [JIDE Common Layer](flatlaf-jide-oss) - [JIDE Common Layer](flatlaf-jide-oss)
Projects using FlatLaf Documentation
---------------------- -------------
For more information and documentation visit
[FlatLaf Home](https://www.formdev.com/flatlaf/)
Buzz
----
- [What others say about FlatLaf on Twitter](https://twitter.com/search?f=live&q=flatlaf)
- [FlatLaf announcement on Reddit](https://www.reddit.com/r/java/comments/dl0hu3/flatlaf_flat_look_and_feel/)
Applications using FlatLaf
--------------------------
- [Apache NetBeans](https://netbeans.apache.org/) 11.3 - IDE for Java, PHP, HTML - [Apache NetBeans](https://netbeans.apache.org/) 11.3 - IDE for Java, PHP, HTML
and much more and much more
- [jclasslib bytecode viewer](https://github.com/ingokegel/jclasslib) 5.5 - [jclasslib bytecode viewer](https://github.com/ingokegel/jclasslib) 5.5
- [KeyStore Explorer](https://keystore-explorer.org/) 5.4.3 - [KeyStore Explorer](https://keystore-explorer.org/) 5.4.3
- ![New](images/new.svg) [OWASP ZAP](https://www.zaproxy.org/) 2.10 - the worlds - ![New](images/new.svg) [DbVisualizer](https://www.dbvis.com/) 12.0
most widely used web app scanner (**commercial**) - the universal database tool for developers, analysts and
- ![New](images/new.svg) [JOSM](https://josm.openstreetmap.de/) - an extensible DBAs
editor for [OpenStreetMap](https://www.openstreetmap.org/) (requires FlatLaf - ![New](images/new.svg) [MagicPlot](https://magicplot.com/) 3.0
JOSM plugin) (**commercial**) - Software for nonlinear fitting, plotting and data analysis
- [jAlbum](https://jalbum.net/) 21 (commercial) - creates photo album websites - ![New](images/new.svg)
- [XMLmind XML Editor](https://www.xmlmind.com/xmleditor/) 9.3 (commercial) [Thermo-Calc](https://thermocalc.com/products/thermo-calc/) 2021a
- [Total Validator](https://www.totalvalidator.com/) 15 (commercial) - checks (**commercial**) - Thermodynamics and Properties Software
your website - [OWASP ZAP](https://www.zaproxy.org/) 2.10 - the worlds most widely used web
app scanner
- ![New](images/new.svg)
[Burp Suite Professional and Community Edition](https://portswigger.net/burp/pro)
2020.11.2 (**commercial**) - the leading software for web security testing
- ![New](images/new.svg)
[BurpCustomizer](https://github.com/CoreyD97/BurpCustomizer) - adds more
FlatLaf themes to Burp Suite
- [JOSM](https://josm.openstreetmap.de/) - an extensible editor for
[OpenStreetMap](https://www.openstreetmap.org/) (requires FlatLaf JOSM plugin)
- [jAlbum](https://jalbum.net/) 21 (**commercial**) - creates photo album
websites
- [XMLmind XML Editor](https://www.xmlmind.com/xmleditor/) 9.3 (**commercial**)
- [Total Validator](https://www.totalvalidator.com/) 15 (**commercial**) -
checks your website
- [j-lawyer](https://github.com/jlawyerorg/j-lawyer-org) - Kanzleisoftware - [j-lawyer](https://github.com/jlawyerorg/j-lawyer-org) - Kanzleisoftware
- [MegaMek](https://github.com/MegaMek/megamek) v0.47.4 and - [MegaMek](https://github.com/MegaMek/megamek) v0.47.4 and
[MekHQ](https://github.com/MegaMek/mekhq) v0.47.5 - a turn-based sci-fi board [MekHQ](https://github.com/MegaMek/mekhq) v0.47.5 - a turn-based sci-fi board
@@ -102,32 +130,33 @@ Projects using FlatLaf
gamepad mapping software gamepad mapping software
- [SpringRemote](https://github.com/HaleyWang/SpringRemote) - remote Linux SSH - [SpringRemote](https://github.com/HaleyWang/SpringRemote) - remote Linux SSH
connections manager connections manager
- ![New](images/new.svg) [jEnTunnel](https://github.com/ggrandes/jentunnel) - - [jEnTunnel](https://github.com/ggrandes/jentunnel) - manage SSH Tunnels made
manage SSH Tunnels made easy easy
- [mendelson AS2](https://sourceforge.net/projects/mec-as2/), - [mendelson AS2](https://sourceforge.net/projects/mec-as2/),
[AS4](https://sourceforge.net/projects/mendelson-as4/) and [AS4](https://sourceforge.net/projects/mendelson-as4/) and
[OFTP2](https://sourceforge.net/projects/mendelson-oftp2/) (open-source) and [OFTP2](https://sourceforge.net/projects/mendelson-oftp2/) (open-source) and
[mendelson AS2](https://mendelson-e-c.com/as2/), [mendelson AS2](https://mendelson-e-c.com/as2/),
[AS4](https://mendelson-e-c.com/as4/) and [AS4](https://mendelson-e-c.com/as4/) and
[OFTP2](https://mendelson-e-c.com/oftp2) (commercial) [OFTP2](https://mendelson-e-c.com/oftp2) (**commercial**)
- ![New](images/new.svg) [IGMAS+](https://www.gfz-potsdam.de/igmas) -
Interactive Gravity and Magnetic Application System
- [MeteoInfo](https://github.com/meteoinfo/MeteoInfo) 2.2 - GIS and scientific - [MeteoInfo](https://github.com/meteoinfo/MeteoInfo) 2.2 - GIS and scientific
computation environment for meteorological community computation environment for meteorological community
- [lsfusion platform](https://github.com/lsfusion/platform) - information - [lsfusion platform](https://github.com/lsfusion/platform) 4 - information
systems development platform systems development platform
- ![New](images/new.svg) [JPass](https://github.com/gaborbata/jpass) - password - [JPass](https://github.com/gaborbata/jpass) - password manager with strong
manager with strong encryption encryption
- [Jes - Die Java-EÜR](https://www.jes-eur.de) - [Jes - Die Java-EÜR](https://www.jes-eur.de)
- [Mapton](https://mapton.org/) 2.0 - [Mapton](https://mapton.org/) 2.0
([source code](https://github.com/trixon/mapton)) based on NetBeans platform - ([source code](https://github.com/trixon/mapton)) - some kind of map
some kind of map application application (based on NetBeans platform)
- [Pseudo Assembler IDE](https://github.com/tomasz-herman/PseudoAssemblerIDE) - - [Pseudo Assembler IDE](https://github.com/tomasz-herman/PseudoAssemblerIDE) -
IDE for Pseudo-Assembler IDE for Pseudo-Assembler
- ![New](images/new.svg) [Linotte](https://github.com/cpc6128/LangageLinotte) - [Linotte](https://github.com/cpc6128/LangageLinotte) 3.1 - French programming
3.1 - French programming language created to learn programming language created to learn programming
- ![New](images/new.svg) [MEKA](https://github.com/Waikato/meka) 1.9.3 - - [MEKA](https://github.com/Waikato/meka) 1.9.3 - multi-label classifiers and
multi-label classifiers and evaluation procedures using the Weka machine evaluation procedures using the Weka machine learning framework
learning framework - [Shutter Encoder](https://www.shutterencoder.com/) 14.2
- ![New](images/new.svg) [Shutter Encoder](https://www.shutterencoder.com/) 14.2
([source code](https://github.com/paulpacifico/shutter-encoder)) - ([source code](https://github.com/paulpacifico/shutter-encoder)) -
professional video converter and compression tool (screenshots show **old** professional video converter and compression tool (screenshots show **old**
look) look)
@@ -135,29 +164,12 @@ Projects using FlatLaf
sound files in time or frequency domain sound files in time or frequency domain
- [RemoteLight](https://github.com/Drumber/RemoteLight) - multifunctional LED - [RemoteLight](https://github.com/Drumber/RemoteLight) - multifunctional LED
control software control software
- ![New](images/new.svg) - [ThunderFocus](https://github.com/marcocipriani01/ThunderFocus) -
[ThunderFocus](https://github.com/marcocipriani01/ThunderFocus) -
Arduino-based telescope focuser Arduino-based telescope focuser
- ![New](images/new.svg) - [Novel-Grabber](https://github.com/Flameish/Novel-Grabber) - download novels
[Novel-Grabber](https://github.com/Flameish/Novel-Grabber) - download novels
from any webnovel and lightnovel site from any webnovel and lightnovel site
- ![New](images/new.svg) [lectureStudio](https://www.lecturestudio.org/) - [lectureStudio](https://www.lecturestudio.org/) 4.3.1060 - digitize your
4.3.1060 - digitize your lectures with ease lectures with ease
- ![New](images/new.svg) - [Android Tool](https://github.com/fast-geek/Android-Tool) - makes popular adb
[Android Tool](https://github.com/fast-geek/Android-Tool) - makes popular adb
and fastboot commands easier to use and fastboot commands easier to use
- and more... - and more...
Buzz
----
- [What others say about FlatLaf on Twitter](https://twitter.com/search?f=live&q=flatlaf)
- [FlatLaf announcement on Reddit](https://www.reddit.com/r/java/comments/dl0hu3/flatlaf_flat_look_and_feel/)
Documentation
-------------
For more information and documentation visit
[FlatLaf Home](https://www.formdev.com/flatlaf/)

View File

@@ -14,8 +14,8 @@
* limitations under the License. * limitations under the License.
*/ */
val releaseVersion = "0.46" val releaseVersion = "1.0-rc3"
val developmentVersion = "0.47-SNAPSHOT" val developmentVersion = "1.0-rc4-SNAPSHOT"
version = if( java.lang.Boolean.getBoolean( "release" ) ) releaseVersion else developmentVersion version = if( java.lang.Boolean.getBoolean( "release" ) ) releaseVersion else developmentVersion
@@ -23,7 +23,7 @@ allprojects {
version = rootProject.version version = rootProject.version
repositories { repositories {
jcenter() mavenCentral()
} }
} }
@@ -40,17 +40,6 @@ println( "Java ${System.getProperty( "java.version" )}" )
println() println()
extra["bintray.user"] = System.getenv( "BINTRAY_USER" ) ?: System.getProperty( "bintray.user" )
extra["bintray.key"] = System.getenv( "BINTRAY_KEY" ) ?: System.getProperty( "bintray.key" )
// if true, do not upload to bintray
extra["bintray.dryRun"] = false
// if true, uploaded artifacts are visible to all
// if false, only visible to owner when logged into bintray
extra["bintray.publish"] = false
allprojects { allprojects {
tasks { tasks {
withType<JavaCompile>().configureEach { withType<JavaCompile>().configureEach {
@@ -64,7 +53,7 @@ allprojects {
// manifest for all created JARs // manifest for all created JARs
manifest.attributes(mapOf( manifest.attributes(mapOf(
"Implementation-Vendor" to "FormDev Software GmbH", "Implementation-Vendor" to "FormDev Software GmbH",
"Implementation-Copyright" to "Copyright (C) ${java.time.LocalDate.now().year} FormDev Software GmbH. All rights reserved.", "Implementation-Copyright" to "Copyright (C) 2019-${java.time.LocalDate.now().year} FormDev Software GmbH. All rights reserved.",
"Implementation-Version" to project.version)) "Implementation-Version" to project.version))
// add META-INF/LICENSE to all created JARs // add META-INF/LICENSE to all created JARs

View File

@@ -20,15 +20,5 @@ plugins {
// required for kotlin-dsl or embedded-kotlin plugins // required for kotlin-dsl or embedded-kotlin plugins
repositories { repositories {
jcenter() mavenCentral()
}
dependencies {
// NOTE: keep plugin versions in sync with settings.gradle.kts
// "com.jfrog.bintray" plugin
implementation( "com.jfrog.bintray.gradle:gradle-bintray-plugin:1.8.4" )
// "com.jfrog.artifactory" plugin
implementation( "org.jfrog.buildinfo:build-info-extractor-gradle:4.13.0" )
} }

View File

@@ -26,8 +26,7 @@ val extension = project.extensions.create<PublishExtension>( "flatlafPublish" )
plugins { plugins {
`maven-publish` `maven-publish`
id( "com.jfrog.bintray" ) signing
id( "com.jfrog.artifactory" )
} }
publishing { publishing {
@@ -63,54 +62,51 @@ publishing {
} }
scm { scm {
connection.set( "scm:git:git://github.com/JFormDesigner/FlatLaf.git" )
url.set( "https://github.com/JFormDesigner/FlatLaf" ) url.set( "https://github.com/JFormDesigner/FlatLaf" )
} }
issueManagement {
system.set( "GitHub" )
url.set( "https://github.com/JFormDesigner/FlatLaf/issues" )
}
}
}
}
repositories {
maven {
name = "OSSRH"
val releasesRepoUrl = "https://oss.sonatype.org/service/local/staging/deploy/maven2/"
val snapshotsRepoUrl = "https://oss.sonatype.org/content/repositories/snapshots/"
url = uri( if( java.lang.Boolean.getBoolean( "release" ) ) releasesRepoUrl else snapshotsRepoUrl )
credentials {
// get from gradle.properties
val ossrhUsername: String? by project
val ossrhPassword: String? by project
username = System.getenv( "OSSRH_USERNAME" ) ?: ossrhUsername
password = System.getenv( "OSSRH_PASSWORD" ) ?: ossrhPassword
} }
} }
} }
} }
bintray { signing {
user = rootProject.extra["bintray.user"] as String? // get from gradle.properties
key = rootProject.extra["bintray.key"] as String? val signingKey: String? by project
val signingPassword: String? by project
setPublications( "maven" ) val key = System.getenv( "SIGNING_KEY" ) ?: signingKey
val password = System.getenv( "SIGNING_PASSWORD" ) ?: signingPassword
with( pkg ) { useInMemoryPgpKeys( key, password )
repo = "flatlaf" sign( publishing.publications["maven"] )
afterEvaluate {
this@with.name = extension.artifactId
}
setLicenses( "Apache-2.0" )
vcsUrl = "https://github.com/JFormDesigner/FlatLaf"
with( version ) {
name = project.version.toString()
}
publish = rootProject.extra["bintray.publish"] as Boolean
dryRun = rootProject.extra["bintray.dryRun"] as Boolean
}
} }
artifactory { // disable signing of snapshots
setContextUrl( "https://oss.jfrog.org" ) tasks.withType<Sign>().configureEach {
onlyIf { java.lang.Boolean.getBoolean( "release" ) }
publish( closureOf<org.jfrog.gradle.plugin.artifactory.dsl.PublisherConfig> {
repository( delegateClosureOf<groovy.lang.GroovyObject> {
setProperty( "repoKey", "oss-snapshot-local" )
setProperty( "username", rootProject.extra["bintray.user"] as String? )
setProperty( "password", rootProject.extra["bintray.key"] as String? )
} )
defaults( delegateClosureOf<groovy.lang.GroovyObject> {
invokeMethod( "publications", "maven" )
setProperty( "publishArtifacts", true )
setProperty( "publishPom", true )
} )
} )
resolve( delegateClosureOf<org.jfrog.gradle.plugin.artifactory.dsl.ResolverConfig> {
setProperty( "repoKey", "jcenter" )
} )
} }

View File

@@ -22,6 +22,8 @@ import javax.swing.JComponent;
import javax.swing.SwingConstants; import javax.swing.SwingConstants;
/** /**
* Defines/documents own client properties used in FlatLaf.
*
* @author Karl Tauber * @author Karl Tauber
*/ */
public interface FlatClientProperties public interface FlatClientProperties
@@ -170,6 +172,25 @@ public interface FlatClientProperties
*/ */
String OUTLINE_WARNING = "warning"; String OUTLINE_WARNING = "warning";
/**
* Specifies a callback that is invoked to check whether a component is permanent focus owner.
* Used to paint focus indicators.
* <p>
* May be useful in special cases for custom components.
* <p>
* Use a {@link java.util.function.Predicate} that receives the component as parameter:
* <pre>{@code
* myComponent.putClientProperty( "JComponent.focusOwner",
* (Predicate<JComponent>) c -> {
* return ...; // check here
* } );
* }</pre>
* <p>
* <strong>Component</strong> {@link javax.swing.JComponent}<br>
* <strong>Value type</strong> {@link java.util.function.Predicate}&lt;javax.swing.JComponent&gt;
*/
String COMPONENT_FOCUS_OWNER = "JComponent.focusOwner";
//---- Popup -------------------------------------------------------------- //---- Popup --------------------------------------------------------------
/** /**
@@ -232,7 +253,7 @@ public interface FlatClientProperties
/** /**
* Specifies whether the scroll pane uses smooth scrolling. * Specifies whether the scroll pane uses smooth scrolling.
* <p> * <p>
* <strong>Component</strong> {{@link javax.swing.JScrollPane}<br> * <strong>Component</strong> {@link javax.swing.JScrollPane}<br>
* <strong>Value type</strong> {@link java.lang.Boolean} * <strong>Value type</strong> {@link java.lang.Boolean}
*/ */
String SCROLL_PANE_SMOOTH_SCROLLING = "JScrollPane.smoothScrolling"; String SCROLL_PANE_SMOOTH_SCROLLING = "JScrollPane.smoothScrolling";
@@ -293,10 +314,12 @@ public interface FlatClientProperties
String TABBED_PANE_MAXIMUM_TAB_WIDTH = "JTabbedPane.maximumTabWidth"; String TABBED_PANE_MAXIMUM_TAB_WIDTH = "JTabbedPane.maximumTabWidth";
/** /**
* Specifies the height of a tab. * Specifies the minimum height of a tab.
* <p> * <p>
* <strong>Component</strong> {@link javax.swing.JTabbedPane}<br> * <strong>Component</strong> {@link javax.swing.JTabbedPane}<br>
* <strong>Value type</strong> {@link java.lang.Integer} * <strong>Value type</strong> {@link java.lang.Integer}
*
* @see #TABBED_PANE_TAB_INSETS
*/ */
String TABBED_PANE_TAB_HEIGHT = "JTabbedPane.tabHeight"; String TABBED_PANE_TAB_HEIGHT = "JTabbedPane.tabHeight";
@@ -306,6 +329,8 @@ public interface FlatClientProperties
* <strong>Component</strong> {@link javax.swing.JTabbedPane} * <strong>Component</strong> {@link javax.swing.JTabbedPane}
* or tab content components (see {@link javax.swing.JTabbedPane#setComponentAt(int, java.awt.Component)})<br> * or tab content components (see {@link javax.swing.JTabbedPane#setComponentAt(int, java.awt.Component)})<br>
* <strong>Value type</strong> {@link java.awt.Insets} * <strong>Value type</strong> {@link java.awt.Insets}
*
* @see #TABBED_PANE_TAB_HEIGHT
*/ */
String TABBED_PANE_TAB_INSETS = "JTabbedPane.tabInsets"; String TABBED_PANE_TAB_INSETS = "JTabbedPane.tabInsets";
@@ -670,6 +695,25 @@ public interface FlatClientProperties
*/ */
String TAB_BUTTON_SELECTED_BACKGROUND = "JToggleButton.tab.selectedBackground"; String TAB_BUTTON_SELECTED_BACKGROUND = "JToggleButton.tab.selectedBackground";
//---- JTree --------------------------------------------------------------
/**
* Override if a tree shows a wide selection. Default is {@code true}.
* <p>
* <strong>Component</strong> {@link javax.swing.JTree}<br>
* <strong>Value type</strong> {@link java.lang.Boolean}
*/
String TREE_WIDE_SELECTION = "JTree.wideSelection";
/**
* Specifies whether tree item selection is painted. Default is {@code true}.
* If set to {@code false}, then the tree cell renderer is responsible for painting selection.
* <p>
* <strong>Component</strong> {@link javax.swing.JTree}<br>
* <strong>Value type</strong> {@link java.lang.Boolean}
*/
String TREE_PAINT_SELECTION = "JTree.paintSelection";
//---- helper methods ----------------------------------------------------- //---- helper methods -----------------------------------------------------
/** /**

View File

@@ -42,10 +42,12 @@ class FlatInputMaps
} }
private static void initBasicInputMaps( UIDefaults defaults ) { private static void initBasicInputMaps( UIDefaults defaults ) {
if( SystemInfo.isMacOS ) {
defaults.put( "Button.focusInputMap", new UIDefaults.LazyInputMap( new Object[] { defaults.put( "Button.focusInputMap", new UIDefaults.LazyInputMap( new Object[] {
"SPACE", "pressed", "SPACE", "pressed",
"released SPACE", "released" "released SPACE", "released"
} ) ); } ) );
}
modifyInputMap( defaults, "ComboBox.ancestorInputMap", modifyInputMap( defaults, "ComboBox.ancestorInputMap",
"SPACE", "spacePopup", "SPACE", "spacePopup",

View File

@@ -262,7 +262,7 @@ public abstract class FlatLaf
Color linkColor = defaults.getColor( "Component.linkColor" ); Color linkColor = defaults.getColor( "Component.linkColor" );
if( linkColor != null ) { if( linkColor != null ) {
new HTMLEditorKit().getStyleSheet().addRule( new HTMLEditorKit().getStyleSheet().addRule(
String.format( "a { color: #%06x; }", linkColor.getRGB() & 0xffffff ) ); String.format( "a, address { color: #%06x; }", linkColor.getRGB() & 0xffffff ) );
} }
}; };
@@ -304,7 +304,7 @@ public abstract class FlatLaf
} }
// restore default link color // restore default link color
new HTMLEditorKit().getStyleSheet().addRule( "a { color: blue; }" ); new HTMLEditorKit().getStyleSheet().addRule( "a, address { color: blue; }" );
postInitialization = null; postInitialization = null;
// restore enable/disable window decorations // restore enable/disable window decorations
@@ -467,8 +467,13 @@ public abstract class FlatLaf
} else if( SystemInfo.isMacOS ) { } else if( SystemInfo.isMacOS ) {
String fontName; String fontName;
if( SystemInfo.isMacOS_10_15_Catalina_orLater ) { if( SystemInfo.isMacOS_10_15_Catalina_orLater ) {
if (SystemInfo.isJetBrainsJVM_11_orLater) {
// See https://youtrack.jetbrains.com/issue/JBR-1915
fontName = ".AppleSystemUIFont";
} else {
// use Helvetica Neue font // use Helvetica Neue font
fontName = "Helvetica Neue"; fontName = "Helvetica Neue";
}
} else if( SystemInfo.isMacOS_10_11_ElCapitan_orLater ) { } else if( SystemInfo.isMacOS_10_11_ElCapitan_orLater ) {
// use San Francisco Text font // use San Francisco Text font
fontName = ".SF NS Text"; fontName = ".SF NS Text";
@@ -541,7 +546,12 @@ public abstract class FlatLaf
} }
private void putAATextInfo( UIDefaults defaults ) { private void putAATextInfo( UIDefaults defaults ) {
if( SystemInfo.isJava_9_orLater ) { if ( SystemInfo.isMacOS && SystemInfo.isJetBrainsJVM ) {
// The awt.font.desktophints property suggests sub-pixel anti-aliasing
// which renders text with too much weight on macOS in the JetBrains JRE.
// Use greyscale anti-aliasing instead.
defaults.put( RenderingHints.KEY_TEXT_ANTIALIASING, RenderingHints.VALUE_TEXT_ANTIALIAS_ON );
} else if( SystemInfo.isJava_9_orLater ) {
Object desktopHints = Toolkit.getDefaultToolkit().getDesktopProperty( DESKTOPFONTHINTS ); Object desktopHints = Toolkit.getDefaultToolkit().getDesktopProperty( DESKTOPFONTHINTS );
if( desktopHints instanceof Map ) { if( desktopHints instanceof Map ) {
@SuppressWarnings( "unchecked" ) @SuppressWarnings( "unchecked" )

View File

@@ -64,6 +64,8 @@ public interface FlatSystemProperties
* If this system property is set, FlatLaf invokes {@link JFrame#setDefaultLookAndFeelDecorated(boolean)} * If this system property is set, FlatLaf invokes {@link JFrame#setDefaultLookAndFeelDecorated(boolean)}
* and {@link JDialog#setDefaultLookAndFeelDecorated(boolean)} on LaF initialization. * and {@link JDialog#setDefaultLookAndFeelDecorated(boolean)} on LaF initialization.
* <p> * <p>
* (requires Window 10)
* <p>
* <strong>Allowed Values</strong> {@code false} and {@code true}<br> * <strong>Allowed Values</strong> {@code false} and {@code true}<br>
* <strong>Default</strong> none * <strong>Default</strong> none
*/ */
@@ -79,6 +81,8 @@ public interface FlatSystemProperties
* Setting this to {@code true} forces using JetBrains Runtime custom window decorations * Setting this to {@code true} forces using JetBrains Runtime custom window decorations
* even if they are not enabled by the application. * even if they are not enabled by the application.
* <p> * <p>
* (requires Window 10)
* <p>
* <strong>Allowed Values</strong> {@code false} and {@code true}<br> * <strong>Allowed Values</strong> {@code false} and {@code true}<br>
* <strong>Default</strong> {@code true} * <strong>Default</strong> {@code true}
*/ */
@@ -87,6 +91,8 @@ public interface FlatSystemProperties
/** /**
* Specifies whether menubar is embedded into custom window decorations. * Specifies whether menubar is embedded into custom window decorations.
* <p> * <p>
* (requires Window 10)
* <p>
* <strong>Allowed Values</strong> {@code false} and {@code true}<br> * <strong>Allowed Values</strong> {@code false} and {@code true}<br>
* <strong>Default</strong> {@code true} * <strong>Default</strong> {@code true}
*/ */

View File

@@ -16,6 +16,7 @@
package com.formdev.flatlaf; package com.formdev.flatlaf;
import java.awt.Color;
import java.io.IOException; import java.io.IOException;
import java.io.InputStream; import java.io.InputStream;
import java.io.InputStreamReader; import java.io.InputStreamReader;
@@ -56,6 +57,8 @@ public class IntelliJTheme
public final boolean dark; public final boolean dark;
public final String author; public final String author;
private final boolean isMaterialUILite;
private final Map<String, String> colors; private final Map<String, String> colors;
private final Map<String, Object> ui; private final Map<String, Object> ui;
private final Map<String, Object> icons; private final Map<String, Object> icons;
@@ -119,6 +122,8 @@ public class IntelliJTheme
dark = Boolean.parseBoolean( (String) json.get( "dark" ) ); dark = Boolean.parseBoolean( (String) json.get( "dark" ) );
author = (String) json.get( "author" ); author = (String) json.get( "author" );
isMaterialUILite = author.equals( "Mallowigi" );
colors = (Map<String, String>) json.get( "colors" ); colors = (Map<String, String>) json.get( "colors" );
ui = (Map<String, Object>) json.get( "ui" ); ui = (Map<String, Object>) json.get( "ui" );
icons = (Map<String, Object>) json.get( "icons" ); icons = (Map<String, Object>) json.get( "icons" );
@@ -156,6 +161,11 @@ public class IntelliJTheme
defaults.put( "Button.disabledBackground", panelBackground ); defaults.put( "Button.disabledBackground", panelBackground );
defaults.put( "ToggleButton.disabledBackground", panelBackground ); defaults.put( "ToggleButton.disabledBackground", panelBackground );
// fix Button borders
copyIfNotSet( defaults, "Button.focusedBorderColor", "Component.focusedBorderColor", uiKeys );
defaults.put( "Button.hoverBorderColor", defaults.get( "Button.focusedBorderColor" ) );
defaults.put( "HelpButton.hoverBorderColor", defaults.get( "Button.focusedBorderColor" ) );
// IDEA uses a SVG icon for the help button, but paints the background with Button.startBackground and Button.endBackground // IDEA uses a SVG icon for the help button, but paints the background with Button.startBackground and Button.endBackground
Object helpButtonBackground = defaults.get( "Button.startBackground" ); Object helpButtonBackground = defaults.get( "Button.startBackground" );
Object helpButtonBorderColor = defaults.get( "Button.startBorderColor" ); Object helpButtonBorderColor = defaults.get( "Button.startBorderColor" );
@@ -205,6 +215,12 @@ public class IntelliJTheme
if( !uiKeys.contains( "ToggleButton.foreground" ) && uiKeys.contains( "Button.foreground" ) ) if( !uiKeys.contains( "ToggleButton.foreground" ) && uiKeys.contains( "Button.foreground" ) )
defaults.put( "ToggleButton.foreground", defaults.get( "Button.foreground" ) ); defaults.put( "ToggleButton.foreground", defaults.get( "Button.foreground" ) );
// fix List and Table background colors in Material UI Lite themes
if( isMaterialUILite ) {
defaults.put( "List.background", defaults.get( "Tree.background" ) );
defaults.put( "Table.background", defaults.get( "Tree.background" ) );
}
// limit tree row height // limit tree row height
int rowHeight = defaults.getInt( "Tree.rowHeight" ); int rowHeight = defaults.getInt( "Tree.rowHeight" );
if( rowHeight > 22 ) if( rowHeight > 22 )
@@ -225,10 +241,17 @@ public class IntelliJTheme
// remove theme specific UI defaults and remember only those for current theme // remove theme specific UI defaults and remember only those for current theme
Map<Object, Object> themeSpecificDefaults = new HashMap<>(); Map<Object, Object> themeSpecificDefaults = new HashMap<>();
String currentThemePrefix = '[' + name.replace( ' ', '_' ) + ']'; String currentThemePrefix = '[' + name.replace( ' ', '_' ) + ']';
String currentAuthorPrefix = "[author-" + author.replace( ' ', '_' ) + ']';
String allThemesPrefix = "[*]";
String[] prefixes = { currentThemePrefix, currentAuthorPrefix, allThemesPrefix };
for( String key : themeSpecificKeys ) { for( String key : themeSpecificKeys ) {
Object value = defaults.remove( key ); Object value = defaults.remove( key );
if( key.startsWith( currentThemePrefix ) ) for( String prefix : prefixes ) {
themeSpecificDefaults.put( key.substring( currentThemePrefix.length() ), value ); if( key.startsWith( prefix ) ) {
themeSpecificDefaults.put( key.substring( prefix.length() ), value );
break;
}
}
} }
return themeSpecificDefaults; return themeSpecificDefaults;
@@ -269,7 +292,6 @@ public class IntelliJTheme
uiKeys.add( key ); uiKeys.add( key );
// fix ComboBox size and Spinner border in all Material UI Lite themes // fix ComboBox size and Spinner border in all Material UI Lite themes
boolean isMaterialUILite = author.equals( "Mallowigi" );
if( isMaterialUILite && (key.equals( "ComboBox.padding" ) || key.equals( "Spinner.border" )) ) if( isMaterialUILite && (key.equals( "ComboBox.padding" ) || key.equals( "Spinner.border" )) )
return; // ignore return; // ignore
@@ -381,7 +403,7 @@ public class IntelliJTheme
} }
/** /**
* Because IDEA uses SVGs for check boxes and radio buttons the colors for * Because IDEA uses SVGs for check boxes and radio buttons, the colors for
* this two components are specified in "icons > ColorPalette". * this two components are specified in "icons > ColorPalette".
* FlatLaf uses vector icons and expects colors for the two components in UI defaults. * FlatLaf uses vector icons and expects colors for the two components in UI defaults.
*/ */
@@ -453,27 +475,43 @@ public class IntelliJTheme
} }
} }
// remove hover and pressed colors // update hover, pressed and focused colors
if( checkboxModified ) { if( checkboxModified ) {
// for non-filled checkbox/radiobutton used in dark themes
defaults.remove( "CheckBox.icon.focusWidth" ); defaults.remove( "CheckBox.icon.focusWidth" );
defaults.remove( "CheckBox.icon.hoverBorderColor" ); defaults.put( "CheckBox.icon.hoverBorderColor", defaults.get( "CheckBox.icon.focusedBorderColor" ) );
defaults.remove( "CheckBox.icon.focusedBackground" );
defaults.remove( "CheckBox.icon.hoverBackground" );
defaults.remove( "CheckBox.icon.pressedBackground" );
defaults.remove( "CheckBox.icon.selectedFocusedBackground" );
defaults.remove( "CheckBox.icon.selectedHoverBackground" );
defaults.remove( "CheckBox.icon.selectedPressedBackground" );
// for filled checkbox/radiobutton used in light themes
defaults.remove( "CheckBox.icon[filled].focusWidth" ); defaults.remove( "CheckBox.icon[filled].focusWidth" );
defaults.remove( "CheckBox.icon[filled].hoverBorderColor" ); defaults.put( "CheckBox.icon[filled].hoverBorderColor", defaults.get( "CheckBox.icon[filled].focusedBorderColor" ) );
defaults.remove( "CheckBox.icon[filled].focusedBackground" ); defaults.put( "CheckBox.icon[filled].selectedFocusedBackground", defaults.get( "CheckBox.icon[filled].selectedBackground" ) );
defaults.remove( "CheckBox.icon[filled].hoverBackground" );
defaults.remove( "CheckBox.icon[filled].pressedBackground" ); if( dark ) {
defaults.remove( "CheckBox.icon[filled].selectedFocusedBackground" ); // IDEA Darcula checkBoxFocused.svg, checkBoxSelectedFocused.svg,
defaults.remove( "CheckBox.icon[filled].selectedHoverBackground" ); // radioFocused.svg and radioSelectedFocused.svg
defaults.remove( "CheckBox.icon[filled].selectedPressedBackground" ); // use opacity=".65" for the border
// --> add alpha to focused border colors
String[] focusedBorderColorKeys = new String[] {
"CheckBox.icon.focusedBorderColor",
"CheckBox.icon.selectedFocusedBorderColor",
"CheckBox.icon[filled].focusedBorderColor",
"CheckBox.icon[filled].selectedFocusedBorderColor",
};
for( String key : focusedBorderColorKeys ) {
Color color = defaults.getColor( key );
if( color != null ) {
defaults.put( key, new ColorUIResource( new Color(
(color.getRGB() & 0xffffff) | 0xa6000000, true ) ) );
} }
} }
}
}
}
private void copyIfNotSet( UIDefaults defaults, String destKey, String srcKey, Set<String> uiKeys ) {
if( !uiKeys.contains( destKey ) )
defaults.put( destKey, defaults.get( srcKey ) );
}
/** Rename UI default keys (key --> value). */ /** Rename UI default keys (key --> value). */
private static Map<String, String> uiKeyMapping = new HashMap<>(); private static Map<String, String> uiKeyMapping = new HashMap<>();
@@ -507,6 +545,7 @@ public class IntelliJTheme
uiKeyCopying.put( "CheckBoxMenuItem.margin", "MenuItem.margin" ); uiKeyCopying.put( "CheckBoxMenuItem.margin", "MenuItem.margin" );
uiKeyCopying.put( "RadioButtonMenuItem.margin", "MenuItem.margin" ); uiKeyCopying.put( "RadioButtonMenuItem.margin", "MenuItem.margin" );
uiKeyMapping.put( "PopupMenu.border", "PopupMenu.borderInsets" ); uiKeyMapping.put( "PopupMenu.border", "PopupMenu.borderInsets" );
uiKeyCopying.put( "MenuItem.underlineSelectionColor", "TabbedPane.underlineColor" );
// IDEA uses List.selectionBackground also for menu selection // IDEA uses List.selectionBackground also for menu selection
uiKeyCopying.put( "Menu.selectionBackground", "List.selectionBackground" ); uiKeyCopying.put( "Menu.selectionBackground", "List.selectionBackground" );

View File

@@ -70,7 +70,9 @@ class UIDefaultsLoader
private static final String VARIABLE_PREFIX = "@"; private static final String VARIABLE_PREFIX = "@";
private static final String PROPERTY_PREFIX = "$"; private static final String PROPERTY_PREFIX = "$";
private static final String OPTIONAL_PREFIX = "?"; private static final String OPTIONAL_PREFIX = "?";
private static final String GLOBAL_PREFIX = "*."; private static final String WILDCARD_PREFIX = "*.";
private static int parseColorDepth;
static void loadDefaultsFromProperties( Class<?> lookAndFeelClass, List<FlatDefaultsAddon> addons, static void loadDefaultsFromProperties( Class<?> lookAndFeelClass, List<FlatDefaultsAddon> addons,
Properties additionalDefaults, boolean dark, UIDefaults defaults ) Properties additionalDefaults, boolean dark, UIDefaults defaults )
@@ -119,7 +121,7 @@ class UIDefaultsLoader
addonClassLoaders.add( addonClassLoader ); addonClassLoaders.add( addonClassLoader );
} }
// load custom properties files (usually provides by applications) // load custom properties files (usually provided by applications)
List<Object> customDefaultsSources = FlatLaf.getCustomDefaultsSources(); List<Object> customDefaultsSources = FlatLaf.getCustomDefaultsSources();
int size = (customDefaultsSources != null) ? customDefaultsSources.size() : 0; int size = (customDefaultsSources != null) ? customDefaultsSources.size() : 0;
for( int i = 0; i < size; i++ ) { for( int i = 0; i < size; i++ ) {
@@ -198,19 +200,19 @@ class UIDefaultsLoader
} }
} }
// get (and remove) globals, which override all other defaults that end with same suffix // get (and remove) wildcard replacements, which override all other defaults that end with same suffix
HashMap<String, String> globals = new HashMap<>(); HashMap<String, String> wildcards = new HashMap<>();
Iterator<Entry<Object, Object>> it = properties.entrySet().iterator(); Iterator<Entry<Object, Object>> it = properties.entrySet().iterator();
while( it.hasNext() ) { while( it.hasNext() ) {
Entry<Object, Object> e = it.next(); Entry<Object, Object> e = it.next();
String key = (String) e.getKey(); String key = (String) e.getKey();
if( key.startsWith( GLOBAL_PREFIX ) ) { if( key.startsWith( WILDCARD_PREFIX ) ) {
globals.put( key.substring( GLOBAL_PREFIX.length() ), (String) e.getValue() ); wildcards.put( key.substring( WILDCARD_PREFIX.length() ), (String) e.getValue() );
it.remove(); it.remove();
} }
} }
// override UI defaults with globals // override UI defaults with wildcard replacements
for( Object key : defaults.keySet() ) { for( Object key : defaults.keySet() ) {
int dot; int dot;
if( !(key instanceof String) || if( !(key instanceof String) ||
@@ -218,10 +220,10 @@ class UIDefaultsLoader
(dot = ((String)key).lastIndexOf( '.' )) < 0 ) (dot = ((String)key).lastIndexOf( '.' )) < 0 )
continue; continue;
String globalKey = ((String)key).substring( dot + 1 ); String wildcardKey = ((String)key).substring( dot + 1 );
String globalValue = globals.get( globalKey ); String wildcardValue = wildcards.get( wildcardKey );
if( globalValue != null ) if( wildcardValue != null )
properties.put( key, globalValue ); properties.put( key, wildcardValue );
} }
Function<String, String> propertiesGetter = key -> { Function<String, String> propertiesGetter = key -> {
@@ -341,7 +343,12 @@ class UIDefaultsLoader
// determine value type from key // determine value type from key
if( valueType == ValueType.UNKNOWN ) { if( valueType == ValueType.UNKNOWN ) {
if( key.endsWith( "ground" ) || key.endsWith( "Color" ) ) if( key.endsWith( "UI" ) )
valueType = ValueType.STRING;
else if( key.endsWith( "Color" ) ||
(key.endsWith( "ground" ) &&
(key.endsWith( ".background" ) || key.endsWith( "Background" ) ||
key.endsWith( ".foreground" ) || key.endsWith( "Foreground" ))) )
valueType = ValueType.COLOR; valueType = ValueType.COLOR;
else if( key.endsWith( ".border" ) || key.endsWith( "Border" ) ) else if( key.endsWith( ".border" ) || key.endsWith( "Border" ) )
valueType = ValueType.BORDER; valueType = ValueType.BORDER;
@@ -356,8 +363,6 @@ class UIDefaultsLoader
valueType = ValueType.INTEGER; valueType = ValueType.INTEGER;
else if( key.endsWith( "Char" ) ) else if( key.endsWith( "Char" ) )
valueType = ValueType.CHARACTER; valueType = ValueType.CHARACTER;
else if( key.endsWith( "UI" ) )
valueType = ValueType.STRING;
else if( key.endsWith( "grayFilter" ) ) else if( key.endsWith( "grayFilter" ) )
valueType = ValueType.GRAYFILTER; valueType = ValueType.GRAYFILTER;
} }
@@ -577,6 +582,11 @@ class UIDefaultsLoader
if( params.isEmpty() ) if( params.isEmpty() )
throw new IllegalArgumentException( "missing parameters in function '" + value + "'" ); throw new IllegalArgumentException( "missing parameters in function '" + value + "'" );
if( parseColorDepth > 100 )
throw new IllegalArgumentException( "endless recursion in color function '" + value + "'" );
parseColorDepth++;
try {
switch( function ) { switch( function ) {
case "rgb": return parseColorRgbOrRgba( false, params, resolver, reportError ); case "rgb": return parseColorRgbOrRgba( false, params, resolver, reportError );
case "rgba": return parseColorRgbOrRgba( true, params, resolver, reportError ); case "rgba": return parseColorRgbOrRgba( true, params, resolver, reportError );
@@ -591,6 +601,9 @@ class UIDefaultsLoader
case "fade": return parseColorFade( params, resolver, reportError ); case "fade": return parseColorFade( params, resolver, reportError );
case "spin": return parseColorSpin( params, resolver, reportError ); case "spin": return parseColorSpin( params, resolver, reportError );
} }
} finally {
parseColorDepth--;
}
throw new IllegalArgumentException( "unknown color function '" + value + "'" ); throw new IllegalArgumentException( "unknown color function '" + value + "'" );
} }

View File

@@ -49,15 +49,16 @@ import com.formdev.flatlaf.ui.FlatUIUtils;
* @uiDefault CheckBox.icon.disabledBorderColor Color * @uiDefault CheckBox.icon.disabledBorderColor Color
* @uiDefault CheckBox.icon.disabledBackground Color * @uiDefault CheckBox.icon.disabledBackground Color
* @uiDefault CheckBox.icon.disabledCheckmarkColor Color * @uiDefault CheckBox.icon.disabledCheckmarkColor Color
* @uiDefault CheckBox.icon.focusedBorderColor Color * @uiDefault CheckBox.icon.focusedBorderColor Color optional
* @uiDefault CheckBox.icon.focusedBackground Color optional * @uiDefault CheckBox.icon.focusedBackground Color optional
* @uiDefault CheckBox.icon.selectedFocusedBorderColor Color optional * @uiDefault CheckBox.icon.selectedFocusedBorderColor Color optional; CheckBox.icon.focusedBorderColor is used if not specified
* @uiDefault CheckBox.icon.selectedFocusedBackground Color optional * @uiDefault CheckBox.icon.selectedFocusedBackground Color optional; CheckBox.icon.focusedBackground is used if not specified
* @uiDefault CheckBox.icon.selectedFocusedCheckmarkColor Color optional; CheckBox.icon.checkmarkColor is used if not specified
* @uiDefault CheckBox.icon.hoverBorderColor Color optional * @uiDefault CheckBox.icon.hoverBorderColor Color optional
* @uiDefault CheckBox.icon.hoverBackground Color optional * @uiDefault CheckBox.icon.hoverBackground Color optional
* @uiDefault CheckBox.icon.selectedHoverBackground Color optional * @uiDefault CheckBox.icon.selectedHoverBackground Color optional; CheckBox.icon.hoverBackground is used if not specified
* @uiDefault CheckBox.icon.pressedBackground Color optional * @uiDefault CheckBox.icon.pressedBackground Color optional
* @uiDefault CheckBox.icon.selectedPressedBackground Color optional * @uiDefault CheckBox.icon.selectedPressedBackground Color optional; CheckBox.icon.pressedBackground is used if not specified
* @uiDefault CheckBox.arc int * @uiDefault CheckBox.arc int
* *
* @author Karl Tauber * @author Karl Tauber
@@ -145,7 +146,14 @@ public class FlatCheckBoxIcon
paintBorder( c, g ); paintBorder( c, g );
// paint background // paint background
g.setColor( FlatUIUtils.deriveColor( getBackground( c, selected ), background ) ); Color bg = FlatUIUtils.deriveColor( getBackground( c, selected ),
selected ? selectedBackground : background );
if( bg.getAlpha() < 255 ) {
// fill background with default color before filling with non-opaque background
g.setColor( selected ? selectedBackground : background );
paintBackground( c, g );
}
g.setColor( bg );
paintBackground( c, g ); paintBackground( c, g );
// paint checkmark // paint checkmark

View File

@@ -31,6 +31,8 @@ import com.formdev.flatlaf.ui.FlatUIUtils;
* *
* @uiDefault Component.focusWidth int * @uiDefault Component.focusWidth int
* @uiDefault Component.focusColor Color * @uiDefault Component.focusColor Color
* @uiDefault HelpButton.innerFocusWidth int or float optional; defaults to Component.innerFocusWidth
* @uiDefault HelpButton.borderWidth int optional; default is 1
* @uiDefault HelpButton.borderColor Color * @uiDefault HelpButton.borderColor Color
* @uiDefault HelpButton.disabledBorderColor Color * @uiDefault HelpButton.disabledBorderColor Color
* @uiDefault HelpButton.focusedBorderColor Color * @uiDefault HelpButton.focusedBorderColor Color
@@ -50,6 +52,8 @@ public class FlatHelpButtonIcon
{ {
protected final int focusWidth = UIManager.getInt( "Component.focusWidth" ); protected final int focusWidth = UIManager.getInt( "Component.focusWidth" );
protected final Color focusColor = UIManager.getColor( "Component.focusColor" ); protected final Color focusColor = UIManager.getColor( "Component.focusColor" );
protected final float innerFocusWidth = FlatUIUtils.getUIFloat( "HelpButton.innerFocusWidth", FlatUIUtils.getUIFloat( "Component.innerFocusWidth", 0 ) );
protected final int borderWidth = FlatUIUtils.getUIInt( "HelpButton.borderWidth", 1 );
protected final Color borderColor = UIManager.getColor( "HelpButton.borderColor" ); protected final Color borderColor = UIManager.getColor( "HelpButton.borderColor" );
protected final Color disabledBorderColor = UIManager.getColor( "HelpButton.disabledBorderColor" ); protected final Color disabledBorderColor = UIManager.getColor( "HelpButton.disabledBorderColor" );
@@ -84,12 +88,18 @@ public class FlatHelpButtonIcon
boolean enabled = c.isEnabled(); boolean enabled = c.isEnabled();
boolean focused = FlatUIUtils.isPermanentFocusOwner( c ); boolean focused = FlatUIUtils.isPermanentFocusOwner( c );
// paint focused border float xy = 0.5f;
float wh = iconSize - 1;
// paint outer focus border
if( focused && FlatButtonUI.isFocusPainted( c ) ) { if( focused && FlatButtonUI.isFocusPainted( c ) ) {
g2.setColor( focusColor ); g2.setColor( focusColor );
g2.fill( new Ellipse2D.Float( 0.5f, 0.5f, iconSize - 1, iconSize - 1 ) ); g2.fill( new Ellipse2D.Float( xy, xy, wh, wh ) );
} }
xy += focusWidth;
wh -= (focusWidth * 2);
// paint border // paint border
g2.setColor( FlatButtonUI.buttonStateColor( c, g2.setColor( FlatButtonUI.buttonStateColor( c,
borderColor, borderColor,
@@ -97,7 +107,19 @@ public class FlatHelpButtonIcon
focusedBorderColor, focusedBorderColor,
hoverBorderColor, hoverBorderColor,
null ) ); null ) );
g2.fill( new Ellipse2D.Float( focusWidth + 0.5f, focusWidth + 0.5f, 21, 21 ) ); g2.fill( new Ellipse2D.Float( xy, xy, wh, wh ) );
xy += borderWidth;
wh -= (borderWidth * 2);
// paint inner focus border
if( innerFocusWidth > 0 && focused && FlatButtonUI.isFocusPainted( c ) ) {
g2.setColor( focusColor );
g2.fill( new Ellipse2D.Float( xy, xy, wh, wh ) );
xy += innerFocusWidth;
wh -= (innerFocusWidth * 2);
}
// paint background // paint background
g2.setColor( FlatUIUtils.deriveColor( FlatButtonUI.buttonStateColor( c, g2.setColor( FlatUIUtils.deriveColor( FlatButtonUI.buttonStateColor( c,
@@ -106,7 +128,7 @@ public class FlatHelpButtonIcon
focusedBackground, focusedBackground,
hoverBackground, hoverBackground,
pressedBackground ), background ) ); pressedBackground ), background ) );
g2.fill( new Ellipse2D.Float( focusWidth + 1.5f, focusWidth + 1.5f, 19, 19 ) ); g2.fill( new Ellipse2D.Float( xy, xy, wh, wh ) );
// paint question mark // paint question mark
Path2D q = new Path2D.Float(); Path2D q = new Path2D.Float();

View File

@@ -57,18 +57,6 @@ public class FlatArrowButton
private boolean hover; private boolean hover;
private boolean pressed; private boolean pressed;
public FlatArrowButton( int direction, String type, Color foreground, Color disabledForeground,
Color hoverForeground, Color hoverBackground )
{
this( direction, type, foreground, disabledForeground, hoverForeground, hoverBackground, null );
}
public FlatArrowButton( int direction, String type, Color foreground, Color disabledForeground,
Color hoverForeground, Color hoverBackground, Color pressedBackground )
{
this( direction, type, foreground, disabledForeground, hoverForeground, hoverBackground, null, pressedBackground );
}
public FlatArrowButton( int direction, String type, Color foreground, Color disabledForeground, public FlatArrowButton( int direction, String type, Color foreground, Color disabledForeground,
Color hoverForeground, Color hoverBackground, Color pressedForeground, Color pressedBackground ) Color hoverForeground, Color hoverBackground, Color pressedForeground, Color pressedBackground )
{ {
@@ -85,7 +73,9 @@ public class FlatArrowButton
setOpaque( false ); setOpaque( false );
setBorder( null ); setBorder( null );
if( hoverForeground != null || hoverBackground != null || pressedBackground != null ) { if( hoverForeground != null || hoverBackground != null ||
pressedForeground != null || pressedBackground != null )
{
addMouseListener( new MouseAdapter() { addMouseListener( new MouseAdapter() {
@Override @Override
public void mouseEntered( MouseEvent e ) { public void mouseEntered( MouseEvent e ) {
@@ -151,7 +141,7 @@ public class FlatArrowButton
} }
protected Color deriveForeground( Color foreground ) { protected Color deriveForeground( Color foreground ) {
return foreground; return FlatUIUtils.deriveColor( foreground, this.foreground );
} }
@Override @Override

View File

@@ -35,7 +35,6 @@ import javax.swing.JViewport;
import javax.swing.SwingUtilities; import javax.swing.SwingUtilities;
import javax.swing.UIManager; import javax.swing.UIManager;
import javax.swing.plaf.basic.BasicBorders; import javax.swing.plaf.basic.BasicBorders;
import javax.swing.text.JTextComponent;
import com.formdev.flatlaf.FlatClientProperties; import com.formdev.flatlaf.FlatClientProperties;
import com.formdev.flatlaf.util.DerivedColor; import com.formdev.flatlaf.util.DerivedColor;
@@ -95,13 +94,15 @@ public class FlatBorder
// paint outer border // paint outer border
if( outlineColor != null || isFocused( c ) ) { if( outlineColor != null || isFocused( c ) ) {
float innerWidth = !isCellEditor( c ) && !(c instanceof JScrollPane) float innerWidth = !isCellEditor( c ) && !(c instanceof JScrollPane)
? (outlineColor != null ? innerOutlineWidth : innerFocusWidth) ? (outlineColor != null ? innerOutlineWidth : getInnerFocusWidth( c ))
: 0; : 0;
if( focusWidth > 0 || innerWidth > 0 ) {
g2.setColor( (outlineColor != null) ? outlineColor : getFocusColor( c ) ); g2.setColor( (outlineColor != null) ? outlineColor : getFocusColor( c ) );
FlatUIUtils.paintComponentOuterBorder( g2, x, y, width, height, FlatUIUtils.paintComponentOuterBorder( g2, x, y, width, height,
focusWidth, borderWidth + scale( innerWidth ), arc ); focusWidth, borderWidth + scale( innerWidth ), arc );
} }
}
// paint border // paint border
g2.setPaint( (outlineColor != null) ? outlineColor : getBorderColor( c ) ); g2.setPaint( (outlineColor != null) ? outlineColor : getBorderColor( c ) );
@@ -159,7 +160,7 @@ public class FlatBorder
return false; return false;
} }
return c.isEnabled() && (!(c instanceof JTextComponent) || ((JTextComponent)c).isEditable()); return c.isEnabled();
} }
protected boolean isFocused( Component c ) { protected boolean isFocused( Component c ) {
@@ -236,6 +237,13 @@ public class FlatBorder
return focusWidth; return focusWidth;
} }
/**
* Returns the (unscaled) thickness of the inner focus border.
*/
protected float getInnerFocusWidth( Component c ) {
return innerFocusWidth;
}
/** /**
* Returns the (unscaled) line thickness used to compute the border insets. * Returns the (unscaled) line thickness used to compute the border insets.
* This may be different to {@link #getBorderWidth}. * This may be different to {@link #getBorderWidth}.

View File

@@ -44,6 +44,7 @@ import com.formdev.flatlaf.util.UIScale;
* @uiDefault Button.default.focusColor Color * @uiDefault Button.default.focusColor Color
* @uiDefault Button.borderWidth int * @uiDefault Button.borderWidth int
* @uiDefault Button.default.borderWidth int * @uiDefault Button.default.borderWidth int
* @uiDefault Button.innerFocusWidth int or float optional; defaults to Component.innerFocusWidth
* @uiDefault Button.toolbar.margin Insets * @uiDefault Button.toolbar.margin Insets
* @uiDefault Button.toolbar.spacingInsets Insets * @uiDefault Button.toolbar.spacingInsets Insets
* @uiDefault Button.arc int * @uiDefault Button.arc int
@@ -65,6 +66,7 @@ public class FlatButtonBorder
protected final Color defaultFocusColor = UIManager.getColor( "Button.default.focusColor" ); protected final Color defaultFocusColor = UIManager.getColor( "Button.default.focusColor" );
protected final int borderWidth = UIManager.getInt( "Button.borderWidth" ); protected final int borderWidth = UIManager.getInt( "Button.borderWidth" );
protected final int defaultBorderWidth = UIManager.getInt( "Button.default.borderWidth" ); protected final int defaultBorderWidth = UIManager.getInt( "Button.default.borderWidth" );
protected final float buttonInnerFocusWidth = FlatUIUtils.getUIFloat( "Button.innerFocusWidth", innerFocusWidth );
protected final Insets toolbarMargin = UIManager.getInsets( "Button.toolbar.margin" ); protected final Insets toolbarMargin = UIManager.getInsets( "Button.toolbar.margin" );
protected final Insets toolbarSpacingInsets = UIManager.getInsets( "Button.toolbar.spacingInsets" ); protected final Insets toolbarSpacingInsets = UIManager.getInsets( "Button.toolbar.spacingInsets" );
protected final int arc = UIManager.getInt( "Button.arc" ); protected final int arc = UIManager.getInt( "Button.arc" );
@@ -134,6 +136,11 @@ public class FlatButtonBorder
return FlatToggleButtonUI.isTabButton( c ) ? 0 : super.getFocusWidth( c ); return FlatToggleButtonUI.isTabButton( c ) ? 0 : super.getFocusWidth( c );
} }
@Override
protected float getInnerFocusWidth( Component c ) {
return buttonInnerFocusWidth;
}
@Override @Override
protected int getBorderWidth( Component c ) { protected int getBorderWidth( Component c ) {
return FlatButtonUI.isDefaultButton( c ) ? defaultBorderWidth : borderWidth; return FlatButtonUI.isDefaultButton( c ) ? defaultBorderWidth : borderWidth;

View File

@@ -251,7 +251,10 @@ public class FlatButtonUI
Icon icon = ((AbstractButton)c).getIcon(); Icon icon = ((AbstractButton)c).getIcon();
String text = ((AbstractButton)c).getText(); String text = ((AbstractButton)c).getText();
return (icon != null && (text == null || text.isEmpty())) || return (icon != null && (text == null || text.isEmpty())) ||
(icon == null && text != null && ("...".equals( text ) || text.length() == 1)); (icon == null && text != null &&
("...".equals( text ) ||
text.length() == 1 ||
(text.length() == 2 && Character.isSurrogatePair( text.charAt( 0 ), text.charAt( 1 ) ))));
} }
static final int TYPE_OTHER = -1; static final int TYPE_OTHER = -1;
@@ -407,8 +410,13 @@ public class FlatButtonUI
if( model.isRollover() ) if( model.isRollover() )
return toolbarHoverBackground; return toolbarHoverBackground;
// use background of toolbar // use component background if explicitly set
return c.getParent().getBackground(); Color bg = c.getBackground();
if( isCustomBackground( bg ) )
return bg;
// do not paint background
return null;
} }
boolean def = isDefaultButton( c ); boolean def = isDefaultButton( c );

View File

@@ -34,6 +34,8 @@ import java.awt.event.ActionEvent;
import java.awt.event.ActionListener; import java.awt.event.ActionListener;
import java.awt.event.FocusEvent; import java.awt.event.FocusEvent;
import java.awt.event.FocusListener; import java.awt.event.FocusListener;
import java.awt.event.MouseAdapter;
import java.awt.event.MouseEvent;
import java.awt.event.MouseListener; import java.awt.event.MouseListener;
import java.awt.geom.Rectangle2D; import java.awt.geom.Rectangle2D;
import java.beans.PropertyChangeEvent; import java.beans.PropertyChangeEvent;
@@ -97,6 +99,7 @@ import com.formdev.flatlaf.util.UIScale;
* @uiDefault ComboBox.buttonArrowColor Color * @uiDefault ComboBox.buttonArrowColor Color
* @uiDefault ComboBox.buttonDisabledArrowColor Color * @uiDefault ComboBox.buttonDisabledArrowColor Color
* @uiDefault ComboBox.buttonHoverArrowColor Color * @uiDefault ComboBox.buttonHoverArrowColor Color
* @uiDefault ComboBox.buttonPressedArrowColor Color
* *
* @author Karl Tauber * @author Karl Tauber
*/ */
@@ -120,9 +123,11 @@ public class FlatComboBoxUI
protected Color buttonArrowColor; protected Color buttonArrowColor;
protected Color buttonDisabledArrowColor; protected Color buttonDisabledArrowColor;
protected Color buttonHoverArrowColor; protected Color buttonHoverArrowColor;
protected Color buttonPressedArrowColor;
private MouseListener hoverListener; private MouseListener hoverListener;
protected boolean hover; protected boolean hover;
protected boolean pressed;
private WeakReference<Component> lastRendererComponent; private WeakReference<Component> lastRendererComponent;
@@ -134,13 +139,36 @@ public class FlatComboBoxUI
protected void installListeners() { protected void installListeners() {
super.installListeners(); super.installListeners();
hoverListener = new FlatUIUtils.HoverListener( null, h -> { hoverListener = new MouseAdapter() {
if( !comboBox.isEditable() ) { @Override
hover = h; public void mouseEntered( MouseEvent e ) {
if( arrowButton != null ) hover = true;
repaintArrowButton();
}
@Override
public void mouseExited( MouseEvent e ) {
hover = false;
repaintArrowButton();
}
@Override
public void mousePressed( MouseEvent e ) {
pressed = true;
repaintArrowButton();
}
@Override
public void mouseReleased( MouseEvent e ) {
pressed = false;
repaintArrowButton();
}
private void repaintArrowButton() {
if( arrowButton != null && !comboBox.isEditable() )
arrowButton.repaint(); arrowButton.repaint();
} }
} ); };
comboBox.addMouseListener( hoverListener ); comboBox.addMouseListener( hoverListener );
} }
@@ -175,6 +203,7 @@ public class FlatComboBoxUI
buttonArrowColor = UIManager.getColor( "ComboBox.buttonArrowColor" ); buttonArrowColor = UIManager.getColor( "ComboBox.buttonArrowColor" );
buttonDisabledArrowColor = UIManager.getColor( "ComboBox.buttonDisabledArrowColor" ); buttonDisabledArrowColor = UIManager.getColor( "ComboBox.buttonDisabledArrowColor" );
buttonHoverArrowColor = UIManager.getColor( "ComboBox.buttonHoverArrowColor" ); buttonHoverArrowColor = UIManager.getColor( "ComboBox.buttonHoverArrowColor" );
buttonPressedArrowColor = UIManager.getColor( "ComboBox.buttonPressedArrowColor" );
// set maximumRowCount // set maximumRowCount
int maximumRowCount = UIManager.getInt( "ComboBox.maximumRowCount" ); int maximumRowCount = UIManager.getInt( "ComboBox.maximumRowCount" );
@@ -203,6 +232,7 @@ public class FlatComboBoxUI
buttonArrowColor = null; buttonArrowColor = null;
buttonDisabledArrowColor = null; buttonDisabledArrowColor = null;
buttonHoverArrowColor = null; buttonHoverArrowColor = null;
buttonPressedArrowColor = null;
MigLayoutVisualPadding.uninstall( comboBox ); MigLayoutVisualPadding.uninstall( comboBox );
} }
@@ -516,19 +546,26 @@ public class FlatComboBoxUI
extends FlatArrowButton extends FlatArrowButton
{ {
protected FlatComboBoxButton() { protected FlatComboBoxButton() {
this( SwingConstants.SOUTH, arrowType, buttonArrowColor, buttonDisabledArrowColor, buttonHoverArrowColor, null, null ); this( SwingConstants.SOUTH, arrowType, buttonArrowColor, buttonDisabledArrowColor,
buttonHoverArrowColor, null, buttonPressedArrowColor, null );
} }
protected FlatComboBoxButton( int direction, String type, Color foreground, Color disabledForeground, protected FlatComboBoxButton( int direction, String type, Color foreground, Color disabledForeground,
Color hoverForeground, Color hoverBackground, Color pressedBackground ) Color hoverForeground, Color hoverBackground, Color pressedForeground, Color pressedBackground )
{ {
super( direction, type, foreground, disabledForeground, hoverForeground, hoverBackground, pressedBackground ); super( direction, type, foreground, disabledForeground,
hoverForeground, hoverBackground, pressedForeground, pressedBackground );
} }
@Override @Override
protected boolean isHover() { protected boolean isHover() {
return super.isHover() || (!comboBox.isEditable() ? hover : false); return super.isHover() || (!comboBox.isEditable() ? hover : false);
} }
@Override
protected boolean isPressed() {
return super.isPressed() || (!comboBox.isEditable() ? pressed : false);
}
} }
//---- class FlatComboPopup ----------------------------------------------- //---- class FlatComboPopup -----------------------------------------------

View File

@@ -22,6 +22,9 @@ import java.awt.Graphics;
import java.awt.Graphics2D; import java.awt.Graphics2D;
import java.awt.Rectangle; import java.awt.Rectangle;
import java.beans.PropertyChangeEvent; import java.beans.PropertyChangeEvent;
import java.util.Arrays;
import java.util.HashSet;
import java.util.Set;
import javax.swing.Icon; import javax.swing.Icon;
import javax.swing.JComponent; import javax.swing.JComponent;
import javax.swing.JLabel; import javax.swing.JLabel;
@@ -96,23 +99,37 @@ public class FlatLabelUI
} }
/** /**
* Checks whether text contains HTML headings and adds a special CSS rule to * Checks whether text contains HTML tags that use "absolute-size" keywords
* re-calculate heading font sizes based on current component font size. * (e.g. "x-large") for font-size in default style sheet
* (see javax/swing/text/html/default.css).
* If yes, adds a special CSS rule (BASE_SIZE) to the HTML text, which
* re-calculates font sizes based on current component font size.
*/ */
static void updateHTMLRenderer( JComponent c, String text, boolean always ) { static void updateHTMLRenderer( JComponent c, String text, boolean always ) {
if( BasicHTML.isHTMLString( text ) && if( BasicHTML.isHTMLString( text ) &&
c.getClientProperty( "html.disable" ) != Boolean.TRUE && c.getClientProperty( "html.disable" ) != Boolean.TRUE &&
text.contains( "<h" ) && needsFontBaseSize( text ) )
(text.contains( "<h1" ) || text.contains( "<h2" ) || text.contains( "<h3" ) ||
text.contains( "<h4" ) || text.contains( "<h5" ) || text.contains( "<h6" )) )
{ {
int headIndex = text.indexOf( "<head>" ); // BASE_SIZE rule is parsed in javax.swing.text.html.StyleSheet.addRule()
String style = "<style>BASE_SIZE " + c.getFont().getSize() + "</style>"; String style = "<style>BASE_SIZE " + c.getFont().getSize() + "</style>";
if( headIndex < 0 )
style = "<head>" + style + "</head>";
int insertIndex = headIndex >= 0 ? (headIndex + "<head>".length()) : "<html>".length(); String lowerText = text.toLowerCase();
int headIndex;
int styleIndex;
int insertIndex;
if( (headIndex = lowerText.indexOf( "<head>" )) >= 0 ) {
// there is a <head> tag --> insert after <head> tag
insertIndex = headIndex + "<head>".length();
} else if( (styleIndex = lowerText.indexOf( "<style>" )) >= 0 ) {
// there is a <style> tag --> insert before <style> tag
insertIndex = styleIndex;
} else {
// no <head> or <style> tag --> insert <head> tag after <html> tag
style = "<head>" + style + "</head>";
insertIndex = "<html>".length();
}
text = text.substring( 0, insertIndex ) text = text.substring( 0, insertIndex )
+ style + style
+ text.substring( insertIndex ); + text.substring( insertIndex );
@@ -122,6 +139,44 @@ public class FlatLabelUI
BasicHTML.updateRenderer( c, text ); BasicHTML.updateRenderer( c, text );
} }
private static Set<String> tagsUseFontSizeSet;
private static boolean needsFontBaseSize( String text ) {
if( tagsUseFontSizeSet == null ) {
// tags that use font-size in javax/swing/text/html/default.css
tagsUseFontSizeSet = new HashSet<>( Arrays.asList(
"h1", "h2", "h3", "h4", "h5", "h6", "code", "kbd", "big", "small", "samp" ) );
}
// search for tags in HTML text
int textLength = text.length();
for( int i = 6; i < textLength - 1; i++ ) {
if( text.charAt( i ) == '<' ) {
switch( text.charAt( i + 1 ) ) {
// first letters of tags in tagsUseFontSizeSet
case 'b': case 'B':
case 'c': case 'C':
case 'h': case 'H':
case 'k': case 'K':
case 's': case 'S':
int tagBegin = i + 1;
for( i += 2; i < textLength; i++ ) {
if( !Character.isLetterOrDigit( text.charAt( i ) ) ) {
String tag = text.substring( tagBegin, i ).toLowerCase();
if( tagsUseFontSizeSet.contains( tag ) )
return true;
break;
}
}
break;
}
}
}
return false;
}
static Graphics createGraphicsHTMLTextYCorrection( Graphics g, JComponent c ) { static Graphics createGraphicsHTMLTextYCorrection( Graphics g, JComponent c ) {
return (c.getClientProperty( BasicHTML.propertyKey ) != null) return (c.getClientProperty( BasicHTML.propertyKey ) != null)
? HiDPIUtils.createGraphicsTextYCorrection( (Graphics2D) g ) ? HiDPIUtils.createGraphicsTextYCorrection( (Graphics2D) g )

View File

@@ -57,6 +57,7 @@ import com.formdev.flatlaf.util.SystemInfo;
* @uiDefault MenuItem.underlineSelectionCheckBackground Color * @uiDefault MenuItem.underlineSelectionCheckBackground Color
* @uiDefault MenuItem.underlineSelectionColor Color * @uiDefault MenuItem.underlineSelectionColor Color
* @uiDefault MenuItem.underlineSelectionHeight int * @uiDefault MenuItem.underlineSelectionHeight int
* @uiDefault MenuItem.selectionBackground Color
* *
* @author Karl Tauber * @author Karl Tauber
*/ */
@@ -82,6 +83,8 @@ public class FlatMenuItemRenderer
protected final Color underlineSelectionColor = UIManager.getColor( "MenuItem.underlineSelectionColor" ); protected final Color underlineSelectionColor = UIManager.getColor( "MenuItem.underlineSelectionColor" );
protected final int underlineSelectionHeight = UIManager.getInt( "MenuItem.underlineSelectionHeight" ); protected final int underlineSelectionHeight = UIManager.getInt( "MenuItem.underlineSelectionHeight" );
protected final Color selectionBackground = UIManager.getColor( "MenuItem.selectionBackground" );
protected FlatMenuItemRenderer( JMenuItem menuItem, Icon checkIcon, Icon arrowIcon, protected FlatMenuItemRenderer( JMenuItem menuItem, Icon checkIcon, Icon arrowIcon,
Font acceleratorFont, String acceleratorDelimiter ) Font acceleratorFont, String acceleratorDelimiter )
{ {
@@ -303,7 +306,7 @@ debug*/
// then use filled icon background to indicate selection (instead of using checkIcon) // then use filled icon background to indicate selection (instead of using checkIcon)
if( menuItem.isSelected() && checkIcon != null && icon != checkIcon ) { if( menuItem.isSelected() && checkIcon != null && icon != checkIcon ) {
Rectangle r = FlatUIUtils.addInsets( iconRect, scale( checkMargins ) ); Rectangle r = FlatUIUtils.addInsets( iconRect, scale( checkMargins ) );
g.setColor( deriveBackground( checkBackground ) ); g.setColor( FlatUIUtils.deriveColor( checkBackground, selectionBackground ) );
g.fillRect( r.x, r.y, r.width, r.height ); g.fillRect( r.x, r.y, r.width, r.height );
} }

View File

@@ -27,7 +27,6 @@ import javax.swing.JComponent;
import javax.swing.LookAndFeel; import javax.swing.LookAndFeel;
import javax.swing.UIManager; import javax.swing.UIManager;
import javax.swing.plaf.ComponentUI; import javax.swing.plaf.ComponentUI;
import javax.swing.plaf.UIResource;
import javax.swing.plaf.basic.BasicRadioButtonUI; import javax.swing.plaf.basic.BasicRadioButtonUI;
import com.formdev.flatlaf.icons.FlatCheckBoxIcon; import com.formdev.flatlaf.icons.FlatCheckBoxIcon;
import com.formdev.flatlaf.util.UIScale; import com.formdev.flatlaf.util.UIScale;
@@ -58,6 +57,8 @@ public class FlatRadioButtonUI
protected int iconTextGap; protected int iconTextGap;
protected Color disabledText; protected Color disabledText;
private Color defaultBackground;
private boolean defaults_initialized = false; private boolean defaults_initialized = false;
public static ComponentUI createUI( JComponent c ) { public static ComponentUI createUI( JComponent c ) {
@@ -74,6 +75,8 @@ public class FlatRadioButtonUI
iconTextGap = FlatUIUtils.getUIInt( prefix + "iconTextGap", 4 ); iconTextGap = FlatUIUtils.getUIInt( prefix + "iconTextGap", 4 );
disabledText = UIManager.getColor( prefix + "disabledText" ); disabledText = UIManager.getColor( prefix + "disabledText" );
defaultBackground = UIManager.getColor( prefix + "background" );
defaults_initialized = true; defaults_initialized = true;
} }
@@ -120,7 +123,7 @@ public class FlatRadioButtonUI
// - if background was explicitly set to a non-UIResource color // - if background was explicitly set to a non-UIResource color
if( !c.isOpaque() && if( !c.isOpaque() &&
((AbstractButton)c).isContentAreaFilled() && ((AbstractButton)c).isContentAreaFilled() &&
!(c.getBackground() instanceof UIResource) ) !defaultBackground.equals( c.getBackground() ) )
{ {
g.setColor( c.getBackground() ); g.setColor( c.getBackground() );
g.fillRect( 0, 0, c.getWidth(), c.getHeight() ); g.fillRect( 0, 0, c.getWidth(), c.getHeight() );

View File

@@ -357,13 +357,14 @@ public class FlatScrollBarUI
{ {
protected FlatScrollBarButton( int direction ) { protected FlatScrollBarButton( int direction ) {
this( direction, arrowType, buttonArrowColor, buttonDisabledArrowColor, this( direction, arrowType, buttonArrowColor, buttonDisabledArrowColor,
null, hoverButtonBackground, pressedButtonBackground ); null, hoverButtonBackground, null, pressedButtonBackground );
} }
protected FlatScrollBarButton( int direction, String type, Color foreground, Color disabledForeground, protected FlatScrollBarButton( int direction, String type, Color foreground, Color disabledForeground,
Color hoverForeground, Color hoverBackground, Color pressedBackground ) Color hoverForeground, Color hoverBackground, Color pressedForeground, Color pressedBackground )
{ {
super( direction, type, foreground, disabledForeground, hoverForeground, hoverBackground, pressedBackground ); super( direction, type, foreground, disabledForeground,
hoverForeground, hoverBackground, pressedForeground, pressedBackground );
setArrowWidth( FlatArrowButton.DEFAULT_ARROW_WIDTH - 2 ); setArrowWidth( FlatArrowButton.DEFAULT_ARROW_WIDTH - 2 );
setFocusable( false ); setFocusable( false );

View File

@@ -14,12 +14,6 @@
* limitations under the License. * limitations under the License.
*/ */
/*
* Smooth scrolling code partly based on code from IntelliJ IDEA Community Edition,
* which is licensed under the Apache 2.0 license. Copyright 2000-2016 JetBrains s.r.o.
* See: https://github.com/JetBrains/intellij-community/blob/31e1b5a8e43219b9571951bab6457cfb3012e3ef/platform/platform-api/src/com/intellij/ui/components/SmoothScrollPane.java#L141-L185
*
*/
package com.formdev.flatlaf.ui; package com.formdev.flatlaf.ui;
import java.awt.Component; import java.awt.Component;
@@ -138,8 +132,6 @@ public class FlatScrollPaneUI
return UIManager.getBoolean( "ScrollPane.smoothScrolling" ); return UIManager.getBoolean( "ScrollPane.smoothScrolling" );
} }
private static final double EPSILON = 1e-5d;
private void mouseWheelMovedSmooth( MouseWheelEvent e ) { private void mouseWheelMovedSmooth( MouseWheelEvent e ) {
// return if there is no viewport // return if there is no viewport
JViewport viewport = scrollpane.getViewport(); JViewport viewport = scrollpane.getViewport();
@@ -160,24 +152,22 @@ public class FlatScrollPaneUI
// get precise wheel rotation // get precise wheel rotation
double rotation = e.getPreciseWheelRotation(); double rotation = e.getPreciseWheelRotation();
// get unit and block increment // get unit increment
int unitIncrement; int unitIncrement;
int blockIncrement;
int orientation = scrollbar.getOrientation(); int orientation = scrollbar.getOrientation();
Component view = viewport.getView(); Component view = viewport.getView();
if( view instanceof Scrollable ) { if( view instanceof Scrollable ) {
Scrollable scrollable = (Scrollable) view; Scrollable scrollable = (Scrollable) view;
// Use (0, 0) view position to obtain constant unit increment of first item // Use (0, 0) view position to obtain a constant unit increment of first item.
// (which might otherwise be variable on smaller-than-unit scrolling). // Unit increment may be different for each item.
Rectangle visibleRect = new Rectangle( viewport.getViewSize() ); Rectangle visibleRect = new Rectangle( viewport.getViewSize() );
unitIncrement = scrollable.getScrollableUnitIncrement( visibleRect, orientation, 1 ); unitIncrement = scrollable.getScrollableUnitIncrement( visibleRect, orientation, 1 );
blockIncrement = scrollable.getScrollableBlockIncrement( visibleRect, orientation, 1 );
if( unitIncrement > 0 ) { if( unitIncrement > 0 ) {
// For the case that the first item (e.g. in a list) is larger // For the case that the first item (e.g. in a list) is larger
// than the other items, get the unit increment of the second item // than the other items (e.g. themes list in FlatLaf Demo),
// and use the smaller one. // get the unit increment of the second item and use the smaller one.
if( orientation == SwingConstants.VERTICAL ) { if( orientation == SwingConstants.VERTICAL ) {
visibleRect.y += unitIncrement; visibleRect.y += unitIncrement;
visibleRect.height -= unitIncrement; visibleRect.height -= unitIncrement;
@@ -192,52 +182,58 @@ public class FlatScrollPaneUI
} else { } else {
int direction = rotation < 0 ? -1 : 1; int direction = rotation < 0 ? -1 : 1;
unitIncrement = scrollbar.getUnitIncrement( direction ); unitIncrement = scrollbar.getUnitIncrement( direction );
blockIncrement = scrollbar.getBlockIncrement( direction );
} }
// limit scroll amount (number of units to scroll) for small viewports // get viewport width/height (the visible width/height)
// (e.g. vertical scrolling in file chooser)
int scrollAmount = e.getScrollAmount();
int viewportWH = (orientation == SwingConstants.VERTICAL) int viewportWH = (orientation == SwingConstants.VERTICAL)
? viewport.getHeight() ? viewport.getHeight()
: viewport.getWidth(); : viewport.getWidth();
if( unitIncrement * scrollAmount > viewportWH )
scrollAmount = Math.max( viewportWH / unitIncrement, 1 ); // limit scroll increment to viewport width/height
// - if scroll amount is set to a large value in OS settings
// - for large unit increments in small viewports (e.g. horizontal scrolling in file chooser)
int scrollIncrement = Math.min( unitIncrement * e.getScrollAmount(), viewportWH );
// compute relative delta // compute relative delta
double delta = rotation * scrollAmount * unitIncrement; double delta = rotation * scrollIncrement;
boolean adjustDelta = Math.abs( rotation ) < (1.0 + EPSILON); int idelta = (int) Math.round( delta );
double adjustedDelta = adjustDelta
? Math.max( -blockIncrement, Math.min( delta, blockIncrement ) ) // scroll at least one pixel to avoid "hanging"
: delta; // - for "super-low-speed" scrolling (move fingers very slowly on trackpad)
// - if unit increment is very small (e.g. 1 if scroll view does not implement
// javax.swing.Scrollable interface)
if( idelta == 0 ) {
if( rotation > 0 )
idelta = 1;
else if( rotation < 0 )
idelta = -1;
}
// compute new value // compute new value
int value = scrollbar.getValue(); int value = scrollbar.getValue();
double minDelta = scrollbar.getMinimum() - value; int minValue = scrollbar.getMinimum();
double maxDelta = scrollbar.getMaximum() - scrollbar.getModel().getExtent() - value; int maxValue = scrollbar.getMaximum() - scrollbar.getModel().getExtent();
double boundedDelta = Math.max( minDelta, Math.min( adjustedDelta, maxDelta ) ); int newValue = Math.max( minValue, Math.min( value + idelta, maxValue ) );
int newValue = value + (int) Math.round( boundedDelta );
// set new value // set new value
if( newValue != value ) if( newValue != value )
scrollbar.setValue( newValue ); scrollbar.setValue( newValue );
/*debug /*debug
System.out.println( String.format( "%4d %9f / %4d %4d / %12f %5s %12f / %4d %4d %4d / %12f %12f %12f / %4d", System.out.println( String.format( "%s %4d %9f / %3d * %d = %3d [%3d] / %8.2f %5d / %4d --> %4d [%d, %d]",
(orientation == SwingConstants.VERTICAL) ? "V" : "H",
e.getWheelRotation(), e.getWheelRotation(),
e.getPreciseWheelRotation(), e.getPreciseWheelRotation(),
unitIncrement, unitIncrement,
blockIncrement, e.getScrollAmount(),
scrollIncrement,
viewportWH,
delta, delta,
adjustDelta, idelta,
adjustedDelta,
value, value,
scrollbar.getMinimum(), newValue,
scrollbar.getMaximum(), minValue,
minDelta, maxValue ) );
maxDelta,
boundedDelta,
newValue ) );
*/ */
} }

View File

@@ -91,6 +91,9 @@ public class FlatSliderUI
protected Color disabledThumbColor; protected Color disabledThumbColor;
protected Color disabledThumbBorderColor; protected Color disabledThumbBorderColor;
private Color defaultBackground;
private Color defaultForeground;
protected boolean thumbHover; protected boolean thumbHover;
protected boolean thumbPressed; protected boolean thumbPressed;
@@ -131,6 +134,9 @@ public class FlatSliderUI
disabledTrackColor = UIManager.getColor( "Slider.disabledTrackColor" ); disabledTrackColor = UIManager.getColor( "Slider.disabledTrackColor" );
disabledThumbColor = UIManager.getColor( "Slider.disabledThumbColor" ); disabledThumbColor = UIManager.getColor( "Slider.disabledThumbColor" );
disabledThumbBorderColor = FlatUIUtils.getUIColor( "Slider.disabledThumbBorderColor", "Component.disabledBorderColor" ); disabledThumbBorderColor = FlatUIUtils.getUIColor( "Slider.disabledThumbBorderColor", "Component.disabledBorderColor" );
defaultBackground = UIManager.getColor( "Slider.background" );
defaultForeground = UIManager.getColor( "Slider.foreground" );
} }
@Override @Override
@@ -149,6 +155,9 @@ public class FlatSliderUI
disabledTrackColor = null; disabledTrackColor = null;
disabledThumbColor = null; disabledThumbColor = null;
disabledThumbBorderColor = null; disabledThumbBorderColor = null;
defaultBackground = null;
defaultForeground = null;
} }
@Override @Override
@@ -289,25 +298,28 @@ debug*/
coloredTrack = temp; coloredTrack = temp;
} }
g.setColor( trackValueColor ); g.setColor( getTrackValueColor() );
((Graphics2D)g).fill( coloredTrack ); ((Graphics2D)g).fill( coloredTrack );
} }
g.setColor( enabled ? trackColor : disabledTrackColor ); g.setColor( enabled ? getTrackColor() : disabledTrackColor );
((Graphics2D)g).fill( track ); ((Graphics2D)g).fill( track );
} }
@Override @Override
public void paintThumb( Graphics g ) { public void paintThumb( Graphics g ) {
Color thumbColor = getThumbColor();
Color color = stateColor( slider, thumbHover, thumbPressed, Color color = stateColor( slider, thumbHover, thumbPressed,
thumbColor, disabledThumbColor, null, hoverThumbColor, pressedThumbColor ); thumbColor, disabledThumbColor, null, hoverThumbColor, pressedThumbColor );
color = FlatUIUtils.deriveColor( color, thumbColor ); color = FlatUIUtils.deriveColor( color, thumbColor );
Color borderColor = (thumbBorderColor != null) Color foreground = slider.getForeground();
Color borderColor = (thumbBorderColor != null && foreground == defaultForeground)
? stateColor( slider, false, false, thumbBorderColor, disabledThumbBorderColor, focusedThumbBorderColor, null, null ) ? stateColor( slider, false, false, thumbBorderColor, disabledThumbBorderColor, focusedThumbBorderColor, null, null )
: null; : null;
Color focusedColor = FlatUIUtils.deriveColor( this.focusedColor, focusBaseColor ); Color focusedColor = FlatUIUtils.deriveColor( this.focusedColor,
(foreground != defaultForeground) ? foreground : focusBaseColor );
paintThumb( g, slider, thumbRect, isRoundThumb(), color, borderColor, focusedColor, focusWidth ); paintThumb( g, slider, thumbRect, isRoundThumb(), color, borderColor, focusedColor, focusWidth );
} }
@@ -436,6 +448,21 @@ debug*/
return path; return path;
} }
protected Color getTrackValueColor() {
Color foreground = slider.getForeground();
return (foreground != defaultForeground) ? foreground : trackValueColor;
}
protected Color getTrackColor() {
Color backround = slider.getBackground();
return (backround != defaultBackground) ? backround : trackColor;
}
protected Color getThumbColor() {
Color foreground = slider.getForeground();
return (foreground != defaultForeground) ? foreground : thumbColor;
}
public static Color stateColor( JSlider slider, boolean hover, boolean pressed, public static Color stateColor( JSlider slider, boolean hover, boolean pressed,
Color enabledColor, Color disabledColor, Color focusedColor, Color hoverColor, Color pressedColor ) Color enabledColor, Color disabledColor, Color focusedColor, Color hoverColor, Color pressedColor )
{ {

View File

@@ -69,6 +69,7 @@ import com.formdev.flatlaf.FlatClientProperties;
* @uiDefault Spinner.buttonArrowColor Color * @uiDefault Spinner.buttonArrowColor Color
* @uiDefault Spinner.buttonDisabledArrowColor Color * @uiDefault Spinner.buttonDisabledArrowColor Color
* @uiDefault Spinner.buttonHoverArrowColor Color * @uiDefault Spinner.buttonHoverArrowColor Color
* @uiDefault Spinner.buttonPressedArrowColor Color
* @uiDefault Spinner.padding Insets * @uiDefault Spinner.padding Insets
* *
* @author Karl Tauber * @author Karl Tauber
@@ -90,6 +91,7 @@ public class FlatSpinnerUI
protected Color buttonArrowColor; protected Color buttonArrowColor;
protected Color buttonDisabledArrowColor; protected Color buttonDisabledArrowColor;
protected Color buttonHoverArrowColor; protected Color buttonHoverArrowColor;
protected Color buttonPressedArrowColor;
protected Insets padding; protected Insets padding;
public static ComponentUI createUI( JComponent c ) { public static ComponentUI createUI( JComponent c ) {
@@ -114,6 +116,7 @@ public class FlatSpinnerUI
buttonArrowColor = UIManager.getColor( "Spinner.buttonArrowColor" ); buttonArrowColor = UIManager.getColor( "Spinner.buttonArrowColor" );
buttonDisabledArrowColor = UIManager.getColor( "Spinner.buttonDisabledArrowColor" ); buttonDisabledArrowColor = UIManager.getColor( "Spinner.buttonDisabledArrowColor" );
buttonHoverArrowColor = UIManager.getColor( "Spinner.buttonHoverArrowColor" ); buttonHoverArrowColor = UIManager.getColor( "Spinner.buttonHoverArrowColor" );
buttonPressedArrowColor = UIManager.getColor( "Spinner.buttonPressedArrowColor" );
padding = UIManager.getInsets( "Spinner.padding" ); padding = UIManager.getInsets( "Spinner.padding" );
// scale // scale
@@ -134,6 +137,7 @@ public class FlatSpinnerUI
buttonArrowColor = null; buttonArrowColor = null;
buttonDisabledArrowColor = null; buttonDisabledArrowColor = null;
buttonHoverArrowColor = null; buttonHoverArrowColor = null;
buttonPressedArrowColor = null;
padding = null; padding = null;
MigLayoutVisualPadding.uninstall( spinner ); MigLayoutVisualPadding.uninstall( spinner );
@@ -244,7 +248,7 @@ public class FlatSpinnerUI
private Component createArrowButton( int direction, String name ) { private Component createArrowButton( int direction, String name ) {
FlatArrowButton button = new FlatArrowButton( direction, arrowType, buttonArrowColor, FlatArrowButton button = new FlatArrowButton( direction, arrowType, buttonArrowColor,
buttonDisabledArrowColor, buttonHoverArrowColor, null ); buttonDisabledArrowColor, buttonHoverArrowColor, null, buttonPressedArrowColor, null );
button.setName( name ); button.setName( name );
button.setYOffset( (direction == SwingConstants.NORTH) ? 1 : -1 ); button.setYOffset( (direction == SwingConstants.NORTH) ? 1 : -1 );
if( direction == SwingConstants.NORTH ) if( direction == SwingConstants.NORTH )

View File

@@ -52,6 +52,7 @@ import com.formdev.flatlaf.util.UIScale;
* @uiDefault SplitPane.continuousLayout boolean * @uiDefault SplitPane.continuousLayout boolean
* @uiDefault SplitPaneDivider.oneTouchArrowColor Color * @uiDefault SplitPaneDivider.oneTouchArrowColor Color
* @uiDefault SplitPaneDivider.oneTouchHoverArrowColor Color * @uiDefault SplitPaneDivider.oneTouchHoverArrowColor Color
* @uiDefault SplitPaneDivider.oneTouchPressedArrowColor Color
* @uiDefault SplitPaneDivider.style String grip (default) or plain * @uiDefault SplitPaneDivider.style String grip (default) or plain
* @uiDefault SplitPaneDivider.gripColor Color * @uiDefault SplitPaneDivider.gripColor Color
* @uiDefault SplitPaneDivider.gripDotCount int * @uiDefault SplitPaneDivider.gripDotCount int
@@ -67,6 +68,7 @@ public class FlatSplitPaneUI
private Boolean continuousLayout; private Boolean continuousLayout;
protected Color oneTouchArrowColor; protected Color oneTouchArrowColor;
protected Color oneTouchHoverArrowColor; protected Color oneTouchHoverArrowColor;
protected Color oneTouchPressedArrowColor;
public static ComponentUI createUI( JComponent c ) { public static ComponentUI createUI( JComponent c ) {
return new FlatSplitPaneUI(); return new FlatSplitPaneUI();
@@ -80,12 +82,22 @@ public class FlatSplitPaneUI
// used in there on LaF switching // used in there on LaF switching
oneTouchArrowColor = UIManager.getColor( "SplitPaneDivider.oneTouchArrowColor" ); oneTouchArrowColor = UIManager.getColor( "SplitPaneDivider.oneTouchArrowColor" );
oneTouchHoverArrowColor = UIManager.getColor( "SplitPaneDivider.oneTouchHoverArrowColor" ); oneTouchHoverArrowColor = UIManager.getColor( "SplitPaneDivider.oneTouchHoverArrowColor" );
oneTouchPressedArrowColor = UIManager.getColor( "SplitPaneDivider.oneTouchPressedArrowColor" );
super.installDefaults(); super.installDefaults();
continuousLayout = (Boolean) UIManager.get( "SplitPane.continuousLayout" ); continuousLayout = (Boolean) UIManager.get( "SplitPane.continuousLayout" );
} }
@Override
protected void uninstallDefaults() {
super.uninstallDefaults();
oneTouchArrowColor = null;
oneTouchHoverArrowColor = null;
oneTouchPressedArrowColor = null;
}
@Override @Override
public boolean isContinuousLayout() { public boolean isContinuousLayout() {
return super.isContinuousLayout() || (continuousLayout != null && Boolean.TRUE.equals( continuousLayout )); return super.isContinuousLayout() || (continuousLayout != null && Boolean.TRUE.equals( continuousLayout ));
@@ -185,7 +197,8 @@ public class FlatSplitPaneUI
protected final boolean left; protected final boolean left;
protected FlatOneTouchButton( boolean left ) { protected FlatOneTouchButton( boolean left ) {
super( SwingConstants.NORTH, arrowType, oneTouchArrowColor, null, oneTouchHoverArrowColor, null ); super( SwingConstants.NORTH, arrowType, oneTouchArrowColor, null,
oneTouchHoverArrowColor, null, oneTouchPressedArrowColor, null );
setCursor( Cursor.getPredefinedCursor( Cursor.DEFAULT_CURSOR ) ); setCursor( Cursor.getPredefinedCursor( Cursor.DEFAULT_CURSOR ) );
ToolTipManager.sharedInstance().registerComponent( this ); ToolTipManager.sharedInstance().registerComponent( this );

View File

@@ -221,6 +221,8 @@ public class FlatTabbedPaneUI
private Container leadingComponent; private Container leadingComponent;
private Container trailingComponent; private Container trailingComponent;
private Dimension scrollBackwardButtonPrefSize;
private Handler handler; private Handler handler;
private boolean blockRollover; private boolean blockRollover;
private boolean rolloverTabClose; private boolean rolloverTabClose;
@@ -1870,23 +1872,70 @@ public class FlatTabbedPaneUI
lastMouseY = e.getY(); lastMouseY = e.getY();
double preciseWheelRotation = e.getPreciseWheelRotation(); double preciseWheelRotation = e.getPreciseWheelRotation();
boolean isPreciseWheel = (preciseWheelRotation != 0 && preciseWheelRotation != e.getWheelRotation());
int amount = (int) (maxTabHeight * preciseWheelRotation); int amount = (int) (maxTabHeight * preciseWheelRotation);
// scroll at least one pixel to avoid "hanging"
if( amount == 0 ) {
if( preciseWheelRotation > 0 )
amount = 1;
else if( preciseWheelRotation < 0 )
amount = -1;
}
// compute new view position // compute new view position
Point viewPosition = (targetViewPosition != null) Point viewPosition = (targetViewPosition != null)
? targetViewPosition ? targetViewPosition
: tabViewport.getViewPosition(); : tabViewport.getViewPosition();
Dimension viewSize = tabViewport.getViewSize(); Dimension viewSize = tabViewport.getViewSize();
boolean horizontal = isHorizontalTabPlacement();
int x = viewPosition.x; int x = viewPosition.x;
int y = viewPosition.y; int y = viewPosition.y;
int tabPlacement = tabPane.getTabPlacement(); if( horizontal )
if( tabPlacement == TOP || tabPlacement == BOTTOM ) {
x += isLeftToRight() ? amount : -amount; x += isLeftToRight() ? amount : -amount;
x = Math.min( Math.max( x, 0 ), viewSize.width - tabViewport.getWidth() ); else
} else {
y += amount; y += amount;
y = Math.min( Math.max( y, 0 ), viewSize.height - tabViewport.getHeight() );
// In case of having scroll buttons on both sides and hiding disabled buttons,
// the viewport is moved when the scroll backward button becomes visible
// or is hidden. For non-precise wheel scrolling (e.g. mouse wheel on Windows),
// this is no problem because the scroll amount is at least a tab-height.
// For precise wheel scrolling (e.g. touchpad on Mac), this is a problem
// because it is possible to scroll by a fraction of a tab-height.
if( isPreciseWheel &&
getScrollButtonsPlacement() == BOTH &&
getScrollButtonsPolicy() == AS_NEEDED_SINGLE &&
(isLeftToRight() || !horizontal) || // scroll buttons are hidden in right-to-left
scrollBackwardButtonPrefSize != null )
{
// special cases for scrolling with touchpad or high-resolution wheel:
// 1. if view is at 0/0 and scrolling right/down, then the scroll backward button
// becomes visible, which moves the viewport right/down by the width/height of
// the button --> add button width/height to new view position so that
// tabs seems to stay in place at screen
// 2. if scrolling left/up to the beginning, then the scroll backward button
// becomes hidden, which moves the viewport left/up by the width/height of
// the button --> set new view position to 0/0 so that
// tabs seems to stay in place at screen
if( horizontal ) {
//
if( viewPosition.x == 0 && x > 0 )
x += scrollBackwardButtonPrefSize.width;
else if( amount < 0 && x <= scrollBackwardButtonPrefSize.width )
x = 0;
} else {
if( viewPosition.y == 0 && y > 0 )
y += scrollBackwardButtonPrefSize.height;
else if( amount < 0 && y <= scrollBackwardButtonPrefSize.height )
y = 0;
} }
}
// limit new view position
if( horizontal )
x = Math.min( Math.max( x, 0 ), viewSize.width - tabViewport.getWidth() );
else
y = Math.min( Math.max( y, 0 ), viewSize.height - tabViewport.getHeight() );
// check whether view position has changed // check whether view position has changed
Point newViewPosition = new Point( x, y ); Point newViewPosition = new Point( x, y );
@@ -1894,9 +1943,7 @@ public class FlatTabbedPaneUI
return; return;
// update view position // update view position
if( preciseWheelRotation != 0 && if( isPreciseWheel ) {
preciseWheelRotation != e.getWheelRotation() )
{
// do not use animation for precise scrolling (e.g. with trackpad) // do not use animation for precise scrolling (e.g. with trackpad)
// stop running animation (if any) // stop running animation (if any)
@@ -2109,8 +2156,10 @@ public class FlatTabbedPaneUI
public void mouseReleased( MouseEvent e ) { public void mouseReleased( MouseEvent e ) {
if( isPressedTabClose() ) { if( isPressedTabClose() ) {
updateRollover( e ); updateRollover( e );
if( pressedTabIndex >= 0 && pressedTabIndex == getRolloverTab() ) if( pressedTabIndex >= 0 && pressedTabIndex == getRolloverTab() ) {
restoreTabToolTip();
closeTab( pressedTabIndex ); closeTab( pressedTabIndex );
}
} else } else
mouseDelegate.mouseReleased( e ); mouseDelegate.mouseReleased( e );
@@ -2188,6 +2237,7 @@ public class FlatTabbedPaneUI
if( lastTipTabIndex < 0 ) if( lastTipTabIndex < 0 )
return; return;
if( lastTipTabIndex < tabPane.getTabCount() )
tabPane.setToolTipTextAt( lastTipTabIndex, lastTip ); tabPane.setToolTipTextAt( lastTipTabIndex, lastTip );
lastTip = null; lastTip = null;
lastTipTabIndex = -1; lastTipTabIndex = -1;
@@ -2893,6 +2943,8 @@ public class FlatTabbedPaneUI
moreTabsButton.setVisible( moreTabsButtonVisible ); moreTabsButton.setVisible( moreTabsButtonVisible );
backwardButton.setVisible( backwardButtonVisible ); backwardButton.setVisible( backwardButtonVisible );
forwardButton.setVisible( forwardButtonVisible ); forwardButton.setVisible( forwardButtonVisible );
scrollBackwardButtonPrefSize = backwardButton.getPreferredSize();
} }
} }
} }

View File

@@ -141,7 +141,7 @@ public class FlatTableHeaderUI
rendererClassName.equals( "sun.swing.FilePane$AlignableTableHeaderRenderer" ); rendererClassName.equals( "sun.swing.FilePane$AlignableTableHeaderRenderer" );
} }
private void paintColumnBorders( Graphics g, JComponent c ) { protected void paintColumnBorders( Graphics g, JComponent c ) {
int width = c.getWidth(); int width = c.getWidth();
int height = c.getHeight(); int height = c.getHeight();
float lineWidth = UIScale.scale( 1f ); float lineWidth = UIScale.scale( 1f );

View File

@@ -25,7 +25,6 @@ import java.awt.Graphics2D;
import java.awt.event.FocusEvent; import java.awt.event.FocusEvent;
import java.awt.event.FocusListener; import java.awt.event.FocusListener;
import java.awt.geom.Rectangle2D; import java.awt.geom.Rectangle2D;
import javax.swing.JCheckBox;
import javax.swing.JComponent; import javax.swing.JComponent;
import javax.swing.JScrollPane; import javax.swing.JScrollPane;
import javax.swing.JViewport; import javax.swing.JViewport;
@@ -34,7 +33,6 @@ import javax.swing.SwingUtilities;
import javax.swing.UIManager; import javax.swing.UIManager;
import javax.swing.plaf.ComponentUI; import javax.swing.plaf.ComponentUI;
import javax.swing.plaf.basic.BasicTableUI; import javax.swing.plaf.basic.BasicTableUI;
import javax.swing.table.TableCellRenderer;
import com.formdev.flatlaf.util.Graphics2DProxy; import com.formdev.flatlaf.util.Graphics2DProxy;
import com.formdev.flatlaf.util.UIScale; import com.formdev.flatlaf.util.UIScale;
@@ -137,12 +135,6 @@ public class FlatTableUI
oldIntercellSpacing = table.getIntercellSpacing(); oldIntercellSpacing = table.getIntercellSpacing();
table.setIntercellSpacing( intercellSpacing ); table.setIntercellSpacing( intercellSpacing );
} }
// checkbox is non-opaque in FlatLaf and therefore would not paint selection
// --> make checkbox renderer opaque (but opaque in Metal or Windows LaF)
TableCellRenderer booleanRenderer = table.getDefaultRenderer( Boolean.class );
if( booleanRenderer instanceof JCheckBox )
((JCheckBox)booleanRenderer).setOpaque( true );
} }
@Override @Override

View File

@@ -39,6 +39,7 @@ import javax.swing.text.Caret;
import javax.swing.text.JTextComponent; import javax.swing.text.JTextComponent;
import com.formdev.flatlaf.FlatClientProperties; import com.formdev.flatlaf.FlatClientProperties;
import com.formdev.flatlaf.util.HiDPIUtils; import com.formdev.flatlaf.util.HiDPIUtils;
import com.formdev.flatlaf.util.JavaCompatibility;
/** /**
* Provides the Flat LaF UI delegate for {@link javax.swing.JTextField}. * Provides the Flat LaF UI delegate for {@link javax.swing.JTextField}.
@@ -213,7 +214,9 @@ public class FlatTextFieldUI
// paint placeholder // paint placeholder
g.setColor( placeholderForeground ); g.setColor( placeholderForeground );
FlatUIUtils.drawString( c, g, (String) placeholder, x, y ); String clippedPlaceholder = JavaCompatibility.getClippedString( jc, fm,
(String) placeholder, c.getWidth() - insets.left - insets.right );
FlatUIUtils.drawString( c, g, clippedPlaceholder, x, y );
} }
@Override @Override

View File

@@ -146,10 +146,17 @@ public class FlatToggleButtonUI
int height = c.getHeight(); int height = c.getHeight();
int width = c.getWidth(); int width = c.getWidth();
boolean selected = ((AbstractButton)c).isSelected(); boolean selected = ((AbstractButton)c).isSelected();
Color enabledColor = selected ? clientPropertyColor( c, TAB_BUTTON_SELECTED_BACKGROUND, tabSelectedBackground ) : null;
// use component background if explicitly set
if( enabledColor == null ) {
Color bg = c.getBackground();
if( isCustomBackground( bg ) )
enabledColor = bg;
}
// paint background // paint background
Color background = buttonStateColor( c, Color background = buttonStateColor( c, enabledColor,
selected ? clientPropertyColor( c, TAB_BUTTON_SELECTED_BACKGROUND, tabSelectedBackground ) : null,
null, tabFocusBackground, tabHoverBackground, null ); null, tabFocusBackground, tabHoverBackground, null );
if( background != null ) { if( background != null ) {
g.setColor( background ); g.setColor( background );

View File

@@ -71,7 +71,7 @@ public class FlatToolTipUI
if( sharedPropertyChangedListener == null ) { if( sharedPropertyChangedListener == null ) {
sharedPropertyChangedListener = e -> { sharedPropertyChangedListener = e -> {
String name = e.getPropertyName(); String name = e.getPropertyName();
if( name == "text" || name == "font" || name == "foreground" ) { if( name == "tiptext" || name == "font" || name == "foreground" ) {
JToolTip toolTip = (JToolTip) e.getSource(); JToolTip toolTip = (JToolTip) e.getSource();
FlatLabelUI.updateHTMLRenderer( toolTip, toolTip.getTipText(), false ); FlatLabelUI.updateHTMLRenderer( toolTip, toolTip.getTipText(), false );
} }

View File

@@ -16,6 +16,8 @@
package com.formdev.flatlaf.ui; package com.formdev.flatlaf.ui;
import static com.formdev.flatlaf.FlatClientProperties.*;
import java.awt.Color; import java.awt.Color;
import java.awt.Component; import java.awt.Component;
import java.awt.Graphics; import java.awt.Graphics;
@@ -26,7 +28,9 @@ import java.awt.event.MouseListener;
import java.beans.PropertyChangeEvent; import java.beans.PropertyChangeEvent;
import java.beans.PropertyChangeListener; import java.beans.PropertyChangeListener;
import javax.swing.CellRendererPane; import javax.swing.CellRendererPane;
import javax.swing.Icon;
import javax.swing.JComponent; import javax.swing.JComponent;
import javax.swing.JLabel;
import javax.swing.JTree; import javax.swing.JTree;
import javax.swing.LookAndFeel; import javax.swing.LookAndFeel;
import javax.swing.SwingUtilities; import javax.swing.SwingUtilities;
@@ -145,9 +149,6 @@ public class FlatTreeUI
@Override @Override
protected MouseListener createMouseListener() { protected MouseListener createMouseListener() {
if( !wideSelection )
return super.createMouseListener();
return new BasicTreeUI.MouseHandler() { return new BasicTreeUI.MouseHandler() {
@Override @Override
public void mousePressed( MouseEvent e ) { public void mousePressed( MouseEvent e ) {
@@ -165,7 +166,7 @@ public class FlatTreeUI
} }
private MouseEvent handleWideMouseEvent( MouseEvent e ) { private MouseEvent handleWideMouseEvent( MouseEvent e ) {
if( !tree.isEnabled() || !SwingUtilities.isLeftMouseButton( e ) || e.isConsumed() ) if( !isWideSelection() || !tree.isEnabled() || !SwingUtilities.isLeftMouseButton( e ) || e.isConsumed() )
return e; return e;
int x = e.getX(); int x = e.getX();
@@ -192,19 +193,27 @@ public class FlatTreeUI
@Override @Override
protected PropertyChangeListener createPropertyChangeListener() { protected PropertyChangeListener createPropertyChangeListener() {
if( !wideSelection )
return super.createPropertyChangeListener();
return new BasicTreeUI.PropertyChangeHandler() { return new BasicTreeUI.PropertyChangeHandler() {
@Override @Override
public void propertyChange( PropertyChangeEvent e ) { public void propertyChange( PropertyChangeEvent e ) {
super.propertyChange( e ); super.propertyChange( e );
if( e.getSource() == tree && e.getPropertyName() == "dropLocation" ) { if( e.getSource() == tree ) {
switch( e.getPropertyName() ) {
case TREE_WIDE_SELECTION:
case TREE_PAINT_SELECTION:
tree.repaint();
break;
case "dropLocation":
if( isWideSelection() ) {
JTree.DropLocation oldValue = (JTree.DropLocation) e.getOldValue(); JTree.DropLocation oldValue = (JTree.DropLocation) e.getOldValue();
repaintWideDropLocation( oldValue ); repaintWideDropLocation( oldValue );
repaintWideDropLocation( tree.getDropLocation() ); repaintWideDropLocation( tree.getDropLocation() );
} }
break;
}
}
} }
private void repaintWideDropLocation(JTree.DropLocation loc) { private void repaintWideDropLocation(JTree.DropLocation loc) {
@@ -227,34 +236,22 @@ public class FlatTreeUI
TreePath path, int row, boolean isExpanded, boolean hasBeenExpanded, boolean isLeaf ) TreePath path, int row, boolean isExpanded, boolean hasBeenExpanded, boolean isLeaf )
{ {
boolean isEditing = (editingComponent != null && editingRow == row); boolean isEditing = (editingComponent != null && editingRow == row);
boolean hasFocus = FlatUIUtils.isPermanentFocusOwner( tree );
boolean cellHasFocus = hasFocus && (row == getLeadSelectionRow());
boolean isSelected = tree.isRowSelected( row ); boolean isSelected = tree.isRowSelected( row );
boolean isDropRow = isDropRow( row ); boolean isDropRow = isDropRow( row );
boolean needsSelectionPainting = (isSelected || isDropRow) && isPaintSelection();
// do not paint row if editing, except if selection needs painted
if( isEditing && !needsSelectionPainting )
return;
boolean hasFocus = FlatUIUtils.isPermanentFocusOwner( tree );
boolean cellHasFocus = hasFocus && (row == getLeadSelectionRow());
// if tree is used as cell renderer in another component (e.g. in Rhino JavaScript debugger), // if tree is used as cell renderer in another component (e.g. in Rhino JavaScript debugger),
// check whether that component is focused to get correct selection colors // check whether that component is focused to get correct selection colors
if( !hasFocus && isSelected && tree.getParent() instanceof CellRendererPane ) if( !hasFocus && isSelected && tree.getParent() instanceof CellRendererPane )
hasFocus = FlatUIUtils.isPermanentFocusOwner( tree.getParent().getParent() ); hasFocus = FlatUIUtils.isPermanentFocusOwner( tree.getParent().getParent() );
// wide selection background
if( wideSelection && (isSelected || isDropRow) ) {
// fill background
g.setColor( isDropRow
? UIManager.getColor( "Tree.dropCellBackground" )
: (hasFocus ? selectionBackground : selectionInactiveBackground) );
g.fillRect( 0, bounds.y, tree.getWidth(), bounds.height );
// paint expand/collapse icon
if( shouldPaintExpandControl( path, row, isExpanded, hasBeenExpanded, isLeaf ) ) {
paintExpandControl( g, clipBounds, insets, bounds,
path, row, isExpanded, hasBeenExpanded, isLeaf );
}
}
if( isEditing )
return;
// get renderer component // get renderer component
Component rendererComponent = currentCellRenderer.getTreeCellRendererComponent( tree, Component rendererComponent = currentCellRenderer.getTreeCellRendererComponent( tree,
path.getLastPathComponent(), isSelected, isExpanded, isLeaf, row, cellHasFocus ); path.getLastPathComponent(), isSelected, isExpanded, isLeaf, row, cellHasFocus );
@@ -290,7 +287,50 @@ public class FlatTreeUI
} }
} }
// paint selection background
if( needsSelectionPainting ) {
// set selection color
Color oldColor = g.getColor();
g.setColor( isDropRow
? UIManager.getColor( "Tree.dropCellBackground" )
: (rendererComponent instanceof DefaultTreeCellRenderer
? ((DefaultTreeCellRenderer)rendererComponent).getBackgroundSelectionColor()
: (hasFocus ? selectionBackground : selectionInactiveBackground)) );
if( isWideSelection() ) {
// wide selection
g.fillRect( 0, bounds.y, tree.getWidth(), bounds.height );
// paint expand/collapse icon
// (was already painted before, but painted over with wide selection)
if( shouldPaintExpandControl( path, row, isExpanded, hasBeenExpanded, isLeaf ) ) {
paintExpandControl( g, clipBounds, insets, bounds,
path, row, isExpanded, hasBeenExpanded, isLeaf );
}
} else {
// non-wide selection
int xOffset = 0;
int imageOffset = 0;
if( rendererComponent instanceof JLabel ) {
JLabel label = (JLabel) rendererComponent;
Icon icon = label.getIcon();
imageOffset = (icon != null && label.getText() != null)
? icon.getIconWidth() + Math.max( label.getIconTextGap() - 1, 0 )
: 0;
xOffset = label.getComponentOrientation().isLeftToRight() ? imageOffset : 0;
}
g.fillRect( bounds.x + xOffset, bounds.y, bounds.width - imageOffset, bounds.height );
}
// this is actually not necessary because renderer should always set color
// before painting, but doing anyway to avoid any side effect (in bad renderers)
g.setColor( oldColor );
}
// paint renderer // paint renderer
if( !isEditing )
rendererPane.paintComponent( g, rendererComponent, tree, bounds.x, bounds.y, bounds.width, bounds.height, true ); rendererPane.paintComponent( g, rendererComponent, tree, bounds.x, bounds.y, bounds.width, bounds.height, true );
// restore background selection color and border selection color // restore background selection color and border selection color
@@ -314,6 +354,14 @@ public class FlatTreeUI
@Override @Override
protected Rectangle getDropLineRect( DropLocation loc ) { protected Rectangle getDropLineRect( DropLocation loc ) {
Rectangle r = super.getDropLineRect( loc ); Rectangle r = super.getDropLineRect( loc );
return wideSelection ? new Rectangle( 0, r.y, tree.getWidth(), r.height ) : r; return isWideSelection() ? new Rectangle( 0, r.y, tree.getWidth(), r.height ) : r;
}
protected boolean isWideSelection() {
return clientPropertyBoolean( tree, TREE_WIDE_SELECTION, wideSelection );
}
protected boolean isPaintSelection() {
return clientPropertyBoolean( tree, TREE_PAINT_SELECTION, true );
} }
} }

View File

@@ -33,15 +33,13 @@ import java.awt.Shape;
import java.awt.Window; import java.awt.Window;
import java.awt.event.FocusEvent; import java.awt.event.FocusEvent;
import java.awt.event.FocusListener; import java.awt.event.FocusListener;
import java.awt.event.MouseAdapter;
import java.awt.event.MouseEvent;
import java.awt.geom.Ellipse2D; import java.awt.geom.Ellipse2D;
import java.awt.geom.Path2D; import java.awt.geom.Path2D;
import java.awt.geom.Rectangle2D; import java.awt.geom.Rectangle2D;
import java.awt.geom.RoundRectangle2D; import java.awt.geom.RoundRectangle2D;
import java.util.IdentityHashMap; import java.util.IdentityHashMap;
import java.util.WeakHashMap; import java.util.WeakHashMap;
import java.util.function.Consumer; import java.util.function.Predicate;
import java.util.function.Supplier; import java.util.function.Supplier;
import javax.swing.JComponent; import javax.swing.JComponent;
import javax.swing.JTable; import javax.swing.JTable;
@@ -178,8 +176,18 @@ public class FlatUIUtils
* Returns whether the given component is the permanent focus owner and * Returns whether the given component is the permanent focus owner and
* is in the active window. Used to paint focus indicators. * is in the active window. Used to paint focus indicators.
*/ */
@SuppressWarnings( "unchecked" )
public static boolean isPermanentFocusOwner( Component c ) { public static boolean isPermanentFocusOwner( Component c ) {
KeyboardFocusManager keyboardFocusManager = KeyboardFocusManager.getCurrentKeyboardFocusManager(); KeyboardFocusManager keyboardFocusManager = KeyboardFocusManager.getCurrentKeyboardFocusManager();
if( c instanceof JComponent ) {
Object value = ((JComponent)c).getClientProperty( FlatClientProperties.COMPONENT_FOCUS_OWNER );
if( value instanceof Predicate ) {
return ((Predicate<JComponent>)value).test( (JComponent) c ) &&
keyboardFocusManager.getActiveWindow() == SwingUtilities.windowForComponent( c );
}
}
return keyboardFocusManager.getPermanentFocusOwner() == c && return keyboardFocusManager.getPermanentFocusOwner() == c &&
keyboardFocusManager.getActiveWindow() == SwingUtilities.windowForComponent( c ); keyboardFocusManager.getActiveWindow() == SwingUtilities.windowForComponent( c );
} }
@@ -337,7 +345,7 @@ public class FlatUIUtils
float innerArc = arc - (lineWidth * 2); float innerArc = arc - (lineWidth * 2);
// reduce outer arc slightly for small arcs to make the curve slightly wider // reduce outer arc slightly for small arcs to make the curve slightly wider
if( arc > 0 && arc < UIScale.scale( 10 ) ) if( focusWidth > 0 && arc > 0 && arc < UIScale.scale( 10 ) )
outerArc -= UIScale.scale( 2f ); outerArc -= UIScale.scale( 2f );
Path2D path = new Path2D.Float( Path2D.WIND_EVEN_ODD ); Path2D path = new Path2D.Float( Path2D.WIND_EVEN_ODD );
@@ -680,37 +688,6 @@ public class FlatUIUtils
.computeIfAbsent( key, k -> newInstanceSupplier.get() ); .computeIfAbsent( key, k -> newInstanceSupplier.get() );
} }
//---- class HoverListener ------------------------------------------------
public static class HoverListener
extends MouseAdapter
{
private final Component repaintComponent;
private final Consumer<Boolean> hoverChanged;
public HoverListener( Component repaintComponent, Consumer<Boolean> hoverChanged ) {
this.repaintComponent = repaintComponent;
this.hoverChanged = hoverChanged;
}
@Override
public void mouseEntered( MouseEvent e ) {
hoverChanged.accept( true );
repaint();
}
@Override
public void mouseExited( MouseEvent e ) {
hoverChanged.accept( false );
repaint();
}
private void repaint() {
if( repaintComponent != null && repaintComponent.isEnabled() )
repaintComponent.repaint();
}
}
//---- class RepaintFocusListener ----------------------------------------- //---- class RepaintFocusListener -----------------------------------------
public static class RepaintFocusListener public static class RepaintFocusListener

View File

@@ -227,7 +227,6 @@ public class JBRCustomDecorations
private final Color defaultActiveBorder = new Color( 0x707070 ); private final Color defaultActiveBorder = new Color( 0x707070 );
private final Color inactiveLightColor = new Color( 0xaaaaaa ); private final Color inactiveLightColor = new Color( 0xaaaaaa );
private final Color inactiveDarkColor = new Color( 0x3f3f3f );
private boolean colorizationAffectsBorders; private boolean colorizationAffectsBorders;
private Color activeColor = defaultActiveBorder; private Color activeColor = defaultActiveBorder;
@@ -273,7 +272,7 @@ public class JBRCustomDecorations
Object colorizationColorBalanceObj = toolkit.getDesktopProperty( "win.dwm.colorizationColorBalance" ); Object colorizationColorBalanceObj = toolkit.getDesktopProperty( "win.dwm.colorizationColorBalance" );
if( colorizationColorBalanceObj instanceof Integer ) { if( colorizationColorBalanceObj instanceof Integer ) {
int colorizationColorBalance = (Integer) colorizationColorBalanceObj; int colorizationColorBalance = (Integer) colorizationColorBalanceObj;
if( colorizationColorBalance < 0 ) if( colorizationColorBalance < 0 || colorizationColorBalance > 100 )
colorizationColorBalance = 100; colorizationColorBalance = 100;
if( colorizationColorBalance == 0 ) if( colorizationColorBalance == 0 )
@@ -283,9 +282,15 @@ public class JBRCustomDecorations
float alpha = colorizationColorBalance / 100.0f; float alpha = colorizationColorBalance / 100.0f;
float remainder = 1 - alpha; float remainder = 1 - alpha;
int r = Math.round( (colorizationColor.getRed() * alpha + 0xD9 * remainder) ); int r = Math.round( colorizationColor.getRed() * alpha + 0xD9 * remainder );
int g = Math.round( (colorizationColor.getGreen() * alpha + 0xD9 * remainder) ); int g = Math.round( colorizationColor.getGreen() * alpha + 0xD9 * remainder );
int b = Math.round( (colorizationColor.getBlue() * alpha + 0xD9 * remainder) ); int b = Math.round( colorizationColor.getBlue() * alpha + 0xD9 * remainder );
// avoid potential IllegalArgumentException in Color constructor
r = Math.min( Math.max( r, 0 ), 255 );
g = Math.min( Math.max( g, 0 ), 255 );
b = Math.min( Math.max( b, 0 ), 255 );
return new Color( r, g, b ); return new Color( r, g, b );
} }
return colorizationColor; return colorizationColor;
@@ -300,7 +305,14 @@ public class JBRCustomDecorations
Window window = SwingUtilities.windowForComponent( c ); Window window = SwingUtilities.windowForComponent( c );
boolean active = (window != null) ? window.isActive() : false; boolean active = (window != null) ? window.isActive() : false;
g.setColor( active ? activeColor : (FlatLaf.isLafDark() ? inactiveDarkColor : inactiveLightColor) ); // paint top border
// - in light themes
// - in dark themes only for active windows if colorization affects borders
boolean paintTopBorder = !FlatLaf.isLafDark() || (active && colorizationAffectsBorders);
if( !paintTopBorder )
return;
g.setColor( active ? activeColor : inactiveLightColor );
HiDPIUtils.paintAtScale1x( (Graphics2D) g, x, y, width, height, this::paintImpl ); HiDPIUtils.paintAtScale1x( (Graphics2D) g, x, y, width, height, this::paintImpl );
} }

View File

@@ -125,8 +125,23 @@ public class ColorFunctions
protected boolean shouldInverse( float[] hsla ) { protected boolean shouldInverse( float[] hsla ) {
return increase return increase
? hsla[hslIndex] >= 50 ? hsla[hslIndex] > 65
: hsla[hslIndex] < 50; : hsla[hslIndex] < 35;
}
@Override
public String toString() {
String name;
switch( hslIndex ) {
case 0: name = "spin"; break;
case 1: name = increase ? "saturate" : "desaturate"; break;
case 2: name = increase ? "lighten" : "darken"; break;
case 3: name = increase ? "fadein" : "fadeout"; break;
default: throw new IllegalArgumentException();
}
return String.format( "%s(%.0f%%%s%s)", name, amount,
(relative ? " relative" : ""),
(autoInverse ? " autoInverse" : "") );
} }
} }
@@ -148,5 +163,10 @@ public class ColorFunctions
public void apply( float[] hsla ) { public void apply( float[] hsla ) {
hsla[3] = clamp( amount ); hsla[3] = clamp( amount );
} }
@Override
public String toString() {
return String.format( "fade(%.0f%%)", amount );
}
} }
} }

View File

@@ -59,4 +59,17 @@ public class DerivedColor
public ColorFunction[] getFunctions() { public ColorFunction[] getFunctions() {
return functions; return functions;
} }
@Override
public String toString() {
StringBuilder buf = new StringBuilder();
buf.append( super.toString() );
for( ColorFunction function : functions ) {
buf.append( '\n' );
buf.append( function.toString() );
}
return buf.toString();
}
} }

View File

@@ -134,7 +134,7 @@ public class HiDPIUtils
// - fractional scale factors result in fractional component Y device coordinates // - fractional scale factors result in fractional component Y device coordinates
// - fractional text Y device coordinates are rounded for horizontal lines of characters // - fractional text Y device coordinates are rounded for horizontal lines of characters
// - maybe different rounding methods for drawing primitives (e.g. rectangle) and text // - maybe different rounding methods for drawing primitives (e.g. rectangle) and text
// - Java adds 0.5 to X/Y positions in before drawing string in BufferedTextPipe.enqueueGlyphList() // - Java adds 0.5 to X/Y positions before drawing string in BufferedTextPipe.enqueueGlyphList()
// this is not the optimal solution, but works very good in most cases // this is not the optimal solution, but works very good in most cases
// (tested with class FlatPaintingStringTest on Windows 10 with font "Segoe UI") // (tested with class FlatPaintingStringTest on Windows 10 with font "Segoe UI")

View File

@@ -36,9 +36,14 @@ import javax.swing.plaf.UIResource;
import com.formdev.flatlaf.FlatSystemProperties; import com.formdev.flatlaf.FlatSystemProperties;
/** /**
* Two scaling modes are supported for HiDPI displays: * This class handles scaling in Swing UIs.
* It computes user scaling factor based on font size and
* provides methods to scale integer, float, {@link Dimension} and {@link Insets}.
* This class is look and feel independent.
* <p>
* Two scaling modes are supported by FlatLaf for HiDPI displays:
* *
* 1) system scaling mode * <h3>1) system scaling mode</h3>
* *
* This mode is supported since Java 9 on all platforms and in some Java 8 VMs * This mode is supported since Java 9 on all platforms and in some Java 8 VMs
* (e.g. Apple and JetBrains). The JRE determines the scale factor per-display and * (e.g. Apple and JetBrains). The JRE determines the scale factor per-display and
@@ -49,7 +54,7 @@ import com.formdev.flatlaf.FlatSystemProperties;
* The scale factor may be different for each connected display. * The scale factor may be different for each connected display.
* The scale factor may change for a window when moving the window from one display to another one. * The scale factor may change for a window when moving the window from one display to another one.
* *
* 2) user scaling mode * <h3>2) user scaling mode</h3>
* *
* This mode is mainly for Java 8 compatibility, but is also used on Linux * This mode is mainly for Java 8 compatibility, but is also used on Linux
* or if the default font is changed. * or if the default font is changed.
@@ -85,6 +90,9 @@ public class UIScale
private static Boolean jreHiDPI; private static Boolean jreHiDPI;
/**
* Returns whether system scaling is enabled.
*/
public static boolean isSystemScalingEnabled() { public static boolean isSystemScalingEnabled() {
if( jreHiDPI != null ) if( jreHiDPI != null )
return jreHiDPI; return jreHiDPI;
@@ -112,10 +120,16 @@ public class UIScale
return jreHiDPI; return jreHiDPI;
} }
/**
* Returns the system scale factor for the given graphics context.
*/
public static double getSystemScaleFactor( Graphics2D g ) { public static double getSystemScaleFactor( Graphics2D g ) {
return isSystemScalingEnabled() ? getSystemScaleFactor( g.getDeviceConfiguration() ) : 1; return isSystemScalingEnabled() ? getSystemScaleFactor( g.getDeviceConfiguration() ) : 1;
} }
/**
* Returns the system scale factor for the given graphics configuration.
*/
public static double getSystemScaleFactor( GraphicsConfiguration gc ) { public static double getSystemScaleFactor( GraphicsConfiguration gc ) {
return (isSystemScalingEnabled() && gc != null) ? gc.getDefaultTransform().getScaleX() : 1; return (isSystemScalingEnabled() && gc != null) ? gc.getDefaultTransform().getScaleX() : 1;
} }
@@ -297,11 +311,17 @@ public class UIScale
} }
} }
/**
* Returns the user scale factor.
*/
public static float getUserScaleFactor() { public static float getUserScaleFactor() {
initialize(); initialize();
return scaleFactor; return scaleFactor;
} }
/**
* Sets the user scale factor.
*/
private static void setUserScaleFactor( float scaleFactor ) { private static void setUserScaleFactor( float scaleFactor ) {
if( scaleFactor <= 1f ) if( scaleFactor <= 1f )
scaleFactor = 1f; scaleFactor = 1f;
@@ -318,40 +338,65 @@ public class UIScale
changeSupport.firePropertyChange( "userScaleFactor", oldScaleFactor, scaleFactor ); changeSupport.firePropertyChange( "userScaleFactor", oldScaleFactor, scaleFactor );
} }
/**
* Multiplies the given value by the user scale factor.
*/
public static float scale( float value ) { public static float scale( float value ) {
initialize(); initialize();
return (scaleFactor == 1) ? value : (value * scaleFactor); return (scaleFactor == 1) ? value : (value * scaleFactor);
} }
/**
* Multiplies the given value by the user scale factor and rounds the result.
*/
public static int scale( int value ) { public static int scale( int value ) {
initialize(); initialize();
return (scaleFactor == 1) ? value : Math.round( value * scaleFactor ); return (scaleFactor == 1) ? value : Math.round( value * scaleFactor );
} }
/** /**
* Similar as scale(int) but always "rounds down". * Similar as {@link #scale(int)} but always "rounds down".
* <p>
* For use in special cases. {@link #scale(int)} is the preferred method.
*/ */
public static int scale2( int value ) { public static int scale2( int value ) {
initialize(); initialize();
return (scaleFactor == 1) ? value : (int) (value * scaleFactor); return (scaleFactor == 1) ? value : (int) (value * scaleFactor);
} }
/**
* Divides the given value by the user scale factor.
*/
public static float unscale( float value ) { public static float unscale( float value ) {
initialize(); initialize();
return (scaleFactor == 1f) ? value : (value / scaleFactor); return (scaleFactor == 1f) ? value : (value / scaleFactor);
} }
/**
* Divides the given value by the user scale factor and rounds the result.
*/
public static int unscale( int value ) { public static int unscale( int value ) {
initialize(); initialize();
return (scaleFactor == 1f) ? value : Math.round( value / scaleFactor ); return (scaleFactor == 1f) ? value : Math.round( value / scaleFactor );
} }
/**
* If user scale factor is not 1, scale the given graphics context by invoking
* {@link Graphics2D#scale(double, double)} with user scale factor.
*/
public static void scaleGraphics( Graphics2D g ) { public static void scaleGraphics( Graphics2D g ) {
initialize(); initialize();
if( scaleFactor != 1f ) if( scaleFactor != 1f )
g.scale( scaleFactor, scaleFactor ); g.scale( scaleFactor, scaleFactor );
} }
/**
* Scales the given dimension with the user scale factor.
* <p>
* If user scale factor is 1, then the given dimension is simply returned.
* Otherwise a new instance of {@link Dimension} or {@link DimensionUIResource}
* is returned, depending on whether the passed dimension implements {@link UIResource}.
*/
public static Dimension scale( Dimension dimension ) { public static Dimension scale( Dimension dimension ) {
initialize(); initialize();
return (dimension == null || scaleFactor == 1f) return (dimension == null || scaleFactor == 1f)
@@ -361,6 +406,13 @@ public class UIScale
: new Dimension ( scale( dimension.width ), scale( dimension.height ) )); : new Dimension ( scale( dimension.width ), scale( dimension.height ) ));
} }
/**
* Scales the given insets with the user scale factor.
* <p>
* If user scale factor is 1, then the given insets is simply returned.
* Otherwise a new instance of {@link Insets} or {@link InsetsUIResource}
* is returned, depending on whether the passed dimension implements {@link UIResource}.
*/
public static Insets scale( Insets insets ) { public static Insets scale( Insets insets ) {
initialize(); initialize();
return (insets == null || scaleFactor == 1f) return (insets == null || scaleFactor == 1f)

View File

@@ -14,29 +14,49 @@
# limitations under the License. # limitations under the License.
# #
#
# This file is loaded for "FlatLaf Darcula" theme (that extend class FlatDarculaLaf)
# and for all dark IntelliJ Platform themes.
#
# Documentation:
# - https://www.formdev.com/flatlaf/properties-files/
# - https://www.formdev.com/flatlaf/how-to-customize/
#
# NOTE: Avoid copying the whole content of this file to own properties files.
# This will make upgrading to newer FlatLaf versions complex and error-prone.
# Instead copy and modify only those properties that you need to alter.
#
# Colors and style mostly based on Darcula theme from IntelliJ IDEA Community Edition, # Colors and style mostly based on Darcula theme from IntelliJ IDEA Community Edition,
# which is licensed under the Apache 2.0 license. Copyright 2000-2019 JetBrains s.r.o. # which is licensed under the Apache 2.0 license. Copyright 2000-2019 JetBrains s.r.o.
# See: https://github.com/JetBrains/intellij-community/ # See: https://github.com/JetBrains/intellij-community/
#---- Button ---- #---- Button ----
Button.default.boldText=true Button.innerFocusWidth = 0
Button.default.boldText = true
#---- CheckBox ----
CheckBox.icon.focusedBackground = null
#---- Component ---- #---- Component ----
Component.focusWidth=2 Component.focusWidth = 2
Component.innerFocusWidth=0 Component.innerFocusWidth = 0
Component.innerOutlineWidth=0 Component.innerOutlineWidth = 0
Component.arrowType=triangle Component.arrowType = triangle
#---- ProgressBar ---- #---- ProgressBar ----
ProgressBar.foreground=#a0a0a0 ProgressBar.foreground = #a0a0a0
ProgressBar.selectionForeground=@background ProgressBar.selectionForeground = @background
#---- RadioButton ---- #---- RadioButton ----
RadioButton.icon.centerDiameter=5 RadioButton.icon.centerDiameter = 5

View File

@@ -14,297 +14,314 @@
# limitations under the License. # limitations under the License.
# #
#
# This file is loaded for all dark themes (that extend class FlatDarkLaf).
#
# Documentation:
# - https://www.formdev.com/flatlaf/properties-files/
# - https://www.formdev.com/flatlaf/how-to-customize/
#
# NOTE: Avoid copying the whole content of this file to own properties files.
# This will make upgrading to newer FlatLaf versions complex and error-prone.
# Instead copy and modify only those properties that you need to alter.
#
# Colors and style mostly based on Darcula theme from IntelliJ IDEA Community Edition, # Colors and style mostly based on Darcula theme from IntelliJ IDEA Community Edition,
# which is licensed under the Apache 2.0 license. Copyright 2000-2019 JetBrains s.r.o. # which is licensed under the Apache 2.0 license. Copyright 2000-2019 JetBrains s.r.o.
# See: https://github.com/JetBrains/intellij-community/ # See: https://github.com/JetBrains/intellij-community/
#---- variables ---- #---- variables ----
@background=#3c3f41 @background = #3c3f41
@foreground=#bbb @foreground = #bbb
@selectionBackground=#4B6EAF @selectionBackground = #4B6EAF
@selectionForeground=@foreground @selectionForeground = @foreground
@selectionInactiveBackground=#0D293E @selectionInactiveBackground = #0D293E
@selectionInactiveForeground=@foreground @selectionInactiveForeground = @foreground
@disabledText=#888 @disabledText = #888
@textComponentBackground=#45494A @textComponentBackground = #45494A
@menuBackground=darken(@background,5%) @menuBackground = darken(@background,5%)
@menuHoverBackground=lighten(@menuBackground,10%,derived) @menuHoverBackground = lighten(@menuBackground,10%,derived)
@menuCheckBackground=darken(@selectionBackground,10%) @menuCheckBackground = darken(@selectionBackground,10%,derived noAutoInverse)
@menuAcceleratorForeground=darken(@foreground,15%) @menuAcceleratorForeground = darken(@foreground,15%)
@menuAcceleratorSelectionForeground=@selectionForeground @menuAcceleratorSelectionForeground = @selectionForeground
@cellFocusColor=#000 @cellFocusColor = #000
@icon=#adadad @icon = #adadad
# for buttons within components (e.g. combobox or spinner)
@buttonArrowColor = #9A9DA1
@buttonDisabledArrowColor = darken(@buttonArrowColor,25%)
@buttonHoverArrowColor = lighten(@buttonArrowColor,10%,derived noAutoInverse)
@buttonPressedArrowColor = lighten(@buttonArrowColor,20%,derived noAutoInverse)
# Drop (use lazy colors for IntelliJ platform themes, which usually do not specify these colors) # Drop (use lazy colors for IntelliJ platform themes, which usually do not specify these colors)
@dropCellBackground=darken(List.selectionBackground,10%,lazy) @dropCellBackground = darken(List.selectionBackground,10%,lazy)
@dropCellForeground=lazy(List.selectionForeground) @dropCellForeground = lazy(List.selectionForeground)
@dropLineColor=lighten(List.selectionBackground,10%,lazy) @dropLineColor = lighten(List.selectionBackground,10%,lazy)
@dropLineShortColor=lighten(List.selectionBackground,30%,lazy) @dropLineShortColor = lighten(List.selectionBackground,30%,lazy)
#---- system colors ---- #---- system colors ----
activeCaption=#434E60 activeCaption = #434E60
inactiveCaption=#393C3D inactiveCaption = #393C3D
controlHighlight=darken($controlShadow,20%) controlHighlight = darken($controlShadow,20%)
controlLtHighlight=darken($controlShadow,25%) controlLtHighlight = darken($controlShadow,25%)
controlDkShadow=lighten($controlShadow,10%) controlDkShadow = lighten($controlShadow,10%)
#---- Button ---- #---- Button ----
Button.background=#4c5052 Button.background = #4c5052
Button.hoverBackground=lighten($Button.background,3%,derived) Button.hoverBackground = lighten($Button.background,3%,derived)
Button.pressedBackground=lighten($Button.background,6%,derived) Button.pressedBackground = lighten($Button.background,6%,derived)
Button.selectedBackground=lighten($Button.background,10%,derived) Button.selectedBackground = lighten($Button.background,10%,derived)
Button.selectedForeground=@foreground Button.selectedForeground = @foreground
Button.disabledSelectedBackground=lighten($Button.background,3%,derived) Button.disabledSelectedBackground = lighten($Button.background,3%,derived)
Button.borderColor=#5e6060 Button.borderColor = #5e6060
Button.disabledBorderColor=#5e6060 Button.disabledBorderColor = $Button.borderColor
Button.focusedBorderColor=#466d94 Button.focusedBorderColor = $Component.focusedBorderColor
Button.hoverBorderColor=$Button.focusedBorderColor Button.hoverBorderColor = $Button.focusedBorderColor
Button.default.background=#365880 Button.innerFocusWidth = 1
Button.default.foreground=#bbb
Button.default.hoverBackground=lighten($Button.default.background,3%,derived)
Button.default.pressedBackground=lighten($Button.default.background,6%,derived)
Button.default.borderColor=#4c708c
Button.default.hoverBorderColor=#537699
Button.default.focusedBorderColor=#537699
Button.default.focusColor=#43688c
Button.default.boldText=true
Button.toolbar.hoverBackground=lighten($Button.background,1%,derived) Button.default.background = #365880
Button.toolbar.pressedBackground=lighten($Button.background,4%,derived) Button.default.foreground = #bbb
Button.toolbar.selectedBackground=lighten($Button.background,7%,derived) Button.default.hoverBackground = lighten($Button.default.background,3%,derived)
Button.default.pressedBackground = lighten($Button.default.background,6%,derived)
Button.default.borderColor = #4c708c
Button.default.hoverBorderColor = #537699
Button.default.focusedBorderColor = #537699
Button.default.focusColor = #43688c
Button.default.boldText = true
Button.toolbar.hoverBackground = lighten($Button.background,1%,derived)
Button.toolbar.pressedBackground = lighten($Button.background,4%,derived)
Button.toolbar.selectedBackground = lighten($Button.background,7%,derived)
#---- CheckBox ---- #---- CheckBox ----
# enabled # enabled
CheckBox.icon.borderColor=#6B6B6B CheckBox.icon.borderColor = #6B6B6B
CheckBox.icon.background=#43494A CheckBox.icon.background = #43494A
CheckBox.icon.selectedBorderColor=$CheckBox.icon.borderColor CheckBox.icon.selectedBorderColor = $CheckBox.icon.borderColor
CheckBox.icon.selectedBackground=$CheckBox.icon.background CheckBox.icon.selectedBackground = $CheckBox.icon.background
CheckBox.icon.checkmarkColor=#A7A7A7 CheckBox.icon.checkmarkColor = #A7A7A7
# disabled # disabled
CheckBox.icon.disabledBorderColor=#545556 CheckBox.icon.disabledBorderColor = #545556
CheckBox.icon.disabledBackground=@background CheckBox.icon.disabledBackground = @background
CheckBox.icon.disabledCheckmarkColor=#606060 CheckBox.icon.disabledCheckmarkColor = #606060
# focused # focused
CheckBox.icon.focusedBorderColor=#466D94 CheckBox.icon.focusedBorderColor = #466D94
CheckBox.icon.selectedFocusedBorderColor=#466D94 CheckBox.icon.focusedBackground = fade($CheckBox.icon.focusedBorderColor,30%)
# hover # hover
CheckBox.icon.hoverBorderColor=$CheckBox.icon.focusedBorderColor CheckBox.icon.hoverBorderColor = $CheckBox.icon.focusedBorderColor
CheckBox.icon.hoverBackground=lighten($CheckBox.icon.background,3%,derived) CheckBox.icon.hoverBackground = lighten($CheckBox.icon.background,3%,derived)
# pressed # pressed
CheckBox.icon.pressedBackground=lighten($CheckBox.icon.background,6%,derived) CheckBox.icon.pressedBackground = lighten($CheckBox.icon.background,6%,derived)
# used if CheckBox.icon.style=filled
# used if CheckBox.icon.style = filled
# enabled # enabled
CheckBox.icon[filled].selectedBorderColor=$CheckBox.icon.checkmarkColor CheckBox.icon[filled].selectedBorderColor = $CheckBox.icon.checkmarkColor
CheckBox.icon[filled].selectedBackground=$CheckBox.icon.checkmarkColor CheckBox.icon[filled].selectedBackground = $CheckBox.icon.checkmarkColor
CheckBox.icon[filled].checkmarkColor=$CheckBox.icon.background CheckBox.icon[filled].checkmarkColor = $CheckBox.icon.background
# hover # hover
CheckBox.icon[filled].selectedHoverBackground=darken($CheckBox.icon[filled].selectedBackground,3%) CheckBox.icon[filled].selectedHoverBackground = darken($CheckBox.icon[filled].selectedBackground,3%,derived)
# pressed # pressed
CheckBox.icon[filled].selectedPressedBackground=darken($CheckBox.icon[filled].selectedBackground,6%) CheckBox.icon[filled].selectedPressedBackground = darken($CheckBox.icon[filled].selectedBackground,6%,derived)
#---- ComboBox ---- #---- ComboBox ----
ComboBox.buttonEditableBackground=#404445 ComboBox.buttonEditableBackground = darken($ComboBox.background,2%)
ComboBox.buttonArrowColor=#9A9DA1
ComboBox.buttonDisabledArrowColor=#585858
ComboBox.buttonHoverArrowColor=#bbb
#---- Component ---- #---- Component ----
Component.borderColor=#646464 Component.borderColor = #646464
Component.disabledBorderColor=#646464 Component.disabledBorderColor = #646464
Component.focusedBorderColor=#466d94 Component.focusedBorderColor = #466d94
Component.focusColor=#3d6185 Component.focusColor = #3d6185
Component.linkColor=#589df6 Component.linkColor = #589df6
Component.grayFilter=-20,-70,100 Component.grayFilter = -20,-70,100
Component.error.borderColor=desaturate($Component.error.focusedBorderColor,25%) Component.error.borderColor = desaturate($Component.error.focusedBorderColor,25%)
Component.error.focusedBorderColor=#8b3c3c Component.error.focusedBorderColor = #8b3c3c
Component.warning.borderColor=darken(desaturate($Component.warning.focusedBorderColor,20%),10%) Component.warning.borderColor = darken(desaturate($Component.warning.focusedBorderColor,20%),10%)
Component.warning.focusedBorderColor=#ac7920 Component.warning.focusedBorderColor = #ac7920
Component.custom.borderColor=desaturate(#f00,50%,relative derived noAutoInverse) Component.custom.borderColor = desaturate(#f00,50%,relative derived noAutoInverse)
#---- Desktop ---- #---- Desktop ----
Desktop.background=#3E434C Desktop.background = #3E434C
#---- DesktopIcon ---- #---- DesktopIcon ----
DesktopIcon.background=lighten($Desktop.background,10%) DesktopIcon.background = lighten($Desktop.background,10%)
#---- InternalFrame ---- #---- InternalFrame ----
InternalFrame.activeTitleBackground=darken(@background,10%) InternalFrame.activeTitleBackground = darken(@background,10%)
InternalFrame.activeTitleForeground=@foreground InternalFrame.activeTitleForeground = @foreground
InternalFrame.inactiveTitleBackground=darken(@background,5%) InternalFrame.inactiveTitleBackground = darken(@background,5%)
InternalFrame.inactiveTitleForeground=@disabledText InternalFrame.inactiveTitleForeground = @disabledText
InternalFrame.activeBorderColor=darken(@background,7%) InternalFrame.activeBorderColor = darken(@background,7%)
InternalFrame.inactiveBorderColor=darken(@background,3%) InternalFrame.inactiveBorderColor = darken(@background,3%)
InternalFrame.buttonHoverBackground=lighten($InternalFrame.activeTitleBackground,10%,derived) InternalFrame.buttonHoverBackground = lighten($InternalFrame.activeTitleBackground,10%,derived)
InternalFrame.buttonPressedBackground=lighten($InternalFrame.activeTitleBackground,20%,derived) InternalFrame.buttonPressedBackground = lighten($InternalFrame.activeTitleBackground,20%,derived)
InternalFrame.closeHoverBackground=lazy(Actions.Red) InternalFrame.closeHoverBackground = lazy(Actions.Red)
InternalFrame.closePressedBackground=darken(Actions.Red,10%,lazy) InternalFrame.closePressedBackground = darken(Actions.Red,10%,lazy)
InternalFrame.closeHoverForeground=#fff InternalFrame.closeHoverForeground = #fff
InternalFrame.closePressedForeground=#fff InternalFrame.closePressedForeground = #fff
InternalFrame.activeDropShadowOpacity=0.5 InternalFrame.activeDropShadowOpacity = 0.5
InternalFrame.inactiveDropShadowOpacity=0.75 InternalFrame.inactiveDropShadowOpacity = 0.75
#---- Menu ---- #---- Menu ----
Menu.icon.arrowColor=#A7A7A7 Menu.icon.arrowColor = #A7A7A7
Menu.icon.disabledArrowColor=#606060 Menu.icon.disabledArrowColor = #606060
#---- MenuBar ---- #---- MenuBar ----
MenuBar.borderColor=#515151 MenuBar.borderColor = #515151
#---- MenuItemCheckBox ---- #---- MenuItemCheckBox ----
MenuItemCheckBox.icon.checkmarkColor=#A7A7A7 MenuItemCheckBox.icon.checkmarkColor = #A7A7A7
MenuItemCheckBox.icon.disabledCheckmarkColor=#606060 MenuItemCheckBox.icon.disabledCheckmarkColor = #606060
#---- PasswordField ---- #---- PasswordField ----
PasswordField.capsLockIconColor=#ffffff64 PasswordField.capsLockIconColor = #ffffff64
#---- Popup ---- #---- Popup ----
Popup.dropShadowColor=#000 Popup.dropShadowColor = #000
Popup.dropShadowOpacity=0.25 Popup.dropShadowOpacity = 0.25
#---- PopupMenu ---- #---- PopupMenu ----
PopupMenu.borderColor=#5e5e5e PopupMenu.borderColor = #5e5e5e
#---- ProgressBar ---- #---- ProgressBar ----
ProgressBar.background=#555 ProgressBar.background = #555
ProgressBar.foreground=#4A88C7 ProgressBar.foreground = #4A88C7
ProgressBar.selectionForeground=@foreground ProgressBar.selectionForeground = @foreground
ProgressBar.selectionBackground=@foreground ProgressBar.selectionBackground = @foreground
#---- RootPane ---- #---- RootPane ----
RootPane.activeBorderColor=darken(@background,7%,derived) RootPane.activeBorderColor = lighten(@background,7%,derived)
RootPane.inactiveBorderColor=darken(@background,5%,derived) RootPane.inactiveBorderColor = lighten(@background,5%,derived)
#---- ScrollBar ---- #---- ScrollBar ----
ScrollBar.track=lighten(@background,1%,derived noAutoInverse) ScrollBar.track = lighten(@background,1%,derived noAutoInverse)
ScrollBar.thumb=lighten($ScrollBar.track,10%,derived noAutoInverse) ScrollBar.thumb = lighten($ScrollBar.track,10%,derived noAutoInverse)
ScrollBar.hoverTrackColor=lighten($ScrollBar.track,4%,derived noAutoInverse) ScrollBar.hoverTrackColor = lighten($ScrollBar.track,4%,derived noAutoInverse)
ScrollBar.hoverThumbColor=lighten($ScrollBar.thumb,10%,derived noAutoInverse) ScrollBar.hoverThumbColor = lighten($ScrollBar.thumb,10%,derived noAutoInverse)
ScrollBar.pressedThumbColor=lighten($ScrollBar.thumb,15%,derived noAutoInverse) ScrollBar.pressedThumbColor = lighten($ScrollBar.thumb,15%,derived noAutoInverse)
ScrollBar.hoverButtonBackground=lighten(@background,5%,derived noAutoInverse) ScrollBar.hoverButtonBackground = lighten(@background,5%,derived noAutoInverse)
ScrollBar.pressedButtonBackground=lighten(@background,10%,derived noAutoInverse) ScrollBar.pressedButtonBackground = lighten(@background,10%,derived noAutoInverse)
#---- Separator ---- #---- Separator ----
Separator.foreground=#515151 Separator.foreground = #515151
#---- Slider ---- #---- Slider ----
Slider.trackValueColor=#4A88C7 Slider.trackValueColor = #4A88C7
Slider.trackColor=#646464 Slider.trackColor = #646464
Slider.thumbColor=$Slider.trackValueColor Slider.thumbColor = $Slider.trackValueColor
Slider.tickColor=#888 Slider.tickColor = #888
Slider.focusedColor=fade($Component.focusColor,70%,derived) Slider.focusedColor = fade($Component.focusColor,70%,derived)
Slider.hoverThumbColor=darken($Slider.thumbColor,10%,derived) Slider.hoverThumbColor = lighten($Slider.thumbColor,5%,derived)
Slider.pressedThumbColor=darken($Slider.thumbColor,15%,derived) Slider.pressedThumbColor = lighten($Slider.thumbColor,8%,derived)
Slider.disabledTrackColor=#4c5052 Slider.disabledTrackColor = #4c5052
Slider.disabledThumbColor=$Slider.disabledTrackColor Slider.disabledThumbColor = $Slider.disabledTrackColor
#---- SplitPane ---- #---- SplitPane ----
SplitPaneDivider.draggingColor=#646464 SplitPaneDivider.draggingColor = #646464
SplitPaneDivider.oneTouchHoverArrowColor=#7A7D81
#---- TabbedPane ---- #---- TabbedPane ----
TabbedPane.underlineColor=#4A88C7 TabbedPane.underlineColor = #4A88C7
TabbedPane.disabledUnderlineColor=#7a7a7a TabbedPane.disabledUnderlineColor = #7a7a7a
TabbedPane.hoverColor=darken($TabbedPane.background,5%,derived noAutoInverse) TabbedPane.hoverColor = darken($TabbedPane.background,5%,derived noAutoInverse)
TabbedPane.focusColor=#3d4b5c TabbedPane.focusColor = #3d4b5c
TabbedPane.contentAreaColor=#646464 TabbedPane.contentAreaColor = #646464
TabbedPane.buttonHoverBackground=darken($TabbedPane.background,5%,derived noAutoInverse) TabbedPane.buttonHoverBackground = darken($TabbedPane.background,5%,derived noAutoInverse)
TabbedPane.buttonPressedBackground=darken($TabbedPane.background,8%,derived noAutoInverse) TabbedPane.buttonPressedBackground = darken($TabbedPane.background,8%,derived noAutoInverse)
TabbedPane.closeBackground=null TabbedPane.closeBackground = null
TabbedPane.closeForeground=@disabledText TabbedPane.closeForeground = @disabledText
TabbedPane.closeHoverBackground=lighten($TabbedPane.background,5%,derived) TabbedPane.closeHoverBackground = lighten($TabbedPane.background,5%,derived)
TabbedPane.closeHoverForeground=@foreground TabbedPane.closeHoverForeground = @foreground
TabbedPane.closePressedBackground=lighten($TabbedPane.background,10%,derived) TabbedPane.closePressedBackground = lighten($TabbedPane.background,10%,derived)
TabbedPane.closePressedForeground=$TabbedPane.closeHoverForeground TabbedPane.closePressedForeground = $TabbedPane.closeHoverForeground
#---- Table ---- #---- Table ----
Table.gridColor=lighten($Table.background,5%) Table.gridColor = lighten($Table.background,5%)
#---- TableHeader ---- #---- TableHeader ----
TableHeader.separatorColor=lighten($TableHeader.background,10%) TableHeader.separatorColor = lighten($TableHeader.background,10%)
TableHeader.bottomSeparatorColor=$TableHeader.separatorColor TableHeader.bottomSeparatorColor = $TableHeader.separatorColor
#---- TitlePane ---- #---- TitlePane ----
TitlePane.embeddedForeground=darken($TitlePane.foreground,15%) TitlePane.embeddedForeground = darken($TitlePane.foreground,15%)
TitlePane.buttonHoverBackground=lighten($TitlePane.background,10%,derived) TitlePane.buttonHoverBackground = lighten($TitlePane.background,10%,derived)
TitlePane.buttonPressedBackground=lighten($TitlePane.background,20%,derived) TitlePane.buttonPressedBackground = lighten($TitlePane.background,20%,derived)
#---- ToggleButton ---- #---- ToggleButton ----
ToggleButton.selectedBackground=lighten($ToggleButton.background,10%,derived) ToggleButton.selectedBackground = lighten($ToggleButton.background,10%,derived)
ToggleButton.disabledSelectedBackground=lighten($ToggleButton.background,3%,derived) ToggleButton.disabledSelectedBackground = lighten($ToggleButton.background,3%,derived)
ToggleButton.toolbar.selectedBackground=lighten($ToggleButton.background,7%,derived) ToggleButton.toolbar.selectedBackground = lighten($ToggleButton.background,7%,derived)
#---- ToolTip ---- #---- ToolTip ----
ToolTip.border=4,6,4,6 ToolTip.border = 4,6,4,6
ToolTip.background=#1e2123 ToolTip.background = #1e2123
#---- Tree ---- #---- Tree ----
Tree.hash=#505355 Tree.hash = lighten($Tree.background,5%)

View File

@@ -14,33 +14,46 @@
# limitations under the License. # limitations under the License.
# #
#
# This file is loaded for "FlatLaf IntelliJ" theme (that extend class FlatIntelliJLaf)
# and for all light IntelliJ Platform themes.
#
# Documentation:
# - https://www.formdev.com/flatlaf/properties-files/
# - https://www.formdev.com/flatlaf/how-to-customize/
#
# NOTE: Avoid copying the whole content of this file to own properties files.
# This will make upgrading to newer FlatLaf versions complex and error-prone.
# Instead copy and modify only those properties that you need to alter.
#
# Colors and style mostly based on IntelliJ theme from IntelliJ IDEA Community Edition, # Colors and style mostly based on IntelliJ theme from IntelliJ IDEA Community Edition,
# which is licensed under the Apache 2.0 license. Copyright 2000-2019 JetBrains s.r.o. # which is licensed under the Apache 2.0 license. Copyright 2000-2019 JetBrains s.r.o.
# See: https://github.com/JetBrains/intellij-community/ # See: https://github.com/JetBrains/intellij-community/
#---- Button ---- #---- Button ----
Button.focusedBackground=null Button.focusedBackground = null
Button.default.background=#4D8AC9 Button.default.background = #4D8AC9
Button.default.foreground=#fff Button.default.foreground = #fff
Button.default.focusedBackground=null Button.default.focusedBackground = null
Button.default.borderColor=#3D75B2 Button.default.borderColor = #3D75B2
Button.default.hoverBorderColor=#A9C9F5 Button.default.hoverBorderColor = #A9C9F5
Button.default.focusedBorderColor=#A9C9F5 Button.default.focusedBorderColor = #A9C9F5
Button.default.focusColor=#97c3f3 Button.default.focusColor = #97c3f3
Button.default.boldText=true Button.default.boldText = true
Button.default.borderWidth=1 Button.default.borderWidth = 1
#---- CheckBox ---- #---- CheckBox ----
CheckBox.icon.style=filled CheckBox.icon.style = filled
#---- Component ---- #---- Component ----
Component.focusWidth=2 Component.focusWidth = 2
Component.innerFocusWidth=0 Component.innerFocusWidth = 0
Component.innerOutlineWidth=0 Component.innerOutlineWidth = 0
Component.arrowType=triangle Component.arrowType = triangle

View File

@@ -14,309 +14,325 @@
# limitations under the License. # limitations under the License.
# #
#
# This file is loaded for all light themes (that extend class FlatLightLaf).
#
# Documentation:
# - https://www.formdev.com/flatlaf/properties-files/
# - https://www.formdev.com/flatlaf/how-to-customize/
#
# NOTE: Avoid copying the whole content of this file to own properties files.
# This will make upgrading to newer FlatLaf versions complex and error-prone.
# Instead copy and modify only those properties that you need to alter.
#
# Colors and style mostly based on IntelliJ theme from IntelliJ IDEA Community Edition, # Colors and style mostly based on IntelliJ theme from IntelliJ IDEA Community Edition,
# which is licensed under the Apache 2.0 license. Copyright 2000-2019 JetBrains s.r.o. # which is licensed under the Apache 2.0 license. Copyright 2000-2019 JetBrains s.r.o.
# See: https://github.com/JetBrains/intellij-community/ # See: https://github.com/JetBrains/intellij-community/
#---- variables ---- #---- variables ----
@background=#f2f2f2 @background = #f2f2f2
@foreground=#000 @foreground = #000
@selectionBackground=#2675BF @selectionBackground = #2675BF
@selectionForeground=#fff @selectionForeground = #fff
@selectionInactiveBackground=#d4d4d4 @selectionInactiveBackground = #d4d4d4
@selectionInactiveForeground=@foreground @selectionInactiveForeground = @foreground
@disabledText=#8C8C8C @disabledText = #8C8C8C
@textComponentBackground=#fff @textComponentBackground = #fff
@menuBackground=#fff @menuBackground = #fff
@menuHoverBackground=darken(@menuBackground,10%,derived) @menuHoverBackground = darken(@menuBackground,10%,derived)
@menuCheckBackground=lighten(@selectionBackground,40%) @menuCheckBackground = lighten(@selectionBackground,40%,derived noAutoInverse)
@menuAcceleratorForeground=lighten(@foreground,30%) @menuAcceleratorForeground = lighten(@foreground,30%)
@menuAcceleratorSelectionForeground=@selectionForeground @menuAcceleratorSelectionForeground = @selectionForeground
@cellFocusColor=#000 @cellFocusColor = #000
@icon=#afafaf @icon = #afafaf
# for buttons within components (e.g. combobox or spinner)
@buttonArrowColor = #666
@buttonDisabledArrowColor = lighten(@buttonArrowColor,25%)
@buttonHoverArrowColor = lighten(@buttonArrowColor,20%,derived noAutoInverse)
@buttonPressedArrowColor = lighten(@buttonArrowColor,30%,derived noAutoInverse)
# Drop (use lazy colors for IntelliJ platform themes, which usually do not specify these colors) # Drop (use lazy colors for IntelliJ platform themes, which usually do not specify these colors)
@dropCellBackground=lighten(List.selectionBackground,10%,lazy) @dropCellBackground = lighten(List.selectionBackground,10%,lazy)
@dropCellForeground=lazy(List.selectionForeground) @dropCellForeground = lazy(List.selectionForeground)
@dropLineColor=lighten(List.selectionBackground,20%,lazy) @dropLineColor = lighten(List.selectionBackground,20%,lazy)
@dropLineShortColor=darken(List.selectionBackground,20%,lazy) @dropLineShortColor = darken(List.selectionBackground,20%,lazy)
#---- system colors ---- #---- system colors ----
activeCaption=#99b4d1 activeCaption = #99b4d1
inactiveCaption=#bfcddb inactiveCaption = #bfcddb
controlHighlight=#e3e3e3 controlHighlight = lighten($controlShadow,12%)
controlLtHighlight=#fff controlLtHighlight = lighten($controlShadow,25%)
controlDkShadow=darken($controlShadow,15%) controlDkShadow = darken($controlShadow,15%)
#---- Button ---- #---- Button ----
Button.background=#fff Button.background = #fff
Button.focusedBackground=#e3f1fa Button.focusedBackground = #e3f1fa
Button.hoverBackground=darken($Button.background,3%,derived) Button.hoverBackground = darken($Button.background,3%,derived)
Button.pressedBackground=darken($Button.background,10%,derived) Button.pressedBackground = darken($Button.background,10%,derived)
Button.selectedBackground=darken($Button.background,20%,derived) Button.selectedBackground = darken($Button.background,20%,derived)
Button.selectedForeground=@foreground Button.selectedForeground = @foreground
Button.disabledSelectedBackground=darken($Button.background,13%,derived) Button.disabledSelectedBackground = darken($Button.background,13%,derived)
Button.borderColor=$Component.borderColor Button.borderColor = $Component.borderColor
Button.disabledBorderColor=$Component.disabledBorderColor Button.disabledBorderColor = $Component.disabledBorderColor
Button.focusedBorderColor=$Component.focusedBorderColor Button.focusedBorderColor = $Component.focusedBorderColor
Button.hoverBorderColor=$Button.focusedBorderColor Button.hoverBorderColor = $Button.focusedBorderColor
Button.default.background=$Button.background Button.innerFocusWidth = 0
Button.default.foreground=@foreground
Button.default.focusedBackground=$Button.focusedBackground
Button.default.hoverBackground=$Button.hoverBackground
Button.default.pressedBackground=$Button.pressedBackground
Button.default.borderColor=#4F9EE3
Button.default.hoverBorderColor=$Button.hoverBorderColor
Button.default.focusedBorderColor=$Button.focusedBorderColor
Button.default.focusColor=$Component.focusColor
Button.default.borderWidth=2
Button.toolbar.hoverBackground=darken($Button.background,12%,derived) Button.default.background = $Button.background
Button.toolbar.pressedBackground=darken($Button.background,15%,derived) Button.default.foreground = @foreground
Button.toolbar.selectedBackground=$Button.selectedBackground Button.default.focusedBackground = $Button.focusedBackground
Button.default.hoverBackground = darken($Button.default.background,3%,derived)
Button.default.pressedBackground = darken($Button.default.background,10%,derived)
Button.default.borderColor = #4F9EE3
Button.default.hoverBorderColor = $Button.hoverBorderColor
Button.default.focusedBorderColor = $Button.focusedBorderColor
Button.default.focusColor = $Component.focusColor
Button.default.borderWidth = 2
Button.toolbar.hoverBackground = darken($Button.background,12%,derived)
Button.toolbar.pressedBackground = darken($Button.background,15%,derived)
Button.toolbar.selectedBackground = $Button.selectedBackground
#---- CheckBox ---- #---- CheckBox ----
# enabled # enabled
CheckBox.icon.borderColor=#b0b0b0 CheckBox.icon.borderColor = #b0b0b0
CheckBox.icon.background=#fff CheckBox.icon.background = #fff
CheckBox.icon.selectedBorderColor=$CheckBox.icon.borderColor CheckBox.icon.selectedBorderColor = $CheckBox.icon.borderColor
CheckBox.icon.selectedBackground=$CheckBox.icon.background CheckBox.icon.selectedBackground = $CheckBox.icon.background
CheckBox.icon.checkmarkColor=#4F9EE3 CheckBox.icon.checkmarkColor = #4F9EE3
# disabled # disabled
CheckBox.icon.disabledBorderColor=#BDBDBD CheckBox.icon.disabledBorderColor = #BDBDBD
CheckBox.icon.disabledBackground=@background CheckBox.icon.disabledBackground = @background
CheckBox.icon.disabledCheckmarkColor=#ABABAB CheckBox.icon.disabledCheckmarkColor = #ABABAB
# focused # focused
CheckBox.icon.focusedBorderColor=#7B9FC7 CheckBox.icon.focusedBorderColor = #7B9FC7
CheckBox.icon.focusedBackground=$Button.focusedBackground CheckBox.icon.focusedBackground = $Button.focusedBackground
# hover # hover
CheckBox.icon.hoverBorderColor=$CheckBox.icon.focusedBorderColor CheckBox.icon.hoverBorderColor = $CheckBox.icon.focusedBorderColor
CheckBox.icon.hoverBackground=$Button.hoverBackground CheckBox.icon.hoverBackground = $Button.hoverBackground
# pressed # pressed
CheckBox.icon.pressedBackground=$Button.pressedBackground CheckBox.icon.pressedBackground = $Button.pressedBackground
# used if CheckBox.icon.style=filled # used if CheckBox.icon.style = filled
# enabled # enabled
CheckBox.icon[filled].selectedBorderColor=#4B97D9 CheckBox.icon[filled].selectedBorderColor = #4B97D9
CheckBox.icon[filled].selectedBackground=#4F9EE3 CheckBox.icon[filled].selectedBackground = #4F9EE3
CheckBox.icon[filled].checkmarkColor=#fff CheckBox.icon[filled].checkmarkColor = #fff
# focused # focused
CheckBox.icon[filled].selectedFocusedBorderColor=#ACCFF7 CheckBox.icon[filled].selectedFocusedBorderColor = #ACCFF7
CheckBox.icon[filled].selectedFocusedBackground=$CheckBox.icon[filled].selectedBackground CheckBox.icon[filled].selectedFocusedBackground = $CheckBox.icon[filled].selectedBackground
CheckBox.icon[filled].selectedFocusedCheckmarkColor=$CheckBox.icon.focusedBackground CheckBox.icon[filled].selectedFocusedCheckmarkColor = $CheckBox.icon.focusedBackground
# hover # hover
CheckBox.icon[filled].selectedHoverBackground=darken($CheckBox.icon[filled].selectedBackground,5%) CheckBox.icon[filled].selectedHoverBackground = darken($CheckBox.icon[filled].selectedBackground,5%,derived)
# pressed # pressed
CheckBox.icon[filled].selectedPressedBackground=darken($CheckBox.icon[filled].selectedBackground,10%) CheckBox.icon[filled].selectedPressedBackground = darken($CheckBox.icon[filled].selectedBackground,10%,derived)
#---- ComboBox ---- #---- ComboBox ----
ComboBox.buttonEditableBackground=#fafafa ComboBox.buttonEditableBackground = darken($ComboBox.background,2%)
ComboBox.buttonArrowColor=#666
ComboBox.buttonDisabledArrowColor=#ABABAB
ComboBox.buttonHoverArrowColor=#999
#---- Component ---- #---- Component ----
Component.borderColor=#c4c4c4 Component.borderColor = #c4c4c4
Component.disabledBorderColor=#cfcfcf Component.disabledBorderColor = #cfcfcf
Component.focusedBorderColor=#87afda Component.focusedBorderColor = #87afda
Component.focusColor=#97c3f3 Component.focusColor = #97c3f3
Component.linkColor=#2470B3 Component.linkColor = #2470B3
Component.grayFilter=25,-25,100 Component.grayFilter = 25,-25,100
Component.error.borderColor=lighten(desaturate($Component.error.focusedBorderColor,20%),25%) Component.error.borderColor = lighten(desaturate($Component.error.focusedBorderColor,20%),25%)
Component.error.focusedBorderColor=#e53e4d Component.error.focusedBorderColor = #e53e4d
Component.warning.borderColor=lighten(saturate($Component.warning.focusedBorderColor,25%),20%) Component.warning.borderColor = lighten(saturate($Component.warning.focusedBorderColor,25%),20%)
Component.warning.focusedBorderColor=#e2a53a Component.warning.focusedBorderColor = #e2a53a
Component.custom.borderColor=lighten(desaturate(#f00,20%,derived noAutoInverse),25%,derived noAutoInverse) Component.custom.borderColor = lighten(desaturate(#f00,20%,derived noAutoInverse),25%,derived noAutoInverse)
#---- Desktop ---- #---- Desktop ----
Desktop.background=#E6EBF0 Desktop.background = #E6EBF0
#---- DesktopIcon ---- #---- DesktopIcon ----
DesktopIcon.background=darken($Desktop.background,10%) DesktopIcon.background = darken($Desktop.background,10%)
#---- HelpButton ---- #---- HelpButton ----
HelpButton.questionMarkColor=#4F9EE3 HelpButton.questionMarkColor = #4F9EE3
#---- InternalFrame ---- #---- InternalFrame ----
InternalFrame.activeTitleBackground=#fff InternalFrame.activeTitleBackground = #fff
InternalFrame.activeTitleForeground=@foreground InternalFrame.activeTitleForeground = @foreground
InternalFrame.inactiveTitleBackground=#fafafa InternalFrame.inactiveTitleBackground = #fafafa
InternalFrame.inactiveTitleForeground=@disabledText InternalFrame.inactiveTitleForeground = @disabledText
InternalFrame.activeBorderColor=darken($Component.borderColor,20%) InternalFrame.activeBorderColor = darken($Component.borderColor,20%)
InternalFrame.inactiveBorderColor=$Component.borderColor InternalFrame.inactiveBorderColor = $Component.borderColor
InternalFrame.buttonHoverBackground=darken($InternalFrame.activeTitleBackground,10%,derived) InternalFrame.buttonHoverBackground = darken($InternalFrame.activeTitleBackground,10%,derived)
InternalFrame.buttonPressedBackground=darken($InternalFrame.activeTitleBackground,20%,derived) InternalFrame.buttonPressedBackground = darken($InternalFrame.activeTitleBackground,20%,derived)
InternalFrame.closeHoverBackground=lazy(Actions.Red) InternalFrame.closeHoverBackground = lazy(Actions.Red)
InternalFrame.closePressedBackground=darken(Actions.Red,10%,lazy) InternalFrame.closePressedBackground = darken(Actions.Red,10%,lazy)
InternalFrame.closeHoverForeground=#fff InternalFrame.closeHoverForeground = #fff
InternalFrame.closePressedForeground=#fff InternalFrame.closePressedForeground = #fff
InternalFrame.activeDropShadowOpacity=0.25 InternalFrame.activeDropShadowOpacity = 0.25
InternalFrame.inactiveDropShadowOpacity=0.5 InternalFrame.inactiveDropShadowOpacity = 0.5
#---- Menu ---- #---- Menu ----
Menu.icon.arrowColor=#666 Menu.icon.arrowColor = #666
Menu.icon.disabledArrowColor=#ABABAB Menu.icon.disabledArrowColor = #ABABAB
#---- MenuBar ---- #---- MenuBar ----
MenuBar.borderColor=#cdcdcd MenuBar.borderColor = #cdcdcd
#---- MenuItemCheckBox ---- #---- MenuItemCheckBox ----
MenuItemCheckBox.icon.checkmarkColor=#4F9EE3 MenuItemCheckBox.icon.checkmarkColor = #4F9EE3
MenuItemCheckBox.icon.disabledCheckmarkColor=#ABABAB MenuItemCheckBox.icon.disabledCheckmarkColor = #ABABAB
#---- PasswordField ---- #---- PasswordField ----
PasswordField.capsLockIconColor=#00000064 PasswordField.capsLockIconColor = #00000064
#---- Popup ---- #---- Popup ----
Popup.dropShadowColor=#000 Popup.dropShadowColor = #000
Popup.dropShadowOpacity=0.15 Popup.dropShadowOpacity = 0.15
#---- PopupMenu ---- #---- PopupMenu ----
PopupMenu.borderColor=#adadad PopupMenu.borderColor = #adadad
#---- ProgressBar ---- #---- ProgressBar ----
ProgressBar.background=#D1D1D1 ProgressBar.background = #D1D1D1
ProgressBar.foreground=#1E82E6 ProgressBar.foreground = #1E82E6
ProgressBar.selectionForeground=@textComponentBackground ProgressBar.selectionForeground = @textComponentBackground
ProgressBar.selectionBackground=@foreground ProgressBar.selectionBackground = @foreground
#---- RootPane ---- #---- RootPane ----
RootPane.activeBorderColor=#707070 RootPane.activeBorderColor = darken(@background,50%,derived)
RootPane.inactiveBorderColor=lighten($RootPane.activeBorderColor,20%,derived) RootPane.inactiveBorderColor = darken(@background,30%,derived)
#---- ScrollBar ---- #---- ScrollBar ----
ScrollBar.track=lighten(@background,1%,derived noAutoInverse) ScrollBar.track = lighten(@background,1%,derived noAutoInverse)
ScrollBar.thumb=darken($ScrollBar.track,10%,derived noAutoInverse) ScrollBar.thumb = darken($ScrollBar.track,10%,derived noAutoInverse)
ScrollBar.hoverTrackColor=darken($ScrollBar.track,3%,derived noAutoInverse) ScrollBar.hoverTrackColor = darken($ScrollBar.track,3%,derived noAutoInverse)
ScrollBar.hoverThumbColor=darken($ScrollBar.thumb,10%,derived noAutoInverse) ScrollBar.hoverThumbColor = darken($ScrollBar.thumb,10%,derived noAutoInverse)
ScrollBar.pressedThumbColor=darken($ScrollBar.thumb,20%,derived noAutoInverse) ScrollBar.pressedThumbColor = darken($ScrollBar.thumb,20%,derived noAutoInverse)
ScrollBar.hoverButtonBackground=darken(@background,5%,derived noAutoInverse) ScrollBar.hoverButtonBackground = darken(@background,5%,derived noAutoInverse)
ScrollBar.pressedButtonBackground=darken(@background,10%,derived noAutoInverse) ScrollBar.pressedButtonBackground = darken(@background,10%,derived noAutoInverse)
#---- Separator ---- #---- Separator ----
Separator.foreground=#d1d1d1 Separator.foreground = #d1d1d1
#---- Slider ---- #---- Slider ----
Slider.trackValueColor=#1E82E6 Slider.trackValueColor = #1E82E6
Slider.trackColor=#c4c4c4 Slider.trackColor = #c4c4c4
Slider.thumbColor=$Slider.trackValueColor Slider.thumbColor = $Slider.trackValueColor
Slider.tickColor=#888 Slider.tickColor = #888
Slider.focusedColor=fade($Component.focusColor,50%,derived) Slider.focusedColor = fade($Component.focusColor,50%,derived)
Slider.hoverThumbColor=lighten($Slider.thumbColor,10%,derived) Slider.hoverThumbColor = darken($Slider.thumbColor,5%,derived)
Slider.pressedThumbColor=lighten($Slider.thumbColor,15%,derived) Slider.pressedThumbColor = darken($Slider.thumbColor,8%,derived)
Slider.disabledTrackColor=#c0c0c0 Slider.disabledTrackColor = #c0c0c0
Slider.disabledThumbColor=$Slider.disabledTrackColor Slider.disabledThumbColor = $Slider.disabledTrackColor
#---- SplitPane ---- #---- SplitPane ----
SplitPaneDivider.draggingColor=#c4c4c4 SplitPaneDivider.draggingColor = #c4c4c4
SplitPaneDivider.oneTouchHoverArrowColor=#333
#---- TabbedPane ---- #---- TabbedPane ----
TabbedPane.underlineColor=#4083C9 TabbedPane.underlineColor = #4083C9
TabbedPane.disabledUnderlineColor=#ababab TabbedPane.disabledUnderlineColor = #ababab
TabbedPane.hoverColor=darken($TabbedPane.background,7%,derived) TabbedPane.hoverColor = darken($TabbedPane.background,7%,derived)
TabbedPane.focusColor=#dae4ed TabbedPane.focusColor = #dae4ed
TabbedPane.contentAreaColor=#bfbfbf TabbedPane.contentAreaColor = #bfbfbf
TabbedPane.buttonHoverBackground=darken($TabbedPane.background,7%,derived) TabbedPane.buttonHoverBackground = darken($TabbedPane.background,7%,derived)
TabbedPane.buttonPressedBackground=darken($TabbedPane.background,10%,derived) TabbedPane.buttonPressedBackground = darken($TabbedPane.background,10%,derived)
TabbedPane.closeBackground=null TabbedPane.closeBackground = null
TabbedPane.closeForeground=@disabledText TabbedPane.closeForeground = @disabledText
TabbedPane.closeHoverBackground=darken($TabbedPane.background,20%,derived) TabbedPane.closeHoverBackground = darken($TabbedPane.background,20%,derived)
TabbedPane.closeHoverForeground=@foreground TabbedPane.closeHoverForeground = @foreground
TabbedPane.closePressedBackground=darken($TabbedPane.background,25%,derived) TabbedPane.closePressedBackground = darken($TabbedPane.background,25%,derived)
TabbedPane.closePressedForeground=$TabbedPane.closeHoverForeground TabbedPane.closePressedForeground = $TabbedPane.closeHoverForeground
#---- Table ---- #---- Table ----
Table.gridColor=darken($Table.background,5%) Table.gridColor = darken($Table.background,5%)
#---- TableHeader ---- #---- TableHeader ----
TableHeader.separatorColor=darken($TableHeader.background,10%) TableHeader.separatorColor = darken($TableHeader.background,10%)
TableHeader.bottomSeparatorColor=$TableHeader.separatorColor TableHeader.bottomSeparatorColor = $TableHeader.separatorColor
#---- TitlePane ---- #---- TitlePane ----
TitlePane.embeddedForeground=lighten($TitlePane.foreground,35%) TitlePane.embeddedForeground = lighten($TitlePane.foreground,35%)
TitlePane.buttonHoverBackground=darken($TitlePane.background,10%,derived) TitlePane.buttonHoverBackground = darken($TitlePane.background,10%,derived)
TitlePane.buttonPressedBackground=darken($TitlePane.background,20%,derived) TitlePane.buttonPressedBackground = darken($TitlePane.background,20%,derived)
#---- ToggleButton ---- #---- ToggleButton ----
ToggleButton.selectedBackground=darken($ToggleButton.background,20%,derived) ToggleButton.selectedBackground = darken($ToggleButton.background,20%,derived)
ToggleButton.disabledSelectedBackground=darken($ToggleButton.background,13%,derived) ToggleButton.disabledSelectedBackground = darken($ToggleButton.background,13%,derived)
ToggleButton.toolbar.selectedBackground=$ToggleButton.selectedBackground ToggleButton.toolbar.selectedBackground = $ToggleButton.selectedBackground
#---- ToolTip ---- #---- ToolTip ----
ToolTip.border=4,6,4,6,$InternalFrame.activeBorderColor ToolTip.border = 4,6,4,6,$InternalFrame.activeBorderColor
ToolTip.background=#fafafa ToolTip.background = #fafafa
#---- Tree ---- #---- Tree ----
Tree.hash=#E6E6E6 Tree.hash = darken($Tree.background,10%)

View File

@@ -14,139 +14,203 @@
# limitations under the License. # limitations under the License.
# #
#
# This file is loaded for all IntelliJ Platform themes.
#
# Documentation:
# - https://www.formdev.com/flatlaf/properties-files/
# - https://www.formdev.com/flatlaf/how-to-customize/
#
#---- Button ---- #---- Button ----
Button.startBackground=$Button.background Button.startBackground = $Button.background
Button.endBackground=$Button.background Button.endBackground = $Button.background
Button.startBorderColor=$Button.borderColor Button.startBorderColor = $Button.borderColor
Button.endBorderColor=$Button.borderColor Button.endBorderColor = $Button.borderColor
Button.default.startBackground=$Button.default.background Button.default.startBackground = $Button.default.background
Button.default.endBackground=$Button.default.background Button.default.endBackground = $Button.default.background
Button.default.startBorderColor=$Button.default.borderColor Button.default.startBorderColor = $Button.default.borderColor
Button.default.endBorderColor=$Button.default.borderColor Button.default.endBorderColor = $Button.default.borderColor
Button.hoverBorderColor=null Button.hoverBorderColor = null
Button.default.hoverBorderColor=null Button.default.hoverBorderColor = null
#---- HelpButton ---- #---- HelpButton ----
HelpButton.hoverBorderColor=null HelpButton.hoverBorderColor = null
#---- MenuItemCheckBox ----
# colors from intellij/checkmark.svg and darcula/checkmark.svg
[light]MenuItemCheckBox.icon.checkmarkColor=#3E3E3C
[dark]MenuItemCheckBox.icon.checkmarkColor=#fff9
#---- Slider ---- #---- Slider ----
Slider.focusedColor=fade($Component.focusColor,40%,derived) Slider.focusedColor = fade($Component.focusColor,40%,derived)
#---- ToggleButton ---- #---- ToggleButton ----
ToggleButton.startBackground=$ToggleButton.background ToggleButton.startBackground = $ToggleButton.background
ToggleButton.endBackground=$ToggleButton.background ToggleButton.endBackground = $ToggleButton.background
[dark]ToggleButton.selectedBackground=lighten($ToggleButton.background,15%,derived) [dark]ToggleButton.selectedBackground = lighten($ToggleButton.background,15%,derived)
[dark]ToggleButton.disabledSelectedBackground=lighten($ToggleButton.background,5%,derived) [dark]ToggleButton.disabledSelectedBackground = lighten($ToggleButton.background,5%,derived)
#---- theme specific ---- #---- theme specific ----
[Arc_Theme]ProgressBar.selectionBackground=#000 @ijMenuCheckBackgroundL10 = lighten(@selectionBackground,10%,derived noAutoInverse)
[Arc_Theme]ProgressBar.selectionForeground=#fff @ijMenuCheckBackgroundL20 = lighten(@selectionBackground,20%,derived noAutoInverse)
@ijMenuCheckBackgroundD10 = darken(@selectionBackground,10%,derived noAutoInverse)
[Arc_Theme_-_Orange]ProgressBar.selectionBackground=#000 [Arc_Theme]ProgressBar.selectionBackground = #000
[Arc_Theme_-_Orange]ProgressBar.selectionForeground=#fff [Arc_Theme]ProgressBar.selectionForeground = #fff
[Arc_Theme]List.selectionInactiveForeground = #fff
[Arc_Theme]Table.selectionInactiveForeground = #fff
[Arc_Theme]Tree.selectionInactiveForeground = #fff
[Arc_Theme_Dark]ProgressBar.selectionBackground=#ddd [Arc_Theme_-_Orange]ProgressBar.selectionBackground = #000
[Arc_Theme_Dark]ProgressBar.selectionForeground=#ddd [Arc_Theme_-_Orange]ProgressBar.selectionForeground = #fff
[Arc_Theme_-_Orange]List.selectionInactiveForeground = #fff
[Arc_Theme_-_Orange]Table.selectionInactiveForeground = #fff
[Arc_Theme_-_Orange]Tree.selectionInactiveForeground = #fff
[Arc_Theme_Dark_-_Orange]ProgressBar.selectionBackground=#ddd [Arc_Theme_Dark]ProgressBar.selectionBackground = #ddd
[Arc_Theme_Dark_-_Orange]ProgressBar.selectionForeground=#fff [Arc_Theme_Dark]ProgressBar.selectionForeground = #ddd
[Cobalt_2]CheckBox.icon.background=#002946 [Arc_Theme_Dark_-_Orange]ProgressBar.selectionBackground = #ddd
[Cobalt_2]CheckBox.icon.checkmarkColor=#002946 [Arc_Theme_Dark_-_Orange]ProgressBar.selectionForeground = #fff
[Dark_purple]Slider.focusedColor=fade($Component.focusColor,70%,derived) [Cobalt_2]CheckBox.icon.background = #002946
[Cobalt_2]CheckBox.icon.checkmarkColor = #002946
[Cobalt_2]MenuItem.checkBackground = @ijMenuCheckBackgroundL10
[Cobalt_2]MenuItem.underlineSelectionCheckBackground = @ijMenuCheckBackgroundL10
[Dracula]ProgressBar.selectionBackground=#fff [Cyan_light]MenuItem.checkBackground = @ijMenuCheckBackgroundL20
[Dracula]ProgressBar.selectionForeground=#fff [Cyan_light]MenuItem.underlineSelectionCheckBackground = @ijMenuCheckBackgroundL20
[Gruvbox_Dark_Hard]ToggleButton.selectedBackground=$ToggleButton.selectedBackground [Dark_Flat_Theme]TableHeader.background = #3B3B3B
[Gruvbox_Dark_Hard]ToggleButton.toolbar.selectedBackground=$ToggleButton.toolbar.selectedBackground
[Gruvbox_Dark_Medium]ToggleButton.selectedBackground=$ToggleButton.selectedBackground [Dark_purple]Slider.focusedColor = fade($Component.focusColor,70%,derived)
[Gruvbox_Dark_Medium]ToggleButton.toolbar.selectedBackground=$ToggleButton.toolbar.selectedBackground
[Gruvbox_Dark_Soft]ToggleButton.selectedBackground=$ToggleButton.selectedBackground [Dracula]ProgressBar.selectionBackground = #fff
[Gruvbox_Dark_Soft]ToggleButton.toolbar.selectedBackground=$ToggleButton.toolbar.selectedBackground [Dracula]ProgressBar.selectionForeground = #fff
[Hiberbee_Dark]ToggleButton.selectedBackground=$ToggleButton.selectedBackground [Gradianto_Dark_Fuchsia]MenuItem.checkBackground = @ijMenuCheckBackgroundL10
[Hiberbee_Dark]ToggleButton.selectedBackground=$ToggleButton.selectedBackground [Gradianto_Dark_Fuchsia]MenuItem.underlineSelectionCheckBackground = @ijMenuCheckBackgroundL10
[Hiberbee_Dark]ToggleButton.toolbar.selectedBackground=$ToggleButton.toolbar.selectedBackground
[High_contrast]ToggleButton.selectedBackground=#fff [Gruvbox_Dark_Hard]ToggleButton.selectedBackground = $ToggleButton.selectedBackground
[High_contrast]ToggleButton.selectedForeground=#000 [Gruvbox_Dark_Hard]ToggleButton.toolbar.selectedBackground = $ToggleButton.toolbar.selectedBackground
[High_contrast]ToggleButton.disabledSelectedBackground=#444
[High_contrast]ToggleButton.toolbar.selectedBackground=#fff
[One_Dark]Slider.focusedColor=fade(#568af2,40%) [Gruvbox_Dark_Medium]ToggleButton.selectedBackground = $ToggleButton.selectedBackground
[Gruvbox_Dark_Medium]ToggleButton.toolbar.selectedBackground = $ToggleButton.toolbar.selectedBackground
[Solarized_Dark]Slider.focusedColor=fade($Component.focusColor,80%,derived) [Gruvbox_Dark_Soft]MenuItem.checkBackground = @ijMenuCheckBackgroundL10
[Gruvbox_Dark_Soft]MenuItem.underlineSelectionCheckBackground = @ijMenuCheckBackgroundL10
[Gruvbox_Dark_Soft]ToggleButton.selectedBackground = $ToggleButton.selectedBackground
[Gruvbox_Dark_Soft]ToggleButton.toolbar.selectedBackground = $ToggleButton.toolbar.selectedBackground
[vuesion-theme]Slider.trackValueColor=#ececee [Hiberbee_Dark]ToggleButton.selectedBackground = $ToggleButton.selectedBackground
[vuesion-theme]Slider.trackColor=#303a45 [Hiberbee_Dark]ToggleButton.selectedBackground = $ToggleButton.selectedBackground
[vuesion-theme]Slider.thumbColor=#ececee [Hiberbee_Dark]ToggleButton.toolbar.selectedBackground = $ToggleButton.toolbar.selectedBackground
[vuesion-theme]Slider.focusedColor=fade(#ececee,20%)
[High_contrast]ToggleButton.selectedBackground = #fff
[High_contrast]ToggleButton.selectedForeground = #000
[High_contrast]ToggleButton.disabledSelectedBackground = #444
[High_contrast]ToggleButton.toolbar.selectedBackground = #fff
[Light_Flat]TableHeader.background = #E5E5E9
[Monocai]MenuItem.checkBackground = @ijMenuCheckBackgroundL10
[Monocai]MenuItem.underlineSelectionCheckBackground = @ijMenuCheckBackgroundL10
@Monocai.acceleratorForeground = lazy(MenuItem.disabledForeground)
@Monocai.acceleratorSelectionForeground = lighten(MenuItem.disabledForeground,10%,lazy)
[Monocai]CheckBoxMenuItem.acceleratorForeground = @Monocai.acceleratorForeground
[Monocai]CheckBoxMenuItem.acceleratorSelectionForeground = @Monocai.acceleratorSelectionForeground
[Monocai]Menu.acceleratorForeground = @Monocai.acceleratorForeground
[Monocai]Menu.acceleratorSelectionForeground = @Monocai.acceleratorSelectionForeground
[Monocai]MenuItem.acceleratorForeground = @Monocai.acceleratorForeground
[Monocai]MenuItem.acceleratorSelectionForeground = @Monocai.acceleratorSelectionForeground
[Monocai]RadioButtonMenuItem.acceleratorForeground = @Monocai.acceleratorForeground
[Monocai]RadioButtonMenuItem.acceleratorSelectionForeground = @Monocai.acceleratorSelectionForeground
[Nord]MenuItem.checkBackground = @ijMenuCheckBackgroundL10
[Nord]MenuItem.underlineSelectionCheckBackground = @ijMenuCheckBackgroundL10
[One_Dark]MenuItem.checkBackground = @ijMenuCheckBackgroundL10
[One_Dark]MenuItem.underlineSelectionCheckBackground = @ijMenuCheckBackgroundL10
[One_Dark]Slider.focusedColor = fade(#568af2,40%)
[Solarized_Dark]Slider.focusedColor = fade($Component.focusColor,80%,derived)
[vuesion-theme]MenuItem.checkBackground = @ijMenuCheckBackgroundL10
[vuesion-theme]MenuItem.underlineSelectionCheckBackground = @ijMenuCheckBackgroundL10
[vuesion-theme]Slider.trackValueColor = #ececee
[vuesion-theme]Slider.trackColor = #303a45
[vuesion-theme]Slider.thumbColor = #ececee
[vuesion-theme]Slider.focusedColor = fade(#ececee,20%)
# Material Theme UI Lite # Material Theme UI Lite
[Dracula_Contrast]ProgressBar.selectionBackground=#fff [light][author-Mallowigi]MenuItem.checkBackground = @ijMenuCheckBackgroundD10
[Dracula_Contrast]ProgressBar.selectionForeground=#fff [light][author-Mallowigi]MenuItem.underlineSelectionCheckBackground = @ijMenuCheckBackgroundD10
[dark][author-Mallowigi]MenuItem.checkBackground = @ijMenuCheckBackgroundL20
[dark][author-Mallowigi]MenuItem.underlineSelectionCheckBackground = @ijMenuCheckBackgroundL20
[GitHub]ProgressBar.selectionBackground=#222 [Dracula_Contrast]ProgressBar.selectionBackground = #fff
[GitHub]ProgressBar.selectionForeground=#222 [Dracula_Contrast]ProgressBar.selectionForeground = #fff
[GitHub_Contrast]ProgressBar.selectionBackground=#222 [GitHub]ProgressBar.selectionBackground = #222
[GitHub_Contrast]ProgressBar.selectionForeground=#222 [GitHub]ProgressBar.selectionForeground = #222
[Light_Owl]ProgressBar.selectionBackground=#111 [GitHub_Contrast]ProgressBar.selectionBackground = #222
[Light_Owl]ProgressBar.selectionForeground=#fff [GitHub_Contrast]ProgressBar.selectionForeground = #222
[Light_Owl_Contrast]ProgressBar.selectionBackground=#111 [Light_Owl]ProgressBar.selectionBackground = #111
[Light_Owl_Contrast]ProgressBar.selectionForeground=#fff [Light_Owl]ProgressBar.selectionForeground = #fff
[Material_Lighter]ProgressBar.selectionBackground=#222 [Light_Owl_Contrast]ProgressBar.selectionBackground = #111
[Material_Lighter]ProgressBar.selectionForeground=#fff [Light_Owl_Contrast]ProgressBar.selectionForeground = #fff
[Material_Lighter_Contrast]ProgressBar.selectionBackground=#222 [Material_Lighter]ProgressBar.selectionBackground = #222
[Material_Lighter_Contrast]ProgressBar.selectionForeground=#fff [Material_Lighter]ProgressBar.selectionForeground = #fff
[Material_Oceanic]ProgressBar.selectionBackground=#ddd [Material_Lighter_Contrast]ProgressBar.selectionBackground = #222
[Material_Oceanic]ProgressBar.selectionForeground=#ddd [Material_Lighter_Contrast]ProgressBar.selectionForeground = #fff
[Material_Oceanic_Contrast]ProgressBar.selectionBackground=#ddd [Material_Oceanic]ProgressBar.selectionBackground = #ddd
[Material_Oceanic_Contrast]ProgressBar.selectionForeground=#ddd [Material_Oceanic]ProgressBar.selectionForeground = #ddd
[Material_Palenight]ProgressBar.selectionBackground=#ddd [Material_Oceanic_Contrast]ProgressBar.selectionBackground = #ddd
[Material_Palenight]ProgressBar.selectionForeground=#ddd [Material_Oceanic_Contrast]ProgressBar.selectionForeground = #ddd
[Material_Palenight_Contrast]ProgressBar.selectionBackground=#ddd [Material_Palenight]ProgressBar.selectionBackground = #ddd
[Material_Palenight_Contrast]ProgressBar.selectionForeground=#ddd [Material_Palenight]ProgressBar.selectionForeground = #ddd
[Night_Owl]ProgressBar.selectionBackground=#ddd [Material_Palenight_Contrast]ProgressBar.selectionBackground = #ddd
[Night_Owl]ProgressBar.selectionForeground=#ddd [Material_Palenight_Contrast]ProgressBar.selectionForeground = #ddd
[Night_Owl_Contrast]ProgressBar.selectionBackground=#ddd [Night_Owl]ProgressBar.selectionBackground = #ddd
[Night_Owl_Contrast]ProgressBar.selectionForeground=#ddd [Night_Owl]ProgressBar.selectionForeground = #ddd
[Solarized_Dark]ProgressBar.selectionBackground=#ccc [Night_Owl_Contrast]ProgressBar.selectionBackground = #ddd
[Solarized_Dark]ProgressBar.selectionForeground=#ccc [Night_Owl_Contrast]ProgressBar.selectionForeground = #ddd
[Material_Solarized_Dark_Contrast]ProgressBar.selectionBackground=#ccc [Solarized_Dark]ProgressBar.selectionBackground = #ccc
[Material_Solarized_Dark_Contrast]ProgressBar.selectionForeground=#ccc [Solarized_Dark]ProgressBar.selectionForeground = #ccc
[Solarized_Light]ProgressBar.selectionBackground=#222 [Material_Solarized_Dark_Contrast]ProgressBar.selectionBackground = #ccc
[Solarized_Light]ProgressBar.selectionForeground=#fff [Material_Solarized_Dark_Contrast]ProgressBar.selectionForeground = #ccc
[Material_Solarized_Light_Contrast]ProgressBar.selectionBackground=#222 [Solarized_Light]ProgressBar.selectionBackground = #222
[Material_Solarized_Light_Contrast]ProgressBar.selectionForeground=#fff [Solarized_Light]ProgressBar.selectionForeground = #fff
[Material_Solarized_Light_Contrast]ProgressBar.selectionBackground = #222
[Material_Solarized_Light_Contrast]ProgressBar.selectionForeground = #fff

View File

@@ -15,51 +15,51 @@
#---- FileChooser ---- #---- FileChooser ----
#fields #fields
FileChooser.lookInLabel.textAndMnemonic=Look &In: FileChooser.lookInLabel.textAndMnemonic = Look &In:
FileChooser.saveInLabelText=Save In: FileChooser.saveInLabelText = Save In:
FileChooser.fileNameLabel.textAndMnemonic=File &Name: FileChooser.fileNameLabel.textAndMnemonic = File &Name:
FileChooser.folderNameLabel.textAndMnemonic=Folder &name: FileChooser.folderNameLabel.textAndMnemonic = Folder &name:
FileChooser.filesOfTypeLabel.textAndMnemonic=Files of &Type: FileChooser.filesOfTypeLabel.textAndMnemonic = Files of &Type:
# toolbar # toolbar
FileChooser.upFolderToolTipText=Up One Level FileChooser.upFolderToolTipText = Up One Level
FileChooser.upFolderAccessibleName=Up FileChooser.upFolderAccessibleName = Up
FileChooser.homeFolderToolTipText=Home FileChooser.homeFolderToolTipText = Home
FileChooser.homeFolderAccessibleName=Home FileChooser.homeFolderAccessibleName = Home
FileChooser.newFolderToolTipText=Create New Folder FileChooser.newFolderToolTipText = Create New Folder
FileChooser.newFolderAccessibleName=New Folder FileChooser.newFolderAccessibleName = New Folder
FileChooser.listViewButtonToolTipText=List FileChooser.listViewButtonToolTipText = List
FileChooser.listViewButtonAccessibleName=List FileChooser.listViewButtonAccessibleName = List
FileChooser.detailsViewButtonToolTipText=Details FileChooser.detailsViewButtonToolTipText = Details
FileChooser.detailsViewButtonAccessibleName=Details FileChooser.detailsViewButtonAccessibleName = Details
# details table header # details table header
FileChooser.fileNameHeaderText=Name FileChooser.fileNameHeaderText = Name
FileChooser.fileSizeHeaderText=Size FileChooser.fileSizeHeaderText = Size
FileChooser.fileTypeHeaderText=Type FileChooser.fileTypeHeaderText = Type
FileChooser.fileDateHeaderText=Modified FileChooser.fileDateHeaderText = Modified
FileChooser.fileAttrHeaderText=Attributes FileChooser.fileAttrHeaderText = Attributes
# popup menu # popup menu
FileChooser.viewMenuLabelText=View FileChooser.viewMenuLabelText = View
FileChooser.refreshActionLabelText=Refresh FileChooser.refreshActionLabelText = Refresh
FileChooser.newFolderActionLabelText=New Folder FileChooser.newFolderActionLabelText = New Folder
FileChooser.listViewActionLabelText=List FileChooser.listViewActionLabelText = List
FileChooser.detailsViewActionLabelText=Details FileChooser.detailsViewActionLabelText = Details
#---- SplitPaneDivider ---- #---- SplitPaneDivider ----
SplitPaneDivider.collapseLeftToolTipText=Collapse Left Pane SplitPaneDivider.collapseLeftToolTipText = Collapse Left Pane
SplitPaneDivider.collapseRightToolTipText=Collapse Right Pane SplitPaneDivider.collapseRightToolTipText = Collapse Right Pane
SplitPaneDivider.collapseTopToolTipText=Collapse Top Pane SplitPaneDivider.collapseTopToolTipText = Collapse Top Pane
SplitPaneDivider.collapseBottomToolTipText=Collapse Bottom Pane SplitPaneDivider.collapseBottomToolTipText = Collapse Bottom Pane
SplitPaneDivider.expandLeftToolTipText=Expand Left Pane SplitPaneDivider.expandLeftToolTipText = Expand Left Pane
SplitPaneDivider.expandRightToolTipText=Expand Right Pane SplitPaneDivider.expandRightToolTipText = Expand Right Pane
SplitPaneDivider.expandTopToolTipText=Expand Top Pane SplitPaneDivider.expandTopToolTipText = Expand Top Pane
SplitPaneDivider.expandBottomToolTipText=Expand Bottom Pane SplitPaneDivider.expandBottomToolTipText = Expand Bottom Pane
#---- TabbedPane ---- #---- TabbedPane ----
TabbedPane.moreTabsButtonToolTipText=Show Hidden Tabs TabbedPane.moreTabsButtonToolTipText = Show Hidden Tabs

View File

@@ -15,39 +15,39 @@
#---- FileChooser ---- #---- FileChooser ----
#fields #fields
FileChooser.lookInLabel.textAndMnemonic=Suchen &in: FileChooser.lookInLabel.textAndMnemonic = Suchen &in:
FileChooser.saveInLabelText=Speichern in: FileChooser.saveInLabelText = Speichern in:
FileChooser.fileNameLabel.textAndMnemonic=&Dateiname: FileChooser.fileNameLabel.textAndMnemonic = &Dateiname:
FileChooser.folderNameLabel.textAndMnemonic=Ordner&name: FileChooser.folderNameLabel.textAndMnemonic = Ordner&name:
FileChooser.filesOfTypeLabel.textAndMnemonic=Datei&typ: FileChooser.filesOfTypeLabel.textAndMnemonic = Datei&typ:
# toolbar # toolbar
FileChooser.upFolderToolTipText=Eine Ebene h\u00F6her FileChooser.upFolderToolTipText = Eine Ebene h\u00F6her
FileChooser.upFolderAccessibleName=Nach oben FileChooser.upFolderAccessibleName = Nach oben
FileChooser.homeFolderToolTipText=Home FileChooser.homeFolderToolTipText = Home
FileChooser.homeFolderAccessibleName=Home FileChooser.homeFolderAccessibleName = Home
FileChooser.newFolderToolTipText=Neuen Ordner erstellen FileChooser.newFolderToolTipText = Neuen Ordner erstellen
FileChooser.newFolderAccessibleName=Neuer Ordner FileChooser.newFolderAccessibleName = Neuer Ordner
FileChooser.listViewButtonToolTipText=Liste FileChooser.listViewButtonToolTipText = Liste
FileChooser.listViewButtonAccessibleName=Liste FileChooser.listViewButtonAccessibleName = Liste
FileChooser.detailsViewButtonToolTipText=Details FileChooser.detailsViewButtonToolTipText = Details
FileChooser.detailsViewButtonAccessibleName=Details FileChooser.detailsViewButtonAccessibleName = Details
# details table header # details table header
FileChooser.fileNameHeaderText=Name FileChooser.fileNameHeaderText = Name
FileChooser.fileSizeHeaderText=Gr\u00F6\u00DFe FileChooser.fileSizeHeaderText = Gr\u00F6\u00DFe
FileChooser.fileTypeHeaderText=Typ FileChooser.fileTypeHeaderText = Typ
FileChooser.fileDateHeaderText=\u00C4nderungsdatum FileChooser.fileDateHeaderText = \u00C4nderungsdatum
FileChooser.fileAttrHeaderText=Attribute FileChooser.fileAttrHeaderText = Attribute
# popup menu # popup menu
FileChooser.viewMenuLabelText=Ansicht FileChooser.viewMenuLabelText = Ansicht
FileChooser.refreshActionLabelText=Aktualisieren FileChooser.refreshActionLabelText = Aktualisieren
FileChooser.newFolderActionLabelText=Neuer Ordner FileChooser.newFolderActionLabelText = Neuer Ordner
FileChooser.listViewActionLabelText=Liste FileChooser.listViewActionLabelText = Liste
FileChooser.detailsViewActionLabelText=Details FileChooser.detailsViewActionLabelText = Details
#---- TabbedPane ---- #---- TabbedPane ----
TabbedPane.moreTabsButtonToolTipText=Verdeckte Tabs anzeigen TabbedPane.moreTabsButtonToolTipText = Verdeckte Tabs anzeigen

View File

@@ -15,34 +15,34 @@
#---- FileChooser ---- #---- FileChooser ----
#fields #fields
FileChooser.lookInLabel.textAndMnemonic=Rechercher &dans: FileChooser.lookInLabel.textAndMnemonic = Rechercher &dans:
FileChooser.saveInLabelText=Enregistrer dans: FileChooser.saveInLabelText = Enregistrer dans:
FileChooser.fileNameLabel.textAndMnemonic=&Nom du fichier: FileChooser.fileNameLabel.textAndMnemonic = &Nom du fichier:
FileChooser.folderNameLabel.textAndMnemonic=&Nom du dossier: FileChooser.folderNameLabel.textAndMnemonic = &Nom du dossier:
FileChooser.filesOfTypeLabel.textAndMnemonic=&Type de fichier: FileChooser.filesOfTypeLabel.textAndMnemonic = &Type de fichier:
# toolbar # toolbar
FileChooser.upFolderToolTipText=Remonte d'un niveau FileChooser.upFolderToolTipText = Remonte d'un niveau
FileChooser.upFolderAccessibleName=Monter FileChooser.upFolderAccessibleName = Monter
FileChooser.homeFolderToolTipText=R\u00E9pertoire de base FileChooser.homeFolderToolTipText = R\u00E9pertoire de base
FileChooser.homeFolderAccessibleName=R\u00E9pertoire de base FileChooser.homeFolderAccessibleName = R\u00E9pertoire de base
FileChooser.newFolderToolTipText=Cr\u00E9e un dossier FileChooser.newFolderToolTipText = Cr\u00E9e un dossier
FileChooser.newFolderAccessibleName=Nouveau dossier FileChooser.newFolderAccessibleName = Nouveau dossier
FileChooser.listViewButtonToolTipText=Liste FileChooser.listViewButtonToolTipText = Liste
FileChooser.listViewButtonAccessibleName=Liste FileChooser.listViewButtonAccessibleName = Liste
FileChooser.detailsViewButtonToolTipText=D\u00E9tails FileChooser.detailsViewButtonToolTipText = D\u00E9tails
FileChooser.detailsViewButtonAccessibleName=D\u00E9tails FileChooser.detailsViewButtonAccessibleName = D\u00E9tails
# details table header # details table header
FileChooser.fileNameHeaderText=Nom FileChooser.fileNameHeaderText = Nom
FileChooser.fileSizeHeaderText=Taille FileChooser.fileSizeHeaderText = Taille
FileChooser.fileTypeHeaderText=Type FileChooser.fileTypeHeaderText = Type
FileChooser.fileDateHeaderText=Modifi\u00E9 FileChooser.fileDateHeaderText = Modifi\u00E9
FileChooser.fileAttrHeaderText=Attributs FileChooser.fileAttrHeaderText = Attributs
# popup menu # popup menu
FileChooser.viewMenuLabelText=Affichage FileChooser.viewMenuLabelText = Affichage
FileChooser.refreshActionLabelText=Actualiser FileChooser.refreshActionLabelText = Actualiser
FileChooser.newFolderActionLabelText=Nouveau dossier FileChooser.newFolderActionLabelText = Nouveau dossier
FileChooser.listViewActionLabelText=Liste FileChooser.listViewActionLabelText = Liste
FileChooser.detailsViewActionLabelText=D\u00E9tails FileChooser.detailsViewActionLabelText = D\u00E9tails

View File

@@ -7,7 +7,7 @@
# base theme (light, dark, intellij or darcula) # base theme (light, dark, intellij or darcula)
@baseTheme=light @baseTheme = light
# add you theme defaults here # add you theme defaults here
@background=#ccc @background = #ccc

View File

@@ -16,15 +16,6 @@
plugins { plugins {
`java-library` `java-library`
id( "com.jfrog.bintray" )
// Although artifactory plugin is not used in this subproject, the plugin is required
// because otherwise gradle fails with following error:
// Caused by: org.codehaus.groovy.runtime.typehandling.GroovyCastException:
// Cannot cast object 'task ':bintrayUpload''
// with class 'com.jfrog.bintray.gradle.tasks.BintrayUploadTask_Decorated'
// to class 'com.jfrog.bintray.gradle.tasks.BintrayUploadTask'
id( "com.jfrog.artifactory" )
} }
repositories { repositories {
@@ -68,24 +59,3 @@ tasks {
} ) } )
} }
} }
bintray {
user = rootProject.extra["bintray.user"] as String?
key = rootProject.extra["bintray.key"] as String?
setConfigurations( "archives" )
with( pkg ) {
repo = "flatlaf"
name = "flatlaf-demo"
setLicenses( "Apache-2.0" )
vcsUrl = "https://github.com/JFormDesigner/FlatLaf"
with( version ) {
name = project.version.toString()
}
publish = rootProject.extra["bintray.publish"] as Boolean
dryRun = rootProject.extra["bintray.dryRun"] as Boolean
}
}

View File

@@ -40,6 +40,9 @@ public class FlatLafDemo
if( SystemInfo.isMacOS && System.getProperty( "apple.laf.useScreenMenuBar" ) == null ) if( SystemInfo.isMacOS && System.getProperty( "apple.laf.useScreenMenuBar" ) == null )
System.setProperty( "apple.laf.useScreenMenuBar", "true" ); System.setProperty( "apple.laf.useScreenMenuBar", "true" );
if( FlatLafDemo.screenshotsMode && !SystemInfo.isJava_9_orLater && System.getProperty( "flatlaf.uiScale" ) == null )
System.setProperty( "flatlaf.uiScale", "2x" );
SwingUtilities.invokeLater( () -> { SwingUtilities.invokeLater( () -> {
DemoPrefs.init( PREFS_ROOT_PATH ); DemoPrefs.init( PREFS_ROOT_PATH );
@@ -61,7 +64,7 @@ public class FlatLafDemo
DemoFrame frame = new DemoFrame(); DemoFrame frame = new DemoFrame();
if( FlatLafDemo.screenshotsMode ) if( FlatLafDemo.screenshotsMode )
frame.setPreferredSize( new Dimension( 1280, 620 ) ); frame.setPreferredSize( new Dimension( 1660, 840 ) );
// show frame // show frame
frame.pack(); frame.pack();

View File

@@ -481,6 +481,7 @@ class MoreComponentsPanel
indeterminateCheckBox, indeterminateCheckBox,
toolTipLabel, toolTip1, toolTip2, toolTipLabel, toolTip1, toolTip2,
toolBarLabel, toolBar1, toolBar2, toolBarLabel, toolBar1, toolBar2,
splitPaneLabel, splitPane3,
}; };
for( Component c : components ) for( Component c : components )

View File

@@ -44,10 +44,12 @@ class NewDialog
} }
private void okActionPerformed() { private void okActionPerformed() {
System.out.println( "ok" );
dispose(); dispose();
} }
private void cancelActionPerformed() { private void cancelActionPerformed() {
System.out.println( "cancel" );
dispose(); dispose();
} }

View File

@@ -25,6 +25,8 @@ import javax.swing.*;
import javax.swing.border.*; import javax.swing.border.*;
import com.formdev.flatlaf.extras.FlatSVGIcon; import com.formdev.flatlaf.extras.FlatSVGIcon;
import com.formdev.flatlaf.icons.FlatTabbedPaneCloseIcon; import com.formdev.flatlaf.icons.FlatTabbedPaneCloseIcon;
import net.miginfocom.layout.AC;
import net.miginfocom.layout.ConstraintParser;
import net.miginfocom.swing.*; import net.miginfocom.swing.*;
/** /**
@@ -1009,6 +1011,29 @@ class TabsPanel
tabsPopupPolicyButtonGroup.add(popupAsNeededButton); tabsPopupPolicyButtonGroup.add(popupAsNeededButton);
tabsPopupPolicyButtonGroup.add(popupNeverButton); tabsPopupPolicyButtonGroup.add(popupNeverButton);
// JFormDesigner - End of component initialization //GEN-END:initComponents // JFormDesigner - End of component initialization //GEN-END:initComponents
if( FlatLafDemo.screenshotsMode ) {
Component[] components = new Component[] {
tabPlacementLabel, tabPlacementToolBar, tabPlacementTabbedPane,
iconBottomTabbedPane, iconTrailingTabbedPane,
alignLeadingTabbedPane, alignTrailingTabbedPane, alignFillTabbedPane,
panel3, separator2, panel4,
};
for( Component c : components )
c.setVisible( false );
// remove gaps
MigLayout layout1 = (MigLayout) panel1.getLayout();
AC rowSpecs1 = ConstraintParser.parseRowConstraints( (String) layout1.getRowConstraints() );
rowSpecs1.gap( "0!", 0, 1 );
layout1.setRowConstraints( rowSpecs1 );
MigLayout layout2 = (MigLayout) panel2.getLayout();
AC rowSpecs2 = ConstraintParser.parseRowConstraints( (String) layout2.getRowConstraints() );
rowSpecs2.gap( "0!", 2, 4, 8 );
layout2.setRowConstraints( rowSpecs2 );
}
} }
// JFormDesigner - Variables declaration - DO NOT MODIFY //GEN-BEGIN:variables // JFormDesigner - Variables declaration - DO NOT MODIFY //GEN-BEGIN:variables

View File

@@ -14,4 +14,4 @@
# limitations under the License. # limitations under the License.
# #
HintPanel.backgroundColor=darken(#ffffe1,80%) HintPanel.backgroundColor = darken(#ffffe1,80%)

View File

@@ -14,4 +14,4 @@
# limitations under the License. # limitations under the License.
# #
HintPanel.backgroundColor=#ffffe1 HintPanel.backgroundColor = #ffffe1

View File

@@ -74,7 +74,7 @@
"license": "MIT", "license": "MIT",
"licenseFile": "Dracula.LICENSE.txt", "licenseFile": "Dracula.LICENSE.txt",
"sourceCodeUrl": "https://github.com/dracula/jetbrains", "sourceCodeUrl": "https://github.com/dracula/jetbrains",
"sourceCodePath": "blob/master/src/main/resources/themes/dracula.theme.json" "sourceCodePath": "blob/master/src/main/resources/themes/Dracula.theme.json"
}, },
"Gradianto_dark_fuchsia.theme.json": { "Gradianto_dark_fuchsia.theme.json": {
"name": "Gradianto Dark Fuchsia", "name": "Gradianto Dark Fuchsia",
@@ -410,6 +410,22 @@
"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/Monokai Pro Contrast.theme.json"
}, },
"material-theme-ui-lite/Moonlight.theme.json": {
"name": "Material Theme UI Lite / Moonlight",
"dark": true,
"license": "MIT",
"licenseFile": "material-theme-ui-lite/Material Theme UI Lite.LICENSE.txt",
"sourceCodeUrl": "https://github.com/mallowigi/material-theme-ui-lite",
"sourceCodePath": "blob/master/src/main/resources/themes/Moonlight.theme.json"
},
"material-theme-ui-lite/Moonlight Contrast.theme.json": {
"name": "Material Theme UI Lite / Moonlight Contrast",
"dark": true,
"license": "MIT",
"licenseFile": "material-theme-ui-lite/Material Theme UI Lite.LICENSE.txt",
"sourceCodeUrl": "https://github.com/mallowigi/material-theme-ui-lite",
"sourceCodePath": "blob/master/src/main/resources/themes/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",
"dark": true, "dark": true,

View File

@@ -25,7 +25,7 @@ This sub-project provides some additional components and classes:
Download Download
-------- --------
FlatLaf Extras binaries are available on **JCenter** and **Maven Central**. FlatLaf Extras 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
build script: build script:
@@ -36,11 +36,11 @@ build script:
Otherwise download `flatlaf-extras-<version>.jar` here: Otherwise download `flatlaf-extras-<version>.jar` here:
[![Download](https://api.bintray.com/packages/jformdesigner/flatlaf/flatlaf-extras/images/download.svg)](https://bintray.com/jformdesigner/flatlaf/flatlaf-extras/_latestVersion) [![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.formdev/flatlaf-extras/badge.svg?style=flat-square&color=007ec6)](https://maven-badges.herokuapp.com/maven-central/com.formdev/flatlaf-extras)
If SVG classes are used, `svgSalamander-<version>.jar` is also required: If SVG classes are used, `svgSalamander-<version>.jar` is also required:
[![Download](https://api.bintray.com/packages/jformdesigner/svgSalamander/svgSalamander/images/download.svg)](https://bintray.com/jformdesigner/svgSalamander/svgSalamander/_latestVersion) [![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.formdev/svgSalamander/badge.svg?style=flat-square&color=007ec6)](https://maven-badges.herokuapp.com/maven-central/com.formdev/svgSalamander)
Tools Tools

View File

@@ -55,7 +55,6 @@ import javax.swing.border.EmptyBorder;
import javax.swing.border.LineBorder; import javax.swing.border.LineBorder;
import javax.swing.plaf.UIResource; import javax.swing.plaf.UIResource;
import javax.swing.text.JTextComponent; import javax.swing.text.JTextComponent;
import com.formdev.flatlaf.ui.FlatToolTipUI;
import com.formdev.flatlaf.ui.FlatUIUtils; import com.formdev.flatlaf.ui.FlatUIUtils;
import com.formdev.flatlaf.util.UIScale; import com.formdev.flatlaf.util.UIScale;
@@ -365,12 +364,7 @@ public class FlatInspector
} }
if( tip == null ) { if( tip == null ) {
tip = new JToolTip() { tip = new JToolTip();
@Override
public void updateUI() {
setUI( FlatToolTipUI.createUI( this ) );
}
};
rootPane.getLayeredPane().add( tip, TOOLTIP_LAYER ); rootPane.getLayeredPane().add( tip, TOOLTIP_LAYER );
} else } else
tip.setVisible( true ); tip.setVisible( true );
@@ -397,15 +391,18 @@ public class FlatInspector
} }
private static String buildToolTipText( Component c, int parentLevel ) { private static String buildToolTipText( Component c, int parentLevel ) {
StringBuilder buf = new StringBuilder( 1500 );
buf.append( "<html><style>" );
buf.append( "td { padding: 0 10 0 0; }" );
buf.append( "</style><table>" );
String name = c.getClass().getName(); String name = c.getClass().getName();
name = name.substring( name.lastIndexOf( '.' ) + 1 ); name = name.substring( name.lastIndexOf( '.' ) + 1 );
appendRow( buf, "Class", name + " (" + c.getClass().getPackage().getName() + ")" );
String text = appendRow( buf, "Size", c.getWidth() + ", " + c.getHeight() + "&nbsp;&nbsp; @ " + c.getX() + ", " + c.getY() );
"Class: " + name + " (" + c.getClass().getPackage().getName() + ")\n" +
"Size: " + c.getWidth() + ',' + c.getHeight() + " @ " + c.getX() + ',' + c.getY() + '\n';
if( c instanceof Container ) if( c instanceof Container )
text += "Insets: " + toString( ((Container)c).getInsets() ) + '\n'; appendRow( buf, "Insets", toString( ((Container)c).getInsets() ) );
Insets margin = null; Insets margin = null;
if( c instanceof AbstractButton ) if( c instanceof AbstractButton )
@@ -418,28 +415,28 @@ public class FlatInspector
margin = ((JToolBar) c).getMargin(); margin = ((JToolBar) c).getMargin();
if( margin != null ) if( margin != null )
text += "Margin: " + toString( margin ) + '\n'; appendRow( buf, "Margin", toString( margin ) );
Dimension prefSize = c.getPreferredSize(); Dimension prefSize = c.getPreferredSize();
Dimension minSize = c.getMinimumSize(); Dimension minSize = c.getMinimumSize();
Dimension maxSize = c.getMaximumSize(); Dimension maxSize = c.getMaximumSize();
text += "Pref size: " + prefSize.width + ',' + prefSize.height + '\n' + appendRow( buf, "Pref size", prefSize.width + ", " + prefSize.height );
"Min size: " + minSize.width + ',' + minSize.height + '\n' + appendRow( buf, "Min size", minSize.width + ", " + minSize.height );
"Max size: " + maxSize.width + ',' + maxSize.height + '\n'; appendRow( buf, "Max size", maxSize.width + ", " + maxSize.height );
if( c instanceof JComponent ) if( c instanceof JComponent )
text += "Border: " + toString( ((JComponent)c).getBorder() ) + '\n'; appendRow( buf, "Border", toString( ((JComponent)c).getBorder() ) );
text += "Background: " + toString( c.getBackground() ) + '\n' + appendRow( buf, "Background", toString( c.getBackground() ) );
"Foreground: " + toString( c.getForeground() ) + '\n' + appendRow( buf, "Foreground", toString( c.getForeground() ) );
"Font: " + toString( c.getFont() ) + '\n'; appendRow( buf, "Font", toString( c.getFont() ) );
if( c instanceof JComponent ) { if( c instanceof JComponent ) {
try { try {
Field f = JComponent.class.getDeclaredField( "ui" ); Field f = JComponent.class.getDeclaredField( "ui" );
f.setAccessible( true ); f.setAccessible( true );
Object ui = f.get( c ); Object ui = f.get( c );
text += "UI: " + (ui != null ? ui.getClass().getName() : "null") + '\n'; appendRow( buf, "UI", (ui != null ? ui.getClass().getName() : "null") );
} catch( NoSuchFieldException | SecurityException | IllegalArgumentException | IllegalAccessException ex ) { } catch( NoSuchFieldException | SecurityException | IllegalArgumentException | IllegalAccessException ex ) {
// ignore // ignore
} }
@@ -448,34 +445,46 @@ public class FlatInspector
if( c instanceof Container ) { if( c instanceof Container ) {
LayoutManager layout = ((Container)c).getLayout(); LayoutManager layout = ((Container)c).getLayout();
if( layout != null ) if( layout != null )
text += "Layout: " + layout.getClass().getName() + '\n'; appendRow( buf, "Layout", layout.getClass().getName() );
} }
text += "Enabled: " + c.isEnabled() + '\n'; appendRow( buf, "Enabled", String.valueOf( c.isEnabled() ) );
text += "Opaque: " + c.isOpaque() + (c instanceof JComponent && appendRow( buf, "Opaque", String.valueOf( c.isOpaque() )
FlatUIUtils.hasOpaqueBeenExplicitlySet( (JComponent) c ) ? " EXPLICIT" : "") + '\n'; + (c instanceof JComponent && FlatUIUtils.hasOpaqueBeenExplicitlySet( (JComponent) c ) ? " EXPLICIT" : "") );
if( c instanceof AbstractButton ) if( c instanceof AbstractButton )
text += "ContentAreaFilled: " + ((AbstractButton)c).isContentAreaFilled() + '\n'; appendRow( buf, "ContentAreaFilled", String.valueOf( ((AbstractButton)c).isContentAreaFilled() ) );
text += "Focusable: " + c.isFocusable() + '\n'; appendRow( buf, "Focusable", String.valueOf( c.isFocusable() ) );
text += "Left-to-right: " + c.getComponentOrientation().isLeftToRight() + '\n'; appendRow( buf, "Left-to-right", String.valueOf( c.getComponentOrientation().isLeftToRight() ) );
text += "Parent: " + (c.getParent() != null ? c.getParent().getClass().getName() : "null"); appendRow( buf, "Parent", (c.getParent() != null ? c.getParent().getClass().getName() : "null") );
buf.append( "<tr><td colspan=\"2\">" );
if( parentLevel > 0 )
buf.append( "<br>Parent level: " + parentLevel );
if( parentLevel > 0 ) if( parentLevel > 0 )
text += "\n\nParent level: " + parentLevel; buf.append( "<br>(press Ctrl/Shift to increase/decrease level)" );
if( parentLevel > 0 )
text += "\n(press Ctrl/Shift to increase/decrease level)";
else else
text += "\n\n(press Ctrl key to inspect parent)"; buf.append( "<br>(press Ctrl key to inspect parent)" );
return text; buf.append( "</td></tr>" );
buf.append( "</table></html>" );
return buf.toString();
}
private static void appendRow( StringBuilder buf, String key, String value ) {
buf.append( "<tr><td><b>" )
.append( key )
.append( ":</b></td><td>" )
.append( value )
.append( "</td></tr>" );
} }
private static String toString( Insets insets ) { private static String toString( Insets insets ) {
if( insets == null ) if( insets == null )
return "null"; return "null";
return insets.top + "," + insets.left + ',' + insets.bottom + ',' + insets.right return insets.top + ", " + insets.left + ", " + insets.bottom + ", " + insets.right
+ (insets instanceof UIResource ? " UI" : ""); + (insets instanceof UIResource ? " UI" : "");
} }
@@ -483,10 +492,29 @@ public class FlatInspector
if( c == null ) if( c == null )
return "null"; return "null";
String s = Long.toString( c.getRGB() & 0xffffffffl, 16 ); StringBuilder buf = new StringBuilder( 150 );
buf.append( "<tt>" ); // <tt> is similar to <code>, but uses same font size as body
buf.append( (c.getAlpha() != 255)
? String.format( "#%06x%02x", c.getRGB() & 0xffffff, (c.getRGB() >> 24) & 0xff )
: String.format( "#%06x", c.getRGB() & 0xffffff ) );
buf.append( "</tt>" );
if( c instanceof UIResource ) if( c instanceof UIResource )
s += " UI"; buf.append( " UI" );
return s;
// color preview
buf.append( "&nbsp; &nbsp;" )
.append( "<span style=\"background: " )
.append( String.format( "#%06x", c.getRGB() & 0xffffff ) ) // Java CSS does not support alpha; see CSS.hexToColor()
.append( ";\">" )
.append( "&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;" )
.append( "</span>" );
if( c.getAlpha() != 255 )
buf.append( " " ).append( Math.round( c.getAlpha() / 2.55f ) ).append( '%' );
return buf.toString();
} }
private static String toString( Font f ) { private static String toString( Font f ) {

View File

@@ -17,18 +17,23 @@
package com.formdev.flatlaf.extras; package com.formdev.flatlaf.extras;
import java.awt.*; import java.awt.*;
import java.awt.datatransfer.StringSelection;
import java.awt.event.*; import java.awt.event.*;
import java.beans.PropertyChangeEvent; import java.beans.PropertyChangeEvent;
import java.beans.PropertyChangeListener; import java.beans.PropertyChangeListener;
import java.io.IOException;
import java.io.InputStream;
import java.util.ArrayList; import java.util.ArrayList;
import java.util.Arrays; import java.util.Arrays;
import java.util.Collections; import java.util.Collections;
import java.util.HashSet; import java.util.HashSet;
import java.util.Locale; import java.util.Locale;
import java.util.Properties;
import java.util.Map.Entry; import java.util.Map.Entry;
import java.util.Set; import java.util.Set;
import java.util.function.Predicate; import java.util.function.Predicate;
import java.util.prefs.Preferences; import java.util.prefs.Preferences;
import java.util.regex.Pattern;
import javax.swing.*; import javax.swing.*;
import javax.swing.border.Border; import javax.swing.border.Border;
import javax.swing.border.EmptyBorder; import javax.swing.border.EmptyBorder;
@@ -44,6 +49,7 @@ import com.formdev.flatlaf.ui.FlatEmptyBorder;
import com.formdev.flatlaf.ui.FlatLineBorder; import com.formdev.flatlaf.ui.FlatLineBorder;
import com.formdev.flatlaf.ui.FlatMarginBorder; import com.formdev.flatlaf.ui.FlatMarginBorder;
import com.formdev.flatlaf.ui.FlatUIUtils; import com.formdev.flatlaf.ui.FlatUIUtils;
import com.formdev.flatlaf.util.DerivedColor;
import com.formdev.flatlaf.util.GrayFilter; import com.formdev.flatlaf.util.GrayFilter;
import com.formdev.flatlaf.util.HSLColor; import com.formdev.flatlaf.util.HSLColor;
import com.formdev.flatlaf.util.ScaledEmptyBorder; import com.formdev.flatlaf.util.ScaledEmptyBorder;
@@ -66,12 +72,12 @@ public class FlatUIDefaultsInspector
{ {
private static final int KEY_MODIFIERS_MASK = InputEvent.CTRL_DOWN_MASK | InputEvent.SHIFT_DOWN_MASK | InputEvent.ALT_DOWN_MASK | InputEvent.META_DOWN_MASK; private static final int KEY_MODIFIERS_MASK = InputEvent.CTRL_DOWN_MASK | InputEvent.SHIFT_DOWN_MASK | InputEvent.ALT_DOWN_MASK | InputEvent.META_DOWN_MASK;
private static FlatUIDefaultsInspector inspector; private static JFrame inspectorFrame;
private final String title;
private final PropertyChangeListener lafListener = this::lafChanged; private final PropertyChangeListener lafListener = this::lafChanged;
private final PropertyChangeListener lafDefaultsListener = this::lafDefaultsChanged; private final PropertyChangeListener lafDefaultsListener = this::lafDefaultsChanged;
private boolean refreshPending; private boolean refreshPending;
private Properties derivedColorKeys;
/** /**
* Installs a key listener into the application that allows enabling and disabling * Installs a key listener into the application that allows enabling and disabling
@@ -92,27 +98,31 @@ public class FlatUIDefaultsInspector
} }
public static void show() { public static void show() {
if( inspector != null ) { if( inspectorFrame != null ) {
inspector.ensureOnScreen(); ensureOnScreen( inspectorFrame );
inspector.frame.toFront(); inspectorFrame.toFront();
return; return;
} }
inspector = new FlatUIDefaultsInspector(); inspectorFrame = new FlatUIDefaultsInspector().createFrame();
inspector.frame.setVisible( true ); inspectorFrame.setVisible( true );
} }
public static void hide() { public static void hide() {
if( inspector != null ) if( inspectorFrame != null )
inspector.frame.dispose(); inspectorFrame.dispose();
}
/**
* Creates a UI defaults inspector panel that can be embedded into any window.
*/
public static JComponent createInspectorPanel() {
return new FlatUIDefaultsInspector().panel;
} }
private FlatUIDefaultsInspector() { private FlatUIDefaultsInspector() {
initComponents(); initComponents();
title = frame.getTitle();
updateWindowTitle();
panel.setBorder( new ScaledEmptyBorder( 10, 10, 10, 10 ) ); panel.setBorder( new ScaledEmptyBorder( 10, 10, 10, 10 ) );
filterPanel.setBorder( new ScaledEmptyBorder( 0, 0, 10, 0 ) ); filterPanel.setBorder( new ScaledEmptyBorder( 0, 0, 10, 0 ) );
@@ -143,24 +153,21 @@ public class FlatUIDefaultsInspector
table.getRowSorter().setSortKeys( Collections.singletonList( table.getRowSorter().setSortKeys( Collections.singletonList(
new RowSorter.SortKey( 0, SortOrder.ASCENDING ) ) ); new RowSorter.SortKey( 0, SortOrder.ASCENDING ) ) );
// restore window bounds
Preferences prefs = getPrefs();
int x = prefs.getInt( "x", -1 );
int y = prefs.getInt( "y", -1 );
int width = prefs.getInt( "width", UIScale.scale( 600 ) );
int height = prefs.getInt( "height", UIScale.scale( 800 ) );
frame.setSize( width, height );
if( x != -1 && y != -1 ) {
frame.setLocation( x, y );
ensureOnScreen();
} else
frame.setLocationRelativeTo( null );
// restore column widths // restore column widths
Preferences prefs = getPrefs();
TableColumnModel columnModel = table.getColumnModel(); TableColumnModel columnModel = table.getColumnModel();
columnModel.getColumn( 0 ).setPreferredWidth( prefs.getInt( "column1width", 100 ) ); columnModel.getColumn( 0 ).setPreferredWidth( prefs.getInt( "column1width", 100 ) );
columnModel.getColumn( 1 ).setPreferredWidth( prefs.getInt( "column2width", 100 ) ); columnModel.getColumn( 1 ).setPreferredWidth( prefs.getInt( "column2width", 100 ) );
PropertyChangeListener columnWidthListener = e -> {
if( "width".equals( e.getPropertyName() ) ) {
prefs.putInt( "column1width", columnModel.getColumn( 0 ).getWidth() );
prefs.putInt( "column2width", columnModel.getColumn( 1 ).getWidth() );
}
};
columnModel.getColumn( 0 ).addPropertyChangeListener( columnWidthListener );
columnModel.getColumn( 1 ).addPropertyChangeListener( columnWidthListener );
// restore filter // restore filter
String filter = prefs.get( "filter", "" ); String filter = prefs.get( "filter", "" );
String valueType = prefs.get( "valueType", null ); String valueType = prefs.get( "valueType", null );
@@ -169,20 +176,66 @@ public class FlatUIDefaultsInspector
if( valueType != null ) if( valueType != null )
valueTypeField.setSelectedItem( valueType ); valueTypeField.setSelectedItem( valueType );
panel.addPropertyChangeListener( "ancestor", e -> {
if( e.getNewValue() != null ) {
UIManager.addPropertyChangeListener( lafListener ); UIManager.addPropertyChangeListener( lafListener );
UIManager.getDefaults().addPropertyChangeListener( lafDefaultsListener ); UIManager.getDefaults().addPropertyChangeListener( lafDefaultsListener );
} else {
UIManager.removePropertyChangeListener( lafListener );
UIManager.getDefaults().removePropertyChangeListener( lafDefaultsListener );
}
} );
// register F5 key to refresh // register F5 key to refresh
((JComponent)frame.getContentPane()).registerKeyboardAction( panel.registerKeyboardAction(
e -> refresh(), e -> refresh(),
KeyStroke.getKeyStroke( KeyEvent.VK_F5, 0, false ), KeyStroke.getKeyStroke( KeyEvent.VK_F5, 0, false ),
JComponent.WHEN_ANCESTOR_OF_FOCUSED_COMPONENT ); JComponent.WHEN_ANCESTOR_OF_FOCUSED_COMPONENT );
}
private JFrame createFrame() {
JFrame frame = new JFrame();
frame.setTitle( "UI Defaults Inspector" );
frame.setDefaultCloseOperation( WindowConstants.DISPOSE_ON_CLOSE );
frame.addWindowListener( new WindowAdapter() {
@Override
public void windowClosed( WindowEvent e ) {
inspectorFrame = null;
}
@Override
public void windowClosing( WindowEvent e ) {
saveWindowBounds( frame );
}
@Override
public void windowDeactivated( WindowEvent e ) {
saveWindowBounds( frame );
}
} );
updateWindowTitle( frame );
frame.getContentPane().add( panel, BorderLayout.CENTER );
// restore window bounds
Preferences prefs = getPrefs();
int x = prefs.getInt( "x", -1 );
int y = prefs.getInt( "y", -1 );
int width = prefs.getInt( "width", UIScale.scale( 600 ) );
int height = prefs.getInt( "height", UIScale.scale( 800 ) );
frame.setSize( width, height );
if( x != -1 && y != -1 ) {
frame.setLocation( x, y );
ensureOnScreen( frame );
} else
frame.setLocationRelativeTo( null );
// register ESC key to close frame // register ESC key to close frame
((JComponent)frame.getContentPane()).registerKeyboardAction( ((JComponent)frame.getContentPane()).registerKeyboardAction(
e -> frame.dispose(), e -> frame.dispose(),
KeyStroke.getKeyStroke( KeyEvent.VK_ESCAPE, 0, false ), KeyStroke.getKeyStroke( KeyEvent.VK_ESCAPE, 0, false ),
JComponent.WHEN_ANCESTOR_OF_FOCUSED_COMPONENT ); JComponent.WHEN_ANCESTOR_OF_FOCUSED_COMPONENT );
return frame;
} }
private void delegateKey( int keyCode, String actionKey ) { private void delegateKey( int keyCode, String actionKey ) {
@@ -202,7 +255,7 @@ public class FlatUIDefaultsInspector
} ); } );
} }
private void ensureOnScreen() { private static void ensureOnScreen( JFrame frame ) {
Rectangle frameBounds = frame.getBounds(); Rectangle frameBounds = frame.getBounds();
boolean onScreen = false; boolean onScreen = false;
for( GraphicsDevice screen : GraphicsEnvironment.getLocalGraphicsEnvironment().getScreenDevices() ) { for( GraphicsDevice screen : GraphicsEnvironment.getLocalGraphicsEnvironment().getScreenDevices() ) {
@@ -219,12 +272,12 @@ public class FlatUIDefaultsInspector
frame.setLocationRelativeTo( null ); frame.setLocationRelativeTo( null );
} }
void lafChanged( PropertyChangeEvent e ) { private void lafChanged( PropertyChangeEvent e ) {
if( "lookAndFeel".equals( e.getPropertyName() ) ) if( "lookAndFeel".equals( e.getPropertyName() ) )
refresh(); refresh();
} }
void lafDefaultsChanged( PropertyChangeEvent e ) { private void lafDefaultsChanged( PropertyChangeEvent e ) {
if( refreshPending ) if( refreshPending )
return; return;
@@ -235,11 +288,13 @@ public class FlatUIDefaultsInspector
} ); } );
} }
void refresh() { private void refresh() {
ItemsTableModel model = (ItemsTableModel) table.getModel(); ItemsTableModel model = (ItemsTableModel) table.getModel();
model.setItems( getUIDefaultsItems() ); model.setItems( getUIDefaultsItems() );
updateWindowTitle(); JFrame frame = (JFrame) SwingUtilities.getAncestorOfClass( JFrame.class, panel );
if( frame != null )
updateWindowTitle( frame );
} }
private Item[] getUIDefaultsItems() { private Item[] getUIDefaultsItems() {
@@ -249,6 +304,7 @@ public class FlatUIDefaultsInspector
Set<Entry<Object, Object>> defaultsSet = defaults.entrySet(); Set<Entry<Object, Object>> defaultsSet = defaults.entrySet();
ArrayList<Item> items = new ArrayList<>( defaultsSet.size() ); ArrayList<Item> items = new ArrayList<>( defaultsSet.size() );
HashSet<Object> keys = new HashSet<>( defaultsSet.size() ); HashSet<Object> keys = new HashSet<>( defaultsSet.size() );
Color[] pBaseColor = new Color[1];
for( Entry<Object,Object> e : defaultsSet ) { for( Entry<Object,Object> e : defaultsSet ) {
Object key = e.getKey(); Object key = e.getKey();
@@ -265,67 +321,150 @@ public class FlatUIDefaultsInspector
if( !keys.add( key ) ) if( !keys.add( key ) )
continue; continue;
// resolve derived color
Object info = null;
if( value instanceof DerivedColor ) {
Color resolvedColor = resolveDerivedColor( defaults, (String) key, (DerivedColor) value, pBaseColor );
if( resolvedColor != value )
info = new Color[] { resolvedColor, pBaseColor[0] };
}
// check whether key was overridden using UIManager.put(key,value) // check whether key was overridden using UIManager.put(key,value)
Object lafValue = null; Object lafValue = null;
if( defaults.containsKey( key ) ) if( defaults.containsKey( key ) )
lafValue = lafDefaults.get( key ); lafValue = lafDefaults.get( key );
// add item // add item
items.add( new Item( String.valueOf( key ), value, lafValue ) ); items.add( new Item( String.valueOf( key ), value, lafValue, info ) );
} }
return items.toArray( new Item[items.size()] ); return items.toArray( new Item[items.size()] );
} }
private void updateWindowTitle() { private Color resolveDerivedColor( UIDefaults defaults, String key, Color color, Color[] pBaseColor ) {
frame.setTitle( title + " - " + UIManager.getLookAndFeel().getName() ); if( pBaseColor != null )
pBaseColor[0] = null;
if( !(color instanceof DerivedColor) )
return color;
if( derivedColorKeys == null )
derivedColorKeys = loadDerivedColorKeys();
Object baseKey = derivedColorKeys.get( key );
if( baseKey == null )
return color;
// this is for keys that may be defined as derived colors, but do not derive them at runtime
if( "null".equals( baseKey ) )
return color;
Color baseColor = defaults.getColor( baseKey );
if( baseColor == null )
return color;
if( baseColor instanceof DerivedColor )
baseColor = resolveDerivedColor( defaults, (String) baseKey, baseColor, null );
if( pBaseColor != null )
pBaseColor[0] = baseColor;
Color newColor = FlatUIUtils.deriveColor( color, baseColor );
// creating a new color instance to drop Color.frgbvalue from newColor
// and avoid rounding issues/differences
return new Color( newColor.getRGB(), true );
} }
private void saveWindowBounds() { private Properties loadDerivedColorKeys() {
Properties properties = new Properties();
try( InputStream in = getClass().getResourceAsStream( "/com/formdev/flatlaf/extras/resources/DerivedColorKeys.properties" ) ) {
properties.load( in );
} catch( IOException ex ) {
ex.printStackTrace();
}
return properties;
}
private static void updateWindowTitle( JFrame frame ) {
String title = frame.getTitle();
String sep = " - ";
int sepIndex = title.indexOf( sep );
if( sepIndex >= 0 )
title = title.substring( 0, sepIndex );
frame.setTitle( title + sep + UIManager.getLookAndFeel().getName() );
}
private void saveWindowBounds( JFrame frame ) {
Preferences prefs = getPrefs(); Preferences prefs = getPrefs();
prefs.putInt( "x", frame.getX() ); prefs.putInt( "x", frame.getX() );
prefs.putInt( "y", frame.getY() ); prefs.putInt( "y", frame.getY() );
prefs.putInt( "width", frame.getWidth() ); prefs.putInt( "width", frame.getWidth() );
prefs.putInt( "height", frame.getHeight() ); prefs.putInt( "height", frame.getHeight() );
TableColumnModel columnModel = table.getColumnModel();
prefs.putInt( "column1width", columnModel.getColumn( 0 ).getWidth() );
prefs.putInt( "column2width", columnModel.getColumn( 1 ).getWidth() );
} }
private Preferences getPrefs() { private Preferences getPrefs() {
return Preferences.userRoot().node( "flatlaf-uidefaults-inspector" ); return Preferences.userRoot().node( "flatlaf-uidefaults-inspector" );
} }
private void windowClosed() {
UIManager.removePropertyChangeListener( lafListener );
UIManager.getDefaults().removePropertyChangeListener( lafDefaultsListener );
inspector = null;
}
private void filterChanged() { private void filterChanged() {
String filter = filterField.getText().trim(); String filter = filterField.getText().trim();
String valueType = (String) valueTypeField.getSelectedItem(); String valueType = (String) valueTypeField.getSelectedItem();
// split filter string on space characters // split filter string on space characters
String[] filters = filter.split( " +" ); String[] filters = !filter.isEmpty() ? filter.split( " +" ) : null;
for( int i = 0; i < filters.length; i++ ) Pattern[] patterns = (filters != null) ? new Pattern[filters.length] : null;
if( filters != null ) {
for( int i = 0; i < filters.length; i++ ) {
filters[i] = filters[i].toLowerCase( Locale.ENGLISH ); filters[i] = filters[i].toLowerCase( Locale.ENGLISH );
// simple wildcard matching
// - '*' matches any number of characters
// - '?' matches a single character
// - '^' beginning of line
// - '$' end of line
String f = filters[i];
boolean matchBeginning = f.startsWith( "^" );
boolean matchEnd = f.endsWith( "$" );
if( f.indexOf( '*' ) >= 0 || f.indexOf( '?' ) >= 0 || matchBeginning || matchEnd ) {
if( matchBeginning )
f = f.substring( 1 );
if( matchEnd )
f = f.substring( 0, f.length() - 1 );
String regex = ("\\Q" + f + "\\E").replace( "*", "\\E.*\\Q" ).replace( "?", "\\E.\\Q" );
if( !matchBeginning )
regex = ".*" + regex;
if( !matchEnd )
regex = regex + ".*";
patterns[i] = Pattern.compile( regex );
}
}
}
ItemsTableModel model = (ItemsTableModel) table.getModel(); ItemsTableModel model = (ItemsTableModel) table.getModel();
model.setFilter( item -> { model.setFilter( item -> {
if( valueType != null && if( valueType != null &&
!valueType.equals( "(any)" ) && !valueType.equals( "(any)" ) &&
!valueType.equals( typeOfValue( item.value ) ) ) !typeOfValue( item.value ).startsWith( valueType ) )
return false; return false;
if( filters == null )
return true;
String lkey = item.key.toLowerCase( Locale.ENGLISH ); String lkey = item.key.toLowerCase( Locale.ENGLISH );
String lvalue = item.getValueAsString().toLowerCase( Locale.ENGLISH ); String lvalue = item.getValueAsString().toLowerCase( Locale.ENGLISH );
for( String f : filters ) { for( int i = 0; i < filters.length; i++ ) {
Pattern p = patterns[i];
if( p != null ) {
if( p.matcher( lkey ).matches() || p.matcher( lvalue ).matches() )
return true;
} else {
String f = filters[i];
if( lkey.contains( f ) || lvalue.contains( f ) ) if( lkey.contains( f ) || lvalue.contains( f ) )
return true; return true;
} }
}
return false; return false;
} ); } );
@@ -339,8 +478,13 @@ public class FlatUIDefaultsInspector
return "Boolean"; return "Boolean";
if( value instanceof Border ) if( value instanceof Border )
return "Border"; return "Border";
if( value instanceof Color ) if( value instanceof Color ) {
if( ((Color)value).getAlpha() != 255 )
return "Color (\u03b1)";
if( value instanceof DerivedColor )
return "Color (\u0192)";
return "Color"; return "Color";
}
if( value instanceof Dimension ) if( value instanceof Dimension )
return "Dimension"; return "Dimension";
if( value instanceof Float ) if( value instanceof Float )
@@ -358,9 +502,51 @@ public class FlatUIDefaultsInspector
return "(other)"; return "(other)";
} }
private void tableMousePressed( MouseEvent e ) {
if( !SwingUtilities.isRightMouseButton( e ) )
return;
int row = table.rowAtPoint( e.getPoint() );
if( row >= 0 && !table.isRowSelected( row ) )
table.setRowSelectionInterval( row, row );
}
private void copyKey() {
copyToClipboard( 0 );
}
private void copyValue() {
copyToClipboard( 1 );
}
private void copyKeyAndValue() {
copyToClipboard( -1 );
}
private void copyToClipboard( int column ) {
int[] rows = table.getSelectedRows();
if( rows.length == 0 )
return;
StringBuilder buf = new StringBuilder();
for( int i = 0; i < rows.length; i++ ) {
if( i > 0 )
buf.append( '\n' );
if( column < 0 || column == 0 )
buf.append( table.getValueAt( rows[i], 0 ) );
if( column < 0 )
buf.append( " = " );
if( column < 0 || column == 1 )
buf.append( table.getValueAt( rows[i], 1 ) );
}
Toolkit.getDefaultToolkit().getSystemClipboard().setContents(
new StringSelection( buf.toString() ), null );
}
private void initComponents() { private void initComponents() {
// JFormDesigner - Component initialization - DO NOT MODIFY //GEN-BEGIN:initComponents // JFormDesigner - Component initialization - DO NOT MODIFY //GEN-BEGIN:initComponents
frame = new JFrame();
panel = new JPanel(); panel = new JPanel();
filterPanel = new JPanel(); filterPanel = new JPanel();
flterLabel = new JLabel(); flterLabel = new JLabel();
@@ -369,27 +555,10 @@ public class FlatUIDefaultsInspector
valueTypeField = new JComboBox<>(); valueTypeField = new JComboBox<>();
scrollPane = new JScrollPane(); scrollPane = new JScrollPane();
table = new JTable(); table = new JTable();
tablePopupMenu = new JPopupMenu();
//======== frame ======== copyKeyMenuItem = new JMenuItem();
{ copyValueMenuItem = new JMenuItem();
frame.setTitle("UI Defaults Inspector"); copyKeyAndValueMenuItem = new JMenuItem();
frame.setDefaultCloseOperation(WindowConstants.DISPOSE_ON_CLOSE);
frame.addWindowListener(new WindowAdapter() {
@Override
public void windowClosed(WindowEvent e) {
FlatUIDefaultsInspector.this.windowClosed();
}
@Override
public void windowClosing(WindowEvent e) {
saveWindowBounds();
}
@Override
public void windowDeactivated(WindowEvent e) {
saveWindowBounds();
}
});
Container frameContentPane = frame.getContentPane();
frameContentPane.setLayout(new BorderLayout());
//======== panel ======== //======== panel ========
{ {
@@ -431,6 +600,8 @@ public class FlatUIDefaultsInspector
"Boolean", "Boolean",
"Border", "Border",
"Color", "Color",
"Color (\u03b1)",
"Color (\u0192)",
"Dimension", "Dimension",
"Float", "Float",
"Font", "Font",
@@ -452,17 +623,40 @@ public class FlatUIDefaultsInspector
//---- table ---- //---- table ----
table.setAutoCreateRowSorter(true); table.setAutoCreateRowSorter(true);
table.setComponentPopupMenu(tablePopupMenu);
table.addMouseListener(new MouseAdapter() {
@Override
public void mousePressed(MouseEvent e) {
tableMousePressed(e);
}
});
scrollPane.setViewportView(table); scrollPane.setViewportView(table);
} }
panel.add(scrollPane, BorderLayout.CENTER); panel.add(scrollPane, BorderLayout.CENTER);
} }
frameContentPane.add(panel, BorderLayout.CENTER);
//======== tablePopupMenu ========
{
//---- copyKeyMenuItem ----
copyKeyMenuItem.setText("Copy Key");
copyKeyMenuItem.addActionListener(e -> copyKey());
tablePopupMenu.add(copyKeyMenuItem);
//---- copyValueMenuItem ----
copyValueMenuItem.setText("Copy Value");
copyValueMenuItem.addActionListener(e -> copyValue());
tablePopupMenu.add(copyValueMenuItem);
//---- copyKeyAndValueMenuItem ----
copyKeyAndValueMenuItem.setText("Copy Key and Value");
copyKeyAndValueMenuItem.addActionListener(e -> copyKeyAndValue());
tablePopupMenu.add(copyKeyAndValueMenuItem);
} }
// JFormDesigner - End of component initialization //GEN-END:initComponents // JFormDesigner - End of component initialization //GEN-END:initComponents
} }
// JFormDesigner - Variables declaration - DO NOT MODIFY //GEN-BEGIN:variables // JFormDesigner - Variables declaration - DO NOT MODIFY //GEN-BEGIN:variables
private JFrame frame;
private JPanel panel; private JPanel panel;
private JPanel filterPanel; private JPanel filterPanel;
private JLabel flterLabel; private JLabel flterLabel;
@@ -471,6 +665,10 @@ public class FlatUIDefaultsInspector
private JComboBox<String> valueTypeField; private JComboBox<String> valueTypeField;
private JScrollPane scrollPane; private JScrollPane scrollPane;
private JTable table; private JTable table;
private JPopupMenu tablePopupMenu;
private JMenuItem copyKeyMenuItem;
private JMenuItem copyValueMenuItem;
private JMenuItem copyKeyAndValueMenuItem;
// JFormDesigner - End of variables declaration //GEN-END:variables // JFormDesigner - End of variables declaration //GEN-END:variables
//---- class Item --------------------------------------------------------- //---- class Item ---------------------------------------------------------
@@ -479,35 +677,35 @@ public class FlatUIDefaultsInspector
final String key; final String key;
final Object value; final Object value;
final Object lafValue; final Object lafValue;
final Object info;
private String valueStr; private String valueStr;
Item( String key, Object value, Object lafValue ) { Item( String key, Object value, Object lafValue, Object info ) {
this.key = key; this.key = key;
this.value = value; this.value = value;
this.lafValue = lafValue; this.lafValue = lafValue;
this.info = info;
} }
String getValueAsString() { String getValueAsString() {
if( valueStr == null ) if( valueStr == null )
valueStr = valueAsString( value ); valueStr = valueAsString( value, info );
return valueStr; return valueStr;
} }
static String valueAsString( Object value ) { static String valueAsString( Object value, Object info ) {
if( value instanceof Color ) { if( value instanceof Color ) {
Color color = (Color) value; Color color = (info instanceof Color[]) ? ((Color[])info)[0] : (Color) value;
HSLColor hslColor = new HSLColor( color ); HSLColor hslColor = new HSLColor( color );
if( color.getAlpha() == 255 ) { if( color.getAlpha() == 255 ) {
return String.format( "%s rgb(%d, %d, %d) hsl(%d, %d, %d)", return String.format( "%-9s HSL %3d %3d %3d",
color2hex( color ), color2hex( color ),
color.getRed(), color.getGreen(), color.getBlue(),
(int) hslColor.getHue(), (int) hslColor.getSaturation(), (int) hslColor.getHue(), (int) hslColor.getSaturation(),
(int) hslColor.getLuminance() ); (int) hslColor.getLuminance() );
} else { } else {
return String.format( "%s rgba(%d, %d, %d, %d) hsla(%d, %d, %d, %d)", return String.format( "%-9s HSL %3d %3d %3d %2d",
color2hex( color ), color2hex( color ),
color.getRed(), color.getGreen(), color.getBlue(), color.getAlpha(),
(int) hslColor.getHue(), (int) hslColor.getSaturation(), (int) hslColor.getHue(), (int) hslColor.getSaturation(),
(int) hslColor.getLuminance(), (int) (hslColor.getAlpha() * 100) ); (int) hslColor.getLuminance(), (int) (hslColor.getAlpha() * 100) );
} }
@@ -532,15 +730,15 @@ public class FlatUIDefaultsInspector
Border border = (Border) value; Border border = (Border) value;
if( border instanceof FlatLineBorder ) { if( border instanceof FlatLineBorder ) {
FlatLineBorder lineBorder = (FlatLineBorder) border; FlatLineBorder lineBorder = (FlatLineBorder) border;
return valueAsString( lineBorder.getUnscaledBorderInsets() ) return valueAsString( lineBorder.getUnscaledBorderInsets(), null )
+ " " + Item.color2hex( lineBorder.getLineColor() ) + " " + color2hex( lineBorder.getLineColor() )
+ " " + lineBorder.getLineThickness() + " " + lineBorder.getLineThickness()
+ " " + border.getClass().getName(); + " " + border.getClass().getName();
} else if( border instanceof EmptyBorder ) { } else if( border instanceof EmptyBorder ) {
Insets insets = (border instanceof FlatEmptyBorder) Insets insets = (border instanceof FlatEmptyBorder)
? ((FlatEmptyBorder)border).getUnscaledBorderInsets() ? ((FlatEmptyBorder)border).getUnscaledBorderInsets()
: ((EmptyBorder)border).getBorderInsets(); : ((EmptyBorder)border).getBorderInsets();
return valueAsString( insets ) + " " + border.getClass().getName(); return valueAsString( insets, null ) + " " + border.getClass().getName();
} else if( border instanceof FlatBorder || border instanceof FlatMarginBorder ) } else if( border instanceof FlatBorder || border instanceof FlatMarginBorder )
return border.getClass().getName(); return border.getClass().getName();
else else
@@ -816,8 +1014,8 @@ public class FlatUIDefaultsInspector
super.getTableCellRendererComponent( table, value, isSelected, hasFocus, row, column ); super.getTableCellRendererComponent( table, value, isSelected, hasFocus, row, column );
if( item.value instanceof Color ) { if( item.value instanceof Color ) {
Color color = (Color) item.value; Color color = (item.info instanceof Color[]) ? ((Color[])item.info)[0] : (Color) item.value;
boolean isDark = new HSLColor( color ).getLuminance() < 70; boolean isDark = new HSLColor( color ).getLuminance() < 70 && color.getAlpha() >= 128;
setBackground( color ); setBackground( color );
setForeground( isDark ? Color.white : Color.black ); setForeground( isDark ? Color.white : Color.black );
} else if( item.value instanceof Icon ) { } else if( item.value instanceof Icon ) {
@@ -826,10 +1024,12 @@ public class FlatUIDefaultsInspector
} }
// set tooltip // set tooltip
String toolTipText = String.valueOf( item.value ); String toolTipText = (item.value instanceof Object[])
? Arrays.toString( (Object[]) item.value ).replace( ", ", ",\n" )
: String.valueOf( item.value );
if( item.lafValue != null ) { if( item.lafValue != null ) {
toolTipText += " \n\nLaF UI default value was overridden with UIManager.put(key,value):\n " toolTipText += " \n\nLaF UI default value was overridden with UIManager.put(key,value):\n "
+ Item.valueAsString( item.lafValue ) + "\n " + String.valueOf( item.lafValue ); + Item.valueAsString( item.lafValue, null ) + "\n " + String.valueOf( item.lafValue );
} }
setToolTipText( toolTipText ); setToolTipText( toolTipText );
@@ -839,9 +1039,30 @@ public class FlatUIDefaultsInspector
@Override @Override
protected void paintComponent( Graphics g ) { protected void paintComponent( Graphics g ) {
if( item.value instanceof Color ) { if( item.value instanceof Color ) {
// fill background int width = getWidth();
g.setColor( getBackground() ); int height = getHeight();
g.fillRect( 0, 0, getWidth(), getHeight() ); Color background = getBackground();
// paint color
fillRect( g, background, 0, 0, width, height );
if( item.info instanceof Color[] ) {
// paint base color
int width2 = height * 2;
fillRect( g, ((Color[])item.info)[1], width - width2, 0, width2, height );
// paint default color
Color defaultColor = (Color) item.value;
if( defaultColor != null && !defaultColor.equals( background ) ) {
int width3 = height / 2;
fillRect( g, defaultColor, width - width3, 0, width3, height );
}
// paint "derived color" indicator
int width4 = height / 4;
g.setColor( Color.magenta );
g.fillRect( width - width4, 0, width4, height );
}
// layout text // layout text
FontMetrics fm = getFontMetrics( getFont() ); FontMetrics fm = getFontMetrics( getFont() );
@@ -853,18 +1074,14 @@ public class FlatUIDefaultsInspector
g.setColor( getForeground() ); g.setColor( getForeground() );
// paint rgb() and hsl() horizontally aligned // paint hsl horizontally aligned
int rgbIndex = text.indexOf( "rgb" ); int hslIndex = text.indexOf( "HSL" );
int hslIndex = text.indexOf( "hsl" ); if( hslIndex > 0 ) {
if( rgbIndex > 0 && hslIndex > rgbIndex ) { String hexText = text.substring( 0, hslIndex );
String hexText = text.substring( 0, rgbIndex );
String rgbText = text.substring( rgbIndex, hslIndex );
String hslText = text.substring( hslIndex ); String hslText = text.substring( hslIndex );
int hexWidth = Math.max( fm.stringWidth( hexText ), fm.stringWidth( "#DDDDDD " ) ); int hexWidth = Math.max( fm.stringWidth( hexText ), fm.stringWidth( "#12345678 " ) );
int rgbWidth = Math.max( fm.stringWidth( rgbText ), fm.stringWidth( "rgb(444, 444, 444) " ) );
FlatUIUtils.drawString( this, g, hexText, x, y ); FlatUIUtils.drawString( this, g, hexText, x, y );
FlatUIUtils.drawString( this, g, rgbText, x + hexWidth, y ); FlatUIUtils.drawString( this, g, hslText, x + hexWidth, y );
FlatUIUtils.drawString( this, g, hslText, x + hexWidth + rgbWidth, y );
} else } else
FlatUIUtils.drawString( this, g, text, x, y ); FlatUIUtils.drawString( this, g, text, x, y );
} else } else
@@ -872,6 +1089,17 @@ public class FlatUIDefaultsInspector
paintSeparator( g ); paintSeparator( g );
} }
private void fillRect( Graphics g, Color color, int x, int y, int width, int height ) {
// fill white if color is translucent
if( color.getAlpha() != 255 ) {
g.setColor( Color.white );
g.fillRect( x, y, width, height );
}
g.setColor( color );
g.fillRect( x, y, width, height );
}
} }
//---- class SafeIcon ----------------------------------------------------- //---- class SafeIcon -----------------------------------------------------

View File

@@ -1,17 +1,8 @@
JFDML JFormDesigner: "7.0.2.0.298" Java: "14" encoding: "UTF-8" JFDML JFormDesigner: "7.0.3.1.342" Java: "15" encoding: "UTF-8"
new FormModel { new FormModel {
contentType: "form/swing" contentType: "form/swing"
root: new FormRoot { root: new FormRoot {
add( new FormWindow( "javax.swing.JFrame", new FormLayoutManager( class java.awt.BorderLayout ) ) {
name: "frame"
"title": "UI Defaults Inspector"
"defaultCloseOperation": 2
"$sizePolicy": 2
"$locationPolicy": 2
addEvent( new FormEvent( "java.awt.event.WindowListener", "windowClosed", "windowClosed", false ) )
addEvent( new FormEvent( "java.awt.event.WindowListener", "windowClosing", "saveWindowBounds", false ) )
addEvent( new FormEvent( "java.awt.event.WindowListener", "windowDeactivated", "saveWindowBounds", false ) )
add( new FormContainer( "javax.swing.JPanel", new FormLayoutManager( class java.awt.BorderLayout ) ) { add( new FormContainer( "javax.swing.JPanel", new FormLayoutManager( class java.awt.BorderLayout ) ) {
name: "panel" name: "panel"
add( new FormContainer( "javax.swing.JPanel", new FormLayoutManager( class java.awt.GridBagLayout ) { add( new FormContainer( "javax.swing.JPanel", new FormLayoutManager( class java.awt.GridBagLayout ) {
@@ -51,6 +42,8 @@ new FormModel {
addElement( "Boolean" ) addElement( "Boolean" )
addElement( "Border" ) addElement( "Border" )
addElement( "Color" ) addElement( "Color" )
addElement( "Color (α)" )
addElement( "Color (ƒ)" )
addElement( "Dimension" ) addElement( "Dimension" )
addElement( "Float" ) addElement( "Float" )
addElement( "Font" ) addElement( "Font" )
@@ -75,9 +68,8 @@ new FormModel {
add( new FormComponent( "javax.swing.JTable" ) { add( new FormComponent( "javax.swing.JTable" ) {
name: "table" name: "table"
"autoCreateRowSorter": true "autoCreateRowSorter": true
} ) "componentPopupMenu": new FormReference( "tablePopupMenu" )
}, new FormLayoutConstraints( class java.lang.String ) { addEvent( new FormEvent( "java.awt.event.MouseListener", "mousePressed", "tableMousePressed", true ) )
"value": "Center"
} ) } )
}, new FormLayoutConstraints( class java.lang.String ) { }, new FormLayoutConstraints( class java.lang.String ) {
"value": "Center" "value": "Center"
@@ -86,5 +78,25 @@ new FormModel {
"location": new java.awt.Point( 0, 0 ) "location": new java.awt.Point( 0, 0 )
"size": new java.awt.Dimension( 400, 300 ) "size": new java.awt.Dimension( 400, 300 )
} ) } )
add( new FormContainer( "javax.swing.JPopupMenu", new FormLayoutManager( class javax.swing.JPopupMenu ) ) {
name: "tablePopupMenu"
add( new FormComponent( "javax.swing.JMenuItem" ) {
name: "copyKeyMenuItem"
"text": "Copy Key"
addEvent( new FormEvent( "java.awt.event.ActionListener", "actionPerformed", "copyKey", false ) )
} )
add( new FormComponent( "javax.swing.JMenuItem" ) {
name: "copyValueMenuItem"
"text": "Copy Value"
addEvent( new FormEvent( "java.awt.event.ActionListener", "actionPerformed", "copyValue", false ) )
} )
add( new FormComponent( "javax.swing.JMenuItem" ) {
name: "copyKeyAndValueMenuItem"
"text": "Copy Key and Value"
addEvent( new FormEvent( "java.awt.event.ActionListener", "actionPerformed", "copyKeyAndValue", false ) )
} )
}, new FormLayoutConstraints( null ) {
"location": new java.awt.Point( 0, 370 )
} )
} }
} }

View File

@@ -164,14 +164,16 @@ public class FlatTabbedPane
/** /**
* Returns the height of a tab. * Returns the minimum height of a tab.
*/ */
public int getTabHeight() { public int getTabHeight() {
return getClientPropertyInt( TABBED_PANE_TAB_HEIGHT, "TabbedPane.tabHeight" ); return getClientPropertyInt( TABBED_PANE_TAB_HEIGHT, "TabbedPane.tabHeight" );
} }
/** /**
* Specifies the height of a tab. * Specifies the minimum height of a tab.
*
* @see #setTabInsets(Insets)
*/ */
public void setTabHeight( int tabHeight ) { public void setTabHeight( int tabHeight ) {
putClientProperty( TABBED_PANE_TAB_HEIGHT, (tabHeight >= 0) ? tabHeight : null ); putClientProperty( TABBED_PANE_TAB_HEIGHT, (tabHeight >= 0) ? tabHeight : null );
@@ -187,6 +189,8 @@ public class FlatTabbedPane
/** /**
* Specifies the insets of a tab. * Specifies the insets of a tab.
*
* @see #setTabHeight(int)
*/ */
public void setTabInsets( Insets tabInsets ) { public void setTabInsets( Insets tabInsets ) {
putClientProperty( TABBED_PANE_TAB_INSETS, tabInsets ); putClientProperty( TABBED_PANE_TAB_INSETS, tabInsets );
@@ -203,6 +207,8 @@ public class FlatTabbedPane
/** /**
* Specifies the insets of the tab at the given tab index. * Specifies the insets of the tab at the given tab index.
*
* @see #setTabHeight(int)
*/ */
public void setTabInsets( int tabIndex, Insets tabInsets ) { public void setTabInsets( int tabIndex, Insets tabInsets ) {
JComponent c = (JComponent) getComponentAt( tabIndex ); JComponent c = (JComponent) getComponentAt( tabIndex );

View File

@@ -0,0 +1,59 @@
/*
* Copyright 2021 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.extras.components;
import static com.formdev.flatlaf.FlatClientProperties.*;
import javax.swing.JTree;
/**
* Subclass of {@link JTree} that provides easy access to FlatLaf specific client properties.
*
*/
public class FlatTree
extends JTree
implements FlatComponentExtension
{
/**
* Returns if the tree shows a wide selection
*/
public boolean isWideSelection() {
return getClientPropertyBoolean( TREE_WIDE_SELECTION, "Tree.wideSelection" );
}
/**
* Sets if the tree shows a wide selection
*/
public void setWideSelection( boolean wideSelection ) {
putClientProperty( TREE_WIDE_SELECTION, wideSelection );
}
/**
* Returns whether tree item selection is painted. Default is {@code true}.
* If set to {@code false}, then the tree cell renderer is responsible for painting selection.
*/
public boolean isPaintSelection() {
return getClientPropertyBoolean( TREE_PAINT_SELECTION, true );
}
/**
* Specifies whether tree item selection is painted. Default is {@code true}.
* If set to {@code false}, then the tree cell renderer is responsible for painting selection.
*/
public void setPaintSelection( boolean paintSelection ) {
putClientProperty( TREE_PAINT_SELECTION, paintSelection );
}
}

View File

@@ -24,4 +24,7 @@ module com.formdev.flatlaf.extras {
requires com.formdev.flatlaf; requires com.formdev.flatlaf;
exports com.formdev.flatlaf.extras; exports com.formdev.flatlaf.extras;
exports com.formdev.flatlaf.extras.components;
opens com.formdev.flatlaf.extras.resources;
} }

View File

@@ -0,0 +1,212 @@
#
# Copyright 2021 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.
#
#
# This file lists UI keys of colors, which are computed at runtime.
#
# Colors marked as `derived` in properties files are computed at runtime based on
# a variable base color (usually the current background color of a component).
# This works only for a limited set of UI keys.
#
# The property key is the UI key of a color, which is computed at runtime.
# The property value is the UI key of the base color.
#
# This file is not used at runtime.
# It is only used in tooling (e.g. UI Defaults Inspector or UIDefaultsDump).
#
#---- system colors ----
scrollbar = null
#---- Button ----
Button.focusedBackground = Button.background
Button.hoverBackground = Button.background
Button.pressedBackground = Button.background
Button.selectedBackground = Button.background
Button.disabledBackground = Button.background
Button.disabledSelectedBackground = Button.background
Button.default.focusedBackground = Button.default.background
Button.default.hoverBackground = Button.default.background
Button.default.pressedBackground = Button.default.background
Button.toolbar.hoverBackground = Button.background
Button.toolbar.pressedBackground = Button.background
Button.toolbar.selectedBackground = Button.background
#---- CheckBox ----
CheckBox.icon.disabledBackground = CheckBox.icon.background
CheckBox.icon.focusedBackground = CheckBox.icon.background
CheckBox.icon.hoverBackground = CheckBox.icon.background
CheckBox.icon.pressedBackground = CheckBox.icon.background
CheckBox.icon.selectedFocusedBackground = CheckBox.icon.selectedBackground
CheckBox.icon.selectedHoverBackground = CheckBox.icon.selectedBackground
CheckBox.icon.selectedPressedBackground = CheckBox.icon.selectedBackground
CheckBox.icon[filled].disabledBackground = CheckBox.icon[filled].background
CheckBox.icon[filled].focusedBackground = CheckBox.icon[filled].background
CheckBox.icon[filled].hoverBackground = CheckBox.icon[filled].background
CheckBox.icon[filled].pressedBackground = CheckBox.icon[filled].background
CheckBox.icon[filled].selectedFocusedBackground = CheckBox.icon[filled].selectedBackground
CheckBox.icon[filled].selectedHoverBackground = CheckBox.icon[filled].selectedBackground
CheckBox.icon[filled].selectedPressedBackground = CheckBox.icon[filled].selectedBackground
#---- CheckBoxMenuItem ----
CheckBoxMenuItem.selectionBackground = CheckBoxMenuItem.background
#---- ComboBox ----
ComboBox.buttonDisabledArrowColor = ComboBox.buttonArrowColor
ComboBox.buttonHoverArrowColor = ComboBox.buttonArrowColor
ComboBox.buttonPressedArrowColor = ComboBox.buttonArrowColor
#---- Component ----
Component.custom.borderColor = null
#---- HelpButton ----
HelpButton.disabledBackground = HelpButton.background
HelpButton.focusedBackground = HelpButton.background
HelpButton.hoverBackground = HelpButton.background
HelpButton.pressedBackground = HelpButton.background
#---- InternalFrame ----
InternalFrame.buttonHoverBackground = InternalFrame.activeTitleBackground
InternalFrame.buttonPressedBackground = InternalFrame.activeTitleBackground
#---- Menu ----
Menu.selectionBackground = Menu.background
#---- MenuBar ----
MenuBar.hoverBackground = Menu.background
MenuBar.underlineSelectionBackground = Menu.background
#---- MenuItem ----
MenuItem.checkBackground = MenuItem.selectionBackground
MenuItem.underlineSelectionBackground = MenuItem.background
MenuItem.underlineSelectionCheckBackground = MenuItem.selectionBackground
MenuItem.selectionBackground = MenuItem.background
#---- RadioButtonMenuItem ----
RadioButtonMenuItem.selectionBackground = RadioButtonMenuItem.background
#---- RootPane ----
RootPane.activeBorderColor = Panel.background
RootPane.inactiveBorderColor = Panel.background
#---- ScrollBar ----
ScrollBar.track = ScrollBar.background
ScrollBar.thumb = ScrollBar.track
ScrollBar.hoverTrackColor = ScrollBar.track
ScrollBar.hoverThumbColor = ScrollBar.thumb
ScrollBar.pressedTrackColor = ScrollBar.track
ScrollBar.pressedThumbColor = ScrollBar.thumb
ScrollBar.buttonDisabledArrowColor = ScrollBar.buttonArrowColor
ScrollBar.hoverButtonBackground = ScrollBar.background
ScrollBar.pressedButtonBackground = ScrollBar.background
#---- ScrollPane ----
ScrollPane.background = null
#---- Slider ----
Slider.focusedColor = Component.focusColor
Slider.hoverThumbColor = Slider.thumbColor
Slider.pressedThumbColor = Slider.thumbColor
Slider.disabledThumbColor = Slider.thumbColor
#---- Spinner ----
Spinner.buttonDisabledArrowColor = Spinner.buttonArrowColor
Spinner.buttonHoverArrowColor = Spinner.buttonArrowColor
Spinner.buttonPressedArrowColor = Spinner.buttonArrowColor
#---- SplitPaneDivider ----
SplitPaneDivider.oneTouchHoverArrowColor = SplitPaneDivider.oneTouchArrowColor
SplitPaneDivider.oneTouchPressedArrowColor = SplitPaneDivider.oneTouchArrowColor
#---- TabbedPane ----
TabbedPane.selectedBackground = TabbedPane.background
TabbedPane.hoverColor = TabbedPane.background
TabbedPane.focusColor = TabbedPane.background
TabbedPane.closeBackground = TabbedPane.background
TabbedPane.closeHoverBackground = TabbedPane.background
TabbedPane.closePressedBackground = TabbedPane.background
TabbedPane.closeForeground = TabbedPane.foreground
TabbedPane.closeHoverForeground = TabbedPane.foreground
TabbedPane.closePressedForeground = TabbedPane.foreground
TabbedPane.buttonHoverBackground = TabbedPane.background
TabbedPane.buttonPressedBackground = TabbedPane.background
#---- TitlePane ----
TitlePane.buttonHoverBackground = TitlePane.background
TitlePane.buttonPressedBackground = TitlePane.background
#---- ToggleButton ----
ToggleButton.focusedBackground = ToggleButton.background
ToggleButton.hoverBackground = ToggleButton.background
ToggleButton.pressedBackground = ToggleButton.background
ToggleButton.selectedBackground = ToggleButton.background
ToggleButton.disabledBackground = ToggleButton.background
ToggleButton.disabledSelectedBackground = ToggleButton.background
ToggleButton.toolbar.hoverBackground = ToggleButton.background
ToggleButton.toolbar.pressedBackground = ToggleButton.background
ToggleButton.toolbar.selectedBackground = ToggleButton.background
ToggleButton.tab.hoverBackground = null

View File

@@ -11,8 +11,7 @@ out.
Download Download
-------- --------
FlatLaf IntelliJ Themes Pack binaries are available on **JCenter** and **Maven FlatLaf IntelliJ Themes Pack binaries are available on **Maven Central**.
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
build script: build script:
@@ -23,7 +22,7 @@ build script:
Otherwise download `flatlaf-intellij-themes-<version>.jar` here: Otherwise download `flatlaf-intellij-themes-<version>.jar` here:
[![Download](https://api.bintray.com/packages/jformdesigner/flatlaf/flatlaf-intellij-themes/images/download.svg)](https://bintray.com/jformdesigner/flatlaf/flatlaf-intellij-themes/_latestVersion) [![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.formdev/flatlaf-intellij-themes/badge.svg?style=flat-square&color=007ec6)](https://maven-badges.herokuapp.com/maven-central/com.formdev/flatlaf-intellij-themes)
How to use? How to use?
@@ -101,6 +100,8 @@ Name | Class
[Material Palenight Contrast (Material)](https://github.com/mallowigi/material-theme-ui-lite) | `com.formdev.flatlaf.intellijthemes.materialthemeuilite.FlatMaterialPalenightContrastIJTheme` [Material Palenight Contrast (Material)](https://github.com/mallowigi/material-theme-ui-lite) | `com.formdev.flatlaf.intellijthemes.materialthemeuilite.FlatMaterialPalenightContrastIJTheme`
[Monokai Pro (Material)](https://github.com/mallowigi/material-theme-ui-lite) | `com.formdev.flatlaf.intellijthemes.materialthemeuilite.FlatMonokaiProIJTheme` [Monokai Pro (Material)](https://github.com/mallowigi/material-theme-ui-lite) | `com.formdev.flatlaf.intellijthemes.materialthemeuilite.FlatMonokaiProIJTheme`
[Monokai Pro Contrast (Material)](https://github.com/mallowigi/material-theme-ui-lite) | `com.formdev.flatlaf.intellijthemes.materialthemeuilite.FlatMonokaiProContrastIJTheme` [Monokai Pro Contrast (Material)](https://github.com/mallowigi/material-theme-ui-lite) | `com.formdev.flatlaf.intellijthemes.materialthemeuilite.FlatMonokaiProContrastIJTheme`
[Moonlight (Material)](https://github.com/mallowigi/material-theme-ui-lite) | `com.formdev.flatlaf.intellijthemes.materialthemeuilite.FlatMoonlightIJTheme`
[Moonlight Contrast (Material)](https://github.com/mallowigi/material-theme-ui-lite) | `com.formdev.flatlaf.intellijthemes.materialthemeuilite.FlatMoonlightContrastIJTheme`
[Night Owl (Material)](https://github.com/mallowigi/material-theme-ui-lite) | `com.formdev.flatlaf.intellijthemes.materialthemeuilite.FlatNightOwlIJTheme` [Night Owl (Material)](https://github.com/mallowigi/material-theme-ui-lite) | `com.formdev.flatlaf.intellijthemes.materialthemeuilite.FlatNightOwlIJTheme`
[Night Owl Contrast (Material)](https://github.com/mallowigi/material-theme-ui-lite) | `com.formdev.flatlaf.intellijthemes.materialthemeuilite.FlatNightOwlContrastIJTheme` [Night Owl Contrast (Material)](https://github.com/mallowigi/material-theme-ui-lite) | `com.formdev.flatlaf.intellijthemes.materialthemeuilite.FlatNightOwlContrastIJTheme`
[Solarized Dark (Material)](https://github.com/mallowigi/material-theme-ui-lite) | `com.formdev.flatlaf.intellijthemes.materialthemeuilite.FlatSolarizedDarkIJTheme` [Solarized Dark (Material)](https://github.com/mallowigi/material-theme-ui-lite) | `com.formdev.flatlaf.intellijthemes.materialthemeuilite.FlatSolarizedDarkIJTheme`

View File

@@ -82,6 +82,8 @@ public class FlatAllIJThemes
new FlatIJLookAndFeelInfo( "Material Palenight Contrast (Material)", "com.formdev.flatlaf.intellijthemes.materialthemeuilite.FlatMaterialPalenightContrastIJTheme", true ), new FlatIJLookAndFeelInfo( "Material Palenight Contrast (Material)", "com.formdev.flatlaf.intellijthemes.materialthemeuilite.FlatMaterialPalenightContrastIJTheme", true ),
new FlatIJLookAndFeelInfo( "Monokai Pro (Material)", "com.formdev.flatlaf.intellijthemes.materialthemeuilite.FlatMonokaiProIJTheme", true ), new FlatIJLookAndFeelInfo( "Monokai Pro (Material)", "com.formdev.flatlaf.intellijthemes.materialthemeuilite.FlatMonokaiProIJTheme", true ),
new FlatIJLookAndFeelInfo( "Monokai Pro Contrast (Material)", "com.formdev.flatlaf.intellijthemes.materialthemeuilite.FlatMonokaiProContrastIJTheme", true ), new FlatIJLookAndFeelInfo( "Monokai Pro Contrast (Material)", "com.formdev.flatlaf.intellijthemes.materialthemeuilite.FlatMonokaiProContrastIJTheme", true ),
new FlatIJLookAndFeelInfo( "Moonlight (Material)", "com.formdev.flatlaf.intellijthemes.materialthemeuilite.FlatMoonlightIJTheme", true ),
new FlatIJLookAndFeelInfo( "Moonlight Contrast (Material)", "com.formdev.flatlaf.intellijthemes.materialthemeuilite.FlatMoonlightContrastIJTheme", true ),
new FlatIJLookAndFeelInfo( "Night Owl (Material)", "com.formdev.flatlaf.intellijthemes.materialthemeuilite.FlatNightOwlIJTheme", true ), new FlatIJLookAndFeelInfo( "Night Owl (Material)", "com.formdev.flatlaf.intellijthemes.materialthemeuilite.FlatNightOwlIJTheme", true ),
new FlatIJLookAndFeelInfo( "Night Owl Contrast (Material)", "com.formdev.flatlaf.intellijthemes.materialthemeuilite.FlatNightOwlContrastIJTheme", true ), new FlatIJLookAndFeelInfo( "Night Owl Contrast (Material)", "com.formdev.flatlaf.intellijthemes.materialthemeuilite.FlatNightOwlContrastIJTheme", true ),
new FlatIJLookAndFeelInfo( "Solarized Dark (Material)", "com.formdev.flatlaf.intellijthemes.materialthemeuilite.FlatSolarizedDarkIJTheme", true ), new FlatIJLookAndFeelInfo( "Solarized Dark (Material)", "com.formdev.flatlaf.intellijthemes.materialthemeuilite.FlatSolarizedDarkIJTheme", true ),

View File

@@ -0,0 +1,54 @@
/*
* Copyright 2020 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.intellijthemes.materialthemeuilite;
//
// DO NOT MODIFY
// Generated with com.formdev.flatlaf.demo.intellijthemes.IJThemesClassGenerator
//
import com.formdev.flatlaf.IntelliJTheme;
/**
* @author Karl Tauber
*/
public class FlatMoonlightContrastIJTheme
extends IntelliJTheme.ThemeLaf
{
public static final String NAME = "Moonlight Contrast (Material)";
public static boolean install() {
try {
return install( new FlatMoonlightContrastIJTheme() );
} catch( RuntimeException ex ) {
return false;
}
}
public static void installLafInfo() {
installLafInfo( NAME, FlatMoonlightContrastIJTheme.class );
}
public FlatMoonlightContrastIJTheme() {
super( Utils.loadTheme( "Moonlight Contrast.theme.json" ) );
}
@Override
public String getName() {
return NAME;
}
}

View File

@@ -0,0 +1,54 @@
/*
* Copyright 2020 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.intellijthemes.materialthemeuilite;
//
// DO NOT MODIFY
// Generated with com.formdev.flatlaf.demo.intellijthemes.IJThemesClassGenerator
//
import com.formdev.flatlaf.IntelliJTheme;
/**
* @author Karl Tauber
*/
public class FlatMoonlightIJTheme
extends IntelliJTheme.ThemeLaf
{
public static final String NAME = "Moonlight (Material)";
public static boolean install() {
try {
return install( new FlatMoonlightIJTheme() );
} catch( RuntimeException ex ) {
return false;
}
}
public static void installLafInfo() {
installLafInfo( NAME, FlatMoonlightIJTheme.class );
}
public FlatMoonlightIJTheme() {
super( Utils.loadTheme( "Moonlight.theme.json" ) );
}
@Override
public String getName() {
return NAME;
}
}

View File

@@ -2,218 +2,258 @@
"name": "Dracula", "name": "Dracula",
"dark": true, "dark": true,
"author": "Zihan Ma", "author": "Zihan Ma",
"editorScheme": "/themes/dracula.xml", "editorScheme": "/themes/Dracula.xml",
"colors": {
"accentColor": "#ff79c6",
"secondaryAccentColor": "#bd93f9",
"primaryForeground": "#f8f8f2",
"primaryBackground": "#414450",
"secondaryBackground": "#3a3d4c",
"hoverBackground": "#282a36",
"selectionBackground": "#6272a4",
"selectionInactiveBackground": "#4e5a82",
"borderColor": "#282a36",
"separatorColor": "#5d5e66"
},
"ui": { "ui": {
"*": { "*": {
"arc": "7", "arc": "7",
"background": "#414450", "background": "primaryBackground",
"selectionBackground": "#6272a4", "selectionForeground": "primaryForeground",
"selectionInactiveBackground": "#4e5a82", "selectionInactiveForeground": "primaryForeground",
"inactiveBackground": "#414450", "selectionBackground": "selectionBackground",
"borderColor": "#282a36" "selectionInactiveBackground": "selectionInactiveBackground",
"inactiveBackground": "primaryBackground",
"disabledBackground": "primaryBackground",
"borderColor": "borderColor",
"separatorColor": "separatorColor"
}, },
"Borders": { "Borders": {
"color": "#282a36", "color": "borderColor",
"ContrastBorderColor": "#282a36" "ContrastBorderColor": "borderColor"
}, },
"ActionButton": { "ActionButton": {
"hoverBackground": "#282a35", "hoverBackground": "hoverBackground",
"hoverBorderColor": "#282a35", "hoverBorderColor": "hoverBackground",
"pressedBackground": "#282a35", "pressedBackground": "hoverBackground",
"pressedBorderColor": "#282a35" "pressedBorderColor": "hoverBackground"
}, },
"Button": { "Button": {
"foreground": "#f8f8f2", "foreground": "primaryForeground",
"startBorderColor": "#6272a4", "startBorderColor": "selectionBackground",
"endBorderColor": "#6272a4", "endBorderColor": "selectionBackground",
"startBackground": "#6272a4", "startBackground": "#4f566d",
"endBackground": "#6272a4", "endBackground": "#4f566d",
"focusedBorderColor": "#bd93f9", "focusedBorderColor": "secondaryAccentColor",
"disabledBorderColor": "#4f566d",
"default": { "default": {
"foreground": "#f8f8f2", "foreground": "primaryForeground",
"startBackground": "#6272a4", "startBackground": "selectionBackground",
"endBackground": "#6272a4", "endBackground": "selectionBackground",
"startBorderColor": "#bd93f9", "startBorderColor": "secondaryAccentColor",
"endBorderColor": "#bd93f9", "endBorderColor": "secondaryAccentColor",
"focusColor": "#bd93f9", "focusColor": "secondaryAccentColor",
"focusedBorderColor": "#bd93f9" "focusedBorderColor": "secondaryAccentColor"
} }
}, },
"Counter": { "Counter": {
"foreground": "#414450", "foreground": "primaryBackground",
"background": "#2fc864" "background": "#2fc864"
}, },
"CheckBoxMenuItem": { "CheckBoxMenuItem": {
"acceleratorSelectionForeground": "#ff79c6" "acceleratorSelectionForeground": "accentColor"
}, },
"ComboBox": { "ComboBox": {
"modifiedItemForeground": "#ff79c6", "modifiedItemForeground": "accentColor",
"ArrowButton": { "ArrowButton": {
"background": "#44475a", "background": "secondaryBackground",
"nonEditableBackground": "#44475a", "nonEditableBackground": "secondaryBackground",
"iconColor": "#bd93f9" "disabledIconColor": "#576285",
"iconColor": "secondaryAccentColor"
}, },
"selectionBackground": "#bd93f9", "selectionBackground": "secondaryAccentColor",
"nonEditableBackground": "#44475a" "nonEditableBackground": "secondaryBackground"
}, },
"CompletionPopup": { "CompletionPopup": {
"selectionBackground": "#6272a4", "selectionBackground": "selectionBackground",
"selectionInactiveBackground": "#4e5a82", "selectionInactiveBackground": "selectionInactiveBackground",
"matchForeground": "#ff79c6" "matchForeground": "accentColor"
}, },
"Component": { "Component": {
"focusColor": "#bd93f9", "focusColor": "secondaryAccentColor",
"borderColor": "#6272a4", "borderColor": "selectionBackground",
"focusedBorderColor": "#6272a4", "focusedBorderColor": "selectionBackground",
"disabledBorderColor": "selectionBackground",
"errorFocusColor": "#ff5554", "errorFocusColor": "#ff5554",
"inactiveErrorFocusColor": "#ff5554", "inactiveErrorFocusColor": "#ff5554",
"warningFocusColor": "#f1fa8c", "warningFocusColor": "#f1fa8c",
"inactiveWarningFocusColor": "#f1fa8c" "inactiveWarningFocusColor": "#f1fa8c"
}, },
"DragAndDrop": { "DragAndDrop": {
"areaBorderColor": "#6272a4" "areaBorderColor": "selectionBackground"
}, },
"Editor": { "Editor": {
"background": "#44475a", "background": "secondaryBackground",
"shortcutForeground": "#ff79c6" "shortcutForeground": "accentColor"
}, },
"EditorTabs": { "EditorTabs": {
"background": "#44475a", "background": "secondaryBackground",
"underlinedTabBackground": "#313341", "underlinedTabBackground": "#292b38",
"underlineColor": "#bd93f9", "underlineColor": "secondaryAccentColor",
"underlineHeight": 1 "underlineHeight": 2
}, },
"FileColor": { "FileColor": {
"Blue": "#8be9fd", "Blue": "#344f54",
"Green": "#63667E", "Green": "#344535",
"Orange": "#ffb86c", "Orange": "#533f30",
"Yellow": "#44475a", "Yellow": "#4f4b41",
"Rose": "#ff79c6", "Rose": "#4c273c",
"Violet": "#bd93f9" "Violet": "#382b4a"
}, },
"Label": { "Label": {
"foreground": "#f8f8f2",
"errorForeground": "#ff5554" "errorForeground": "#ff5554"
}, },
"Link": { "Link": {
"activeForeground": "#ff79c6", "activeForeground": "accentColor",
"hoverForeground": "#ff79c6", "hoverForeground": "accentColor",
"visitedForeground": "#bd93f9", "visitedForeground": "secondaryAccentColor",
"pressedForeground": "#bd93f9" "pressedForeground": "secondaryAccentColor"
}, },
"Notification": { "Notification": {
"borderColor": "#6272a4", "borderColor": "selectionBackground",
"errorBorderColor": "#ff5554", "errorBorderColor": "#ff5554",
"errorBackground": "#414450", "errorBackground": "primaryBackground",
"errorForeground": "#f8f8f2", "errorForeground": "primaryForeground",
"ToolWindow": { "ToolWindow": {
"warningForeground": "#f8f8f2", "warningForeground": "primaryForeground",
"warningBackground": "#414450", "warningBackground": "primaryBackground",
"warningBorderColor": "#ffb86c", "warningBorderColor": "#ffb86c",
"errorForeground": "#f8f8f2", "errorForeground": "primaryForeground",
"errorBorderColor": "#ff5554", "errorBorderColor": "#ff5554",
"errorBackground": "#414450", "errorBackground": "primaryBackground",
"informativeForeground": "#f8f8f2", "informativeForeground": "primaryForeground",
"informativeBackground": "#414450", "informativeBackground": "primaryBackground",
"informativeBorderColor": "#50fa7b" "informativeBorderColor": "#50fa7b"
} }
}, },
"PasswordField": {
"background": "secondaryBackground"
},
"Plugins": { "Plugins": {
"SearchField": { "SearchField": {
"background": "#44475a" "background": "secondaryBackground"
}, },
"SectionHeader": { "SectionHeader": {
"foreground": "#f8f8f2" "foreground": "primaryForeground"
}, },
"lightSelectionBackground": "#282a35", "hoverBackground": "hoverBackground",
"lightSelectionBackground": "hoverBackground",
"Button": { "Button": {
"installBorderColor": "#bd93f9", "installBorderColor": "secondaryAccentColor",
"installForeground": "#bd93f9", "installForeground": "secondaryAccentColor",
"installBackground": "#414450", "installBackground": "primaryBackground",
"installFillForeground": "#414450", "installFillForeground": "primaryBackground",
"installFillBackground": "#bd93f9", "installFillBackground": "secondaryAccentColor",
"installFocusedBackground": "#414450", "installFocusedBackground": "primaryBackground",
"updateBorderColor": "#5da3f4", "updateBorderColor": "#5da3f4",
"updateForeground": "#f8f8f2", "updateForeground": "primaryForeground",
"updateBackground": "#5da3f4" "updateBackground": "#5da3f4"
}, },
"Tab": { "Tab": {
"selectedBackground": "#282a35", "selectedBackground": "hoverBackground",
"selectedForeground": "#f8f8f2", "selectedForeground": "primaryForeground",
"hoverBackground": "#282a35" "hoverBackground": "hoverBackground"
} }
}, },
"ProgressBar": { "ProgressBar": {
"failedColor": "#ff5554", "failedColor": "#ff5554",
"failedEndColor": "#ff5554", "failedEndColor": "#ff5554",
"trackColor": "#6272a4", "trackColor": "selectionBackground",
"progressColor": "#ff79c6", "progressColor": "accentColor",
"indeterminateStartColor": "#93b8f9", "indeterminateStartColor": "#93b8f9",
"indeterminateEndColor": "#bd93f9", "indeterminateEndColor": "secondaryAccentColor",
"passedColor": "#50fa7b", "passedColor": "#50fa7b",
"passedEndColor": "#50fa7b" "passedEndColor": "#50fa7b"
}, },
"Popup": { "Popup": {
"Header": { "Header": {
"activeBackground": "#44475a", "activeBackground": "secondaryBackground",
"inactiveBackground": "#44475a" "inactiveBackground": "secondaryBackground"
} }
}, },
"ScrollBar": { "ScrollBar": {
"Mac": { "Mac": {
"hoverThumbColor": "#bd93f9", "hoverThumbColor": "secondaryAccentColor",
"Transparent": { "Transparent": {
"hoverThumbColor": "#bd93f9" "hoverThumbColor": "secondaryAccentColor"
} }
} }
}, },
"SearchEverywhere": { "SearchEverywhere": {
"SearchField": { "SearchField": {
"background": "#44475a" "background": "secondaryBackground"
}, },
"Tab": { "Tab": {
"selectedBackground": "#313341", "selectedBackground": "#313341",
"selectedForeground": "#f8f8f2" "selectedForeground": "primaryForeground"
} }
}, },
"SearchMatch": { "SearchMatch": {
"startBackground": "#ff79c6", "startBackground": "accentColor",
"endBackground": "#ff79c6" "endBackground": "accentColor"
},
"Separator": {
"separatorColor": "separatorColor"
},
"SidePanel": {
"background": "secondaryBackground"
},
"StatusBar": {
"hoverBackground": "hoverBackground"
}, },
"Separator.separatorColor": "#282a35",
"TabbedPane": { "TabbedPane": {
"tabSelectionHeight": 1, "tabSelectionHeight": 1,
"focusColor": "#282a35", "focusColor": "hoverBackground",
"hoverColor": "#282a35", "hoverColor": "hoverBackground",
"underlineColor": "#bd93f9", "underlineColor": "secondaryAccentColor",
"contentAreaColor": "#282a35" "contentAreaColor": "hoverBackground"
},
"Table": {
"gridColor": "#5d617a",
"hoverBackground": "selectionBackground"
},
"TableHeader": {
"bottomSeparatorColor": "separatorColor"
},
"TextField": {
"background": "secondaryBackground"
}, },
"ToggleButton": { "ToggleButton": {
"onBackground": "#50fa7b", "onBackground": "#50fa7b",
"onForeground": "#282a35", "onForeground": "hoverBackground",
"offBackground": "#6272a4", "offBackground": "selectionBackground",
"offForeground": "#282a35", "offForeground": "hoverBackground",
"buttonColor": "#f8f8f2" "buttonColor": "primaryForeground"
}, },
"ToolWindow": { "ToolWindow": {
"Button": { "Button": {
"hoverBackground": "#282a35" "hoverBackground": "hoverBackground"
}, },
"Header": { "Header": {
"background": "#44475a", "background": "#484c60",
"inactiveBackground": "#44475a" "inactiveBackground": "secondaryBackground"
}, },
"HeaderTab": { "HeaderTab": {
"underlineColor": "#bd93f9", "underlineColor": "secondaryAccentColor",
"underlineHeight": 1, "underlineHeight": 2,
"underlinedTabBackground": "#313341", "underlinedTabBackground": "#292b38",
"underlinedTabInactiveBackground": "#313341" "underlinedTabInactiveBackground": "#313341"
} }
}, },
"Tree": { "Tree": {
"modifiedItemForeground": "#ff79c6", "modifiedItemForeground": "accentColor",
"selectionBackground": "#6272a4", "selectionBackground": "selectionBackground",
"selectionInactiveBackground": "#4e5a82" "selectionInactiveBackground": "selectionInactiveBackground"
}, },
"ValidationTooltip": { "ValidationTooltip": {
"errorBackground": "#ff5554", "errorBackground": "#ff5554",
@@ -224,28 +264,38 @@
"VersionControl": { "VersionControl": {
"FileHistory": { "FileHistory": {
"Commit": { "Commit": {
"selectedBranchBackground": "#44475a" "selectedBranchBackground": "secondaryBackground"
} }
}, },
"GitLog": { "GitLog": {
"headIconColor": "#f1fa8c", "headIconColor": "#f1fa8c",
"localBranchIconColor": "#50fa7b", "localBranchIconColor": "#50fa7b",
"remoteBranchIconColor": "#bd93f9", "remoteBranchIconColor": "secondaryAccentColor",
"tagIconColor": "#ff79c6", "tagIconColor": "accentColor",
"otherIconColor": "#8be9fd" "otherIconColor": "#8be9fd"
}, },
"Log": { "Log": {
"Commit": { "Commit": {
"currentBranchBackground": "#44475a" "hoveredBackground": "selectionBackground",
"currentBranchBackground": "secondaryBackground"
} }
},
"RefLabel": {
"foreground": "primaryForeground"
} }
}, },
"WelcomeScreen": { "WelcomeScreen": {
"separatorColor": "#191b1f", "SidePanel": {
"background": "secondaryBackground"
},
"separatorColor": "separatorColor",
"Projects": { "Projects": {
"background": "#282a35", "background": "hoverBackground",
"selectionBackground": "#44475a", "selectionBackground": "secondaryBackground",
"selectionInactiveBackground": "#44475a" "selectionInactiveBackground": "secondaryBackground",
"actions": {
"background": "hoverBackground"
}
} }
} }
}, },
@@ -269,10 +319,12 @@
"Objects.Yellow": "#f1fa8c", "Objects.Yellow": "#f1fa8c",
"Objects.YellowDark": "#f1fa8c", "Objects.YellowDark": "#f1fa8c",
"Objects.BlackText": "#282a35", "Objects.BlackText": "#282a35",
"Checkbox.Foreground.Selected.Dark": "#f8f8f2",
"Checkbox.Border.Default.Dark": "#bd93f9", "Checkbox.Border.Default.Dark": "#bd93f9",
"Checkbox.Border.Selected.Dark": "#bd93f9", "Checkbox.Border.Selected.Dark": "#bd93f9",
"Checkbox.Border.Disabled.Dark": "#6272a4",
"Checkbox.Background.Default.Dark": "#6272a4", "Checkbox.Background.Default.Dark": "#6272a4",
"Checkbox.Foreground.Selected.Dark": "#f8f8f2", "Checkbox.Background.Disabled.Dark": "#414450",
"Checkbox.Focus.Wide.Dark": "#bd93f9", "Checkbox.Focus.Wide.Dark": "#bd93f9",
"Checkbox.Focus.Thin.Selected.Dark": "#bd93f9", "Checkbox.Focus.Thin.Selected.Dark": "#bd93f9",
"Checkbox.Focus.Thin.Default.Dark": "#bd93f9" "Checkbox.Focus.Thin.Default.Dark": "#bd93f9"

View File

@@ -230,35 +230,35 @@
"ScrollBar" : { "ScrollBar" : {
"hoverThumbBorderColor" : "#39666394", "hoverThumbBorderColor" : "#39666394",
"background" : "#16322cff", "background" : "#16322cff",
"hoverThumbColor": "#1f3e38b2", "hoverThumbColor": "#497486ff",
"hoverTrackColor": "#224039ff", "hoverTrackColor": "#224039ff",
"thumb": "#20403aff", "thumb": "#406480ff",
"thumbBorderColor": "#39666394", "thumbBorderColor": "#39666394",
"thumbColor": "#20403d94", "thumbColor": "#406480ff",
"thumbDarkShadow": "#122623ff", "thumbDarkShadow": "#122623ff",
"thumbHighlight": "#2a4f4cff", "thumbHighlight": "#2a4f4cff",
"thumbShadow": "#162b24ff", "thumbShadow": "#162b24ff",
"track": "#182d26ff", "track": "#182d26ff",
"Transparent": { "Transparent": {
"thumbColor": "#20403d94", "thumbColor": "#406480ff",
"hoverThumbBorderColor" : "#14262694", "hoverThumbBorderColor" : "#14262694",
"hoverThumbColor": "#1f3e38b2", "hoverThumbColor": "#497486ff",
"hoverTrackColor": "#224039ff", "hoverTrackColor": "#224039ff",
"thumbBorderColor": "#14262694" "thumbBorderColor": "#14262694"
}, },
"Mac" : { "Mac" : {
"Transparent": { "Transparent": {
"thumbColor": "#20403d94", "thumbColor": "#406480ff",
"hoverThumbBorderColor" : "#14262694", "hoverThumbBorderColor" : "#14262694",
"hoverThumbColor": "#1f3e38b2", "hoverThumbColor": "#497486ff",
"hoverTrackColor": "#224039ff", "hoverTrackColor": "#224039ff",
"thumbBorderColor": "##39666394" "thumbBorderColor": "#39666394"
}, },
"hoverThumbBorderColor" : "#14262694", "hoverThumbBorderColor" : "#14262694",
"hoverThumbColor": "#1f3e38b2", "hoverThumbColor": "#497486ff",
"hoverTrackColor": "#224039ff", "hoverTrackColor": "#224039ff",
"thumbBorderColor": "#14262694", "thumbBorderColor": "#14262694",
"thumbColor": "#20403d94" "thumbColor": "#406480ff"
} }
}, },
"EditorPane.inactiveBackground": "#254a39ff" "EditorPane.inactiveBackground": "#254a39ff"

View File

@@ -252,35 +252,35 @@
"ScrollBar" : { "ScrollBar" : {
"hoverThumbBorderColor" : "#3a2241b2", "hoverThumbBorderColor" : "#3a2241b2",
"background" : "#241632ff", "background" : "#241632ff",
"hoverThumbColor": "#472950b2", "hoverThumbColor": "#694f92ff",
"hoverTrackColor": "#3d2240ff", "hoverTrackColor": "#3d2240ff",
"thumb": "#2f2040ff", "thumb": "#2f2040ff",
"thumbBorderColor": "#2c152fff", "thumbBorderColor": "#2c152fff",
"thumbColor": "#2f1f4094", "thumbColor": "#6c499194",
"thumbDarkShadow": "#261226ff", "thumbDarkShadow": "#261226ff",
"thumbHighlight": "#4f2a4eff", "thumbHighlight": "#4f2a4eff",
"thumbShadow": "#22162bff", "thumbShadow": "#22162bff",
"track": "#23182dff", "track": "#23182dff",
"Transparent": { "Transparent": {
"thumbColor": "#2f1f4094", "thumbColor": "#6c499194",
"hoverThumbBorderColor" : "#3a2241b2", "hoverThumbBorderColor" : "#3a2241b2",
"hoverThumbColor": "#472950b2", "hoverThumbColor": "#694f92ff",
"hoverTrackColor": "#3d2240ff", "hoverTrackColor": "#3d2240ff",
"thumbBorderColor": "#2c152fff" "thumbBorderColor": "#2c152fff"
}, },
"Mac" : { "Mac" : {
"Transparent": { "Transparent": {
"thumbColor": "#2f1f4094", "thumbColor": "#6c499194",
"hoverThumbBorderColor" : "#3a2241b2", "hoverThumbBorderColor" : "#3a2241b2",
"hoverThumbColor": "#472950b2", "hoverThumbColor": "#694f92ff",
"hoverTrackColor": "#3d2240ff", "hoverTrackColor": "#3d2240ff",
"thumbBorderColor": "#2c152fff" "thumbBorderColor": "#2c152fff"
}, },
"hoverThumbBorderColor" : "#3a2241b2", "hoverThumbBorderColor" : "#3a2241b2",
"hoverThumbColor": "#472950b2", "hoverThumbColor": "#694f92ff",
"hoverTrackColor": "#3d2240ff", "hoverTrackColor": "#3d2240ff",
"thumbBorderColor": "#2c152fff", "thumbBorderColor": "#2c152fff",
"thumbColor": "#2f1f4094" "thumbColor": "#6c499194"
} }
}, },
"TabbedPane": { "TabbedPane": {

View File

@@ -18,7 +18,6 @@
"disabledForeground": "#a3a3a3", "disabledForeground": "#a3a3a3",
"disabledBackground": "#222f44", "disabledBackground": "#222f44",
"inactiveBackground": "#325180", "inactiveBackground": "#325180",
"errorForeground": "#b5b5b5", "errorForeground": "#b5b5b5",
"disabledText": "#adadad", "disabledText": "#adadad",
@@ -71,35 +70,35 @@
"ScrollBar" : { "ScrollBar" : {
"hoverThumbBorderColor" : "#12182994", "hoverThumbBorderColor" : "#12182994",
"background" : "#161f3294", "background" : "#161f3294",
"hoverThumbColor": "#313f62b2", "hoverThumbColor": "#497486ff",
"hoverTrackColor": "#222a40b2", "hoverTrackColor": "#222a40b2",
"thumb": "#20294094", "thumb": "#3c557cff",
"thumbBorderColor": "#12182994", "thumbBorderColor": "#12182994",
"thumbColor": "#20294094", "thumbColor": "#3c557cff",
"thumbDarkShadow": "#0c0f1a94", "thumbDarkShadow": "#0c0f1a94",
"thumbHighlight": "#3b496bb2", "thumbHighlight": "#3b496bb2",
"thumbShadow": "#161a2b94", "thumbShadow": "#161a2b94",
"track": "#181e2db2", "track": "#181e2db2",
"Transparent": { "Transparent": {
"thumbColor": "#20294094", "thumbColor": "#3c557cff",
"hoverThumbBorderColor" : "#12182994", "hoverThumbBorderColor" : "#12182994",
"hoverThumbColor": "#313f62b2", "hoverThumbColor": "#497486ff",
"hoverTrackColor": "#222a40b2", "hoverTrackColor": "#222a40b2",
"thumbBorderColor": "#12182994" "thumbBorderColor": "#12182994"
}, },
"Mac" : { "Mac" : {
"Transparent": { "Transparent": {
"thumbColor": "#20294094", "thumbColor": "#3c557cff",
"hoverThumbBorderColor" : "#12182994", "hoverThumbBorderColor" : "#12182994",
"hoverThumbColor": "#313f62b2", "hoverThumbColor": "#497486ff",
"hoverTrackColor": "#222a40b2", "hoverTrackColor": "#222a40b2",
"thumbBorderColor": "#12182994" "thumbBorderColor": "#12182994"
}, },
"hoverThumbBorderColor" : "#12182994", "hoverThumbBorderColor" : "#12182994",
"hoverThumbColor": "#313f62b2", "hoverThumbColor": "#497486ff",
"hoverTrackColor": "#222a40b2", "hoverTrackColor": "#222a40b2",
"thumbBorderColor": "#12182994", "thumbBorderColor": "#12182994",
"thumbColor": "#20294094" "thumbColor": "#3c557cff"
} }
}, },

View File

@@ -3,6 +3,12 @@
"dark": true, "dark": true,
"author": "Mallowigi", "author": "Mallowigi",
"editorScheme": "/colors/Arc Dark.xml", "editorScheme": "/colors/Arc Dark.xml",
"emptyFrameBackground": {
"anchor": "center",
"image": "/walls/arcdark.svg",
"fill": "scale",
"transparency": 50
},
"ui": { "ui": {
"*": { "*": {
"acceleratorSelectionForeground": "#8b9eb5", "acceleratorSelectionForeground": "#8b9eb5",
@@ -11,16 +17,16 @@
"disabledBackground": "#37373d", "disabledBackground": "#37373d",
"disabledForeground": "#D3DAE3", "disabledForeground": "#D3DAE3",
"disabledText": "#D3DAE3", "disabledText": "#D3DAE3",
"focusColor": "#08507C", "focusColor": "#393f4c",
"focusedBorderColor": "#42A5F5", "focusedBorderColor": "#42A5F5",
"foreground": "#D3DAE3", "foreground": "#D3DAE3",
"inactiveBackground": "#37373d", "inactiveBackground": "#37373d",
"inactiveForeground": "#8b9eb5", "inactiveForeground": "#8b9eb5",
"infoForeground": "#8b9eb5", "infoForeground": "#8b9eb5",
"selectionBackground": "#8888FF", "selectionBackground": "#8888FF55",
"selectionBackgroundInactive": "#393f4c", "selectionBackgroundInactive": "#393f4c45",
"selectionForeground": "#FFFFFF", "selectionForeground": "#FFFFFF",
"selectionInactiveBackground": "#393f4c", "selectionInactiveBackground": "#393f4c45",
"separatorColor": "#404552" "separatorColor": "#404552"
}, },
"activeCaption": "#2f343f", "activeCaption": "#2f343f",
@@ -33,7 +39,7 @@
"pressedBorderColor": "#42A5F550" "pressedBorderColor": "#42A5F550"
}, },
"Autocomplete": { "Autocomplete": {
"selectionBackground": "#8888FF" "selectionBackground": "#8888FF55"
}, },
"Borders.ContrastBorderColor": "#2f343f", "Borders.ContrastBorderColor": "#2f343f",
"Borders.color": "#404552", "Borders.color": "#404552",
@@ -54,7 +60,7 @@
"disabledText": "#D3DAE3", "disabledText": "#D3DAE3",
"endBackground": "#383C4A", "endBackground": "#383C4A",
"endBorderColor": "#383C4A", "endBorderColor": "#383C4A",
"focus": "#08507C", "focus": "#393f4c",
"focusedBorderColor": "#42A5F5", "focusedBorderColor": "#42A5F5",
"foreground": "#8b9eb5", "foreground": "#8b9eb5",
"highlight": "#FFFFFF", "highlight": "#FFFFFF",
@@ -72,7 +78,10 @@
"Tooltip.borderColor": "#404552", "Tooltip.borderColor": "#404552",
"Tooltip.background": "#262a33" "Tooltip.background": "#262a33"
}, },
"Content.background": "#262b33", "Content": {
"background": "#262b33",
"selectionBackground": "#8888FF55"
},
"CheckBox": { "CheckBox": {
"background": "#2f343f", "background": "#2f343f",
"disabledText": "#D3DAE3", "disabledText": "#D3DAE3",
@@ -86,9 +95,17 @@
"disabledBackground": "#2f343f", "disabledBackground": "#2f343f",
"disabledForeground": "#D3DAE3", "disabledForeground": "#D3DAE3",
"foreground": "#D3DAE3", "foreground": "#D3DAE3",
"selectionBackground": "#8888FF", "selectionBackground": "#8888FF55",
"selectionForeground": "#FFFFFF" "selectionForeground": "#FFFFFF"
}, },
"CodeWithMe": {
"Avatar.foreground": "#D3DAE3",
"AccessEnabled": {
"accessDot": "#42A5F5",
"dropdownBorder": "#393f4c45",
"pillBackground": "$second"
}
},
"ColorChooser": { "ColorChooser": {
"background": "#2f343f", "background": "#2f343f",
"foreground": "#D3DAE3", "foreground": "#D3DAE3",
@@ -104,17 +121,18 @@
}, },
"background": "#262b33", "background": "#262b33",
"buttonBackground": "#383C4A", "buttonBackground": "#383C4A",
"darcula.hoveredArrowButtonForeground": "#42A5F5",
"disabledForeground": "#D3DAE3", "disabledForeground": "#D3DAE3",
"foreground": "#D3DAE3", "foreground": "#D3DAE3",
"modifiedItemForeground": "#42A5F5", "modifiedItemForeground": "#42A5F5",
"nonEditableBackground": "#393f4c", "nonEditableBackground": "#393f4c45",
"padding": "5,5,5,5", "padding": "5,5,5,5",
"selectionBackground": "#41416A", "selectionBackground": "#41416A",
"selectionForeground": "#FFFFFF" "selectionForeground": "#FFFFFF"
}, },
"ComboPopup.border": "#404552", "ComboPopup.border": "#404552",
"CompletionPopup": { "CompletionPopup": {
"background": "#393f4c", "background": "#393f4c45",
"foreground": "#D3DAE3", "foreground": "#D3DAE3",
"infoForeground": "#8b9eb5", "infoForeground": "#8b9eb5",
"matchForeground": "#42A5F5", "matchForeground": "#42A5F5",
@@ -123,14 +141,14 @@
"selectedGrayedForeground": "#FFFFFF", "selectedGrayedForeground": "#FFFFFF",
"selectionGrayForeground": "#FFFFFF", "selectionGrayForeground": "#FFFFFF",
"selectionInactiveInfoForeground": "#8b9eb5", "selectionInactiveInfoForeground": "#8b9eb5",
"selectionInactiveBackground": "#8888FF50", "selectionInactiveBackground": "#8888FF55",
"selectionBackground": "#8888FF80", "selectionBackground": "#8888FF55",
"selectionForeground": "#FFFFFF", "selectionForeground": "#FFFFFF",
"selectionInfoForeground": "#FFFFFF" "selectionInfoForeground": "#FFFFFF"
}, },
"Component": { "Component": {
"arc": 4, "arc": 4,
"borderColor": "#08507C", "borderColor": "#393f4c",
"disabledBorderColor": "#383C4A", "disabledBorderColor": "#383C4A",
"focusColor": "#42A5F5", "focusColor": "#42A5F5",
"focusedBorderColor": "#42A5F5", "focusedBorderColor": "#42A5F5",
@@ -156,23 +174,25 @@
} }
}, },
"DebuggerTabs": { "DebuggerTabs": {
"selectedBackground": "#08507C", "selectedBackground": "#393f4c",
"underlinedTabBackground": "#08507C" "underlinedTabBackground": "#393f4c"
}, },
"DebuggerPopup": { "DebuggerPopup": {
"borderColor": "#08507C" "borderColor": "#393f4c"
}, },
"DefaultTabs": { "DefaultTabs": {
"background": "#2f343f", "background": "#2f343f",
"borderColor": "#2f343f", "borderColor": "#2f343f",
"hoverBackground": "#41416A", "hoverBackground": "#41416A",
"hoverColor": "#262b33", "hoverColor": "#262b33",
"hoverMaskColor": "#08507C", "hoverMaskColor": "#393f4c",
"inactiveColoredTabBackground": "#2f343f",
"inactiveColoredFileBackground": "#383C4A", "inactiveColoredFileBackground": "#383C4A",
"inactiveUnderlineColor": "#D3DAE3", "inactiveUnderlineColor": "#42A5F5",
"inactiveMaskColor": "#262b33", "inactiveMaskColor": "#262b33",
"underlineColor": "#42A5F5", "underlineColor": "#42A5F5",
"underlinedTabBackground": "#41416A" "underlinedTabBackground": "#41416A",
"underlinedTabForeground": "#FFFFFF"
}, },
"Desktop.background": "#2f343f", "Desktop.background": "#2f343f",
"DialogWrapper.southPanelBackground": "#2f343f", "DialogWrapper.southPanelBackground": "#2f343f",
@@ -193,26 +213,28 @@
"foreground": "#D3DAE3", "foreground": "#D3DAE3",
"inactiveBackground": "#2f343f", "inactiveBackground": "#2f343f",
"inactiveForeground": "#D3DAE3", "inactiveForeground": "#D3DAE3",
"selectionBackground": "#8888FF", "selectionBackground": "#8888FF55",
"selectionForeground": "#FFFFFF" "selectionForeground": "#FFFFFF"
}, },
"EditorTabs": { "EditorTabs": {
"borderColor": "#393f4c", "borderColor": "#393f4c45",
"hoverColor": "#08507C", "hoverBackground": "#393f4c",
"hoverMaskColor": "#08507C", "hoverColor": "#393f4c",
"hoverMaskColor": "#393f4c",
"inactiveMaskColor": "#2f343f", "inactiveMaskColor": "#2f343f",
"inactiveColoredFileBackground": "#2f343f2", "inactiveColoredFileBackground": "#2f343f",
"inactiveUnderlineColor": "#D3DAE3", "inactiveUnderlineColor": "#D3DAE3",
"selectedForeground": "#D3DAE3", "selectedForeground": "#D3DAE3",
"selectedBackground": "#41416A", "selectedBackground": "#41416A",
"underlineColor": "#42A5F5", "underlineColor": "#42A5F5",
"underlinedTabBackground": "#41416A" "underlinedTabBackground": "#41416A",
"underlinedTabForeground": "#FFFFFF"
}, },
"EditorGroupsTabs": { "EditorGroupsTabs": {
"background": "#2f343f", "background": "#2f343f",
"borderColor": "#393f4c", "borderColor": "#393f4c45",
"hoverBackground": "#08507C", "hoverBackground": "#393f4c",
"hoverColor": "#08507C", "hoverColor": "#393f4c",
"inactiveUnderlineColor": "#42A5F5", "inactiveUnderlineColor": "#42A5F5",
"underlineColor": "#42A5F5", "underlineColor": "#42A5F5",
"underlinedTabBackground": "#41416A", "underlinedTabBackground": "#41416A",
@@ -246,12 +268,13 @@
"selectionForeground": "#FFFFFF", "selectionForeground": "#FFFFFF",
"selectionBackground": "#41416A" "selectionBackground": "#41416A"
}, },
"GotItTooltip.borderColor": "#262a33",
"Group": { "Group": {
"disabledSeparatorColor": "#404552", "disabledSeparatorColor": "#404552",
"separatorColor": "#404552" "separatorColor": "#404552"
}, },
"GutterTooltip": { "GutterTooltip": {
"infoForeground": "#D3DAE3", "infoForeground": "#8b9eb5",
"lineSeparatorColor": "#2f343f" "lineSeparatorColor": "#2f343f"
}, },
"HeaderColor": { "HeaderColor": {
@@ -266,7 +289,7 @@
"shortcutForeground": "#8b9eb5" "shortcutForeground": "#8b9eb5"
}, },
"Hyperlink.linkColor": "#42A5F5", "Hyperlink.linkColor": "#42A5F5",
"inactiveCaption": "#393f4c", "inactiveCaption": "#393f4c45",
"inactiveCaptionBorder": "#2f343f", "inactiveCaptionBorder": "#2f343f",
"inactiveCaptionText": "#8b9eb5", "inactiveCaptionText": "#8b9eb5",
"info": "#8b9eb5", "info": "#8b9eb5",
@@ -288,7 +311,8 @@
"disabledText": "#D3DAE3", "disabledText": "#D3DAE3",
"foreground": "#D3DAE3", "foreground": "#D3DAE3",
"infoForeground": "#8b9eb5", "infoForeground": "#8b9eb5",
"selectedForeground": "#FFFFFF" "selectedForeground": "#FFFFFF",
"selectedDisabledForeground": "#D3DAE3"
}, },
"Link": { "Link": {
"activeForeground": "#42A5F5", "activeForeground": "#42A5F5",
@@ -299,9 +323,11 @@
}, },
"link.foreground": "#42A5F5", "link.foreground": "#42A5F5",
"List": { "List": {
"background": "#393f4c", "background": "#393f4c45",
"foreground": "#D3DAE3", "foreground": "#D3DAE3",
"selectionBackground": "#8888FF50", "hoverBackground": "#09477170",
"hoverInactiveBackground": "#41416A",
"selectionBackground": "#8888FF55",
"selectionForeground": "#FFFFFF", "selectionForeground": "#FFFFFF",
"selectionInactiveForeground": "#FFFFFF", "selectionInactiveForeground": "#FFFFFF",
"selectionInactiveBackground": "#09477170" "selectionInactiveBackground": "#09477170"
@@ -319,20 +345,20 @@
"tagColor": "#8b9eb5" "tagColor": "#8b9eb5"
}, },
"MemoryIndicator": { "MemoryIndicator": {
"allocatedBackground": "#393f4c", "allocatedBackground": "#393f4c45",
"usedColor": "#08507C", "usedColor": "#393f4c",
"usedBackground": "#08507C" "usedBackground": "#393f4c"
}, },
"Menu": { "Menu": {
"acceleratorForeground": "#8b9eb5", "acceleratorForeground": "#8b9eb5",
"acceleratorSelectionForeground": "#FFFFFF", "acceleratorSelectionForeground": "#FFFFFF",
"background": "#2f343f", "background": "#2f343f",
"border": "4,2,4,2", "border": "4,2,4,2",
"borderColor": "#393f4c", "borderColor": "#393f4c45",
"disabledBackground": "#393f4c", "disabledBackground": "#393f4c45",
"disabledForeground": "#D3DAE3", "disabledForeground": "#D3DAE3",
"foreground": "#D3DAE3", "foreground": "#D3DAE3",
"selectionBackground": "#8888FF", "selectionBackground": "#8888FF55",
"selectionForeground": "#FFFFFF", "selectionForeground": "#FFFFFF",
"separatorColor": "#404552" "separatorColor": "#404552"
}, },
@@ -343,7 +369,7 @@
"disabledForeground": "#D3DAE3", "disabledForeground": "#D3DAE3",
"foreground": "#D3DAE3", "foreground": "#D3DAE3",
"highlight": "#2f343f", "highlight": "#2f343f",
"selectionBackground": "#8888FF", "selectionBackground": "#8888FF55",
"selectionForeground": "#FFFFFF", "selectionForeground": "#FFFFFF",
"shadow": "#262b33" "shadow": "#262b33"
}, },
@@ -355,7 +381,7 @@
"disabledBackground": "#2f343f", "disabledBackground": "#2f343f",
"disabledForeground": "#D3DAE3", "disabledForeground": "#D3DAE3",
"foreground": "#D3DAE3", "foreground": "#D3DAE3",
"selectionBackground": "#8888FF", "selectionBackground": "#8888FF55",
"selectionForeground": "#FFFFFF" "selectionForeground": "#FFFFFF"
}, },
"NavBar": { "NavBar": {
@@ -407,9 +433,9 @@
"foreground": "#D3DAE3" "foreground": "#D3DAE3"
}, },
"ParameterInfo": { "ParameterInfo": {
"background": "#393f4c", "background": "#393f4c45",
"borderColor": "#41416A", "borderColor": "#41416A",
"currentOverloadBackground": "#41416A", "currentOverloadBackground": "#393f4c",
"currentParameterForeground": "#42A5F5", "currentParameterForeground": "#42A5F5",
"disabledForeground": "#D3DAE3", "disabledForeground": "#D3DAE3",
"foreground": "#D3DAE3", "foreground": "#D3DAE3",
@@ -428,21 +454,22 @@
"Plugins": { "Plugins": {
"background": "#2f343f", "background": "#2f343f",
"disabledForeground": "#D3DAE3", "disabledForeground": "#D3DAE3",
"eapTagBackground": "#08507C", "eapTagBackground": "#393f4c",
"lightSelectionBackground": "#8888FF", "hoverBackground": "#09477170",
"paidTagBackground": "#08507C", "lightSelectionBackground": "#41416A",
"selectionBackground": "#8888FF", "paidTagBackground": "#393f4c",
"selectionBackground": "#8888FF55",
"tagForeground": "#42A5F5", "tagForeground": "#42A5F5",
"tagBackground": "#08507C", "tagBackground": "#393f4c",
"trialTagBackground": "#08507C", "trialTagBackground": "#393f4c",
"Button": { "Button": {
"installBackground": "#383C4A", "installBackground": "#383C4A",
"installBorderColor": "#383C4A", "installBorderColor": "#383C4A",
"installForeground": "#D3DAE3", "installForeground": "#D3DAE3",
"installFocusedBackground": "#08507C", "installFocusedBackground": "#393f4c",
"installFillForeground": "#D3DAE3", "installFillForeground": "#D3DAE3",
"installFillBackground": "#383C4A", "installFillBackground": "#383C4A",
"updateBackground": "#383C4A", "updateBackground": "#42A5F5",
"updateBorderColor": "#383C4A", "updateBorderColor": "#383C4A",
"updateForeground": "#D3DAE3" "updateForeground": "#D3DAE3"
}, },
@@ -451,7 +478,7 @@
"borderColor": "#404552" "borderColor": "#404552"
}, },
"SectionHeader": { "SectionHeader": {
"background": "#393f4c", "background": "#393f4c45",
"foreground": "#D3DAE3" "foreground": "#D3DAE3"
}, },
"Tab": { "Tab": {
@@ -468,14 +495,14 @@
}, },
"borderColor": "#262b33", "borderColor": "#262b33",
"inactiveBorderColor": "#2f343f", "inactiveBorderColor": "#2f343f",
"innerBorderColor": "#393f4c", "innerBorderColor": "#393f4c45",
"Header": { "Header": {
"activeBackground": "#2f343f", "activeBackground": "#2f343f",
"inactiveBackground": "#262b33" "inactiveBackground": "#262b33"
}, },
"paintBorder": true, "paintBorder": true,
"separatorForeground": "#D3DAE3", "separatorForeground": "#D3DAE3",
"separatorColor": "#393f4c", "separatorColor": "#393f4c45",
"Toolbar": { "Toolbar": {
"Floating.background": "#262b33", "Floating.background": "#262b33",
"background": "#262b33", "background": "#262b33",
@@ -496,8 +523,8 @@
"indeterminateEndColor": "#42A5F5", "indeterminateEndColor": "#42A5F5",
"indeterminateStartColor": "#42A5F5", "indeterminateStartColor": "#42A5F5",
"progressColor": "#42A5F5", "progressColor": "#42A5F5",
"selectionBackground": "#08507C", "selectionBackground": "#393f4c",
"trackColor": "#08507C" "trackColor": "#393f4c"
}, },
"PsiViewer": { "PsiViewer": {
"referenceHighlightColor": "#42A5F5" "referenceHighlightColor": "#42A5F5"
@@ -514,9 +541,10 @@
"disabledBackground": "#2f343f", "disabledBackground": "#2f343f",
"disabledForeground": "#D3DAE3", "disabledForeground": "#D3DAE3",
"foreground": "#D3DAE3", "foreground": "#D3DAE3",
"selectionBackground": "#8888FF", "selectionBackground": "#8888FF55",
"selectionForeground": "#FFFFFF" "selectionForeground": "#FFFFFF"
}, },
"ScreenView.borderColor": "#404552",
"ScrollBar": { "ScrollBar": {
"background": "#2f343f", "background": "#2f343f",
"hoverThumbBorderColor": "#42A5F5", "hoverThumbBorderColor": "#42A5F5",
@@ -538,7 +566,7 @@
"trackColor": "#2f343f30" "trackColor": "#2f343f30"
} }
}, },
"thumb": "#08507C", "thumb": "#393f4c",
"thumbBorderColor": "#42A5F570", "thumbBorderColor": "#42A5F570",
"thumbColor": "#42A5F570", "thumbColor": "#42A5F570",
"trackColor": "#2f343f30", "trackColor": "#2f343f30",
@@ -571,18 +599,27 @@
"Tab": { "Tab": {
"active.foreground": "#FFFFFF", "active.foreground": "#FFFFFF",
"selectedForeground": "#FFFFFF", "selectedForeground": "#FFFFFF",
"selectedBackground": "#08507C" "selectedBackground": "#393f4c"
} }
}, },
"SearchMatch": { "SearchMatch": {
"endBackground": "#42A5F5", "endBackground": "#42A5F5",
"startBackground": "#42A5F5" "startBackground": "#42A5F5",
"endColor": "#42A5F5",
"startColor": "#42A5F5"
}, },
"SearchField.errorBackground": "#262a33", "SearchField.errorBackground": "#262a33",
"SearchOption": {
"selectedBackground": "#41416A"
},
"SearchResults": {
"Ordinal.File.Foreground": "#8b9eb5",
"Repeated.File.Foreground": "#D3DAE3"
},
"Separator": { "Separator": {
"background": "#393f4c", "background": "#393f4c45",
"foreground": "#393f4c", "foreground": "#393f4c45",
"separatorColor": "#393f4c" "separatorColor": "#393f4c45"
}, },
"SidePanel": { "SidePanel": {
"background": "#262b33" "background": "#262b33"
@@ -593,13 +630,13 @@
"buttonColor": "#42A5F5", "buttonColor": "#42A5F5",
"foreground": "#D3DAE3", "foreground": "#D3DAE3",
"majorTickLength": 6, "majorTickLength": 6,
"tickColor": "#393f4c", "tickColor": "#393f4c45",
"trackColor": "#41416A", "trackColor": "#41416A",
"trackWidth": 7, "trackWidth": 7,
"thumb": "#42A5F5" "thumb": "#42A5F5"
}, },
"SpeedSearch": { "SpeedSearch": {
"background": "#08507C", "background": "#393f4c",
"borderColor": "#404552", "borderColor": "#404552",
"foreground": "#D3DAE3", "foreground": "#D3DAE3",
"errorForeground": "#D3DAE3" "errorForeground": "#D3DAE3"
@@ -614,13 +651,15 @@
"background": "#2f343f", "background": "#2f343f",
"highlight": "#262b33" "highlight": "#262b33"
}, },
"SplitPaneDivider.draggingColor": "#393f4c", "SplitPaneDivider.draggingColor": "#393f4c45",
"StatusBar": { "StatusBar": {
"borderColor": "#2f343f" "borderColor": "#2f343f",
"hoverBackground": "#393f4c",
"LightEditBackground": "#41416A"
}, },
"TabbedPane": { "TabbedPane": {
"background": "#2f343f", "background": "#2f343f",
"contentAreaColor": "#08507C", "contentAreaColor": "#393f4c",
"contentBorderInsets": "3,1,1,1", "contentBorderInsets": "3,1,1,1",
"darkShadow": "#404552", "darkShadow": "#404552",
"disabledForeground": "#D3DAE3", "disabledForeground": "#D3DAE3",
@@ -630,7 +669,7 @@
"fontSizeOffset": 0, "fontSizeOffset": 0,
"foreground": "#D3DAE3", "foreground": "#D3DAE3",
"highlight": "#404552", "highlight": "#404552",
"hoverColor": "#08507C", "hoverColor": "#393f4c",
"labelShift": 0, "labelShift": 0,
"selectedForeground": "#FFFFFF", "selectedForeground": "#FFFFFF",
"selectedLabelShift": 0, "selectedLabelShift": 0,
@@ -643,9 +682,11 @@
}, },
"TabbedPane.mt.tab.background": "#262b33", "TabbedPane.mt.tab.background": "#262b33",
"Table": { "Table": {
"alternativeRowBackground": "#262b33",
"background": "#2f343f", "background": "#2f343f",
"cellNoFocusBorder": "10,5,10,5", "cellNoFocusBorder": "10,5,10,5",
"focusCellHighlightBorder": "10,5,10,5", "focusCellHighlightBorder": "10,5,10,5",
"disabledForeground": "#D3DAE3",
"dropLineColor": "#42A5F5", "dropLineColor": "#42A5F5",
"dropLineShortColor": "#42A5F5", "dropLineShortColor": "#42A5F5",
"focusCellBackground": "#41416A", "focusCellBackground": "#41416A",
@@ -653,9 +694,11 @@
"foreground": "#D3DAE3", "foreground": "#D3DAE3",
"gridColor": "#2f343f", "gridColor": "#2f343f",
"highlightOuter": "#41416A", "highlightOuter": "#41416A",
"hoverBackground": "#09477170",
"hoverInactiveBackground": "#41416A",
"lightSelectionForeground": "#FFFFFF", "lightSelectionForeground": "#FFFFFF",
"lightSelectionInactiveForeground": "#8b9eb5", "lightSelectionInactiveForeground": "#8b9eb5",
"lightSelectionInactiveBackground": "#393f4c", "lightSelectionInactiveBackground": "#393f4c45",
"selectionBackground": "#41416A", "selectionBackground": "#41416A",
"selectionForeground": "#FFFFFF", "selectionForeground": "#FFFFFF",
"selectionInactiveBackground": "#41416A", "selectionInactiveBackground": "#41416A",
@@ -666,14 +709,14 @@
"TableHeader": { "TableHeader": {
"background": "#2f343f", "background": "#2f343f",
"borderColor": "#2f343f", "borderColor": "#2f343f",
"bottomSeparatorColor": "#393f4c", "bottomSeparatorColor": "#393f4c45",
"cellBorder": "4,0,4,0", "cellBorder": "4,0,4,0",
"disabledForeground": "#D3DAE3", "disabledForeground": "#D3DAE3",
"foreground": "#D3DAE3", "foreground": "#D3DAE3",
"focusCellBackground": "#41416A", "focusCellBackground": "#41416A",
"focusCellForeground": "#FFFFFF", "focusCellForeground": "#FFFFFF",
"height": 25, "height": 25,
"separatorColor": "#393f4c" "separatorColor": "#393f4c45"
}, },
"text": "#8b9eb5", "text": "#8b9eb5",
"textInactiveText": "#8b9eb5", "textInactiveText": "#8b9eb5",
@@ -704,7 +747,7 @@
}, },
"TitlePane": { "TitlePane": {
"background": "#262b33", "background": "#262b33",
"Button.hoverBackground": "#08507C", "Button.hoverBackground": "#393f4c",
"inactiveBackground": "#2f343f", "inactiveBackground": "#2f343f",
"infoForeground": "#8b9eb5", "infoForeground": "#8b9eb5",
"inactiveInfoForeground": "#8b9eb5" "inactiveInfoForeground": "#8b9eb5"
@@ -729,8 +772,8 @@
"ToolTip": { "ToolTip": {
"Actions.background": "#2f343f", "Actions.background": "#2f343f",
"Actions.infoForeground": "#8b9eb5", "Actions.infoForeground": "#8b9eb5",
"background": "#2f343f", "background": "#262a33",
"borderColor": "#08507C", "borderColor": "#404552",
"foreground": "#D3DAE3", "foreground": "#D3DAE3",
"infoForeground": "#8b9eb5", "infoForeground": "#8b9eb5",
"separatorColor": "#404552", "separatorColor": "#404552",
@@ -744,27 +787,32 @@
}, },
"Header": { "Header": {
"background": "#2f343f", "background": "#2f343f",
"borderColor": "#393f4c", "borderColor": "#393f4c45",
"inactiveBackground": "#2f343f" "inactiveBackground": "#2f343f"
}, },
"HeaderCloseButton": { "HeaderCloseButton": {
"background": "#2f343f" "background": "#2f343f"
}, },
"HeaderTab": { "HeaderTab": {
"hoverBackground": "#08507C", "borderColor": "#393f4c",
"hoverBackground": "#393f4c",
"hoverInactiveBackground": "#393f4c", "hoverInactiveBackground": "#393f4c",
"inactiveUnderlineColor": "#42A5F5", "inactiveUnderlineColor": "#42A5F5",
"selectedBackground": "#262b33", "selectedBackground": "#262b33",
"selectedInactiveBackground": "#262b33", "selectedInactiveBackground": "#262b33",
"underlineColor": "#42A5F5", "underlineColor": "#42A5F5",
"underlinedTabBackground": "#08507C", "underlinedTabBackground": "#41416A",
"underlinedTabInactiveBackground": "#393f4c" "underlinedTabInactiveBackground": "#393f4c45",
"underlinedTabForeground": "#FFFFFF",
"underlinedTabInactiveForeground": "#D3DAE3"
} }
}, },
"Tree": { "Tree": {
"background": "#262b33", "background": "#262b33",
"foreground": "#8b9eb5", "foreground": "#8b9eb5",
"hash": "#404552", "hash": "#404552",
"hoverBackground": "#09477170",
"hoverInactiveBackground": "#41416A",
"modifiedItemForeground": "#42A5F5", "modifiedItemForeground": "#42A5F5",
"rowHeight": 28, "rowHeight": 28,
"selectionBackground": "#09477170", "selectionBackground": "#09477170",
@@ -775,26 +823,64 @@
}, },
"Tree.leftChildIndent": 10, "Tree.leftChildIndent": 10,
"Tree.rightChildIndent": 5, "Tree.rightChildIndent": 5,
"UiDesigner": { "UIDesigner": {
"Activity.borderColor": "#404552", "Activity.borderColor": "#404552",
"ColorPicker.background": "#2f343f", "Canvas.background": "#262b33",
"ColorPicker.foreground": "#D3DAE3", "ColorPicker": {
"Component.borderColor": "#404552", "background": "#2f343f",
"Component.background": "#2f343f", "foreground": "#D3DAE3"
"Component.foreground": "#D3DAE3", },
"Connector.borderColor": "#404552", "Component": {
"Connector.hoverBorderColor": "#08507C", "borderColor": "#404552",
"background": "#2f343f",
"foreground": "#D3DAE3",
"hoverBorderColor": "#393f4c"
},
"Connector": {
"borderColor": "#404552",
"hoverBorderColor": "#393f4c"
},
"Canvas.background": "#262b33", "Canvas.background": "#262b33",
"highStroke.foreground": "#D3DAE3", "highStroke.foreground": "#D3DAE3",
"Label.foreground": "#8b9eb5", "Label.foreground": "#8b9eb5",
"List.selectionBackground": "#09477170", "List.selectionBackground": "#09477170",
"Panel.borderColor": "#404552", "motion": {
"Panel.background": "#2f343f", "borderColor": "#404552",
"Component.foreground": "#D3DAE3",
"ConstraintSetText.foreground": "#8b9eb5",
"ConstraintSet.background": "#393f4c45",
"CSPanel.SelectedFocusBackground": "#8888FF55",
"CSPanel.SelectedBackground": "#09477170",
"cs_FocusText.infoForeground": "#8b9eb5",
"CursorTextColor.foreground": "#D3DAE3",
"HoverColor.disabledBackground": "#D3DAE3",
"motionGraph.background": "#2f343f",
"Notification.background": "#262a33",
"ourAvg.background": "#393f4c45",
"ourCS.background": "#393f4c45",
"ourCS_Border.borderColor": "#404552",
"ourCS_TextColor.foreground": "#8b9eb5",
"ourCS_SelectedFocusBackground.selectionForeground": "#FFFFFF",
"ourCS_SelectedBackground.selectionInactiveBackground": "#41416A",
"ourCS_SelectedBorder.pressedBorderColor": "#393f4c",
"ourML_BarColor.separatorColor": "#404552",
"PrimaryPanel.background": "#262b33",
"SecondaryPanel.background": "#2f343f",
"SecondaryPanel.header.foreground": "#8b9eb5",
"SecondaryPanel.header.background": "#262b33",
"timeLine.disabledBorderColor": "#404552"
},
"Panel": {
"borderColor": "#404552",
"background": "#2f343f"
},
"percent.foreground": "#D3DAE3", "percent.foreground": "#D3DAE3",
"Placeholder.background": "#2f343f", "Placeholder": {
"Placeholder.borderColor": "#404552", "background": "#2f343f",
"Placeholder.foreground": "#D3DAE3", "borderColor": "#404552",
"Placeholder.selectedForeground": "#FFFFFF", "foreground": "#D3DAE3",
"selectedForeground": "#FFFFFF"
},
"Preview.background": "#2f343f", "Preview.background": "#2f343f",
"stroke.acceleratorForeground": "#8b9eb5" "stroke.acceleratorForeground": "#8b9eb5"
}, },
@@ -809,7 +895,7 @@
"selectedBranchBackground": "#2f343f" "selectedBranchBackground": "#2f343f"
}, },
"GitCommits": { "GitCommits": {
"graphColor": "#08507C" "graphColor": "#393f4c"
}, },
"GitLog": { "GitLog": {
"localBranchIconColor": "#42A5F5", "localBranchIconColor": "#42A5F5",
@@ -828,11 +914,12 @@
}, },
"Log": { "Log": {
"Commit.unmatchedForeground": "#8b9eb5", "Commit.unmatchedForeground": "#8b9eb5",
"Commit.currentBranchBackground": "#393f4c" "Commit.currentBranchBackground": "#393f4c45",
"Commit.hoveredBackground": "#09477170"
}, },
"RefLabel": { "RefLabel": {
"foreground": "#FFFFFF", "foreground": "#FFFFFF",
"backgroundBase": "#08507C" "backgroundBase": "#393f4c"
} }
}, },
"Viewport": { "Viewport": {
@@ -840,19 +927,25 @@
"foreground": "#D3DAE3" "foreground": "#D3DAE3"
}, },
"WelcomeScreen": { "WelcomeScreen": {
"AssociatedComponent.background": "#2f343f",
"background": "#2f343f", "background": "#2f343f",
"borderColor": "#2f343f", "borderColor": "#2f343f",
"captionBackground": "#262b33", "captionBackground": "#262b33",
"captionForeground": "#D3DAE3", "captionForeground": "#D3DAE3",
"Details.background": "#2f343f",
"footerBackground": "#262b33", "footerBackground": "#262b33",
"footerForeground": "#D3DAE3", "footerForeground": "#D3DAE3",
"headerBackground": "#2f343f", "headerBackground": "#2f343f",
"headerForeground": "#D3DAE3", "headerForeground": "#D3DAE3",
"List.background": "#262b33",
"separatorColor": "#404552", "separatorColor": "#404552",
"SidePanel.background": "#393f4c45",
"Projects": { "Projects": {
"background": "#393f4c", "actions.background": "#262b33",
"selectionBackground": "#8888FF", "actions.selectionBackground": "#393f4c",
"selectionInactiveBackground": "#393f4c" "background": "#393f4c45",
"selectionBackground": "#8888FF55",
"selectionInactiveBackground": "#393f4c45"
} }
}, },
"window": "#262b33", "window": "#262b33",
@@ -875,7 +968,7 @@
"Actions.Blue": "#7587A6", "Actions.Blue": "#7587A6",
"Actions.Green": "#8F9D6A", "Actions.Green": "#8F9D6A",
"Actions.Grey": "#8b9eb5", "Actions.Grey": "#8b9eb5",
"Actions.GreyInline": "#747C84", "Actions.GreyInline": "#747c84",
"Actions.GreyInline.Dark": "#D3DAE3", "Actions.GreyInline.Dark": "#D3DAE3",
"Actions.Red": "#CF6A4C", "Actions.Red": "#CF6A4C",
"Actions.Yellow": "#F9EE98", "Actions.Yellow": "#F9EE98",
@@ -901,7 +994,7 @@
"Checkbox.Foreground.Selected.Dark": "#42A5F5", "Checkbox.Foreground.Selected.Dark": "#42A5F5",
"Checkbox.Focus.Thin.Selected": "#D3DAE3", "Checkbox.Focus.Thin.Selected": "#D3DAE3",
"Checkbox.Focus.Thin.Selected.Dark": "#D3DAE3", "Checkbox.Focus.Thin.Selected.Dark": "#D3DAE3",
"Objects.Grey": "#747C84", "Objects.Grey": "#747c84",
"Objects.Blue": "#7587A6", "Objects.Blue": "#7587A6",
"Objects.RedStatus": "#CF6A4C", "Objects.RedStatus": "#CF6A4C",
"Objects.Red": "#CF6A4C", "Objects.Red": "#CF6A4C",

View File

@@ -3,6 +3,12 @@
"dark": true, "dark": true,
"author": "Mallowigi", "author": "Mallowigi",
"editorScheme": "/colors/Arc Dark.xml", "editorScheme": "/colors/Arc Dark.xml",
"emptyFrameBackground": {
"anchor": "center",
"image": "/walls/arcdark.svg",
"fill": "scale",
"transparency": 50
},
"ui": { "ui": {
"*": { "*": {
"acceleratorSelectionForeground": "#8b9eb5", "acceleratorSelectionForeground": "#8b9eb5",
@@ -11,16 +17,16 @@
"disabledBackground": "#37373d", "disabledBackground": "#37373d",
"disabledForeground": "#D3DAE3", "disabledForeground": "#D3DAE3",
"disabledText": "#D3DAE3", "disabledText": "#D3DAE3",
"focusColor": "#08507C", "focusColor": "#393f4c",
"focusedBorderColor": "#42A5F5", "focusedBorderColor": "#42A5F5",
"foreground": "#D3DAE3", "foreground": "#D3DAE3",
"inactiveBackground": "#37373d", "inactiveBackground": "#37373d",
"inactiveForeground": "#8b9eb5", "inactiveForeground": "#8b9eb5",
"infoForeground": "#8b9eb5", "infoForeground": "#8b9eb5",
"selectionBackground": "#8888FF", "selectionBackground": "#8888FF55",
"selectionBackgroundInactive": "#393f4c", "selectionBackgroundInactive": "#393f4c45",
"selectionForeground": "#FFFFFF", "selectionForeground": "#FFFFFF",
"selectionInactiveBackground": "#393f4c", "selectionInactiveBackground": "#393f4c45",
"separatorColor": "#404552" "separatorColor": "#404552"
}, },
"activeCaption": "#2f343f", "activeCaption": "#2f343f",
@@ -33,7 +39,7 @@
"pressedBorderColor": "#42A5F550" "pressedBorderColor": "#42A5F550"
}, },
"Autocomplete": { "Autocomplete": {
"selectionBackground": "#8888FF" "selectionBackground": "#8888FF55"
}, },
"Borders.ContrastBorderColor": "#2f343f", "Borders.ContrastBorderColor": "#2f343f",
"Borders.color": "#404552", "Borders.color": "#404552",
@@ -54,7 +60,7 @@
"disabledText": "#D3DAE3", "disabledText": "#D3DAE3",
"endBackground": "#383C4A", "endBackground": "#383C4A",
"endBorderColor": "#383C4A", "endBorderColor": "#383C4A",
"focus": "#08507C", "focus": "#393f4c",
"focusedBorderColor": "#42A5F5", "focusedBorderColor": "#42A5F5",
"foreground": "#8b9eb5", "foreground": "#8b9eb5",
"highlight": "#FFFFFF", "highlight": "#FFFFFF",
@@ -72,7 +78,10 @@
"Tooltip.borderColor": "#404552", "Tooltip.borderColor": "#404552",
"Tooltip.background": "#262a33" "Tooltip.background": "#262a33"
}, },
"Content.background": "#262b33", "Content": {
"background": "#262b33",
"selectionBackground": "#8888FF55"
},
"CheckBox": { "CheckBox": {
"background": "#2f343f", "background": "#2f343f",
"disabledText": "#D3DAE3", "disabledText": "#D3DAE3",
@@ -86,9 +95,17 @@
"disabledBackground": "#2f343f", "disabledBackground": "#2f343f",
"disabledForeground": "#D3DAE3", "disabledForeground": "#D3DAE3",
"foreground": "#D3DAE3", "foreground": "#D3DAE3",
"selectionBackground": "#8888FF", "selectionBackground": "#8888FF55",
"selectionForeground": "#FFFFFF" "selectionForeground": "#FFFFFF"
}, },
"CodeWithMe": {
"Avatar.foreground": "#D3DAE3",
"AccessEnabled": {
"accessDot": "#42A5F5",
"dropdownBorder": "#393f4c45",
"pillBackground": "$second"
}
},
"ColorChooser": { "ColorChooser": {
"background": "#2f343f", "background": "#2f343f",
"foreground": "#D3DAE3", "foreground": "#D3DAE3",
@@ -104,17 +121,18 @@
}, },
"background": "#2f343f", "background": "#2f343f",
"buttonBackground": "#383C4A", "buttonBackground": "#383C4A",
"darcula.hoveredArrowButtonForeground": "#42A5F5",
"disabledForeground": "#D3DAE3", "disabledForeground": "#D3DAE3",
"foreground": "#D3DAE3", "foreground": "#D3DAE3",
"modifiedItemForeground": "#42A5F5", "modifiedItemForeground": "#42A5F5",
"nonEditableBackground": "#393f4c", "nonEditableBackground": "#393f4c45",
"padding": "5,5,5,5", "padding": "5,5,5,5",
"selectionBackground": "#41416A", "selectionBackground": "#41416A",
"selectionForeground": "#FFFFFF" "selectionForeground": "#FFFFFF"
}, },
"ComboPopup.border": "#404552", "ComboPopup.border": "#404552",
"CompletionPopup": { "CompletionPopup": {
"background": "#393f4c", "background": "#393f4c45",
"foreground": "#D3DAE3", "foreground": "#D3DAE3",
"infoForeground": "#8b9eb5", "infoForeground": "#8b9eb5",
"matchForeground": "#42A5F5", "matchForeground": "#42A5F5",
@@ -123,14 +141,14 @@
"selectedGrayedForeground": "#FFFFFF", "selectedGrayedForeground": "#FFFFFF",
"selectionGrayForeground": "#FFFFFF", "selectionGrayForeground": "#FFFFFF",
"selectionInactiveInfoForeground": "#8b9eb5", "selectionInactiveInfoForeground": "#8b9eb5",
"selectionInactiveBackground": "#8888FF50", "selectionInactiveBackground": "#8888FF55",
"selectionBackground": "#8888FF80", "selectionBackground": "#8888FF55",
"selectionForeground": "#FFFFFF", "selectionForeground": "#FFFFFF",
"selectionInfoForeground": "#FFFFFF" "selectionInfoForeground": "#FFFFFF"
}, },
"Component": { "Component": {
"arc": 4, "arc": 4,
"borderColor": "#08507C", "borderColor": "#393f4c",
"disabledBorderColor": "#383C4A", "disabledBorderColor": "#383C4A",
"focusColor": "#42A5F5", "focusColor": "#42A5F5",
"focusedBorderColor": "#42A5F5", "focusedBorderColor": "#42A5F5",
@@ -156,23 +174,25 @@
} }
}, },
"DebuggerTabs": { "DebuggerTabs": {
"selectedBackground": "#08507C", "selectedBackground": "#393f4c",
"underlinedTabBackground": "#08507C" "underlinedTabBackground": "#393f4c"
}, },
"DebuggerPopup": { "DebuggerPopup": {
"borderColor": "#08507C" "borderColor": "#393f4c"
}, },
"DefaultTabs": { "DefaultTabs": {
"background": "#2f343f", "background": "#2f343f",
"borderColor": "#2f343f", "borderColor": "#2f343f",
"hoverBackground": "#41416A", "hoverBackground": "#41416A",
"hoverColor": "#2f343f", "hoverColor": "#2f343f",
"hoverMaskColor": "#08507C", "hoverMaskColor": "#393f4c",
"inactiveColoredTabBackground": "#2f343f",
"inactiveColoredFileBackground": "#383C4A", "inactiveColoredFileBackground": "#383C4A",
"inactiveUnderlineColor": "#D3DAE3", "inactiveUnderlineColor": "#42A5F5",
"inactiveMaskColor": "#2f343f", "inactiveMaskColor": "#2f343f",
"underlineColor": "#42A5F5", "underlineColor": "#42A5F5",
"underlinedTabBackground": "#41416A" "underlinedTabBackground": "#41416A",
"underlinedTabForeground": "#FFFFFF"
}, },
"Desktop.background": "#2f343f", "Desktop.background": "#2f343f",
"DialogWrapper.southPanelBackground": "#2f343f", "DialogWrapper.southPanelBackground": "#2f343f",
@@ -193,26 +213,28 @@
"foreground": "#D3DAE3", "foreground": "#D3DAE3",
"inactiveBackground": "#2f343f", "inactiveBackground": "#2f343f",
"inactiveForeground": "#D3DAE3", "inactiveForeground": "#D3DAE3",
"selectionBackground": "#8888FF", "selectionBackground": "#8888FF55",
"selectionForeground": "#FFFFFF" "selectionForeground": "#FFFFFF"
}, },
"EditorTabs": { "EditorTabs": {
"borderColor": "#393f4c", "borderColor": "#393f4c45",
"hoverColor": "#08507C", "hoverBackground": "#393f4c",
"hoverMaskColor": "#08507C", "hoverColor": "#393f4c",
"hoverMaskColor": "#393f4c",
"inactiveMaskColor": "#2f343f", "inactiveMaskColor": "#2f343f",
"inactiveColoredFileBackground": "#2f343f2", "inactiveColoredFileBackground": "#2f343f",
"inactiveUnderlineColor": "#D3DAE3", "inactiveUnderlineColor": "#D3DAE3",
"selectedForeground": "#D3DAE3", "selectedForeground": "#D3DAE3",
"selectedBackground": "#41416A", "selectedBackground": "#41416A",
"underlineColor": "#42A5F5", "underlineColor": "#42A5F5",
"underlinedTabBackground": "#41416A" "underlinedTabBackground": "#41416A",
"underlinedTabForeground": "#FFFFFF"
}, },
"EditorGroupsTabs": { "EditorGroupsTabs": {
"background": "#2f343f", "background": "#2f343f",
"borderColor": "#393f4c", "borderColor": "#393f4c45",
"hoverBackground": "#08507C", "hoverBackground": "#393f4c",
"hoverColor": "#08507C", "hoverColor": "#393f4c",
"inactiveUnderlineColor": "#42A5F5", "inactiveUnderlineColor": "#42A5F5",
"underlineColor": "#42A5F5", "underlineColor": "#42A5F5",
"underlinedTabBackground": "#41416A", "underlinedTabBackground": "#41416A",
@@ -246,12 +268,13 @@
"selectionForeground": "#FFFFFF", "selectionForeground": "#FFFFFF",
"selectionBackground": "#41416A" "selectionBackground": "#41416A"
}, },
"GotItTooltip.borderColor": "#262a33",
"Group": { "Group": {
"disabledSeparatorColor": "#404552", "disabledSeparatorColor": "#404552",
"separatorColor": "#404552" "separatorColor": "#404552"
}, },
"GutterTooltip": { "GutterTooltip": {
"infoForeground": "#D3DAE3", "infoForeground": "#8b9eb5",
"lineSeparatorColor": "#2f343f" "lineSeparatorColor": "#2f343f"
}, },
"HeaderColor": { "HeaderColor": {
@@ -266,7 +289,7 @@
"shortcutForeground": "#8b9eb5" "shortcutForeground": "#8b9eb5"
}, },
"Hyperlink.linkColor": "#42A5F5", "Hyperlink.linkColor": "#42A5F5",
"inactiveCaption": "#393f4c", "inactiveCaption": "#393f4c45",
"inactiveCaptionBorder": "#2f343f", "inactiveCaptionBorder": "#2f343f",
"inactiveCaptionText": "#8b9eb5", "inactiveCaptionText": "#8b9eb5",
"info": "#8b9eb5", "info": "#8b9eb5",
@@ -288,7 +311,8 @@
"disabledText": "#D3DAE3", "disabledText": "#D3DAE3",
"foreground": "#D3DAE3", "foreground": "#D3DAE3",
"infoForeground": "#8b9eb5", "infoForeground": "#8b9eb5",
"selectedForeground": "#FFFFFF" "selectedForeground": "#FFFFFF",
"selectedDisabledForeground": "#D3DAE3"
}, },
"Link": { "Link": {
"activeForeground": "#42A5F5", "activeForeground": "#42A5F5",
@@ -299,9 +323,11 @@
}, },
"link.foreground": "#42A5F5", "link.foreground": "#42A5F5",
"List": { "List": {
"background": "#393f4c", "background": "#393f4c45",
"foreground": "#D3DAE3", "foreground": "#D3DAE3",
"selectionBackground": "#8888FF50", "hoverBackground": "#09477170",
"hoverInactiveBackground": "#41416A",
"selectionBackground": "#8888FF55",
"selectionForeground": "#FFFFFF", "selectionForeground": "#FFFFFF",
"selectionInactiveForeground": "#FFFFFF", "selectionInactiveForeground": "#FFFFFF",
"selectionInactiveBackground": "#09477170" "selectionInactiveBackground": "#09477170"
@@ -319,20 +345,20 @@
"tagColor": "#8b9eb5" "tagColor": "#8b9eb5"
}, },
"MemoryIndicator": { "MemoryIndicator": {
"allocatedBackground": "#393f4c", "allocatedBackground": "#393f4c45",
"usedColor": "#08507C", "usedColor": "#393f4c",
"usedBackground": "#08507C" "usedBackground": "#393f4c"
}, },
"Menu": { "Menu": {
"acceleratorForeground": "#8b9eb5", "acceleratorForeground": "#8b9eb5",
"acceleratorSelectionForeground": "#FFFFFF", "acceleratorSelectionForeground": "#FFFFFF",
"background": "#2f343f", "background": "#2f343f",
"border": "4,2,4,2", "border": "4,2,4,2",
"borderColor": "#393f4c", "borderColor": "#393f4c45",
"disabledBackground": "#393f4c", "disabledBackground": "#393f4c45",
"disabledForeground": "#D3DAE3", "disabledForeground": "#D3DAE3",
"foreground": "#D3DAE3", "foreground": "#D3DAE3",
"selectionBackground": "#8888FF", "selectionBackground": "#8888FF55",
"selectionForeground": "#FFFFFF", "selectionForeground": "#FFFFFF",
"separatorColor": "#404552" "separatorColor": "#404552"
}, },
@@ -343,7 +369,7 @@
"disabledForeground": "#D3DAE3", "disabledForeground": "#D3DAE3",
"foreground": "#D3DAE3", "foreground": "#D3DAE3",
"highlight": "#2f343f", "highlight": "#2f343f",
"selectionBackground": "#8888FF", "selectionBackground": "#8888FF55",
"selectionForeground": "#FFFFFF", "selectionForeground": "#FFFFFF",
"shadow": "#2f343f" "shadow": "#2f343f"
}, },
@@ -355,7 +381,7 @@
"disabledBackground": "#2f343f", "disabledBackground": "#2f343f",
"disabledForeground": "#D3DAE3", "disabledForeground": "#D3DAE3",
"foreground": "#D3DAE3", "foreground": "#D3DAE3",
"selectionBackground": "#8888FF", "selectionBackground": "#8888FF55",
"selectionForeground": "#FFFFFF" "selectionForeground": "#FFFFFF"
}, },
"NavBar": { "NavBar": {
@@ -407,9 +433,9 @@
"foreground": "#D3DAE3" "foreground": "#D3DAE3"
}, },
"ParameterInfo": { "ParameterInfo": {
"background": "#393f4c", "background": "#393f4c45",
"borderColor": "#41416A", "borderColor": "#41416A",
"currentOverloadBackground": "#41416A", "currentOverloadBackground": "#393f4c",
"currentParameterForeground": "#42A5F5", "currentParameterForeground": "#42A5F5",
"disabledForeground": "#D3DAE3", "disabledForeground": "#D3DAE3",
"foreground": "#D3DAE3", "foreground": "#D3DAE3",
@@ -428,21 +454,22 @@
"Plugins": { "Plugins": {
"background": "#2f343f", "background": "#2f343f",
"disabledForeground": "#D3DAE3", "disabledForeground": "#D3DAE3",
"eapTagBackground": "#08507C", "eapTagBackground": "#393f4c",
"lightSelectionBackground": "#8888FF", "hoverBackground": "#09477170",
"paidTagBackground": "#08507C", "lightSelectionBackground": "#41416A",
"selectionBackground": "#8888FF", "paidTagBackground": "#393f4c",
"selectionBackground": "#8888FF55",
"tagForeground": "#42A5F5", "tagForeground": "#42A5F5",
"tagBackground": "#08507C", "tagBackground": "#393f4c",
"trialTagBackground": "#08507C", "trialTagBackground": "#393f4c",
"Button": { "Button": {
"installBackground": "#383C4A", "installBackground": "#383C4A",
"installBorderColor": "#383C4A", "installBorderColor": "#383C4A",
"installForeground": "#D3DAE3", "installForeground": "#D3DAE3",
"installFocusedBackground": "#08507C", "installFocusedBackground": "#393f4c",
"installFillForeground": "#D3DAE3", "installFillForeground": "#D3DAE3",
"installFillBackground": "#383C4A", "installFillBackground": "#383C4A",
"updateBackground": "#383C4A", "updateBackground": "#42A5F5",
"updateBorderColor": "#383C4A", "updateBorderColor": "#383C4A",
"updateForeground": "#D3DAE3" "updateForeground": "#D3DAE3"
}, },
@@ -451,7 +478,7 @@
"borderColor": "#404552" "borderColor": "#404552"
}, },
"SectionHeader": { "SectionHeader": {
"background": "#393f4c", "background": "#393f4c45",
"foreground": "#D3DAE3" "foreground": "#D3DAE3"
}, },
"Tab": { "Tab": {
@@ -468,14 +495,14 @@
}, },
"borderColor": "#262b33", "borderColor": "#262b33",
"inactiveBorderColor": "#2f343f", "inactiveBorderColor": "#2f343f",
"innerBorderColor": "#393f4c", "innerBorderColor": "#393f4c45",
"Header": { "Header": {
"activeBackground": "#2f343f", "activeBackground": "#2f343f",
"inactiveBackground": "#262b33" "inactiveBackground": "#262b33"
}, },
"paintBorder": true, "paintBorder": true,
"separatorForeground": "#D3DAE3", "separatorForeground": "#D3DAE3",
"separatorColor": "#393f4c", "separatorColor": "#393f4c45",
"Toolbar": { "Toolbar": {
"Floating.background": "#262b33", "Floating.background": "#262b33",
"background": "#262b33", "background": "#262b33",
@@ -496,8 +523,8 @@
"indeterminateEndColor": "#42A5F5", "indeterminateEndColor": "#42A5F5",
"indeterminateStartColor": "#42A5F5", "indeterminateStartColor": "#42A5F5",
"progressColor": "#42A5F5", "progressColor": "#42A5F5",
"selectionBackground": "#08507C", "selectionBackground": "#393f4c",
"trackColor": "#08507C" "trackColor": "#393f4c"
}, },
"PsiViewer": { "PsiViewer": {
"referenceHighlightColor": "#42A5F5" "referenceHighlightColor": "#42A5F5"
@@ -514,9 +541,10 @@
"disabledBackground": "#2f343f", "disabledBackground": "#2f343f",
"disabledForeground": "#D3DAE3", "disabledForeground": "#D3DAE3",
"foreground": "#D3DAE3", "foreground": "#D3DAE3",
"selectionBackground": "#8888FF", "selectionBackground": "#8888FF55",
"selectionForeground": "#FFFFFF" "selectionForeground": "#FFFFFF"
}, },
"ScreenView.borderColor": "#404552",
"ScrollBar": { "ScrollBar": {
"background": "#2f343f", "background": "#2f343f",
"hoverThumbBorderColor": "#42A5F5", "hoverThumbBorderColor": "#42A5F5",
@@ -538,7 +566,7 @@
"trackColor": "#2f343f30" "trackColor": "#2f343f30"
} }
}, },
"thumb": "#08507C", "thumb": "#393f4c",
"thumbBorderColor": "#42A5F570", "thumbBorderColor": "#42A5F570",
"thumbColor": "#42A5F570", "thumbColor": "#42A5F570",
"trackColor": "#2f343f30", "trackColor": "#2f343f30",
@@ -571,18 +599,27 @@
"Tab": { "Tab": {
"active.foreground": "#FFFFFF", "active.foreground": "#FFFFFF",
"selectedForeground": "#FFFFFF", "selectedForeground": "#FFFFFF",
"selectedBackground": "#08507C" "selectedBackground": "#393f4c"
} }
}, },
"SearchMatch": { "SearchMatch": {
"endBackground": "#42A5F5", "endBackground": "#42A5F5",
"startBackground": "#42A5F5" "startBackground": "#42A5F5",
"endColor": "#42A5F5",
"startColor": "#42A5F5"
}, },
"SearchField.errorBackground": "#262a33", "SearchField.errorBackground": "#262a33",
"SearchOption": {
"selectedBackground": "#41416A"
},
"SearchResults": {
"Ordinal.File.Foreground": "#8b9eb5",
"Repeated.File.Foreground": "#D3DAE3"
},
"Separator": { "Separator": {
"background": "#393f4c", "background": "#393f4c45",
"foreground": "#393f4c", "foreground": "#393f4c45",
"separatorColor": "#393f4c" "separatorColor": "#393f4c45"
}, },
"SidePanel": { "SidePanel": {
"background": "#2f343f" "background": "#2f343f"
@@ -593,13 +630,13 @@
"buttonColor": "#42A5F5", "buttonColor": "#42A5F5",
"foreground": "#D3DAE3", "foreground": "#D3DAE3",
"majorTickLength": 6, "majorTickLength": 6,
"tickColor": "#393f4c", "tickColor": "#393f4c45",
"trackColor": "#41416A", "trackColor": "#41416A",
"trackWidth": 7, "trackWidth": 7,
"thumb": "#42A5F5" "thumb": "#42A5F5"
}, },
"SpeedSearch": { "SpeedSearch": {
"background": "#08507C", "background": "#393f4c",
"borderColor": "#404552", "borderColor": "#404552",
"foreground": "#D3DAE3", "foreground": "#D3DAE3",
"errorForeground": "#D3DAE3" "errorForeground": "#D3DAE3"
@@ -614,13 +651,15 @@
"background": "#2f343f", "background": "#2f343f",
"highlight": "#2f343f" "highlight": "#2f343f"
}, },
"SplitPaneDivider.draggingColor": "#393f4c", "SplitPaneDivider.draggingColor": "#393f4c45",
"StatusBar": { "StatusBar": {
"borderColor": "#2f343f" "borderColor": "#2f343f",
"hoverBackground": "#393f4c",
"LightEditBackground": "#41416A"
}, },
"TabbedPane": { "TabbedPane": {
"background": "#2f343f", "background": "#2f343f",
"contentAreaColor": "#08507C", "contentAreaColor": "#393f4c",
"contentBorderInsets": "3,1,1,1", "contentBorderInsets": "3,1,1,1",
"darkShadow": "#404552", "darkShadow": "#404552",
"disabledForeground": "#D3DAE3", "disabledForeground": "#D3DAE3",
@@ -630,7 +669,7 @@
"fontSizeOffset": 0, "fontSizeOffset": 0,
"foreground": "#D3DAE3", "foreground": "#D3DAE3",
"highlight": "#404552", "highlight": "#404552",
"hoverColor": "#08507C", "hoverColor": "#393f4c",
"labelShift": 0, "labelShift": 0,
"selectedForeground": "#FFFFFF", "selectedForeground": "#FFFFFF",
"selectedLabelShift": 0, "selectedLabelShift": 0,
@@ -643,9 +682,11 @@
}, },
"TabbedPane.mt.tab.background": "#2f343f", "TabbedPane.mt.tab.background": "#2f343f",
"Table": { "Table": {
"alternativeRowBackground": "#262b33",
"background": "#2f343f", "background": "#2f343f",
"cellNoFocusBorder": "10,5,10,5", "cellNoFocusBorder": "10,5,10,5",
"focusCellHighlightBorder": "10,5,10,5", "focusCellHighlightBorder": "10,5,10,5",
"disabledForeground": "#D3DAE3",
"dropLineColor": "#42A5F5", "dropLineColor": "#42A5F5",
"dropLineShortColor": "#42A5F5", "dropLineShortColor": "#42A5F5",
"focusCellBackground": "#41416A", "focusCellBackground": "#41416A",
@@ -653,9 +694,11 @@
"foreground": "#D3DAE3", "foreground": "#D3DAE3",
"gridColor": "#2f343f", "gridColor": "#2f343f",
"highlightOuter": "#41416A", "highlightOuter": "#41416A",
"hoverBackground": "#09477170",
"hoverInactiveBackground": "#41416A",
"lightSelectionForeground": "#FFFFFF", "lightSelectionForeground": "#FFFFFF",
"lightSelectionInactiveForeground": "#8b9eb5", "lightSelectionInactiveForeground": "#8b9eb5",
"lightSelectionInactiveBackground": "#393f4c", "lightSelectionInactiveBackground": "#393f4c45",
"selectionBackground": "#41416A", "selectionBackground": "#41416A",
"selectionForeground": "#FFFFFF", "selectionForeground": "#FFFFFF",
"selectionInactiveBackground": "#41416A", "selectionInactiveBackground": "#41416A",
@@ -666,14 +709,14 @@
"TableHeader": { "TableHeader": {
"background": "#2f343f", "background": "#2f343f",
"borderColor": "#2f343f", "borderColor": "#2f343f",
"bottomSeparatorColor": "#393f4c", "bottomSeparatorColor": "#393f4c45",
"cellBorder": "4,0,4,0", "cellBorder": "4,0,4,0",
"disabledForeground": "#D3DAE3", "disabledForeground": "#D3DAE3",
"foreground": "#D3DAE3", "foreground": "#D3DAE3",
"focusCellBackground": "#41416A", "focusCellBackground": "#41416A",
"focusCellForeground": "#FFFFFF", "focusCellForeground": "#FFFFFF",
"height": 25, "height": 25,
"separatorColor": "#393f4c" "separatorColor": "#393f4c45"
}, },
"text": "#8b9eb5", "text": "#8b9eb5",
"textInactiveText": "#8b9eb5", "textInactiveText": "#8b9eb5",
@@ -704,7 +747,7 @@
}, },
"TitlePane": { "TitlePane": {
"background": "#262b33", "background": "#262b33",
"Button.hoverBackground": "#08507C", "Button.hoverBackground": "#393f4c",
"inactiveBackground": "#2f343f", "inactiveBackground": "#2f343f",
"infoForeground": "#8b9eb5", "infoForeground": "#8b9eb5",
"inactiveInfoForeground": "#8b9eb5" "inactiveInfoForeground": "#8b9eb5"
@@ -729,8 +772,8 @@
"ToolTip": { "ToolTip": {
"Actions.background": "#2f343f", "Actions.background": "#2f343f",
"Actions.infoForeground": "#8b9eb5", "Actions.infoForeground": "#8b9eb5",
"background": "#2f343f", "background": "#262a33",
"borderColor": "#08507C", "borderColor": "#404552",
"foreground": "#D3DAE3", "foreground": "#D3DAE3",
"infoForeground": "#8b9eb5", "infoForeground": "#8b9eb5",
"separatorColor": "#404552", "separatorColor": "#404552",
@@ -744,27 +787,32 @@
}, },
"Header": { "Header": {
"background": "#2f343f", "background": "#2f343f",
"borderColor": "#393f4c", "borderColor": "#393f4c45",
"inactiveBackground": "#2f343f" "inactiveBackground": "#2f343f"
}, },
"HeaderCloseButton": { "HeaderCloseButton": {
"background": "#2f343f" "background": "#2f343f"
}, },
"HeaderTab": { "HeaderTab": {
"hoverBackground": "#08507C", "borderColor": "#393f4c",
"hoverBackground": "#393f4c",
"hoverInactiveBackground": "#393f4c", "hoverInactiveBackground": "#393f4c",
"inactiveUnderlineColor": "#42A5F5", "inactiveUnderlineColor": "#42A5F5",
"selectedBackground": "#262b33", "selectedBackground": "#262b33",
"selectedInactiveBackground": "#262b33", "selectedInactiveBackground": "#262b33",
"underlineColor": "#42A5F5", "underlineColor": "#42A5F5",
"underlinedTabBackground": "#08507C", "underlinedTabBackground": "#41416A",
"underlinedTabInactiveBackground": "#393f4c" "underlinedTabInactiveBackground": "#393f4c45",
"underlinedTabForeground": "#FFFFFF",
"underlinedTabInactiveForeground": "#D3DAE3"
} }
}, },
"Tree": { "Tree": {
"background": "#2f343f", "background": "#2f343f",
"foreground": "#8b9eb5", "foreground": "#8b9eb5",
"hash": "#404552", "hash": "#404552",
"hoverBackground": "#09477170",
"hoverInactiveBackground": "#41416A",
"modifiedItemForeground": "#42A5F5", "modifiedItemForeground": "#42A5F5",
"rowHeight": 28, "rowHeight": 28,
"selectionBackground": "#09477170", "selectionBackground": "#09477170",
@@ -775,26 +823,64 @@
}, },
"Tree.leftChildIndent": 10, "Tree.leftChildIndent": 10,
"Tree.rightChildIndent": 5, "Tree.rightChildIndent": 5,
"UiDesigner": { "UIDesigner": {
"Activity.borderColor": "#404552", "Activity.borderColor": "#404552",
"ColorPicker.background": "#2f343f", "Canvas.background": "#262b33",
"ColorPicker.foreground": "#D3DAE3", "ColorPicker": {
"Component.borderColor": "#404552", "background": "#2f343f",
"Component.background": "#2f343f", "foreground": "#D3DAE3"
"Component.foreground": "#D3DAE3", },
"Connector.borderColor": "#404552", "Component": {
"Connector.hoverBorderColor": "#08507C", "borderColor": "#404552",
"background": "#2f343f",
"foreground": "#D3DAE3",
"hoverBorderColor": "#393f4c"
},
"Connector": {
"borderColor": "#404552",
"hoverBorderColor": "#393f4c"
},
"Canvas.background": "#262b33", "Canvas.background": "#262b33",
"highStroke.foreground": "#D3DAE3", "highStroke.foreground": "#D3DAE3",
"Label.foreground": "#8b9eb5", "Label.foreground": "#8b9eb5",
"List.selectionBackground": "#09477170", "List.selectionBackground": "#09477170",
"Panel.borderColor": "#404552", "motion": {
"Panel.background": "#2f343f", "borderColor": "#404552",
"Component.foreground": "#D3DAE3",
"ConstraintSetText.foreground": "#8b9eb5",
"ConstraintSet.background": "#393f4c45",
"CSPanel.SelectedFocusBackground": "#8888FF55",
"CSPanel.SelectedBackground": "#09477170",
"cs_FocusText.infoForeground": "#8b9eb5",
"CursorTextColor.foreground": "#D3DAE3",
"HoverColor.disabledBackground": "#D3DAE3",
"motionGraph.background": "#2f343f",
"Notification.background": "#262a33",
"ourAvg.background": "#393f4c45",
"ourCS.background": "#393f4c45",
"ourCS_Border.borderColor": "#404552",
"ourCS_TextColor.foreground": "#8b9eb5",
"ourCS_SelectedFocusBackground.selectionForeground": "#FFFFFF",
"ourCS_SelectedBackground.selectionInactiveBackground": "#41416A",
"ourCS_SelectedBorder.pressedBorderColor": "#393f4c",
"ourML_BarColor.separatorColor": "#404552",
"PrimaryPanel.background": "#262b33",
"SecondaryPanel.background": "#2f343f",
"SecondaryPanel.header.foreground": "#8b9eb5",
"SecondaryPanel.header.background": "#262b33",
"timeLine.disabledBorderColor": "#404552"
},
"Panel": {
"borderColor": "#404552",
"background": "#2f343f"
},
"percent.foreground": "#D3DAE3", "percent.foreground": "#D3DAE3",
"Placeholder.background": "#2f343f", "Placeholder": {
"Placeholder.borderColor": "#404552", "background": "#2f343f",
"Placeholder.foreground": "#D3DAE3", "borderColor": "#404552",
"Placeholder.selectedForeground": "#FFFFFF", "foreground": "#D3DAE3",
"selectedForeground": "#FFFFFF"
},
"Preview.background": "#2f343f", "Preview.background": "#2f343f",
"stroke.acceleratorForeground": "#8b9eb5" "stroke.acceleratorForeground": "#8b9eb5"
}, },
@@ -809,7 +895,7 @@
"selectedBranchBackground": "#2f343f" "selectedBranchBackground": "#2f343f"
}, },
"GitCommits": { "GitCommits": {
"graphColor": "#08507C" "graphColor": "#393f4c"
}, },
"GitLog": { "GitLog": {
"localBranchIconColor": "#42A5F5", "localBranchIconColor": "#42A5F5",
@@ -828,11 +914,12 @@
}, },
"Log": { "Log": {
"Commit.unmatchedForeground": "#8b9eb5", "Commit.unmatchedForeground": "#8b9eb5",
"Commit.currentBranchBackground": "#393f4c" "Commit.currentBranchBackground": "#393f4c45",
"Commit.hoveredBackground": "#09477170"
}, },
"RefLabel": { "RefLabel": {
"foreground": "#FFFFFF", "foreground": "#FFFFFF",
"backgroundBase": "#08507C" "backgroundBase": "#393f4c"
} }
}, },
"Viewport": { "Viewport": {
@@ -840,19 +927,25 @@
"foreground": "#D3DAE3" "foreground": "#D3DAE3"
}, },
"WelcomeScreen": { "WelcomeScreen": {
"AssociatedComponent.background": "#2f343f",
"background": "#2f343f", "background": "#2f343f",
"borderColor": "#2f343f", "borderColor": "#2f343f",
"captionBackground": "#262b33", "captionBackground": "#262b33",
"captionForeground": "#D3DAE3", "captionForeground": "#D3DAE3",
"Details.background": "#2f343f",
"footerBackground": "#262b33", "footerBackground": "#262b33",
"footerForeground": "#D3DAE3", "footerForeground": "#D3DAE3",
"headerBackground": "#2f343f", "headerBackground": "#2f343f",
"headerForeground": "#D3DAE3", "headerForeground": "#D3DAE3",
"List.background": "#262b33",
"separatorColor": "#404552", "separatorColor": "#404552",
"SidePanel.background": "#393f4c45",
"Projects": { "Projects": {
"background": "#393f4c", "actions.background": "#262b33",
"selectionBackground": "#8888FF", "actions.selectionBackground": "#393f4c",
"selectionInactiveBackground": "#393f4c" "background": "#393f4c45",
"selectionBackground": "#8888FF55",
"selectionInactiveBackground": "#393f4c45"
} }
}, },
"window": "#2f343f", "window": "#2f343f",
@@ -875,7 +968,7 @@
"Actions.Blue": "#7587A6", "Actions.Blue": "#7587A6",
"Actions.Green": "#8F9D6A", "Actions.Green": "#8F9D6A",
"Actions.Grey": "#8b9eb5", "Actions.Grey": "#8b9eb5",
"Actions.GreyInline": "#747C84", "Actions.GreyInline": "#747c84",
"Actions.GreyInline.Dark": "#D3DAE3", "Actions.GreyInline.Dark": "#D3DAE3",
"Actions.Red": "#CF6A4C", "Actions.Red": "#CF6A4C",
"Actions.Yellow": "#F9EE98", "Actions.Yellow": "#F9EE98",
@@ -901,7 +994,7 @@
"Checkbox.Foreground.Selected.Dark": "#42A5F5", "Checkbox.Foreground.Selected.Dark": "#42A5F5",
"Checkbox.Focus.Thin.Selected": "#D3DAE3", "Checkbox.Focus.Thin.Selected": "#D3DAE3",
"Checkbox.Focus.Thin.Selected.Dark": "#D3DAE3", "Checkbox.Focus.Thin.Selected.Dark": "#D3DAE3",
"Objects.Grey": "#747C84", "Objects.Grey": "#747c84",
"Objects.Blue": "#7587A6", "Objects.Blue": "#7587A6",
"Objects.RedStatus": "#CF6A4C", "Objects.RedStatus": "#CF6A4C",
"Objects.Red": "#CF6A4C", "Objects.Red": "#CF6A4C",

View File

@@ -3,6 +3,12 @@
"dark": true, "dark": true,
"author": "Mallowigi", "author": "Mallowigi",
"editorScheme": "/colors/Atom One Dark.xml", "editorScheme": "/colors/Atom One Dark.xml",
"emptyFrameBackground": {
"anchor": "center",
"image": "/walls/onedark.svg",
"fill": "scale",
"transparency": 50
},
"ui": { "ui": {
"*": { "*": {
"acceleratorSelectionForeground": "#979FAD", "acceleratorSelectionForeground": "#979FAD",
@@ -72,7 +78,10 @@
"Tooltip.borderColor": "#282C34", "Tooltip.borderColor": "#282C34",
"Tooltip.background": "#282C34" "Tooltip.background": "#282C34"
}, },
"Content.background": "#21252B", "Content": {
"background": "#21252B",
"selectionBackground": "#4D515D"
},
"CheckBox": { "CheckBox": {
"background": "#282C34", "background": "#282C34",
"disabledText": "#6B727D", "disabledText": "#6B727D",
@@ -89,6 +98,14 @@
"selectionBackground": "#4D515D", "selectionBackground": "#4D515D",
"selectionForeground": "#FFFFFF" "selectionForeground": "#FFFFFF"
}, },
"CodeWithMe": {
"Avatar.foreground": "#979FAD",
"AccessEnabled": {
"accessDot": "#2979ff",
"dropdownBorder": "#2F333D",
"pillBackground": "$second"
}
},
"ColorChooser": { "ColorChooser": {
"background": "#282C34", "background": "#282C34",
"foreground": "#979FAD", "foreground": "#979FAD",
@@ -104,6 +121,7 @@
}, },
"background": "#21252B", "background": "#21252B",
"buttonBackground": "#3A3F4B", "buttonBackground": "#3A3F4B",
"darcula.hoveredArrowButtonForeground": "#2979ff",
"disabledForeground": "#6B727D", "disabledForeground": "#6B727D",
"foreground": "#979FAD", "foreground": "#979FAD",
"modifiedItemForeground": "#2979ff", "modifiedItemForeground": "#2979ff",
@@ -123,8 +141,8 @@
"selectedGrayedForeground": "#FFFFFF", "selectedGrayedForeground": "#FFFFFF",
"selectionGrayForeground": "#FFFFFF", "selectionGrayForeground": "#FFFFFF",
"selectionInactiveInfoForeground": "#979FAD", "selectionInactiveInfoForeground": "#979FAD",
"selectionInactiveBackground": "#4D515D50", "selectionInactiveBackground": "#4D515D",
"selectionBackground": "#4D515D80", "selectionBackground": "#4D515D",
"selectionForeground": "#FFFFFF", "selectionForeground": "#FFFFFF",
"selectionInfoForeground": "#FFFFFF" "selectionInfoForeground": "#FFFFFF"
}, },
@@ -148,7 +166,7 @@
"Variables": { "Variables": {
"collectingDataForeground": "#979FAD", "collectingDataForeground": "#979FAD",
"changedValueForeground": "#2979ff", "changedValueForeground": "#2979ff",
"errorMessageForeground": "#F07178", "errorMessageForeground": "#e06c75",
"evaluatingExpressionForeground": "#979FAD", "evaluatingExpressionForeground": "#979FAD",
"exceptionForeground": "#E5C17C", "exceptionForeground": "#E5C17C",
"modifyingValueForeground": "#2979ff", "modifyingValueForeground": "#2979ff",
@@ -168,11 +186,13 @@
"hoverBackground": "#383E49", "hoverBackground": "#383E49",
"hoverColor": "#21252B", "hoverColor": "#21252B",
"hoverMaskColor": "#383D48", "hoverMaskColor": "#383D48",
"inactiveColoredTabBackground": "#282C34",
"inactiveColoredFileBackground": "#3A3F4B", "inactiveColoredFileBackground": "#3A3F4B",
"inactiveUnderlineColor": "#6B727D", "inactiveUnderlineColor": "#2979ff",
"inactiveMaskColor": "#21252B", "inactiveMaskColor": "#21252B",
"underlineColor": "#2979ff", "underlineColor": "#2979ff",
"underlinedTabBackground": "#383E49" "underlinedTabBackground": "#383E49",
"underlinedTabForeground": "#FFFFFF"
}, },
"Desktop.background": "#282C34", "Desktop.background": "#282C34",
"DialogWrapper.southPanelBackground": "#282C34", "DialogWrapper.southPanelBackground": "#282C34",
@@ -198,15 +218,17 @@
}, },
"EditorTabs": { "EditorTabs": {
"borderColor": "#2F333D", "borderColor": "#2F333D",
"hoverBackground": "#383D48",
"hoverColor": "#383D48", "hoverColor": "#383D48",
"hoverMaskColor": "#383D48", "hoverMaskColor": "#383D48",
"inactiveMaskColor": "#282C34", "inactiveMaskColor": "#282C34",
"inactiveColoredFileBackground": "#282C342", "inactiveColoredFileBackground": "#282C34",
"inactiveUnderlineColor": "#6B727D", "inactiveUnderlineColor": "#6B727D",
"selectedForeground": "#979FAD", "selectedForeground": "#979FAD",
"selectedBackground": "#383E49", "selectedBackground": "#383E49",
"underlineColor": "#2979ff", "underlineColor": "#2979ff",
"underlinedTabBackground": "#383E49" "underlinedTabBackground": "#383E49",
"underlinedTabForeground": "#FFFFFF"
}, },
"EditorGroupsTabs": { "EditorGroupsTabs": {
"background": "#282C34", "background": "#282C34",
@@ -246,6 +268,7 @@
"selectionForeground": "#FFFFFF", "selectionForeground": "#FFFFFF",
"selectionBackground": "#383E49" "selectionBackground": "#383E49"
}, },
"GotItTooltip.borderColor": "#282C34",
"Group": { "Group": {
"disabledSeparatorColor": "#282C34", "disabledSeparatorColor": "#282C34",
"separatorColor": "#282C34" "separatorColor": "#282C34"
@@ -288,7 +311,8 @@
"disabledText": "#6B727D", "disabledText": "#6B727D",
"foreground": "#979FAD", "foreground": "#979FAD",
"infoForeground": "#979FAD", "infoForeground": "#979FAD",
"selectedForeground": "#FFFFFF" "selectedForeground": "#FFFFFF",
"selectedDisabledForeground": "#979FAD"
}, },
"Link": { "Link": {
"activeForeground": "#2979ff", "activeForeground": "#2979ff",
@@ -301,7 +325,9 @@
"List": { "List": {
"background": "#2F333D", "background": "#2F333D",
"foreground": "#979FAD", "foreground": "#979FAD",
"selectionBackground": "#4D515D50", "hoverBackground": "#3A3F4B80",
"hoverInactiveBackground": "#383E49",
"selectionBackground": "#4D515D",
"selectionForeground": "#FFFFFF", "selectionForeground": "#FFFFFF",
"selectionInactiveForeground": "#FFFFFF", "selectionInactiveForeground": "#FFFFFF",
"selectionInactiveBackground": "#3A3F4B80" "selectionInactiveBackground": "#3A3F4B80"
@@ -409,7 +435,7 @@
"ParameterInfo": { "ParameterInfo": {
"background": "#2F333D", "background": "#2F333D",
"borderColor": "#383E49", "borderColor": "#383E49",
"currentOverloadBackground": "#383E49", "currentOverloadBackground": "#383D48",
"currentParameterForeground": "#2979ff", "currentParameterForeground": "#2979ff",
"disabledForeground": "#6B727D", "disabledForeground": "#6B727D",
"foreground": "#979FAD", "foreground": "#979FAD",
@@ -429,7 +455,8 @@
"background": "#282C34", "background": "#282C34",
"disabledForeground": "#6B727D", "disabledForeground": "#6B727D",
"eapTagBackground": "#383D48", "eapTagBackground": "#383D48",
"lightSelectionBackground": "#4D515D", "hoverBackground": "#3A3F4B80",
"lightSelectionBackground": "#383E49",
"paidTagBackground": "#383D48", "paidTagBackground": "#383D48",
"selectionBackground": "#4D515D", "selectionBackground": "#4D515D",
"tagForeground": "#2979ff", "tagForeground": "#2979ff",
@@ -442,7 +469,7 @@
"installFocusedBackground": "#383D48", "installFocusedBackground": "#383D48",
"installFillForeground": "#6B727D", "installFillForeground": "#6B727D",
"installFillBackground": "#3A3F4B", "installFillBackground": "#3A3F4B",
"updateBackground": "#3A3F4B", "updateBackground": "#2979ff",
"updateBorderColor": "#3A3F4B", "updateBorderColor": "#3A3F4B",
"updateForeground": "#979FAD" "updateForeground": "#979FAD"
}, },
@@ -517,6 +544,7 @@
"selectionBackground": "#4D515D", "selectionBackground": "#4D515D",
"selectionForeground": "#FFFFFF" "selectionForeground": "#FFFFFF"
}, },
"ScreenView.borderColor": "#282C34",
"ScrollBar": { "ScrollBar": {
"background": "#282C34", "background": "#282C34",
"hoverThumbBorderColor": "#2979ff", "hoverThumbBorderColor": "#2979ff",
@@ -576,9 +604,18 @@
}, },
"SearchMatch": { "SearchMatch": {
"endBackground": "#2979ff", "endBackground": "#2979ff",
"startBackground": "#2979ff" "startBackground": "#2979ff",
"endColor": "#2979ff",
"startColor": "#2979ff"
}, },
"SearchField.errorBackground": "#282C34", "SearchField.errorBackground": "#282C34",
"SearchOption": {
"selectedBackground": "#383E49"
},
"SearchResults": {
"Ordinal.File.Foreground": "#979FAD",
"Repeated.File.Foreground": "#979FAD"
},
"Separator": { "Separator": {
"background": "#2F333D", "background": "#2F333D",
"foreground": "#2F333D", "foreground": "#2F333D",
@@ -616,7 +653,9 @@
}, },
"SplitPaneDivider.draggingColor": "#2F333D", "SplitPaneDivider.draggingColor": "#2F333D",
"StatusBar": { "StatusBar": {
"borderColor": "#282C34" "borderColor": "#282C34",
"hoverBackground": "#383D48",
"LightEditBackground": "#383E49"
}, },
"TabbedPane": { "TabbedPane": {
"background": "#282C34", "background": "#282C34",
@@ -643,9 +682,11 @@
}, },
"TabbedPane.mt.tab.background": "#21252B", "TabbedPane.mt.tab.background": "#21252B",
"Table": { "Table": {
"alternativeRowBackground": "#21252B",
"background": "#282C34", "background": "#282C34",
"cellNoFocusBorder": "10,5,10,5", "cellNoFocusBorder": "10,5,10,5",
"focusCellHighlightBorder": "10,5,10,5", "focusCellHighlightBorder": "10,5,10,5",
"disabledForeground": "#6B727D",
"dropLineColor": "#2979ff", "dropLineColor": "#2979ff",
"dropLineShortColor": "#2979ff", "dropLineShortColor": "#2979ff",
"focusCellBackground": "#383E49", "focusCellBackground": "#383E49",
@@ -653,6 +694,8 @@
"foreground": "#979FAD", "foreground": "#979FAD",
"gridColor": "#282C34", "gridColor": "#282C34",
"highlightOuter": "#383E49", "highlightOuter": "#383E49",
"hoverBackground": "#3A3F4B80",
"hoverInactiveBackground": "#383E49",
"lightSelectionForeground": "#FFFFFF", "lightSelectionForeground": "#FFFFFF",
"lightSelectionInactiveForeground": "#979FAD", "lightSelectionInactiveForeground": "#979FAD",
"lightSelectionInactiveBackground": "#2F333D", "lightSelectionInactiveBackground": "#2F333D",
@@ -730,7 +773,7 @@
"Actions.background": "#282C34", "Actions.background": "#282C34",
"Actions.infoForeground": "#979FAD", "Actions.infoForeground": "#979FAD",
"background": "#282C34", "background": "#282C34",
"borderColor": "#383D48", "borderColor": "#282C34",
"foreground": "#979FAD", "foreground": "#979FAD",
"infoForeground": "#979FAD", "infoForeground": "#979FAD",
"separatorColor": "#282C34", "separatorColor": "#282C34",
@@ -751,20 +794,25 @@
"background": "#282C34" "background": "#282C34"
}, },
"HeaderTab": { "HeaderTab": {
"borderColor": "#383D48",
"hoverBackground": "#383D48", "hoverBackground": "#383D48",
"hoverInactiveBackground": "#2F333D", "hoverInactiveBackground": "#383D48",
"inactiveUnderlineColor": "#2979ff", "inactiveUnderlineColor": "#2979ff",
"selectedBackground": "#21252B", "selectedBackground": "#21252B",
"selectedInactiveBackground": "#21252B", "selectedInactiveBackground": "#21252B",
"underlineColor": "#2979ff", "underlineColor": "#2979ff",
"underlinedTabBackground": "#383D48", "underlinedTabBackground": "#383E49",
"underlinedTabInactiveBackground": "#2F333D" "underlinedTabInactiveBackground": "#2F333D",
"underlinedTabForeground": "#FFFFFF",
"underlinedTabInactiveForeground": "#979FAD"
} }
}, },
"Tree": { "Tree": {
"background": "#21252B", "background": "#21252B",
"foreground": "#979FAD", "foreground": "#979FAD",
"hash": "#282C34", "hash": "#282C34",
"hoverBackground": "#3A3F4B80",
"hoverInactiveBackground": "#383E49",
"modifiedItemForeground": "#2979ff", "modifiedItemForeground": "#2979ff",
"rowHeight": 28, "rowHeight": 28,
"selectionBackground": "#3A3F4B80", "selectionBackground": "#3A3F4B80",
@@ -775,26 +823,64 @@
}, },
"Tree.leftChildIndent": 10, "Tree.leftChildIndent": 10,
"Tree.rightChildIndent": 5, "Tree.rightChildIndent": 5,
"UiDesigner": { "UIDesigner": {
"Activity.borderColor": "#282C34", "Activity.borderColor": "#282C34",
"ColorPicker.background": "#282C34", "Canvas.background": "#21252B",
"ColorPicker.foreground": "#979FAD", "ColorPicker": {
"Component.borderColor": "#282C34", "background": "#282C34",
"Component.background": "#282C34", "foreground": "#979FAD"
"Component.foreground": "#979FAD", },
"Connector.borderColor": "#282C34", "Component": {
"Connector.hoverBorderColor": "#383D48", "borderColor": "#282C34",
"background": "#282C34",
"foreground": "#979FAD",
"hoverBorderColor": "#383D48"
},
"Connector": {
"borderColor": "#282C34",
"hoverBorderColor": "#383D48"
},
"Canvas.background": "#21252B", "Canvas.background": "#21252B",
"highStroke.foreground": "#979FAD", "highStroke.foreground": "#979FAD",
"Label.foreground": "#979FAD", "Label.foreground": "#979FAD",
"List.selectionBackground": "#3A3F4B80", "List.selectionBackground": "#3A3F4B80",
"Panel.borderColor": "#282C34", "motion": {
"Panel.background": "#282C34", "borderColor": "#282C34",
"Component.foreground": "#979FAD",
"ConstraintSetText.foreground": "#979FAD",
"ConstraintSet.background": "#2F333D",
"CSPanel.SelectedFocusBackground": "#4D515D",
"CSPanel.SelectedBackground": "#3A3F4B80",
"cs_FocusText.infoForeground": "#979FAD",
"CursorTextColor.foreground": "#979FAD",
"HoverColor.disabledBackground": "#6B727D",
"motionGraph.background": "#282C34",
"Notification.background": "#282C34",
"ourAvg.background": "#2F333D",
"ourCS.background": "#2F333D",
"ourCS_Border.borderColor": "#282C34",
"ourCS_TextColor.foreground": "#979FAD",
"ourCS_SelectedFocusBackground.selectionForeground": "#FFFFFF",
"ourCS_SelectedBackground.selectionInactiveBackground": "#383E49",
"ourCS_SelectedBorder.pressedBorderColor": "#383D48",
"ourML_BarColor.separatorColor": "#282C34",
"PrimaryPanel.background": "#21252B",
"SecondaryPanel.background": "#282C34",
"SecondaryPanel.header.foreground": "#979FAD",
"SecondaryPanel.header.background": "#21252B",
"timeLine.disabledBorderColor": "#282C34"
},
"Panel": {
"borderColor": "#282C34",
"background": "#282C34"
},
"percent.foreground": "#979FAD", "percent.foreground": "#979FAD",
"Placeholder.background": "#282C34", "Placeholder": {
"Placeholder.borderColor": "#282C34", "background": "#282C34",
"Placeholder.foreground": "#979FAD", "borderColor": "#282C34",
"Placeholder.selectedForeground": "#FFFFFF", "foreground": "#979FAD",
"selectedForeground": "#FFFFFF"
},
"Preview.background": "#282C34", "Preview.background": "#282C34",
"stroke.acceleratorForeground": "#979FAD" "stroke.acceleratorForeground": "#979FAD"
}, },
@@ -828,7 +914,8 @@
}, },
"Log": { "Log": {
"Commit.unmatchedForeground": "#979FAD", "Commit.unmatchedForeground": "#979FAD",
"Commit.currentBranchBackground": "#2F333D" "Commit.currentBranchBackground": "#2F333D",
"Commit.hoveredBackground": "#3A3F4B80"
}, },
"RefLabel": { "RefLabel": {
"foreground": "#FFFFFF", "foreground": "#FFFFFF",
@@ -840,16 +927,22 @@
"foreground": "#979FAD" "foreground": "#979FAD"
}, },
"WelcomeScreen": { "WelcomeScreen": {
"AssociatedComponent.background": "#282C34",
"background": "#282C34", "background": "#282C34",
"borderColor": "#282C34", "borderColor": "#282C34",
"captionBackground": "#21252B", "captionBackground": "#21252B",
"captionForeground": "#979FAD", "captionForeground": "#979FAD",
"Details.background": "#282C34",
"footerBackground": "#21252B", "footerBackground": "#21252B",
"footerForeground": "#979FAD", "footerForeground": "#979FAD",
"headerBackground": "#282C34", "headerBackground": "#282C34",
"headerForeground": "#979FAD", "headerForeground": "#979FAD",
"List.background": "#21252B",
"separatorColor": "#282C34", "separatorColor": "#282C34",
"SidePanel.background": "#2F333D",
"Projects": { "Projects": {
"actions.background": "#21252B",
"actions.selectionBackground": "#383D48",
"background": "#2F333D", "background": "#2F333D",
"selectionBackground": "#4D515D", "selectionBackground": "#4D515D",
"selectionInactiveBackground": "#2F333D" "selectionInactiveBackground": "#2F333D"
@@ -877,7 +970,7 @@
"Actions.Grey": "#979FAD", "Actions.Grey": "#979FAD",
"Actions.GreyInline": "#59626F", "Actions.GreyInline": "#59626F",
"Actions.GreyInline.Dark": "#979FAD", "Actions.GreyInline.Dark": "#979FAD",
"Actions.Red": "#F07178", "Actions.Red": "#e06c75",
"Actions.Yellow": "#E5C17C", "Actions.Yellow": "#E5C17C",
"Checkbox.Background.Default": "#21252B", "Checkbox.Background.Default": "#21252B",
"Checkbox.Background.Default.Dark": "#21252B", "Checkbox.Background.Default.Dark": "#21252B",
@@ -903,8 +996,8 @@
"Checkbox.Focus.Thin.Selected.Dark": "#979FAD", "Checkbox.Focus.Thin.Selected.Dark": "#979FAD",
"Objects.Grey": "#59626F", "Objects.Grey": "#59626F",
"Objects.Blue": "#61AEEF", "Objects.Blue": "#61AEEF",
"Objects.RedStatus": "#F07178", "Objects.RedStatus": "#e06c75",
"Objects.Red": "#F07178", "Objects.Red": "#e06c75",
"Objects.Pink": "#C679DD", "Objects.Pink": "#C679DD",
"Objects.Yellow": "#E5C17C", "Objects.Yellow": "#E5C17C",
"Objects.Green": "#98C379", "Objects.Green": "#98C379",

View File

@@ -3,6 +3,12 @@
"dark": true, "dark": true,
"author": "Mallowigi", "author": "Mallowigi",
"editorScheme": "/colors/Atom One Dark.xml", "editorScheme": "/colors/Atom One Dark.xml",
"emptyFrameBackground": {
"anchor": "center",
"image": "/walls/onedark.svg",
"fill": "scale",
"transparency": 50
},
"ui": { "ui": {
"*": { "*": {
"acceleratorSelectionForeground": "#979FAD", "acceleratorSelectionForeground": "#979FAD",
@@ -72,7 +78,10 @@
"Tooltip.borderColor": "#282C34", "Tooltip.borderColor": "#282C34",
"Tooltip.background": "#282C34" "Tooltip.background": "#282C34"
}, },
"Content.background": "#21252B", "Content": {
"background": "#21252B",
"selectionBackground": "#4D515D"
},
"CheckBox": { "CheckBox": {
"background": "#282C34", "background": "#282C34",
"disabledText": "#6B727D", "disabledText": "#6B727D",
@@ -89,6 +98,14 @@
"selectionBackground": "#4D515D", "selectionBackground": "#4D515D",
"selectionForeground": "#FFFFFF" "selectionForeground": "#FFFFFF"
}, },
"CodeWithMe": {
"Avatar.foreground": "#979FAD",
"AccessEnabled": {
"accessDot": "#2979ff",
"dropdownBorder": "#2F333D",
"pillBackground": "$second"
}
},
"ColorChooser": { "ColorChooser": {
"background": "#282C34", "background": "#282C34",
"foreground": "#979FAD", "foreground": "#979FAD",
@@ -104,6 +121,7 @@
}, },
"background": "#282C34", "background": "#282C34",
"buttonBackground": "#3A3F4B", "buttonBackground": "#3A3F4B",
"darcula.hoveredArrowButtonForeground": "#2979ff",
"disabledForeground": "#6B727D", "disabledForeground": "#6B727D",
"foreground": "#979FAD", "foreground": "#979FAD",
"modifiedItemForeground": "#2979ff", "modifiedItemForeground": "#2979ff",
@@ -123,8 +141,8 @@
"selectedGrayedForeground": "#FFFFFF", "selectedGrayedForeground": "#FFFFFF",
"selectionGrayForeground": "#FFFFFF", "selectionGrayForeground": "#FFFFFF",
"selectionInactiveInfoForeground": "#979FAD", "selectionInactiveInfoForeground": "#979FAD",
"selectionInactiveBackground": "#4D515D50", "selectionInactiveBackground": "#4D515D",
"selectionBackground": "#4D515D80", "selectionBackground": "#4D515D",
"selectionForeground": "#FFFFFF", "selectionForeground": "#FFFFFF",
"selectionInfoForeground": "#FFFFFF" "selectionInfoForeground": "#FFFFFF"
}, },
@@ -148,7 +166,7 @@
"Variables": { "Variables": {
"collectingDataForeground": "#979FAD", "collectingDataForeground": "#979FAD",
"changedValueForeground": "#2979ff", "changedValueForeground": "#2979ff",
"errorMessageForeground": "#F07178", "errorMessageForeground": "#e06c75",
"evaluatingExpressionForeground": "#979FAD", "evaluatingExpressionForeground": "#979FAD",
"exceptionForeground": "#E5C17C", "exceptionForeground": "#E5C17C",
"modifyingValueForeground": "#2979ff", "modifyingValueForeground": "#2979ff",
@@ -168,11 +186,13 @@
"hoverBackground": "#383E49", "hoverBackground": "#383E49",
"hoverColor": "#282C34", "hoverColor": "#282C34",
"hoverMaskColor": "#383D48", "hoverMaskColor": "#383D48",
"inactiveColoredTabBackground": "#282C34",
"inactiveColoredFileBackground": "#3A3F4B", "inactiveColoredFileBackground": "#3A3F4B",
"inactiveUnderlineColor": "#6B727D", "inactiveUnderlineColor": "#2979ff",
"inactiveMaskColor": "#282C34", "inactiveMaskColor": "#282C34",
"underlineColor": "#2979ff", "underlineColor": "#2979ff",
"underlinedTabBackground": "#383E49" "underlinedTabBackground": "#383E49",
"underlinedTabForeground": "#FFFFFF"
}, },
"Desktop.background": "#282C34", "Desktop.background": "#282C34",
"DialogWrapper.southPanelBackground": "#282C34", "DialogWrapper.southPanelBackground": "#282C34",
@@ -198,15 +218,17 @@
}, },
"EditorTabs": { "EditorTabs": {
"borderColor": "#2F333D", "borderColor": "#2F333D",
"hoverBackground": "#383D48",
"hoverColor": "#383D48", "hoverColor": "#383D48",
"hoverMaskColor": "#383D48", "hoverMaskColor": "#383D48",
"inactiveMaskColor": "#282C34", "inactiveMaskColor": "#282C34",
"inactiveColoredFileBackground": "#282C342", "inactiveColoredFileBackground": "#282C34",
"inactiveUnderlineColor": "#6B727D", "inactiveUnderlineColor": "#6B727D",
"selectedForeground": "#979FAD", "selectedForeground": "#979FAD",
"selectedBackground": "#383E49", "selectedBackground": "#383E49",
"underlineColor": "#2979ff", "underlineColor": "#2979ff",
"underlinedTabBackground": "#383E49" "underlinedTabBackground": "#383E49",
"underlinedTabForeground": "#FFFFFF"
}, },
"EditorGroupsTabs": { "EditorGroupsTabs": {
"background": "#282C34", "background": "#282C34",
@@ -246,6 +268,7 @@
"selectionForeground": "#FFFFFF", "selectionForeground": "#FFFFFF",
"selectionBackground": "#383E49" "selectionBackground": "#383E49"
}, },
"GotItTooltip.borderColor": "#282C34",
"Group": { "Group": {
"disabledSeparatorColor": "#282C34", "disabledSeparatorColor": "#282C34",
"separatorColor": "#282C34" "separatorColor": "#282C34"
@@ -288,7 +311,8 @@
"disabledText": "#6B727D", "disabledText": "#6B727D",
"foreground": "#979FAD", "foreground": "#979FAD",
"infoForeground": "#979FAD", "infoForeground": "#979FAD",
"selectedForeground": "#FFFFFF" "selectedForeground": "#FFFFFF",
"selectedDisabledForeground": "#979FAD"
}, },
"Link": { "Link": {
"activeForeground": "#2979ff", "activeForeground": "#2979ff",
@@ -301,7 +325,9 @@
"List": { "List": {
"background": "#2F333D", "background": "#2F333D",
"foreground": "#979FAD", "foreground": "#979FAD",
"selectionBackground": "#4D515D50", "hoverBackground": "#3A3F4B80",
"hoverInactiveBackground": "#383E49",
"selectionBackground": "#4D515D",
"selectionForeground": "#FFFFFF", "selectionForeground": "#FFFFFF",
"selectionInactiveForeground": "#FFFFFF", "selectionInactiveForeground": "#FFFFFF",
"selectionInactiveBackground": "#3A3F4B80" "selectionInactiveBackground": "#3A3F4B80"
@@ -409,7 +435,7 @@
"ParameterInfo": { "ParameterInfo": {
"background": "#2F333D", "background": "#2F333D",
"borderColor": "#383E49", "borderColor": "#383E49",
"currentOverloadBackground": "#383E49", "currentOverloadBackground": "#383D48",
"currentParameterForeground": "#2979ff", "currentParameterForeground": "#2979ff",
"disabledForeground": "#6B727D", "disabledForeground": "#6B727D",
"foreground": "#979FAD", "foreground": "#979FAD",
@@ -429,7 +455,8 @@
"background": "#282C34", "background": "#282C34",
"disabledForeground": "#6B727D", "disabledForeground": "#6B727D",
"eapTagBackground": "#383D48", "eapTagBackground": "#383D48",
"lightSelectionBackground": "#4D515D", "hoverBackground": "#3A3F4B80",
"lightSelectionBackground": "#383E49",
"paidTagBackground": "#383D48", "paidTagBackground": "#383D48",
"selectionBackground": "#4D515D", "selectionBackground": "#4D515D",
"tagForeground": "#2979ff", "tagForeground": "#2979ff",
@@ -442,7 +469,7 @@
"installFocusedBackground": "#383D48", "installFocusedBackground": "#383D48",
"installFillForeground": "#6B727D", "installFillForeground": "#6B727D",
"installFillBackground": "#3A3F4B", "installFillBackground": "#3A3F4B",
"updateBackground": "#3A3F4B", "updateBackground": "#2979ff",
"updateBorderColor": "#3A3F4B", "updateBorderColor": "#3A3F4B",
"updateForeground": "#979FAD" "updateForeground": "#979FAD"
}, },
@@ -517,6 +544,7 @@
"selectionBackground": "#4D515D", "selectionBackground": "#4D515D",
"selectionForeground": "#FFFFFF" "selectionForeground": "#FFFFFF"
}, },
"ScreenView.borderColor": "#282C34",
"ScrollBar": { "ScrollBar": {
"background": "#282C34", "background": "#282C34",
"hoverThumbBorderColor": "#2979ff", "hoverThumbBorderColor": "#2979ff",
@@ -576,9 +604,18 @@
}, },
"SearchMatch": { "SearchMatch": {
"endBackground": "#2979ff", "endBackground": "#2979ff",
"startBackground": "#2979ff" "startBackground": "#2979ff",
"endColor": "#2979ff",
"startColor": "#2979ff"
}, },
"SearchField.errorBackground": "#282C34", "SearchField.errorBackground": "#282C34",
"SearchOption": {
"selectedBackground": "#383E49"
},
"SearchResults": {
"Ordinal.File.Foreground": "#979FAD",
"Repeated.File.Foreground": "#979FAD"
},
"Separator": { "Separator": {
"background": "#2F333D", "background": "#2F333D",
"foreground": "#2F333D", "foreground": "#2F333D",
@@ -616,7 +653,9 @@
}, },
"SplitPaneDivider.draggingColor": "#2F333D", "SplitPaneDivider.draggingColor": "#2F333D",
"StatusBar": { "StatusBar": {
"borderColor": "#282C34" "borderColor": "#282C34",
"hoverBackground": "#383D48",
"LightEditBackground": "#383E49"
}, },
"TabbedPane": { "TabbedPane": {
"background": "#282C34", "background": "#282C34",
@@ -643,9 +682,11 @@
}, },
"TabbedPane.mt.tab.background": "#282C34", "TabbedPane.mt.tab.background": "#282C34",
"Table": { "Table": {
"alternativeRowBackground": "#21252B",
"background": "#282C34", "background": "#282C34",
"cellNoFocusBorder": "10,5,10,5", "cellNoFocusBorder": "10,5,10,5",
"focusCellHighlightBorder": "10,5,10,5", "focusCellHighlightBorder": "10,5,10,5",
"disabledForeground": "#6B727D",
"dropLineColor": "#2979ff", "dropLineColor": "#2979ff",
"dropLineShortColor": "#2979ff", "dropLineShortColor": "#2979ff",
"focusCellBackground": "#383E49", "focusCellBackground": "#383E49",
@@ -653,6 +694,8 @@
"foreground": "#979FAD", "foreground": "#979FAD",
"gridColor": "#282C34", "gridColor": "#282C34",
"highlightOuter": "#383E49", "highlightOuter": "#383E49",
"hoverBackground": "#3A3F4B80",
"hoverInactiveBackground": "#383E49",
"lightSelectionForeground": "#FFFFFF", "lightSelectionForeground": "#FFFFFF",
"lightSelectionInactiveForeground": "#979FAD", "lightSelectionInactiveForeground": "#979FAD",
"lightSelectionInactiveBackground": "#2F333D", "lightSelectionInactiveBackground": "#2F333D",
@@ -730,7 +773,7 @@
"Actions.background": "#282C34", "Actions.background": "#282C34",
"Actions.infoForeground": "#979FAD", "Actions.infoForeground": "#979FAD",
"background": "#282C34", "background": "#282C34",
"borderColor": "#383D48", "borderColor": "#282C34",
"foreground": "#979FAD", "foreground": "#979FAD",
"infoForeground": "#979FAD", "infoForeground": "#979FAD",
"separatorColor": "#282C34", "separatorColor": "#282C34",
@@ -751,20 +794,25 @@
"background": "#282C34" "background": "#282C34"
}, },
"HeaderTab": { "HeaderTab": {
"borderColor": "#383D48",
"hoverBackground": "#383D48", "hoverBackground": "#383D48",
"hoverInactiveBackground": "#2F333D", "hoverInactiveBackground": "#383D48",
"inactiveUnderlineColor": "#2979ff", "inactiveUnderlineColor": "#2979ff",
"selectedBackground": "#21252B", "selectedBackground": "#21252B",
"selectedInactiveBackground": "#21252B", "selectedInactiveBackground": "#21252B",
"underlineColor": "#2979ff", "underlineColor": "#2979ff",
"underlinedTabBackground": "#383D48", "underlinedTabBackground": "#383E49",
"underlinedTabInactiveBackground": "#2F333D" "underlinedTabInactiveBackground": "#2F333D",
"underlinedTabForeground": "#FFFFFF",
"underlinedTabInactiveForeground": "#979FAD"
} }
}, },
"Tree": { "Tree": {
"background": "#282C34", "background": "#282C34",
"foreground": "#979FAD", "foreground": "#979FAD",
"hash": "#282C34", "hash": "#282C34",
"hoverBackground": "#3A3F4B80",
"hoverInactiveBackground": "#383E49",
"modifiedItemForeground": "#2979ff", "modifiedItemForeground": "#2979ff",
"rowHeight": 28, "rowHeight": 28,
"selectionBackground": "#3A3F4B80", "selectionBackground": "#3A3F4B80",
@@ -775,26 +823,64 @@
}, },
"Tree.leftChildIndent": 10, "Tree.leftChildIndent": 10,
"Tree.rightChildIndent": 5, "Tree.rightChildIndent": 5,
"UiDesigner": { "UIDesigner": {
"Activity.borderColor": "#282C34", "Activity.borderColor": "#282C34",
"ColorPicker.background": "#282C34", "Canvas.background": "#21252B",
"ColorPicker.foreground": "#979FAD", "ColorPicker": {
"Component.borderColor": "#282C34", "background": "#282C34",
"Component.background": "#282C34", "foreground": "#979FAD"
"Component.foreground": "#979FAD", },
"Connector.borderColor": "#282C34", "Component": {
"Connector.hoverBorderColor": "#383D48", "borderColor": "#282C34",
"background": "#282C34",
"foreground": "#979FAD",
"hoverBorderColor": "#383D48"
},
"Connector": {
"borderColor": "#282C34",
"hoverBorderColor": "#383D48"
},
"Canvas.background": "#21252B", "Canvas.background": "#21252B",
"highStroke.foreground": "#979FAD", "highStroke.foreground": "#979FAD",
"Label.foreground": "#979FAD", "Label.foreground": "#979FAD",
"List.selectionBackground": "#3A3F4B80", "List.selectionBackground": "#3A3F4B80",
"Panel.borderColor": "#282C34", "motion": {
"Panel.background": "#282C34", "borderColor": "#282C34",
"Component.foreground": "#979FAD",
"ConstraintSetText.foreground": "#979FAD",
"ConstraintSet.background": "#2F333D",
"CSPanel.SelectedFocusBackground": "#4D515D",
"CSPanel.SelectedBackground": "#3A3F4B80",
"cs_FocusText.infoForeground": "#979FAD",
"CursorTextColor.foreground": "#979FAD",
"HoverColor.disabledBackground": "#6B727D",
"motionGraph.background": "#282C34",
"Notification.background": "#282C34",
"ourAvg.background": "#2F333D",
"ourCS.background": "#2F333D",
"ourCS_Border.borderColor": "#282C34",
"ourCS_TextColor.foreground": "#979FAD",
"ourCS_SelectedFocusBackground.selectionForeground": "#FFFFFF",
"ourCS_SelectedBackground.selectionInactiveBackground": "#383E49",
"ourCS_SelectedBorder.pressedBorderColor": "#383D48",
"ourML_BarColor.separatorColor": "#282C34",
"PrimaryPanel.background": "#21252B",
"SecondaryPanel.background": "#282C34",
"SecondaryPanel.header.foreground": "#979FAD",
"SecondaryPanel.header.background": "#21252B",
"timeLine.disabledBorderColor": "#282C34"
},
"Panel": {
"borderColor": "#282C34",
"background": "#282C34"
},
"percent.foreground": "#979FAD", "percent.foreground": "#979FAD",
"Placeholder.background": "#282C34", "Placeholder": {
"Placeholder.borderColor": "#282C34", "background": "#282C34",
"Placeholder.foreground": "#979FAD", "borderColor": "#282C34",
"Placeholder.selectedForeground": "#FFFFFF", "foreground": "#979FAD",
"selectedForeground": "#FFFFFF"
},
"Preview.background": "#282C34", "Preview.background": "#282C34",
"stroke.acceleratorForeground": "#979FAD" "stroke.acceleratorForeground": "#979FAD"
}, },
@@ -828,7 +914,8 @@
}, },
"Log": { "Log": {
"Commit.unmatchedForeground": "#979FAD", "Commit.unmatchedForeground": "#979FAD",
"Commit.currentBranchBackground": "#2F333D" "Commit.currentBranchBackground": "#2F333D",
"Commit.hoveredBackground": "#3A3F4B80"
}, },
"RefLabel": { "RefLabel": {
"foreground": "#FFFFFF", "foreground": "#FFFFFF",
@@ -840,16 +927,22 @@
"foreground": "#979FAD" "foreground": "#979FAD"
}, },
"WelcomeScreen": { "WelcomeScreen": {
"AssociatedComponent.background": "#282C34",
"background": "#282C34", "background": "#282C34",
"borderColor": "#282C34", "borderColor": "#282C34",
"captionBackground": "#21252B", "captionBackground": "#21252B",
"captionForeground": "#979FAD", "captionForeground": "#979FAD",
"Details.background": "#282C34",
"footerBackground": "#21252B", "footerBackground": "#21252B",
"footerForeground": "#979FAD", "footerForeground": "#979FAD",
"headerBackground": "#282C34", "headerBackground": "#282C34",
"headerForeground": "#979FAD", "headerForeground": "#979FAD",
"List.background": "#21252B",
"separatorColor": "#282C34", "separatorColor": "#282C34",
"SidePanel.background": "#2F333D",
"Projects": { "Projects": {
"actions.background": "#21252B",
"actions.selectionBackground": "#383D48",
"background": "#2F333D", "background": "#2F333D",
"selectionBackground": "#4D515D", "selectionBackground": "#4D515D",
"selectionInactiveBackground": "#2F333D" "selectionInactiveBackground": "#2F333D"
@@ -877,7 +970,7 @@
"Actions.Grey": "#979FAD", "Actions.Grey": "#979FAD",
"Actions.GreyInline": "#59626F", "Actions.GreyInline": "#59626F",
"Actions.GreyInline.Dark": "#979FAD", "Actions.GreyInline.Dark": "#979FAD",
"Actions.Red": "#F07178", "Actions.Red": "#e06c75",
"Actions.Yellow": "#E5C17C", "Actions.Yellow": "#E5C17C",
"Checkbox.Background.Default": "#21252B", "Checkbox.Background.Default": "#21252B",
"Checkbox.Background.Default.Dark": "#21252B", "Checkbox.Background.Default.Dark": "#21252B",
@@ -903,8 +996,8 @@
"Checkbox.Focus.Thin.Selected.Dark": "#979FAD", "Checkbox.Focus.Thin.Selected.Dark": "#979FAD",
"Objects.Grey": "#59626F", "Objects.Grey": "#59626F",
"Objects.Blue": "#61AEEF", "Objects.Blue": "#61AEEF",
"Objects.RedStatus": "#F07178", "Objects.RedStatus": "#e06c75",
"Objects.Red": "#F07178", "Objects.Red": "#e06c75",
"Objects.Pink": "#C679DD", "Objects.Pink": "#C679DD",
"Objects.Yellow": "#E5C17C", "Objects.Yellow": "#E5C17C",
"Objects.Green": "#98C379", "Objects.Green": "#98C379",

View File

@@ -1,8 +1,14 @@
{ {
"name": "Atom One Light Contrast", "name": "Atom One Light",
"dark": false, "dark": false,
"author": "Mallowigi", "author": "Mallowigi",
"editorScheme": "/colors/Atom One Light.xml", "editorScheme": "/colors/Atom One Light.xml",
"emptyFrameBackground": {
"anchor": "center",
"image": "/walls/onelight.svg",
"fill": "scale",
"transparency": 50
},
"ui": { "ui": {
"*": { "*": {
"acceleratorSelectionForeground": "#7f7f7f", "acceleratorSelectionForeground": "#7f7f7f",
@@ -72,7 +78,10 @@
"Tooltip.borderColor": "#DBDBDC", "Tooltip.borderColor": "#DBDBDC",
"Tooltip.background": "#F2F2F2" "Tooltip.background": "#F2F2F2"
}, },
"Content.background": "#eaeaeb", "Content": {
"background": "#eaeae",
"selectionBackground": "#FFFFFF"
},
"CheckBox": { "CheckBox": {
"background": "#F4F4F4", "background": "#F4F4F4",
"disabledText": "#b8b8b9", "disabledText": "#b8b8b9",
@@ -89,6 +98,14 @@
"selectionBackground": "#FFFFFF", "selectionBackground": "#FFFFFF",
"selectionForeground": "#232324" "selectionForeground": "#232324"
}, },
"CodeWithMe": {
"Avatar.foreground": "#232324",
"AccessEnabled": {
"accessDot": "#2979ff",
"dropdownBorder": "#EAEAEB",
"pillBackground": "$second"
}
},
"ColorChooser": { "ColorChooser": {
"background": "#F4F4F4", "background": "#F4F4F4",
"foreground": "#232324", "foreground": "#232324",
@@ -102,8 +119,9 @@
"iconColor": "#232324", "iconColor": "#232324",
"nonEditableBackground": "#F4F4F4" "nonEditableBackground": "#F4F4F4"
}, },
"background": "#eaeaeb", "background": "#eaeae",
"buttonBackground": "#DBDBDC", "buttonBackground": "#DBDBDC",
"darcula.hoveredArrowButtonForeground": "#2979ff",
"disabledForeground": "#b8b8b9", "disabledForeground": "#b8b8b9",
"foreground": "#232324", "foreground": "#232324",
"modifiedItemForeground": "#2979ff", "modifiedItemForeground": "#2979ff",
@@ -123,8 +141,8 @@
"selectedGrayedForeground": "#232324", "selectedGrayedForeground": "#232324",
"selectionGrayForeground": "#232324", "selectionGrayForeground": "#232324",
"selectionInactiveInfoForeground": "#7f7f7f", "selectionInactiveInfoForeground": "#7f7f7f",
"selectionInactiveBackground": "#FFFFFF50", "selectionInactiveBackground": "#FFFFFF",
"selectionBackground": "#FFFFFF80", "selectionBackground": "#FFFFFF",
"selectionForeground": "#232324", "selectionForeground": "#232324",
"selectionInfoForeground": "#232324" "selectionInfoForeground": "#232324"
}, },
@@ -166,13 +184,15 @@
"background": "#F4F4F4", "background": "#F4F4F4",
"borderColor": "#F4F4F4", "borderColor": "#F4F4F4",
"hoverBackground": "#DBDBDC", "hoverBackground": "#DBDBDC",
"hoverColor": "#eaeaeb", "hoverColor": "#eaeae",
"hoverMaskColor": "#FFFFFF", "hoverMaskColor": "#FFFFFF",
"inactiveColoredTabBackground": "#F4F4F4",
"inactiveColoredFileBackground": "#DBDBDC", "inactiveColoredFileBackground": "#DBDBDC",
"inactiveUnderlineColor": "#b8b8b9", "inactiveUnderlineColor": "#2979ff",
"inactiveMaskColor": "#eaeaeb", "inactiveMaskColor": "#eaeae",
"underlineColor": "#2979ff", "underlineColor": "#2979ff",
"underlinedTabBackground": "#DBDBDC" "underlinedTabBackground": "#DBDBDC",
"underlinedTabForeground": "#232324"
}, },
"Desktop.background": "#F4F4F4", "Desktop.background": "#F4F4F4",
"DialogWrapper.southPanelBackground": "#F4F4F4", "DialogWrapper.southPanelBackground": "#F4F4F4",
@@ -183,12 +203,12 @@
"areaForeground": "#232324" "areaForeground": "#232324"
}, },
"Editor": { "Editor": {
"background": "#eaeaeb", "background": "#eaeae",
"foreground": "#232324", "foreground": "#232324",
"shortcutForeground": "#7f7f7f" "shortcutForeground": "#7f7f7f"
}, },
"EditorPane": { "EditorPane": {
"background": "#eaeaeb", "background": "#eaeae",
"caretForeground": "#2979ff", "caretForeground": "#2979ff",
"foreground": "#232324", "foreground": "#232324",
"inactiveBackground": "#F4F4F4", "inactiveBackground": "#F4F4F4",
@@ -198,15 +218,17 @@
}, },
"EditorTabs": { "EditorTabs": {
"borderColor": "#EAEAEB", "borderColor": "#EAEAEB",
"hoverBackground": "#FFFFFF",
"hoverColor": "#FFFFFF", "hoverColor": "#FFFFFF",
"hoverMaskColor": "#FFFFFF", "hoverMaskColor": "#FFFFFF",
"inactiveMaskColor": "#F4F4F4", "inactiveMaskColor": "#F4F4F4",
"inactiveColoredFileBackground": "#F4F4F42", "inactiveColoredFileBackground": "#F4F4F4",
"inactiveUnderlineColor": "#b8b8b9", "inactiveUnderlineColor": "#b8b8b9",
"selectedForeground": "#232324", "selectedForeground": "#232324",
"selectedBackground": "#DBDBDC", "selectedBackground": "#DBDBDC",
"underlineColor": "#2979ff", "underlineColor": "#2979ff",
"underlinedTabBackground": "#DBDBDC" "underlinedTabBackground": "#DBDBDC",
"underlinedTabForeground": "#232324"
}, },
"EditorGroupsTabs": { "EditorGroupsTabs": {
"background": "#F4F4F4", "background": "#F4F4F4",
@@ -238,7 +260,7 @@
}, },
"Focus.color": "#DBDBDC", "Focus.color": "#DBDBDC",
"FormattedTextField": { "FormattedTextField": {
"background": "#eaeaeb", "background": "#eaeae",
"caretForeground": "#2979ff", "caretForeground": "#2979ff",
"foreground": "#232324", "foreground": "#232324",
"inactiveBackground": "#DBDBDC", "inactiveBackground": "#DBDBDC",
@@ -246,17 +268,18 @@
"selectionForeground": "#232324", "selectionForeground": "#232324",
"selectionBackground": "#DBDBDC" "selectionBackground": "#DBDBDC"
}, },
"GotItTooltip.borderColor": "#F2F2F2",
"Group": { "Group": {
"disabledSeparatorColor": "#DBDBDC", "disabledSeparatorColor": "#DBDBDC",
"separatorColor": "#DBDBDC" "separatorColor": "#DBDBDC"
}, },
"GutterTooltip": { "GutterTooltip": {
"infoForeground": "#232324", "infoForeground": "#7f7f7f",
"lineSeparatorColor": "#F4F4F4" "lineSeparatorColor": "#F4F4F4"
}, },
"HeaderColor": { "HeaderColor": {
"active": "#F4F4F4", "active": "#F4F4F4",
"inactive": "#eaeaeb" "inactive": "#eaeae"
}, },
"HelpTooltip": { "HelpTooltip": {
"background": "#F4F4F4", "background": "#F4F4F4",
@@ -288,7 +311,8 @@
"disabledText": "#b8b8b9", "disabledText": "#b8b8b9",
"foreground": "#232324", "foreground": "#232324",
"infoForeground": "#7f7f7f", "infoForeground": "#7f7f7f",
"selectedForeground": "#232324" "selectedForeground": "#232324",
"selectedDisabledForeground": "#232324"
}, },
"Link": { "Link": {
"activeForeground": "#2979ff", "activeForeground": "#2979ff",
@@ -301,7 +325,9 @@
"List": { "List": {
"background": "#EAEAEB", "background": "#EAEAEB",
"foreground": "#232324", "foreground": "#232324",
"selectionBackground": "#FFFFFF50", "hoverBackground": "#DBDBDC80",
"hoverInactiveBackground": "#DBDBDC",
"selectionBackground": "#FFFFFF",
"selectionForeground": "#232324", "selectionForeground": "#232324",
"selectionInactiveForeground": "#232324", "selectionInactiveForeground": "#232324",
"selectionInactiveBackground": "#DBDBDC80" "selectionInactiveBackground": "#DBDBDC80"
@@ -309,7 +335,7 @@
"material": { "material": {
"background": "#F4F4F4", "background": "#F4F4F4",
"branchColor": "#232324", "branchColor": "#232324",
"contrast": "#eaeaeb", "contrast": "#eaeae",
"foreground": "#232324", "foreground": "#232324",
"mergeCommits": "#DBDBDC", "mergeCommits": "#DBDBDC",
"primaryColor": "#7f7f7f", "primaryColor": "#7f7f7f",
@@ -337,7 +363,7 @@
"separatorColor": "#DBDBDC" "separatorColor": "#DBDBDC"
}, },
"MenuBar": { "MenuBar": {
"background": "#eaeaeb", "background": "#eaeae",
"borderColor": "#F4F4F4", "borderColor": "#F4F4F4",
"disabledBackground": "#F4F4F4", "disabledBackground": "#F4F4F4",
"disabledForeground": "#b8b8b9", "disabledForeground": "#b8b8b9",
@@ -345,7 +371,7 @@
"highlight": "#F4F4F4", "highlight": "#F4F4F4",
"selectionBackground": "#FFFFFF", "selectionBackground": "#FFFFFF",
"selectionForeground": "#232324", "selectionForeground": "#232324",
"shadow": "#eaeaeb" "shadow": "#eaeae"
}, },
"MenuItem": { "MenuItem": {
"acceleratorForeground": "#7f7f7f", "acceleratorForeground": "#7f7f7f",
@@ -367,7 +393,7 @@
"background": "#F4F4F4" "background": "#F4F4F4"
}, },
"SearchField": { "SearchField": {
"background": "#eaeaeb" "background": "#eaeae"
} }
}, },
"NewPSD.warning": "#2979ff", "NewPSD.warning": "#2979ff",
@@ -409,7 +435,7 @@
"ParameterInfo": { "ParameterInfo": {
"background": "#EAEAEB", "background": "#EAEAEB",
"borderColor": "#DBDBDC", "borderColor": "#DBDBDC",
"currentOverloadBackground": "#DBDBDC", "currentOverloadBackground": "#FFFFFF",
"currentParameterForeground": "#2979ff", "currentParameterForeground": "#2979ff",
"disabledForeground": "#b8b8b9", "disabledForeground": "#b8b8b9",
"foreground": "#232324", "foreground": "#232324",
@@ -417,7 +443,7 @@
"lineSeparatorColor": "#DBDBDC" "lineSeparatorColor": "#DBDBDC"
}, },
"PasswordField": { "PasswordField": {
"background": "#eaeaeb", "background": "#eaeae",
"capsLockIconColor": "#2979ff", "capsLockIconColor": "#2979ff",
"caretForeground": "#2979ff", "caretForeground": "#2979ff",
"foreground": "#232324", "foreground": "#232324",
@@ -429,7 +455,8 @@
"background": "#F4F4F4", "background": "#F4F4F4",
"disabledForeground": "#b8b8b9", "disabledForeground": "#b8b8b9",
"eapTagBackground": "#FFFFFF", "eapTagBackground": "#FFFFFF",
"lightSelectionBackground": "#FFFFFF", "hoverBackground": "#DBDBDC80",
"lightSelectionBackground": "#DBDBDC",
"paidTagBackground": "#FFFFFF", "paidTagBackground": "#FFFFFF",
"selectionBackground": "#FFFFFF", "selectionBackground": "#FFFFFF",
"tagForeground": "#2979ff", "tagForeground": "#2979ff",
@@ -442,12 +469,12 @@
"installFocusedBackground": "#FFFFFF", "installFocusedBackground": "#FFFFFF",
"installFillForeground": "#b8b8b9", "installFillForeground": "#b8b8b9",
"installFillBackground": "#DBDBDC", "installFillBackground": "#DBDBDC",
"updateBackground": "#DBDBDC", "updateBackground": "#2979ff",
"updateBorderColor": "#DBDBDC", "updateBorderColor": "#DBDBDC",
"updateForeground": "#232324" "updateForeground": "#232324"
}, },
"SearchField": { "SearchField": {
"background": "#eaeaeb", "background": "#eaeae",
"borderColor": "#DBDBDC" "borderColor": "#DBDBDC"
}, },
"SectionHeader": { "SectionHeader": {
@@ -466,20 +493,20 @@
"borderColor": "#F4F4F4", "borderColor": "#F4F4F4",
"foreground": "#2979ff" "foreground": "#2979ff"
}, },
"borderColor": "#eaeaeb", "borderColor": "#eaeae",
"inactiveBorderColor": "#F4F4F4", "inactiveBorderColor": "#F4F4F4",
"innerBorderColor": "#EAEAEB", "innerBorderColor": "#EAEAEB",
"Header": { "Header": {
"activeBackground": "#F4F4F4", "activeBackground": "#F4F4F4",
"inactiveBackground": "#eaeaeb" "inactiveBackground": "#eaeae"
}, },
"paintBorder": true, "paintBorder": true,
"separatorForeground": "#232324", "separatorForeground": "#232324",
"separatorColor": "#EAEAEB", "separatorColor": "#EAEAEB",
"Toolbar": { "Toolbar": {
"Floating.background": "#eaeaeb", "Floating.background": "#eaeae",
"background": "#eaeaeb", "background": "#eaeae",
"borderColor": "#eaeaeb" "borderColor": "#eaeae"
} }
}, },
"PopupMenu": { "PopupMenu": {
@@ -517,6 +544,7 @@
"selectionBackground": "#FFFFFF", "selectionBackground": "#FFFFFF",
"selectionForeground": "#232324" "selectionForeground": "#232324"
}, },
"ScreenView.borderColor": "#DBDBDC",
"ScrollBar": { "ScrollBar": {
"background": "#F4F4F4", "background": "#F4F4F4",
"hoverThumbBorderColor": "#2979ff", "hoverThumbBorderColor": "#2979ff",
@@ -553,7 +581,7 @@
}, },
"SearchEverywhere": { "SearchEverywhere": {
"Advertiser": { "Advertiser": {
"background": "#eaeaeb", "background": "#eaeae",
"foreground": "#7f7f7f" "foreground": "#7f7f7f"
}, },
"Header": { "Header": {
@@ -565,7 +593,7 @@
}, },
"SearchField": { "SearchField": {
"background": "#F4F4F4", "background": "#F4F4F4",
"borderColor": "#eaeaeb", "borderColor": "#eaeae",
"infoForeground": "#7f7f7f" "infoForeground": "#7f7f7f"
}, },
"Tab": { "Tab": {
@@ -576,16 +604,25 @@
}, },
"SearchMatch": { "SearchMatch": {
"endBackground": "#2979ff", "endBackground": "#2979ff",
"startBackground": "#2979ff" "startBackground": "#2979ff",
"endColor": "#2979ff",
"startColor": "#2979ff"
}, },
"SearchField.errorBackground": "#F2F2F2", "SearchField.errorBackground": "#F2F2F2",
"SearchOption": {
"selectedBackground": "#DBDBDC"
},
"SearchResults": {
"Ordinal.File.Foreground": "#7f7f7f",
"Repeated.File.Foreground": "#232324"
},
"Separator": { "Separator": {
"background": "#EAEAEB", "background": "#EAEAEB",
"foreground": "#EAEAEB", "foreground": "#EAEAEB",
"separatorColor": "#EAEAEB" "separatorColor": "#EAEAEB"
}, },
"SidePanel": { "SidePanel": {
"background": "#eaeaeb" "background": "#eaeae"
}, },
"Slider": { "Slider": {
"background": "#F4F4F4", "background": "#F4F4F4",
@@ -612,11 +649,13 @@
}, },
"SplitPane": { "SplitPane": {
"background": "#F4F4F4", "background": "#F4F4F4",
"highlight": "#eaeaeb" "highlight": "#eaeae"
}, },
"SplitPaneDivider.draggingColor": "#EAEAEB", "SplitPaneDivider.draggingColor": "#EAEAEB",
"StatusBar": { "StatusBar": {
"borderColor": "#F4F4F4" "borderColor": "#F4F4F4",
"hoverBackground": "#FFFFFF",
"LightEditBackground": "#DBDBDC"
}, },
"TabbedPane": { "TabbedPane": {
"background": "#F4F4F4", "background": "#F4F4F4",
@@ -641,11 +680,13 @@
"tabSelectionHeight": 2, "tabSelectionHeight": 2,
"underlineColor": "#2979ff" "underlineColor": "#2979ff"
}, },
"TabbedPane.mt.tab.background": "#eaeaeb", "TabbedPane.mt.tab.background": "#eaeae",
"Table": { "Table": {
"alternativeRowBackground": "#eaeae",
"background": "#F4F4F4", "background": "#F4F4F4",
"cellNoFocusBorder": "10,5,10,5", "cellNoFocusBorder": "10,5,10,5",
"focusCellHighlightBorder": "10,5,10,5", "focusCellHighlightBorder": "10,5,10,5",
"disabledForeground": "#b8b8b9",
"dropLineColor": "#2979ff", "dropLineColor": "#2979ff",
"dropLineShortColor": "#2979ff", "dropLineShortColor": "#2979ff",
"focusCellBackground": "#DBDBDC", "focusCellBackground": "#DBDBDC",
@@ -653,6 +694,8 @@
"foreground": "#232324", "foreground": "#232324",
"gridColor": "#F4F4F4", "gridColor": "#F4F4F4",
"highlightOuter": "#DBDBDC", "highlightOuter": "#DBDBDC",
"hoverBackground": "#DBDBDC80",
"hoverInactiveBackground": "#DBDBDC",
"lightSelectionForeground": "#232324", "lightSelectionForeground": "#232324",
"lightSelectionInactiveForeground": "#7f7f7f", "lightSelectionInactiveForeground": "#7f7f7f",
"lightSelectionInactiveBackground": "#EAEAEB", "lightSelectionInactiveBackground": "#EAEAEB",
@@ -661,7 +704,7 @@
"selectionInactiveBackground": "#DBDBDC", "selectionInactiveBackground": "#DBDBDC",
"selectionInactiveForeground": "#232324", "selectionInactiveForeground": "#232324",
"sortIconColor": "#232324", "sortIconColor": "#232324",
"stripeColor": "#eaeaeb" "stripeColor": "#eaeae"
}, },
"TableHeader": { "TableHeader": {
"background": "#F4F4F4", "background": "#F4F4F4",
@@ -679,7 +722,7 @@
"textInactiveText": "#7f7f7f", "textInactiveText": "#7f7f7f",
"textText": "#7f7f7f", "textText": "#7f7f7f",
"TextArea": { "TextArea": {
"background": "#eaeaeb", "background": "#eaeae",
"caretForeground": "#2979ff", "caretForeground": "#2979ff",
"foreground": "#232324", "foreground": "#232324",
"inactiveForeground": "#b8b8b9", "inactiveForeground": "#b8b8b9",
@@ -687,7 +730,7 @@
"selectionForeground": "#232324" "selectionForeground": "#232324"
}, },
"TextField": { "TextField": {
"background": "#eaeaeb", "background": "#eaeae",
"caretForeground": "#2979ff", "caretForeground": "#2979ff",
"foreground": "#232324", "foreground": "#232324",
"inactiveForeground": "#b8b8b9", "inactiveForeground": "#b8b8b9",
@@ -695,7 +738,7 @@
"selectionForeground": "#232324" "selectionForeground": "#232324"
}, },
"TextPane": { "TextPane": {
"background": "#eaeaeb", "background": "#eaeae",
"caretForeground": "#2979ff", "caretForeground": "#2979ff",
"foreground": "#232324", "foreground": "#232324",
"inactiveForeground": "#b8b8b9", "inactiveForeground": "#b8b8b9",
@@ -703,7 +746,7 @@
"selectionForeground": "#232324" "selectionForeground": "#232324"
}, },
"TitlePane": { "TitlePane": {
"background": "#eaeaeb", "background": "#eaeae",
"Button.hoverBackground": "#FFFFFF", "Button.hoverBackground": "#FFFFFF",
"inactiveBackground": "#F4F4F4", "inactiveBackground": "#F4F4F4",
"infoForeground": "#7f7f7f", "infoForeground": "#7f7f7f",
@@ -721,7 +764,7 @@
"onForeground": "#2979ff" "onForeground": "#2979ff"
}, },
"ToolBar": { "ToolBar": {
"background": "#eaeaeb", "background": "#eaeae",
"borderHandleColor": "#7f7f7f", "borderHandleColor": "#7f7f7f",
"floatingForeground": "#7f7f7f", "floatingForeground": "#7f7f7f",
"foreground": "#232324" "foreground": "#232324"
@@ -729,8 +772,8 @@
"ToolTip": { "ToolTip": {
"Actions.background": "#F4F4F4", "Actions.background": "#F4F4F4",
"Actions.infoForeground": "#7f7f7f", "Actions.infoForeground": "#7f7f7f",
"background": "#F4F4F4", "background": "#F2F2F2",
"borderColor": "#FFFFFF", "borderColor": "#DBDBDC",
"foreground": "#232324", "foreground": "#232324",
"infoForeground": "#7f7f7f", "infoForeground": "#7f7f7f",
"separatorColor": "#DBDBDC", "separatorColor": "#DBDBDC",
@@ -740,7 +783,7 @@
"Button": { "Button": {
"hoverBackground": "#DBDBDC", "hoverBackground": "#DBDBDC",
"selectedForeground": "#232324", "selectedForeground": "#232324",
"selectedBackground": "#eaeaeb" "selectedBackground": "#eaeae"
}, },
"Header": { "Header": {
"background": "#F4F4F4", "background": "#F4F4F4",
@@ -751,50 +794,93 @@
"background": "#F4F4F4" "background": "#F4F4F4"
}, },
"HeaderTab": { "HeaderTab": {
"borderColor": "#FFFFFF",
"hoverBackground": "#FFFFFF", "hoverBackground": "#FFFFFF",
"hoverInactiveBackground": "#EAEAEB", "hoverInactiveBackground": "#FFFFFF",
"inactiveUnderlineColor": "#2979ff", "inactiveUnderlineColor": "#2979ff",
"selectedBackground": "#eaeaeb", "selectedBackground": "#eaeae",
"selectedInactiveBackground": "#eaeaeb", "selectedInactiveBackground": "#eaeae",
"underlineColor": "#2979ff", "underlineColor": "#2979ff",
"underlinedTabBackground": "#FFFFFF", "underlinedTabBackground": "#DBDBDC",
"underlinedTabInactiveBackground": "#EAEAEB" "underlinedTabInactiveBackground": "#EAEAEB",
"underlinedTabForeground": "#232324",
"underlinedTabInactiveForeground": "#232324"
} }
}, },
"Tree": { "Tree": {
"background": "#eaeaeb", "background": "#eaeae",
"foreground": "#7f7f7f", "foreground": "#7f7f7f",
"hash": "#DBDBDC", "hash": "#DBDBDC",
"hoverBackground": "#DBDBDC80",
"hoverInactiveBackground": "#DBDBDC",
"modifiedItemForeground": "#2979ff", "modifiedItemForeground": "#2979ff",
"rowHeight": 28, "rowHeight": 28,
"selectionBackground": "#DBDBDC80", "selectionBackground": "#DBDBDC80",
"selectionForeground": "#232324", "selectionForeground": "#232324",
"selectionInactiveForeground": "#232324", "selectionInactiveForeground": "#232324",
"selectionInactiveBackground": "#DBDBDC80", "selectionInactiveBackground": "#DBDBDC80",
"textBackground": "#eaeaeb" "textBackground": "#eaeae"
}, },
"Tree.leftChildIndent": 10, "Tree.leftChildIndent": 10,
"Tree.rightChildIndent": 5, "Tree.rightChildIndent": 5,
"UiDesigner": { "UIDesigner": {
"Activity.borderColor": "#DBDBDC", "Activity.borderColor": "#DBDBDC",
"ColorPicker.background": "#F4F4F4", "Canvas.background": "#eaeae",
"ColorPicker.foreground": "#232324", "ColorPicker": {
"Component.borderColor": "#DBDBDC", "background": "#F4F4F4",
"Component.background": "#F4F4F4", "foreground": "#232324"
"Component.foreground": "#232324", },
"Connector.borderColor": "#DBDBDC", "Component": {
"Connector.hoverBorderColor": "#FFFFFF", "borderColor": "#DBDBDC",
"Canvas.background": "#eaeaeb", "background": "#F4F4F4",
"foreground": "#232324",
"hoverBorderColor": "#FFFFFF"
},
"Connector": {
"borderColor": "#DBDBDC",
"hoverBorderColor": "#FFFFFF"
},
"Canvas.background": "#eaeae",
"highStroke.foreground": "#232324", "highStroke.foreground": "#232324",
"Label.foreground": "#7f7f7f", "Label.foreground": "#7f7f7f",
"List.selectionBackground": "#DBDBDC80", "List.selectionBackground": "#DBDBDC80",
"Panel.borderColor": "#DBDBDC", "motion": {
"Panel.background": "#F4F4F4", "borderColor": "#DBDBDC",
"Component.foreground": "#232324",
"ConstraintSetText.foreground": "#7f7f7f",
"ConstraintSet.background": "#EAEAEB",
"CSPanel.SelectedFocusBackground": "#FFFFFF",
"CSPanel.SelectedBackground": "#DBDBDC80",
"cs_FocusText.infoForeground": "#7f7f7f",
"CursorTextColor.foreground": "#232324",
"HoverColor.disabledBackground": "#b8b8b9",
"motionGraph.background": "#F4F4F4",
"Notification.background": "#F2F2F2",
"ourAvg.background": "#EAEAEB",
"ourCS.background": "#EAEAEB",
"ourCS_Border.borderColor": "#DBDBDC",
"ourCS_TextColor.foreground": "#7f7f7f",
"ourCS_SelectedFocusBackground.selectionForeground": "#232324",
"ourCS_SelectedBackground.selectionInactiveBackground": "#DBDBDC",
"ourCS_SelectedBorder.pressedBorderColor": "#FFFFFF",
"ourML_BarColor.separatorColor": "#DBDBDC",
"PrimaryPanel.background": "#eaeae",
"SecondaryPanel.background": "#F4F4F4",
"SecondaryPanel.header.foreground": "#7f7f7f",
"SecondaryPanel.header.background": "#eaeae",
"timeLine.disabledBorderColor": "#DBDBDC"
},
"Panel": {
"borderColor": "#DBDBDC",
"background": "#F4F4F4"
},
"percent.foreground": "#232324", "percent.foreground": "#232324",
"Placeholder.background": "#F4F4F4", "Placeholder": {
"Placeholder.borderColor": "#DBDBDC", "background": "#F4F4F4",
"Placeholder.foreground": "#232324", "borderColor": "#DBDBDC",
"Placeholder.selectedForeground": "#232324", "foreground": "#232324",
"selectedForeground": "#232324"
},
"Preview.background": "#F4F4F4", "Preview.background": "#F4F4F4",
"stroke.acceleratorForeground": "#7f7f7f" "stroke.acceleratorForeground": "#7f7f7f"
}, },
@@ -828,7 +914,8 @@
}, },
"Log": { "Log": {
"Commit.unmatchedForeground": "#7f7f7f", "Commit.unmatchedForeground": "#7f7f7f",
"Commit.currentBranchBackground": "#EAEAEB" "Commit.currentBranchBackground": "#EAEAEB",
"Commit.hoveredBackground": "#DBDBDC80"
}, },
"RefLabel": { "RefLabel": {
"foreground": "#232324", "foreground": "#232324",
@@ -836,33 +923,39 @@
} }
}, },
"Viewport": { "Viewport": {
"background": "#eaeaeb", "background": "#eaeae",
"foreground": "#232324" "foreground": "#232324"
}, },
"WelcomeScreen": { "WelcomeScreen": {
"AssociatedComponent.background": "#F4F4F4",
"background": "#F4F4F4", "background": "#F4F4F4",
"borderColor": "#F4F4F4", "borderColor": "#F4F4F4",
"captionBackground": "#eaeaeb", "captionBackground": "#eaeae",
"captionForeground": "#232324", "captionForeground": "#232324",
"footerBackground": "#eaeaeb", "Details.background": "#F4F4F4",
"footerBackground": "#eaeae",
"footerForeground": "#232324", "footerForeground": "#232324",
"headerBackground": "#F4F4F4", "headerBackground": "#F4F4F4",
"headerForeground": "#232324", "headerForeground": "#232324",
"List.background": "#eaeae",
"separatorColor": "#DBDBDC", "separatorColor": "#DBDBDC",
"SidePanel.background": "#EAEAEB",
"Projects": { "Projects": {
"actions.background": "#eaeae",
"actions.selectionBackground": "#FFFFFF",
"background": "#EAEAEB", "background": "#EAEAEB",
"selectionBackground": "#FFFFFF", "selectionBackground": "#FFFFFF",
"selectionInactiveBackground": "#EAEAEB" "selectionInactiveBackground": "#EAEAEB"
} }
}, },
"window": "#eaeaeb", "window": "#eaeae",
"windowBorder": "#DBDBDC", "windowBorder": "#DBDBDC",
"windowText": "#7f7f7f", "windowText": "#7f7f7f",
"Window.border": "#DBDBDC" "Window.border": "#DBDBDC"
}, },
"icons": { "icons": {
"ColorPalette": { "ColorPalette": {
"#43494A": "#eaeaeb", "#43494A": "#eaeae",
"#6B6B6B": "#7f7f7f", "#6B6B6B": "#7f7f7f",
"#A7A7A7": "#F4F4F4", "#A7A7A7": "#F4F4F4",
"#3D6185": "#2979ff", "#3D6185": "#2979ff",
@@ -879,8 +972,8 @@
"Actions.GreyInline.Dark": "#232324", "Actions.GreyInline.Dark": "#232324",
"Actions.Red": "#E4564A", "Actions.Red": "#E4564A",
"Actions.Yellow": "#C18401", "Actions.Yellow": "#C18401",
"Checkbox.Background.Default": "#eaeaeb", "Checkbox.Background.Default": "#eaeae",
"Checkbox.Background.Default.Dark": "#eaeaeb", "Checkbox.Background.Default.Dark": "#eaeae",
"Checkbox.Background.Disabled": "#CACACB", "Checkbox.Background.Disabled": "#CACACB",
"Checkbox.Background.Disabled.Dark": "#CACACB", "Checkbox.Background.Disabled.Dark": "#CACACB",
"Checkbox.Border.Default": "#DBDBDC", "Checkbox.Border.Default": "#DBDBDC",

View File

@@ -3,6 +3,12 @@
"dark": false, "dark": false,
"author": "Mallowigi", "author": "Mallowigi",
"editorScheme": "/colors/Atom One Light.xml", "editorScheme": "/colors/Atom One Light.xml",
"emptyFrameBackground": {
"anchor": "center",
"image": "/walls/onelight.svg",
"fill": "scale",
"transparency": 50
},
"ui": { "ui": {
"*": { "*": {
"acceleratorSelectionForeground": "#7f7f7f", "acceleratorSelectionForeground": "#7f7f7f",
@@ -72,7 +78,10 @@
"Tooltip.borderColor": "#DBDBDC", "Tooltip.borderColor": "#DBDBDC",
"Tooltip.background": "#F2F2F2" "Tooltip.background": "#F2F2F2"
}, },
"Content.background": "#eaeaeb", "Content": {
"background": "#eaeae",
"selectionBackground": "#FFFFFF"
},
"CheckBox": { "CheckBox": {
"background": "#F4F4F4", "background": "#F4F4F4",
"disabledText": "#b8b8b9", "disabledText": "#b8b8b9",
@@ -89,6 +98,14 @@
"selectionBackground": "#FFFFFF", "selectionBackground": "#FFFFFF",
"selectionForeground": "#232324" "selectionForeground": "#232324"
}, },
"CodeWithMe": {
"Avatar.foreground": "#232324",
"AccessEnabled": {
"accessDot": "#2979ff",
"dropdownBorder": "#EAEAEB",
"pillBackground": "$second"
}
},
"ColorChooser": { "ColorChooser": {
"background": "#F4F4F4", "background": "#F4F4F4",
"foreground": "#232324", "foreground": "#232324",
@@ -104,6 +121,7 @@
}, },
"background": "#F4F4F4", "background": "#F4F4F4",
"buttonBackground": "#DBDBDC", "buttonBackground": "#DBDBDC",
"darcula.hoveredArrowButtonForeground": "#2979ff",
"disabledForeground": "#b8b8b9", "disabledForeground": "#b8b8b9",
"foreground": "#232324", "foreground": "#232324",
"modifiedItemForeground": "#2979ff", "modifiedItemForeground": "#2979ff",
@@ -123,8 +141,8 @@
"selectedGrayedForeground": "#232324", "selectedGrayedForeground": "#232324",
"selectionGrayForeground": "#232324", "selectionGrayForeground": "#232324",
"selectionInactiveInfoForeground": "#7f7f7f", "selectionInactiveInfoForeground": "#7f7f7f",
"selectionInactiveBackground": "#FFFFFF50", "selectionInactiveBackground": "#FFFFFF",
"selectionBackground": "#FFFFFF80", "selectionBackground": "#FFFFFF",
"selectionForeground": "#232324", "selectionForeground": "#232324",
"selectionInfoForeground": "#232324" "selectionInfoForeground": "#232324"
}, },
@@ -168,11 +186,13 @@
"hoverBackground": "#DBDBDC", "hoverBackground": "#DBDBDC",
"hoverColor": "#F4F4F4", "hoverColor": "#F4F4F4",
"hoverMaskColor": "#FFFFFF", "hoverMaskColor": "#FFFFFF",
"inactiveColoredTabBackground": "#F4F4F4",
"inactiveColoredFileBackground": "#DBDBDC", "inactiveColoredFileBackground": "#DBDBDC",
"inactiveUnderlineColor": "#b8b8b9", "inactiveUnderlineColor": "#2979ff",
"inactiveMaskColor": "#F4F4F4", "inactiveMaskColor": "#F4F4F4",
"underlineColor": "#2979ff", "underlineColor": "#2979ff",
"underlinedTabBackground": "#DBDBDC" "underlinedTabBackground": "#DBDBDC",
"underlinedTabForeground": "#232324"
}, },
"Desktop.background": "#F4F4F4", "Desktop.background": "#F4F4F4",
"DialogWrapper.southPanelBackground": "#F4F4F4", "DialogWrapper.southPanelBackground": "#F4F4F4",
@@ -198,15 +218,17 @@
}, },
"EditorTabs": { "EditorTabs": {
"borderColor": "#EAEAEB", "borderColor": "#EAEAEB",
"hoverBackground": "#FFFFFF",
"hoverColor": "#FFFFFF", "hoverColor": "#FFFFFF",
"hoverMaskColor": "#FFFFFF", "hoverMaskColor": "#FFFFFF",
"inactiveMaskColor": "#F4F4F4", "inactiveMaskColor": "#F4F4F4",
"inactiveColoredFileBackground": "#F4F4F42", "inactiveColoredFileBackground": "#F4F4F4",
"inactiveUnderlineColor": "#b8b8b9", "inactiveUnderlineColor": "#b8b8b9",
"selectedForeground": "#232324", "selectedForeground": "#232324",
"selectedBackground": "#DBDBDC", "selectedBackground": "#DBDBDC",
"underlineColor": "#2979ff", "underlineColor": "#2979ff",
"underlinedTabBackground": "#DBDBDC" "underlinedTabBackground": "#DBDBDC",
"underlinedTabForeground": "#232324"
}, },
"EditorGroupsTabs": { "EditorGroupsTabs": {
"background": "#F4F4F4", "background": "#F4F4F4",
@@ -246,17 +268,18 @@
"selectionForeground": "#232324", "selectionForeground": "#232324",
"selectionBackground": "#DBDBDC" "selectionBackground": "#DBDBDC"
}, },
"GotItTooltip.borderColor": "#F2F2F2",
"Group": { "Group": {
"disabledSeparatorColor": "#DBDBDC", "disabledSeparatorColor": "#DBDBDC",
"separatorColor": "#DBDBDC" "separatorColor": "#DBDBDC"
}, },
"GutterTooltip": { "GutterTooltip": {
"infoForeground": "#232324", "infoForeground": "#7f7f7f",
"lineSeparatorColor": "#F4F4F4" "lineSeparatorColor": "#F4F4F4"
}, },
"HeaderColor": { "HeaderColor": {
"active": "#F4F4F4", "active": "#F4F4F4",
"inactive": "#eaeaeb" "inactive": "#eaeae"
}, },
"HelpTooltip": { "HelpTooltip": {
"background": "#F4F4F4", "background": "#F4F4F4",
@@ -288,7 +311,8 @@
"disabledText": "#b8b8b9", "disabledText": "#b8b8b9",
"foreground": "#232324", "foreground": "#232324",
"infoForeground": "#7f7f7f", "infoForeground": "#7f7f7f",
"selectedForeground": "#232324" "selectedForeground": "#232324",
"selectedDisabledForeground": "#232324"
}, },
"Link": { "Link": {
"activeForeground": "#2979ff", "activeForeground": "#2979ff",
@@ -301,7 +325,9 @@
"List": { "List": {
"background": "#EAEAEB", "background": "#EAEAEB",
"foreground": "#232324", "foreground": "#232324",
"selectionBackground": "#FFFFFF50", "hoverBackground": "#DBDBDC80",
"hoverInactiveBackground": "#DBDBDC",
"selectionBackground": "#FFFFFF",
"selectionForeground": "#232324", "selectionForeground": "#232324",
"selectionInactiveForeground": "#232324", "selectionInactiveForeground": "#232324",
"selectionInactiveBackground": "#DBDBDC80" "selectionInactiveBackground": "#DBDBDC80"
@@ -309,7 +335,7 @@
"material": { "material": {
"background": "#F4F4F4", "background": "#F4F4F4",
"branchColor": "#232324", "branchColor": "#232324",
"contrast": "#eaeaeb", "contrast": "#eaeae",
"foreground": "#232324", "foreground": "#232324",
"mergeCommits": "#DBDBDC", "mergeCommits": "#DBDBDC",
"primaryColor": "#7f7f7f", "primaryColor": "#7f7f7f",
@@ -409,7 +435,7 @@
"ParameterInfo": { "ParameterInfo": {
"background": "#EAEAEB", "background": "#EAEAEB",
"borderColor": "#DBDBDC", "borderColor": "#DBDBDC",
"currentOverloadBackground": "#DBDBDC", "currentOverloadBackground": "#FFFFFF",
"currentParameterForeground": "#2979ff", "currentParameterForeground": "#2979ff",
"disabledForeground": "#b8b8b9", "disabledForeground": "#b8b8b9",
"foreground": "#232324", "foreground": "#232324",
@@ -429,7 +455,8 @@
"background": "#F4F4F4", "background": "#F4F4F4",
"disabledForeground": "#b8b8b9", "disabledForeground": "#b8b8b9",
"eapTagBackground": "#FFFFFF", "eapTagBackground": "#FFFFFF",
"lightSelectionBackground": "#FFFFFF", "hoverBackground": "#DBDBDC80",
"lightSelectionBackground": "#DBDBDC",
"paidTagBackground": "#FFFFFF", "paidTagBackground": "#FFFFFF",
"selectionBackground": "#FFFFFF", "selectionBackground": "#FFFFFF",
"tagForeground": "#2979ff", "tagForeground": "#2979ff",
@@ -442,7 +469,7 @@
"installFocusedBackground": "#FFFFFF", "installFocusedBackground": "#FFFFFF",
"installFillForeground": "#b8b8b9", "installFillForeground": "#b8b8b9",
"installFillBackground": "#DBDBDC", "installFillBackground": "#DBDBDC",
"updateBackground": "#DBDBDC", "updateBackground": "#2979ff",
"updateBorderColor": "#DBDBDC", "updateBorderColor": "#DBDBDC",
"updateForeground": "#232324" "updateForeground": "#232324"
}, },
@@ -466,20 +493,20 @@
"borderColor": "#F4F4F4", "borderColor": "#F4F4F4",
"foreground": "#2979ff" "foreground": "#2979ff"
}, },
"borderColor": "#eaeaeb", "borderColor": "#eaeae",
"inactiveBorderColor": "#F4F4F4", "inactiveBorderColor": "#F4F4F4",
"innerBorderColor": "#EAEAEB", "innerBorderColor": "#EAEAEB",
"Header": { "Header": {
"activeBackground": "#F4F4F4", "activeBackground": "#F4F4F4",
"inactiveBackground": "#eaeaeb" "inactiveBackground": "#eaeae"
}, },
"paintBorder": true, "paintBorder": true,
"separatorForeground": "#232324", "separatorForeground": "#232324",
"separatorColor": "#EAEAEB", "separatorColor": "#EAEAEB",
"Toolbar": { "Toolbar": {
"Floating.background": "#eaeaeb", "Floating.background": "#eaeae",
"background": "#eaeaeb", "background": "#eaeae",
"borderColor": "#eaeaeb" "borderColor": "#eaeae"
} }
}, },
"PopupMenu": { "PopupMenu": {
@@ -517,6 +544,7 @@
"selectionBackground": "#FFFFFF", "selectionBackground": "#FFFFFF",
"selectionForeground": "#232324" "selectionForeground": "#232324"
}, },
"ScreenView.borderColor": "#DBDBDC",
"ScrollBar": { "ScrollBar": {
"background": "#F4F4F4", "background": "#F4F4F4",
"hoverThumbBorderColor": "#2979ff", "hoverThumbBorderColor": "#2979ff",
@@ -553,7 +581,7 @@
}, },
"SearchEverywhere": { "SearchEverywhere": {
"Advertiser": { "Advertiser": {
"background": "#eaeaeb", "background": "#eaeae",
"foreground": "#7f7f7f" "foreground": "#7f7f7f"
}, },
"Header": { "Header": {
@@ -565,7 +593,7 @@
}, },
"SearchField": { "SearchField": {
"background": "#F4F4F4", "background": "#F4F4F4",
"borderColor": "#eaeaeb", "borderColor": "#eaeae",
"infoForeground": "#7f7f7f" "infoForeground": "#7f7f7f"
}, },
"Tab": { "Tab": {
@@ -576,9 +604,18 @@
}, },
"SearchMatch": { "SearchMatch": {
"endBackground": "#2979ff", "endBackground": "#2979ff",
"startBackground": "#2979ff" "startBackground": "#2979ff",
"endColor": "#2979ff",
"startColor": "#2979ff"
}, },
"SearchField.errorBackground": "#F2F2F2", "SearchField.errorBackground": "#F2F2F2",
"SearchOption": {
"selectedBackground": "#DBDBDC"
},
"SearchResults": {
"Ordinal.File.Foreground": "#7f7f7f",
"Repeated.File.Foreground": "#232324"
},
"Separator": { "Separator": {
"background": "#EAEAEB", "background": "#EAEAEB",
"foreground": "#EAEAEB", "foreground": "#EAEAEB",
@@ -616,7 +653,9 @@
}, },
"SplitPaneDivider.draggingColor": "#EAEAEB", "SplitPaneDivider.draggingColor": "#EAEAEB",
"StatusBar": { "StatusBar": {
"borderColor": "#F4F4F4" "borderColor": "#F4F4F4",
"hoverBackground": "#FFFFFF",
"LightEditBackground": "#DBDBDC"
}, },
"TabbedPane": { "TabbedPane": {
"background": "#F4F4F4", "background": "#F4F4F4",
@@ -643,9 +682,11 @@
}, },
"TabbedPane.mt.tab.background": "#F4F4F4", "TabbedPane.mt.tab.background": "#F4F4F4",
"Table": { "Table": {
"alternativeRowBackground": "#eaeae",
"background": "#F4F4F4", "background": "#F4F4F4",
"cellNoFocusBorder": "10,5,10,5", "cellNoFocusBorder": "10,5,10,5",
"focusCellHighlightBorder": "10,5,10,5", "focusCellHighlightBorder": "10,5,10,5",
"disabledForeground": "#b8b8b9",
"dropLineColor": "#2979ff", "dropLineColor": "#2979ff",
"dropLineShortColor": "#2979ff", "dropLineShortColor": "#2979ff",
"focusCellBackground": "#DBDBDC", "focusCellBackground": "#DBDBDC",
@@ -653,6 +694,8 @@
"foreground": "#232324", "foreground": "#232324",
"gridColor": "#F4F4F4", "gridColor": "#F4F4F4",
"highlightOuter": "#DBDBDC", "highlightOuter": "#DBDBDC",
"hoverBackground": "#DBDBDC80",
"hoverInactiveBackground": "#DBDBDC",
"lightSelectionForeground": "#232324", "lightSelectionForeground": "#232324",
"lightSelectionInactiveForeground": "#7f7f7f", "lightSelectionInactiveForeground": "#7f7f7f",
"lightSelectionInactiveBackground": "#EAEAEB", "lightSelectionInactiveBackground": "#EAEAEB",
@@ -661,7 +704,7 @@
"selectionInactiveBackground": "#DBDBDC", "selectionInactiveBackground": "#DBDBDC",
"selectionInactiveForeground": "#232324", "selectionInactiveForeground": "#232324",
"sortIconColor": "#232324", "sortIconColor": "#232324",
"stripeColor": "#eaeaeb" "stripeColor": "#eaeae"
}, },
"TableHeader": { "TableHeader": {
"background": "#F4F4F4", "background": "#F4F4F4",
@@ -703,7 +746,7 @@
"selectionForeground": "#232324" "selectionForeground": "#232324"
}, },
"TitlePane": { "TitlePane": {
"background": "#eaeaeb", "background": "#eaeae",
"Button.hoverBackground": "#FFFFFF", "Button.hoverBackground": "#FFFFFF",
"inactiveBackground": "#F4F4F4", "inactiveBackground": "#F4F4F4",
"infoForeground": "#7f7f7f", "infoForeground": "#7f7f7f",
@@ -729,8 +772,8 @@
"ToolTip": { "ToolTip": {
"Actions.background": "#F4F4F4", "Actions.background": "#F4F4F4",
"Actions.infoForeground": "#7f7f7f", "Actions.infoForeground": "#7f7f7f",
"background": "#F4F4F4", "background": "#F2F2F2",
"borderColor": "#FFFFFF", "borderColor": "#DBDBDC",
"foreground": "#232324", "foreground": "#232324",
"infoForeground": "#7f7f7f", "infoForeground": "#7f7f7f",
"separatorColor": "#DBDBDC", "separatorColor": "#DBDBDC",
@@ -740,7 +783,7 @@
"Button": { "Button": {
"hoverBackground": "#DBDBDC", "hoverBackground": "#DBDBDC",
"selectedForeground": "#232324", "selectedForeground": "#232324",
"selectedBackground": "#eaeaeb" "selectedBackground": "#eaeae"
}, },
"Header": { "Header": {
"background": "#F4F4F4", "background": "#F4F4F4",
@@ -751,20 +794,25 @@
"background": "#F4F4F4" "background": "#F4F4F4"
}, },
"HeaderTab": { "HeaderTab": {
"borderColor": "#FFFFFF",
"hoverBackground": "#FFFFFF", "hoverBackground": "#FFFFFF",
"hoverInactiveBackground": "#EAEAEB", "hoverInactiveBackground": "#FFFFFF",
"inactiveUnderlineColor": "#2979ff", "inactiveUnderlineColor": "#2979ff",
"selectedBackground": "#eaeaeb", "selectedBackground": "#eaeae",
"selectedInactiveBackground": "#eaeaeb", "selectedInactiveBackground": "#eaeae",
"underlineColor": "#2979ff", "underlineColor": "#2979ff",
"underlinedTabBackground": "#FFFFFF", "underlinedTabBackground": "#DBDBDC",
"underlinedTabInactiveBackground": "#EAEAEB" "underlinedTabInactiveBackground": "#EAEAEB",
"underlinedTabForeground": "#232324",
"underlinedTabInactiveForeground": "#232324"
} }
}, },
"Tree": { "Tree": {
"background": "#F4F4F4", "background": "#F4F4F4",
"foreground": "#7f7f7f", "foreground": "#7f7f7f",
"hash": "#DBDBDC", "hash": "#DBDBDC",
"hoverBackground": "#DBDBDC80",
"hoverInactiveBackground": "#DBDBDC",
"modifiedItemForeground": "#2979ff", "modifiedItemForeground": "#2979ff",
"rowHeight": 28, "rowHeight": 28,
"selectionBackground": "#DBDBDC80", "selectionBackground": "#DBDBDC80",
@@ -775,26 +823,64 @@
}, },
"Tree.leftChildIndent": 10, "Tree.leftChildIndent": 10,
"Tree.rightChildIndent": 5, "Tree.rightChildIndent": 5,
"UiDesigner": { "UIDesigner": {
"Activity.borderColor": "#DBDBDC", "Activity.borderColor": "#DBDBDC",
"ColorPicker.background": "#F4F4F4", "Canvas.background": "#eaeae",
"ColorPicker.foreground": "#232324", "ColorPicker": {
"Component.borderColor": "#DBDBDC", "background": "#F4F4F4",
"Component.background": "#F4F4F4", "foreground": "#232324"
"Component.foreground": "#232324", },
"Connector.borderColor": "#DBDBDC", "Component": {
"Connector.hoverBorderColor": "#FFFFFF", "borderColor": "#DBDBDC",
"Canvas.background": "#eaeaeb", "background": "#F4F4F4",
"foreground": "#232324",
"hoverBorderColor": "#FFFFFF"
},
"Connector": {
"borderColor": "#DBDBDC",
"hoverBorderColor": "#FFFFFF"
},
"Canvas.background": "#eaeae",
"highStroke.foreground": "#232324", "highStroke.foreground": "#232324",
"Label.foreground": "#7f7f7f", "Label.foreground": "#7f7f7f",
"List.selectionBackground": "#DBDBDC80", "List.selectionBackground": "#DBDBDC80",
"Panel.borderColor": "#DBDBDC", "motion": {
"Panel.background": "#F4F4F4", "borderColor": "#DBDBDC",
"Component.foreground": "#232324",
"ConstraintSetText.foreground": "#7f7f7f",
"ConstraintSet.background": "#EAEAEB",
"CSPanel.SelectedFocusBackground": "#FFFFFF",
"CSPanel.SelectedBackground": "#DBDBDC80",
"cs_FocusText.infoForeground": "#7f7f7f",
"CursorTextColor.foreground": "#232324",
"HoverColor.disabledBackground": "#b8b8b9",
"motionGraph.background": "#F4F4F4",
"Notification.background": "#F2F2F2",
"ourAvg.background": "#EAEAEB",
"ourCS.background": "#EAEAEB",
"ourCS_Border.borderColor": "#DBDBDC",
"ourCS_TextColor.foreground": "#7f7f7f",
"ourCS_SelectedFocusBackground.selectionForeground": "#232324",
"ourCS_SelectedBackground.selectionInactiveBackground": "#DBDBDC",
"ourCS_SelectedBorder.pressedBorderColor": "#FFFFFF",
"ourML_BarColor.separatorColor": "#DBDBDC",
"PrimaryPanel.background": "#eaeae",
"SecondaryPanel.background": "#F4F4F4",
"SecondaryPanel.header.foreground": "#7f7f7f",
"SecondaryPanel.header.background": "#eaeae",
"timeLine.disabledBorderColor": "#DBDBDC"
},
"Panel": {
"borderColor": "#DBDBDC",
"background": "#F4F4F4"
},
"percent.foreground": "#232324", "percent.foreground": "#232324",
"Placeholder.background": "#F4F4F4", "Placeholder": {
"Placeholder.borderColor": "#DBDBDC", "background": "#F4F4F4",
"Placeholder.foreground": "#232324", "borderColor": "#DBDBDC",
"Placeholder.selectedForeground": "#232324", "foreground": "#232324",
"selectedForeground": "#232324"
},
"Preview.background": "#F4F4F4", "Preview.background": "#F4F4F4",
"stroke.acceleratorForeground": "#7f7f7f" "stroke.acceleratorForeground": "#7f7f7f"
}, },
@@ -828,7 +914,8 @@
}, },
"Log": { "Log": {
"Commit.unmatchedForeground": "#7f7f7f", "Commit.unmatchedForeground": "#7f7f7f",
"Commit.currentBranchBackground": "#EAEAEB" "Commit.currentBranchBackground": "#EAEAEB",
"Commit.hoveredBackground": "#DBDBDC80"
}, },
"RefLabel": { "RefLabel": {
"foreground": "#232324", "foreground": "#232324",
@@ -840,16 +927,22 @@
"foreground": "#232324" "foreground": "#232324"
}, },
"WelcomeScreen": { "WelcomeScreen": {
"AssociatedComponent.background": "#F4F4F4",
"background": "#F4F4F4", "background": "#F4F4F4",
"borderColor": "#F4F4F4", "borderColor": "#F4F4F4",
"captionBackground": "#eaeaeb", "captionBackground": "#eaeae",
"captionForeground": "#232324", "captionForeground": "#232324",
"footerBackground": "#eaeaeb", "Details.background": "#F4F4F4",
"footerBackground": "#eaeae",
"footerForeground": "#232324", "footerForeground": "#232324",
"headerBackground": "#F4F4F4", "headerBackground": "#F4F4F4",
"headerForeground": "#232324", "headerForeground": "#232324",
"List.background": "#eaeae",
"separatorColor": "#DBDBDC", "separatorColor": "#DBDBDC",
"SidePanel.background": "#EAEAEB",
"Projects": { "Projects": {
"actions.background": "#eaeae",
"actions.selectionBackground": "#FFFFFF",
"background": "#EAEAEB", "background": "#EAEAEB",
"selectionBackground": "#FFFFFF", "selectionBackground": "#FFFFFF",
"selectionInactiveBackground": "#EAEAEB" "selectionInactiveBackground": "#EAEAEB"
@@ -862,7 +955,7 @@
}, },
"icons": { "icons": {
"ColorPalette": { "ColorPalette": {
"#43494A": "#eaeaeb", "#43494A": "#eaeae",
"#6B6B6B": "#7f7f7f", "#6B6B6B": "#7f7f7f",
"#A7A7A7": "#F4F4F4", "#A7A7A7": "#F4F4F4",
"#3D6185": "#2979ff", "#3D6185": "#2979ff",
@@ -879,8 +972,8 @@
"Actions.GreyInline.Dark": "#232324", "Actions.GreyInline.Dark": "#232324",
"Actions.Red": "#E4564A", "Actions.Red": "#E4564A",
"Actions.Yellow": "#C18401", "Actions.Yellow": "#C18401",
"Checkbox.Background.Default": "#eaeaeb", "Checkbox.Background.Default": "#eaeae",
"Checkbox.Background.Default.Dark": "#eaeaeb", "Checkbox.Background.Default.Dark": "#eaeae",
"Checkbox.Background.Disabled": "#CACACB", "Checkbox.Background.Disabled": "#CACACB",
"Checkbox.Background.Disabled.Dark": "#CACACB", "Checkbox.Background.Disabled.Dark": "#CACACB",
"Checkbox.Border.Default": "#DBDBDC", "Checkbox.Border.Default": "#DBDBDC",

View File

@@ -3,6 +3,12 @@
"dark": true, "dark": true,
"author": "Mallowigi", "author": "Mallowigi",
"editorScheme": "/colors/Dracula.xml", "editorScheme": "/colors/Dracula.xml",
"emptyFrameBackground": {
"anchor": "center",
"image": "/walls/dracula.svg",
"fill": "scale",
"transparency": 50
},
"ui": { "ui": {
"*": { "*": {
"acceleratorSelectionForeground": "#6272A4", "acceleratorSelectionForeground": "#6272A4",
@@ -43,7 +49,7 @@
"default": { "default": {
"endBackground": "#44475A", "endBackground": "#44475A",
"endBorderColor": "#44475A", "endBorderColor": "#44475A",
"foreground": "#8BE9FD", "foreground": "#FFFFFF",
"focusColor": "#FF79C5", "focusColor": "#FF79C5",
"focusedBorderColor": "#FF79C5", "focusedBorderColor": "#FF79C5",
"shadowColor": "#44475A", "shadowColor": "#44475A",
@@ -72,7 +78,10 @@
"Tooltip.borderColor": "#21222C", "Tooltip.borderColor": "#21222C",
"Tooltip.background": "#1D2228" "Tooltip.background": "#1D2228"
}, },
"Content.background": "#191A21", "Content": {
"background": "#191A21",
"selectionBackground": "#44475A"
},
"CheckBox": { "CheckBox": {
"background": "#282A36", "background": "#282A36",
"disabledText": "#6272A4", "disabledText": "#6272A4",
@@ -87,7 +96,15 @@
"disabledForeground": "#6272A4", "disabledForeground": "#6272A4",
"foreground": "#F8F8F2", "foreground": "#F8F8F2",
"selectionBackground": "#44475A", "selectionBackground": "#44475A",
"selectionForeground": "#8BE9FD" "selectionForeground": "#FFFFFF"
},
"CodeWithMe": {
"Avatar.foreground": "#F8F8F2",
"AccessEnabled": {
"accessDot": "#FF79C5",
"dropdownBorder": "#282A36",
"pillBackground": "$second"
}
}, },
"ColorChooser": { "ColorChooser": {
"background": "#282A36", "background": "#282A36",
@@ -104,13 +121,14 @@
}, },
"background": "#191A21", "background": "#191A21",
"buttonBackground": "#393C4B", "buttonBackground": "#393C4B",
"darcula.hoveredArrowButtonForeground": "#FF79C5",
"disabledForeground": "#6272A4", "disabledForeground": "#6272A4",
"foreground": "#F8F8F2", "foreground": "#F8F8F2",
"modifiedItemForeground": "#FF79C5", "modifiedItemForeground": "#FF79C5",
"nonEditableBackground": "#282A36", "nonEditableBackground": "#282A36",
"padding": "5,5,5,5", "padding": "5,5,5,5",
"selectionBackground": "#44475A", "selectionBackground": "#44475A",
"selectionForeground": "#8BE9FD" "selectionForeground": "#FFFFFF"
}, },
"ComboPopup.border": "#21222C", "ComboPopup.border": "#21222C",
"CompletionPopup": { "CompletionPopup": {
@@ -123,8 +141,8 @@
"selectedGrayedForeground": "#8BE9FD", "selectedGrayedForeground": "#8BE9FD",
"selectionGrayForeground": "#8BE9FD", "selectionGrayForeground": "#8BE9FD",
"selectionInactiveInfoForeground": "#6272A4", "selectionInactiveInfoForeground": "#6272A4",
"selectionInactiveBackground": "#44475A50", "selectionInactiveBackground": "#44475A",
"selectionBackground": "#44475A80", "selectionBackground": "#44475A",
"selectionForeground": "#8BE9FD", "selectionForeground": "#8BE9FD",
"selectionInfoForeground": "#8BE9FD" "selectionInfoForeground": "#8BE9FD"
}, },
@@ -148,9 +166,9 @@
"Variables": { "Variables": {
"collectingDataForeground": "#6272A4", "collectingDataForeground": "#6272A4",
"changedValueForeground": "#FF79C5", "changedValueForeground": "#FF79C5",
"errorMessageForeground": "#FF79C6", "errorMessageForeground": "#f780bf",
"evaluatingExpressionForeground": "#6272A4", "evaluatingExpressionForeground": "#6272A4",
"exceptionForeground": "#50FA7B", "exceptionForeground": "#8aff80",
"modifyingValueForeground": "#FF79C5", "modifyingValueForeground": "#FF79C5",
"valueForeground": "#FF79C5" "valueForeground": "#FF79C5"
} }
@@ -168,11 +186,13 @@
"hoverBackground": "#44475A", "hoverBackground": "#44475A",
"hoverColor": "#191A21", "hoverColor": "#191A21",
"hoverMaskColor": "#6272A4", "hoverMaskColor": "#6272A4",
"inactiveColoredTabBackground": "#282A36",
"inactiveColoredFileBackground": "#393C4B", "inactiveColoredFileBackground": "#393C4B",
"inactiveUnderlineColor": "#6272A4", "inactiveUnderlineColor": "#FF79C5",
"inactiveMaskColor": "#191A21", "inactiveMaskColor": "#191A21",
"underlineColor": "#FF79C5", "underlineColor": "#FF79C5",
"underlinedTabBackground": "#44475A" "underlinedTabBackground": "#44475A",
"underlinedTabForeground": "#8BE9FD"
}, },
"Desktop.background": "#282A36", "Desktop.background": "#282A36",
"DialogWrapper.southPanelBackground": "#282A36", "DialogWrapper.southPanelBackground": "#282A36",
@@ -194,19 +214,21 @@
"inactiveBackground": "#282A36", "inactiveBackground": "#282A36",
"inactiveForeground": "#6272A4", "inactiveForeground": "#6272A4",
"selectionBackground": "#44475A", "selectionBackground": "#44475A",
"selectionForeground": "#8BE9FD" "selectionForeground": "#FFFFFF"
}, },
"EditorTabs": { "EditorTabs": {
"borderColor": "#282A36", "borderColor": "#282A36",
"hoverBackground": "#6272A4",
"hoverColor": "#6272A4", "hoverColor": "#6272A4",
"hoverMaskColor": "#6272A4", "hoverMaskColor": "#6272A4",
"inactiveMaskColor": "#282A36", "inactiveMaskColor": "#282A36",
"inactiveColoredFileBackground": "#282A362", "inactiveColoredFileBackground": "#282A36",
"inactiveUnderlineColor": "#6272A4", "inactiveUnderlineColor": "#6272A4",
"selectedForeground": "#F8F8F2", "selectedForeground": "#F8F8F2",
"selectedBackground": "#44475A", "selectedBackground": "#44475A",
"underlineColor": "#FF79C5", "underlineColor": "#FF79C5",
"underlinedTabBackground": "#44475A" "underlinedTabBackground": "#44475A",
"underlinedTabForeground": "#8BE9FD"
}, },
"EditorGroupsTabs": { "EditorGroupsTabs": {
"background": "#282A36", "background": "#282A36",
@@ -243,15 +265,16 @@
"foreground": "#F8F8F2", "foreground": "#F8F8F2",
"inactiveBackground": "#393C4B", "inactiveBackground": "#393C4B",
"inactiveForeground": "#6272A4", "inactiveForeground": "#6272A4",
"selectionForeground": "#8BE9FD", "selectionForeground": "#FFFFFF",
"selectionBackground": "#44475A" "selectionBackground": "#44475A"
}, },
"GotItTooltip.borderColor": "#1D2228",
"Group": { "Group": {
"disabledSeparatorColor": "#21222C", "disabledSeparatorColor": "#21222C",
"separatorColor": "#21222C" "separatorColor": "#21222C"
}, },
"GutterTooltip": { "GutterTooltip": {
"infoForeground": "#F8F8F2", "infoForeground": "#6272A4",
"lineSeparatorColor": "#282A36" "lineSeparatorColor": "#282A36"
}, },
"HeaderColor": { "HeaderColor": {
@@ -288,7 +311,8 @@
"disabledText": "#6272A4", "disabledText": "#6272A4",
"foreground": "#F8F8F2", "foreground": "#F8F8F2",
"infoForeground": "#6272A4", "infoForeground": "#6272A4",
"selectedForeground": "#8BE9FD" "selectedForeground": "#FFFFFF",
"selectedDisabledForeground": "#F8F8F2"
}, },
"Link": { "Link": {
"activeForeground": "#FF79C5", "activeForeground": "#FF79C5",
@@ -301,9 +325,11 @@
"List": { "List": {
"background": "#282A36", "background": "#282A36",
"foreground": "#F8F8F2", "foreground": "#F8F8F2",
"selectionBackground": "#44475A50", "hoverBackground": "#44475A50",
"hoverInactiveBackground": "#44475A",
"selectionBackground": "#44475A",
"selectionForeground": "#8BE9FD", "selectionForeground": "#8BE9FD",
"selectionInactiveForeground": "#8BE9FD", "selectionInactiveForeground": "#FFFFFF",
"selectionInactiveBackground": "#44475A50" "selectionInactiveBackground": "#44475A50"
}, },
"material": { "material": {
@@ -409,7 +435,7 @@
"ParameterInfo": { "ParameterInfo": {
"background": "#282A36", "background": "#282A36",
"borderColor": "#44475A", "borderColor": "#44475A",
"currentOverloadBackground": "#44475A", "currentOverloadBackground": "#6272A4",
"currentParameterForeground": "#FF79C5", "currentParameterForeground": "#FF79C5",
"disabledForeground": "#6272A4", "disabledForeground": "#6272A4",
"foreground": "#F8F8F2", "foreground": "#F8F8F2",
@@ -423,12 +449,13 @@
"foreground": "#F8F8F2", "foreground": "#F8F8F2",
"inactiveForeground": "#6272A4", "inactiveForeground": "#6272A4",
"selectionBackground": "#44475A", "selectionBackground": "#44475A",
"selectionForeground": "#8BE9FD" "selectionForeground": "#FFFFFF"
}, },
"Plugins": { "Plugins": {
"background": "#282A36", "background": "#282A36",
"disabledForeground": "#6272A4", "disabledForeground": "#6272A4",
"eapTagBackground": "#6272A4", "eapTagBackground": "#6272A4",
"hoverBackground": "#44475A50",
"lightSelectionBackground": "#44475A", "lightSelectionBackground": "#44475A",
"paidTagBackground": "#6272A4", "paidTagBackground": "#6272A4",
"selectionBackground": "#44475A", "selectionBackground": "#44475A",
@@ -442,7 +469,7 @@
"installFocusedBackground": "#6272A4", "installFocusedBackground": "#6272A4",
"installFillForeground": "#6272A4", "installFillForeground": "#6272A4",
"installFillBackground": "#393C4B", "installFillBackground": "#393C4B",
"updateBackground": "#393C4B", "updateBackground": "#FF79C5",
"updateBorderColor": "#393C4B", "updateBorderColor": "#393C4B",
"updateForeground": "#F8F8F2" "updateForeground": "#F8F8F2"
}, },
@@ -517,6 +544,7 @@
"selectionBackground": "#44475A", "selectionBackground": "#44475A",
"selectionForeground": "#8BE9FD" "selectionForeground": "#8BE9FD"
}, },
"ScreenView.borderColor": "#21222C",
"ScrollBar": { "ScrollBar": {
"background": "#282A36", "background": "#282A36",
"hoverThumbBorderColor": "#FF79C5", "hoverThumbBorderColor": "#FF79C5",
@@ -569,16 +597,25 @@
"infoForeground": "#6272A4" "infoForeground": "#6272A4"
}, },
"Tab": { "Tab": {
"active.foreground": "#8BE9FD", "active.foreground": "#FFFFFF",
"selectedForeground": "#8BE9FD", "selectedForeground": "#FFFFFF",
"selectedBackground": "#6272A4" "selectedBackground": "#6272A4"
} }
}, },
"SearchMatch": { "SearchMatch": {
"endBackground": "#FF79C5", "endBackground": "#FF79C5",
"startBackground": "#FF79C5" "startBackground": "#FF79C5",
"endColor": "#FF79C5",
"startColor": "#FF79C5"
}, },
"SearchField.errorBackground": "#1D2228", "SearchField.errorBackground": "#1D2228",
"SearchOption": {
"selectedBackground": "#44475A"
},
"SearchResults": {
"Ordinal.File.Foreground": "#6272A4",
"Repeated.File.Foreground": "#F8F8F2"
},
"Separator": { "Separator": {
"background": "#282A36", "background": "#282A36",
"foreground": "#282A36", "foreground": "#282A36",
@@ -608,7 +645,7 @@
"background": "#282A36", "background": "#282A36",
"border": "3,3,3,3", "border": "3,3,3,3",
"foreground": "#F8F8F2", "foreground": "#F8F8F2",
"selectionForeground": "#8BE9FD" "selectionForeground": "#FFFFFF"
}, },
"SplitPane": { "SplitPane": {
"background": "#282A36", "background": "#282A36",
@@ -616,7 +653,9 @@
}, },
"SplitPaneDivider.draggingColor": "#282A36", "SplitPaneDivider.draggingColor": "#282A36",
"StatusBar": { "StatusBar": {
"borderColor": "#282A36" "borderColor": "#282A36",
"hoverBackground": "#6272A4",
"LightEditBackground": "#44475A"
}, },
"TabbedPane": { "TabbedPane": {
"background": "#282A36", "background": "#282A36",
@@ -632,7 +671,7 @@
"highlight": "#21222C", "highlight": "#21222C",
"hoverColor": "#6272A4", "hoverColor": "#6272A4",
"labelShift": 0, "labelShift": 0,
"selectedForeground": "#8BE9FD", "selectedForeground": "#FFFFFF",
"selectedLabelShift": 0, "selectedLabelShift": 0,
"selectedTabPadInsets": "0,0,0,0", "selectedTabPadInsets": "0,0,0,0",
"tabsOverlapBorder": true, "tabsOverlapBorder": true,
@@ -643,21 +682,25 @@
}, },
"TabbedPane.mt.tab.background": "#191A21", "TabbedPane.mt.tab.background": "#191A21",
"Table": { "Table": {
"alternativeRowBackground": "#191A21",
"background": "#282A36", "background": "#282A36",
"cellNoFocusBorder": "10,5,10,5", "cellNoFocusBorder": "10,5,10,5",
"focusCellHighlightBorder": "10,5,10,5", "focusCellHighlightBorder": "10,5,10,5",
"disabledForeground": "#6272A4",
"dropLineColor": "#FF79C5", "dropLineColor": "#FF79C5",
"dropLineShortColor": "#FF79C5", "dropLineShortColor": "#FF79C5",
"focusCellBackground": "#44475A", "focusCellBackground": "#44475A",
"focusCellForeground": "#8BE9FD", "focusCellForeground": "#FFFFFF",
"foreground": "#F8F8F2", "foreground": "#F8F8F2",
"gridColor": "#282A36", "gridColor": "#282A36",
"highlightOuter": "#44475A", "highlightOuter": "#44475A",
"lightSelectionForeground": "#8BE9FD", "hoverBackground": "#44475A50",
"hoverInactiveBackground": "#44475A",
"lightSelectionForeground": "#FFFFFF",
"lightSelectionInactiveForeground": "#6272A4", "lightSelectionInactiveForeground": "#6272A4",
"lightSelectionInactiveBackground": "#282A36", "lightSelectionInactiveBackground": "#282A36",
"selectionBackground": "#44475A", "selectionBackground": "#44475A",
"selectionForeground": "#8BE9FD", "selectionForeground": "#FFFFFF",
"selectionInactiveBackground": "#44475A", "selectionInactiveBackground": "#44475A",
"selectionInactiveForeground": "#8BE9FD", "selectionInactiveForeground": "#8BE9FD",
"sortIconColor": "#F8F8F2", "sortIconColor": "#F8F8F2",
@@ -671,7 +714,7 @@
"disabledForeground": "#6272A4", "disabledForeground": "#6272A4",
"foreground": "#F8F8F2", "foreground": "#F8F8F2",
"focusCellBackground": "#44475A", "focusCellBackground": "#44475A",
"focusCellForeground": "#8BE9FD", "focusCellForeground": "#FFFFFF",
"height": 25, "height": 25,
"separatorColor": "#282A36" "separatorColor": "#282A36"
}, },
@@ -684,7 +727,7 @@
"foreground": "#F8F8F2", "foreground": "#F8F8F2",
"inactiveForeground": "#6272A4", "inactiveForeground": "#6272A4",
"selectionBackground": "#44475A", "selectionBackground": "#44475A",
"selectionForeground": "#8BE9FD" "selectionForeground": "#FFFFFF"
}, },
"TextField": { "TextField": {
"background": "#191A21", "background": "#191A21",
@@ -692,7 +735,7 @@
"foreground": "#F8F8F2", "foreground": "#F8F8F2",
"inactiveForeground": "#6272A4", "inactiveForeground": "#6272A4",
"selectionBackground": "#44475A", "selectionBackground": "#44475A",
"selectionForeground": "#8BE9FD" "selectionForeground": "#FFFFFF"
}, },
"TextPane": { "TextPane": {
"background": "#191A21", "background": "#191A21",
@@ -700,7 +743,7 @@
"foreground": "#F8F8F2", "foreground": "#F8F8F2",
"inactiveForeground": "#6272A4", "inactiveForeground": "#6272A4",
"selectionBackground": "#44475A", "selectionBackground": "#44475A",
"selectionForeground": "#8BE9FD" "selectionForeground": "#FFFFFF"
}, },
"TitlePane": { "TitlePane": {
"background": "#191A21", "background": "#191A21",
@@ -729,8 +772,8 @@
"ToolTip": { "ToolTip": {
"Actions.background": "#282A36", "Actions.background": "#282A36",
"Actions.infoForeground": "#6272A4", "Actions.infoForeground": "#6272A4",
"background": "#282A36", "background": "#1D2228",
"borderColor": "#6272A4", "borderColor": "#21222C",
"foreground": "#F8F8F2", "foreground": "#F8F8F2",
"infoForeground": "#6272A4", "infoForeground": "#6272A4",
"separatorColor": "#21222C", "separatorColor": "#21222C",
@@ -739,7 +782,7 @@
"ToolWindow": { "ToolWindow": {
"Button": { "Button": {
"hoverBackground": "#44475A", "hoverBackground": "#44475A",
"selectedForeground": "#8BE9FD", "selectedForeground": "#FFFFFF",
"selectedBackground": "#191A21" "selectedBackground": "#191A21"
}, },
"Header": { "Header": {
@@ -751,20 +794,25 @@
"background": "#282A36" "background": "#282A36"
}, },
"HeaderTab": { "HeaderTab": {
"borderColor": "#6272A4",
"hoverBackground": "#6272A4", "hoverBackground": "#6272A4",
"hoverInactiveBackground": "#282A36", "hoverInactiveBackground": "#6272A4",
"inactiveUnderlineColor": "#FF79C5", "inactiveUnderlineColor": "#FF79C5",
"selectedBackground": "#191A21", "selectedBackground": "#191A21",
"selectedInactiveBackground": "#191A21", "selectedInactiveBackground": "#191A21",
"underlineColor": "#FF79C5", "underlineColor": "#FF79C5",
"underlinedTabBackground": "#6272A4", "underlinedTabBackground": "#44475A",
"underlinedTabInactiveBackground": "#282A36" "underlinedTabInactiveBackground": "#282A36",
"underlinedTabForeground": "#8BE9FD",
"underlinedTabInactiveForeground": "#F8F8F2"
} }
}, },
"Tree": { "Tree": {
"background": "#191A21", "background": "#191A21",
"foreground": "#6272A4", "foreground": "#6272A4",
"hash": "#21222C", "hash": "#21222C",
"hoverBackground": "#44475A50",
"hoverInactiveBackground": "#44475A",
"modifiedItemForeground": "#FF79C5", "modifiedItemForeground": "#FF79C5",
"rowHeight": 28, "rowHeight": 28,
"selectionBackground": "#44475A50", "selectionBackground": "#44475A50",
@@ -775,26 +823,64 @@
}, },
"Tree.leftChildIndent": 10, "Tree.leftChildIndent": 10,
"Tree.rightChildIndent": 5, "Tree.rightChildIndent": 5,
"UiDesigner": { "UIDesigner": {
"Activity.borderColor": "#21222C", "Activity.borderColor": "#21222C",
"ColorPicker.background": "#282A36", "Canvas.background": "#191A21",
"ColorPicker.foreground": "#F8F8F2", "ColorPicker": {
"Component.borderColor": "#21222C", "background": "#282A36",
"Component.background": "#282A36", "foreground": "#F8F8F2"
"Component.foreground": "#F8F8F2", },
"Connector.borderColor": "#21222C", "Component": {
"Connector.hoverBorderColor": "#6272A4", "borderColor": "#21222C",
"background": "#282A36",
"foreground": "#F8F8F2",
"hoverBorderColor": "#6272A4"
},
"Connector": {
"borderColor": "#21222C",
"hoverBorderColor": "#6272A4"
},
"Canvas.background": "#191A21", "Canvas.background": "#191A21",
"highStroke.foreground": "#F8F8F2", "highStroke.foreground": "#F8F8F2",
"Label.foreground": "#6272A4", "Label.foreground": "#6272A4",
"List.selectionBackground": "#44475A50", "List.selectionBackground": "#44475A50",
"Panel.borderColor": "#21222C", "motion": {
"Panel.background": "#282A36", "borderColor": "#21222C",
"Component.foreground": "#F8F8F2",
"ConstraintSetText.foreground": "#6272A4",
"ConstraintSet.background": "#282A36",
"CSPanel.SelectedFocusBackground": "#44475A",
"CSPanel.SelectedBackground": "#44475A50",
"cs_FocusText.infoForeground": "#6272A4",
"CursorTextColor.foreground": "#F8F8F2",
"HoverColor.disabledBackground": "#6272A4",
"motionGraph.background": "#282A36",
"Notification.background": "#1D2228",
"ourAvg.background": "#282A36",
"ourCS.background": "#282A36",
"ourCS_Border.borderColor": "#21222C",
"ourCS_TextColor.foreground": "#6272A4",
"ourCS_SelectedFocusBackground.selectionForeground": "#8BE9FD",
"ourCS_SelectedBackground.selectionInactiveBackground": "#44475A",
"ourCS_SelectedBorder.pressedBorderColor": "#6272A4",
"ourML_BarColor.separatorColor": "#21222C",
"PrimaryPanel.background": "#191A21",
"SecondaryPanel.background": "#282A36",
"SecondaryPanel.header.foreground": "#6272A4",
"SecondaryPanel.header.background": "#191A21",
"timeLine.disabledBorderColor": "#21222C"
},
"Panel": {
"borderColor": "#21222C",
"background": "#282A36"
},
"percent.foreground": "#F8F8F2", "percent.foreground": "#F8F8F2",
"Placeholder.background": "#282A36", "Placeholder": {
"Placeholder.borderColor": "#21222C", "background": "#282A36",
"Placeholder.foreground": "#F8F8F2", "borderColor": "#21222C",
"Placeholder.selectedForeground": "#8BE9FD", "foreground": "#F8F8F2",
"selectedForeground": "#8BE9FD"
},
"Preview.background": "#282A36", "Preview.background": "#282A36",
"stroke.acceleratorForeground": "#6272A4" "stroke.acceleratorForeground": "#6272A4"
}, },
@@ -819,7 +905,7 @@
}, },
"HgLog": { "HgLog": {
"branchIconColor": "#FF79C5", "branchIconColor": "#FF79C5",
"bookmarkIconColor": "#8BE9FD", "bookmarkIconColor": "#FFFFFF",
"closedBranchIconColor": "#6272A4", "closedBranchIconColor": "#6272A4",
"localTagIconColor": "#6272A4", "localTagIconColor": "#6272A4",
"mqTagIconColor": "#6272A4", "mqTagIconColor": "#6272A4",
@@ -828,10 +914,11 @@
}, },
"Log": { "Log": {
"Commit.unmatchedForeground": "#6272A4", "Commit.unmatchedForeground": "#6272A4",
"Commit.currentBranchBackground": "#282A36" "Commit.currentBranchBackground": "#282A36",
"Commit.hoveredBackground": "#44475A50"
}, },
"RefLabel": { "RefLabel": {
"foreground": "#8BE9FD", "foreground": "#FFFFFF",
"backgroundBase": "#6272A4" "backgroundBase": "#6272A4"
} }
}, },
@@ -840,16 +927,22 @@
"foreground": "#F8F8F2" "foreground": "#F8F8F2"
}, },
"WelcomeScreen": { "WelcomeScreen": {
"AssociatedComponent.background": "#282A36",
"background": "#282A36", "background": "#282A36",
"borderColor": "#282A36", "borderColor": "#282A36",
"captionBackground": "#191A21", "captionBackground": "#191A21",
"captionForeground": "#F8F8F2", "captionForeground": "#F8F8F2",
"Details.background": "#282A36",
"footerBackground": "#191A21", "footerBackground": "#191A21",
"footerForeground": "#F8F8F2", "footerForeground": "#F8F8F2",
"headerBackground": "#282A36", "headerBackground": "#282A36",
"headerForeground": "#F8F8F2", "headerForeground": "#F8F8F2",
"List.background": "#191A21",
"separatorColor": "#21222C", "separatorColor": "#21222C",
"SidePanel.background": "#282A36",
"Projects": { "Projects": {
"actions.background": "#191A21",
"actions.selectionBackground": "#6272A4",
"background": "#282A36", "background": "#282A36",
"selectionBackground": "#44475A", "selectionBackground": "#44475A",
"selectionInactiveBackground": "#282A36" "selectionInactiveBackground": "#282A36"
@@ -872,13 +965,13 @@
"#606060": "#6272A4", "#606060": "#6272A4",
"#9AA7B0": "#F8F8F2", "#9AA7B0": "#F8F8F2",
"#675133": "#FF79C5", "#675133": "#FF79C5",
"Actions.Blue": "#50FA78", "Actions.Blue": "#8aff80",
"Actions.Green": "#F1FA8C", "Actions.Green": "#feff80",
"Actions.Grey": "#6272A4", "Actions.Grey": "#6272A4",
"Actions.GreyInline": "#6272A4", "Actions.GreyInline": "#6272A4",
"Actions.GreyInline.Dark": "#F8F8F2", "Actions.GreyInline.Dark": "#F8F8F2",
"Actions.Red": "#FF79C6", "Actions.Red": "#f780bf",
"Actions.Yellow": "#50FA7B", "Actions.Yellow": "#8aff80",
"Checkbox.Background.Default": "#191A21", "Checkbox.Background.Default": "#191A21",
"Checkbox.Background.Default.Dark": "#191A21", "Checkbox.Background.Default.Dark": "#191A21",
"Checkbox.Background.Disabled": "#313341", "Checkbox.Background.Disabled": "#313341",
@@ -902,16 +995,16 @@
"Checkbox.Focus.Thin.Selected": "#F8F8F2", "Checkbox.Focus.Thin.Selected": "#F8F8F2",
"Checkbox.Focus.Thin.Selected.Dark": "#F8F8F2", "Checkbox.Focus.Thin.Selected.Dark": "#F8F8F2",
"Objects.Grey": "#6272A4", "Objects.Grey": "#6272A4",
"Objects.Blue": "#50FA78", "Objects.Blue": "#8aff80",
"Objects.RedStatus": "#FF79C6", "Objects.RedStatus": "#f780bf",
"Objects.Red": "#FF79C6", "Objects.Red": "#f780bf",
"Objects.Pink": "#FF79C6", "Objects.Pink": "#f780bf",
"Objects.Yellow": "#50FA7B", "Objects.Yellow": "#8aff80",
"Objects.Green": "#F1FA8C", "Objects.Green": "#feff80",
"Objects.Purple": "#FF79C6", "Objects.Purple": "#f780bf",
"Objects.BlackText": "#F8F8F2", "Objects.BlackText": "#F8F8F2",
"Objects.YellowDark": "#BD93F9", "Objects.YellowDark": "#9580ff",
"Objects.GreenAndroid": "#F1FA8C" "Objects.GreenAndroid": "#feff80"
} }
} }
} }

View File

@@ -3,6 +3,12 @@
"dark": true, "dark": true,
"author": "Mallowigi", "author": "Mallowigi",
"editorScheme": "/colors/Dracula.xml", "editorScheme": "/colors/Dracula.xml",
"emptyFrameBackground": {
"anchor": "center",
"image": "/walls/dracula.svg",
"fill": "scale",
"transparency": 50
},
"ui": { "ui": {
"*": { "*": {
"acceleratorSelectionForeground": "#6272A4", "acceleratorSelectionForeground": "#6272A4",
@@ -43,7 +49,7 @@
"default": { "default": {
"endBackground": "#44475A", "endBackground": "#44475A",
"endBorderColor": "#44475A", "endBorderColor": "#44475A",
"foreground": "#8BE9FD", "foreground": "#FFFFFF",
"focusColor": "#FF79C5", "focusColor": "#FF79C5",
"focusedBorderColor": "#FF79C5", "focusedBorderColor": "#FF79C5",
"shadowColor": "#44475A", "shadowColor": "#44475A",
@@ -72,7 +78,10 @@
"Tooltip.borderColor": "#21222C", "Tooltip.borderColor": "#21222C",
"Tooltip.background": "#1D2228" "Tooltip.background": "#1D2228"
}, },
"Content.background": "#191A21", "Content": {
"background": "#191A21",
"selectionBackground": "#44475A"
},
"CheckBox": { "CheckBox": {
"background": "#282A36", "background": "#282A36",
"disabledText": "#6272A4", "disabledText": "#6272A4",
@@ -87,7 +96,15 @@
"disabledForeground": "#6272A4", "disabledForeground": "#6272A4",
"foreground": "#F8F8F2", "foreground": "#F8F8F2",
"selectionBackground": "#44475A", "selectionBackground": "#44475A",
"selectionForeground": "#8BE9FD" "selectionForeground": "#FFFFFF"
},
"CodeWithMe": {
"Avatar.foreground": "#F8F8F2",
"AccessEnabled": {
"accessDot": "#FF79C5",
"dropdownBorder": "#282A36",
"pillBackground": "$second"
}
}, },
"ColorChooser": { "ColorChooser": {
"background": "#282A36", "background": "#282A36",
@@ -104,13 +121,14 @@
}, },
"background": "#282A36", "background": "#282A36",
"buttonBackground": "#393C4B", "buttonBackground": "#393C4B",
"darcula.hoveredArrowButtonForeground": "#FF79C5",
"disabledForeground": "#6272A4", "disabledForeground": "#6272A4",
"foreground": "#F8F8F2", "foreground": "#F8F8F2",
"modifiedItemForeground": "#FF79C5", "modifiedItemForeground": "#FF79C5",
"nonEditableBackground": "#282A36", "nonEditableBackground": "#282A36",
"padding": "5,5,5,5", "padding": "5,5,5,5",
"selectionBackground": "#44475A", "selectionBackground": "#44475A",
"selectionForeground": "#8BE9FD" "selectionForeground": "#FFFFFF"
}, },
"ComboPopup.border": "#21222C", "ComboPopup.border": "#21222C",
"CompletionPopup": { "CompletionPopup": {
@@ -123,8 +141,8 @@
"selectedGrayedForeground": "#8BE9FD", "selectedGrayedForeground": "#8BE9FD",
"selectionGrayForeground": "#8BE9FD", "selectionGrayForeground": "#8BE9FD",
"selectionInactiveInfoForeground": "#6272A4", "selectionInactiveInfoForeground": "#6272A4",
"selectionInactiveBackground": "#44475A50", "selectionInactiveBackground": "#44475A",
"selectionBackground": "#44475A80", "selectionBackground": "#44475A",
"selectionForeground": "#8BE9FD", "selectionForeground": "#8BE9FD",
"selectionInfoForeground": "#8BE9FD" "selectionInfoForeground": "#8BE9FD"
}, },
@@ -148,9 +166,9 @@
"Variables": { "Variables": {
"collectingDataForeground": "#6272A4", "collectingDataForeground": "#6272A4",
"changedValueForeground": "#FF79C5", "changedValueForeground": "#FF79C5",
"errorMessageForeground": "#FF79C6", "errorMessageForeground": "#f780bf",
"evaluatingExpressionForeground": "#6272A4", "evaluatingExpressionForeground": "#6272A4",
"exceptionForeground": "#50FA7B", "exceptionForeground": "#8aff80",
"modifyingValueForeground": "#FF79C5", "modifyingValueForeground": "#FF79C5",
"valueForeground": "#FF79C5" "valueForeground": "#FF79C5"
} }
@@ -168,11 +186,13 @@
"hoverBackground": "#44475A", "hoverBackground": "#44475A",
"hoverColor": "#282A36", "hoverColor": "#282A36",
"hoverMaskColor": "#6272A4", "hoverMaskColor": "#6272A4",
"inactiveColoredTabBackground": "#282A36",
"inactiveColoredFileBackground": "#393C4B", "inactiveColoredFileBackground": "#393C4B",
"inactiveUnderlineColor": "#6272A4", "inactiveUnderlineColor": "#FF79C5",
"inactiveMaskColor": "#282A36", "inactiveMaskColor": "#282A36",
"underlineColor": "#FF79C5", "underlineColor": "#FF79C5",
"underlinedTabBackground": "#44475A" "underlinedTabBackground": "#44475A",
"underlinedTabForeground": "#8BE9FD"
}, },
"Desktop.background": "#282A36", "Desktop.background": "#282A36",
"DialogWrapper.southPanelBackground": "#282A36", "DialogWrapper.southPanelBackground": "#282A36",
@@ -194,19 +214,21 @@
"inactiveBackground": "#282A36", "inactiveBackground": "#282A36",
"inactiveForeground": "#6272A4", "inactiveForeground": "#6272A4",
"selectionBackground": "#44475A", "selectionBackground": "#44475A",
"selectionForeground": "#8BE9FD" "selectionForeground": "#FFFFFF"
}, },
"EditorTabs": { "EditorTabs": {
"borderColor": "#282A36", "borderColor": "#282A36",
"hoverBackground": "#6272A4",
"hoverColor": "#6272A4", "hoverColor": "#6272A4",
"hoverMaskColor": "#6272A4", "hoverMaskColor": "#6272A4",
"inactiveMaskColor": "#282A36", "inactiveMaskColor": "#282A36",
"inactiveColoredFileBackground": "#282A362", "inactiveColoredFileBackground": "#282A36",
"inactiveUnderlineColor": "#6272A4", "inactiveUnderlineColor": "#6272A4",
"selectedForeground": "#F8F8F2", "selectedForeground": "#F8F8F2",
"selectedBackground": "#44475A", "selectedBackground": "#44475A",
"underlineColor": "#FF79C5", "underlineColor": "#FF79C5",
"underlinedTabBackground": "#44475A" "underlinedTabBackground": "#44475A",
"underlinedTabForeground": "#8BE9FD"
}, },
"EditorGroupsTabs": { "EditorGroupsTabs": {
"background": "#282A36", "background": "#282A36",
@@ -243,15 +265,16 @@
"foreground": "#F8F8F2", "foreground": "#F8F8F2",
"inactiveBackground": "#393C4B", "inactiveBackground": "#393C4B",
"inactiveForeground": "#6272A4", "inactiveForeground": "#6272A4",
"selectionForeground": "#8BE9FD", "selectionForeground": "#FFFFFF",
"selectionBackground": "#44475A" "selectionBackground": "#44475A"
}, },
"GotItTooltip.borderColor": "#1D2228",
"Group": { "Group": {
"disabledSeparatorColor": "#21222C", "disabledSeparatorColor": "#21222C",
"separatorColor": "#21222C" "separatorColor": "#21222C"
}, },
"GutterTooltip": { "GutterTooltip": {
"infoForeground": "#F8F8F2", "infoForeground": "#6272A4",
"lineSeparatorColor": "#282A36" "lineSeparatorColor": "#282A36"
}, },
"HeaderColor": { "HeaderColor": {
@@ -288,7 +311,8 @@
"disabledText": "#6272A4", "disabledText": "#6272A4",
"foreground": "#F8F8F2", "foreground": "#F8F8F2",
"infoForeground": "#6272A4", "infoForeground": "#6272A4",
"selectedForeground": "#8BE9FD" "selectedForeground": "#FFFFFF",
"selectedDisabledForeground": "#F8F8F2"
}, },
"Link": { "Link": {
"activeForeground": "#FF79C5", "activeForeground": "#FF79C5",
@@ -301,9 +325,11 @@
"List": { "List": {
"background": "#282A36", "background": "#282A36",
"foreground": "#F8F8F2", "foreground": "#F8F8F2",
"selectionBackground": "#44475A50", "hoverBackground": "#44475A50",
"hoverInactiveBackground": "#44475A",
"selectionBackground": "#44475A",
"selectionForeground": "#8BE9FD", "selectionForeground": "#8BE9FD",
"selectionInactiveForeground": "#8BE9FD", "selectionInactiveForeground": "#FFFFFF",
"selectionInactiveBackground": "#44475A50" "selectionInactiveBackground": "#44475A50"
}, },
"material": { "material": {
@@ -409,7 +435,7 @@
"ParameterInfo": { "ParameterInfo": {
"background": "#282A36", "background": "#282A36",
"borderColor": "#44475A", "borderColor": "#44475A",
"currentOverloadBackground": "#44475A", "currentOverloadBackground": "#6272A4",
"currentParameterForeground": "#FF79C5", "currentParameterForeground": "#FF79C5",
"disabledForeground": "#6272A4", "disabledForeground": "#6272A4",
"foreground": "#F8F8F2", "foreground": "#F8F8F2",
@@ -423,12 +449,13 @@
"foreground": "#F8F8F2", "foreground": "#F8F8F2",
"inactiveForeground": "#6272A4", "inactiveForeground": "#6272A4",
"selectionBackground": "#44475A", "selectionBackground": "#44475A",
"selectionForeground": "#8BE9FD" "selectionForeground": "#FFFFFF"
}, },
"Plugins": { "Plugins": {
"background": "#282A36", "background": "#282A36",
"disabledForeground": "#6272A4", "disabledForeground": "#6272A4",
"eapTagBackground": "#6272A4", "eapTagBackground": "#6272A4",
"hoverBackground": "#44475A50",
"lightSelectionBackground": "#44475A", "lightSelectionBackground": "#44475A",
"paidTagBackground": "#6272A4", "paidTagBackground": "#6272A4",
"selectionBackground": "#44475A", "selectionBackground": "#44475A",
@@ -442,7 +469,7 @@
"installFocusedBackground": "#6272A4", "installFocusedBackground": "#6272A4",
"installFillForeground": "#6272A4", "installFillForeground": "#6272A4",
"installFillBackground": "#393C4B", "installFillBackground": "#393C4B",
"updateBackground": "#393C4B", "updateBackground": "#FF79C5",
"updateBorderColor": "#393C4B", "updateBorderColor": "#393C4B",
"updateForeground": "#F8F8F2" "updateForeground": "#F8F8F2"
}, },
@@ -517,6 +544,7 @@
"selectionBackground": "#44475A", "selectionBackground": "#44475A",
"selectionForeground": "#8BE9FD" "selectionForeground": "#8BE9FD"
}, },
"ScreenView.borderColor": "#21222C",
"ScrollBar": { "ScrollBar": {
"background": "#282A36", "background": "#282A36",
"hoverThumbBorderColor": "#FF79C5", "hoverThumbBorderColor": "#FF79C5",
@@ -569,16 +597,25 @@
"infoForeground": "#6272A4" "infoForeground": "#6272A4"
}, },
"Tab": { "Tab": {
"active.foreground": "#8BE9FD", "active.foreground": "#FFFFFF",
"selectedForeground": "#8BE9FD", "selectedForeground": "#FFFFFF",
"selectedBackground": "#6272A4" "selectedBackground": "#6272A4"
} }
}, },
"SearchMatch": { "SearchMatch": {
"endBackground": "#FF79C5", "endBackground": "#FF79C5",
"startBackground": "#FF79C5" "startBackground": "#FF79C5",
"endColor": "#FF79C5",
"startColor": "#FF79C5"
}, },
"SearchField.errorBackground": "#1D2228", "SearchField.errorBackground": "#1D2228",
"SearchOption": {
"selectedBackground": "#44475A"
},
"SearchResults": {
"Ordinal.File.Foreground": "#6272A4",
"Repeated.File.Foreground": "#F8F8F2"
},
"Separator": { "Separator": {
"background": "#282A36", "background": "#282A36",
"foreground": "#282A36", "foreground": "#282A36",
@@ -608,7 +645,7 @@
"background": "#282A36", "background": "#282A36",
"border": "3,3,3,3", "border": "3,3,3,3",
"foreground": "#F8F8F2", "foreground": "#F8F8F2",
"selectionForeground": "#8BE9FD" "selectionForeground": "#FFFFFF"
}, },
"SplitPane": { "SplitPane": {
"background": "#282A36", "background": "#282A36",
@@ -616,7 +653,9 @@
}, },
"SplitPaneDivider.draggingColor": "#282A36", "SplitPaneDivider.draggingColor": "#282A36",
"StatusBar": { "StatusBar": {
"borderColor": "#282A36" "borderColor": "#282A36",
"hoverBackground": "#6272A4",
"LightEditBackground": "#44475A"
}, },
"TabbedPane": { "TabbedPane": {
"background": "#282A36", "background": "#282A36",
@@ -632,7 +671,7 @@
"highlight": "#21222C", "highlight": "#21222C",
"hoverColor": "#6272A4", "hoverColor": "#6272A4",
"labelShift": 0, "labelShift": 0,
"selectedForeground": "#8BE9FD", "selectedForeground": "#FFFFFF",
"selectedLabelShift": 0, "selectedLabelShift": 0,
"selectedTabPadInsets": "0,0,0,0", "selectedTabPadInsets": "0,0,0,0",
"tabsOverlapBorder": true, "tabsOverlapBorder": true,
@@ -643,21 +682,25 @@
}, },
"TabbedPane.mt.tab.background": "#282A36", "TabbedPane.mt.tab.background": "#282A36",
"Table": { "Table": {
"alternativeRowBackground": "#191A21",
"background": "#282A36", "background": "#282A36",
"cellNoFocusBorder": "10,5,10,5", "cellNoFocusBorder": "10,5,10,5",
"focusCellHighlightBorder": "10,5,10,5", "focusCellHighlightBorder": "10,5,10,5",
"disabledForeground": "#6272A4",
"dropLineColor": "#FF79C5", "dropLineColor": "#FF79C5",
"dropLineShortColor": "#FF79C5", "dropLineShortColor": "#FF79C5",
"focusCellBackground": "#44475A", "focusCellBackground": "#44475A",
"focusCellForeground": "#8BE9FD", "focusCellForeground": "#FFFFFF",
"foreground": "#F8F8F2", "foreground": "#F8F8F2",
"gridColor": "#282A36", "gridColor": "#282A36",
"highlightOuter": "#44475A", "highlightOuter": "#44475A",
"lightSelectionForeground": "#8BE9FD", "hoverBackground": "#44475A50",
"hoverInactiveBackground": "#44475A",
"lightSelectionForeground": "#FFFFFF",
"lightSelectionInactiveForeground": "#6272A4", "lightSelectionInactiveForeground": "#6272A4",
"lightSelectionInactiveBackground": "#282A36", "lightSelectionInactiveBackground": "#282A36",
"selectionBackground": "#44475A", "selectionBackground": "#44475A",
"selectionForeground": "#8BE9FD", "selectionForeground": "#FFFFFF",
"selectionInactiveBackground": "#44475A", "selectionInactiveBackground": "#44475A",
"selectionInactiveForeground": "#8BE9FD", "selectionInactiveForeground": "#8BE9FD",
"sortIconColor": "#F8F8F2", "sortIconColor": "#F8F8F2",
@@ -671,7 +714,7 @@
"disabledForeground": "#6272A4", "disabledForeground": "#6272A4",
"foreground": "#F8F8F2", "foreground": "#F8F8F2",
"focusCellBackground": "#44475A", "focusCellBackground": "#44475A",
"focusCellForeground": "#8BE9FD", "focusCellForeground": "#FFFFFF",
"height": 25, "height": 25,
"separatorColor": "#282A36" "separatorColor": "#282A36"
}, },
@@ -684,7 +727,7 @@
"foreground": "#F8F8F2", "foreground": "#F8F8F2",
"inactiveForeground": "#6272A4", "inactiveForeground": "#6272A4",
"selectionBackground": "#44475A", "selectionBackground": "#44475A",
"selectionForeground": "#8BE9FD" "selectionForeground": "#FFFFFF"
}, },
"TextField": { "TextField": {
"background": "#282A36", "background": "#282A36",
@@ -692,7 +735,7 @@
"foreground": "#F8F8F2", "foreground": "#F8F8F2",
"inactiveForeground": "#6272A4", "inactiveForeground": "#6272A4",
"selectionBackground": "#44475A", "selectionBackground": "#44475A",
"selectionForeground": "#8BE9FD" "selectionForeground": "#FFFFFF"
}, },
"TextPane": { "TextPane": {
"background": "#282A36", "background": "#282A36",
@@ -700,7 +743,7 @@
"foreground": "#F8F8F2", "foreground": "#F8F8F2",
"inactiveForeground": "#6272A4", "inactiveForeground": "#6272A4",
"selectionBackground": "#44475A", "selectionBackground": "#44475A",
"selectionForeground": "#8BE9FD" "selectionForeground": "#FFFFFF"
}, },
"TitlePane": { "TitlePane": {
"background": "#191A21", "background": "#191A21",
@@ -729,8 +772,8 @@
"ToolTip": { "ToolTip": {
"Actions.background": "#282A36", "Actions.background": "#282A36",
"Actions.infoForeground": "#6272A4", "Actions.infoForeground": "#6272A4",
"background": "#282A36", "background": "#1D2228",
"borderColor": "#6272A4", "borderColor": "#21222C",
"foreground": "#F8F8F2", "foreground": "#F8F8F2",
"infoForeground": "#6272A4", "infoForeground": "#6272A4",
"separatorColor": "#21222C", "separatorColor": "#21222C",
@@ -739,7 +782,7 @@
"ToolWindow": { "ToolWindow": {
"Button": { "Button": {
"hoverBackground": "#44475A", "hoverBackground": "#44475A",
"selectedForeground": "#8BE9FD", "selectedForeground": "#FFFFFF",
"selectedBackground": "#191A21" "selectedBackground": "#191A21"
}, },
"Header": { "Header": {
@@ -751,20 +794,25 @@
"background": "#282A36" "background": "#282A36"
}, },
"HeaderTab": { "HeaderTab": {
"borderColor": "#6272A4",
"hoverBackground": "#6272A4", "hoverBackground": "#6272A4",
"hoverInactiveBackground": "#282A36", "hoverInactiveBackground": "#6272A4",
"inactiveUnderlineColor": "#FF79C5", "inactiveUnderlineColor": "#FF79C5",
"selectedBackground": "#191A21", "selectedBackground": "#191A21",
"selectedInactiveBackground": "#191A21", "selectedInactiveBackground": "#191A21",
"underlineColor": "#FF79C5", "underlineColor": "#FF79C5",
"underlinedTabBackground": "#6272A4", "underlinedTabBackground": "#44475A",
"underlinedTabInactiveBackground": "#282A36" "underlinedTabInactiveBackground": "#282A36",
"underlinedTabForeground": "#8BE9FD",
"underlinedTabInactiveForeground": "#F8F8F2"
} }
}, },
"Tree": { "Tree": {
"background": "#282A36", "background": "#282A36",
"foreground": "#6272A4", "foreground": "#6272A4",
"hash": "#21222C", "hash": "#21222C",
"hoverBackground": "#44475A50",
"hoverInactiveBackground": "#44475A",
"modifiedItemForeground": "#FF79C5", "modifiedItemForeground": "#FF79C5",
"rowHeight": 28, "rowHeight": 28,
"selectionBackground": "#44475A50", "selectionBackground": "#44475A50",
@@ -775,26 +823,64 @@
}, },
"Tree.leftChildIndent": 10, "Tree.leftChildIndent": 10,
"Tree.rightChildIndent": 5, "Tree.rightChildIndent": 5,
"UiDesigner": { "UIDesigner": {
"Activity.borderColor": "#21222C", "Activity.borderColor": "#21222C",
"ColorPicker.background": "#282A36", "Canvas.background": "#191A21",
"ColorPicker.foreground": "#F8F8F2", "ColorPicker": {
"Component.borderColor": "#21222C", "background": "#282A36",
"Component.background": "#282A36", "foreground": "#F8F8F2"
"Component.foreground": "#F8F8F2", },
"Connector.borderColor": "#21222C", "Component": {
"Connector.hoverBorderColor": "#6272A4", "borderColor": "#21222C",
"background": "#282A36",
"foreground": "#F8F8F2",
"hoverBorderColor": "#6272A4"
},
"Connector": {
"borderColor": "#21222C",
"hoverBorderColor": "#6272A4"
},
"Canvas.background": "#191A21", "Canvas.background": "#191A21",
"highStroke.foreground": "#F8F8F2", "highStroke.foreground": "#F8F8F2",
"Label.foreground": "#6272A4", "Label.foreground": "#6272A4",
"List.selectionBackground": "#44475A50", "List.selectionBackground": "#44475A50",
"Panel.borderColor": "#21222C", "motion": {
"Panel.background": "#282A36", "borderColor": "#21222C",
"Component.foreground": "#F8F8F2",
"ConstraintSetText.foreground": "#6272A4",
"ConstraintSet.background": "#282A36",
"CSPanel.SelectedFocusBackground": "#44475A",
"CSPanel.SelectedBackground": "#44475A50",
"cs_FocusText.infoForeground": "#6272A4",
"CursorTextColor.foreground": "#F8F8F2",
"HoverColor.disabledBackground": "#6272A4",
"motionGraph.background": "#282A36",
"Notification.background": "#1D2228",
"ourAvg.background": "#282A36",
"ourCS.background": "#282A36",
"ourCS_Border.borderColor": "#21222C",
"ourCS_TextColor.foreground": "#6272A4",
"ourCS_SelectedFocusBackground.selectionForeground": "#8BE9FD",
"ourCS_SelectedBackground.selectionInactiveBackground": "#44475A",
"ourCS_SelectedBorder.pressedBorderColor": "#6272A4",
"ourML_BarColor.separatorColor": "#21222C",
"PrimaryPanel.background": "#191A21",
"SecondaryPanel.background": "#282A36",
"SecondaryPanel.header.foreground": "#6272A4",
"SecondaryPanel.header.background": "#191A21",
"timeLine.disabledBorderColor": "#21222C"
},
"Panel": {
"borderColor": "#21222C",
"background": "#282A36"
},
"percent.foreground": "#F8F8F2", "percent.foreground": "#F8F8F2",
"Placeholder.background": "#282A36", "Placeholder": {
"Placeholder.borderColor": "#21222C", "background": "#282A36",
"Placeholder.foreground": "#F8F8F2", "borderColor": "#21222C",
"Placeholder.selectedForeground": "#8BE9FD", "foreground": "#F8F8F2",
"selectedForeground": "#8BE9FD"
},
"Preview.background": "#282A36", "Preview.background": "#282A36",
"stroke.acceleratorForeground": "#6272A4" "stroke.acceleratorForeground": "#6272A4"
}, },
@@ -819,7 +905,7 @@
}, },
"HgLog": { "HgLog": {
"branchIconColor": "#FF79C5", "branchIconColor": "#FF79C5",
"bookmarkIconColor": "#8BE9FD", "bookmarkIconColor": "#FFFFFF",
"closedBranchIconColor": "#6272A4", "closedBranchIconColor": "#6272A4",
"localTagIconColor": "#6272A4", "localTagIconColor": "#6272A4",
"mqTagIconColor": "#6272A4", "mqTagIconColor": "#6272A4",
@@ -828,10 +914,11 @@
}, },
"Log": { "Log": {
"Commit.unmatchedForeground": "#6272A4", "Commit.unmatchedForeground": "#6272A4",
"Commit.currentBranchBackground": "#282A36" "Commit.currentBranchBackground": "#282A36",
"Commit.hoveredBackground": "#44475A50"
}, },
"RefLabel": { "RefLabel": {
"foreground": "#8BE9FD", "foreground": "#FFFFFF",
"backgroundBase": "#6272A4" "backgroundBase": "#6272A4"
} }
}, },
@@ -840,16 +927,22 @@
"foreground": "#F8F8F2" "foreground": "#F8F8F2"
}, },
"WelcomeScreen": { "WelcomeScreen": {
"AssociatedComponent.background": "#282A36",
"background": "#282A36", "background": "#282A36",
"borderColor": "#282A36", "borderColor": "#282A36",
"captionBackground": "#191A21", "captionBackground": "#191A21",
"captionForeground": "#F8F8F2", "captionForeground": "#F8F8F2",
"Details.background": "#282A36",
"footerBackground": "#191A21", "footerBackground": "#191A21",
"footerForeground": "#F8F8F2", "footerForeground": "#F8F8F2",
"headerBackground": "#282A36", "headerBackground": "#282A36",
"headerForeground": "#F8F8F2", "headerForeground": "#F8F8F2",
"List.background": "#191A21",
"separatorColor": "#21222C", "separatorColor": "#21222C",
"SidePanel.background": "#282A36",
"Projects": { "Projects": {
"actions.background": "#191A21",
"actions.selectionBackground": "#6272A4",
"background": "#282A36", "background": "#282A36",
"selectionBackground": "#44475A", "selectionBackground": "#44475A",
"selectionInactiveBackground": "#282A36" "selectionInactiveBackground": "#282A36"
@@ -872,13 +965,13 @@
"#606060": "#6272A4", "#606060": "#6272A4",
"#9AA7B0": "#F8F8F2", "#9AA7B0": "#F8F8F2",
"#675133": "#FF79C5", "#675133": "#FF79C5",
"Actions.Blue": "#50FA78", "Actions.Blue": "#8aff80",
"Actions.Green": "#F1FA8C", "Actions.Green": "#feff80",
"Actions.Grey": "#6272A4", "Actions.Grey": "#6272A4",
"Actions.GreyInline": "#6272A4", "Actions.GreyInline": "#6272A4",
"Actions.GreyInline.Dark": "#F8F8F2", "Actions.GreyInline.Dark": "#F8F8F2",
"Actions.Red": "#FF79C6", "Actions.Red": "#f780bf",
"Actions.Yellow": "#50FA7B", "Actions.Yellow": "#8aff80",
"Checkbox.Background.Default": "#191A21", "Checkbox.Background.Default": "#191A21",
"Checkbox.Background.Default.Dark": "#191A21", "Checkbox.Background.Default.Dark": "#191A21",
"Checkbox.Background.Disabled": "#313341", "Checkbox.Background.Disabled": "#313341",
@@ -902,16 +995,16 @@
"Checkbox.Focus.Thin.Selected": "#F8F8F2", "Checkbox.Focus.Thin.Selected": "#F8F8F2",
"Checkbox.Focus.Thin.Selected.Dark": "#F8F8F2", "Checkbox.Focus.Thin.Selected.Dark": "#F8F8F2",
"Objects.Grey": "#6272A4", "Objects.Grey": "#6272A4",
"Objects.Blue": "#50FA78", "Objects.Blue": "#8aff80",
"Objects.RedStatus": "#FF79C6", "Objects.RedStatus": "#f780bf",
"Objects.Red": "#FF79C6", "Objects.Red": "#f780bf",
"Objects.Pink": "#FF79C6", "Objects.Pink": "#f780bf",
"Objects.Yellow": "#50FA7B", "Objects.Yellow": "#8aff80",
"Objects.Green": "#F1FA8C", "Objects.Green": "#feff80",
"Objects.Purple": "#FF79C6", "Objects.Purple": "#f780bf",
"Objects.BlackText": "#F8F8F2", "Objects.BlackText": "#F8F8F2",
"Objects.YellowDark": "#BD93F9", "Objects.YellowDark": "#9580ff",
"Objects.GreenAndroid": "#F1FA8C" "Objects.GreenAndroid": "#feff80"
} }
} }
} }

View File

@@ -2,7 +2,13 @@
"name": "GitHub Contrast", "name": "GitHub Contrast",
"dark": false, "dark": false,
"author": "Mallowigi", "author": "Mallowigi",
"editorScheme": "/colors/Github.xml", "editorScheme": "/colors/GitHub.xml",
"emptyFrameBackground": {
"anchor": "center",
"image": "/walls/github.svg",
"fill": "scale",
"transparency": 50
},
"ui": { "ui": {
"*": { "*": {
"acceleratorSelectionForeground": "#292D31", "acceleratorSelectionForeground": "#292D31",
@@ -17,10 +23,10 @@
"inactiveBackground": "#dcdcdc", "inactiveBackground": "#dcdcdc",
"inactiveForeground": "#292D31", "inactiveForeground": "#292D31",
"infoForeground": "#292D31", "infoForeground": "#292D31",
"selectionBackground": "#3A66D1", "selectionBackground": "#3A66D150",
"selectionBackgroundInactive": "#f3f3f3", "selectionBackgroundInactive": "#F3f3f3",
"selectionForeground": "#FFFFFF", "selectionForeground": "#FFFFFF",
"selectionInactiveBackground": "#f3f3f3", "selectionInactiveBackground": "#F3f3f3",
"separatorColor": "#DFE1E4" "separatorColor": "#DFE1E4"
}, },
"activeCaption": "#F7F8FA", "activeCaption": "#F7F8FA",
@@ -33,7 +39,7 @@
"pressedBorderColor": "#79CB6050" "pressedBorderColor": "#79CB6050"
}, },
"Autocomplete": { "Autocomplete": {
"selectionBackground": "#3A66D1" "selectionBackground": "#3A66D150"
}, },
"Borders.ContrastBorderColor": "#F7F8FA", "Borders.ContrastBorderColor": "#F7F8FA",
"Borders.color": "#DFE1E4", "Borders.color": "#DFE1E4",
@@ -72,7 +78,10 @@
"Tooltip.borderColor": "#DFE1E4", "Tooltip.borderColor": "#DFE1E4",
"Tooltip.background": "#DFECFE" "Tooltip.background": "#DFECFE"
}, },
"Content.background": "#fafbfc", "Content": {
"background": "#fafbfc",
"selectionBackground": "#3A66D150"
},
"CheckBox": { "CheckBox": {
"background": "#F7F8FA", "background": "#F7F8FA",
"disabledText": "#9ba0a3", "disabledText": "#9ba0a3",
@@ -86,9 +95,17 @@
"disabledBackground": "#F7F8FA", "disabledBackground": "#F7F8FA",
"disabledForeground": "#9ba0a3", "disabledForeground": "#9ba0a3",
"foreground": "#5B6168", "foreground": "#5B6168",
"selectionBackground": "#3A66D1", "selectionBackground": "#3A66D150",
"selectionForeground": "#111111" "selectionForeground": "#111111"
}, },
"CodeWithMe": {
"Avatar.foreground": "#5B6168",
"AccessEnabled": {
"accessDot": "#79CB60",
"dropdownBorder": "#F3f3f3",
"pillBackground": "$second"
}
},
"ColorChooser": { "ColorChooser": {
"background": "#F7F8FA", "background": "#F7F8FA",
"foreground": "#5B6168", "foreground": "#5B6168",
@@ -104,17 +121,18 @@
}, },
"background": "#fafbfc", "background": "#fafbfc",
"buttonBackground": "#edf1f5", "buttonBackground": "#edf1f5",
"darcula.hoveredArrowButtonForeground": "#79CB60",
"disabledForeground": "#9ba0a3", "disabledForeground": "#9ba0a3",
"foreground": "#5B6168", "foreground": "#5B6168",
"modifiedItemForeground": "#79CB60", "modifiedItemForeground": "#79CB60",
"nonEditableBackground": "#f3f3f3", "nonEditableBackground": "#F3f3f3",
"padding": "5,5,5,5", "padding": "5,5,5,5",
"selectionBackground": "#cce5ff", "selectionBackground": "#cce5ff",
"selectionForeground": "#111111" "selectionForeground": "#111111"
}, },
"ComboPopup.border": "#DFE1E4", "ComboPopup.border": "#DFE1E4",
"CompletionPopup": { "CompletionPopup": {
"background": "#f3f3f3", "background": "#F3f3f3",
"foreground": "#5B6168", "foreground": "#5B6168",
"infoForeground": "#292D31", "infoForeground": "#292D31",
"matchForeground": "#79CB60", "matchForeground": "#79CB60",
@@ -124,7 +142,7 @@
"selectionGrayForeground": "#FFFFFF", "selectionGrayForeground": "#FFFFFF",
"selectionInactiveInfoForeground": "#292D31", "selectionInactiveInfoForeground": "#292D31",
"selectionInactiveBackground": "#3A66D150", "selectionInactiveBackground": "#3A66D150",
"selectionBackground": "#3A66D180", "selectionBackground": "#3A66D150",
"selectionForeground": "#FFFFFF", "selectionForeground": "#FFFFFF",
"selectionInfoForeground": "#FFFFFF" "selectionInfoForeground": "#FFFFFF"
}, },
@@ -168,11 +186,13 @@
"hoverBackground": "#cce5ff", "hoverBackground": "#cce5ff",
"hoverColor": "#fafbfc", "hoverColor": "#fafbfc",
"hoverMaskColor": "#CCE5FF", "hoverMaskColor": "#CCE5FF",
"inactiveColoredTabBackground": "#F7F8FA",
"inactiveColoredFileBackground": "#edf1f5", "inactiveColoredFileBackground": "#edf1f5",
"inactiveUnderlineColor": "#9ba0a3", "inactiveUnderlineColor": "#79CB60",
"inactiveMaskColor": "#fafbfc", "inactiveMaskColor": "#fafbfc",
"underlineColor": "#79CB60", "underlineColor": "#79CB60",
"underlinedTabBackground": "#cce5ff" "underlinedTabBackground": "#cce5ff",
"underlinedTabForeground": "#FFFFFF"
}, },
"Desktop.background": "#F7F8FA", "Desktop.background": "#F7F8FA",
"DialogWrapper.southPanelBackground": "#F7F8FA", "DialogWrapper.southPanelBackground": "#F7F8FA",
@@ -193,24 +213,26 @@
"foreground": "#5B6168", "foreground": "#5B6168",
"inactiveBackground": "#F7F8FA", "inactiveBackground": "#F7F8FA",
"inactiveForeground": "#9ba0a3", "inactiveForeground": "#9ba0a3",
"selectionBackground": "#3A66D1", "selectionBackground": "#3A66D150",
"selectionForeground": "#111111" "selectionForeground": "#111111"
}, },
"EditorTabs": { "EditorTabs": {
"borderColor": "#f3f3f3", "borderColor": "#F3f3f3",
"hoverBackground": "#CCE5FF",
"hoverColor": "#CCE5FF", "hoverColor": "#CCE5FF",
"hoverMaskColor": "#CCE5FF", "hoverMaskColor": "#CCE5FF",
"inactiveMaskColor": "#F7F8FA", "inactiveMaskColor": "#F7F8FA",
"inactiveColoredFileBackground": "#F7F8FA2", "inactiveColoredFileBackground": "#F7F8FA",
"inactiveUnderlineColor": "#9ba0a3", "inactiveUnderlineColor": "#9ba0a3",
"selectedForeground": "#5B6168", "selectedForeground": "#5B6168",
"selectedBackground": "#cce5ff", "selectedBackground": "#cce5ff",
"underlineColor": "#79CB60", "underlineColor": "#79CB60",
"underlinedTabBackground": "#cce5ff" "underlinedTabBackground": "#cce5ff",
"underlinedTabForeground": "#FFFFFF"
}, },
"EditorGroupsTabs": { "EditorGroupsTabs": {
"background": "#F7F8FA", "background": "#F7F8FA",
"borderColor": "#f3f3f3", "borderColor": "#F3f3f3",
"hoverBackground": "#CCE5FF", "hoverBackground": "#CCE5FF",
"hoverColor": "#CCE5FF", "hoverColor": "#CCE5FF",
"inactiveUnderlineColor": "#79CB60", "inactiveUnderlineColor": "#79CB60",
@@ -246,12 +268,13 @@
"selectionForeground": "#111111", "selectionForeground": "#111111",
"selectionBackground": "#cce5ff" "selectionBackground": "#cce5ff"
}, },
"GotItTooltip.borderColor": "#DFECFE",
"Group": { "Group": {
"disabledSeparatorColor": "#DFE1E4", "disabledSeparatorColor": "#DFE1E4",
"separatorColor": "#DFE1E4" "separatorColor": "#DFE1E4"
}, },
"GutterTooltip": { "GutterTooltip": {
"infoForeground": "#5B6168", "infoForeground": "#292D31",
"lineSeparatorColor": "#F7F8FA" "lineSeparatorColor": "#F7F8FA"
}, },
"HeaderColor": { "HeaderColor": {
@@ -266,7 +289,7 @@
"shortcutForeground": "#292D31" "shortcutForeground": "#292D31"
}, },
"Hyperlink.linkColor": "#79CB60", "Hyperlink.linkColor": "#79CB60",
"inactiveCaption": "#f3f3f3", "inactiveCaption": "#F3f3f3",
"inactiveCaptionBorder": "#F7F8FA", "inactiveCaptionBorder": "#F7F8FA",
"inactiveCaptionText": "#292D31", "inactiveCaptionText": "#292D31",
"info": "#292D31", "info": "#292D31",
@@ -288,7 +311,8 @@
"disabledText": "#9ba0a3", "disabledText": "#9ba0a3",
"foreground": "#5B6168", "foreground": "#5B6168",
"infoForeground": "#292D31", "infoForeground": "#292D31",
"selectedForeground": "#111111" "selectedForeground": "#111111",
"selectedDisabledForeground": "#5B6168"
}, },
"Link": { "Link": {
"activeForeground": "#79CB60", "activeForeground": "#79CB60",
@@ -299,8 +323,10 @@
}, },
"link.foreground": "#79CB60", "link.foreground": "#79CB60",
"List": { "List": {
"background": "#f3f3f3", "background": "#F3f3f3",
"foreground": "#5B6168", "foreground": "#5B6168",
"hoverBackground": "#3A66D1",
"hoverInactiveBackground": "#cce5ff",
"selectionBackground": "#3A66D150", "selectionBackground": "#3A66D150",
"selectionForeground": "#FFFFFF", "selectionForeground": "#FFFFFF",
"selectionInactiveForeground": "#111111", "selectionInactiveForeground": "#111111",
@@ -319,7 +345,7 @@
"tagColor": "#292D31" "tagColor": "#292D31"
}, },
"MemoryIndicator": { "MemoryIndicator": {
"allocatedBackground": "#f3f3f3", "allocatedBackground": "#F3f3f3",
"usedColor": "#CCE5FF", "usedColor": "#CCE5FF",
"usedBackground": "#CCE5FF" "usedBackground": "#CCE5FF"
}, },
@@ -328,11 +354,11 @@
"acceleratorSelectionForeground": "#FFFFFF", "acceleratorSelectionForeground": "#FFFFFF",
"background": "#F7F8FA", "background": "#F7F8FA",
"border": "4,2,4,2", "border": "4,2,4,2",
"borderColor": "#f3f3f3", "borderColor": "#F3f3f3",
"disabledBackground": "#f3f3f3", "disabledBackground": "#F3f3f3",
"disabledForeground": "#9ba0a3", "disabledForeground": "#9ba0a3",
"foreground": "#5B6168", "foreground": "#5B6168",
"selectionBackground": "#3A66D1", "selectionBackground": "#3A66D150",
"selectionForeground": "#FFFFFF", "selectionForeground": "#FFFFFF",
"separatorColor": "#DFE1E4" "separatorColor": "#DFE1E4"
}, },
@@ -343,7 +369,7 @@
"disabledForeground": "#9ba0a3", "disabledForeground": "#9ba0a3",
"foreground": "#5B6168", "foreground": "#5B6168",
"highlight": "#F7F8FA", "highlight": "#F7F8FA",
"selectionBackground": "#3A66D1", "selectionBackground": "#3A66D150",
"selectionForeground": "#FFFFFF", "selectionForeground": "#FFFFFF",
"shadow": "#fafbfc" "shadow": "#fafbfc"
}, },
@@ -355,7 +381,7 @@
"disabledBackground": "#F7F8FA", "disabledBackground": "#F7F8FA",
"disabledForeground": "#9ba0a3", "disabledForeground": "#9ba0a3",
"foreground": "#5B6168", "foreground": "#5B6168",
"selectionBackground": "#3A66D1", "selectionBackground": "#3A66D150",
"selectionForeground": "#FFFFFF" "selectionForeground": "#FFFFFF"
}, },
"NavBar": { "NavBar": {
@@ -407,9 +433,9 @@
"foreground": "#5B6168" "foreground": "#5B6168"
}, },
"ParameterInfo": { "ParameterInfo": {
"background": "#f3f3f3", "background": "#F3f3f3",
"borderColor": "#cce5ff", "borderColor": "#cce5ff",
"currentOverloadBackground": "#cce5ff", "currentOverloadBackground": "#CCE5FF",
"currentParameterForeground": "#79CB60", "currentParameterForeground": "#79CB60",
"disabledForeground": "#9ba0a3", "disabledForeground": "#9ba0a3",
"foreground": "#5B6168", "foreground": "#5B6168",
@@ -429,9 +455,10 @@
"background": "#F7F8FA", "background": "#F7F8FA",
"disabledForeground": "#9ba0a3", "disabledForeground": "#9ba0a3",
"eapTagBackground": "#CCE5FF", "eapTagBackground": "#CCE5FF",
"lightSelectionBackground": "#3A66D1", "hoverBackground": "#3A66D1",
"lightSelectionBackground": "#cce5ff",
"paidTagBackground": "#CCE5FF", "paidTagBackground": "#CCE5FF",
"selectionBackground": "#3A66D1", "selectionBackground": "#3A66D150",
"tagForeground": "#79CB60", "tagForeground": "#79CB60",
"tagBackground": "#CCE5FF", "tagBackground": "#CCE5FF",
"trialTagBackground": "#CCE5FF", "trialTagBackground": "#CCE5FF",
@@ -442,7 +469,7 @@
"installFocusedBackground": "#CCE5FF", "installFocusedBackground": "#CCE5FF",
"installFillForeground": "#9ba0a3", "installFillForeground": "#9ba0a3",
"installFillBackground": "#edf1f5", "installFillBackground": "#edf1f5",
"updateBackground": "#edf1f5", "updateBackground": "#79CB60",
"updateBorderColor": "#edf1f5", "updateBorderColor": "#edf1f5",
"updateForeground": "#5B6168" "updateForeground": "#5B6168"
}, },
@@ -451,7 +478,7 @@
"borderColor": "#DFE1E4" "borderColor": "#DFE1E4"
}, },
"SectionHeader": { "SectionHeader": {
"background": "#f3f3f3", "background": "#F3f3f3",
"foreground": "#5B6168" "foreground": "#5B6168"
}, },
"Tab": { "Tab": {
@@ -468,14 +495,14 @@
}, },
"borderColor": "#fafbfc", "borderColor": "#fafbfc",
"inactiveBorderColor": "#F7F8FA", "inactiveBorderColor": "#F7F8FA",
"innerBorderColor": "#f3f3f3", "innerBorderColor": "#F3f3f3",
"Header": { "Header": {
"activeBackground": "#F7F8FA", "activeBackground": "#F7F8FA",
"inactiveBackground": "#fafbfc" "inactiveBackground": "#fafbfc"
}, },
"paintBorder": true, "paintBorder": true,
"separatorForeground": "#5B6168", "separatorForeground": "#5B6168",
"separatorColor": "#f3f3f3", "separatorColor": "#F3f3f3",
"Toolbar": { "Toolbar": {
"Floating.background": "#fafbfc", "Floating.background": "#fafbfc",
"background": "#fafbfc", "background": "#fafbfc",
@@ -514,9 +541,10 @@
"disabledBackground": "#F7F8FA", "disabledBackground": "#F7F8FA",
"disabledForeground": "#9ba0a3", "disabledForeground": "#9ba0a3",
"foreground": "#5B6168", "foreground": "#5B6168",
"selectionBackground": "#3A66D1", "selectionBackground": "#3A66D150",
"selectionForeground": "#FFFFFF" "selectionForeground": "#FFFFFF"
}, },
"ScreenView.borderColor": "#DFE1E4",
"ScrollBar": { "ScrollBar": {
"background": "#F7F8FA", "background": "#F7F8FA",
"hoverThumbBorderColor": "#79CB60", "hoverThumbBorderColor": "#79CB60",
@@ -576,13 +604,22 @@
}, },
"SearchMatch": { "SearchMatch": {
"endBackground": "#79CB60", "endBackground": "#79CB60",
"startBackground": "#79CB60" "startBackground": "#79CB60",
"endColor": "#79CB60",
"startColor": "#79CB60"
}, },
"SearchField.errorBackground": "#DFECFE", "SearchField.errorBackground": "#DFECFE",
"SearchOption": {
"selectedBackground": "#cce5ff"
},
"SearchResults": {
"Ordinal.File.Foreground": "#292D31",
"Repeated.File.Foreground": "#5B6168"
},
"Separator": { "Separator": {
"background": "#f3f3f3", "background": "#F3f3f3",
"foreground": "#f3f3f3", "foreground": "#F3f3f3",
"separatorColor": "#f3f3f3" "separatorColor": "#F3f3f3"
}, },
"SidePanel": { "SidePanel": {
"background": "#fafbfc" "background": "#fafbfc"
@@ -593,7 +630,7 @@
"buttonColor": "#79CB60", "buttonColor": "#79CB60",
"foreground": "#5B6168", "foreground": "#5B6168",
"majorTickLength": 6, "majorTickLength": 6,
"tickColor": "#f3f3f3", "tickColor": "#F3f3f3",
"trackColor": "#cce5ff", "trackColor": "#cce5ff",
"trackWidth": 7, "trackWidth": 7,
"thumb": "#79CB60" "thumb": "#79CB60"
@@ -614,9 +651,11 @@
"background": "#F7F8FA", "background": "#F7F8FA",
"highlight": "#fafbfc" "highlight": "#fafbfc"
}, },
"SplitPaneDivider.draggingColor": "#f3f3f3", "SplitPaneDivider.draggingColor": "#F3f3f3",
"StatusBar": { "StatusBar": {
"borderColor": "#F7F8FA" "borderColor": "#F7F8FA",
"hoverBackground": "#CCE5FF",
"LightEditBackground": "#cce5ff"
}, },
"TabbedPane": { "TabbedPane": {
"background": "#F7F8FA", "background": "#F7F8FA",
@@ -643,9 +682,11 @@
}, },
"TabbedPane.mt.tab.background": "#fafbfc", "TabbedPane.mt.tab.background": "#fafbfc",
"Table": { "Table": {
"alternativeRowBackground": "#fafbfc",
"background": "#F7F8FA", "background": "#F7F8FA",
"cellNoFocusBorder": "10,5,10,5", "cellNoFocusBorder": "10,5,10,5",
"focusCellHighlightBorder": "10,5,10,5", "focusCellHighlightBorder": "10,5,10,5",
"disabledForeground": "#9ba0a3",
"dropLineColor": "#79CB60", "dropLineColor": "#79CB60",
"dropLineShortColor": "#79CB60", "dropLineShortColor": "#79CB60",
"focusCellBackground": "#cce5ff", "focusCellBackground": "#cce5ff",
@@ -653,9 +694,11 @@
"foreground": "#5B6168", "foreground": "#5B6168",
"gridColor": "#F7F8FA", "gridColor": "#F7F8FA",
"highlightOuter": "#cce5ff", "highlightOuter": "#cce5ff",
"hoverBackground": "#3A66D1",
"hoverInactiveBackground": "#cce5ff",
"lightSelectionForeground": "#111111", "lightSelectionForeground": "#111111",
"lightSelectionInactiveForeground": "#292D31", "lightSelectionInactiveForeground": "#292D31",
"lightSelectionInactiveBackground": "#f3f3f3", "lightSelectionInactiveBackground": "#F3f3f3",
"selectionBackground": "#cce5ff", "selectionBackground": "#cce5ff",
"selectionForeground": "#111111", "selectionForeground": "#111111",
"selectionInactiveBackground": "#cce5ff", "selectionInactiveBackground": "#cce5ff",
@@ -666,14 +709,14 @@
"TableHeader": { "TableHeader": {
"background": "#F7F8FA", "background": "#F7F8FA",
"borderColor": "#F7F8FA", "borderColor": "#F7F8FA",
"bottomSeparatorColor": "#f3f3f3", "bottomSeparatorColor": "#F3f3f3",
"cellBorder": "4,0,4,0", "cellBorder": "4,0,4,0",
"disabledForeground": "#9ba0a3", "disabledForeground": "#9ba0a3",
"foreground": "#5B6168", "foreground": "#5B6168",
"focusCellBackground": "#cce5ff", "focusCellBackground": "#cce5ff",
"focusCellForeground": "#111111", "focusCellForeground": "#111111",
"height": 25, "height": 25,
"separatorColor": "#f3f3f3" "separatorColor": "#F3f3f3"
}, },
"text": "#292D31", "text": "#292D31",
"textInactiveText": "#292D31", "textInactiveText": "#292D31",
@@ -729,8 +772,8 @@
"ToolTip": { "ToolTip": {
"Actions.background": "#F7F8FA", "Actions.background": "#F7F8FA",
"Actions.infoForeground": "#292D31", "Actions.infoForeground": "#292D31",
"background": "#F7F8FA", "background": "#DFECFE",
"borderColor": "#CCE5FF", "borderColor": "#DFE1E4",
"foreground": "#5B6168", "foreground": "#5B6168",
"infoForeground": "#292D31", "infoForeground": "#292D31",
"separatorColor": "#DFE1E4", "separatorColor": "#DFE1E4",
@@ -744,27 +787,32 @@
}, },
"Header": { "Header": {
"background": "#F7F8FA", "background": "#F7F8FA",
"borderColor": "#f3f3f3", "borderColor": "#F3f3f3",
"inactiveBackground": "#F7F8FA" "inactiveBackground": "#F7F8FA"
}, },
"HeaderCloseButton": { "HeaderCloseButton": {
"background": "#F7F8FA" "background": "#F7F8FA"
}, },
"HeaderTab": { "HeaderTab": {
"borderColor": "#CCE5FF",
"hoverBackground": "#CCE5FF", "hoverBackground": "#CCE5FF",
"hoverInactiveBackground": "#f3f3f3", "hoverInactiveBackground": "#CCE5FF",
"inactiveUnderlineColor": "#79CB60", "inactiveUnderlineColor": "#79CB60",
"selectedBackground": "#fafbfc", "selectedBackground": "#fafbfc",
"selectedInactiveBackground": "#fafbfc", "selectedInactiveBackground": "#fafbfc",
"underlineColor": "#79CB60", "underlineColor": "#79CB60",
"underlinedTabBackground": "#CCE5FF", "underlinedTabBackground": "#cce5ff",
"underlinedTabInactiveBackground": "#f3f3f3" "underlinedTabInactiveBackground": "#F3f3f3",
"underlinedTabForeground": "#FFFFFF",
"underlinedTabInactiveForeground": "#5B6168"
} }
}, },
"Tree": { "Tree": {
"background": "#fafbfc", "background": "#fafbfc",
"foreground": "#292D31", "foreground": "#292D31",
"hash": "#DFE1E4", "hash": "#DFE1E4",
"hoverBackground": "#3A66D1",
"hoverInactiveBackground": "#cce5ff",
"modifiedItemForeground": "#79CB60", "modifiedItemForeground": "#79CB60",
"rowHeight": 28, "rowHeight": 28,
"selectionBackground": "#3A66D1", "selectionBackground": "#3A66D1",
@@ -775,26 +823,64 @@
}, },
"Tree.leftChildIndent": 10, "Tree.leftChildIndent": 10,
"Tree.rightChildIndent": 5, "Tree.rightChildIndent": 5,
"UiDesigner": { "UIDesigner": {
"Activity.borderColor": "#DFE1E4", "Activity.borderColor": "#DFE1E4",
"ColorPicker.background": "#F7F8FA", "Canvas.background": "#fafbfc",
"ColorPicker.foreground": "#5B6168", "ColorPicker": {
"Component.borderColor": "#DFE1E4", "background": "#F7F8FA",
"Component.background": "#F7F8FA", "foreground": "#5B6168"
"Component.foreground": "#5B6168", },
"Connector.borderColor": "#DFE1E4", "Component": {
"Connector.hoverBorderColor": "#CCE5FF", "borderColor": "#DFE1E4",
"background": "#F7F8FA",
"foreground": "#5B6168",
"hoverBorderColor": "#CCE5FF"
},
"Connector": {
"borderColor": "#DFE1E4",
"hoverBorderColor": "#CCE5FF"
},
"Canvas.background": "#fafbfc", "Canvas.background": "#fafbfc",
"highStroke.foreground": "#5B6168", "highStroke.foreground": "#5B6168",
"Label.foreground": "#292D31", "Label.foreground": "#292D31",
"List.selectionBackground": "#3A66D1", "List.selectionBackground": "#3A66D1",
"Panel.borderColor": "#DFE1E4", "motion": {
"Panel.background": "#F7F8FA", "borderColor": "#DFE1E4",
"Component.foreground": "#5B6168",
"ConstraintSetText.foreground": "#292D31",
"ConstraintSet.background": "#F3f3f3",
"CSPanel.SelectedFocusBackground": "#3A66D150",
"CSPanel.SelectedBackground": "#3A66D1",
"cs_FocusText.infoForeground": "#292D31",
"CursorTextColor.foreground": "#5B6168",
"HoverColor.disabledBackground": "#9ba0a3",
"motionGraph.background": "#F7F8FA",
"Notification.background": "#DFECFE",
"ourAvg.background": "#F3f3f3",
"ourCS.background": "#F3f3f3",
"ourCS_Border.borderColor": "#DFE1E4",
"ourCS_TextColor.foreground": "#292D31",
"ourCS_SelectedFocusBackground.selectionForeground": "#FFFFFF",
"ourCS_SelectedBackground.selectionInactiveBackground": "#cce5ff",
"ourCS_SelectedBorder.pressedBorderColor": "#CCE5FF",
"ourML_BarColor.separatorColor": "#DFE1E4",
"PrimaryPanel.background": "#fafbfc",
"SecondaryPanel.background": "#F7F8FA",
"SecondaryPanel.header.foreground": "#292D31",
"SecondaryPanel.header.background": "#fafbfc",
"timeLine.disabledBorderColor": "#DFE1E4"
},
"Panel": {
"borderColor": "#DFE1E4",
"background": "#F7F8FA"
},
"percent.foreground": "#5B6168", "percent.foreground": "#5B6168",
"Placeholder.background": "#F7F8FA", "Placeholder": {
"Placeholder.borderColor": "#DFE1E4", "background": "#F7F8FA",
"Placeholder.foreground": "#5B6168", "borderColor": "#DFE1E4",
"Placeholder.selectedForeground": "#FFFFFF", "foreground": "#5B6168",
"selectedForeground": "#FFFFFF"
},
"Preview.background": "#F7F8FA", "Preview.background": "#F7F8FA",
"stroke.acceleratorForeground": "#292D31" "stroke.acceleratorForeground": "#292D31"
}, },
@@ -828,7 +914,8 @@
}, },
"Log": { "Log": {
"Commit.unmatchedForeground": "#292D31", "Commit.unmatchedForeground": "#292D31",
"Commit.currentBranchBackground": "#f3f3f3" "Commit.currentBranchBackground": "#F3f3f3",
"Commit.hoveredBackground": "#3A66D1"
}, },
"RefLabel": { "RefLabel": {
"foreground": "#111111", "foreground": "#111111",
@@ -840,19 +927,25 @@
"foreground": "#5B6168" "foreground": "#5B6168"
}, },
"WelcomeScreen": { "WelcomeScreen": {
"AssociatedComponent.background": "#F7F8FA",
"background": "#F7F8FA", "background": "#F7F8FA",
"borderColor": "#F7F8FA", "borderColor": "#F7F8FA",
"captionBackground": "#fafbfc", "captionBackground": "#fafbfc",
"captionForeground": "#5B6168", "captionForeground": "#5B6168",
"Details.background": "#F7F8FA",
"footerBackground": "#fafbfc", "footerBackground": "#fafbfc",
"footerForeground": "#5B6168", "footerForeground": "#5B6168",
"headerBackground": "#F7F8FA", "headerBackground": "#F7F8FA",
"headerForeground": "#5B6168", "headerForeground": "#5B6168",
"List.background": "#fafbfc",
"separatorColor": "#DFE1E4", "separatorColor": "#DFE1E4",
"SidePanel.background": "#F3f3f3",
"Projects": { "Projects": {
"background": "#f3f3f3", "actions.background": "#fafbfc",
"selectionBackground": "#3A66D1", "actions.selectionBackground": "#CCE5FF",
"selectionInactiveBackground": "#f3f3f3" "background": "#F3f3f3",
"selectionBackground": "#3A66D150",
"selectionInactiveBackground": "#F3f3f3"
} }
}, },
"window": "#fafbfc", "window": "#fafbfc",

View File

@@ -2,7 +2,13 @@
"name": "GitHub", "name": "GitHub",
"dark": false, "dark": false,
"author": "Mallowigi", "author": "Mallowigi",
"editorScheme": "/colors/Github.xml", "editorScheme": "/colors/GitHub.xml",
"emptyFrameBackground": {
"anchor": "center",
"image": "/walls/github.svg",
"fill": "scale",
"transparency": 50
},
"ui": { "ui": {
"*": { "*": {
"acceleratorSelectionForeground": "#292D31", "acceleratorSelectionForeground": "#292D31",
@@ -17,10 +23,10 @@
"inactiveBackground": "#dcdcdc", "inactiveBackground": "#dcdcdc",
"inactiveForeground": "#292D31", "inactiveForeground": "#292D31",
"infoForeground": "#292D31", "infoForeground": "#292D31",
"selectionBackground": "#3A66D1", "selectionBackground": "#3A66D150",
"selectionBackgroundInactive": "#f3f3f3", "selectionBackgroundInactive": "#F3f3f3",
"selectionForeground": "#FFFFFF", "selectionForeground": "#FFFFFF",
"selectionInactiveBackground": "#f3f3f3", "selectionInactiveBackground": "#F3f3f3",
"separatorColor": "#DFE1E4" "separatorColor": "#DFE1E4"
}, },
"activeCaption": "#F7F8FA", "activeCaption": "#F7F8FA",
@@ -33,7 +39,7 @@
"pressedBorderColor": "#79CB6050" "pressedBorderColor": "#79CB6050"
}, },
"Autocomplete": { "Autocomplete": {
"selectionBackground": "#3A66D1" "selectionBackground": "#3A66D150"
}, },
"Borders.ContrastBorderColor": "#F7F8FA", "Borders.ContrastBorderColor": "#F7F8FA",
"Borders.color": "#DFE1E4", "Borders.color": "#DFE1E4",
@@ -72,7 +78,10 @@
"Tooltip.borderColor": "#DFE1E4", "Tooltip.borderColor": "#DFE1E4",
"Tooltip.background": "#DFECFE" "Tooltip.background": "#DFECFE"
}, },
"Content.background": "#fafbfc", "Content": {
"background": "#fafbfc",
"selectionBackground": "#3A66D150"
},
"CheckBox": { "CheckBox": {
"background": "#F7F8FA", "background": "#F7F8FA",
"disabledText": "#9ba0a3", "disabledText": "#9ba0a3",
@@ -86,9 +95,17 @@
"disabledBackground": "#F7F8FA", "disabledBackground": "#F7F8FA",
"disabledForeground": "#9ba0a3", "disabledForeground": "#9ba0a3",
"foreground": "#5B6168", "foreground": "#5B6168",
"selectionBackground": "#3A66D1", "selectionBackground": "#3A66D150",
"selectionForeground": "#111111" "selectionForeground": "#111111"
}, },
"CodeWithMe": {
"Avatar.foreground": "#5B6168",
"AccessEnabled": {
"accessDot": "#79CB60",
"dropdownBorder": "#F3f3f3",
"pillBackground": "$second"
}
},
"ColorChooser": { "ColorChooser": {
"background": "#F7F8FA", "background": "#F7F8FA",
"foreground": "#5B6168", "foreground": "#5B6168",
@@ -104,17 +121,18 @@
}, },
"background": "#F7F8FA", "background": "#F7F8FA",
"buttonBackground": "#edf1f5", "buttonBackground": "#edf1f5",
"darcula.hoveredArrowButtonForeground": "#79CB60",
"disabledForeground": "#9ba0a3", "disabledForeground": "#9ba0a3",
"foreground": "#5B6168", "foreground": "#5B6168",
"modifiedItemForeground": "#79CB60", "modifiedItemForeground": "#79CB60",
"nonEditableBackground": "#f3f3f3", "nonEditableBackground": "#F3f3f3",
"padding": "5,5,5,5", "padding": "5,5,5,5",
"selectionBackground": "#cce5ff", "selectionBackground": "#cce5ff",
"selectionForeground": "#111111" "selectionForeground": "#111111"
}, },
"ComboPopup.border": "#DFE1E4", "ComboPopup.border": "#DFE1E4",
"CompletionPopup": { "CompletionPopup": {
"background": "#f3f3f3", "background": "#F3f3f3",
"foreground": "#5B6168", "foreground": "#5B6168",
"infoForeground": "#292D31", "infoForeground": "#292D31",
"matchForeground": "#79CB60", "matchForeground": "#79CB60",
@@ -124,7 +142,7 @@
"selectionGrayForeground": "#FFFFFF", "selectionGrayForeground": "#FFFFFF",
"selectionInactiveInfoForeground": "#292D31", "selectionInactiveInfoForeground": "#292D31",
"selectionInactiveBackground": "#3A66D150", "selectionInactiveBackground": "#3A66D150",
"selectionBackground": "#3A66D180", "selectionBackground": "#3A66D150",
"selectionForeground": "#FFFFFF", "selectionForeground": "#FFFFFF",
"selectionInfoForeground": "#FFFFFF" "selectionInfoForeground": "#FFFFFF"
}, },
@@ -168,11 +186,13 @@
"hoverBackground": "#cce5ff", "hoverBackground": "#cce5ff",
"hoverColor": "#F7F8FA", "hoverColor": "#F7F8FA",
"hoverMaskColor": "#CCE5FF", "hoverMaskColor": "#CCE5FF",
"inactiveColoredTabBackground": "#F7F8FA",
"inactiveColoredFileBackground": "#edf1f5", "inactiveColoredFileBackground": "#edf1f5",
"inactiveUnderlineColor": "#9ba0a3", "inactiveUnderlineColor": "#79CB60",
"inactiveMaskColor": "#F7F8FA", "inactiveMaskColor": "#F7F8FA",
"underlineColor": "#79CB60", "underlineColor": "#79CB60",
"underlinedTabBackground": "#cce5ff" "underlinedTabBackground": "#cce5ff",
"underlinedTabForeground": "#FFFFFF"
}, },
"Desktop.background": "#F7F8FA", "Desktop.background": "#F7F8FA",
"DialogWrapper.southPanelBackground": "#F7F8FA", "DialogWrapper.southPanelBackground": "#F7F8FA",
@@ -193,24 +213,26 @@
"foreground": "#5B6168", "foreground": "#5B6168",
"inactiveBackground": "#F7F8FA", "inactiveBackground": "#F7F8FA",
"inactiveForeground": "#9ba0a3", "inactiveForeground": "#9ba0a3",
"selectionBackground": "#3A66D1", "selectionBackground": "#3A66D150",
"selectionForeground": "#111111" "selectionForeground": "#111111"
}, },
"EditorTabs": { "EditorTabs": {
"borderColor": "#f3f3f3", "borderColor": "#F3f3f3",
"hoverBackground": "#CCE5FF",
"hoverColor": "#CCE5FF", "hoverColor": "#CCE5FF",
"hoverMaskColor": "#CCE5FF", "hoverMaskColor": "#CCE5FF",
"inactiveMaskColor": "#F7F8FA", "inactiveMaskColor": "#F7F8FA",
"inactiveColoredFileBackground": "#F7F8FA2", "inactiveColoredFileBackground": "#F7F8FA",
"inactiveUnderlineColor": "#9ba0a3", "inactiveUnderlineColor": "#9ba0a3",
"selectedForeground": "#5B6168", "selectedForeground": "#5B6168",
"selectedBackground": "#cce5ff", "selectedBackground": "#cce5ff",
"underlineColor": "#79CB60", "underlineColor": "#79CB60",
"underlinedTabBackground": "#cce5ff" "underlinedTabBackground": "#cce5ff",
"underlinedTabForeground": "#FFFFFF"
}, },
"EditorGroupsTabs": { "EditorGroupsTabs": {
"background": "#F7F8FA", "background": "#F7F8FA",
"borderColor": "#f3f3f3", "borderColor": "#F3f3f3",
"hoverBackground": "#CCE5FF", "hoverBackground": "#CCE5FF",
"hoverColor": "#CCE5FF", "hoverColor": "#CCE5FF",
"inactiveUnderlineColor": "#79CB60", "inactiveUnderlineColor": "#79CB60",
@@ -246,12 +268,13 @@
"selectionForeground": "#111111", "selectionForeground": "#111111",
"selectionBackground": "#cce5ff" "selectionBackground": "#cce5ff"
}, },
"GotItTooltip.borderColor": "#DFECFE",
"Group": { "Group": {
"disabledSeparatorColor": "#DFE1E4", "disabledSeparatorColor": "#DFE1E4",
"separatorColor": "#DFE1E4" "separatorColor": "#DFE1E4"
}, },
"GutterTooltip": { "GutterTooltip": {
"infoForeground": "#5B6168", "infoForeground": "#292D31",
"lineSeparatorColor": "#F7F8FA" "lineSeparatorColor": "#F7F8FA"
}, },
"HeaderColor": { "HeaderColor": {
@@ -266,7 +289,7 @@
"shortcutForeground": "#292D31" "shortcutForeground": "#292D31"
}, },
"Hyperlink.linkColor": "#79CB60", "Hyperlink.linkColor": "#79CB60",
"inactiveCaption": "#f3f3f3", "inactiveCaption": "#F3f3f3",
"inactiveCaptionBorder": "#F7F8FA", "inactiveCaptionBorder": "#F7F8FA",
"inactiveCaptionText": "#292D31", "inactiveCaptionText": "#292D31",
"info": "#292D31", "info": "#292D31",
@@ -288,7 +311,8 @@
"disabledText": "#9ba0a3", "disabledText": "#9ba0a3",
"foreground": "#5B6168", "foreground": "#5B6168",
"infoForeground": "#292D31", "infoForeground": "#292D31",
"selectedForeground": "#111111" "selectedForeground": "#111111",
"selectedDisabledForeground": "#5B6168"
}, },
"Link": { "Link": {
"activeForeground": "#79CB60", "activeForeground": "#79CB60",
@@ -299,8 +323,10 @@
}, },
"link.foreground": "#79CB60", "link.foreground": "#79CB60",
"List": { "List": {
"background": "#f3f3f3", "background": "#F3f3f3",
"foreground": "#5B6168", "foreground": "#5B6168",
"hoverBackground": "#3A66D1",
"hoverInactiveBackground": "#cce5ff",
"selectionBackground": "#3A66D150", "selectionBackground": "#3A66D150",
"selectionForeground": "#FFFFFF", "selectionForeground": "#FFFFFF",
"selectionInactiveForeground": "#111111", "selectionInactiveForeground": "#111111",
@@ -319,7 +345,7 @@
"tagColor": "#292D31" "tagColor": "#292D31"
}, },
"MemoryIndicator": { "MemoryIndicator": {
"allocatedBackground": "#f3f3f3", "allocatedBackground": "#F3f3f3",
"usedColor": "#CCE5FF", "usedColor": "#CCE5FF",
"usedBackground": "#CCE5FF" "usedBackground": "#CCE5FF"
}, },
@@ -328,11 +354,11 @@
"acceleratorSelectionForeground": "#FFFFFF", "acceleratorSelectionForeground": "#FFFFFF",
"background": "#F7F8FA", "background": "#F7F8FA",
"border": "4,2,4,2", "border": "4,2,4,2",
"borderColor": "#f3f3f3", "borderColor": "#F3f3f3",
"disabledBackground": "#f3f3f3", "disabledBackground": "#F3f3f3",
"disabledForeground": "#9ba0a3", "disabledForeground": "#9ba0a3",
"foreground": "#5B6168", "foreground": "#5B6168",
"selectionBackground": "#3A66D1", "selectionBackground": "#3A66D150",
"selectionForeground": "#FFFFFF", "selectionForeground": "#FFFFFF",
"separatorColor": "#DFE1E4" "separatorColor": "#DFE1E4"
}, },
@@ -343,7 +369,7 @@
"disabledForeground": "#9ba0a3", "disabledForeground": "#9ba0a3",
"foreground": "#5B6168", "foreground": "#5B6168",
"highlight": "#F7F8FA", "highlight": "#F7F8FA",
"selectionBackground": "#3A66D1", "selectionBackground": "#3A66D150",
"selectionForeground": "#FFFFFF", "selectionForeground": "#FFFFFF",
"shadow": "#F7F8FA" "shadow": "#F7F8FA"
}, },
@@ -355,7 +381,7 @@
"disabledBackground": "#F7F8FA", "disabledBackground": "#F7F8FA",
"disabledForeground": "#9ba0a3", "disabledForeground": "#9ba0a3",
"foreground": "#5B6168", "foreground": "#5B6168",
"selectionBackground": "#3A66D1", "selectionBackground": "#3A66D150",
"selectionForeground": "#FFFFFF" "selectionForeground": "#FFFFFF"
}, },
"NavBar": { "NavBar": {
@@ -407,9 +433,9 @@
"foreground": "#5B6168" "foreground": "#5B6168"
}, },
"ParameterInfo": { "ParameterInfo": {
"background": "#f3f3f3", "background": "#F3f3f3",
"borderColor": "#cce5ff", "borderColor": "#cce5ff",
"currentOverloadBackground": "#cce5ff", "currentOverloadBackground": "#CCE5FF",
"currentParameterForeground": "#79CB60", "currentParameterForeground": "#79CB60",
"disabledForeground": "#9ba0a3", "disabledForeground": "#9ba0a3",
"foreground": "#5B6168", "foreground": "#5B6168",
@@ -429,9 +455,10 @@
"background": "#F7F8FA", "background": "#F7F8FA",
"disabledForeground": "#9ba0a3", "disabledForeground": "#9ba0a3",
"eapTagBackground": "#CCE5FF", "eapTagBackground": "#CCE5FF",
"lightSelectionBackground": "#3A66D1", "hoverBackground": "#3A66D1",
"lightSelectionBackground": "#cce5ff",
"paidTagBackground": "#CCE5FF", "paidTagBackground": "#CCE5FF",
"selectionBackground": "#3A66D1", "selectionBackground": "#3A66D150",
"tagForeground": "#79CB60", "tagForeground": "#79CB60",
"tagBackground": "#CCE5FF", "tagBackground": "#CCE5FF",
"trialTagBackground": "#CCE5FF", "trialTagBackground": "#CCE5FF",
@@ -442,7 +469,7 @@
"installFocusedBackground": "#CCE5FF", "installFocusedBackground": "#CCE5FF",
"installFillForeground": "#9ba0a3", "installFillForeground": "#9ba0a3",
"installFillBackground": "#edf1f5", "installFillBackground": "#edf1f5",
"updateBackground": "#edf1f5", "updateBackground": "#79CB60",
"updateBorderColor": "#edf1f5", "updateBorderColor": "#edf1f5",
"updateForeground": "#5B6168" "updateForeground": "#5B6168"
}, },
@@ -451,7 +478,7 @@
"borderColor": "#DFE1E4" "borderColor": "#DFE1E4"
}, },
"SectionHeader": { "SectionHeader": {
"background": "#f3f3f3", "background": "#F3f3f3",
"foreground": "#5B6168" "foreground": "#5B6168"
}, },
"Tab": { "Tab": {
@@ -468,14 +495,14 @@
}, },
"borderColor": "#fafbfc", "borderColor": "#fafbfc",
"inactiveBorderColor": "#F7F8FA", "inactiveBorderColor": "#F7F8FA",
"innerBorderColor": "#f3f3f3", "innerBorderColor": "#F3f3f3",
"Header": { "Header": {
"activeBackground": "#F7F8FA", "activeBackground": "#F7F8FA",
"inactiveBackground": "#fafbfc" "inactiveBackground": "#fafbfc"
}, },
"paintBorder": true, "paintBorder": true,
"separatorForeground": "#5B6168", "separatorForeground": "#5B6168",
"separatorColor": "#f3f3f3", "separatorColor": "#F3f3f3",
"Toolbar": { "Toolbar": {
"Floating.background": "#fafbfc", "Floating.background": "#fafbfc",
"background": "#fafbfc", "background": "#fafbfc",
@@ -514,9 +541,10 @@
"disabledBackground": "#F7F8FA", "disabledBackground": "#F7F8FA",
"disabledForeground": "#9ba0a3", "disabledForeground": "#9ba0a3",
"foreground": "#5B6168", "foreground": "#5B6168",
"selectionBackground": "#3A66D1", "selectionBackground": "#3A66D150",
"selectionForeground": "#FFFFFF" "selectionForeground": "#FFFFFF"
}, },
"ScreenView.borderColor": "#DFE1E4",
"ScrollBar": { "ScrollBar": {
"background": "#F7F8FA", "background": "#F7F8FA",
"hoverThumbBorderColor": "#79CB60", "hoverThumbBorderColor": "#79CB60",
@@ -576,13 +604,22 @@
}, },
"SearchMatch": { "SearchMatch": {
"endBackground": "#79CB60", "endBackground": "#79CB60",
"startBackground": "#79CB60" "startBackground": "#79CB60",
"endColor": "#79CB60",
"startColor": "#79CB60"
}, },
"SearchField.errorBackground": "#DFECFE", "SearchField.errorBackground": "#DFECFE",
"SearchOption": {
"selectedBackground": "#cce5ff"
},
"SearchResults": {
"Ordinal.File.Foreground": "#292D31",
"Repeated.File.Foreground": "#5B6168"
},
"Separator": { "Separator": {
"background": "#f3f3f3", "background": "#F3f3f3",
"foreground": "#f3f3f3", "foreground": "#F3f3f3",
"separatorColor": "#f3f3f3" "separatorColor": "#F3f3f3"
}, },
"SidePanel": { "SidePanel": {
"background": "#F7F8FA" "background": "#F7F8FA"
@@ -593,7 +630,7 @@
"buttonColor": "#79CB60", "buttonColor": "#79CB60",
"foreground": "#5B6168", "foreground": "#5B6168",
"majorTickLength": 6, "majorTickLength": 6,
"tickColor": "#f3f3f3", "tickColor": "#F3f3f3",
"trackColor": "#cce5ff", "trackColor": "#cce5ff",
"trackWidth": 7, "trackWidth": 7,
"thumb": "#79CB60" "thumb": "#79CB60"
@@ -614,9 +651,11 @@
"background": "#F7F8FA", "background": "#F7F8FA",
"highlight": "#F7F8FA" "highlight": "#F7F8FA"
}, },
"SplitPaneDivider.draggingColor": "#f3f3f3", "SplitPaneDivider.draggingColor": "#F3f3f3",
"StatusBar": { "StatusBar": {
"borderColor": "#F7F8FA" "borderColor": "#F7F8FA",
"hoverBackground": "#CCE5FF",
"LightEditBackground": "#cce5ff"
}, },
"TabbedPane": { "TabbedPane": {
"background": "#F7F8FA", "background": "#F7F8FA",
@@ -643,9 +682,11 @@
}, },
"TabbedPane.mt.tab.background": "#F7F8FA", "TabbedPane.mt.tab.background": "#F7F8FA",
"Table": { "Table": {
"alternativeRowBackground": "#fafbfc",
"background": "#F7F8FA", "background": "#F7F8FA",
"cellNoFocusBorder": "10,5,10,5", "cellNoFocusBorder": "10,5,10,5",
"focusCellHighlightBorder": "10,5,10,5", "focusCellHighlightBorder": "10,5,10,5",
"disabledForeground": "#9ba0a3",
"dropLineColor": "#79CB60", "dropLineColor": "#79CB60",
"dropLineShortColor": "#79CB60", "dropLineShortColor": "#79CB60",
"focusCellBackground": "#cce5ff", "focusCellBackground": "#cce5ff",
@@ -653,9 +694,11 @@
"foreground": "#5B6168", "foreground": "#5B6168",
"gridColor": "#F7F8FA", "gridColor": "#F7F8FA",
"highlightOuter": "#cce5ff", "highlightOuter": "#cce5ff",
"hoverBackground": "#3A66D1",
"hoverInactiveBackground": "#cce5ff",
"lightSelectionForeground": "#111111", "lightSelectionForeground": "#111111",
"lightSelectionInactiveForeground": "#292D31", "lightSelectionInactiveForeground": "#292D31",
"lightSelectionInactiveBackground": "#f3f3f3", "lightSelectionInactiveBackground": "#F3f3f3",
"selectionBackground": "#cce5ff", "selectionBackground": "#cce5ff",
"selectionForeground": "#111111", "selectionForeground": "#111111",
"selectionInactiveBackground": "#cce5ff", "selectionInactiveBackground": "#cce5ff",
@@ -666,14 +709,14 @@
"TableHeader": { "TableHeader": {
"background": "#F7F8FA", "background": "#F7F8FA",
"borderColor": "#F7F8FA", "borderColor": "#F7F8FA",
"bottomSeparatorColor": "#f3f3f3", "bottomSeparatorColor": "#F3f3f3",
"cellBorder": "4,0,4,0", "cellBorder": "4,0,4,0",
"disabledForeground": "#9ba0a3", "disabledForeground": "#9ba0a3",
"foreground": "#5B6168", "foreground": "#5B6168",
"focusCellBackground": "#cce5ff", "focusCellBackground": "#cce5ff",
"focusCellForeground": "#111111", "focusCellForeground": "#111111",
"height": 25, "height": 25,
"separatorColor": "#f3f3f3" "separatorColor": "#F3f3f3"
}, },
"text": "#292D31", "text": "#292D31",
"textInactiveText": "#292D31", "textInactiveText": "#292D31",
@@ -729,8 +772,8 @@
"ToolTip": { "ToolTip": {
"Actions.background": "#F7F8FA", "Actions.background": "#F7F8FA",
"Actions.infoForeground": "#292D31", "Actions.infoForeground": "#292D31",
"background": "#F7F8FA", "background": "#DFECFE",
"borderColor": "#CCE5FF", "borderColor": "#DFE1E4",
"foreground": "#5B6168", "foreground": "#5B6168",
"infoForeground": "#292D31", "infoForeground": "#292D31",
"separatorColor": "#DFE1E4", "separatorColor": "#DFE1E4",
@@ -744,27 +787,32 @@
}, },
"Header": { "Header": {
"background": "#F7F8FA", "background": "#F7F8FA",
"borderColor": "#f3f3f3", "borderColor": "#F3f3f3",
"inactiveBackground": "#F7F8FA" "inactiveBackground": "#F7F8FA"
}, },
"HeaderCloseButton": { "HeaderCloseButton": {
"background": "#F7F8FA" "background": "#F7F8FA"
}, },
"HeaderTab": { "HeaderTab": {
"borderColor": "#CCE5FF",
"hoverBackground": "#CCE5FF", "hoverBackground": "#CCE5FF",
"hoverInactiveBackground": "#f3f3f3", "hoverInactiveBackground": "#CCE5FF",
"inactiveUnderlineColor": "#79CB60", "inactiveUnderlineColor": "#79CB60",
"selectedBackground": "#fafbfc", "selectedBackground": "#fafbfc",
"selectedInactiveBackground": "#fafbfc", "selectedInactiveBackground": "#fafbfc",
"underlineColor": "#79CB60", "underlineColor": "#79CB60",
"underlinedTabBackground": "#CCE5FF", "underlinedTabBackground": "#cce5ff",
"underlinedTabInactiveBackground": "#f3f3f3" "underlinedTabInactiveBackground": "#F3f3f3",
"underlinedTabForeground": "#FFFFFF",
"underlinedTabInactiveForeground": "#5B6168"
} }
}, },
"Tree": { "Tree": {
"background": "#F7F8FA", "background": "#F7F8FA",
"foreground": "#292D31", "foreground": "#292D31",
"hash": "#DFE1E4", "hash": "#DFE1E4",
"hoverBackground": "#3A66D1",
"hoverInactiveBackground": "#cce5ff",
"modifiedItemForeground": "#79CB60", "modifiedItemForeground": "#79CB60",
"rowHeight": 28, "rowHeight": 28,
"selectionBackground": "#3A66D1", "selectionBackground": "#3A66D1",
@@ -775,26 +823,64 @@
}, },
"Tree.leftChildIndent": 10, "Tree.leftChildIndent": 10,
"Tree.rightChildIndent": 5, "Tree.rightChildIndent": 5,
"UiDesigner": { "UIDesigner": {
"Activity.borderColor": "#DFE1E4", "Activity.borderColor": "#DFE1E4",
"ColorPicker.background": "#F7F8FA", "Canvas.background": "#fafbfc",
"ColorPicker.foreground": "#5B6168", "ColorPicker": {
"Component.borderColor": "#DFE1E4", "background": "#F7F8FA",
"Component.background": "#F7F8FA", "foreground": "#5B6168"
"Component.foreground": "#5B6168", },
"Connector.borderColor": "#DFE1E4", "Component": {
"Connector.hoverBorderColor": "#CCE5FF", "borderColor": "#DFE1E4",
"background": "#F7F8FA",
"foreground": "#5B6168",
"hoverBorderColor": "#CCE5FF"
},
"Connector": {
"borderColor": "#DFE1E4",
"hoverBorderColor": "#CCE5FF"
},
"Canvas.background": "#fafbfc", "Canvas.background": "#fafbfc",
"highStroke.foreground": "#5B6168", "highStroke.foreground": "#5B6168",
"Label.foreground": "#292D31", "Label.foreground": "#292D31",
"List.selectionBackground": "#3A66D1", "List.selectionBackground": "#3A66D1",
"Panel.borderColor": "#DFE1E4", "motion": {
"Panel.background": "#F7F8FA", "borderColor": "#DFE1E4",
"Component.foreground": "#5B6168",
"ConstraintSetText.foreground": "#292D31",
"ConstraintSet.background": "#F3f3f3",
"CSPanel.SelectedFocusBackground": "#3A66D150",
"CSPanel.SelectedBackground": "#3A66D1",
"cs_FocusText.infoForeground": "#292D31",
"CursorTextColor.foreground": "#5B6168",
"HoverColor.disabledBackground": "#9ba0a3",
"motionGraph.background": "#F7F8FA",
"Notification.background": "#DFECFE",
"ourAvg.background": "#F3f3f3",
"ourCS.background": "#F3f3f3",
"ourCS_Border.borderColor": "#DFE1E4",
"ourCS_TextColor.foreground": "#292D31",
"ourCS_SelectedFocusBackground.selectionForeground": "#FFFFFF",
"ourCS_SelectedBackground.selectionInactiveBackground": "#cce5ff",
"ourCS_SelectedBorder.pressedBorderColor": "#CCE5FF",
"ourML_BarColor.separatorColor": "#DFE1E4",
"PrimaryPanel.background": "#fafbfc",
"SecondaryPanel.background": "#F7F8FA",
"SecondaryPanel.header.foreground": "#292D31",
"SecondaryPanel.header.background": "#fafbfc",
"timeLine.disabledBorderColor": "#DFE1E4"
},
"Panel": {
"borderColor": "#DFE1E4",
"background": "#F7F8FA"
},
"percent.foreground": "#5B6168", "percent.foreground": "#5B6168",
"Placeholder.background": "#F7F8FA", "Placeholder": {
"Placeholder.borderColor": "#DFE1E4", "background": "#F7F8FA",
"Placeholder.foreground": "#5B6168", "borderColor": "#DFE1E4",
"Placeholder.selectedForeground": "#FFFFFF", "foreground": "#5B6168",
"selectedForeground": "#FFFFFF"
},
"Preview.background": "#F7F8FA", "Preview.background": "#F7F8FA",
"stroke.acceleratorForeground": "#292D31" "stroke.acceleratorForeground": "#292D31"
}, },
@@ -828,7 +914,8 @@
}, },
"Log": { "Log": {
"Commit.unmatchedForeground": "#292D31", "Commit.unmatchedForeground": "#292D31",
"Commit.currentBranchBackground": "#f3f3f3" "Commit.currentBranchBackground": "#F3f3f3",
"Commit.hoveredBackground": "#3A66D1"
}, },
"RefLabel": { "RefLabel": {
"foreground": "#111111", "foreground": "#111111",
@@ -840,19 +927,25 @@
"foreground": "#5B6168" "foreground": "#5B6168"
}, },
"WelcomeScreen": { "WelcomeScreen": {
"AssociatedComponent.background": "#F7F8FA",
"background": "#F7F8FA", "background": "#F7F8FA",
"borderColor": "#F7F8FA", "borderColor": "#F7F8FA",
"captionBackground": "#fafbfc", "captionBackground": "#fafbfc",
"captionForeground": "#5B6168", "captionForeground": "#5B6168",
"Details.background": "#F7F8FA",
"footerBackground": "#fafbfc", "footerBackground": "#fafbfc",
"footerForeground": "#5B6168", "footerForeground": "#5B6168",
"headerBackground": "#F7F8FA", "headerBackground": "#F7F8FA",
"headerForeground": "#5B6168", "headerForeground": "#5B6168",
"List.background": "#fafbfc",
"separatorColor": "#DFE1E4", "separatorColor": "#DFE1E4",
"SidePanel.background": "#F3f3f3",
"Projects": { "Projects": {
"background": "#f3f3f3", "actions.background": "#fafbfc",
"selectionBackground": "#3A66D1", "actions.selectionBackground": "#CCE5FF",
"selectionInactiveBackground": "#f3f3f3" "background": "#F3f3f3",
"selectionBackground": "#3A66D150",
"selectionInactiveBackground": "#F3f3f3"
} }
}, },
"window": "#F7F8FA", "window": "#F7F8FA",

View File

@@ -3,6 +3,12 @@
"dark": false, "dark": false,
"author": "Mallowigi", "author": "Mallowigi",
"editorScheme": "/colors/Light Owl.xml", "editorScheme": "/colors/Light Owl.xml",
"emptyFrameBackground": {
"anchor": "center",
"image": "/walls/lightowl.svg",
"fill": "scale",
"transparency": 50
},
"ui": { "ui": {
"*": { "*": {
"acceleratorSelectionForeground": "#90A7B2", "acceleratorSelectionForeground": "#90A7B2",
@@ -43,7 +49,7 @@
"default": { "default": {
"endBackground": "#d3e8f8", "endBackground": "#d3e8f8",
"endBorderColor": "#d3e8f8", "endBorderColor": "#d3e8f8",
"foreground": "#333333", "foreground": "#FFFFFF",
"focusColor": "#2AA298", "focusColor": "#2AA298",
"focusedBorderColor": "#2AA298", "focusedBorderColor": "#2AA298",
"shadowColor": "#d3e8f8", "shadowColor": "#d3e8f8",
@@ -72,7 +78,10 @@
"Tooltip.borderColor": "#d9d9d9", "Tooltip.borderColor": "#d9d9d9",
"Tooltip.background": "#F0F0F0" "Tooltip.background": "#F0F0F0"
}, },
"Content.background": "#f0f0f0", "Content": {
"background": "#f0f0f0",
"selectionBackground": "#d3e8f8"
},
"CheckBox": { "CheckBox": {
"background": "#F0F0F0", "background": "#F0F0F0",
"disabledText": "#93A1A1", "disabledText": "#93A1A1",
@@ -87,7 +96,15 @@
"disabledForeground": "#93A1A1", "disabledForeground": "#93A1A1",
"foreground": "#403f53", "foreground": "#403f53",
"selectionBackground": "#d3e8f8", "selectionBackground": "#d3e8f8",
"selectionForeground": "#333333" "selectionForeground": "#FFFFFF"
},
"CodeWithMe": {
"Avatar.foreground": "#403f53",
"AccessEnabled": {
"accessDot": "#2AA298",
"dropdownBorder": "#FBFBFB",
"pillBackground": "$second"
}
}, },
"ColorChooser": { "ColorChooser": {
"background": "#F0F0F0", "background": "#F0F0F0",
@@ -104,13 +121,14 @@
}, },
"background": "#f0f0f0", "background": "#f0f0f0",
"buttonBackground": "#d9d9d9", "buttonBackground": "#d9d9d9",
"darcula.hoveredArrowButtonForeground": "#2AA298",
"disabledForeground": "#93A1A1", "disabledForeground": "#93A1A1",
"foreground": "#403f53", "foreground": "#403f53",
"modifiedItemForeground": "#2AA298", "modifiedItemForeground": "#2AA298",
"nonEditableBackground": "#FBFBFB", "nonEditableBackground": "#FBFBFB",
"padding": "5,5,5,5", "padding": "5,5,5,5",
"selectionBackground": "#d3e8f8", "selectionBackground": "#d3e8f8",
"selectionForeground": "#333333" "selectionForeground": "#FFFFFF"
}, },
"ComboPopup.border": "#d9d9d9", "ComboPopup.border": "#d9d9d9",
"CompletionPopup": { "CompletionPopup": {
@@ -123,8 +141,8 @@
"selectedGrayedForeground": "#403f53", "selectedGrayedForeground": "#403f53",
"selectionGrayForeground": "#403f53", "selectionGrayForeground": "#403f53",
"selectionInactiveInfoForeground": "#90A7B2", "selectionInactiveInfoForeground": "#90A7B2",
"selectionInactiveBackground": "#d3e8f850", "selectionInactiveBackground": "#d3e8f8",
"selectionBackground": "#d3e8f880", "selectionBackground": "#d3e8f8",
"selectionForeground": "#403f53", "selectionForeground": "#403f53",
"selectionInfoForeground": "#403f53" "selectionInfoForeground": "#403f53"
}, },
@@ -150,7 +168,7 @@
"changedValueForeground": "#2AA298", "changedValueForeground": "#2AA298",
"errorMessageForeground": "#994cc3", "errorMessageForeground": "#994cc3",
"evaluatingExpressionForeground": "#90A7B2", "evaluatingExpressionForeground": "#90A7B2",
"exceptionForeground": "#4876d6", "exceptionForeground": "#0c969b",
"modifyingValueForeground": "#2AA298", "modifyingValueForeground": "#2AA298",
"valueForeground": "#2AA298" "valueForeground": "#2AA298"
} }
@@ -168,11 +186,13 @@
"hoverBackground": "#d3e8f8", "hoverBackground": "#d3e8f8",
"hoverColor": "#f0f0f0", "hoverColor": "#f0f0f0",
"hoverMaskColor": "#CCCCCC", "hoverMaskColor": "#CCCCCC",
"inactiveColoredTabBackground": "#F0F0F0",
"inactiveColoredFileBackground": "#d9d9d9", "inactiveColoredFileBackground": "#d9d9d9",
"inactiveUnderlineColor": "#93A1A1", "inactiveUnderlineColor": "#2AA298",
"inactiveMaskColor": "#f0f0f0", "inactiveMaskColor": "#f0f0f0",
"underlineColor": "#2AA298", "underlineColor": "#2AA298",
"underlinedTabBackground": "#d3e8f8" "underlinedTabBackground": "#d3e8f8",
"underlinedTabForeground": "#403f53"
}, },
"Desktop.background": "#F0F0F0", "Desktop.background": "#F0F0F0",
"DialogWrapper.southPanelBackground": "#F0F0F0", "DialogWrapper.southPanelBackground": "#F0F0F0",
@@ -194,19 +214,21 @@
"inactiveBackground": "#F0F0F0", "inactiveBackground": "#F0F0F0",
"inactiveForeground": "#93A1A1", "inactiveForeground": "#93A1A1",
"selectionBackground": "#d3e8f8", "selectionBackground": "#d3e8f8",
"selectionForeground": "#333333" "selectionForeground": "#FFFFFF"
}, },
"EditorTabs": { "EditorTabs": {
"borderColor": "#FBFBFB", "borderColor": "#FBFBFB",
"hoverBackground": "#CCCCCC",
"hoverColor": "#CCCCCC", "hoverColor": "#CCCCCC",
"hoverMaskColor": "#CCCCCC", "hoverMaskColor": "#CCCCCC",
"inactiveMaskColor": "#F0F0F0", "inactiveMaskColor": "#F0F0F0",
"inactiveColoredFileBackground": "#F0F0F02", "inactiveColoredFileBackground": "#F0F0F0",
"inactiveUnderlineColor": "#93A1A1", "inactiveUnderlineColor": "#93A1A1",
"selectedForeground": "#403f53", "selectedForeground": "#403f53",
"selectedBackground": "#d3e8f8", "selectedBackground": "#d3e8f8",
"underlineColor": "#2AA298", "underlineColor": "#2AA298",
"underlinedTabBackground": "#d3e8f8" "underlinedTabBackground": "#d3e8f8",
"underlinedTabForeground": "#403f53"
}, },
"EditorGroupsTabs": { "EditorGroupsTabs": {
"background": "#F0F0F0", "background": "#F0F0F0",
@@ -243,15 +265,16 @@
"foreground": "#403f53", "foreground": "#403f53",
"inactiveBackground": "#d9d9d9", "inactiveBackground": "#d9d9d9",
"inactiveForeground": "#93A1A1", "inactiveForeground": "#93A1A1",
"selectionForeground": "#333333", "selectionForeground": "#FFFFFF",
"selectionBackground": "#d3e8f8" "selectionBackground": "#d3e8f8"
}, },
"GotItTooltip.borderColor": "#F0F0F0",
"Group": { "Group": {
"disabledSeparatorColor": "#d9d9d9", "disabledSeparatorColor": "#d9d9d9",
"separatorColor": "#d9d9d9" "separatorColor": "#d9d9d9"
}, },
"GutterTooltip": { "GutterTooltip": {
"infoForeground": "#403f53", "infoForeground": "#90A7B2",
"lineSeparatorColor": "#F0F0F0" "lineSeparatorColor": "#F0F0F0"
}, },
"HeaderColor": { "HeaderColor": {
@@ -288,7 +311,8 @@
"disabledText": "#93A1A1", "disabledText": "#93A1A1",
"foreground": "#403f53", "foreground": "#403f53",
"infoForeground": "#90A7B2", "infoForeground": "#90A7B2",
"selectedForeground": "#333333" "selectedForeground": "#FFFFFF",
"selectedDisabledForeground": "#403f53"
}, },
"Link": { "Link": {
"activeForeground": "#2AA298", "activeForeground": "#2AA298",
@@ -301,9 +325,11 @@
"List": { "List": {
"background": "#FBFBFB", "background": "#FBFBFB",
"foreground": "#403f53", "foreground": "#403f53",
"selectionBackground": "#d3e8f850", "hoverBackground": "#d3e8f87c",
"hoverInactiveBackground": "#d3e8f8",
"selectionBackground": "#d3e8f8",
"selectionForeground": "#403f53", "selectionForeground": "#403f53",
"selectionInactiveForeground": "#333333", "selectionInactiveForeground": "#FFFFFF",
"selectionInactiveBackground": "#d3e8f87c" "selectionInactiveBackground": "#d3e8f87c"
}, },
"material": { "material": {
@@ -409,7 +435,7 @@
"ParameterInfo": { "ParameterInfo": {
"background": "#FBFBFB", "background": "#FBFBFB",
"borderColor": "#d3e8f8", "borderColor": "#d3e8f8",
"currentOverloadBackground": "#d3e8f8", "currentOverloadBackground": "#CCCCCC",
"currentParameterForeground": "#2AA298", "currentParameterForeground": "#2AA298",
"disabledForeground": "#93A1A1", "disabledForeground": "#93A1A1",
"foreground": "#403f53", "foreground": "#403f53",
@@ -423,12 +449,13 @@
"foreground": "#403f53", "foreground": "#403f53",
"inactiveForeground": "#93A1A1", "inactiveForeground": "#93A1A1",
"selectionBackground": "#d3e8f8", "selectionBackground": "#d3e8f8",
"selectionForeground": "#333333" "selectionForeground": "#FFFFFF"
}, },
"Plugins": { "Plugins": {
"background": "#F0F0F0", "background": "#F0F0F0",
"disabledForeground": "#93A1A1", "disabledForeground": "#93A1A1",
"eapTagBackground": "#CCCCCC", "eapTagBackground": "#CCCCCC",
"hoverBackground": "#d3e8f87c",
"lightSelectionBackground": "#d3e8f8", "lightSelectionBackground": "#d3e8f8",
"paidTagBackground": "#CCCCCC", "paidTagBackground": "#CCCCCC",
"selectionBackground": "#d3e8f8", "selectionBackground": "#d3e8f8",
@@ -442,7 +469,7 @@
"installFocusedBackground": "#CCCCCC", "installFocusedBackground": "#CCCCCC",
"installFillForeground": "#93A1A1", "installFillForeground": "#93A1A1",
"installFillBackground": "#d9d9d9", "installFillBackground": "#d9d9d9",
"updateBackground": "#d9d9d9", "updateBackground": "#2AA298",
"updateBorderColor": "#d9d9d9", "updateBorderColor": "#d9d9d9",
"updateForeground": "#403f53" "updateForeground": "#403f53"
}, },
@@ -517,6 +544,7 @@
"selectionBackground": "#d3e8f8", "selectionBackground": "#d3e8f8",
"selectionForeground": "#403f53" "selectionForeground": "#403f53"
}, },
"ScreenView.borderColor": "#d9d9d9",
"ScrollBar": { "ScrollBar": {
"background": "#F0F0F0", "background": "#F0F0F0",
"hoverThumbBorderColor": "#2AA298", "hoverThumbBorderColor": "#2AA298",
@@ -569,16 +597,25 @@
"infoForeground": "#90A7B2" "infoForeground": "#90A7B2"
}, },
"Tab": { "Tab": {
"active.foreground": "#333333", "active.foreground": "#FFFFFF",
"selectedForeground": "#333333", "selectedForeground": "#FFFFFF",
"selectedBackground": "#CCCCCC" "selectedBackground": "#CCCCCC"
} }
}, },
"SearchMatch": { "SearchMatch": {
"endBackground": "#2AA298", "endBackground": "#2AA298",
"startBackground": "#2AA298" "startBackground": "#2AA298",
"endColor": "#2AA298",
"startColor": "#2AA298"
}, },
"SearchField.errorBackground": "#F0F0F0", "SearchField.errorBackground": "#F0F0F0",
"SearchOption": {
"selectedBackground": "#d3e8f8"
},
"SearchResults": {
"Ordinal.File.Foreground": "#90A7B2",
"Repeated.File.Foreground": "#403f53"
},
"Separator": { "Separator": {
"background": "#FBFBFB", "background": "#FBFBFB",
"foreground": "#FBFBFB", "foreground": "#FBFBFB",
@@ -608,7 +645,7 @@
"background": "#F0F0F0", "background": "#F0F0F0",
"border": "3,3,3,3", "border": "3,3,3,3",
"foreground": "#403f53", "foreground": "#403f53",
"selectionForeground": "#333333" "selectionForeground": "#FFFFFF"
}, },
"SplitPane": { "SplitPane": {
"background": "#F0F0F0", "background": "#F0F0F0",
@@ -616,7 +653,9 @@
}, },
"SplitPaneDivider.draggingColor": "#FBFBFB", "SplitPaneDivider.draggingColor": "#FBFBFB",
"StatusBar": { "StatusBar": {
"borderColor": "#F0F0F0" "borderColor": "#F0F0F0",
"hoverBackground": "#CCCCCC",
"LightEditBackground": "#d3e8f8"
}, },
"TabbedPane": { "TabbedPane": {
"background": "#F0F0F0", "background": "#F0F0F0",
@@ -632,7 +671,7 @@
"highlight": "#d9d9d9", "highlight": "#d9d9d9",
"hoverColor": "#CCCCCC", "hoverColor": "#CCCCCC",
"labelShift": 0, "labelShift": 0,
"selectedForeground": "#333333", "selectedForeground": "#FFFFFF",
"selectedLabelShift": 0, "selectedLabelShift": 0,
"selectedTabPadInsets": "0,0,0,0", "selectedTabPadInsets": "0,0,0,0",
"tabsOverlapBorder": true, "tabsOverlapBorder": true,
@@ -643,21 +682,25 @@
}, },
"TabbedPane.mt.tab.background": "#f0f0f0", "TabbedPane.mt.tab.background": "#f0f0f0",
"Table": { "Table": {
"alternativeRowBackground": "#f0f0f0",
"background": "#F0F0F0", "background": "#F0F0F0",
"cellNoFocusBorder": "10,5,10,5", "cellNoFocusBorder": "10,5,10,5",
"focusCellHighlightBorder": "10,5,10,5", "focusCellHighlightBorder": "10,5,10,5",
"disabledForeground": "#93A1A1",
"dropLineColor": "#2AA298", "dropLineColor": "#2AA298",
"dropLineShortColor": "#2AA298", "dropLineShortColor": "#2AA298",
"focusCellBackground": "#d3e8f8", "focusCellBackground": "#d3e8f8",
"focusCellForeground": "#333333", "focusCellForeground": "#FFFFFF",
"foreground": "#403f53", "foreground": "#403f53",
"gridColor": "#F0F0F0", "gridColor": "#F0F0F0",
"highlightOuter": "#d3e8f8", "highlightOuter": "#d3e8f8",
"lightSelectionForeground": "#333333", "hoverBackground": "#d3e8f87c",
"hoverInactiveBackground": "#d3e8f8",
"lightSelectionForeground": "#FFFFFF",
"lightSelectionInactiveForeground": "#90A7B2", "lightSelectionInactiveForeground": "#90A7B2",
"lightSelectionInactiveBackground": "#FBFBFB", "lightSelectionInactiveBackground": "#FBFBFB",
"selectionBackground": "#d3e8f8", "selectionBackground": "#d3e8f8",
"selectionForeground": "#333333", "selectionForeground": "#FFFFFF",
"selectionInactiveBackground": "#d3e8f8", "selectionInactiveBackground": "#d3e8f8",
"selectionInactiveForeground": "#403f53", "selectionInactiveForeground": "#403f53",
"sortIconColor": "#403f53", "sortIconColor": "#403f53",
@@ -671,7 +714,7 @@
"disabledForeground": "#93A1A1", "disabledForeground": "#93A1A1",
"foreground": "#403f53", "foreground": "#403f53",
"focusCellBackground": "#d3e8f8", "focusCellBackground": "#d3e8f8",
"focusCellForeground": "#333333", "focusCellForeground": "#FFFFFF",
"height": 25, "height": 25,
"separatorColor": "#FBFBFB" "separatorColor": "#FBFBFB"
}, },
@@ -684,7 +727,7 @@
"foreground": "#403f53", "foreground": "#403f53",
"inactiveForeground": "#93A1A1", "inactiveForeground": "#93A1A1",
"selectionBackground": "#d3e8f8", "selectionBackground": "#d3e8f8",
"selectionForeground": "#333333" "selectionForeground": "#FFFFFF"
}, },
"TextField": { "TextField": {
"background": "#f0f0f0", "background": "#f0f0f0",
@@ -692,7 +735,7 @@
"foreground": "#403f53", "foreground": "#403f53",
"inactiveForeground": "#93A1A1", "inactiveForeground": "#93A1A1",
"selectionBackground": "#d3e8f8", "selectionBackground": "#d3e8f8",
"selectionForeground": "#333333" "selectionForeground": "#FFFFFF"
}, },
"TextPane": { "TextPane": {
"background": "#f0f0f0", "background": "#f0f0f0",
@@ -700,7 +743,7 @@
"foreground": "#403f53", "foreground": "#403f53",
"inactiveForeground": "#93A1A1", "inactiveForeground": "#93A1A1",
"selectionBackground": "#d3e8f8", "selectionBackground": "#d3e8f8",
"selectionForeground": "#333333" "selectionForeground": "#FFFFFF"
}, },
"TitlePane": { "TitlePane": {
"background": "#f0f0f0", "background": "#f0f0f0",
@@ -730,7 +773,7 @@
"Actions.background": "#F0F0F0", "Actions.background": "#F0F0F0",
"Actions.infoForeground": "#90A7B2", "Actions.infoForeground": "#90A7B2",
"background": "#F0F0F0", "background": "#F0F0F0",
"borderColor": "#CCCCCC", "borderColor": "#d9d9d9",
"foreground": "#403f53", "foreground": "#403f53",
"infoForeground": "#90A7B2", "infoForeground": "#90A7B2",
"separatorColor": "#d9d9d9", "separatorColor": "#d9d9d9",
@@ -739,7 +782,7 @@
"ToolWindow": { "ToolWindow": {
"Button": { "Button": {
"hoverBackground": "#d3e8f8", "hoverBackground": "#d3e8f8",
"selectedForeground": "#333333", "selectedForeground": "#FFFFFF",
"selectedBackground": "#f0f0f0" "selectedBackground": "#f0f0f0"
}, },
"Header": { "Header": {
@@ -751,20 +794,25 @@
"background": "#F0F0F0" "background": "#F0F0F0"
}, },
"HeaderTab": { "HeaderTab": {
"borderColor": "#CCCCCC",
"hoverBackground": "#CCCCCC", "hoverBackground": "#CCCCCC",
"hoverInactiveBackground": "#FBFBFB", "hoverInactiveBackground": "#CCCCCC",
"inactiveUnderlineColor": "#2AA298", "inactiveUnderlineColor": "#2AA298",
"selectedBackground": "#f0f0f0", "selectedBackground": "#f0f0f0",
"selectedInactiveBackground": "#f0f0f0", "selectedInactiveBackground": "#f0f0f0",
"underlineColor": "#2AA298", "underlineColor": "#2AA298",
"underlinedTabBackground": "#CCCCCC", "underlinedTabBackground": "#d3e8f8",
"underlinedTabInactiveBackground": "#FBFBFB" "underlinedTabInactiveBackground": "#FBFBFB",
"underlinedTabForeground": "#403f53",
"underlinedTabInactiveForeground": "#403f53"
} }
}, },
"Tree": { "Tree": {
"background": "#f0f0f0", "background": "#f0f0f0",
"foreground": "#90A7B2", "foreground": "#90A7B2",
"hash": "#d9d9d9", "hash": "#d9d9d9",
"hoverBackground": "#d3e8f87c",
"hoverInactiveBackground": "#d3e8f8",
"modifiedItemForeground": "#2AA298", "modifiedItemForeground": "#2AA298",
"rowHeight": 28, "rowHeight": 28,
"selectionBackground": "#d3e8f87c", "selectionBackground": "#d3e8f87c",
@@ -775,26 +823,64 @@
}, },
"Tree.leftChildIndent": 10, "Tree.leftChildIndent": 10,
"Tree.rightChildIndent": 5, "Tree.rightChildIndent": 5,
"UiDesigner": { "UIDesigner": {
"Activity.borderColor": "#d9d9d9", "Activity.borderColor": "#d9d9d9",
"ColorPicker.background": "#F0F0F0", "Canvas.background": "#f0f0f0",
"ColorPicker.foreground": "#403f53", "ColorPicker": {
"Component.borderColor": "#d9d9d9", "background": "#F0F0F0",
"Component.background": "#F0F0F0", "foreground": "#403f53"
"Component.foreground": "#403f53", },
"Connector.borderColor": "#d9d9d9", "Component": {
"Connector.hoverBorderColor": "#CCCCCC", "borderColor": "#d9d9d9",
"background": "#F0F0F0",
"foreground": "#403f53",
"hoverBorderColor": "#CCCCCC"
},
"Connector": {
"borderColor": "#d9d9d9",
"hoverBorderColor": "#CCCCCC"
},
"Canvas.background": "#f0f0f0", "Canvas.background": "#f0f0f0",
"highStroke.foreground": "#403f53", "highStroke.foreground": "#403f53",
"Label.foreground": "#90A7B2", "Label.foreground": "#90A7B2",
"List.selectionBackground": "#d3e8f87c", "List.selectionBackground": "#d3e8f87c",
"Panel.borderColor": "#d9d9d9", "motion": {
"Panel.background": "#F0F0F0", "borderColor": "#d9d9d9",
"Component.foreground": "#403f53",
"ConstraintSetText.foreground": "#90A7B2",
"ConstraintSet.background": "#FBFBFB",
"CSPanel.SelectedFocusBackground": "#d3e8f8",
"CSPanel.SelectedBackground": "#d3e8f87c",
"cs_FocusText.infoForeground": "#90A7B2",
"CursorTextColor.foreground": "#403f53",
"HoverColor.disabledBackground": "#93A1A1",
"motionGraph.background": "#F0F0F0",
"Notification.background": "#F0F0F0",
"ourAvg.background": "#FBFBFB",
"ourCS.background": "#FBFBFB",
"ourCS_Border.borderColor": "#d9d9d9",
"ourCS_TextColor.foreground": "#90A7B2",
"ourCS_SelectedFocusBackground.selectionForeground": "#403f53",
"ourCS_SelectedBackground.selectionInactiveBackground": "#d3e8f8",
"ourCS_SelectedBorder.pressedBorderColor": "#CCCCCC",
"ourML_BarColor.separatorColor": "#d9d9d9",
"PrimaryPanel.background": "#f0f0f0",
"SecondaryPanel.background": "#F0F0F0",
"SecondaryPanel.header.foreground": "#90A7B2",
"SecondaryPanel.header.background": "#f0f0f0",
"timeLine.disabledBorderColor": "#d9d9d9"
},
"Panel": {
"borderColor": "#d9d9d9",
"background": "#F0F0F0"
},
"percent.foreground": "#403f53", "percent.foreground": "#403f53",
"Placeholder.background": "#F0F0F0", "Placeholder": {
"Placeholder.borderColor": "#d9d9d9", "background": "#F0F0F0",
"Placeholder.foreground": "#403f53", "borderColor": "#d9d9d9",
"Placeholder.selectedForeground": "#403f53", "foreground": "#403f53",
"selectedForeground": "#403f53"
},
"Preview.background": "#F0F0F0", "Preview.background": "#F0F0F0",
"stroke.acceleratorForeground": "#90A7B2" "stroke.acceleratorForeground": "#90A7B2"
}, },
@@ -819,7 +905,7 @@
}, },
"HgLog": { "HgLog": {
"branchIconColor": "#2AA298", "branchIconColor": "#2AA298",
"bookmarkIconColor": "#333333", "bookmarkIconColor": "#FFFFFF",
"closedBranchIconColor": "#93A1A1", "closedBranchIconColor": "#93A1A1",
"localTagIconColor": "#90A7B2", "localTagIconColor": "#90A7B2",
"mqTagIconColor": "#90A7B2", "mqTagIconColor": "#90A7B2",
@@ -828,10 +914,11 @@
}, },
"Log": { "Log": {
"Commit.unmatchedForeground": "#90A7B2", "Commit.unmatchedForeground": "#90A7B2",
"Commit.currentBranchBackground": "#FBFBFB" "Commit.currentBranchBackground": "#FBFBFB",
"Commit.hoveredBackground": "#d3e8f87c"
}, },
"RefLabel": { "RefLabel": {
"foreground": "#333333", "foreground": "#FFFFFF",
"backgroundBase": "#CCCCCC" "backgroundBase": "#CCCCCC"
} }
}, },
@@ -840,16 +927,22 @@
"foreground": "#403f53" "foreground": "#403f53"
}, },
"WelcomeScreen": { "WelcomeScreen": {
"AssociatedComponent.background": "#F0F0F0",
"background": "#F0F0F0", "background": "#F0F0F0",
"borderColor": "#F0F0F0", "borderColor": "#F0F0F0",
"captionBackground": "#f0f0f0", "captionBackground": "#f0f0f0",
"captionForeground": "#403f53", "captionForeground": "#403f53",
"Details.background": "#F0F0F0",
"footerBackground": "#f0f0f0", "footerBackground": "#f0f0f0",
"footerForeground": "#403f53", "footerForeground": "#403f53",
"headerBackground": "#F0F0F0", "headerBackground": "#F0F0F0",
"headerForeground": "#403f53", "headerForeground": "#403f53",
"List.background": "#f0f0f0",
"separatorColor": "#d9d9d9", "separatorColor": "#d9d9d9",
"SidePanel.background": "#FBFBFB",
"Projects": { "Projects": {
"actions.background": "#f0f0f0",
"actions.selectionBackground": "#CCCCCC",
"background": "#FBFBFB", "background": "#FBFBFB",
"selectionBackground": "#d3e8f8", "selectionBackground": "#d3e8f8",
"selectionInactiveBackground": "#FBFBFB" "selectionInactiveBackground": "#FBFBFB"
@@ -875,10 +968,10 @@
"Actions.Blue": "#4876d6", "Actions.Blue": "#4876d6",
"Actions.Green": "#c96765", "Actions.Green": "#c96765",
"Actions.Grey": "#90A7B2", "Actions.Grey": "#90A7B2",
"Actions.GreyInline": "#637777", "Actions.GreyInline": "#989fb1",
"Actions.GreyInline.Dark": "#403f53", "Actions.GreyInline.Dark": "#403f53",
"Actions.Red": "#994cc3", "Actions.Red": "#994cc3",
"Actions.Yellow": "#4876d6", "Actions.Yellow": "#0c969b",
"Checkbox.Background.Default": "#f0f0f0", "Checkbox.Background.Default": "#f0f0f0",
"Checkbox.Background.Default.Dark": "#f0f0f0", "Checkbox.Background.Default.Dark": "#f0f0f0",
"Checkbox.Background.Disabled": "#E0E7EA", "Checkbox.Background.Disabled": "#E0E7EA",
@@ -901,12 +994,12 @@
"Checkbox.Foreground.Selected.Dark": "#2AA298", "Checkbox.Foreground.Selected.Dark": "#2AA298",
"Checkbox.Focus.Thin.Selected": "#403f53", "Checkbox.Focus.Thin.Selected": "#403f53",
"Checkbox.Focus.Thin.Selected.Dark": "#403f53", "Checkbox.Focus.Thin.Selected.Dark": "#403f53",
"Objects.Grey": "#637777", "Objects.Grey": "#989fb1",
"Objects.Blue": "#4876d6", "Objects.Blue": "#4876d6",
"Objects.RedStatus": "#994cc3", "Objects.RedStatus": "#994cc3",
"Objects.Red": "#994cc3", "Objects.Red": "#994cc3",
"Objects.Pink": "#994cc3", "Objects.Pink": "#994cc3",
"Objects.Yellow": "#4876d6", "Objects.Yellow": "#0c969b",
"Objects.Green": "#c96765", "Objects.Green": "#c96765",
"Objects.Purple": "#994cc3", "Objects.Purple": "#994cc3",
"Objects.BlackText": "#403f53", "Objects.BlackText": "#403f53",

View File

@@ -3,6 +3,12 @@
"dark": false, "dark": false,
"author": "Mallowigi", "author": "Mallowigi",
"editorScheme": "/colors/Light Owl.xml", "editorScheme": "/colors/Light Owl.xml",
"emptyFrameBackground": {
"anchor": "center",
"image": "/walls/lightowl.svg",
"fill": "scale",
"transparency": 50
},
"ui": { "ui": {
"*": { "*": {
"acceleratorSelectionForeground": "#90A7B2", "acceleratorSelectionForeground": "#90A7B2",
@@ -43,7 +49,7 @@
"default": { "default": {
"endBackground": "#d3e8f8", "endBackground": "#d3e8f8",
"endBorderColor": "#d3e8f8", "endBorderColor": "#d3e8f8",
"foreground": "#333333", "foreground": "#FFFFFF",
"focusColor": "#2AA298", "focusColor": "#2AA298",
"focusedBorderColor": "#2AA298", "focusedBorderColor": "#2AA298",
"shadowColor": "#d3e8f8", "shadowColor": "#d3e8f8",
@@ -72,7 +78,10 @@
"Tooltip.borderColor": "#d9d9d9", "Tooltip.borderColor": "#d9d9d9",
"Tooltip.background": "#F0F0F0" "Tooltip.background": "#F0F0F0"
}, },
"Content.background": "#f0f0f0", "Content": {
"background": "#f0f0f0",
"selectionBackground": "#d3e8f8"
},
"CheckBox": { "CheckBox": {
"background": "#F0F0F0", "background": "#F0F0F0",
"disabledText": "#93A1A1", "disabledText": "#93A1A1",
@@ -87,7 +96,15 @@
"disabledForeground": "#93A1A1", "disabledForeground": "#93A1A1",
"foreground": "#403f53", "foreground": "#403f53",
"selectionBackground": "#d3e8f8", "selectionBackground": "#d3e8f8",
"selectionForeground": "#333333" "selectionForeground": "#FFFFFF"
},
"CodeWithMe": {
"Avatar.foreground": "#403f53",
"AccessEnabled": {
"accessDot": "#2AA298",
"dropdownBorder": "#FBFBFB",
"pillBackground": "$second"
}
}, },
"ColorChooser": { "ColorChooser": {
"background": "#F0F0F0", "background": "#F0F0F0",
@@ -104,13 +121,14 @@
}, },
"background": "#F0F0F0", "background": "#F0F0F0",
"buttonBackground": "#d9d9d9", "buttonBackground": "#d9d9d9",
"darcula.hoveredArrowButtonForeground": "#2AA298",
"disabledForeground": "#93A1A1", "disabledForeground": "#93A1A1",
"foreground": "#403f53", "foreground": "#403f53",
"modifiedItemForeground": "#2AA298", "modifiedItemForeground": "#2AA298",
"nonEditableBackground": "#FBFBFB", "nonEditableBackground": "#FBFBFB",
"padding": "5,5,5,5", "padding": "5,5,5,5",
"selectionBackground": "#d3e8f8", "selectionBackground": "#d3e8f8",
"selectionForeground": "#333333" "selectionForeground": "#FFFFFF"
}, },
"ComboPopup.border": "#d9d9d9", "ComboPopup.border": "#d9d9d9",
"CompletionPopup": { "CompletionPopup": {
@@ -123,8 +141,8 @@
"selectedGrayedForeground": "#403f53", "selectedGrayedForeground": "#403f53",
"selectionGrayForeground": "#403f53", "selectionGrayForeground": "#403f53",
"selectionInactiveInfoForeground": "#90A7B2", "selectionInactiveInfoForeground": "#90A7B2",
"selectionInactiveBackground": "#d3e8f850", "selectionInactiveBackground": "#d3e8f8",
"selectionBackground": "#d3e8f880", "selectionBackground": "#d3e8f8",
"selectionForeground": "#403f53", "selectionForeground": "#403f53",
"selectionInfoForeground": "#403f53" "selectionInfoForeground": "#403f53"
}, },
@@ -150,7 +168,7 @@
"changedValueForeground": "#2AA298", "changedValueForeground": "#2AA298",
"errorMessageForeground": "#994cc3", "errorMessageForeground": "#994cc3",
"evaluatingExpressionForeground": "#90A7B2", "evaluatingExpressionForeground": "#90A7B2",
"exceptionForeground": "#4876d6", "exceptionForeground": "#0c969b",
"modifyingValueForeground": "#2AA298", "modifyingValueForeground": "#2AA298",
"valueForeground": "#2AA298" "valueForeground": "#2AA298"
} }
@@ -168,11 +186,13 @@
"hoverBackground": "#d3e8f8", "hoverBackground": "#d3e8f8",
"hoverColor": "#F0F0F0", "hoverColor": "#F0F0F0",
"hoverMaskColor": "#CCCCCC", "hoverMaskColor": "#CCCCCC",
"inactiveColoredTabBackground": "#F0F0F0",
"inactiveColoredFileBackground": "#d9d9d9", "inactiveColoredFileBackground": "#d9d9d9",
"inactiveUnderlineColor": "#93A1A1", "inactiveUnderlineColor": "#2AA298",
"inactiveMaskColor": "#F0F0F0", "inactiveMaskColor": "#F0F0F0",
"underlineColor": "#2AA298", "underlineColor": "#2AA298",
"underlinedTabBackground": "#d3e8f8" "underlinedTabBackground": "#d3e8f8",
"underlinedTabForeground": "#403f53"
}, },
"Desktop.background": "#F0F0F0", "Desktop.background": "#F0F0F0",
"DialogWrapper.southPanelBackground": "#F0F0F0", "DialogWrapper.southPanelBackground": "#F0F0F0",
@@ -194,19 +214,21 @@
"inactiveBackground": "#F0F0F0", "inactiveBackground": "#F0F0F0",
"inactiveForeground": "#93A1A1", "inactiveForeground": "#93A1A1",
"selectionBackground": "#d3e8f8", "selectionBackground": "#d3e8f8",
"selectionForeground": "#333333" "selectionForeground": "#FFFFFF"
}, },
"EditorTabs": { "EditorTabs": {
"borderColor": "#FBFBFB", "borderColor": "#FBFBFB",
"hoverBackground": "#CCCCCC",
"hoverColor": "#CCCCCC", "hoverColor": "#CCCCCC",
"hoverMaskColor": "#CCCCCC", "hoverMaskColor": "#CCCCCC",
"inactiveMaskColor": "#F0F0F0", "inactiveMaskColor": "#F0F0F0",
"inactiveColoredFileBackground": "#F0F0F02", "inactiveColoredFileBackground": "#F0F0F0",
"inactiveUnderlineColor": "#93A1A1", "inactiveUnderlineColor": "#93A1A1",
"selectedForeground": "#403f53", "selectedForeground": "#403f53",
"selectedBackground": "#d3e8f8", "selectedBackground": "#d3e8f8",
"underlineColor": "#2AA298", "underlineColor": "#2AA298",
"underlinedTabBackground": "#d3e8f8" "underlinedTabBackground": "#d3e8f8",
"underlinedTabForeground": "#403f53"
}, },
"EditorGroupsTabs": { "EditorGroupsTabs": {
"background": "#F0F0F0", "background": "#F0F0F0",
@@ -243,15 +265,16 @@
"foreground": "#403f53", "foreground": "#403f53",
"inactiveBackground": "#d9d9d9", "inactiveBackground": "#d9d9d9",
"inactiveForeground": "#93A1A1", "inactiveForeground": "#93A1A1",
"selectionForeground": "#333333", "selectionForeground": "#FFFFFF",
"selectionBackground": "#d3e8f8" "selectionBackground": "#d3e8f8"
}, },
"GotItTooltip.borderColor": "#F0F0F0",
"Group": { "Group": {
"disabledSeparatorColor": "#d9d9d9", "disabledSeparatorColor": "#d9d9d9",
"separatorColor": "#d9d9d9" "separatorColor": "#d9d9d9"
}, },
"GutterTooltip": { "GutterTooltip": {
"infoForeground": "#403f53", "infoForeground": "#90A7B2",
"lineSeparatorColor": "#F0F0F0" "lineSeparatorColor": "#F0F0F0"
}, },
"HeaderColor": { "HeaderColor": {
@@ -288,7 +311,8 @@
"disabledText": "#93A1A1", "disabledText": "#93A1A1",
"foreground": "#403f53", "foreground": "#403f53",
"infoForeground": "#90A7B2", "infoForeground": "#90A7B2",
"selectedForeground": "#333333" "selectedForeground": "#FFFFFF",
"selectedDisabledForeground": "#403f53"
}, },
"Link": { "Link": {
"activeForeground": "#2AA298", "activeForeground": "#2AA298",
@@ -301,9 +325,11 @@
"List": { "List": {
"background": "#FBFBFB", "background": "#FBFBFB",
"foreground": "#403f53", "foreground": "#403f53",
"selectionBackground": "#d3e8f850", "hoverBackground": "#d3e8f87c",
"hoverInactiveBackground": "#d3e8f8",
"selectionBackground": "#d3e8f8",
"selectionForeground": "#403f53", "selectionForeground": "#403f53",
"selectionInactiveForeground": "#333333", "selectionInactiveForeground": "#FFFFFF",
"selectionInactiveBackground": "#d3e8f87c" "selectionInactiveBackground": "#d3e8f87c"
}, },
"material": { "material": {
@@ -409,7 +435,7 @@
"ParameterInfo": { "ParameterInfo": {
"background": "#FBFBFB", "background": "#FBFBFB",
"borderColor": "#d3e8f8", "borderColor": "#d3e8f8",
"currentOverloadBackground": "#d3e8f8", "currentOverloadBackground": "#CCCCCC",
"currentParameterForeground": "#2AA298", "currentParameterForeground": "#2AA298",
"disabledForeground": "#93A1A1", "disabledForeground": "#93A1A1",
"foreground": "#403f53", "foreground": "#403f53",
@@ -423,12 +449,13 @@
"foreground": "#403f53", "foreground": "#403f53",
"inactiveForeground": "#93A1A1", "inactiveForeground": "#93A1A1",
"selectionBackground": "#d3e8f8", "selectionBackground": "#d3e8f8",
"selectionForeground": "#333333" "selectionForeground": "#FFFFFF"
}, },
"Plugins": { "Plugins": {
"background": "#F0F0F0", "background": "#F0F0F0",
"disabledForeground": "#93A1A1", "disabledForeground": "#93A1A1",
"eapTagBackground": "#CCCCCC", "eapTagBackground": "#CCCCCC",
"hoverBackground": "#d3e8f87c",
"lightSelectionBackground": "#d3e8f8", "lightSelectionBackground": "#d3e8f8",
"paidTagBackground": "#CCCCCC", "paidTagBackground": "#CCCCCC",
"selectionBackground": "#d3e8f8", "selectionBackground": "#d3e8f8",
@@ -442,7 +469,7 @@
"installFocusedBackground": "#CCCCCC", "installFocusedBackground": "#CCCCCC",
"installFillForeground": "#93A1A1", "installFillForeground": "#93A1A1",
"installFillBackground": "#d9d9d9", "installFillBackground": "#d9d9d9",
"updateBackground": "#d9d9d9", "updateBackground": "#2AA298",
"updateBorderColor": "#d9d9d9", "updateBorderColor": "#d9d9d9",
"updateForeground": "#403f53" "updateForeground": "#403f53"
}, },
@@ -517,6 +544,7 @@
"selectionBackground": "#d3e8f8", "selectionBackground": "#d3e8f8",
"selectionForeground": "#403f53" "selectionForeground": "#403f53"
}, },
"ScreenView.borderColor": "#d9d9d9",
"ScrollBar": { "ScrollBar": {
"background": "#F0F0F0", "background": "#F0F0F0",
"hoverThumbBorderColor": "#2AA298", "hoverThumbBorderColor": "#2AA298",
@@ -569,16 +597,25 @@
"infoForeground": "#90A7B2" "infoForeground": "#90A7B2"
}, },
"Tab": { "Tab": {
"active.foreground": "#333333", "active.foreground": "#FFFFFF",
"selectedForeground": "#333333", "selectedForeground": "#FFFFFF",
"selectedBackground": "#CCCCCC" "selectedBackground": "#CCCCCC"
} }
}, },
"SearchMatch": { "SearchMatch": {
"endBackground": "#2AA298", "endBackground": "#2AA298",
"startBackground": "#2AA298" "startBackground": "#2AA298",
"endColor": "#2AA298",
"startColor": "#2AA298"
}, },
"SearchField.errorBackground": "#F0F0F0", "SearchField.errorBackground": "#F0F0F0",
"SearchOption": {
"selectedBackground": "#d3e8f8"
},
"SearchResults": {
"Ordinal.File.Foreground": "#90A7B2",
"Repeated.File.Foreground": "#403f53"
},
"Separator": { "Separator": {
"background": "#FBFBFB", "background": "#FBFBFB",
"foreground": "#FBFBFB", "foreground": "#FBFBFB",
@@ -608,7 +645,7 @@
"background": "#F0F0F0", "background": "#F0F0F0",
"border": "3,3,3,3", "border": "3,3,3,3",
"foreground": "#403f53", "foreground": "#403f53",
"selectionForeground": "#333333" "selectionForeground": "#FFFFFF"
}, },
"SplitPane": { "SplitPane": {
"background": "#F0F0F0", "background": "#F0F0F0",
@@ -616,7 +653,9 @@
}, },
"SplitPaneDivider.draggingColor": "#FBFBFB", "SplitPaneDivider.draggingColor": "#FBFBFB",
"StatusBar": { "StatusBar": {
"borderColor": "#F0F0F0" "borderColor": "#F0F0F0",
"hoverBackground": "#CCCCCC",
"LightEditBackground": "#d3e8f8"
}, },
"TabbedPane": { "TabbedPane": {
"background": "#F0F0F0", "background": "#F0F0F0",
@@ -632,7 +671,7 @@
"highlight": "#d9d9d9", "highlight": "#d9d9d9",
"hoverColor": "#CCCCCC", "hoverColor": "#CCCCCC",
"labelShift": 0, "labelShift": 0,
"selectedForeground": "#333333", "selectedForeground": "#FFFFFF",
"selectedLabelShift": 0, "selectedLabelShift": 0,
"selectedTabPadInsets": "0,0,0,0", "selectedTabPadInsets": "0,0,0,0",
"tabsOverlapBorder": true, "tabsOverlapBorder": true,
@@ -643,21 +682,25 @@
}, },
"TabbedPane.mt.tab.background": "#F0F0F0", "TabbedPane.mt.tab.background": "#F0F0F0",
"Table": { "Table": {
"alternativeRowBackground": "#f0f0f0",
"background": "#F0F0F0", "background": "#F0F0F0",
"cellNoFocusBorder": "10,5,10,5", "cellNoFocusBorder": "10,5,10,5",
"focusCellHighlightBorder": "10,5,10,5", "focusCellHighlightBorder": "10,5,10,5",
"disabledForeground": "#93A1A1",
"dropLineColor": "#2AA298", "dropLineColor": "#2AA298",
"dropLineShortColor": "#2AA298", "dropLineShortColor": "#2AA298",
"focusCellBackground": "#d3e8f8", "focusCellBackground": "#d3e8f8",
"focusCellForeground": "#333333", "focusCellForeground": "#FFFFFF",
"foreground": "#403f53", "foreground": "#403f53",
"gridColor": "#F0F0F0", "gridColor": "#F0F0F0",
"highlightOuter": "#d3e8f8", "highlightOuter": "#d3e8f8",
"lightSelectionForeground": "#333333", "hoverBackground": "#d3e8f87c",
"hoverInactiveBackground": "#d3e8f8",
"lightSelectionForeground": "#FFFFFF",
"lightSelectionInactiveForeground": "#90A7B2", "lightSelectionInactiveForeground": "#90A7B2",
"lightSelectionInactiveBackground": "#FBFBFB", "lightSelectionInactiveBackground": "#FBFBFB",
"selectionBackground": "#d3e8f8", "selectionBackground": "#d3e8f8",
"selectionForeground": "#333333", "selectionForeground": "#FFFFFF",
"selectionInactiveBackground": "#d3e8f8", "selectionInactiveBackground": "#d3e8f8",
"selectionInactiveForeground": "#403f53", "selectionInactiveForeground": "#403f53",
"sortIconColor": "#403f53", "sortIconColor": "#403f53",
@@ -671,7 +714,7 @@
"disabledForeground": "#93A1A1", "disabledForeground": "#93A1A1",
"foreground": "#403f53", "foreground": "#403f53",
"focusCellBackground": "#d3e8f8", "focusCellBackground": "#d3e8f8",
"focusCellForeground": "#333333", "focusCellForeground": "#FFFFFF",
"height": 25, "height": 25,
"separatorColor": "#FBFBFB" "separatorColor": "#FBFBFB"
}, },
@@ -684,7 +727,7 @@
"foreground": "#403f53", "foreground": "#403f53",
"inactiveForeground": "#93A1A1", "inactiveForeground": "#93A1A1",
"selectionBackground": "#d3e8f8", "selectionBackground": "#d3e8f8",
"selectionForeground": "#333333" "selectionForeground": "#FFFFFF"
}, },
"TextField": { "TextField": {
"background": "#F0F0F0", "background": "#F0F0F0",
@@ -692,7 +735,7 @@
"foreground": "#403f53", "foreground": "#403f53",
"inactiveForeground": "#93A1A1", "inactiveForeground": "#93A1A1",
"selectionBackground": "#d3e8f8", "selectionBackground": "#d3e8f8",
"selectionForeground": "#333333" "selectionForeground": "#FFFFFF"
}, },
"TextPane": { "TextPane": {
"background": "#F0F0F0", "background": "#F0F0F0",
@@ -700,7 +743,7 @@
"foreground": "#403f53", "foreground": "#403f53",
"inactiveForeground": "#93A1A1", "inactiveForeground": "#93A1A1",
"selectionBackground": "#d3e8f8", "selectionBackground": "#d3e8f8",
"selectionForeground": "#333333" "selectionForeground": "#FFFFFF"
}, },
"TitlePane": { "TitlePane": {
"background": "#f0f0f0", "background": "#f0f0f0",
@@ -730,7 +773,7 @@
"Actions.background": "#F0F0F0", "Actions.background": "#F0F0F0",
"Actions.infoForeground": "#90A7B2", "Actions.infoForeground": "#90A7B2",
"background": "#F0F0F0", "background": "#F0F0F0",
"borderColor": "#CCCCCC", "borderColor": "#d9d9d9",
"foreground": "#403f53", "foreground": "#403f53",
"infoForeground": "#90A7B2", "infoForeground": "#90A7B2",
"separatorColor": "#d9d9d9", "separatorColor": "#d9d9d9",
@@ -739,7 +782,7 @@
"ToolWindow": { "ToolWindow": {
"Button": { "Button": {
"hoverBackground": "#d3e8f8", "hoverBackground": "#d3e8f8",
"selectedForeground": "#333333", "selectedForeground": "#FFFFFF",
"selectedBackground": "#f0f0f0" "selectedBackground": "#f0f0f0"
}, },
"Header": { "Header": {
@@ -751,20 +794,25 @@
"background": "#F0F0F0" "background": "#F0F0F0"
}, },
"HeaderTab": { "HeaderTab": {
"borderColor": "#CCCCCC",
"hoverBackground": "#CCCCCC", "hoverBackground": "#CCCCCC",
"hoverInactiveBackground": "#FBFBFB", "hoverInactiveBackground": "#CCCCCC",
"inactiveUnderlineColor": "#2AA298", "inactiveUnderlineColor": "#2AA298",
"selectedBackground": "#f0f0f0", "selectedBackground": "#f0f0f0",
"selectedInactiveBackground": "#f0f0f0", "selectedInactiveBackground": "#f0f0f0",
"underlineColor": "#2AA298", "underlineColor": "#2AA298",
"underlinedTabBackground": "#CCCCCC", "underlinedTabBackground": "#d3e8f8",
"underlinedTabInactiveBackground": "#FBFBFB" "underlinedTabInactiveBackground": "#FBFBFB",
"underlinedTabForeground": "#403f53",
"underlinedTabInactiveForeground": "#403f53"
} }
}, },
"Tree": { "Tree": {
"background": "#F0F0F0", "background": "#F0F0F0",
"foreground": "#90A7B2", "foreground": "#90A7B2",
"hash": "#d9d9d9", "hash": "#d9d9d9",
"hoverBackground": "#d3e8f87c",
"hoverInactiveBackground": "#d3e8f8",
"modifiedItemForeground": "#2AA298", "modifiedItemForeground": "#2AA298",
"rowHeight": 28, "rowHeight": 28,
"selectionBackground": "#d3e8f87c", "selectionBackground": "#d3e8f87c",
@@ -775,26 +823,64 @@
}, },
"Tree.leftChildIndent": 10, "Tree.leftChildIndent": 10,
"Tree.rightChildIndent": 5, "Tree.rightChildIndent": 5,
"UiDesigner": { "UIDesigner": {
"Activity.borderColor": "#d9d9d9", "Activity.borderColor": "#d9d9d9",
"ColorPicker.background": "#F0F0F0", "Canvas.background": "#f0f0f0",
"ColorPicker.foreground": "#403f53", "ColorPicker": {
"Component.borderColor": "#d9d9d9", "background": "#F0F0F0",
"Component.background": "#F0F0F0", "foreground": "#403f53"
"Component.foreground": "#403f53", },
"Connector.borderColor": "#d9d9d9", "Component": {
"Connector.hoverBorderColor": "#CCCCCC", "borderColor": "#d9d9d9",
"background": "#F0F0F0",
"foreground": "#403f53",
"hoverBorderColor": "#CCCCCC"
},
"Connector": {
"borderColor": "#d9d9d9",
"hoverBorderColor": "#CCCCCC"
},
"Canvas.background": "#f0f0f0", "Canvas.background": "#f0f0f0",
"highStroke.foreground": "#403f53", "highStroke.foreground": "#403f53",
"Label.foreground": "#90A7B2", "Label.foreground": "#90A7B2",
"List.selectionBackground": "#d3e8f87c", "List.selectionBackground": "#d3e8f87c",
"Panel.borderColor": "#d9d9d9", "motion": {
"Panel.background": "#F0F0F0", "borderColor": "#d9d9d9",
"Component.foreground": "#403f53",
"ConstraintSetText.foreground": "#90A7B2",
"ConstraintSet.background": "#FBFBFB",
"CSPanel.SelectedFocusBackground": "#d3e8f8",
"CSPanel.SelectedBackground": "#d3e8f87c",
"cs_FocusText.infoForeground": "#90A7B2",
"CursorTextColor.foreground": "#403f53",
"HoverColor.disabledBackground": "#93A1A1",
"motionGraph.background": "#F0F0F0",
"Notification.background": "#F0F0F0",
"ourAvg.background": "#FBFBFB",
"ourCS.background": "#FBFBFB",
"ourCS_Border.borderColor": "#d9d9d9",
"ourCS_TextColor.foreground": "#90A7B2",
"ourCS_SelectedFocusBackground.selectionForeground": "#403f53",
"ourCS_SelectedBackground.selectionInactiveBackground": "#d3e8f8",
"ourCS_SelectedBorder.pressedBorderColor": "#CCCCCC",
"ourML_BarColor.separatorColor": "#d9d9d9",
"PrimaryPanel.background": "#f0f0f0",
"SecondaryPanel.background": "#F0F0F0",
"SecondaryPanel.header.foreground": "#90A7B2",
"SecondaryPanel.header.background": "#f0f0f0",
"timeLine.disabledBorderColor": "#d9d9d9"
},
"Panel": {
"borderColor": "#d9d9d9",
"background": "#F0F0F0"
},
"percent.foreground": "#403f53", "percent.foreground": "#403f53",
"Placeholder.background": "#F0F0F0", "Placeholder": {
"Placeholder.borderColor": "#d9d9d9", "background": "#F0F0F0",
"Placeholder.foreground": "#403f53", "borderColor": "#d9d9d9",
"Placeholder.selectedForeground": "#403f53", "foreground": "#403f53",
"selectedForeground": "#403f53"
},
"Preview.background": "#F0F0F0", "Preview.background": "#F0F0F0",
"stroke.acceleratorForeground": "#90A7B2" "stroke.acceleratorForeground": "#90A7B2"
}, },
@@ -819,7 +905,7 @@
}, },
"HgLog": { "HgLog": {
"branchIconColor": "#2AA298", "branchIconColor": "#2AA298",
"bookmarkIconColor": "#333333", "bookmarkIconColor": "#FFFFFF",
"closedBranchIconColor": "#93A1A1", "closedBranchIconColor": "#93A1A1",
"localTagIconColor": "#90A7B2", "localTagIconColor": "#90A7B2",
"mqTagIconColor": "#90A7B2", "mqTagIconColor": "#90A7B2",
@@ -828,10 +914,11 @@
}, },
"Log": { "Log": {
"Commit.unmatchedForeground": "#90A7B2", "Commit.unmatchedForeground": "#90A7B2",
"Commit.currentBranchBackground": "#FBFBFB" "Commit.currentBranchBackground": "#FBFBFB",
"Commit.hoveredBackground": "#d3e8f87c"
}, },
"RefLabel": { "RefLabel": {
"foreground": "#333333", "foreground": "#FFFFFF",
"backgroundBase": "#CCCCCC" "backgroundBase": "#CCCCCC"
} }
}, },
@@ -840,16 +927,22 @@
"foreground": "#403f53" "foreground": "#403f53"
}, },
"WelcomeScreen": { "WelcomeScreen": {
"AssociatedComponent.background": "#F0F0F0",
"background": "#F0F0F0", "background": "#F0F0F0",
"borderColor": "#F0F0F0", "borderColor": "#F0F0F0",
"captionBackground": "#f0f0f0", "captionBackground": "#f0f0f0",
"captionForeground": "#403f53", "captionForeground": "#403f53",
"Details.background": "#F0F0F0",
"footerBackground": "#f0f0f0", "footerBackground": "#f0f0f0",
"footerForeground": "#403f53", "footerForeground": "#403f53",
"headerBackground": "#F0F0F0", "headerBackground": "#F0F0F0",
"headerForeground": "#403f53", "headerForeground": "#403f53",
"List.background": "#f0f0f0",
"separatorColor": "#d9d9d9", "separatorColor": "#d9d9d9",
"SidePanel.background": "#FBFBFB",
"Projects": { "Projects": {
"actions.background": "#f0f0f0",
"actions.selectionBackground": "#CCCCCC",
"background": "#FBFBFB", "background": "#FBFBFB",
"selectionBackground": "#d3e8f8", "selectionBackground": "#d3e8f8",
"selectionInactiveBackground": "#FBFBFB" "selectionInactiveBackground": "#FBFBFB"
@@ -875,10 +968,10 @@
"Actions.Blue": "#4876d6", "Actions.Blue": "#4876d6",
"Actions.Green": "#c96765", "Actions.Green": "#c96765",
"Actions.Grey": "#90A7B2", "Actions.Grey": "#90A7B2",
"Actions.GreyInline": "#637777", "Actions.GreyInline": "#989fb1",
"Actions.GreyInline.Dark": "#403f53", "Actions.GreyInline.Dark": "#403f53",
"Actions.Red": "#994cc3", "Actions.Red": "#994cc3",
"Actions.Yellow": "#4876d6", "Actions.Yellow": "#0c969b",
"Checkbox.Background.Default": "#f0f0f0", "Checkbox.Background.Default": "#f0f0f0",
"Checkbox.Background.Default.Dark": "#f0f0f0", "Checkbox.Background.Default.Dark": "#f0f0f0",
"Checkbox.Background.Disabled": "#E0E7EA", "Checkbox.Background.Disabled": "#E0E7EA",
@@ -901,12 +994,12 @@
"Checkbox.Foreground.Selected.Dark": "#2AA298", "Checkbox.Foreground.Selected.Dark": "#2AA298",
"Checkbox.Focus.Thin.Selected": "#403f53", "Checkbox.Focus.Thin.Selected": "#403f53",
"Checkbox.Focus.Thin.Selected.Dark": "#403f53", "Checkbox.Focus.Thin.Selected.Dark": "#403f53",
"Objects.Grey": "#637777", "Objects.Grey": "#989fb1",
"Objects.Blue": "#4876d6", "Objects.Blue": "#4876d6",
"Objects.RedStatus": "#994cc3", "Objects.RedStatus": "#994cc3",
"Objects.Red": "#994cc3", "Objects.Red": "#994cc3",
"Objects.Pink": "#994cc3", "Objects.Pink": "#994cc3",
"Objects.Yellow": "#4876d6", "Objects.Yellow": "#0c969b",
"Objects.Green": "#c96765", "Objects.Green": "#c96765",
"Objects.Purple": "#994cc3", "Objects.Purple": "#994cc3",
"Objects.BlackText": "#403f53", "Objects.BlackText": "#403f53",

View File

@@ -3,6 +3,12 @@
"dark": true, "dark": true,
"author": "Mallowigi", "author": "Mallowigi",
"editorScheme": "/colors/Material Darker.xml", "editorScheme": "/colors/Material Darker.xml",
"emptyFrameBackground": {
"anchor": "center",
"image": "/walls/darker.svg",
"fill": "scale",
"transparency": 50
},
"ui": { "ui": {
"*": { "*": {
"acceleratorSelectionForeground": "#727272", "acceleratorSelectionForeground": "#727272",
@@ -72,7 +78,10 @@
"Tooltip.borderColor": "#292929", "Tooltip.borderColor": "#292929",
"Tooltip.background": "#1A1A1A" "Tooltip.background": "#1A1A1A"
}, },
"Content.background": "#1A1A1A", "Content": {
"background": "#1A1A1A",
"selectionBackground": "#404040"
},
"CheckBox": { "CheckBox": {
"background": "#212121", "background": "#212121",
"disabledText": "#474747", "disabledText": "#474747",
@@ -89,6 +98,14 @@
"selectionBackground": "#404040", "selectionBackground": "#404040",
"selectionForeground": "#FFFFFF" "selectionForeground": "#FFFFFF"
}, },
"CodeWithMe": {
"Avatar.foreground": "#B0BEC5",
"AccessEnabled": {
"accessDot": "#FF9800",
"dropdownBorder": "#292929",
"pillBackground": "$second"
}
},
"ColorChooser": { "ColorChooser": {
"background": "#212121", "background": "#212121",
"foreground": "#B0BEC5", "foreground": "#B0BEC5",
@@ -104,6 +121,7 @@
}, },
"background": "#1A1A1A", "background": "#1A1A1A",
"buttonBackground": "#2A2A2A", "buttonBackground": "#2A2A2A",
"darcula.hoveredArrowButtonForeground": "#FF9800",
"disabledForeground": "#474747", "disabledForeground": "#474747",
"foreground": "#B0BEC5", "foreground": "#B0BEC5",
"modifiedItemForeground": "#FF9800", "modifiedItemForeground": "#FF9800",
@@ -123,8 +141,8 @@
"selectedGrayedForeground": "#FFFFFF", "selectedGrayedForeground": "#FFFFFF",
"selectionGrayForeground": "#FFFFFF", "selectionGrayForeground": "#FFFFFF",
"selectionInactiveInfoForeground": "#727272", "selectionInactiveInfoForeground": "#727272",
"selectionInactiveBackground": "#40404050", "selectionInactiveBackground": "#404040",
"selectionBackground": "#40404080", "selectionBackground": "#404040",
"selectionForeground": "#FFFFFF", "selectionForeground": "#FFFFFF",
"selectionInfoForeground": "#FFFFFF" "selectionInfoForeground": "#FFFFFF"
}, },
@@ -168,11 +186,13 @@
"hoverBackground": "#323232", "hoverBackground": "#323232",
"hoverColor": "#1A1A1A", "hoverColor": "#1A1A1A",
"hoverMaskColor": "#3F3F3F", "hoverMaskColor": "#3F3F3F",
"inactiveColoredTabBackground": "#212121",
"inactiveColoredFileBackground": "#2A2A2A", "inactiveColoredFileBackground": "#2A2A2A",
"inactiveUnderlineColor": "#474747", "inactiveUnderlineColor": "#FF9800",
"inactiveMaskColor": "#1A1A1A", "inactiveMaskColor": "#1A1A1A",
"underlineColor": "#FF9800", "underlineColor": "#FF9800",
"underlinedTabBackground": "#323232" "underlinedTabBackground": "#323232",
"underlinedTabForeground": "#FFFFFF"
}, },
"Desktop.background": "#212121", "Desktop.background": "#212121",
"DialogWrapper.southPanelBackground": "#212121", "DialogWrapper.southPanelBackground": "#212121",
@@ -198,15 +218,17 @@
}, },
"EditorTabs": { "EditorTabs": {
"borderColor": "#292929", "borderColor": "#292929",
"hoverBackground": "#3F3F3F",
"hoverColor": "#3F3F3F", "hoverColor": "#3F3F3F",
"hoverMaskColor": "#3F3F3F", "hoverMaskColor": "#3F3F3F",
"inactiveMaskColor": "#212121", "inactiveMaskColor": "#212121",
"inactiveColoredFileBackground": "#2121212", "inactiveColoredFileBackground": "#212121",
"inactiveUnderlineColor": "#474747", "inactiveUnderlineColor": "#474747",
"selectedForeground": "#B0BEC5", "selectedForeground": "#B0BEC5",
"selectedBackground": "#323232", "selectedBackground": "#323232",
"underlineColor": "#FF9800", "underlineColor": "#FF9800",
"underlinedTabBackground": "#323232" "underlinedTabBackground": "#323232",
"underlinedTabForeground": "#FFFFFF"
}, },
"EditorGroupsTabs": { "EditorGroupsTabs": {
"background": "#212121", "background": "#212121",
@@ -246,12 +268,13 @@
"selectionForeground": "#FFFFFF", "selectionForeground": "#FFFFFF",
"selectionBackground": "#323232" "selectionBackground": "#323232"
}, },
"GotItTooltip.borderColor": "#1A1A1A",
"Group": { "Group": {
"disabledSeparatorColor": "#292929", "disabledSeparatorColor": "#292929",
"separatorColor": "#292929" "separatorColor": "#292929"
}, },
"GutterTooltip": { "GutterTooltip": {
"infoForeground": "#B0BEC5", "infoForeground": "#727272",
"lineSeparatorColor": "#212121" "lineSeparatorColor": "#212121"
}, },
"HeaderColor": { "HeaderColor": {
@@ -288,7 +311,8 @@
"disabledText": "#474747", "disabledText": "#474747",
"foreground": "#B0BEC5", "foreground": "#B0BEC5",
"infoForeground": "#727272", "infoForeground": "#727272",
"selectedForeground": "#FFFFFF" "selectedForeground": "#FFFFFF",
"selectedDisabledForeground": "#B0BEC5"
}, },
"Link": { "Link": {
"activeForeground": "#FF9800", "activeForeground": "#FF9800",
@@ -301,10 +325,12 @@
"List": { "List": {
"background": "#292929", "background": "#292929",
"foreground": "#B0BEC5", "foreground": "#B0BEC5",
"selectionBackground": "#40404050", "hoverBackground": "#323232C0",
"hoverInactiveBackground": "#323232",
"selectionBackground": "#404040",
"selectionForeground": "#FFFFFF", "selectionForeground": "#FFFFFF",
"selectionInactiveForeground": "#FFFFFF", "selectionInactiveForeground": "#FFFFFF",
"selectionInactiveBackground": "#323232c0" "selectionInactiveBackground": "#323232C0"
}, },
"material": { "material": {
"background": "#212121", "background": "#212121",
@@ -409,7 +435,7 @@
"ParameterInfo": { "ParameterInfo": {
"background": "#292929", "background": "#292929",
"borderColor": "#323232", "borderColor": "#323232",
"currentOverloadBackground": "#323232", "currentOverloadBackground": "#3F3F3F",
"currentParameterForeground": "#FF9800", "currentParameterForeground": "#FF9800",
"disabledForeground": "#474747", "disabledForeground": "#474747",
"foreground": "#B0BEC5", "foreground": "#B0BEC5",
@@ -429,7 +455,8 @@
"background": "#212121", "background": "#212121",
"disabledForeground": "#474747", "disabledForeground": "#474747",
"eapTagBackground": "#3F3F3F", "eapTagBackground": "#3F3F3F",
"lightSelectionBackground": "#404040", "hoverBackground": "#323232C0",
"lightSelectionBackground": "#323232",
"paidTagBackground": "#3F3F3F", "paidTagBackground": "#3F3F3F",
"selectionBackground": "#404040", "selectionBackground": "#404040",
"tagForeground": "#FF9800", "tagForeground": "#FF9800",
@@ -442,7 +469,7 @@
"installFocusedBackground": "#3F3F3F", "installFocusedBackground": "#3F3F3F",
"installFillForeground": "#474747", "installFillForeground": "#474747",
"installFillBackground": "#2A2A2A", "installFillBackground": "#2A2A2A",
"updateBackground": "#2A2A2A", "updateBackground": "#FF9800",
"updateBorderColor": "#2A2A2A", "updateBorderColor": "#2A2A2A",
"updateForeground": "#B0BEC5" "updateForeground": "#B0BEC5"
}, },
@@ -517,6 +544,7 @@
"selectionBackground": "#404040", "selectionBackground": "#404040",
"selectionForeground": "#FFFFFF" "selectionForeground": "#FFFFFF"
}, },
"ScreenView.borderColor": "#292929",
"ScrollBar": { "ScrollBar": {
"background": "#212121", "background": "#212121",
"hoverThumbBorderColor": "#FF9800", "hoverThumbBorderColor": "#FF9800",
@@ -576,9 +604,18 @@
}, },
"SearchMatch": { "SearchMatch": {
"endBackground": "#FF9800", "endBackground": "#FF9800",
"startBackground": "#FF9800" "startBackground": "#FF9800",
"endColor": "#FF9800",
"startColor": "#FF9800"
}, },
"SearchField.errorBackground": "#1A1A1A", "SearchField.errorBackground": "#1A1A1A",
"SearchOption": {
"selectedBackground": "#323232"
},
"SearchResults": {
"Ordinal.File.Foreground": "#727272",
"Repeated.File.Foreground": "#B0BEC5"
},
"Separator": { "Separator": {
"background": "#292929", "background": "#292929",
"foreground": "#292929", "foreground": "#292929",
@@ -616,7 +653,9 @@
}, },
"SplitPaneDivider.draggingColor": "#292929", "SplitPaneDivider.draggingColor": "#292929",
"StatusBar": { "StatusBar": {
"borderColor": "#212121" "borderColor": "#212121",
"hoverBackground": "#3F3F3F",
"LightEditBackground": "#323232"
}, },
"TabbedPane": { "TabbedPane": {
"background": "#212121", "background": "#212121",
@@ -643,9 +682,11 @@
}, },
"TabbedPane.mt.tab.background": "#1A1A1A", "TabbedPane.mt.tab.background": "#1A1A1A",
"Table": { "Table": {
"alternativeRowBackground": "#1A1A1A",
"background": "#212121", "background": "#212121",
"cellNoFocusBorder": "10,5,10,5", "cellNoFocusBorder": "10,5,10,5",
"focusCellHighlightBorder": "10,5,10,5", "focusCellHighlightBorder": "10,5,10,5",
"disabledForeground": "#474747",
"dropLineColor": "#FF9800", "dropLineColor": "#FF9800",
"dropLineShortColor": "#FF9800", "dropLineShortColor": "#FF9800",
"focusCellBackground": "#323232", "focusCellBackground": "#323232",
@@ -653,6 +694,8 @@
"foreground": "#B0BEC5", "foreground": "#B0BEC5",
"gridColor": "#212121", "gridColor": "#212121",
"highlightOuter": "#323232", "highlightOuter": "#323232",
"hoverBackground": "#323232C0",
"hoverInactiveBackground": "#323232",
"lightSelectionForeground": "#FFFFFF", "lightSelectionForeground": "#FFFFFF",
"lightSelectionInactiveForeground": "#727272", "lightSelectionInactiveForeground": "#727272",
"lightSelectionInactiveBackground": "#292929", "lightSelectionInactiveBackground": "#292929",
@@ -729,8 +772,8 @@
"ToolTip": { "ToolTip": {
"Actions.background": "#212121", "Actions.background": "#212121",
"Actions.infoForeground": "#727272", "Actions.infoForeground": "#727272",
"background": "#212121", "background": "#1A1A1A",
"borderColor": "#3F3F3F", "borderColor": "#292929",
"foreground": "#B0BEC5", "foreground": "#B0BEC5",
"infoForeground": "#727272", "infoForeground": "#727272",
"separatorColor": "#292929", "separatorColor": "#292929",
@@ -751,50 +794,93 @@
"background": "#212121" "background": "#212121"
}, },
"HeaderTab": { "HeaderTab": {
"borderColor": "#3F3F3F",
"hoverBackground": "#3F3F3F", "hoverBackground": "#3F3F3F",
"hoverInactiveBackground": "#292929", "hoverInactiveBackground": "#3F3F3F",
"inactiveUnderlineColor": "#FF9800", "inactiveUnderlineColor": "#FF9800",
"selectedBackground": "#1A1A1A", "selectedBackground": "#1A1A1A",
"selectedInactiveBackground": "#1A1A1A", "selectedInactiveBackground": "#1A1A1A",
"underlineColor": "#FF9800", "underlineColor": "#FF9800",
"underlinedTabBackground": "#3F3F3F", "underlinedTabBackground": "#323232",
"underlinedTabInactiveBackground": "#292929" "underlinedTabInactiveBackground": "#292929",
"underlinedTabForeground": "#FFFFFF",
"underlinedTabInactiveForeground": "#B0BEC5"
} }
}, },
"Tree": { "Tree": {
"background": "#1A1A1A", "background": "#1A1A1A",
"foreground": "#727272", "foreground": "#727272",
"hash": "#292929", "hash": "#292929",
"hoverBackground": "#323232C0",
"hoverInactiveBackground": "#323232",
"modifiedItemForeground": "#FF9800", "modifiedItemForeground": "#FF9800",
"rowHeight": 28, "rowHeight": 28,
"selectionBackground": "#323232c0", "selectionBackground": "#323232C0",
"selectionForeground": "#FFFFFF", "selectionForeground": "#FFFFFF",
"selectionInactiveForeground": "#FFFFFF", "selectionInactiveForeground": "#FFFFFF",
"selectionInactiveBackground": "#323232c0", "selectionInactiveBackground": "#323232C0",
"textBackground": "#1A1A1A" "textBackground": "#1A1A1A"
}, },
"Tree.leftChildIndent": 10, "Tree.leftChildIndent": 10,
"Tree.rightChildIndent": 5, "Tree.rightChildIndent": 5,
"UiDesigner": { "UIDesigner": {
"Activity.borderColor": "#292929", "Activity.borderColor": "#292929",
"ColorPicker.background": "#212121", "Canvas.background": "#1A1A1A",
"ColorPicker.foreground": "#B0BEC5", "ColorPicker": {
"Component.borderColor": "#292929", "background": "#212121",
"Component.background": "#212121", "foreground": "#B0BEC5"
"Component.foreground": "#B0BEC5", },
"Connector.borderColor": "#292929", "Component": {
"Connector.hoverBorderColor": "#3F3F3F", "borderColor": "#292929",
"background": "#212121",
"foreground": "#B0BEC5",
"hoverBorderColor": "#3F3F3F"
},
"Connector": {
"borderColor": "#292929",
"hoverBorderColor": "#3F3F3F"
},
"Canvas.background": "#1A1A1A", "Canvas.background": "#1A1A1A",
"highStroke.foreground": "#B0BEC5", "highStroke.foreground": "#B0BEC5",
"Label.foreground": "#727272", "Label.foreground": "#727272",
"List.selectionBackground": "#323232c0", "List.selectionBackground": "#323232C0",
"Panel.borderColor": "#292929", "motion": {
"Panel.background": "#212121", "borderColor": "#292929",
"Component.foreground": "#B0BEC5",
"ConstraintSetText.foreground": "#727272",
"ConstraintSet.background": "#292929",
"CSPanel.SelectedFocusBackground": "#404040",
"CSPanel.SelectedBackground": "#323232C0",
"cs_FocusText.infoForeground": "#727272",
"CursorTextColor.foreground": "#B0BEC5",
"HoverColor.disabledBackground": "#474747",
"motionGraph.background": "#212121",
"Notification.background": "#1A1A1A",
"ourAvg.background": "#292929",
"ourCS.background": "#292929",
"ourCS_Border.borderColor": "#292929",
"ourCS_TextColor.foreground": "#727272",
"ourCS_SelectedFocusBackground.selectionForeground": "#FFFFFF",
"ourCS_SelectedBackground.selectionInactiveBackground": "#323232",
"ourCS_SelectedBorder.pressedBorderColor": "#3F3F3F",
"ourML_BarColor.separatorColor": "#292929",
"PrimaryPanel.background": "#1A1A1A",
"SecondaryPanel.background": "#212121",
"SecondaryPanel.header.foreground": "#727272",
"SecondaryPanel.header.background": "#1A1A1A",
"timeLine.disabledBorderColor": "#292929"
},
"Panel": {
"borderColor": "#292929",
"background": "#212121"
},
"percent.foreground": "#B0BEC5", "percent.foreground": "#B0BEC5",
"Placeholder.background": "#212121", "Placeholder": {
"Placeholder.borderColor": "#292929", "background": "#212121",
"Placeholder.foreground": "#B0BEC5", "borderColor": "#292929",
"Placeholder.selectedForeground": "#FFFFFF", "foreground": "#B0BEC5",
"selectedForeground": "#FFFFFF"
},
"Preview.background": "#212121", "Preview.background": "#212121",
"stroke.acceleratorForeground": "#727272" "stroke.acceleratorForeground": "#727272"
}, },
@@ -828,7 +914,8 @@
}, },
"Log": { "Log": {
"Commit.unmatchedForeground": "#727272", "Commit.unmatchedForeground": "#727272",
"Commit.currentBranchBackground": "#292929" "Commit.currentBranchBackground": "#292929",
"Commit.hoveredBackground": "#323232C0"
}, },
"RefLabel": { "RefLabel": {
"foreground": "#FFFFFF", "foreground": "#FFFFFF",
@@ -840,16 +927,22 @@
"foreground": "#B0BEC5" "foreground": "#B0BEC5"
}, },
"WelcomeScreen": { "WelcomeScreen": {
"AssociatedComponent.background": "#212121",
"background": "#212121", "background": "#212121",
"borderColor": "#212121", "borderColor": "#212121",
"captionBackground": "#1A1A1A", "captionBackground": "#1A1A1A",
"captionForeground": "#B0BEC5", "captionForeground": "#B0BEC5",
"Details.background": "#212121",
"footerBackground": "#1A1A1A", "footerBackground": "#1A1A1A",
"footerForeground": "#B0BEC5", "footerForeground": "#B0BEC5",
"headerBackground": "#212121", "headerBackground": "#212121",
"headerForeground": "#B0BEC5", "headerForeground": "#B0BEC5",
"List.background": "#1A1A1A",
"separatorColor": "#292929", "separatorColor": "#292929",
"SidePanel.background": "#292929",
"Projects": { "Projects": {
"actions.background": "#1A1A1A",
"actions.selectionBackground": "#3F3F3F",
"background": "#292929", "background": "#292929",
"selectionBackground": "#404040", "selectionBackground": "#404040",
"selectionInactiveBackground": "#292929" "selectionInactiveBackground": "#292929"

View File

@@ -3,6 +3,12 @@
"dark": true, "dark": true,
"author": "Mallowigi", "author": "Mallowigi",
"editorScheme": "/colors/Material Darker.xml", "editorScheme": "/colors/Material Darker.xml",
"emptyFrameBackground": {
"anchor": "center",
"image": "/walls/darker.svg",
"fill": "scale",
"transparency": 50
},
"ui": { "ui": {
"*": { "*": {
"acceleratorSelectionForeground": "#727272", "acceleratorSelectionForeground": "#727272",
@@ -72,7 +78,10 @@
"Tooltip.borderColor": "#292929", "Tooltip.borderColor": "#292929",
"Tooltip.background": "#1A1A1A" "Tooltip.background": "#1A1A1A"
}, },
"Content.background": "#1A1A1A", "Content": {
"background": "#1A1A1A",
"selectionBackground": "#404040"
},
"CheckBox": { "CheckBox": {
"background": "#212121", "background": "#212121",
"disabledText": "#474747", "disabledText": "#474747",
@@ -89,6 +98,14 @@
"selectionBackground": "#404040", "selectionBackground": "#404040",
"selectionForeground": "#FFFFFF" "selectionForeground": "#FFFFFF"
}, },
"CodeWithMe": {
"Avatar.foreground": "#B0BEC5",
"AccessEnabled": {
"accessDot": "#FF9800",
"dropdownBorder": "#292929",
"pillBackground": "$second"
}
},
"ColorChooser": { "ColorChooser": {
"background": "#212121", "background": "#212121",
"foreground": "#B0BEC5", "foreground": "#B0BEC5",
@@ -104,6 +121,7 @@
}, },
"background": "#212121", "background": "#212121",
"buttonBackground": "#2A2A2A", "buttonBackground": "#2A2A2A",
"darcula.hoveredArrowButtonForeground": "#FF9800",
"disabledForeground": "#474747", "disabledForeground": "#474747",
"foreground": "#B0BEC5", "foreground": "#B0BEC5",
"modifiedItemForeground": "#FF9800", "modifiedItemForeground": "#FF9800",
@@ -123,8 +141,8 @@
"selectedGrayedForeground": "#FFFFFF", "selectedGrayedForeground": "#FFFFFF",
"selectionGrayForeground": "#FFFFFF", "selectionGrayForeground": "#FFFFFF",
"selectionInactiveInfoForeground": "#727272", "selectionInactiveInfoForeground": "#727272",
"selectionInactiveBackground": "#40404050", "selectionInactiveBackground": "#404040",
"selectionBackground": "#40404080", "selectionBackground": "#404040",
"selectionForeground": "#FFFFFF", "selectionForeground": "#FFFFFF",
"selectionInfoForeground": "#FFFFFF" "selectionInfoForeground": "#FFFFFF"
}, },
@@ -168,11 +186,13 @@
"hoverBackground": "#323232", "hoverBackground": "#323232",
"hoverColor": "#212121", "hoverColor": "#212121",
"hoverMaskColor": "#3F3F3F", "hoverMaskColor": "#3F3F3F",
"inactiveColoredTabBackground": "#212121",
"inactiveColoredFileBackground": "#2A2A2A", "inactiveColoredFileBackground": "#2A2A2A",
"inactiveUnderlineColor": "#474747", "inactiveUnderlineColor": "#FF9800",
"inactiveMaskColor": "#212121", "inactiveMaskColor": "#212121",
"underlineColor": "#FF9800", "underlineColor": "#FF9800",
"underlinedTabBackground": "#323232" "underlinedTabBackground": "#323232",
"underlinedTabForeground": "#FFFFFF"
}, },
"Desktop.background": "#212121", "Desktop.background": "#212121",
"DialogWrapper.southPanelBackground": "#212121", "DialogWrapper.southPanelBackground": "#212121",
@@ -198,15 +218,17 @@
}, },
"EditorTabs": { "EditorTabs": {
"borderColor": "#292929", "borderColor": "#292929",
"hoverBackground": "#3F3F3F",
"hoverColor": "#3F3F3F", "hoverColor": "#3F3F3F",
"hoverMaskColor": "#3F3F3F", "hoverMaskColor": "#3F3F3F",
"inactiveMaskColor": "#212121", "inactiveMaskColor": "#212121",
"inactiveColoredFileBackground": "#2121212", "inactiveColoredFileBackground": "#212121",
"inactiveUnderlineColor": "#474747", "inactiveUnderlineColor": "#474747",
"selectedForeground": "#B0BEC5", "selectedForeground": "#B0BEC5",
"selectedBackground": "#323232", "selectedBackground": "#323232",
"underlineColor": "#FF9800", "underlineColor": "#FF9800",
"underlinedTabBackground": "#323232" "underlinedTabBackground": "#323232",
"underlinedTabForeground": "#FFFFFF"
}, },
"EditorGroupsTabs": { "EditorGroupsTabs": {
"background": "#212121", "background": "#212121",
@@ -246,12 +268,13 @@
"selectionForeground": "#FFFFFF", "selectionForeground": "#FFFFFF",
"selectionBackground": "#323232" "selectionBackground": "#323232"
}, },
"GotItTooltip.borderColor": "#1A1A1A",
"Group": { "Group": {
"disabledSeparatorColor": "#292929", "disabledSeparatorColor": "#292929",
"separatorColor": "#292929" "separatorColor": "#292929"
}, },
"GutterTooltip": { "GutterTooltip": {
"infoForeground": "#B0BEC5", "infoForeground": "#727272",
"lineSeparatorColor": "#212121" "lineSeparatorColor": "#212121"
}, },
"HeaderColor": { "HeaderColor": {
@@ -288,7 +311,8 @@
"disabledText": "#474747", "disabledText": "#474747",
"foreground": "#B0BEC5", "foreground": "#B0BEC5",
"infoForeground": "#727272", "infoForeground": "#727272",
"selectedForeground": "#FFFFFF" "selectedForeground": "#FFFFFF",
"selectedDisabledForeground": "#B0BEC5"
}, },
"Link": { "Link": {
"activeForeground": "#FF9800", "activeForeground": "#FF9800",
@@ -301,10 +325,12 @@
"List": { "List": {
"background": "#292929", "background": "#292929",
"foreground": "#B0BEC5", "foreground": "#B0BEC5",
"selectionBackground": "#40404050", "hoverBackground": "#323232C0",
"hoverInactiveBackground": "#323232",
"selectionBackground": "#404040",
"selectionForeground": "#FFFFFF", "selectionForeground": "#FFFFFF",
"selectionInactiveForeground": "#FFFFFF", "selectionInactiveForeground": "#FFFFFF",
"selectionInactiveBackground": "#323232c0" "selectionInactiveBackground": "#323232C0"
}, },
"material": { "material": {
"background": "#212121", "background": "#212121",
@@ -409,7 +435,7 @@
"ParameterInfo": { "ParameterInfo": {
"background": "#292929", "background": "#292929",
"borderColor": "#323232", "borderColor": "#323232",
"currentOverloadBackground": "#323232", "currentOverloadBackground": "#3F3F3F",
"currentParameterForeground": "#FF9800", "currentParameterForeground": "#FF9800",
"disabledForeground": "#474747", "disabledForeground": "#474747",
"foreground": "#B0BEC5", "foreground": "#B0BEC5",
@@ -429,7 +455,8 @@
"background": "#212121", "background": "#212121",
"disabledForeground": "#474747", "disabledForeground": "#474747",
"eapTagBackground": "#3F3F3F", "eapTagBackground": "#3F3F3F",
"lightSelectionBackground": "#404040", "hoverBackground": "#323232C0",
"lightSelectionBackground": "#323232",
"paidTagBackground": "#3F3F3F", "paidTagBackground": "#3F3F3F",
"selectionBackground": "#404040", "selectionBackground": "#404040",
"tagForeground": "#FF9800", "tagForeground": "#FF9800",
@@ -442,7 +469,7 @@
"installFocusedBackground": "#3F3F3F", "installFocusedBackground": "#3F3F3F",
"installFillForeground": "#474747", "installFillForeground": "#474747",
"installFillBackground": "#2A2A2A", "installFillBackground": "#2A2A2A",
"updateBackground": "#2A2A2A", "updateBackground": "#FF9800",
"updateBorderColor": "#2A2A2A", "updateBorderColor": "#2A2A2A",
"updateForeground": "#B0BEC5" "updateForeground": "#B0BEC5"
}, },
@@ -517,6 +544,7 @@
"selectionBackground": "#404040", "selectionBackground": "#404040",
"selectionForeground": "#FFFFFF" "selectionForeground": "#FFFFFF"
}, },
"ScreenView.borderColor": "#292929",
"ScrollBar": { "ScrollBar": {
"background": "#212121", "background": "#212121",
"hoverThumbBorderColor": "#FF9800", "hoverThumbBorderColor": "#FF9800",
@@ -576,9 +604,18 @@
}, },
"SearchMatch": { "SearchMatch": {
"endBackground": "#FF9800", "endBackground": "#FF9800",
"startBackground": "#FF9800" "startBackground": "#FF9800",
"endColor": "#FF9800",
"startColor": "#FF9800"
}, },
"SearchField.errorBackground": "#1A1A1A", "SearchField.errorBackground": "#1A1A1A",
"SearchOption": {
"selectedBackground": "#323232"
},
"SearchResults": {
"Ordinal.File.Foreground": "#727272",
"Repeated.File.Foreground": "#B0BEC5"
},
"Separator": { "Separator": {
"background": "#292929", "background": "#292929",
"foreground": "#292929", "foreground": "#292929",
@@ -616,7 +653,9 @@
}, },
"SplitPaneDivider.draggingColor": "#292929", "SplitPaneDivider.draggingColor": "#292929",
"StatusBar": { "StatusBar": {
"borderColor": "#212121" "borderColor": "#212121",
"hoverBackground": "#3F3F3F",
"LightEditBackground": "#323232"
}, },
"TabbedPane": { "TabbedPane": {
"background": "#212121", "background": "#212121",
@@ -643,9 +682,11 @@
}, },
"TabbedPane.mt.tab.background": "#212121", "TabbedPane.mt.tab.background": "#212121",
"Table": { "Table": {
"alternativeRowBackground": "#1A1A1A",
"background": "#212121", "background": "#212121",
"cellNoFocusBorder": "10,5,10,5", "cellNoFocusBorder": "10,5,10,5",
"focusCellHighlightBorder": "10,5,10,5", "focusCellHighlightBorder": "10,5,10,5",
"disabledForeground": "#474747",
"dropLineColor": "#FF9800", "dropLineColor": "#FF9800",
"dropLineShortColor": "#FF9800", "dropLineShortColor": "#FF9800",
"focusCellBackground": "#323232", "focusCellBackground": "#323232",
@@ -653,6 +694,8 @@
"foreground": "#B0BEC5", "foreground": "#B0BEC5",
"gridColor": "#212121", "gridColor": "#212121",
"highlightOuter": "#323232", "highlightOuter": "#323232",
"hoverBackground": "#323232C0",
"hoverInactiveBackground": "#323232",
"lightSelectionForeground": "#FFFFFF", "lightSelectionForeground": "#FFFFFF",
"lightSelectionInactiveForeground": "#727272", "lightSelectionInactiveForeground": "#727272",
"lightSelectionInactiveBackground": "#292929", "lightSelectionInactiveBackground": "#292929",
@@ -729,8 +772,8 @@
"ToolTip": { "ToolTip": {
"Actions.background": "#212121", "Actions.background": "#212121",
"Actions.infoForeground": "#727272", "Actions.infoForeground": "#727272",
"background": "#212121", "background": "#1A1A1A",
"borderColor": "#3F3F3F", "borderColor": "#292929",
"foreground": "#B0BEC5", "foreground": "#B0BEC5",
"infoForeground": "#727272", "infoForeground": "#727272",
"separatorColor": "#292929", "separatorColor": "#292929",
@@ -751,50 +794,93 @@
"background": "#212121" "background": "#212121"
}, },
"HeaderTab": { "HeaderTab": {
"borderColor": "#3F3F3F",
"hoverBackground": "#3F3F3F", "hoverBackground": "#3F3F3F",
"hoverInactiveBackground": "#292929", "hoverInactiveBackground": "#3F3F3F",
"inactiveUnderlineColor": "#FF9800", "inactiveUnderlineColor": "#FF9800",
"selectedBackground": "#1A1A1A", "selectedBackground": "#1A1A1A",
"selectedInactiveBackground": "#1A1A1A", "selectedInactiveBackground": "#1A1A1A",
"underlineColor": "#FF9800", "underlineColor": "#FF9800",
"underlinedTabBackground": "#3F3F3F", "underlinedTabBackground": "#323232",
"underlinedTabInactiveBackground": "#292929" "underlinedTabInactiveBackground": "#292929",
"underlinedTabForeground": "#FFFFFF",
"underlinedTabInactiveForeground": "#B0BEC5"
} }
}, },
"Tree": { "Tree": {
"background": "#212121", "background": "#212121",
"foreground": "#727272", "foreground": "#727272",
"hash": "#292929", "hash": "#292929",
"hoverBackground": "#323232C0",
"hoverInactiveBackground": "#323232",
"modifiedItemForeground": "#FF9800", "modifiedItemForeground": "#FF9800",
"rowHeight": 28, "rowHeight": 28,
"selectionBackground": "#323232c0", "selectionBackground": "#323232C0",
"selectionForeground": "#FFFFFF", "selectionForeground": "#FFFFFF",
"selectionInactiveForeground": "#FFFFFF", "selectionInactiveForeground": "#FFFFFF",
"selectionInactiveBackground": "#323232c0", "selectionInactiveBackground": "#323232C0",
"textBackground": "#212121" "textBackground": "#212121"
}, },
"Tree.leftChildIndent": 10, "Tree.leftChildIndent": 10,
"Tree.rightChildIndent": 5, "Tree.rightChildIndent": 5,
"UiDesigner": { "UIDesigner": {
"Activity.borderColor": "#292929", "Activity.borderColor": "#292929",
"ColorPicker.background": "#212121", "Canvas.background": "#1A1A1A",
"ColorPicker.foreground": "#B0BEC5", "ColorPicker": {
"Component.borderColor": "#292929", "background": "#212121",
"Component.background": "#212121", "foreground": "#B0BEC5"
"Component.foreground": "#B0BEC5", },
"Connector.borderColor": "#292929", "Component": {
"Connector.hoverBorderColor": "#3F3F3F", "borderColor": "#292929",
"background": "#212121",
"foreground": "#B0BEC5",
"hoverBorderColor": "#3F3F3F"
},
"Connector": {
"borderColor": "#292929",
"hoverBorderColor": "#3F3F3F"
},
"Canvas.background": "#1A1A1A", "Canvas.background": "#1A1A1A",
"highStroke.foreground": "#B0BEC5", "highStroke.foreground": "#B0BEC5",
"Label.foreground": "#727272", "Label.foreground": "#727272",
"List.selectionBackground": "#323232c0", "List.selectionBackground": "#323232C0",
"Panel.borderColor": "#292929", "motion": {
"Panel.background": "#212121", "borderColor": "#292929",
"Component.foreground": "#B0BEC5",
"ConstraintSetText.foreground": "#727272",
"ConstraintSet.background": "#292929",
"CSPanel.SelectedFocusBackground": "#404040",
"CSPanel.SelectedBackground": "#323232C0",
"cs_FocusText.infoForeground": "#727272",
"CursorTextColor.foreground": "#B0BEC5",
"HoverColor.disabledBackground": "#474747",
"motionGraph.background": "#212121",
"Notification.background": "#1A1A1A",
"ourAvg.background": "#292929",
"ourCS.background": "#292929",
"ourCS_Border.borderColor": "#292929",
"ourCS_TextColor.foreground": "#727272",
"ourCS_SelectedFocusBackground.selectionForeground": "#FFFFFF",
"ourCS_SelectedBackground.selectionInactiveBackground": "#323232",
"ourCS_SelectedBorder.pressedBorderColor": "#3F3F3F",
"ourML_BarColor.separatorColor": "#292929",
"PrimaryPanel.background": "#1A1A1A",
"SecondaryPanel.background": "#212121",
"SecondaryPanel.header.foreground": "#727272",
"SecondaryPanel.header.background": "#1A1A1A",
"timeLine.disabledBorderColor": "#292929"
},
"Panel": {
"borderColor": "#292929",
"background": "#212121"
},
"percent.foreground": "#B0BEC5", "percent.foreground": "#B0BEC5",
"Placeholder.background": "#212121", "Placeholder": {
"Placeholder.borderColor": "#292929", "background": "#212121",
"Placeholder.foreground": "#B0BEC5", "borderColor": "#292929",
"Placeholder.selectedForeground": "#FFFFFF", "foreground": "#B0BEC5",
"selectedForeground": "#FFFFFF"
},
"Preview.background": "#212121", "Preview.background": "#212121",
"stroke.acceleratorForeground": "#727272" "stroke.acceleratorForeground": "#727272"
}, },
@@ -828,7 +914,8 @@
}, },
"Log": { "Log": {
"Commit.unmatchedForeground": "#727272", "Commit.unmatchedForeground": "#727272",
"Commit.currentBranchBackground": "#292929" "Commit.currentBranchBackground": "#292929",
"Commit.hoveredBackground": "#323232C0"
}, },
"RefLabel": { "RefLabel": {
"foreground": "#FFFFFF", "foreground": "#FFFFFF",
@@ -840,16 +927,22 @@
"foreground": "#B0BEC5" "foreground": "#B0BEC5"
}, },
"WelcomeScreen": { "WelcomeScreen": {
"AssociatedComponent.background": "#212121",
"background": "#212121", "background": "#212121",
"borderColor": "#212121", "borderColor": "#212121",
"captionBackground": "#1A1A1A", "captionBackground": "#1A1A1A",
"captionForeground": "#B0BEC5", "captionForeground": "#B0BEC5",
"Details.background": "#212121",
"footerBackground": "#1A1A1A", "footerBackground": "#1A1A1A",
"footerForeground": "#B0BEC5", "footerForeground": "#B0BEC5",
"headerBackground": "#212121", "headerBackground": "#212121",
"headerForeground": "#B0BEC5", "headerForeground": "#B0BEC5",
"List.background": "#1A1A1A",
"separatorColor": "#292929", "separatorColor": "#292929",
"SidePanel.background": "#292929",
"Projects": { "Projects": {
"actions.background": "#1A1A1A",
"actions.selectionBackground": "#3F3F3F",
"background": "#292929", "background": "#292929",
"selectionBackground": "#404040", "selectionBackground": "#404040",
"selectionInactiveBackground": "#292929" "selectionInactiveBackground": "#292929"

View File

@@ -3,6 +3,12 @@
"dark": true, "dark": true,
"author": "Mallowigi", "author": "Mallowigi",
"editorScheme": "/colors/Material Deep Ocean.xml", "editorScheme": "/colors/Material Deep Ocean.xml",
"emptyFrameBackground": {
"anchor": "center",
"image": "/walls/deepocean.svg",
"fill": "scale",
"transparency": 50
},
"ui": { "ui": {
"*": { "*": {
"acceleratorSelectionForeground": "#4B526D", "acceleratorSelectionForeground": "#4B526D",
@@ -17,7 +23,7 @@
"inactiveBackground": "#292D3E", "inactiveBackground": "#292D3E",
"inactiveForeground": "#4B526D", "inactiveForeground": "#4B526D",
"infoForeground": "#4B526D", "infoForeground": "#4B526D",
"selectionBackground": "#232632", "selectionBackground": "#717CB480",
"selectionBackgroundInactive": "#181A1F", "selectionBackgroundInactive": "#181A1F",
"selectionForeground": "#FFFFFF", "selectionForeground": "#FFFFFF",
"selectionInactiveBackground": "#181A1F", "selectionInactiveBackground": "#181A1F",
@@ -33,7 +39,7 @@
"pressedBorderColor": "#84ffff50" "pressedBorderColor": "#84ffff50"
}, },
"Autocomplete": { "Autocomplete": {
"selectionBackground": "#232632" "selectionBackground": "#717CB480"
}, },
"Borders.ContrastBorderColor": "#0F111A", "Borders.ContrastBorderColor": "#0F111A",
"Borders.color": "#0F111A", "Borders.color": "#0F111A",
@@ -72,7 +78,10 @@
"Tooltip.borderColor": "#0F111A", "Tooltip.borderColor": "#0F111A",
"Tooltip.background": "#090B10" "Tooltip.background": "#090B10"
}, },
"Content.background": "#090B10", "Content": {
"background": "#090B10",
"selectionBackground": "#717CB480"
},
"CheckBox": { "CheckBox": {
"background": "#0F111A", "background": "#0F111A",
"disabledText": "#464B5D", "disabledText": "#464B5D",
@@ -86,9 +95,17 @@
"disabledBackground": "#0F111A", "disabledBackground": "#0F111A",
"disabledForeground": "#464B5D", "disabledForeground": "#464B5D",
"foreground": "#8F93A2", "foreground": "#8F93A2",
"selectionBackground": "#232632", "selectionBackground": "#717CB480",
"selectionForeground": "#FFFFFF" "selectionForeground": "#FFFFFF"
}, },
"CodeWithMe": {
"Avatar.foreground": "#8F93A2",
"AccessEnabled": {
"accessDot": "#84ffff",
"dropdownBorder": "#181A1F",
"pillBackground": "$second"
}
},
"ColorChooser": { "ColorChooser": {
"background": "#0F111A", "background": "#0F111A",
"foreground": "#8F93A2", "foreground": "#8F93A2",
@@ -104,6 +121,7 @@
}, },
"background": "#090B10", "background": "#090B10",
"buttonBackground": "#191A21", "buttonBackground": "#191A21",
"darcula.hoveredArrowButtonForeground": "#84ffff",
"disabledForeground": "#464B5D", "disabledForeground": "#464B5D",
"foreground": "#8F93A2", "foreground": "#8F93A2",
"modifiedItemForeground": "#84ffff", "modifiedItemForeground": "#84ffff",
@@ -123,8 +141,8 @@
"selectedGrayedForeground": "#FFFFFF", "selectedGrayedForeground": "#FFFFFF",
"selectionGrayForeground": "#FFFFFF", "selectionGrayForeground": "#FFFFFF",
"selectionInactiveInfoForeground": "#4B526D", "selectionInactiveInfoForeground": "#4B526D",
"selectionInactiveBackground": "#23263250", "selectionInactiveBackground": "#717CB480",
"selectionBackground": "#23263280", "selectionBackground": "#717CB480",
"selectionForeground": "#FFFFFF", "selectionForeground": "#FFFFFF",
"selectionInfoForeground": "#FFFFFF" "selectionInfoForeground": "#FFFFFF"
}, },
@@ -168,11 +186,13 @@
"hoverBackground": "#1A1C25", "hoverBackground": "#1A1C25",
"hoverColor": "#090B10", "hoverColor": "#090B10",
"hoverMaskColor": "#1F2233", "hoverMaskColor": "#1F2233",
"inactiveColoredTabBackground": "#0F111A",
"inactiveColoredFileBackground": "#191A21", "inactiveColoredFileBackground": "#191A21",
"inactiveUnderlineColor": "#464B5D", "inactiveUnderlineColor": "#84ffff",
"inactiveMaskColor": "#090B10", "inactiveMaskColor": "#090B10",
"underlineColor": "#84ffff", "underlineColor": "#84ffff",
"underlinedTabBackground": "#1A1C25" "underlinedTabBackground": "#1A1C25",
"underlinedTabForeground": "#FFFFFF"
}, },
"Desktop.background": "#0F111A", "Desktop.background": "#0F111A",
"DialogWrapper.southPanelBackground": "#0F111A", "DialogWrapper.southPanelBackground": "#0F111A",
@@ -193,20 +213,22 @@
"foreground": "#8F93A2", "foreground": "#8F93A2",
"inactiveBackground": "#0F111A", "inactiveBackground": "#0F111A",
"inactiveForeground": "#464B5D", "inactiveForeground": "#464B5D",
"selectionBackground": "#232632", "selectionBackground": "#717CB480",
"selectionForeground": "#FFFFFF" "selectionForeground": "#FFFFFF"
}, },
"EditorTabs": { "EditorTabs": {
"borderColor": "#181A1F", "borderColor": "#181A1F",
"hoverBackground": "#1F2233",
"hoverColor": "#1F2233", "hoverColor": "#1F2233",
"hoverMaskColor": "#1F2233", "hoverMaskColor": "#1F2233",
"inactiveMaskColor": "#0F111A", "inactiveMaskColor": "#0F111A",
"inactiveColoredFileBackground": "#0F111A2", "inactiveColoredFileBackground": "#0F111A",
"inactiveUnderlineColor": "#464B5D", "inactiveUnderlineColor": "#464B5D",
"selectedForeground": "#8F93A2", "selectedForeground": "#8F93A2",
"selectedBackground": "#1A1C25", "selectedBackground": "#1A1C25",
"underlineColor": "#84ffff", "underlineColor": "#84ffff",
"underlinedTabBackground": "#1A1C25" "underlinedTabBackground": "#1A1C25",
"underlinedTabForeground": "#FFFFFF"
}, },
"EditorGroupsTabs": { "EditorGroupsTabs": {
"background": "#0F111A", "background": "#0F111A",
@@ -246,12 +268,13 @@
"selectionForeground": "#FFFFFF", "selectionForeground": "#FFFFFF",
"selectionBackground": "#1A1C25" "selectionBackground": "#1A1C25"
}, },
"GotItTooltip.borderColor": "#090B10",
"Group": { "Group": {
"disabledSeparatorColor": "#0F111A", "disabledSeparatorColor": "#0F111A",
"separatorColor": "#0F111A" "separatorColor": "#0F111A"
}, },
"GutterTooltip": { "GutterTooltip": {
"infoForeground": "#8F93A2", "infoForeground": "#4B526D",
"lineSeparatorColor": "#0F111A" "lineSeparatorColor": "#0F111A"
}, },
"HeaderColor": { "HeaderColor": {
@@ -288,7 +311,8 @@
"disabledText": "#464B5D", "disabledText": "#464B5D",
"foreground": "#8F93A2", "foreground": "#8F93A2",
"infoForeground": "#4B526D", "infoForeground": "#4B526D",
"selectedForeground": "#FFFFFF" "selectedForeground": "#FFFFFF",
"selectedDisabledForeground": "#8F93A2"
}, },
"Link": { "Link": {
"activeForeground": "#84ffff", "activeForeground": "#84ffff",
@@ -301,7 +325,9 @@
"List": { "List": {
"background": "#181A1F", "background": "#181A1F",
"foreground": "#8F93A2", "foreground": "#8F93A2",
"selectionBackground": "#23263250", "hoverBackground": "#717CB430",
"hoverInactiveBackground": "#1A1C25",
"selectionBackground": "#717CB480",
"selectionForeground": "#FFFFFF", "selectionForeground": "#FFFFFF",
"selectionInactiveForeground": "#FFFFFF", "selectionInactiveForeground": "#FFFFFF",
"selectionInactiveBackground": "#717CB430" "selectionInactiveBackground": "#717CB430"
@@ -332,7 +358,7 @@
"disabledBackground": "#181A1F", "disabledBackground": "#181A1F",
"disabledForeground": "#464B5D", "disabledForeground": "#464B5D",
"foreground": "#8F93A2", "foreground": "#8F93A2",
"selectionBackground": "#232632", "selectionBackground": "#717CB480",
"selectionForeground": "#FFFFFF", "selectionForeground": "#FFFFFF",
"separatorColor": "#0F111A" "separatorColor": "#0F111A"
}, },
@@ -343,7 +369,7 @@
"disabledForeground": "#464B5D", "disabledForeground": "#464B5D",
"foreground": "#8F93A2", "foreground": "#8F93A2",
"highlight": "#0F111A", "highlight": "#0F111A",
"selectionBackground": "#232632", "selectionBackground": "#717CB480",
"selectionForeground": "#FFFFFF", "selectionForeground": "#FFFFFF",
"shadow": "#090B10" "shadow": "#090B10"
}, },
@@ -355,7 +381,7 @@
"disabledBackground": "#0F111A", "disabledBackground": "#0F111A",
"disabledForeground": "#464B5D", "disabledForeground": "#464B5D",
"foreground": "#8F93A2", "foreground": "#8F93A2",
"selectionBackground": "#232632", "selectionBackground": "#717CB480",
"selectionForeground": "#FFFFFF" "selectionForeground": "#FFFFFF"
}, },
"NavBar": { "NavBar": {
@@ -409,7 +435,7 @@
"ParameterInfo": { "ParameterInfo": {
"background": "#181A1F", "background": "#181A1F",
"borderColor": "#1A1C25", "borderColor": "#1A1C25",
"currentOverloadBackground": "#1A1C25", "currentOverloadBackground": "#1F2233",
"currentParameterForeground": "#84ffff", "currentParameterForeground": "#84ffff",
"disabledForeground": "#464B5D", "disabledForeground": "#464B5D",
"foreground": "#8F93A2", "foreground": "#8F93A2",
@@ -429,9 +455,10 @@
"background": "#0F111A", "background": "#0F111A",
"disabledForeground": "#464B5D", "disabledForeground": "#464B5D",
"eapTagBackground": "#1F2233", "eapTagBackground": "#1F2233",
"lightSelectionBackground": "#232632", "hoverBackground": "#717CB430",
"lightSelectionBackground": "#1A1C25",
"paidTagBackground": "#1F2233", "paidTagBackground": "#1F2233",
"selectionBackground": "#232632", "selectionBackground": "#717CB480",
"tagForeground": "#84ffff", "tagForeground": "#84ffff",
"tagBackground": "#1F2233", "tagBackground": "#1F2233",
"trialTagBackground": "#1F2233", "trialTagBackground": "#1F2233",
@@ -442,7 +469,7 @@
"installFocusedBackground": "#1F2233", "installFocusedBackground": "#1F2233",
"installFillForeground": "#464B5D", "installFillForeground": "#464B5D",
"installFillBackground": "#191A21", "installFillBackground": "#191A21",
"updateBackground": "#191A21", "updateBackground": "#84ffff",
"updateBorderColor": "#191A21", "updateBorderColor": "#191A21",
"updateForeground": "#8F93A2" "updateForeground": "#8F93A2"
}, },
@@ -514,9 +541,10 @@
"disabledBackground": "#0F111A", "disabledBackground": "#0F111A",
"disabledForeground": "#464B5D", "disabledForeground": "#464B5D",
"foreground": "#8F93A2", "foreground": "#8F93A2",
"selectionBackground": "#232632", "selectionBackground": "#717CB480",
"selectionForeground": "#FFFFFF" "selectionForeground": "#FFFFFF"
}, },
"ScreenView.borderColor": "#0F111A",
"ScrollBar": { "ScrollBar": {
"background": "#0F111A", "background": "#0F111A",
"hoverThumbBorderColor": "#84ffff", "hoverThumbBorderColor": "#84ffff",
@@ -576,9 +604,18 @@
}, },
"SearchMatch": { "SearchMatch": {
"endBackground": "#84ffff", "endBackground": "#84ffff",
"startBackground": "#84ffff" "startBackground": "#84ffff",
"endColor": "#84ffff",
"startColor": "#84ffff"
}, },
"SearchField.errorBackground": "#090B10", "SearchField.errorBackground": "#090B10",
"SearchOption": {
"selectedBackground": "#1A1C25"
},
"SearchResults": {
"Ordinal.File.Foreground": "#4B526D",
"Repeated.File.Foreground": "#8F93A2"
},
"Separator": { "Separator": {
"background": "#181A1F", "background": "#181A1F",
"foreground": "#181A1F", "foreground": "#181A1F",
@@ -616,7 +653,9 @@
}, },
"SplitPaneDivider.draggingColor": "#181A1F", "SplitPaneDivider.draggingColor": "#181A1F",
"StatusBar": { "StatusBar": {
"borderColor": "#0F111A" "borderColor": "#0F111A",
"hoverBackground": "#1F2233",
"LightEditBackground": "#1A1C25"
}, },
"TabbedPane": { "TabbedPane": {
"background": "#0F111A", "background": "#0F111A",
@@ -643,9 +682,11 @@
}, },
"TabbedPane.mt.tab.background": "#090B10", "TabbedPane.mt.tab.background": "#090B10",
"Table": { "Table": {
"alternativeRowBackground": "#090B10",
"background": "#0F111A", "background": "#0F111A",
"cellNoFocusBorder": "10,5,10,5", "cellNoFocusBorder": "10,5,10,5",
"focusCellHighlightBorder": "10,5,10,5", "focusCellHighlightBorder": "10,5,10,5",
"disabledForeground": "#464B5D",
"dropLineColor": "#84ffff", "dropLineColor": "#84ffff",
"dropLineShortColor": "#84ffff", "dropLineShortColor": "#84ffff",
"focusCellBackground": "#1A1C25", "focusCellBackground": "#1A1C25",
@@ -653,6 +694,8 @@
"foreground": "#8F93A2", "foreground": "#8F93A2",
"gridColor": "#0F111A", "gridColor": "#0F111A",
"highlightOuter": "#1A1C25", "highlightOuter": "#1A1C25",
"hoverBackground": "#717CB430",
"hoverInactiveBackground": "#1A1C25",
"lightSelectionForeground": "#FFFFFF", "lightSelectionForeground": "#FFFFFF",
"lightSelectionInactiveForeground": "#4B526D", "lightSelectionInactiveForeground": "#4B526D",
"lightSelectionInactiveBackground": "#181A1F", "lightSelectionInactiveBackground": "#181A1F",
@@ -729,8 +772,8 @@
"ToolTip": { "ToolTip": {
"Actions.background": "#0F111A", "Actions.background": "#0F111A",
"Actions.infoForeground": "#4B526D", "Actions.infoForeground": "#4B526D",
"background": "#0F111A", "background": "#090B10",
"borderColor": "#1F2233", "borderColor": "#0F111A",
"foreground": "#8F93A2", "foreground": "#8F93A2",
"infoForeground": "#4B526D", "infoForeground": "#4B526D",
"separatorColor": "#0F111A", "separatorColor": "#0F111A",
@@ -751,20 +794,25 @@
"background": "#0F111A" "background": "#0F111A"
}, },
"HeaderTab": { "HeaderTab": {
"borderColor": "#1F2233",
"hoverBackground": "#1F2233", "hoverBackground": "#1F2233",
"hoverInactiveBackground": "#181A1F", "hoverInactiveBackground": "#1F2233",
"inactiveUnderlineColor": "#84ffff", "inactiveUnderlineColor": "#84ffff",
"selectedBackground": "#090B10", "selectedBackground": "#090B10",
"selectedInactiveBackground": "#090B10", "selectedInactiveBackground": "#090B10",
"underlineColor": "#84ffff", "underlineColor": "#84ffff",
"underlinedTabBackground": "#1F2233", "underlinedTabBackground": "#1A1C25",
"underlinedTabInactiveBackground": "#181A1F" "underlinedTabInactiveBackground": "#181A1F",
"underlinedTabForeground": "#FFFFFF",
"underlinedTabInactiveForeground": "#8F93A2"
} }
}, },
"Tree": { "Tree": {
"background": "#090B10", "background": "#090B10",
"foreground": "#4B526D", "foreground": "#4B526D",
"hash": "#0F111A", "hash": "#0F111A",
"hoverBackground": "#717CB430",
"hoverInactiveBackground": "#1A1C25",
"modifiedItemForeground": "#84ffff", "modifiedItemForeground": "#84ffff",
"rowHeight": 28, "rowHeight": 28,
"selectionBackground": "#717CB430", "selectionBackground": "#717CB430",
@@ -775,26 +823,64 @@
}, },
"Tree.leftChildIndent": 10, "Tree.leftChildIndent": 10,
"Tree.rightChildIndent": 5, "Tree.rightChildIndent": 5,
"UiDesigner": { "UIDesigner": {
"Activity.borderColor": "#0F111A", "Activity.borderColor": "#0F111A",
"ColorPicker.background": "#0F111A", "Canvas.background": "#090B10",
"ColorPicker.foreground": "#8F93A2", "ColorPicker": {
"Component.borderColor": "#0F111A", "background": "#0F111A",
"Component.background": "#0F111A", "foreground": "#8F93A2"
"Component.foreground": "#8F93A2", },
"Connector.borderColor": "#0F111A", "Component": {
"Connector.hoverBorderColor": "#1F2233", "borderColor": "#0F111A",
"background": "#0F111A",
"foreground": "#8F93A2",
"hoverBorderColor": "#1F2233"
},
"Connector": {
"borderColor": "#0F111A",
"hoverBorderColor": "#1F2233"
},
"Canvas.background": "#090B10", "Canvas.background": "#090B10",
"highStroke.foreground": "#8F93A2", "highStroke.foreground": "#8F93A2",
"Label.foreground": "#4B526D", "Label.foreground": "#4B526D",
"List.selectionBackground": "#717CB430", "List.selectionBackground": "#717CB430",
"Panel.borderColor": "#0F111A", "motion": {
"Panel.background": "#0F111A", "borderColor": "#0F111A",
"Component.foreground": "#8F93A2",
"ConstraintSetText.foreground": "#4B526D",
"ConstraintSet.background": "#181A1F",
"CSPanel.SelectedFocusBackground": "#717CB480",
"CSPanel.SelectedBackground": "#717CB430",
"cs_FocusText.infoForeground": "#4B526D",
"CursorTextColor.foreground": "#8F93A2",
"HoverColor.disabledBackground": "#464B5D",
"motionGraph.background": "#0F111A",
"Notification.background": "#090B10",
"ourAvg.background": "#181A1F",
"ourCS.background": "#181A1F",
"ourCS_Border.borderColor": "#0F111A",
"ourCS_TextColor.foreground": "#4B526D",
"ourCS_SelectedFocusBackground.selectionForeground": "#FFFFFF",
"ourCS_SelectedBackground.selectionInactiveBackground": "#1A1C25",
"ourCS_SelectedBorder.pressedBorderColor": "#1F2233",
"ourML_BarColor.separatorColor": "#0F111A",
"PrimaryPanel.background": "#090B10",
"SecondaryPanel.background": "#0F111A",
"SecondaryPanel.header.foreground": "#4B526D",
"SecondaryPanel.header.background": "#090B10",
"timeLine.disabledBorderColor": "#0F111A"
},
"Panel": {
"borderColor": "#0F111A",
"background": "#0F111A"
},
"percent.foreground": "#8F93A2", "percent.foreground": "#8F93A2",
"Placeholder.background": "#0F111A", "Placeholder": {
"Placeholder.borderColor": "#0F111A", "background": "#0F111A",
"Placeholder.foreground": "#8F93A2", "borderColor": "#0F111A",
"Placeholder.selectedForeground": "#FFFFFF", "foreground": "#8F93A2",
"selectedForeground": "#FFFFFF"
},
"Preview.background": "#0F111A", "Preview.background": "#0F111A",
"stroke.acceleratorForeground": "#4B526D" "stroke.acceleratorForeground": "#4B526D"
}, },
@@ -828,7 +914,8 @@
}, },
"Log": { "Log": {
"Commit.unmatchedForeground": "#4B526D", "Commit.unmatchedForeground": "#4B526D",
"Commit.currentBranchBackground": "#181A1F" "Commit.currentBranchBackground": "#181A1F",
"Commit.hoveredBackground": "#717CB430"
}, },
"RefLabel": { "RefLabel": {
"foreground": "#FFFFFF", "foreground": "#FFFFFF",
@@ -840,18 +927,24 @@
"foreground": "#8F93A2" "foreground": "#8F93A2"
}, },
"WelcomeScreen": { "WelcomeScreen": {
"AssociatedComponent.background": "#0F111A",
"background": "#0F111A", "background": "#0F111A",
"borderColor": "#0F111A", "borderColor": "#0F111A",
"captionBackground": "#090B10", "captionBackground": "#090B10",
"captionForeground": "#8F93A2", "captionForeground": "#8F93A2",
"Details.background": "#0F111A",
"footerBackground": "#090B10", "footerBackground": "#090B10",
"footerForeground": "#8F93A2", "footerForeground": "#8F93A2",
"headerBackground": "#0F111A", "headerBackground": "#0F111A",
"headerForeground": "#8F93A2", "headerForeground": "#8F93A2",
"List.background": "#090B10",
"separatorColor": "#0F111A", "separatorColor": "#0F111A",
"SidePanel.background": "#181A1F",
"Projects": { "Projects": {
"actions.background": "#090B10",
"actions.selectionBackground": "#1F2233",
"background": "#181A1F", "background": "#181A1F",
"selectionBackground": "#232632", "selectionBackground": "#717CB480",
"selectionInactiveBackground": "#181A1F" "selectionInactiveBackground": "#181A1F"
} }
}, },

View File

@@ -3,6 +3,12 @@
"dark": true, "dark": true,
"author": "Mallowigi", "author": "Mallowigi",
"editorScheme": "/colors/Material Deep Ocean.xml", "editorScheme": "/colors/Material Deep Ocean.xml",
"emptyFrameBackground": {
"anchor": "center",
"image": "/walls/deepocean.svg",
"fill": "scale",
"transparency": 50
},
"ui": { "ui": {
"*": { "*": {
"acceleratorSelectionForeground": "#4B526D", "acceleratorSelectionForeground": "#4B526D",
@@ -17,7 +23,7 @@
"inactiveBackground": "#292D3E", "inactiveBackground": "#292D3E",
"inactiveForeground": "#4B526D", "inactiveForeground": "#4B526D",
"infoForeground": "#4B526D", "infoForeground": "#4B526D",
"selectionBackground": "#232632", "selectionBackground": "#717CB480",
"selectionBackgroundInactive": "#181A1F", "selectionBackgroundInactive": "#181A1F",
"selectionForeground": "#FFFFFF", "selectionForeground": "#FFFFFF",
"selectionInactiveBackground": "#181A1F", "selectionInactiveBackground": "#181A1F",
@@ -33,7 +39,7 @@
"pressedBorderColor": "#84ffff50" "pressedBorderColor": "#84ffff50"
}, },
"Autocomplete": { "Autocomplete": {
"selectionBackground": "#232632" "selectionBackground": "#717CB480"
}, },
"Borders.ContrastBorderColor": "#0F111A", "Borders.ContrastBorderColor": "#0F111A",
"Borders.color": "#0F111A", "Borders.color": "#0F111A",
@@ -72,7 +78,10 @@
"Tooltip.borderColor": "#0F111A", "Tooltip.borderColor": "#0F111A",
"Tooltip.background": "#090B10" "Tooltip.background": "#090B10"
}, },
"Content.background": "#090B10", "Content": {
"background": "#090B10",
"selectionBackground": "#717CB480"
},
"CheckBox": { "CheckBox": {
"background": "#0F111A", "background": "#0F111A",
"disabledText": "#464B5D", "disabledText": "#464B5D",
@@ -86,9 +95,17 @@
"disabledBackground": "#0F111A", "disabledBackground": "#0F111A",
"disabledForeground": "#464B5D", "disabledForeground": "#464B5D",
"foreground": "#8F93A2", "foreground": "#8F93A2",
"selectionBackground": "#232632", "selectionBackground": "#717CB480",
"selectionForeground": "#FFFFFF" "selectionForeground": "#FFFFFF"
}, },
"CodeWithMe": {
"Avatar.foreground": "#8F93A2",
"AccessEnabled": {
"accessDot": "#84ffff",
"dropdownBorder": "#181A1F",
"pillBackground": "$second"
}
},
"ColorChooser": { "ColorChooser": {
"background": "#0F111A", "background": "#0F111A",
"foreground": "#8F93A2", "foreground": "#8F93A2",
@@ -104,6 +121,7 @@
}, },
"background": "#0F111A", "background": "#0F111A",
"buttonBackground": "#191A21", "buttonBackground": "#191A21",
"darcula.hoveredArrowButtonForeground": "#84ffff",
"disabledForeground": "#464B5D", "disabledForeground": "#464B5D",
"foreground": "#8F93A2", "foreground": "#8F93A2",
"modifiedItemForeground": "#84ffff", "modifiedItemForeground": "#84ffff",
@@ -123,8 +141,8 @@
"selectedGrayedForeground": "#FFFFFF", "selectedGrayedForeground": "#FFFFFF",
"selectionGrayForeground": "#FFFFFF", "selectionGrayForeground": "#FFFFFF",
"selectionInactiveInfoForeground": "#4B526D", "selectionInactiveInfoForeground": "#4B526D",
"selectionInactiveBackground": "#23263250", "selectionInactiveBackground": "#717CB480",
"selectionBackground": "#23263280", "selectionBackground": "#717CB480",
"selectionForeground": "#FFFFFF", "selectionForeground": "#FFFFFF",
"selectionInfoForeground": "#FFFFFF" "selectionInfoForeground": "#FFFFFF"
}, },
@@ -168,11 +186,13 @@
"hoverBackground": "#1A1C25", "hoverBackground": "#1A1C25",
"hoverColor": "#0F111A", "hoverColor": "#0F111A",
"hoverMaskColor": "#1F2233", "hoverMaskColor": "#1F2233",
"inactiveColoredTabBackground": "#0F111A",
"inactiveColoredFileBackground": "#191A21", "inactiveColoredFileBackground": "#191A21",
"inactiveUnderlineColor": "#464B5D", "inactiveUnderlineColor": "#84ffff",
"inactiveMaskColor": "#0F111A", "inactiveMaskColor": "#0F111A",
"underlineColor": "#84ffff", "underlineColor": "#84ffff",
"underlinedTabBackground": "#1A1C25" "underlinedTabBackground": "#1A1C25",
"underlinedTabForeground": "#FFFFFF"
}, },
"Desktop.background": "#0F111A", "Desktop.background": "#0F111A",
"DialogWrapper.southPanelBackground": "#0F111A", "DialogWrapper.southPanelBackground": "#0F111A",
@@ -193,20 +213,22 @@
"foreground": "#8F93A2", "foreground": "#8F93A2",
"inactiveBackground": "#0F111A", "inactiveBackground": "#0F111A",
"inactiveForeground": "#464B5D", "inactiveForeground": "#464B5D",
"selectionBackground": "#232632", "selectionBackground": "#717CB480",
"selectionForeground": "#FFFFFF" "selectionForeground": "#FFFFFF"
}, },
"EditorTabs": { "EditorTabs": {
"borderColor": "#181A1F", "borderColor": "#181A1F",
"hoverBackground": "#1F2233",
"hoverColor": "#1F2233", "hoverColor": "#1F2233",
"hoverMaskColor": "#1F2233", "hoverMaskColor": "#1F2233",
"inactiveMaskColor": "#0F111A", "inactiveMaskColor": "#0F111A",
"inactiveColoredFileBackground": "#0F111A2", "inactiveColoredFileBackground": "#0F111A",
"inactiveUnderlineColor": "#464B5D", "inactiveUnderlineColor": "#464B5D",
"selectedForeground": "#8F93A2", "selectedForeground": "#8F93A2",
"selectedBackground": "#1A1C25", "selectedBackground": "#1A1C25",
"underlineColor": "#84ffff", "underlineColor": "#84ffff",
"underlinedTabBackground": "#1A1C25" "underlinedTabBackground": "#1A1C25",
"underlinedTabForeground": "#FFFFFF"
}, },
"EditorGroupsTabs": { "EditorGroupsTabs": {
"background": "#0F111A", "background": "#0F111A",
@@ -246,12 +268,13 @@
"selectionForeground": "#FFFFFF", "selectionForeground": "#FFFFFF",
"selectionBackground": "#1A1C25" "selectionBackground": "#1A1C25"
}, },
"GotItTooltip.borderColor": "#090B10",
"Group": { "Group": {
"disabledSeparatorColor": "#0F111A", "disabledSeparatorColor": "#0F111A",
"separatorColor": "#0F111A" "separatorColor": "#0F111A"
}, },
"GutterTooltip": { "GutterTooltip": {
"infoForeground": "#8F93A2", "infoForeground": "#4B526D",
"lineSeparatorColor": "#0F111A" "lineSeparatorColor": "#0F111A"
}, },
"HeaderColor": { "HeaderColor": {
@@ -288,7 +311,8 @@
"disabledText": "#464B5D", "disabledText": "#464B5D",
"foreground": "#8F93A2", "foreground": "#8F93A2",
"infoForeground": "#4B526D", "infoForeground": "#4B526D",
"selectedForeground": "#FFFFFF" "selectedForeground": "#FFFFFF",
"selectedDisabledForeground": "#8F93A2"
}, },
"Link": { "Link": {
"activeForeground": "#84ffff", "activeForeground": "#84ffff",
@@ -301,7 +325,9 @@
"List": { "List": {
"background": "#181A1F", "background": "#181A1F",
"foreground": "#8F93A2", "foreground": "#8F93A2",
"selectionBackground": "#23263250", "hoverBackground": "#717CB430",
"hoverInactiveBackground": "#1A1C25",
"selectionBackground": "#717CB480",
"selectionForeground": "#FFFFFF", "selectionForeground": "#FFFFFF",
"selectionInactiveForeground": "#FFFFFF", "selectionInactiveForeground": "#FFFFFF",
"selectionInactiveBackground": "#717CB430" "selectionInactiveBackground": "#717CB430"
@@ -332,7 +358,7 @@
"disabledBackground": "#181A1F", "disabledBackground": "#181A1F",
"disabledForeground": "#464B5D", "disabledForeground": "#464B5D",
"foreground": "#8F93A2", "foreground": "#8F93A2",
"selectionBackground": "#232632", "selectionBackground": "#717CB480",
"selectionForeground": "#FFFFFF", "selectionForeground": "#FFFFFF",
"separatorColor": "#0F111A" "separatorColor": "#0F111A"
}, },
@@ -343,7 +369,7 @@
"disabledForeground": "#464B5D", "disabledForeground": "#464B5D",
"foreground": "#8F93A2", "foreground": "#8F93A2",
"highlight": "#0F111A", "highlight": "#0F111A",
"selectionBackground": "#232632", "selectionBackground": "#717CB480",
"selectionForeground": "#FFFFFF", "selectionForeground": "#FFFFFF",
"shadow": "#0F111A" "shadow": "#0F111A"
}, },
@@ -355,7 +381,7 @@
"disabledBackground": "#0F111A", "disabledBackground": "#0F111A",
"disabledForeground": "#464B5D", "disabledForeground": "#464B5D",
"foreground": "#8F93A2", "foreground": "#8F93A2",
"selectionBackground": "#232632", "selectionBackground": "#717CB480",
"selectionForeground": "#FFFFFF" "selectionForeground": "#FFFFFF"
}, },
"NavBar": { "NavBar": {
@@ -409,7 +435,7 @@
"ParameterInfo": { "ParameterInfo": {
"background": "#181A1F", "background": "#181A1F",
"borderColor": "#1A1C25", "borderColor": "#1A1C25",
"currentOverloadBackground": "#1A1C25", "currentOverloadBackground": "#1F2233",
"currentParameterForeground": "#84ffff", "currentParameterForeground": "#84ffff",
"disabledForeground": "#464B5D", "disabledForeground": "#464B5D",
"foreground": "#8F93A2", "foreground": "#8F93A2",
@@ -429,9 +455,10 @@
"background": "#0F111A", "background": "#0F111A",
"disabledForeground": "#464B5D", "disabledForeground": "#464B5D",
"eapTagBackground": "#1F2233", "eapTagBackground": "#1F2233",
"lightSelectionBackground": "#232632", "hoverBackground": "#717CB430",
"lightSelectionBackground": "#1A1C25",
"paidTagBackground": "#1F2233", "paidTagBackground": "#1F2233",
"selectionBackground": "#232632", "selectionBackground": "#717CB480",
"tagForeground": "#84ffff", "tagForeground": "#84ffff",
"tagBackground": "#1F2233", "tagBackground": "#1F2233",
"trialTagBackground": "#1F2233", "trialTagBackground": "#1F2233",
@@ -442,7 +469,7 @@
"installFocusedBackground": "#1F2233", "installFocusedBackground": "#1F2233",
"installFillForeground": "#464B5D", "installFillForeground": "#464B5D",
"installFillBackground": "#191A21", "installFillBackground": "#191A21",
"updateBackground": "#191A21", "updateBackground": "#84ffff",
"updateBorderColor": "#191A21", "updateBorderColor": "#191A21",
"updateForeground": "#8F93A2" "updateForeground": "#8F93A2"
}, },
@@ -514,9 +541,10 @@
"disabledBackground": "#0F111A", "disabledBackground": "#0F111A",
"disabledForeground": "#464B5D", "disabledForeground": "#464B5D",
"foreground": "#8F93A2", "foreground": "#8F93A2",
"selectionBackground": "#232632", "selectionBackground": "#717CB480",
"selectionForeground": "#FFFFFF" "selectionForeground": "#FFFFFF"
}, },
"ScreenView.borderColor": "#0F111A",
"ScrollBar": { "ScrollBar": {
"background": "#0F111A", "background": "#0F111A",
"hoverThumbBorderColor": "#84ffff", "hoverThumbBorderColor": "#84ffff",
@@ -576,9 +604,18 @@
}, },
"SearchMatch": { "SearchMatch": {
"endBackground": "#84ffff", "endBackground": "#84ffff",
"startBackground": "#84ffff" "startBackground": "#84ffff",
"endColor": "#84ffff",
"startColor": "#84ffff"
}, },
"SearchField.errorBackground": "#090B10", "SearchField.errorBackground": "#090B10",
"SearchOption": {
"selectedBackground": "#1A1C25"
},
"SearchResults": {
"Ordinal.File.Foreground": "#4B526D",
"Repeated.File.Foreground": "#8F93A2"
},
"Separator": { "Separator": {
"background": "#181A1F", "background": "#181A1F",
"foreground": "#181A1F", "foreground": "#181A1F",
@@ -616,7 +653,9 @@
}, },
"SplitPaneDivider.draggingColor": "#181A1F", "SplitPaneDivider.draggingColor": "#181A1F",
"StatusBar": { "StatusBar": {
"borderColor": "#0F111A" "borderColor": "#0F111A",
"hoverBackground": "#1F2233",
"LightEditBackground": "#1A1C25"
}, },
"TabbedPane": { "TabbedPane": {
"background": "#0F111A", "background": "#0F111A",
@@ -643,9 +682,11 @@
}, },
"TabbedPane.mt.tab.background": "#0F111A", "TabbedPane.mt.tab.background": "#0F111A",
"Table": { "Table": {
"alternativeRowBackground": "#090B10",
"background": "#0F111A", "background": "#0F111A",
"cellNoFocusBorder": "10,5,10,5", "cellNoFocusBorder": "10,5,10,5",
"focusCellHighlightBorder": "10,5,10,5", "focusCellHighlightBorder": "10,5,10,5",
"disabledForeground": "#464B5D",
"dropLineColor": "#84ffff", "dropLineColor": "#84ffff",
"dropLineShortColor": "#84ffff", "dropLineShortColor": "#84ffff",
"focusCellBackground": "#1A1C25", "focusCellBackground": "#1A1C25",
@@ -653,6 +694,8 @@
"foreground": "#8F93A2", "foreground": "#8F93A2",
"gridColor": "#0F111A", "gridColor": "#0F111A",
"highlightOuter": "#1A1C25", "highlightOuter": "#1A1C25",
"hoverBackground": "#717CB430",
"hoverInactiveBackground": "#1A1C25",
"lightSelectionForeground": "#FFFFFF", "lightSelectionForeground": "#FFFFFF",
"lightSelectionInactiveForeground": "#4B526D", "lightSelectionInactiveForeground": "#4B526D",
"lightSelectionInactiveBackground": "#181A1F", "lightSelectionInactiveBackground": "#181A1F",
@@ -729,8 +772,8 @@
"ToolTip": { "ToolTip": {
"Actions.background": "#0F111A", "Actions.background": "#0F111A",
"Actions.infoForeground": "#4B526D", "Actions.infoForeground": "#4B526D",
"background": "#0F111A", "background": "#090B10",
"borderColor": "#1F2233", "borderColor": "#0F111A",
"foreground": "#8F93A2", "foreground": "#8F93A2",
"infoForeground": "#4B526D", "infoForeground": "#4B526D",
"separatorColor": "#0F111A", "separatorColor": "#0F111A",
@@ -751,20 +794,25 @@
"background": "#0F111A" "background": "#0F111A"
}, },
"HeaderTab": { "HeaderTab": {
"borderColor": "#1F2233",
"hoverBackground": "#1F2233", "hoverBackground": "#1F2233",
"hoverInactiveBackground": "#181A1F", "hoverInactiveBackground": "#1F2233",
"inactiveUnderlineColor": "#84ffff", "inactiveUnderlineColor": "#84ffff",
"selectedBackground": "#090B10", "selectedBackground": "#090B10",
"selectedInactiveBackground": "#090B10", "selectedInactiveBackground": "#090B10",
"underlineColor": "#84ffff", "underlineColor": "#84ffff",
"underlinedTabBackground": "#1F2233", "underlinedTabBackground": "#1A1C25",
"underlinedTabInactiveBackground": "#181A1F" "underlinedTabInactiveBackground": "#181A1F",
"underlinedTabForeground": "#FFFFFF",
"underlinedTabInactiveForeground": "#8F93A2"
} }
}, },
"Tree": { "Tree": {
"background": "#0F111A", "background": "#0F111A",
"foreground": "#4B526D", "foreground": "#4B526D",
"hash": "#0F111A", "hash": "#0F111A",
"hoverBackground": "#717CB430",
"hoverInactiveBackground": "#1A1C25",
"modifiedItemForeground": "#84ffff", "modifiedItemForeground": "#84ffff",
"rowHeight": 28, "rowHeight": 28,
"selectionBackground": "#717CB430", "selectionBackground": "#717CB430",
@@ -775,26 +823,64 @@
}, },
"Tree.leftChildIndent": 10, "Tree.leftChildIndent": 10,
"Tree.rightChildIndent": 5, "Tree.rightChildIndent": 5,
"UiDesigner": { "UIDesigner": {
"Activity.borderColor": "#0F111A", "Activity.borderColor": "#0F111A",
"ColorPicker.background": "#0F111A", "Canvas.background": "#090B10",
"ColorPicker.foreground": "#8F93A2", "ColorPicker": {
"Component.borderColor": "#0F111A", "background": "#0F111A",
"Component.background": "#0F111A", "foreground": "#8F93A2"
"Component.foreground": "#8F93A2", },
"Connector.borderColor": "#0F111A", "Component": {
"Connector.hoverBorderColor": "#1F2233", "borderColor": "#0F111A",
"background": "#0F111A",
"foreground": "#8F93A2",
"hoverBorderColor": "#1F2233"
},
"Connector": {
"borderColor": "#0F111A",
"hoverBorderColor": "#1F2233"
},
"Canvas.background": "#090B10", "Canvas.background": "#090B10",
"highStroke.foreground": "#8F93A2", "highStroke.foreground": "#8F93A2",
"Label.foreground": "#4B526D", "Label.foreground": "#4B526D",
"List.selectionBackground": "#717CB430", "List.selectionBackground": "#717CB430",
"Panel.borderColor": "#0F111A", "motion": {
"Panel.background": "#0F111A", "borderColor": "#0F111A",
"Component.foreground": "#8F93A2",
"ConstraintSetText.foreground": "#4B526D",
"ConstraintSet.background": "#181A1F",
"CSPanel.SelectedFocusBackground": "#717CB480",
"CSPanel.SelectedBackground": "#717CB430",
"cs_FocusText.infoForeground": "#4B526D",
"CursorTextColor.foreground": "#8F93A2",
"HoverColor.disabledBackground": "#464B5D",
"motionGraph.background": "#0F111A",
"Notification.background": "#090B10",
"ourAvg.background": "#181A1F",
"ourCS.background": "#181A1F",
"ourCS_Border.borderColor": "#0F111A",
"ourCS_TextColor.foreground": "#4B526D",
"ourCS_SelectedFocusBackground.selectionForeground": "#FFFFFF",
"ourCS_SelectedBackground.selectionInactiveBackground": "#1A1C25",
"ourCS_SelectedBorder.pressedBorderColor": "#1F2233",
"ourML_BarColor.separatorColor": "#0F111A",
"PrimaryPanel.background": "#090B10",
"SecondaryPanel.background": "#0F111A",
"SecondaryPanel.header.foreground": "#4B526D",
"SecondaryPanel.header.background": "#090B10",
"timeLine.disabledBorderColor": "#0F111A"
},
"Panel": {
"borderColor": "#0F111A",
"background": "#0F111A"
},
"percent.foreground": "#8F93A2", "percent.foreground": "#8F93A2",
"Placeholder.background": "#0F111A", "Placeholder": {
"Placeholder.borderColor": "#0F111A", "background": "#0F111A",
"Placeholder.foreground": "#8F93A2", "borderColor": "#0F111A",
"Placeholder.selectedForeground": "#FFFFFF", "foreground": "#8F93A2",
"selectedForeground": "#FFFFFF"
},
"Preview.background": "#0F111A", "Preview.background": "#0F111A",
"stroke.acceleratorForeground": "#4B526D" "stroke.acceleratorForeground": "#4B526D"
}, },
@@ -828,7 +914,8 @@
}, },
"Log": { "Log": {
"Commit.unmatchedForeground": "#4B526D", "Commit.unmatchedForeground": "#4B526D",
"Commit.currentBranchBackground": "#181A1F" "Commit.currentBranchBackground": "#181A1F",
"Commit.hoveredBackground": "#717CB430"
}, },
"RefLabel": { "RefLabel": {
"foreground": "#FFFFFF", "foreground": "#FFFFFF",
@@ -840,18 +927,24 @@
"foreground": "#8F93A2" "foreground": "#8F93A2"
}, },
"WelcomeScreen": { "WelcomeScreen": {
"AssociatedComponent.background": "#0F111A",
"background": "#0F111A", "background": "#0F111A",
"borderColor": "#0F111A", "borderColor": "#0F111A",
"captionBackground": "#090B10", "captionBackground": "#090B10",
"captionForeground": "#8F93A2", "captionForeground": "#8F93A2",
"Details.background": "#0F111A",
"footerBackground": "#090B10", "footerBackground": "#090B10",
"footerForeground": "#8F93A2", "footerForeground": "#8F93A2",
"headerBackground": "#0F111A", "headerBackground": "#0F111A",
"headerForeground": "#8F93A2", "headerForeground": "#8F93A2",
"List.background": "#090B10",
"separatorColor": "#0F111A", "separatorColor": "#0F111A",
"SidePanel.background": "#181A1F",
"Projects": { "Projects": {
"actions.background": "#090B10",
"actions.selectionBackground": "#1F2233",
"background": "#181A1F", "background": "#181A1F",
"selectionBackground": "#232632", "selectionBackground": "#717CB480",
"selectionInactiveBackground": "#181A1F" "selectionInactiveBackground": "#181A1F"
} }
}, },

View File

@@ -3,21 +3,27 @@
"dark": false, "dark": false,
"author": "Mallowigi", "author": "Mallowigi",
"editorScheme": "/colors/Material Lighter.xml", "editorScheme": "/colors/Material Lighter.xml",
"emptyFrameBackground": {
"anchor": "center",
"image": "/walls/lighter.svg",
"fill": "scale",
"transparency": 50
},
"ui": { "ui": {
"*": { "*": {
"acceleratorSelectionForeground": "#94A7B0", "acceleratorSelectionForeground": "#94A7B0",
"background": "#FAFAFA", "background": "#FAFAFA",
"borderColor": "#d3e1e8", "borderColor": "#d3e1e8",
"disabledBackground": "#CCD7DA", "disabledBackground": "#CCD7DA50",
"disabledForeground": "#D2D4D5", "disabledForeground": "#D2D4D5",
"disabledText": "#D2D4D5", "disabledText": "#D2D4D5",
"focusColor": "#E7E7E8", "focusColor": "#E7E7E8",
"focusedBorderColor": "#00BCD4", "focusedBorderColor": "#00BCD4",
"foreground": "#546E7A", "foreground": "#546E7A",
"inactiveBackground": "#CCD7DA", "inactiveBackground": "#CCD7DA50",
"inactiveForeground": "#94A7B0", "inactiveForeground": "#94A7B0",
"infoForeground": "#94A7B0", "infoForeground": "#94A7B0",
"selectionBackground": "#80CBC4", "selectionBackground": "#80CBC440",
"selectionBackgroundInactive": "#FFFFFF", "selectionBackgroundInactive": "#FFFFFF",
"selectionForeground": "#546e7a", "selectionForeground": "#546e7a",
"selectionInactiveBackground": "#FFFFFF", "selectionInactiveBackground": "#FFFFFF",
@@ -33,7 +39,7 @@
"pressedBorderColor": "#00BCD450" "pressedBorderColor": "#00BCD450"
}, },
"Autocomplete": { "Autocomplete": {
"selectionBackground": "#80CBC4" "selectionBackground": "#80CBC440"
}, },
"Borders.ContrastBorderColor": "#FAFAFA", "Borders.ContrastBorderColor": "#FAFAFA",
"Borders.color": "#d3e1e8", "Borders.color": "#d3e1e8",
@@ -43,7 +49,7 @@
"default": { "default": {
"endBackground": "#E7E7E8", "endBackground": "#E7E7E8",
"endBorderColor": "#E7E7E8", "endBorderColor": "#E7E7E8",
"foreground": "#546e7a", "foreground": "#272727",
"focusColor": "#00BCD4", "focusColor": "#00BCD4",
"focusedBorderColor": "#00BCD4", "focusedBorderColor": "#00BCD4",
"shadowColor": "#E7E7E8", "shadowColor": "#E7E7E8",
@@ -72,7 +78,10 @@
"Tooltip.borderColor": "#d3e1e8", "Tooltip.borderColor": "#d3e1e8",
"Tooltip.background": "#eae8e8" "Tooltip.background": "#eae8e8"
}, },
"Content.background": "#EEEEEE", "Content": {
"background": "#EEEEEE",
"selectionBackground": "#80CBC440"
},
"CheckBox": { "CheckBox": {
"background": "#FAFAFA", "background": "#FAFAFA",
"disabledText": "#D2D4D5", "disabledText": "#D2D4D5",
@@ -86,8 +95,16 @@
"disabledBackground": "#FAFAFA", "disabledBackground": "#FAFAFA",
"disabledForeground": "#D2D4D5", "disabledForeground": "#D2D4D5",
"foreground": "#546E7A", "foreground": "#546E7A",
"selectionBackground": "#80CBC4", "selectionBackground": "#80CBC440",
"selectionForeground": "#546e7a" "selectionForeground": "#272727"
},
"CodeWithMe": {
"Avatar.foreground": "#546E7A",
"AccessEnabled": {
"accessDot": "#00BCD4",
"dropdownBorder": "#FFFFFF",
"pillBackground": "$second"
}
}, },
"ColorChooser": { "ColorChooser": {
"background": "#FAFAFA", "background": "#FAFAFA",
@@ -104,13 +121,14 @@
}, },
"background": "#EEEEEE", "background": "#EEEEEE",
"buttonBackground": "#F3F4F5", "buttonBackground": "#F3F4F5",
"darcula.hoveredArrowButtonForeground": "#00BCD4",
"disabledForeground": "#D2D4D5", "disabledForeground": "#D2D4D5",
"foreground": "#546E7A", "foreground": "#546E7A",
"modifiedItemForeground": "#00BCD4", "modifiedItemForeground": "#00BCD4",
"nonEditableBackground": "#FFFFFF", "nonEditableBackground": "#FFFFFF",
"padding": "5,5,5,5", "padding": "5,5,5,5",
"selectionBackground": "#E7E7E8", "selectionBackground": "#E7E7E8",
"selectionForeground": "#546e7a" "selectionForeground": "#272727"
}, },
"ComboPopup.border": "#d3e1e8", "ComboPopup.border": "#d3e1e8",
"CompletionPopup": { "CompletionPopup": {
@@ -123,8 +141,8 @@
"selectedGrayedForeground": "#546e7a", "selectedGrayedForeground": "#546e7a",
"selectionGrayForeground": "#546e7a", "selectionGrayForeground": "#546e7a",
"selectionInactiveInfoForeground": "#94A7B0", "selectionInactiveInfoForeground": "#94A7B0",
"selectionInactiveBackground": "#80CBC450", "selectionInactiveBackground": "#80CBC440",
"selectionBackground": "#80CBC480", "selectionBackground": "#80CBC440",
"selectionForeground": "#546e7a", "selectionForeground": "#546e7a",
"selectionInfoForeground": "#546e7a" "selectionInfoForeground": "#546e7a"
}, },
@@ -168,11 +186,13 @@
"hoverBackground": "#E7E7E8", "hoverBackground": "#E7E7E8",
"hoverColor": "#EEEEEE", "hoverColor": "#EEEEEE",
"hoverMaskColor": "#E7E7E8", "hoverMaskColor": "#E7E7E8",
"inactiveColoredTabBackground": "#FAFAFA",
"inactiveColoredFileBackground": "#F3F4F5", "inactiveColoredFileBackground": "#F3F4F5",
"inactiveUnderlineColor": "#D2D4D5", "inactiveUnderlineColor": "#00BCD4",
"inactiveMaskColor": "#EEEEEE", "inactiveMaskColor": "#EEEEEE",
"underlineColor": "#00BCD4", "underlineColor": "#00BCD4",
"underlinedTabBackground": "#E7E7E8" "underlinedTabBackground": "#E7E7E8",
"underlinedTabForeground": "#546e7a"
}, },
"Desktop.background": "#FAFAFA", "Desktop.background": "#FAFAFA",
"DialogWrapper.southPanelBackground": "#FAFAFA", "DialogWrapper.southPanelBackground": "#FAFAFA",
@@ -193,20 +213,22 @@
"foreground": "#546E7A", "foreground": "#546E7A",
"inactiveBackground": "#FAFAFA", "inactiveBackground": "#FAFAFA",
"inactiveForeground": "#D2D4D5", "inactiveForeground": "#D2D4D5",
"selectionBackground": "#80CBC4", "selectionBackground": "#80CBC440",
"selectionForeground": "#546e7a" "selectionForeground": "#272727"
}, },
"EditorTabs": { "EditorTabs": {
"borderColor": "#FFFFFF", "borderColor": "#FFFFFF",
"hoverBackground": "#E7E7E8",
"hoverColor": "#E7E7E8", "hoverColor": "#E7E7E8",
"hoverMaskColor": "#E7E7E8", "hoverMaskColor": "#E7E7E8",
"inactiveMaskColor": "#FAFAFA", "inactiveMaskColor": "#FAFAFA",
"inactiveColoredFileBackground": "#FAFAFA2", "inactiveColoredFileBackground": "#FAFAFA",
"inactiveUnderlineColor": "#D2D4D5", "inactiveUnderlineColor": "#D2D4D5",
"selectedForeground": "#546E7A", "selectedForeground": "#546E7A",
"selectedBackground": "#E7E7E8", "selectedBackground": "#E7E7E8",
"underlineColor": "#00BCD4", "underlineColor": "#00BCD4",
"underlinedTabBackground": "#E7E7E8" "underlinedTabBackground": "#E7E7E8",
"underlinedTabForeground": "#546e7a"
}, },
"EditorGroupsTabs": { "EditorGroupsTabs": {
"background": "#FAFAFA", "background": "#FAFAFA",
@@ -221,7 +243,7 @@
"FileColor": { "FileColor": {
"Green": "#387002", "Green": "#387002",
"Blue": "#004BA0", "Blue": "#004BA0",
"Yellow": "#CCD7DA", "Yellow": "#CCD7DA50",
"Orange": "#B53D00", "Orange": "#B53D00",
"Violet": "#4D2C91", "Violet": "#4D2C91",
"Rose": "#A00037" "Rose": "#A00037"
@@ -243,15 +265,16 @@
"foreground": "#546E7A", "foreground": "#546E7A",
"inactiveBackground": "#F3F4F5", "inactiveBackground": "#F3F4F5",
"inactiveForeground": "#D2D4D5", "inactiveForeground": "#D2D4D5",
"selectionForeground": "#546e7a", "selectionForeground": "#272727",
"selectionBackground": "#E7E7E8" "selectionBackground": "#E7E7E8"
}, },
"GotItTooltip.borderColor": "#eae8e8",
"Group": { "Group": {
"disabledSeparatorColor": "#d3e1e8", "disabledSeparatorColor": "#d3e1e8",
"separatorColor": "#d3e1e8" "separatorColor": "#d3e1e8"
}, },
"GutterTooltip": { "GutterTooltip": {
"infoForeground": "#546E7A", "infoForeground": "#94A7B0",
"lineSeparatorColor": "#FAFAFA" "lineSeparatorColor": "#FAFAFA"
}, },
"HeaderColor": { "HeaderColor": {
@@ -288,7 +311,8 @@
"disabledText": "#D2D4D5", "disabledText": "#D2D4D5",
"foreground": "#546E7A", "foreground": "#546E7A",
"infoForeground": "#94A7B0", "infoForeground": "#94A7B0",
"selectedForeground": "#546e7a" "selectedForeground": "#272727",
"selectedDisabledForeground": "#546E7A"
}, },
"Link": { "Link": {
"activeForeground": "#00BCD4", "activeForeground": "#00BCD4",
@@ -301,9 +325,11 @@
"List": { "List": {
"background": "#FFFFFF", "background": "#FFFFFF",
"foreground": "#546E7A", "foreground": "#546E7A",
"selectionBackground": "#80CBC450", "hoverBackground": "#80CBC440",
"hoverInactiveBackground": "#E7E7E8",
"selectionBackground": "#80CBC440",
"selectionForeground": "#546e7a", "selectionForeground": "#546e7a",
"selectionInactiveForeground": "#546e7a", "selectionInactiveForeground": "#272727",
"selectionInactiveBackground": "#80CBC440" "selectionInactiveBackground": "#80CBC440"
}, },
"material": { "material": {
@@ -332,7 +358,7 @@
"disabledBackground": "#FFFFFF", "disabledBackground": "#FFFFFF",
"disabledForeground": "#D2D4D5", "disabledForeground": "#D2D4D5",
"foreground": "#546E7A", "foreground": "#546E7A",
"selectionBackground": "#80CBC4", "selectionBackground": "#80CBC440",
"selectionForeground": "#546e7a", "selectionForeground": "#546e7a",
"separatorColor": "#d3e1e8" "separatorColor": "#d3e1e8"
}, },
@@ -343,7 +369,7 @@
"disabledForeground": "#D2D4D5", "disabledForeground": "#D2D4D5",
"foreground": "#546E7A", "foreground": "#546E7A",
"highlight": "#FAFAFA", "highlight": "#FAFAFA",
"selectionBackground": "#80CBC4", "selectionBackground": "#80CBC440",
"selectionForeground": "#546e7a", "selectionForeground": "#546e7a",
"shadow": "#EEEEEE" "shadow": "#EEEEEE"
}, },
@@ -355,7 +381,7 @@
"disabledBackground": "#FAFAFA", "disabledBackground": "#FAFAFA",
"disabledForeground": "#D2D4D5", "disabledForeground": "#D2D4D5",
"foreground": "#546E7A", "foreground": "#546E7A",
"selectionBackground": "#80CBC4", "selectionBackground": "#80CBC440",
"selectionForeground": "#546e7a" "selectionForeground": "#546e7a"
}, },
"NavBar": { "NavBar": {
@@ -423,15 +449,16 @@
"foreground": "#546E7A", "foreground": "#546E7A",
"inactiveForeground": "#D2D4D5", "inactiveForeground": "#D2D4D5",
"selectionBackground": "#E7E7E8", "selectionBackground": "#E7E7E8",
"selectionForeground": "#546e7a" "selectionForeground": "#272727"
}, },
"Plugins": { "Plugins": {
"background": "#FAFAFA", "background": "#FAFAFA",
"disabledForeground": "#D2D4D5", "disabledForeground": "#D2D4D5",
"eapTagBackground": "#E7E7E8", "eapTagBackground": "#E7E7E8",
"lightSelectionBackground": "#80CBC4", "hoverBackground": "#80CBC440",
"lightSelectionBackground": "#E7E7E8",
"paidTagBackground": "#E7E7E8", "paidTagBackground": "#E7E7E8",
"selectionBackground": "#80CBC4", "selectionBackground": "#80CBC440",
"tagForeground": "#00BCD4", "tagForeground": "#00BCD4",
"tagBackground": "#E7E7E8", "tagBackground": "#E7E7E8",
"trialTagBackground": "#E7E7E8", "trialTagBackground": "#E7E7E8",
@@ -442,7 +469,7 @@
"installFocusedBackground": "#E7E7E8", "installFocusedBackground": "#E7E7E8",
"installFillForeground": "#D2D4D5", "installFillForeground": "#D2D4D5",
"installFillBackground": "#F3F4F5", "installFillBackground": "#F3F4F5",
"updateBackground": "#F3F4F5", "updateBackground": "#00BCD4",
"updateBorderColor": "#F3F4F5", "updateBorderColor": "#F3F4F5",
"updateForeground": "#546E7A" "updateForeground": "#546E7A"
}, },
@@ -514,9 +541,10 @@
"disabledBackground": "#FAFAFA", "disabledBackground": "#FAFAFA",
"disabledForeground": "#D2D4D5", "disabledForeground": "#D2D4D5",
"foreground": "#546E7A", "foreground": "#546E7A",
"selectionBackground": "#80CBC4", "selectionBackground": "#80CBC440",
"selectionForeground": "#546e7a" "selectionForeground": "#546e7a"
}, },
"ScreenView.borderColor": "#d3e1e8",
"ScrollBar": { "ScrollBar": {
"background": "#FAFAFA", "background": "#FAFAFA",
"hoverThumbBorderColor": "#00BCD4", "hoverThumbBorderColor": "#00BCD4",
@@ -569,16 +597,25 @@
"infoForeground": "#94A7B0" "infoForeground": "#94A7B0"
}, },
"Tab": { "Tab": {
"active.foreground": "#546e7a", "active.foreground": "#272727",
"selectedForeground": "#546e7a", "selectedForeground": "#272727",
"selectedBackground": "#E7E7E8" "selectedBackground": "#E7E7E8"
} }
}, },
"SearchMatch": { "SearchMatch": {
"endBackground": "#00BCD4", "endBackground": "#00BCD4",
"startBackground": "#00BCD4" "startBackground": "#00BCD4",
"endColor": "#00BCD4",
"startColor": "#00BCD4"
}, },
"SearchField.errorBackground": "#eae8e8", "SearchField.errorBackground": "#eae8e8",
"SearchOption": {
"selectedBackground": "#E7E7E8"
},
"SearchResults": {
"Ordinal.File.Foreground": "#94A7B0",
"Repeated.File.Foreground": "#546E7A"
},
"Separator": { "Separator": {
"background": "#FFFFFF", "background": "#FFFFFF",
"foreground": "#FFFFFF", "foreground": "#FFFFFF",
@@ -608,7 +645,7 @@
"background": "#FAFAFA", "background": "#FAFAFA",
"border": "3,3,3,3", "border": "3,3,3,3",
"foreground": "#546E7A", "foreground": "#546E7A",
"selectionForeground": "#546e7a" "selectionForeground": "#272727"
}, },
"SplitPane": { "SplitPane": {
"background": "#FAFAFA", "background": "#FAFAFA",
@@ -616,7 +653,9 @@
}, },
"SplitPaneDivider.draggingColor": "#FFFFFF", "SplitPaneDivider.draggingColor": "#FFFFFF",
"StatusBar": { "StatusBar": {
"borderColor": "#FAFAFA" "borderColor": "#FAFAFA",
"hoverBackground": "#E7E7E8",
"LightEditBackground": "#E7E7E8"
}, },
"TabbedPane": { "TabbedPane": {
"background": "#FAFAFA", "background": "#FAFAFA",
@@ -632,7 +671,7 @@
"highlight": "#d3e1e8", "highlight": "#d3e1e8",
"hoverColor": "#E7E7E8", "hoverColor": "#E7E7E8",
"labelShift": 0, "labelShift": 0,
"selectedForeground": "#546e7a", "selectedForeground": "#272727",
"selectedLabelShift": 0, "selectedLabelShift": 0,
"selectedTabPadInsets": "0,0,0,0", "selectedTabPadInsets": "0,0,0,0",
"tabsOverlapBorder": true, "tabsOverlapBorder": true,
@@ -643,21 +682,25 @@
}, },
"TabbedPane.mt.tab.background": "#EEEEEE", "TabbedPane.mt.tab.background": "#EEEEEE",
"Table": { "Table": {
"alternativeRowBackground": "#EEEEEE",
"background": "#FAFAFA", "background": "#FAFAFA",
"cellNoFocusBorder": "10,5,10,5", "cellNoFocusBorder": "10,5,10,5",
"focusCellHighlightBorder": "10,5,10,5", "focusCellHighlightBorder": "10,5,10,5",
"disabledForeground": "#D2D4D5",
"dropLineColor": "#00BCD4", "dropLineColor": "#00BCD4",
"dropLineShortColor": "#00BCD4", "dropLineShortColor": "#00BCD4",
"focusCellBackground": "#E7E7E8", "focusCellBackground": "#E7E7E8",
"focusCellForeground": "#546e7a", "focusCellForeground": "#272727",
"foreground": "#546E7A", "foreground": "#546E7A",
"gridColor": "#FAFAFA", "gridColor": "#FAFAFA",
"highlightOuter": "#E7E7E8", "highlightOuter": "#E7E7E8",
"lightSelectionForeground": "#546e7a", "hoverBackground": "#80CBC440",
"hoverInactiveBackground": "#E7E7E8",
"lightSelectionForeground": "#272727",
"lightSelectionInactiveForeground": "#94A7B0", "lightSelectionInactiveForeground": "#94A7B0",
"lightSelectionInactiveBackground": "#FFFFFF", "lightSelectionInactiveBackground": "#FFFFFF",
"selectionBackground": "#E7E7E8", "selectionBackground": "#E7E7E8",
"selectionForeground": "#546e7a", "selectionForeground": "#272727",
"selectionInactiveBackground": "#E7E7E8", "selectionInactiveBackground": "#E7E7E8",
"selectionInactiveForeground": "#546e7a", "selectionInactiveForeground": "#546e7a",
"sortIconColor": "#546E7A", "sortIconColor": "#546E7A",
@@ -671,7 +714,7 @@
"disabledForeground": "#D2D4D5", "disabledForeground": "#D2D4D5",
"foreground": "#546E7A", "foreground": "#546E7A",
"focusCellBackground": "#E7E7E8", "focusCellBackground": "#E7E7E8",
"focusCellForeground": "#546e7a", "focusCellForeground": "#272727",
"height": 25, "height": 25,
"separatorColor": "#FFFFFF" "separatorColor": "#FFFFFF"
}, },
@@ -684,7 +727,7 @@
"foreground": "#546E7A", "foreground": "#546E7A",
"inactiveForeground": "#D2D4D5", "inactiveForeground": "#D2D4D5",
"selectionBackground": "#E7E7E8", "selectionBackground": "#E7E7E8",
"selectionForeground": "#546e7a" "selectionForeground": "#272727"
}, },
"TextField": { "TextField": {
"background": "#EEEEEE", "background": "#EEEEEE",
@@ -692,7 +735,7 @@
"foreground": "#546E7A", "foreground": "#546E7A",
"inactiveForeground": "#D2D4D5", "inactiveForeground": "#D2D4D5",
"selectionBackground": "#E7E7E8", "selectionBackground": "#E7E7E8",
"selectionForeground": "#546e7a" "selectionForeground": "#272727"
}, },
"TextPane": { "TextPane": {
"background": "#EEEEEE", "background": "#EEEEEE",
@@ -700,7 +743,7 @@
"foreground": "#546E7A", "foreground": "#546E7A",
"inactiveForeground": "#D2D4D5", "inactiveForeground": "#D2D4D5",
"selectionBackground": "#E7E7E8", "selectionBackground": "#E7E7E8",
"selectionForeground": "#546e7a" "selectionForeground": "#272727"
}, },
"TitlePane": { "TitlePane": {
"background": "#EEEEEE", "background": "#EEEEEE",
@@ -729,8 +772,8 @@
"ToolTip": { "ToolTip": {
"Actions.background": "#FAFAFA", "Actions.background": "#FAFAFA",
"Actions.infoForeground": "#94A7B0", "Actions.infoForeground": "#94A7B0",
"background": "#FAFAFA", "background": "#eae8e8",
"borderColor": "#E7E7E8", "borderColor": "#d3e1e8",
"foreground": "#546E7A", "foreground": "#546E7A",
"infoForeground": "#94A7B0", "infoForeground": "#94A7B0",
"separatorColor": "#d3e1e8", "separatorColor": "#d3e1e8",
@@ -739,7 +782,7 @@
"ToolWindow": { "ToolWindow": {
"Button": { "Button": {
"hoverBackground": "#E7E7E8", "hoverBackground": "#E7E7E8",
"selectedForeground": "#546e7a", "selectedForeground": "#272727",
"selectedBackground": "#EEEEEE" "selectedBackground": "#EEEEEE"
}, },
"Header": { "Header": {
@@ -751,20 +794,25 @@
"background": "#FAFAFA" "background": "#FAFAFA"
}, },
"HeaderTab": { "HeaderTab": {
"borderColor": "#E7E7E8",
"hoverBackground": "#E7E7E8", "hoverBackground": "#E7E7E8",
"hoverInactiveBackground": "#FFFFFF", "hoverInactiveBackground": "#E7E7E8",
"inactiveUnderlineColor": "#00BCD4", "inactiveUnderlineColor": "#00BCD4",
"selectedBackground": "#EEEEEE", "selectedBackground": "#EEEEEE",
"selectedInactiveBackground": "#EEEEEE", "selectedInactiveBackground": "#EEEEEE",
"underlineColor": "#00BCD4", "underlineColor": "#00BCD4",
"underlinedTabBackground": "#E7E7E8", "underlinedTabBackground": "#E7E7E8",
"underlinedTabInactiveBackground": "#FFFFFF" "underlinedTabInactiveBackground": "#FFFFFF",
"underlinedTabForeground": "#546e7a",
"underlinedTabInactiveForeground": "#546E7A"
} }
}, },
"Tree": { "Tree": {
"background": "#EEEEEE", "background": "#EEEEEE",
"foreground": "#94A7B0", "foreground": "#94A7B0",
"hash": "#d3e1e8", "hash": "#d3e1e8",
"hoverBackground": "#80CBC440",
"hoverInactiveBackground": "#E7E7E8",
"modifiedItemForeground": "#00BCD4", "modifiedItemForeground": "#00BCD4",
"rowHeight": 28, "rowHeight": 28,
"selectionBackground": "#80CBC440", "selectionBackground": "#80CBC440",
@@ -775,26 +823,64 @@
}, },
"Tree.leftChildIndent": 10, "Tree.leftChildIndent": 10,
"Tree.rightChildIndent": 5, "Tree.rightChildIndent": 5,
"UiDesigner": { "UIDesigner": {
"Activity.borderColor": "#d3e1e8", "Activity.borderColor": "#d3e1e8",
"ColorPicker.background": "#FAFAFA", "Canvas.background": "#EEEEEE",
"ColorPicker.foreground": "#546E7A", "ColorPicker": {
"Component.borderColor": "#d3e1e8", "background": "#FAFAFA",
"Component.background": "#FAFAFA", "foreground": "#546E7A"
"Component.foreground": "#546E7A", },
"Connector.borderColor": "#d3e1e8", "Component": {
"Connector.hoverBorderColor": "#E7E7E8", "borderColor": "#d3e1e8",
"background": "#FAFAFA",
"foreground": "#546E7A",
"hoverBorderColor": "#E7E7E8"
},
"Connector": {
"borderColor": "#d3e1e8",
"hoverBorderColor": "#E7E7E8"
},
"Canvas.background": "#EEEEEE", "Canvas.background": "#EEEEEE",
"highStroke.foreground": "#546E7A", "highStroke.foreground": "#546E7A",
"Label.foreground": "#94A7B0", "Label.foreground": "#94A7B0",
"List.selectionBackground": "#80CBC440", "List.selectionBackground": "#80CBC440",
"Panel.borderColor": "#d3e1e8", "motion": {
"Panel.background": "#FAFAFA", "borderColor": "#d3e1e8",
"Component.foreground": "#546E7A",
"ConstraintSetText.foreground": "#94A7B0",
"ConstraintSet.background": "#FFFFFF",
"CSPanel.SelectedFocusBackground": "#80CBC440",
"CSPanel.SelectedBackground": "#80CBC440",
"cs_FocusText.infoForeground": "#94A7B0",
"CursorTextColor.foreground": "#546E7A",
"HoverColor.disabledBackground": "#D2D4D5",
"motionGraph.background": "#FAFAFA",
"Notification.background": "#eae8e8",
"ourAvg.background": "#FFFFFF",
"ourCS.background": "#FFFFFF",
"ourCS_Border.borderColor": "#d3e1e8",
"ourCS_TextColor.foreground": "#94A7B0",
"ourCS_SelectedFocusBackground.selectionForeground": "#546e7a",
"ourCS_SelectedBackground.selectionInactiveBackground": "#E7E7E8",
"ourCS_SelectedBorder.pressedBorderColor": "#E7E7E8",
"ourML_BarColor.separatorColor": "#d3e1e8",
"PrimaryPanel.background": "#EEEEEE",
"SecondaryPanel.background": "#FAFAFA",
"SecondaryPanel.header.foreground": "#94A7B0",
"SecondaryPanel.header.background": "#EEEEEE",
"timeLine.disabledBorderColor": "#d3e1e8"
},
"Panel": {
"borderColor": "#d3e1e8",
"background": "#FAFAFA"
},
"percent.foreground": "#546E7A", "percent.foreground": "#546E7A",
"Placeholder.background": "#FAFAFA", "Placeholder": {
"Placeholder.borderColor": "#d3e1e8", "background": "#FAFAFA",
"Placeholder.foreground": "#546E7A", "borderColor": "#d3e1e8",
"Placeholder.selectedForeground": "#546e7a", "foreground": "#546E7A",
"selectedForeground": "#546e7a"
},
"Preview.background": "#FAFAFA", "Preview.background": "#FAFAFA",
"stroke.acceleratorForeground": "#94A7B0" "stroke.acceleratorForeground": "#94A7B0"
}, },
@@ -819,7 +905,7 @@
}, },
"HgLog": { "HgLog": {
"branchIconColor": "#00BCD4", "branchIconColor": "#00BCD4",
"bookmarkIconColor": "#546e7a", "bookmarkIconColor": "#272727",
"closedBranchIconColor": "#D2D4D5", "closedBranchIconColor": "#D2D4D5",
"localTagIconColor": "#94A7B0", "localTagIconColor": "#94A7B0",
"mqTagIconColor": "#94A7B0", "mqTagIconColor": "#94A7B0",
@@ -828,10 +914,11 @@
}, },
"Log": { "Log": {
"Commit.unmatchedForeground": "#94A7B0", "Commit.unmatchedForeground": "#94A7B0",
"Commit.currentBranchBackground": "#FFFFFF" "Commit.currentBranchBackground": "#FFFFFF",
"Commit.hoveredBackground": "#80CBC440"
}, },
"RefLabel": { "RefLabel": {
"foreground": "#546e7a", "foreground": "#272727",
"backgroundBase": "#E7E7E8" "backgroundBase": "#E7E7E8"
} }
}, },
@@ -840,18 +927,24 @@
"foreground": "#546E7A" "foreground": "#546E7A"
}, },
"WelcomeScreen": { "WelcomeScreen": {
"AssociatedComponent.background": "#FAFAFA",
"background": "#FAFAFA", "background": "#FAFAFA",
"borderColor": "#FAFAFA", "borderColor": "#FAFAFA",
"captionBackground": "#EEEEEE", "captionBackground": "#EEEEEE",
"captionForeground": "#546E7A", "captionForeground": "#546E7A",
"Details.background": "#FAFAFA",
"footerBackground": "#EEEEEE", "footerBackground": "#EEEEEE",
"footerForeground": "#546E7A", "footerForeground": "#546E7A",
"headerBackground": "#FAFAFA", "headerBackground": "#FAFAFA",
"headerForeground": "#546E7A", "headerForeground": "#546E7A",
"List.background": "#EEEEEE",
"separatorColor": "#d3e1e8", "separatorColor": "#d3e1e8",
"SidePanel.background": "#FFFFFF",
"Projects": { "Projects": {
"actions.background": "#EEEEEE",
"actions.selectionBackground": "#E7E7E8",
"background": "#FFFFFF", "background": "#FFFFFF",
"selectionBackground": "#80CBC4", "selectionBackground": "#80CBC440",
"selectionInactiveBackground": "#FFFFFF" "selectionInactiveBackground": "#FFFFFF"
} }
}, },
@@ -881,8 +974,8 @@
"Actions.Yellow": "#F6A434", "Actions.Yellow": "#F6A434",
"Checkbox.Background.Default": "#EEEEEE", "Checkbox.Background.Default": "#EEEEEE",
"Checkbox.Background.Default.Dark": "#EEEEEE", "Checkbox.Background.Default.Dark": "#EEEEEE",
"Checkbox.Background.Disabled": "#CCD7DA", "Checkbox.Background.Disabled": "#CCD7DA50",
"Checkbox.Background.Disabled.Dark": "#CCD7DA", "Checkbox.Background.Disabled.Dark": "#CCD7DA50",
"Checkbox.Border.Default": "#d3e1e8", "Checkbox.Border.Default": "#d3e1e8",
"Checkbox.Border.Default.Dark": "#d3e1e8", "Checkbox.Border.Default.Dark": "#d3e1e8",
"Checkbox.Border.Disabled": "#D2D4D5", "Checkbox.Border.Disabled": "#D2D4D5",

View File

@@ -3,21 +3,27 @@
"dark": false, "dark": false,
"author": "Mallowigi", "author": "Mallowigi",
"editorScheme": "/colors/Material Lighter.xml", "editorScheme": "/colors/Material Lighter.xml",
"emptyFrameBackground": {
"anchor": "center",
"image": "/walls/lighter.svg",
"fill": "scale",
"transparency": 50
},
"ui": { "ui": {
"*": { "*": {
"acceleratorSelectionForeground": "#94A7B0", "acceleratorSelectionForeground": "#94A7B0",
"background": "#FAFAFA", "background": "#FAFAFA",
"borderColor": "#d3e1e8", "borderColor": "#d3e1e8",
"disabledBackground": "#CCD7DA", "disabledBackground": "#CCD7DA50",
"disabledForeground": "#D2D4D5", "disabledForeground": "#D2D4D5",
"disabledText": "#D2D4D5", "disabledText": "#D2D4D5",
"focusColor": "#E7E7E8", "focusColor": "#E7E7E8",
"focusedBorderColor": "#00BCD4", "focusedBorderColor": "#00BCD4",
"foreground": "#546E7A", "foreground": "#546E7A",
"inactiveBackground": "#CCD7DA", "inactiveBackground": "#CCD7DA50",
"inactiveForeground": "#94A7B0", "inactiveForeground": "#94A7B0",
"infoForeground": "#94A7B0", "infoForeground": "#94A7B0",
"selectionBackground": "#80CBC4", "selectionBackground": "#80CBC440",
"selectionBackgroundInactive": "#FFFFFF", "selectionBackgroundInactive": "#FFFFFF",
"selectionForeground": "#546e7a", "selectionForeground": "#546e7a",
"selectionInactiveBackground": "#FFFFFF", "selectionInactiveBackground": "#FFFFFF",
@@ -33,7 +39,7 @@
"pressedBorderColor": "#00BCD450" "pressedBorderColor": "#00BCD450"
}, },
"Autocomplete": { "Autocomplete": {
"selectionBackground": "#80CBC4" "selectionBackground": "#80CBC440"
}, },
"Borders.ContrastBorderColor": "#FAFAFA", "Borders.ContrastBorderColor": "#FAFAFA",
"Borders.color": "#d3e1e8", "Borders.color": "#d3e1e8",
@@ -43,7 +49,7 @@
"default": { "default": {
"endBackground": "#E7E7E8", "endBackground": "#E7E7E8",
"endBorderColor": "#E7E7E8", "endBorderColor": "#E7E7E8",
"foreground": "#546e7a", "foreground": "#272727",
"focusColor": "#00BCD4", "focusColor": "#00BCD4",
"focusedBorderColor": "#00BCD4", "focusedBorderColor": "#00BCD4",
"shadowColor": "#E7E7E8", "shadowColor": "#E7E7E8",
@@ -72,7 +78,10 @@
"Tooltip.borderColor": "#d3e1e8", "Tooltip.borderColor": "#d3e1e8",
"Tooltip.background": "#eae8e8" "Tooltip.background": "#eae8e8"
}, },
"Content.background": "#EEEEEE", "Content": {
"background": "#EEEEEE",
"selectionBackground": "#80CBC440"
},
"CheckBox": { "CheckBox": {
"background": "#FAFAFA", "background": "#FAFAFA",
"disabledText": "#D2D4D5", "disabledText": "#D2D4D5",
@@ -86,8 +95,16 @@
"disabledBackground": "#FAFAFA", "disabledBackground": "#FAFAFA",
"disabledForeground": "#D2D4D5", "disabledForeground": "#D2D4D5",
"foreground": "#546E7A", "foreground": "#546E7A",
"selectionBackground": "#80CBC4", "selectionBackground": "#80CBC440",
"selectionForeground": "#546e7a" "selectionForeground": "#272727"
},
"CodeWithMe": {
"Avatar.foreground": "#546E7A",
"AccessEnabled": {
"accessDot": "#00BCD4",
"dropdownBorder": "#FFFFFF",
"pillBackground": "$second"
}
}, },
"ColorChooser": { "ColorChooser": {
"background": "#FAFAFA", "background": "#FAFAFA",
@@ -104,13 +121,14 @@
}, },
"background": "#FAFAFA", "background": "#FAFAFA",
"buttonBackground": "#F3F4F5", "buttonBackground": "#F3F4F5",
"darcula.hoveredArrowButtonForeground": "#00BCD4",
"disabledForeground": "#D2D4D5", "disabledForeground": "#D2D4D5",
"foreground": "#546E7A", "foreground": "#546E7A",
"modifiedItemForeground": "#00BCD4", "modifiedItemForeground": "#00BCD4",
"nonEditableBackground": "#FFFFFF", "nonEditableBackground": "#FFFFFF",
"padding": "5,5,5,5", "padding": "5,5,5,5",
"selectionBackground": "#E7E7E8", "selectionBackground": "#E7E7E8",
"selectionForeground": "#546e7a" "selectionForeground": "#272727"
}, },
"ComboPopup.border": "#d3e1e8", "ComboPopup.border": "#d3e1e8",
"CompletionPopup": { "CompletionPopup": {
@@ -123,8 +141,8 @@
"selectedGrayedForeground": "#546e7a", "selectedGrayedForeground": "#546e7a",
"selectionGrayForeground": "#546e7a", "selectionGrayForeground": "#546e7a",
"selectionInactiveInfoForeground": "#94A7B0", "selectionInactiveInfoForeground": "#94A7B0",
"selectionInactiveBackground": "#80CBC450", "selectionInactiveBackground": "#80CBC440",
"selectionBackground": "#80CBC480", "selectionBackground": "#80CBC440",
"selectionForeground": "#546e7a", "selectionForeground": "#546e7a",
"selectionInfoForeground": "#546e7a" "selectionInfoForeground": "#546e7a"
}, },
@@ -168,11 +186,13 @@
"hoverBackground": "#E7E7E8", "hoverBackground": "#E7E7E8",
"hoverColor": "#FAFAFA", "hoverColor": "#FAFAFA",
"hoverMaskColor": "#E7E7E8", "hoverMaskColor": "#E7E7E8",
"inactiveColoredTabBackground": "#FAFAFA",
"inactiveColoredFileBackground": "#F3F4F5", "inactiveColoredFileBackground": "#F3F4F5",
"inactiveUnderlineColor": "#D2D4D5", "inactiveUnderlineColor": "#00BCD4",
"inactiveMaskColor": "#FAFAFA", "inactiveMaskColor": "#FAFAFA",
"underlineColor": "#00BCD4", "underlineColor": "#00BCD4",
"underlinedTabBackground": "#E7E7E8" "underlinedTabBackground": "#E7E7E8",
"underlinedTabForeground": "#546e7a"
}, },
"Desktop.background": "#FAFAFA", "Desktop.background": "#FAFAFA",
"DialogWrapper.southPanelBackground": "#FAFAFA", "DialogWrapper.southPanelBackground": "#FAFAFA",
@@ -193,20 +213,22 @@
"foreground": "#546E7A", "foreground": "#546E7A",
"inactiveBackground": "#FAFAFA", "inactiveBackground": "#FAFAFA",
"inactiveForeground": "#D2D4D5", "inactiveForeground": "#D2D4D5",
"selectionBackground": "#80CBC4", "selectionBackground": "#80CBC440",
"selectionForeground": "#546e7a" "selectionForeground": "#272727"
}, },
"EditorTabs": { "EditorTabs": {
"borderColor": "#FFFFFF", "borderColor": "#FFFFFF",
"hoverBackground": "#E7E7E8",
"hoverColor": "#E7E7E8", "hoverColor": "#E7E7E8",
"hoverMaskColor": "#E7E7E8", "hoverMaskColor": "#E7E7E8",
"inactiveMaskColor": "#FAFAFA", "inactiveMaskColor": "#FAFAFA",
"inactiveColoredFileBackground": "#FAFAFA2", "inactiveColoredFileBackground": "#FAFAFA",
"inactiveUnderlineColor": "#D2D4D5", "inactiveUnderlineColor": "#D2D4D5",
"selectedForeground": "#546E7A", "selectedForeground": "#546E7A",
"selectedBackground": "#E7E7E8", "selectedBackground": "#E7E7E8",
"underlineColor": "#00BCD4", "underlineColor": "#00BCD4",
"underlinedTabBackground": "#E7E7E8" "underlinedTabBackground": "#E7E7E8",
"underlinedTabForeground": "#546e7a"
}, },
"EditorGroupsTabs": { "EditorGroupsTabs": {
"background": "#FAFAFA", "background": "#FAFAFA",
@@ -221,7 +243,7 @@
"FileColor": { "FileColor": {
"Green": "#387002", "Green": "#387002",
"Blue": "#004BA0", "Blue": "#004BA0",
"Yellow": "#CCD7DA", "Yellow": "#CCD7DA50",
"Orange": "#B53D00", "Orange": "#B53D00",
"Violet": "#4D2C91", "Violet": "#4D2C91",
"Rose": "#A00037" "Rose": "#A00037"
@@ -243,15 +265,16 @@
"foreground": "#546E7A", "foreground": "#546E7A",
"inactiveBackground": "#F3F4F5", "inactiveBackground": "#F3F4F5",
"inactiveForeground": "#D2D4D5", "inactiveForeground": "#D2D4D5",
"selectionForeground": "#546e7a", "selectionForeground": "#272727",
"selectionBackground": "#E7E7E8" "selectionBackground": "#E7E7E8"
}, },
"GotItTooltip.borderColor": "#eae8e8",
"Group": { "Group": {
"disabledSeparatorColor": "#d3e1e8", "disabledSeparatorColor": "#d3e1e8",
"separatorColor": "#d3e1e8" "separatorColor": "#d3e1e8"
}, },
"GutterTooltip": { "GutterTooltip": {
"infoForeground": "#546E7A", "infoForeground": "#94A7B0",
"lineSeparatorColor": "#FAFAFA" "lineSeparatorColor": "#FAFAFA"
}, },
"HeaderColor": { "HeaderColor": {
@@ -288,7 +311,8 @@
"disabledText": "#D2D4D5", "disabledText": "#D2D4D5",
"foreground": "#546E7A", "foreground": "#546E7A",
"infoForeground": "#94A7B0", "infoForeground": "#94A7B0",
"selectedForeground": "#546e7a" "selectedForeground": "#272727",
"selectedDisabledForeground": "#546E7A"
}, },
"Link": { "Link": {
"activeForeground": "#00BCD4", "activeForeground": "#00BCD4",
@@ -301,9 +325,11 @@
"List": { "List": {
"background": "#FFFFFF", "background": "#FFFFFF",
"foreground": "#546E7A", "foreground": "#546E7A",
"selectionBackground": "#80CBC450", "hoverBackground": "#80CBC440",
"hoverInactiveBackground": "#E7E7E8",
"selectionBackground": "#80CBC440",
"selectionForeground": "#546e7a", "selectionForeground": "#546e7a",
"selectionInactiveForeground": "#546e7a", "selectionInactiveForeground": "#272727",
"selectionInactiveBackground": "#80CBC440" "selectionInactiveBackground": "#80CBC440"
}, },
"material": { "material": {
@@ -332,7 +358,7 @@
"disabledBackground": "#FFFFFF", "disabledBackground": "#FFFFFF",
"disabledForeground": "#D2D4D5", "disabledForeground": "#D2D4D5",
"foreground": "#546E7A", "foreground": "#546E7A",
"selectionBackground": "#80CBC4", "selectionBackground": "#80CBC440",
"selectionForeground": "#546e7a", "selectionForeground": "#546e7a",
"separatorColor": "#d3e1e8" "separatorColor": "#d3e1e8"
}, },
@@ -343,7 +369,7 @@
"disabledForeground": "#D2D4D5", "disabledForeground": "#D2D4D5",
"foreground": "#546E7A", "foreground": "#546E7A",
"highlight": "#FAFAFA", "highlight": "#FAFAFA",
"selectionBackground": "#80CBC4", "selectionBackground": "#80CBC440",
"selectionForeground": "#546e7a", "selectionForeground": "#546e7a",
"shadow": "#FAFAFA" "shadow": "#FAFAFA"
}, },
@@ -355,7 +381,7 @@
"disabledBackground": "#FAFAFA", "disabledBackground": "#FAFAFA",
"disabledForeground": "#D2D4D5", "disabledForeground": "#D2D4D5",
"foreground": "#546E7A", "foreground": "#546E7A",
"selectionBackground": "#80CBC4", "selectionBackground": "#80CBC440",
"selectionForeground": "#546e7a" "selectionForeground": "#546e7a"
}, },
"NavBar": { "NavBar": {
@@ -423,15 +449,16 @@
"foreground": "#546E7A", "foreground": "#546E7A",
"inactiveForeground": "#D2D4D5", "inactiveForeground": "#D2D4D5",
"selectionBackground": "#E7E7E8", "selectionBackground": "#E7E7E8",
"selectionForeground": "#546e7a" "selectionForeground": "#272727"
}, },
"Plugins": { "Plugins": {
"background": "#FAFAFA", "background": "#FAFAFA",
"disabledForeground": "#D2D4D5", "disabledForeground": "#D2D4D5",
"eapTagBackground": "#E7E7E8", "eapTagBackground": "#E7E7E8",
"lightSelectionBackground": "#80CBC4", "hoverBackground": "#80CBC440",
"lightSelectionBackground": "#E7E7E8",
"paidTagBackground": "#E7E7E8", "paidTagBackground": "#E7E7E8",
"selectionBackground": "#80CBC4", "selectionBackground": "#80CBC440",
"tagForeground": "#00BCD4", "tagForeground": "#00BCD4",
"tagBackground": "#E7E7E8", "tagBackground": "#E7E7E8",
"trialTagBackground": "#E7E7E8", "trialTagBackground": "#E7E7E8",
@@ -442,7 +469,7 @@
"installFocusedBackground": "#E7E7E8", "installFocusedBackground": "#E7E7E8",
"installFillForeground": "#D2D4D5", "installFillForeground": "#D2D4D5",
"installFillBackground": "#F3F4F5", "installFillBackground": "#F3F4F5",
"updateBackground": "#F3F4F5", "updateBackground": "#00BCD4",
"updateBorderColor": "#F3F4F5", "updateBorderColor": "#F3F4F5",
"updateForeground": "#546E7A" "updateForeground": "#546E7A"
}, },
@@ -514,9 +541,10 @@
"disabledBackground": "#FAFAFA", "disabledBackground": "#FAFAFA",
"disabledForeground": "#D2D4D5", "disabledForeground": "#D2D4D5",
"foreground": "#546E7A", "foreground": "#546E7A",
"selectionBackground": "#80CBC4", "selectionBackground": "#80CBC440",
"selectionForeground": "#546e7a" "selectionForeground": "#546e7a"
}, },
"ScreenView.borderColor": "#d3e1e8",
"ScrollBar": { "ScrollBar": {
"background": "#FAFAFA", "background": "#FAFAFA",
"hoverThumbBorderColor": "#00BCD4", "hoverThumbBorderColor": "#00BCD4",
@@ -569,16 +597,25 @@
"infoForeground": "#94A7B0" "infoForeground": "#94A7B0"
}, },
"Tab": { "Tab": {
"active.foreground": "#546e7a", "active.foreground": "#272727",
"selectedForeground": "#546e7a", "selectedForeground": "#272727",
"selectedBackground": "#E7E7E8" "selectedBackground": "#E7E7E8"
} }
}, },
"SearchMatch": { "SearchMatch": {
"endBackground": "#00BCD4", "endBackground": "#00BCD4",
"startBackground": "#00BCD4" "startBackground": "#00BCD4",
"endColor": "#00BCD4",
"startColor": "#00BCD4"
}, },
"SearchField.errorBackground": "#eae8e8", "SearchField.errorBackground": "#eae8e8",
"SearchOption": {
"selectedBackground": "#E7E7E8"
},
"SearchResults": {
"Ordinal.File.Foreground": "#94A7B0",
"Repeated.File.Foreground": "#546E7A"
},
"Separator": { "Separator": {
"background": "#FFFFFF", "background": "#FFFFFF",
"foreground": "#FFFFFF", "foreground": "#FFFFFF",
@@ -608,7 +645,7 @@
"background": "#FAFAFA", "background": "#FAFAFA",
"border": "3,3,3,3", "border": "3,3,3,3",
"foreground": "#546E7A", "foreground": "#546E7A",
"selectionForeground": "#546e7a" "selectionForeground": "#272727"
}, },
"SplitPane": { "SplitPane": {
"background": "#FAFAFA", "background": "#FAFAFA",
@@ -616,7 +653,9 @@
}, },
"SplitPaneDivider.draggingColor": "#FFFFFF", "SplitPaneDivider.draggingColor": "#FFFFFF",
"StatusBar": { "StatusBar": {
"borderColor": "#FAFAFA" "borderColor": "#FAFAFA",
"hoverBackground": "#E7E7E8",
"LightEditBackground": "#E7E7E8"
}, },
"TabbedPane": { "TabbedPane": {
"background": "#FAFAFA", "background": "#FAFAFA",
@@ -632,7 +671,7 @@
"highlight": "#d3e1e8", "highlight": "#d3e1e8",
"hoverColor": "#E7E7E8", "hoverColor": "#E7E7E8",
"labelShift": 0, "labelShift": 0,
"selectedForeground": "#546e7a", "selectedForeground": "#272727",
"selectedLabelShift": 0, "selectedLabelShift": 0,
"selectedTabPadInsets": "0,0,0,0", "selectedTabPadInsets": "0,0,0,0",
"tabsOverlapBorder": true, "tabsOverlapBorder": true,
@@ -643,21 +682,25 @@
}, },
"TabbedPane.mt.tab.background": "#FAFAFA", "TabbedPane.mt.tab.background": "#FAFAFA",
"Table": { "Table": {
"alternativeRowBackground": "#EEEEEE",
"background": "#FAFAFA", "background": "#FAFAFA",
"cellNoFocusBorder": "10,5,10,5", "cellNoFocusBorder": "10,5,10,5",
"focusCellHighlightBorder": "10,5,10,5", "focusCellHighlightBorder": "10,5,10,5",
"disabledForeground": "#D2D4D5",
"dropLineColor": "#00BCD4", "dropLineColor": "#00BCD4",
"dropLineShortColor": "#00BCD4", "dropLineShortColor": "#00BCD4",
"focusCellBackground": "#E7E7E8", "focusCellBackground": "#E7E7E8",
"focusCellForeground": "#546e7a", "focusCellForeground": "#272727",
"foreground": "#546E7A", "foreground": "#546E7A",
"gridColor": "#FAFAFA", "gridColor": "#FAFAFA",
"highlightOuter": "#E7E7E8", "highlightOuter": "#E7E7E8",
"lightSelectionForeground": "#546e7a", "hoverBackground": "#80CBC440",
"hoverInactiveBackground": "#E7E7E8",
"lightSelectionForeground": "#272727",
"lightSelectionInactiveForeground": "#94A7B0", "lightSelectionInactiveForeground": "#94A7B0",
"lightSelectionInactiveBackground": "#FFFFFF", "lightSelectionInactiveBackground": "#FFFFFF",
"selectionBackground": "#E7E7E8", "selectionBackground": "#E7E7E8",
"selectionForeground": "#546e7a", "selectionForeground": "#272727",
"selectionInactiveBackground": "#E7E7E8", "selectionInactiveBackground": "#E7E7E8",
"selectionInactiveForeground": "#546e7a", "selectionInactiveForeground": "#546e7a",
"sortIconColor": "#546E7A", "sortIconColor": "#546E7A",
@@ -671,7 +714,7 @@
"disabledForeground": "#D2D4D5", "disabledForeground": "#D2D4D5",
"foreground": "#546E7A", "foreground": "#546E7A",
"focusCellBackground": "#E7E7E8", "focusCellBackground": "#E7E7E8",
"focusCellForeground": "#546e7a", "focusCellForeground": "#272727",
"height": 25, "height": 25,
"separatorColor": "#FFFFFF" "separatorColor": "#FFFFFF"
}, },
@@ -684,7 +727,7 @@
"foreground": "#546E7A", "foreground": "#546E7A",
"inactiveForeground": "#D2D4D5", "inactiveForeground": "#D2D4D5",
"selectionBackground": "#E7E7E8", "selectionBackground": "#E7E7E8",
"selectionForeground": "#546e7a" "selectionForeground": "#272727"
}, },
"TextField": { "TextField": {
"background": "#FAFAFA", "background": "#FAFAFA",
@@ -692,7 +735,7 @@
"foreground": "#546E7A", "foreground": "#546E7A",
"inactiveForeground": "#D2D4D5", "inactiveForeground": "#D2D4D5",
"selectionBackground": "#E7E7E8", "selectionBackground": "#E7E7E8",
"selectionForeground": "#546e7a" "selectionForeground": "#272727"
}, },
"TextPane": { "TextPane": {
"background": "#FAFAFA", "background": "#FAFAFA",
@@ -700,7 +743,7 @@
"foreground": "#546E7A", "foreground": "#546E7A",
"inactiveForeground": "#D2D4D5", "inactiveForeground": "#D2D4D5",
"selectionBackground": "#E7E7E8", "selectionBackground": "#E7E7E8",
"selectionForeground": "#546e7a" "selectionForeground": "#272727"
}, },
"TitlePane": { "TitlePane": {
"background": "#EEEEEE", "background": "#EEEEEE",
@@ -729,8 +772,8 @@
"ToolTip": { "ToolTip": {
"Actions.background": "#FAFAFA", "Actions.background": "#FAFAFA",
"Actions.infoForeground": "#94A7B0", "Actions.infoForeground": "#94A7B0",
"background": "#FAFAFA", "background": "#eae8e8",
"borderColor": "#E7E7E8", "borderColor": "#d3e1e8",
"foreground": "#546E7A", "foreground": "#546E7A",
"infoForeground": "#94A7B0", "infoForeground": "#94A7B0",
"separatorColor": "#d3e1e8", "separatorColor": "#d3e1e8",
@@ -739,7 +782,7 @@
"ToolWindow": { "ToolWindow": {
"Button": { "Button": {
"hoverBackground": "#E7E7E8", "hoverBackground": "#E7E7E8",
"selectedForeground": "#546e7a", "selectedForeground": "#272727",
"selectedBackground": "#EEEEEE" "selectedBackground": "#EEEEEE"
}, },
"Header": { "Header": {
@@ -751,20 +794,25 @@
"background": "#FAFAFA" "background": "#FAFAFA"
}, },
"HeaderTab": { "HeaderTab": {
"borderColor": "#E7E7E8",
"hoverBackground": "#E7E7E8", "hoverBackground": "#E7E7E8",
"hoverInactiveBackground": "#FFFFFF", "hoverInactiveBackground": "#E7E7E8",
"inactiveUnderlineColor": "#00BCD4", "inactiveUnderlineColor": "#00BCD4",
"selectedBackground": "#EEEEEE", "selectedBackground": "#EEEEEE",
"selectedInactiveBackground": "#EEEEEE", "selectedInactiveBackground": "#EEEEEE",
"underlineColor": "#00BCD4", "underlineColor": "#00BCD4",
"underlinedTabBackground": "#E7E7E8", "underlinedTabBackground": "#E7E7E8",
"underlinedTabInactiveBackground": "#FFFFFF" "underlinedTabInactiveBackground": "#FFFFFF",
"underlinedTabForeground": "#546e7a",
"underlinedTabInactiveForeground": "#546E7A"
} }
}, },
"Tree": { "Tree": {
"background": "#FAFAFA", "background": "#FAFAFA",
"foreground": "#94A7B0", "foreground": "#94A7B0",
"hash": "#d3e1e8", "hash": "#d3e1e8",
"hoverBackground": "#80CBC440",
"hoverInactiveBackground": "#E7E7E8",
"modifiedItemForeground": "#00BCD4", "modifiedItemForeground": "#00BCD4",
"rowHeight": 28, "rowHeight": 28,
"selectionBackground": "#80CBC440", "selectionBackground": "#80CBC440",
@@ -775,26 +823,64 @@
}, },
"Tree.leftChildIndent": 10, "Tree.leftChildIndent": 10,
"Tree.rightChildIndent": 5, "Tree.rightChildIndent": 5,
"UiDesigner": { "UIDesigner": {
"Activity.borderColor": "#d3e1e8", "Activity.borderColor": "#d3e1e8",
"ColorPicker.background": "#FAFAFA", "Canvas.background": "#EEEEEE",
"ColorPicker.foreground": "#546E7A", "ColorPicker": {
"Component.borderColor": "#d3e1e8", "background": "#FAFAFA",
"Component.background": "#FAFAFA", "foreground": "#546E7A"
"Component.foreground": "#546E7A", },
"Connector.borderColor": "#d3e1e8", "Component": {
"Connector.hoverBorderColor": "#E7E7E8", "borderColor": "#d3e1e8",
"background": "#FAFAFA",
"foreground": "#546E7A",
"hoverBorderColor": "#E7E7E8"
},
"Connector": {
"borderColor": "#d3e1e8",
"hoverBorderColor": "#E7E7E8"
},
"Canvas.background": "#EEEEEE", "Canvas.background": "#EEEEEE",
"highStroke.foreground": "#546E7A", "highStroke.foreground": "#546E7A",
"Label.foreground": "#94A7B0", "Label.foreground": "#94A7B0",
"List.selectionBackground": "#80CBC440", "List.selectionBackground": "#80CBC440",
"Panel.borderColor": "#d3e1e8", "motion": {
"Panel.background": "#FAFAFA", "borderColor": "#d3e1e8",
"Component.foreground": "#546E7A",
"ConstraintSetText.foreground": "#94A7B0",
"ConstraintSet.background": "#FFFFFF",
"CSPanel.SelectedFocusBackground": "#80CBC440",
"CSPanel.SelectedBackground": "#80CBC440",
"cs_FocusText.infoForeground": "#94A7B0",
"CursorTextColor.foreground": "#546E7A",
"HoverColor.disabledBackground": "#D2D4D5",
"motionGraph.background": "#FAFAFA",
"Notification.background": "#eae8e8",
"ourAvg.background": "#FFFFFF",
"ourCS.background": "#FFFFFF",
"ourCS_Border.borderColor": "#d3e1e8",
"ourCS_TextColor.foreground": "#94A7B0",
"ourCS_SelectedFocusBackground.selectionForeground": "#546e7a",
"ourCS_SelectedBackground.selectionInactiveBackground": "#E7E7E8",
"ourCS_SelectedBorder.pressedBorderColor": "#E7E7E8",
"ourML_BarColor.separatorColor": "#d3e1e8",
"PrimaryPanel.background": "#EEEEEE",
"SecondaryPanel.background": "#FAFAFA",
"SecondaryPanel.header.foreground": "#94A7B0",
"SecondaryPanel.header.background": "#EEEEEE",
"timeLine.disabledBorderColor": "#d3e1e8"
},
"Panel": {
"borderColor": "#d3e1e8",
"background": "#FAFAFA"
},
"percent.foreground": "#546E7A", "percent.foreground": "#546E7A",
"Placeholder.background": "#FAFAFA", "Placeholder": {
"Placeholder.borderColor": "#d3e1e8", "background": "#FAFAFA",
"Placeholder.foreground": "#546E7A", "borderColor": "#d3e1e8",
"Placeholder.selectedForeground": "#546e7a", "foreground": "#546E7A",
"selectedForeground": "#546e7a"
},
"Preview.background": "#FAFAFA", "Preview.background": "#FAFAFA",
"stroke.acceleratorForeground": "#94A7B0" "stroke.acceleratorForeground": "#94A7B0"
}, },
@@ -819,7 +905,7 @@
}, },
"HgLog": { "HgLog": {
"branchIconColor": "#00BCD4", "branchIconColor": "#00BCD4",
"bookmarkIconColor": "#546e7a", "bookmarkIconColor": "#272727",
"closedBranchIconColor": "#D2D4D5", "closedBranchIconColor": "#D2D4D5",
"localTagIconColor": "#94A7B0", "localTagIconColor": "#94A7B0",
"mqTagIconColor": "#94A7B0", "mqTagIconColor": "#94A7B0",
@@ -828,10 +914,11 @@
}, },
"Log": { "Log": {
"Commit.unmatchedForeground": "#94A7B0", "Commit.unmatchedForeground": "#94A7B0",
"Commit.currentBranchBackground": "#FFFFFF" "Commit.currentBranchBackground": "#FFFFFF",
"Commit.hoveredBackground": "#80CBC440"
}, },
"RefLabel": { "RefLabel": {
"foreground": "#546e7a", "foreground": "#272727",
"backgroundBase": "#E7E7E8" "backgroundBase": "#E7E7E8"
} }
}, },
@@ -840,18 +927,24 @@
"foreground": "#546E7A" "foreground": "#546E7A"
}, },
"WelcomeScreen": { "WelcomeScreen": {
"AssociatedComponent.background": "#FAFAFA",
"background": "#FAFAFA", "background": "#FAFAFA",
"borderColor": "#FAFAFA", "borderColor": "#FAFAFA",
"captionBackground": "#EEEEEE", "captionBackground": "#EEEEEE",
"captionForeground": "#546E7A", "captionForeground": "#546E7A",
"Details.background": "#FAFAFA",
"footerBackground": "#EEEEEE", "footerBackground": "#EEEEEE",
"footerForeground": "#546E7A", "footerForeground": "#546E7A",
"headerBackground": "#FAFAFA", "headerBackground": "#FAFAFA",
"headerForeground": "#546E7A", "headerForeground": "#546E7A",
"List.background": "#EEEEEE",
"separatorColor": "#d3e1e8", "separatorColor": "#d3e1e8",
"SidePanel.background": "#FFFFFF",
"Projects": { "Projects": {
"actions.background": "#EEEEEE",
"actions.selectionBackground": "#E7E7E8",
"background": "#FFFFFF", "background": "#FFFFFF",
"selectionBackground": "#80CBC4", "selectionBackground": "#80CBC440",
"selectionInactiveBackground": "#FFFFFF" "selectionInactiveBackground": "#FFFFFF"
} }
}, },
@@ -881,8 +974,8 @@
"Actions.Yellow": "#F6A434", "Actions.Yellow": "#F6A434",
"Checkbox.Background.Default": "#EEEEEE", "Checkbox.Background.Default": "#EEEEEE",
"Checkbox.Background.Default.Dark": "#EEEEEE", "Checkbox.Background.Default.Dark": "#EEEEEE",
"Checkbox.Background.Disabled": "#CCD7DA", "Checkbox.Background.Disabled": "#CCD7DA50",
"Checkbox.Background.Disabled.Dark": "#CCD7DA", "Checkbox.Background.Disabled.Dark": "#CCD7DA50",
"Checkbox.Border.Default": "#d3e1e8", "Checkbox.Border.Default": "#d3e1e8",
"Checkbox.Border.Default.Dark": "#d3e1e8", "Checkbox.Border.Default.Dark": "#d3e1e8",
"Checkbox.Border.Disabled": "#D2D4D5", "Checkbox.Border.Disabled": "#D2D4D5",

View File

@@ -3,6 +3,12 @@
"dark": true, "dark": true,
"author": "Mallowigi", "author": "Mallowigi",
"editorScheme": "/colors/Material Oceanic.xml", "editorScheme": "/colors/Material Oceanic.xml",
"emptyFrameBackground": {
"anchor": "center",
"image": "/walls/oceanic.svg",
"fill": "scale",
"transparency": 50
},
"ui": { "ui": {
"*": { "*": {
"acceleratorSelectionForeground": "#607D8B", "acceleratorSelectionForeground": "#607D8B",
@@ -72,7 +78,10 @@
"Tooltip.borderColor": "#2A373E", "Tooltip.borderColor": "#2A373E",
"Tooltip.background": "#1E272C" "Tooltip.background": "#1E272C"
}, },
"Content.background": "#1E272C", "Content": {
"background": "#1E272C",
"selectionBackground": "#546E7A"
},
"CheckBox": { "CheckBox": {
"background": "#263238", "background": "#263238",
"disabledText": "#415967", "disabledText": "#415967",
@@ -89,6 +98,14 @@
"selectionBackground": "#546E7A", "selectionBackground": "#546E7A",
"selectionForeground": "#FFFFFF" "selectionForeground": "#FFFFFF"
}, },
"CodeWithMe": {
"Avatar.foreground": "#B0BEC5",
"AccessEnabled": {
"accessDot": "#009688",
"dropdownBorder": "#32424A",
"pillBackground": "$second"
}
},
"ColorChooser": { "ColorChooser": {
"background": "#263238", "background": "#263238",
"foreground": "#B0BEC5", "foreground": "#B0BEC5",
@@ -104,6 +121,7 @@
}, },
"background": "#1E272C", "background": "#1E272C",
"buttonBackground": "#2E3C43", "buttonBackground": "#2E3C43",
"darcula.hoveredArrowButtonForeground": "#009688",
"disabledForeground": "#415967", "disabledForeground": "#415967",
"foreground": "#B0BEC5", "foreground": "#B0BEC5",
"modifiedItemForeground": "#009688", "modifiedItemForeground": "#009688",
@@ -123,8 +141,8 @@
"selectedGrayedForeground": "#FFFFFF", "selectedGrayedForeground": "#FFFFFF",
"selectionGrayForeground": "#FFFFFF", "selectionGrayForeground": "#FFFFFF",
"selectionInactiveInfoForeground": "#607D8B", "selectionInactiveInfoForeground": "#607D8B",
"selectionInactiveBackground": "#546E7A50", "selectionInactiveBackground": "#546E7A",
"selectionBackground": "#546E7A80", "selectionBackground": "#546E7A",
"selectionForeground": "#FFFFFF", "selectionForeground": "#FFFFFF",
"selectionInfoForeground": "#FFFFFF" "selectionInfoForeground": "#FFFFFF"
}, },
@@ -168,11 +186,13 @@
"hoverBackground": "#314549", "hoverBackground": "#314549",
"hoverColor": "#1E272C", "hoverColor": "#1E272C",
"hoverMaskColor": "#425B67", "hoverMaskColor": "#425B67",
"inactiveColoredTabBackground": "#263238",
"inactiveColoredFileBackground": "#2E3C43", "inactiveColoredFileBackground": "#2E3C43",
"inactiveUnderlineColor": "#415967", "inactiveUnderlineColor": "#009688",
"inactiveMaskColor": "#1E272C", "inactiveMaskColor": "#1E272C",
"underlineColor": "#009688", "underlineColor": "#009688",
"underlinedTabBackground": "#314549" "underlinedTabBackground": "#314549",
"underlinedTabForeground": "#FFFFFF"
}, },
"Desktop.background": "#263238", "Desktop.background": "#263238",
"DialogWrapper.southPanelBackground": "#263238", "DialogWrapper.southPanelBackground": "#263238",
@@ -198,15 +218,17 @@
}, },
"EditorTabs": { "EditorTabs": {
"borderColor": "#32424A", "borderColor": "#32424A",
"hoverBackground": "#425B67",
"hoverColor": "#425B67", "hoverColor": "#425B67",
"hoverMaskColor": "#425B67", "hoverMaskColor": "#425B67",
"inactiveMaskColor": "#263238", "inactiveMaskColor": "#263238",
"inactiveColoredFileBackground": "#2632382", "inactiveColoredFileBackground": "#263238",
"inactiveUnderlineColor": "#415967", "inactiveUnderlineColor": "#415967",
"selectedForeground": "#B0BEC5", "selectedForeground": "#B0BEC5",
"selectedBackground": "#314549", "selectedBackground": "#314549",
"underlineColor": "#009688", "underlineColor": "#009688",
"underlinedTabBackground": "#314549" "underlinedTabBackground": "#314549",
"underlinedTabForeground": "#FFFFFF"
}, },
"EditorGroupsTabs": { "EditorGroupsTabs": {
"background": "#263238", "background": "#263238",
@@ -246,12 +268,13 @@
"selectionForeground": "#FFFFFF", "selectionForeground": "#FFFFFF",
"selectionBackground": "#314549" "selectionBackground": "#314549"
}, },
"GotItTooltip.borderColor": "#1E272C",
"Group": { "Group": {
"disabledSeparatorColor": "#2A373E", "disabledSeparatorColor": "#2A373E",
"separatorColor": "#2A373E" "separatorColor": "#2A373E"
}, },
"GutterTooltip": { "GutterTooltip": {
"infoForeground": "#B0BEC5", "infoForeground": "#607D8B",
"lineSeparatorColor": "#263238" "lineSeparatorColor": "#263238"
}, },
"HeaderColor": { "HeaderColor": {
@@ -288,7 +311,8 @@
"disabledText": "#415967", "disabledText": "#415967",
"foreground": "#B0BEC5", "foreground": "#B0BEC5",
"infoForeground": "#607D8B", "infoForeground": "#607D8B",
"selectedForeground": "#FFFFFF" "selectedForeground": "#FFFFFF",
"selectedDisabledForeground": "#B0BEC5"
}, },
"Link": { "Link": {
"activeForeground": "#009688", "activeForeground": "#009688",
@@ -301,10 +325,12 @@
"List": { "List": {
"background": "#32424A", "background": "#32424A",
"foreground": "#B0BEC5", "foreground": "#B0BEC5",
"selectionBackground": "#546E7A50", "hoverBackground": "#546E7A70",
"hoverInactiveBackground": "#314549",
"selectionBackground": "#546E7A",
"selectionForeground": "#FFFFFF", "selectionForeground": "#FFFFFF",
"selectionInactiveForeground": "#FFFFFF", "selectionInactiveForeground": "#FFFFFF",
"selectionInactiveBackground": "#546E7A50" "selectionInactiveBackground": "#546E7A70"
}, },
"material": { "material": {
"background": "#263238", "background": "#263238",
@@ -409,7 +435,7 @@
"ParameterInfo": { "ParameterInfo": {
"background": "#32424A", "background": "#32424A",
"borderColor": "#314549", "borderColor": "#314549",
"currentOverloadBackground": "#314549", "currentOverloadBackground": "#425B67",
"currentParameterForeground": "#009688", "currentParameterForeground": "#009688",
"disabledForeground": "#415967", "disabledForeground": "#415967",
"foreground": "#B0BEC5", "foreground": "#B0BEC5",
@@ -429,7 +455,8 @@
"background": "#263238", "background": "#263238",
"disabledForeground": "#415967", "disabledForeground": "#415967",
"eapTagBackground": "#425B67", "eapTagBackground": "#425B67",
"lightSelectionBackground": "#546E7A", "hoverBackground": "#546E7A70",
"lightSelectionBackground": "#314549",
"paidTagBackground": "#425B67", "paidTagBackground": "#425B67",
"selectionBackground": "#546E7A", "selectionBackground": "#546E7A",
"tagForeground": "#009688", "tagForeground": "#009688",
@@ -442,7 +469,7 @@
"installFocusedBackground": "#425B67", "installFocusedBackground": "#425B67",
"installFillForeground": "#415967", "installFillForeground": "#415967",
"installFillBackground": "#2E3C43", "installFillBackground": "#2E3C43",
"updateBackground": "#2E3C43", "updateBackground": "#009688",
"updateBorderColor": "#2E3C43", "updateBorderColor": "#2E3C43",
"updateForeground": "#B0BEC5" "updateForeground": "#B0BEC5"
}, },
@@ -517,6 +544,7 @@
"selectionBackground": "#546E7A", "selectionBackground": "#546E7A",
"selectionForeground": "#FFFFFF" "selectionForeground": "#FFFFFF"
}, },
"ScreenView.borderColor": "#2A373E",
"ScrollBar": { "ScrollBar": {
"background": "#263238", "background": "#263238",
"hoverThumbBorderColor": "#009688", "hoverThumbBorderColor": "#009688",
@@ -576,9 +604,18 @@
}, },
"SearchMatch": { "SearchMatch": {
"endBackground": "#009688", "endBackground": "#009688",
"startBackground": "#009688" "startBackground": "#009688",
"endColor": "#009688",
"startColor": "#009688"
}, },
"SearchField.errorBackground": "#1E272C", "SearchField.errorBackground": "#1E272C",
"SearchOption": {
"selectedBackground": "#314549"
},
"SearchResults": {
"Ordinal.File.Foreground": "#607D8B",
"Repeated.File.Foreground": "#B0BEC5"
},
"Separator": { "Separator": {
"background": "#32424A", "background": "#32424A",
"foreground": "#32424A", "foreground": "#32424A",
@@ -616,7 +653,9 @@
}, },
"SplitPaneDivider.draggingColor": "#32424A", "SplitPaneDivider.draggingColor": "#32424A",
"StatusBar": { "StatusBar": {
"borderColor": "#263238" "borderColor": "#263238",
"hoverBackground": "#425B67",
"LightEditBackground": "#314549"
}, },
"TabbedPane": { "TabbedPane": {
"background": "#263238", "background": "#263238",
@@ -643,9 +682,11 @@
}, },
"TabbedPane.mt.tab.background": "#1E272C", "TabbedPane.mt.tab.background": "#1E272C",
"Table": { "Table": {
"alternativeRowBackground": "#1E272C",
"background": "#263238", "background": "#263238",
"cellNoFocusBorder": "10,5,10,5", "cellNoFocusBorder": "10,5,10,5",
"focusCellHighlightBorder": "10,5,10,5", "focusCellHighlightBorder": "10,5,10,5",
"disabledForeground": "#415967",
"dropLineColor": "#009688", "dropLineColor": "#009688",
"dropLineShortColor": "#009688", "dropLineShortColor": "#009688",
"focusCellBackground": "#314549", "focusCellBackground": "#314549",
@@ -653,6 +694,8 @@
"foreground": "#B0BEC5", "foreground": "#B0BEC5",
"gridColor": "#263238", "gridColor": "#263238",
"highlightOuter": "#314549", "highlightOuter": "#314549",
"hoverBackground": "#546E7A70",
"hoverInactiveBackground": "#314549",
"lightSelectionForeground": "#FFFFFF", "lightSelectionForeground": "#FFFFFF",
"lightSelectionInactiveForeground": "#607D8B", "lightSelectionInactiveForeground": "#607D8B",
"lightSelectionInactiveBackground": "#32424A", "lightSelectionInactiveBackground": "#32424A",
@@ -729,8 +772,8 @@
"ToolTip": { "ToolTip": {
"Actions.background": "#263238", "Actions.background": "#263238",
"Actions.infoForeground": "#607D8B", "Actions.infoForeground": "#607D8B",
"background": "#263238", "background": "#1E272C",
"borderColor": "#425B67", "borderColor": "#2A373E",
"foreground": "#B0BEC5", "foreground": "#B0BEC5",
"infoForeground": "#607D8B", "infoForeground": "#607D8B",
"separatorColor": "#2A373E", "separatorColor": "#2A373E",
@@ -751,50 +794,93 @@
"background": "#263238" "background": "#263238"
}, },
"HeaderTab": { "HeaderTab": {
"borderColor": "#425B67",
"hoverBackground": "#425B67", "hoverBackground": "#425B67",
"hoverInactiveBackground": "#32424A", "hoverInactiveBackground": "#425B67",
"inactiveUnderlineColor": "#009688", "inactiveUnderlineColor": "#009688",
"selectedBackground": "#1E272C", "selectedBackground": "#1E272C",
"selectedInactiveBackground": "#1E272C", "selectedInactiveBackground": "#1E272C",
"underlineColor": "#009688", "underlineColor": "#009688",
"underlinedTabBackground": "#425B67", "underlinedTabBackground": "#314549",
"underlinedTabInactiveBackground": "#32424A" "underlinedTabInactiveBackground": "#32424A",
"underlinedTabForeground": "#FFFFFF",
"underlinedTabInactiveForeground": "#B0BEC5"
} }
}, },
"Tree": { "Tree": {
"background": "#1E272C", "background": "#1E272C",
"foreground": "#607D8B", "foreground": "#607D8B",
"hash": "#2A373E", "hash": "#2A373E",
"hoverBackground": "#546E7A70",
"hoverInactiveBackground": "#314549",
"modifiedItemForeground": "#009688", "modifiedItemForeground": "#009688",
"rowHeight": 28, "rowHeight": 28,
"selectionBackground": "#546E7A50", "selectionBackground": "#546E7A70",
"selectionForeground": "#FFFFFF", "selectionForeground": "#FFFFFF",
"selectionInactiveForeground": "#FFFFFF", "selectionInactiveForeground": "#FFFFFF",
"selectionInactiveBackground": "#546E7A50", "selectionInactiveBackground": "#546E7A70",
"textBackground": "#1E272C" "textBackground": "#1E272C"
}, },
"Tree.leftChildIndent": 10, "Tree.leftChildIndent": 10,
"Tree.rightChildIndent": 5, "Tree.rightChildIndent": 5,
"UiDesigner": { "UIDesigner": {
"Activity.borderColor": "#2A373E", "Activity.borderColor": "#2A373E",
"ColorPicker.background": "#263238", "Canvas.background": "#1E272C",
"ColorPicker.foreground": "#B0BEC5", "ColorPicker": {
"Component.borderColor": "#2A373E", "background": "#263238",
"Component.background": "#263238", "foreground": "#B0BEC5"
"Component.foreground": "#B0BEC5", },
"Connector.borderColor": "#2A373E", "Component": {
"Connector.hoverBorderColor": "#425B67", "borderColor": "#2A373E",
"background": "#263238",
"foreground": "#B0BEC5",
"hoverBorderColor": "#425B67"
},
"Connector": {
"borderColor": "#2A373E",
"hoverBorderColor": "#425B67"
},
"Canvas.background": "#1E272C", "Canvas.background": "#1E272C",
"highStroke.foreground": "#B0BEC5", "highStroke.foreground": "#B0BEC5",
"Label.foreground": "#607D8B", "Label.foreground": "#607D8B",
"List.selectionBackground": "#546E7A50", "List.selectionBackground": "#546E7A70",
"Panel.borderColor": "#2A373E", "motion": {
"Panel.background": "#263238", "borderColor": "#2A373E",
"Component.foreground": "#B0BEC5",
"ConstraintSetText.foreground": "#607D8B",
"ConstraintSet.background": "#32424A",
"CSPanel.SelectedFocusBackground": "#546E7A",
"CSPanel.SelectedBackground": "#546E7A70",
"cs_FocusText.infoForeground": "#607D8B",
"CursorTextColor.foreground": "#B0BEC5",
"HoverColor.disabledBackground": "#415967",
"motionGraph.background": "#263238",
"Notification.background": "#1E272C",
"ourAvg.background": "#32424A",
"ourCS.background": "#32424A",
"ourCS_Border.borderColor": "#2A373E",
"ourCS_TextColor.foreground": "#607D8B",
"ourCS_SelectedFocusBackground.selectionForeground": "#FFFFFF",
"ourCS_SelectedBackground.selectionInactiveBackground": "#314549",
"ourCS_SelectedBorder.pressedBorderColor": "#425B67",
"ourML_BarColor.separatorColor": "#2A373E",
"PrimaryPanel.background": "#1E272C",
"SecondaryPanel.background": "#263238",
"SecondaryPanel.header.foreground": "#607D8B",
"SecondaryPanel.header.background": "#1E272C",
"timeLine.disabledBorderColor": "#2A373E"
},
"Panel": {
"borderColor": "#2A373E",
"background": "#263238"
},
"percent.foreground": "#B0BEC5", "percent.foreground": "#B0BEC5",
"Placeholder.background": "#263238", "Placeholder": {
"Placeholder.borderColor": "#2A373E", "background": "#263238",
"Placeholder.foreground": "#B0BEC5", "borderColor": "#2A373E",
"Placeholder.selectedForeground": "#FFFFFF", "foreground": "#B0BEC5",
"selectedForeground": "#FFFFFF"
},
"Preview.background": "#263238", "Preview.background": "#263238",
"stroke.acceleratorForeground": "#607D8B" "stroke.acceleratorForeground": "#607D8B"
}, },
@@ -828,7 +914,8 @@
}, },
"Log": { "Log": {
"Commit.unmatchedForeground": "#607D8B", "Commit.unmatchedForeground": "#607D8B",
"Commit.currentBranchBackground": "#32424A" "Commit.currentBranchBackground": "#32424A",
"Commit.hoveredBackground": "#546E7A70"
}, },
"RefLabel": { "RefLabel": {
"foreground": "#FFFFFF", "foreground": "#FFFFFF",
@@ -840,16 +927,22 @@
"foreground": "#B0BEC5" "foreground": "#B0BEC5"
}, },
"WelcomeScreen": { "WelcomeScreen": {
"AssociatedComponent.background": "#263238",
"background": "#263238", "background": "#263238",
"borderColor": "#263238", "borderColor": "#263238",
"captionBackground": "#1E272C", "captionBackground": "#1E272C",
"captionForeground": "#B0BEC5", "captionForeground": "#B0BEC5",
"Details.background": "#263238",
"footerBackground": "#1E272C", "footerBackground": "#1E272C",
"footerForeground": "#B0BEC5", "footerForeground": "#B0BEC5",
"headerBackground": "#263238", "headerBackground": "#263238",
"headerForeground": "#B0BEC5", "headerForeground": "#B0BEC5",
"List.background": "#1E272C",
"separatorColor": "#2A373E", "separatorColor": "#2A373E",
"SidePanel.background": "#32424A",
"Projects": { "Projects": {
"actions.background": "#1E272C",
"actions.selectionBackground": "#425B67",
"background": "#32424A", "background": "#32424A",
"selectionBackground": "#546E7A", "selectionBackground": "#546E7A",
"selectionInactiveBackground": "#32424A" "selectionInactiveBackground": "#32424A"

View File

@@ -3,6 +3,12 @@
"dark": true, "dark": true,
"author": "Mallowigi", "author": "Mallowigi",
"editorScheme": "/colors/Material Oceanic.xml", "editorScheme": "/colors/Material Oceanic.xml",
"emptyFrameBackground": {
"anchor": "center",
"image": "/walls/oceanic.svg",
"fill": "scale",
"transparency": 50
},
"ui": { "ui": {
"*": { "*": {
"acceleratorSelectionForeground": "#607D8B", "acceleratorSelectionForeground": "#607D8B",
@@ -72,7 +78,10 @@
"Tooltip.borderColor": "#2A373E", "Tooltip.borderColor": "#2A373E",
"Tooltip.background": "#1E272C" "Tooltip.background": "#1E272C"
}, },
"Content.background": "#1E272C", "Content": {
"background": "#1E272C",
"selectionBackground": "#546E7A"
},
"CheckBox": { "CheckBox": {
"background": "#263238", "background": "#263238",
"disabledText": "#415967", "disabledText": "#415967",
@@ -89,6 +98,14 @@
"selectionBackground": "#546E7A", "selectionBackground": "#546E7A",
"selectionForeground": "#FFFFFF" "selectionForeground": "#FFFFFF"
}, },
"CodeWithMe": {
"Avatar.foreground": "#B0BEC5",
"AccessEnabled": {
"accessDot": "#009688",
"dropdownBorder": "#32424A",
"pillBackground": "$second"
}
},
"ColorChooser": { "ColorChooser": {
"background": "#263238", "background": "#263238",
"foreground": "#B0BEC5", "foreground": "#B0BEC5",
@@ -104,6 +121,7 @@
}, },
"background": "#263238", "background": "#263238",
"buttonBackground": "#2E3C43", "buttonBackground": "#2E3C43",
"darcula.hoveredArrowButtonForeground": "#009688",
"disabledForeground": "#415967", "disabledForeground": "#415967",
"foreground": "#B0BEC5", "foreground": "#B0BEC5",
"modifiedItemForeground": "#009688", "modifiedItemForeground": "#009688",
@@ -123,8 +141,8 @@
"selectedGrayedForeground": "#FFFFFF", "selectedGrayedForeground": "#FFFFFF",
"selectionGrayForeground": "#FFFFFF", "selectionGrayForeground": "#FFFFFF",
"selectionInactiveInfoForeground": "#607D8B", "selectionInactiveInfoForeground": "#607D8B",
"selectionInactiveBackground": "#546E7A50", "selectionInactiveBackground": "#546E7A",
"selectionBackground": "#546E7A80", "selectionBackground": "#546E7A",
"selectionForeground": "#FFFFFF", "selectionForeground": "#FFFFFF",
"selectionInfoForeground": "#FFFFFF" "selectionInfoForeground": "#FFFFFF"
}, },
@@ -168,11 +186,13 @@
"hoverBackground": "#314549", "hoverBackground": "#314549",
"hoverColor": "#263238", "hoverColor": "#263238",
"hoverMaskColor": "#425B67", "hoverMaskColor": "#425B67",
"inactiveColoredTabBackground": "#263238",
"inactiveColoredFileBackground": "#2E3C43", "inactiveColoredFileBackground": "#2E3C43",
"inactiveUnderlineColor": "#415967", "inactiveUnderlineColor": "#009688",
"inactiveMaskColor": "#263238", "inactiveMaskColor": "#263238",
"underlineColor": "#009688", "underlineColor": "#009688",
"underlinedTabBackground": "#314549" "underlinedTabBackground": "#314549",
"underlinedTabForeground": "#FFFFFF"
}, },
"Desktop.background": "#263238", "Desktop.background": "#263238",
"DialogWrapper.southPanelBackground": "#263238", "DialogWrapper.southPanelBackground": "#263238",
@@ -198,15 +218,17 @@
}, },
"EditorTabs": { "EditorTabs": {
"borderColor": "#32424A", "borderColor": "#32424A",
"hoverBackground": "#425B67",
"hoverColor": "#425B67", "hoverColor": "#425B67",
"hoverMaskColor": "#425B67", "hoverMaskColor": "#425B67",
"inactiveMaskColor": "#263238", "inactiveMaskColor": "#263238",
"inactiveColoredFileBackground": "#2632382", "inactiveColoredFileBackground": "#263238",
"inactiveUnderlineColor": "#415967", "inactiveUnderlineColor": "#415967",
"selectedForeground": "#B0BEC5", "selectedForeground": "#B0BEC5",
"selectedBackground": "#314549", "selectedBackground": "#314549",
"underlineColor": "#009688", "underlineColor": "#009688",
"underlinedTabBackground": "#314549" "underlinedTabBackground": "#314549",
"underlinedTabForeground": "#FFFFFF"
}, },
"EditorGroupsTabs": { "EditorGroupsTabs": {
"background": "#263238", "background": "#263238",
@@ -246,12 +268,13 @@
"selectionForeground": "#FFFFFF", "selectionForeground": "#FFFFFF",
"selectionBackground": "#314549" "selectionBackground": "#314549"
}, },
"GotItTooltip.borderColor": "#1E272C",
"Group": { "Group": {
"disabledSeparatorColor": "#2A373E", "disabledSeparatorColor": "#2A373E",
"separatorColor": "#2A373E" "separatorColor": "#2A373E"
}, },
"GutterTooltip": { "GutterTooltip": {
"infoForeground": "#B0BEC5", "infoForeground": "#607D8B",
"lineSeparatorColor": "#263238" "lineSeparatorColor": "#263238"
}, },
"HeaderColor": { "HeaderColor": {
@@ -288,7 +311,8 @@
"disabledText": "#415967", "disabledText": "#415967",
"foreground": "#B0BEC5", "foreground": "#B0BEC5",
"infoForeground": "#607D8B", "infoForeground": "#607D8B",
"selectedForeground": "#FFFFFF" "selectedForeground": "#FFFFFF",
"selectedDisabledForeground": "#B0BEC5"
}, },
"Link": { "Link": {
"activeForeground": "#009688", "activeForeground": "#009688",
@@ -301,10 +325,12 @@
"List": { "List": {
"background": "#32424A", "background": "#32424A",
"foreground": "#B0BEC5", "foreground": "#B0BEC5",
"selectionBackground": "#546E7A50", "hoverBackground": "#546E7A70",
"hoverInactiveBackground": "#314549",
"selectionBackground": "#546E7A",
"selectionForeground": "#FFFFFF", "selectionForeground": "#FFFFFF",
"selectionInactiveForeground": "#FFFFFF", "selectionInactiveForeground": "#FFFFFF",
"selectionInactiveBackground": "#546E7A50" "selectionInactiveBackground": "#546E7A70"
}, },
"material": { "material": {
"background": "#263238", "background": "#263238",
@@ -409,7 +435,7 @@
"ParameterInfo": { "ParameterInfo": {
"background": "#32424A", "background": "#32424A",
"borderColor": "#314549", "borderColor": "#314549",
"currentOverloadBackground": "#314549", "currentOverloadBackground": "#425B67",
"currentParameterForeground": "#009688", "currentParameterForeground": "#009688",
"disabledForeground": "#415967", "disabledForeground": "#415967",
"foreground": "#B0BEC5", "foreground": "#B0BEC5",
@@ -429,7 +455,8 @@
"background": "#263238", "background": "#263238",
"disabledForeground": "#415967", "disabledForeground": "#415967",
"eapTagBackground": "#425B67", "eapTagBackground": "#425B67",
"lightSelectionBackground": "#546E7A", "hoverBackground": "#546E7A70",
"lightSelectionBackground": "#314549",
"paidTagBackground": "#425B67", "paidTagBackground": "#425B67",
"selectionBackground": "#546E7A", "selectionBackground": "#546E7A",
"tagForeground": "#009688", "tagForeground": "#009688",
@@ -442,7 +469,7 @@
"installFocusedBackground": "#425B67", "installFocusedBackground": "#425B67",
"installFillForeground": "#415967", "installFillForeground": "#415967",
"installFillBackground": "#2E3C43", "installFillBackground": "#2E3C43",
"updateBackground": "#2E3C43", "updateBackground": "#009688",
"updateBorderColor": "#2E3C43", "updateBorderColor": "#2E3C43",
"updateForeground": "#B0BEC5" "updateForeground": "#B0BEC5"
}, },
@@ -517,6 +544,7 @@
"selectionBackground": "#546E7A", "selectionBackground": "#546E7A",
"selectionForeground": "#FFFFFF" "selectionForeground": "#FFFFFF"
}, },
"ScreenView.borderColor": "#2A373E",
"ScrollBar": { "ScrollBar": {
"background": "#263238", "background": "#263238",
"hoverThumbBorderColor": "#009688", "hoverThumbBorderColor": "#009688",
@@ -576,9 +604,18 @@
}, },
"SearchMatch": { "SearchMatch": {
"endBackground": "#009688", "endBackground": "#009688",
"startBackground": "#009688" "startBackground": "#009688",
"endColor": "#009688",
"startColor": "#009688"
}, },
"SearchField.errorBackground": "#1E272C", "SearchField.errorBackground": "#1E272C",
"SearchOption": {
"selectedBackground": "#314549"
},
"SearchResults": {
"Ordinal.File.Foreground": "#607D8B",
"Repeated.File.Foreground": "#B0BEC5"
},
"Separator": { "Separator": {
"background": "#32424A", "background": "#32424A",
"foreground": "#32424A", "foreground": "#32424A",
@@ -616,7 +653,9 @@
}, },
"SplitPaneDivider.draggingColor": "#32424A", "SplitPaneDivider.draggingColor": "#32424A",
"StatusBar": { "StatusBar": {
"borderColor": "#263238" "borderColor": "#263238",
"hoverBackground": "#425B67",
"LightEditBackground": "#314549"
}, },
"TabbedPane": { "TabbedPane": {
"background": "#263238", "background": "#263238",
@@ -643,9 +682,11 @@
}, },
"TabbedPane.mt.tab.background": "#263238", "TabbedPane.mt.tab.background": "#263238",
"Table": { "Table": {
"alternativeRowBackground": "#1E272C",
"background": "#263238", "background": "#263238",
"cellNoFocusBorder": "10,5,10,5", "cellNoFocusBorder": "10,5,10,5",
"focusCellHighlightBorder": "10,5,10,5", "focusCellHighlightBorder": "10,5,10,5",
"disabledForeground": "#415967",
"dropLineColor": "#009688", "dropLineColor": "#009688",
"dropLineShortColor": "#009688", "dropLineShortColor": "#009688",
"focusCellBackground": "#314549", "focusCellBackground": "#314549",
@@ -653,6 +694,8 @@
"foreground": "#B0BEC5", "foreground": "#B0BEC5",
"gridColor": "#263238", "gridColor": "#263238",
"highlightOuter": "#314549", "highlightOuter": "#314549",
"hoverBackground": "#546E7A70",
"hoverInactiveBackground": "#314549",
"lightSelectionForeground": "#FFFFFF", "lightSelectionForeground": "#FFFFFF",
"lightSelectionInactiveForeground": "#607D8B", "lightSelectionInactiveForeground": "#607D8B",
"lightSelectionInactiveBackground": "#32424A", "lightSelectionInactiveBackground": "#32424A",
@@ -729,8 +772,8 @@
"ToolTip": { "ToolTip": {
"Actions.background": "#263238", "Actions.background": "#263238",
"Actions.infoForeground": "#607D8B", "Actions.infoForeground": "#607D8B",
"background": "#263238", "background": "#1E272C",
"borderColor": "#425B67", "borderColor": "#2A373E",
"foreground": "#B0BEC5", "foreground": "#B0BEC5",
"infoForeground": "#607D8B", "infoForeground": "#607D8B",
"separatorColor": "#2A373E", "separatorColor": "#2A373E",
@@ -751,50 +794,93 @@
"background": "#263238" "background": "#263238"
}, },
"HeaderTab": { "HeaderTab": {
"borderColor": "#425B67",
"hoverBackground": "#425B67", "hoverBackground": "#425B67",
"hoverInactiveBackground": "#32424A", "hoverInactiveBackground": "#425B67",
"inactiveUnderlineColor": "#009688", "inactiveUnderlineColor": "#009688",
"selectedBackground": "#1E272C", "selectedBackground": "#1E272C",
"selectedInactiveBackground": "#1E272C", "selectedInactiveBackground": "#1E272C",
"underlineColor": "#009688", "underlineColor": "#009688",
"underlinedTabBackground": "#425B67", "underlinedTabBackground": "#314549",
"underlinedTabInactiveBackground": "#32424A" "underlinedTabInactiveBackground": "#32424A",
"underlinedTabForeground": "#FFFFFF",
"underlinedTabInactiveForeground": "#B0BEC5"
} }
}, },
"Tree": { "Tree": {
"background": "#263238", "background": "#263238",
"foreground": "#607D8B", "foreground": "#607D8B",
"hash": "#2A373E", "hash": "#2A373E",
"hoverBackground": "#546E7A70",
"hoverInactiveBackground": "#314549",
"modifiedItemForeground": "#009688", "modifiedItemForeground": "#009688",
"rowHeight": 28, "rowHeight": 28,
"selectionBackground": "#546E7A50", "selectionBackground": "#546E7A70",
"selectionForeground": "#FFFFFF", "selectionForeground": "#FFFFFF",
"selectionInactiveForeground": "#FFFFFF", "selectionInactiveForeground": "#FFFFFF",
"selectionInactiveBackground": "#546E7A50", "selectionInactiveBackground": "#546E7A70",
"textBackground": "#263238" "textBackground": "#263238"
}, },
"Tree.leftChildIndent": 10, "Tree.leftChildIndent": 10,
"Tree.rightChildIndent": 5, "Tree.rightChildIndent": 5,
"UiDesigner": { "UIDesigner": {
"Activity.borderColor": "#2A373E", "Activity.borderColor": "#2A373E",
"ColorPicker.background": "#263238", "Canvas.background": "#1E272C",
"ColorPicker.foreground": "#B0BEC5", "ColorPicker": {
"Component.borderColor": "#2A373E", "background": "#263238",
"Component.background": "#263238", "foreground": "#B0BEC5"
"Component.foreground": "#B0BEC5", },
"Connector.borderColor": "#2A373E", "Component": {
"Connector.hoverBorderColor": "#425B67", "borderColor": "#2A373E",
"background": "#263238",
"foreground": "#B0BEC5",
"hoverBorderColor": "#425B67"
},
"Connector": {
"borderColor": "#2A373E",
"hoverBorderColor": "#425B67"
},
"Canvas.background": "#1E272C", "Canvas.background": "#1E272C",
"highStroke.foreground": "#B0BEC5", "highStroke.foreground": "#B0BEC5",
"Label.foreground": "#607D8B", "Label.foreground": "#607D8B",
"List.selectionBackground": "#546E7A50", "List.selectionBackground": "#546E7A70",
"Panel.borderColor": "#2A373E", "motion": {
"Panel.background": "#263238", "borderColor": "#2A373E",
"Component.foreground": "#B0BEC5",
"ConstraintSetText.foreground": "#607D8B",
"ConstraintSet.background": "#32424A",
"CSPanel.SelectedFocusBackground": "#546E7A",
"CSPanel.SelectedBackground": "#546E7A70",
"cs_FocusText.infoForeground": "#607D8B",
"CursorTextColor.foreground": "#B0BEC5",
"HoverColor.disabledBackground": "#415967",
"motionGraph.background": "#263238",
"Notification.background": "#1E272C",
"ourAvg.background": "#32424A",
"ourCS.background": "#32424A",
"ourCS_Border.borderColor": "#2A373E",
"ourCS_TextColor.foreground": "#607D8B",
"ourCS_SelectedFocusBackground.selectionForeground": "#FFFFFF",
"ourCS_SelectedBackground.selectionInactiveBackground": "#314549",
"ourCS_SelectedBorder.pressedBorderColor": "#425B67",
"ourML_BarColor.separatorColor": "#2A373E",
"PrimaryPanel.background": "#1E272C",
"SecondaryPanel.background": "#263238",
"SecondaryPanel.header.foreground": "#607D8B",
"SecondaryPanel.header.background": "#1E272C",
"timeLine.disabledBorderColor": "#2A373E"
},
"Panel": {
"borderColor": "#2A373E",
"background": "#263238"
},
"percent.foreground": "#B0BEC5", "percent.foreground": "#B0BEC5",
"Placeholder.background": "#263238", "Placeholder": {
"Placeholder.borderColor": "#2A373E", "background": "#263238",
"Placeholder.foreground": "#B0BEC5", "borderColor": "#2A373E",
"Placeholder.selectedForeground": "#FFFFFF", "foreground": "#B0BEC5",
"selectedForeground": "#FFFFFF"
},
"Preview.background": "#263238", "Preview.background": "#263238",
"stroke.acceleratorForeground": "#607D8B" "stroke.acceleratorForeground": "#607D8B"
}, },
@@ -828,7 +914,8 @@
}, },
"Log": { "Log": {
"Commit.unmatchedForeground": "#607D8B", "Commit.unmatchedForeground": "#607D8B",
"Commit.currentBranchBackground": "#32424A" "Commit.currentBranchBackground": "#32424A",
"Commit.hoveredBackground": "#546E7A70"
}, },
"RefLabel": { "RefLabel": {
"foreground": "#FFFFFF", "foreground": "#FFFFFF",
@@ -840,16 +927,22 @@
"foreground": "#B0BEC5" "foreground": "#B0BEC5"
}, },
"WelcomeScreen": { "WelcomeScreen": {
"AssociatedComponent.background": "#263238",
"background": "#263238", "background": "#263238",
"borderColor": "#263238", "borderColor": "#263238",
"captionBackground": "#1E272C", "captionBackground": "#1E272C",
"captionForeground": "#B0BEC5", "captionForeground": "#B0BEC5",
"Details.background": "#263238",
"footerBackground": "#1E272C", "footerBackground": "#1E272C",
"footerForeground": "#B0BEC5", "footerForeground": "#B0BEC5",
"headerBackground": "#263238", "headerBackground": "#263238",
"headerForeground": "#B0BEC5", "headerForeground": "#B0BEC5",
"List.background": "#1E272C",
"separatorColor": "#2A373E", "separatorColor": "#2A373E",
"SidePanel.background": "#32424A",
"Projects": { "Projects": {
"actions.background": "#1E272C",
"actions.selectionBackground": "#425B67",
"background": "#32424A", "background": "#32424A",
"selectionBackground": "#546E7A", "selectionBackground": "#546E7A",
"selectionInactiveBackground": "#32424A" "selectionInactiveBackground": "#32424A"

View File

@@ -3,6 +3,12 @@
"dark": true, "dark": true,
"author": "Mallowigi", "author": "Mallowigi",
"editorScheme": "/colors/Material Palenight.xml", "editorScheme": "/colors/Material Palenight.xml",
"emptyFrameBackground": {
"anchor": "center",
"image": "/walls/palenight.svg",
"fill": "scale",
"transparency": 50
},
"ui": { "ui": {
"*": { "*": {
"acceleratorSelectionForeground": "#676E95", "acceleratorSelectionForeground": "#676E95",
@@ -17,7 +23,7 @@
"inactiveBackground": "#2f2e43", "inactiveBackground": "#2f2e43",
"inactiveForeground": "#676E95", "inactiveForeground": "#676E95",
"infoForeground": "#676E95", "infoForeground": "#676E95",
"selectionBackground": "#3C435E", "selectionBackground": "#717CB470",
"selectionBackgroundInactive": "#34324a", "selectionBackgroundInactive": "#34324a",
"selectionForeground": "#FFFFFF", "selectionForeground": "#FFFFFF",
"selectionInactiveBackground": "#34324a", "selectionInactiveBackground": "#34324a",
@@ -33,7 +39,7 @@
"pressedBorderColor": "#ab47bc50" "pressedBorderColor": "#ab47bc50"
}, },
"Autocomplete": { "Autocomplete": {
"selectionBackground": "#3C435E" "selectionBackground": "#717CB470"
}, },
"Borders.ContrastBorderColor": "#292D3E", "Borders.ContrastBorderColor": "#292D3E",
"Borders.color": "#2b2a3e", "Borders.color": "#2b2a3e",
@@ -72,7 +78,10 @@
"Tooltip.borderColor": "#2b2a3e", "Tooltip.borderColor": "#2b2a3e",
"Tooltip.background": "#202331" "Tooltip.background": "#202331"
}, },
"Content.background": "#202331", "Content": {
"background": "#202331",
"selectionBackground": "#717CB470"
},
"CheckBox": { "CheckBox": {
"background": "#292D3E", "background": "#292D3E",
"disabledText": "#515772", "disabledText": "#515772",
@@ -86,9 +95,17 @@
"disabledBackground": "#292D3E", "disabledBackground": "#292D3E",
"disabledForeground": "#515772", "disabledForeground": "#515772",
"foreground": "#A6ACCD", "foreground": "#A6ACCD",
"selectionBackground": "#3C435E", "selectionBackground": "#717CB470",
"selectionForeground": "#FFFFFF" "selectionForeground": "#FFFFFF"
}, },
"CodeWithMe": {
"Avatar.foreground": "#A6ACCD",
"AccessEnabled": {
"accessDot": "#ab47bc",
"dropdownBorder": "#34324a",
"pillBackground": "$second"
}
},
"ColorChooser": { "ColorChooser": {
"background": "#292D3E", "background": "#292D3E",
"foreground": "#A6ACCD", "foreground": "#A6ACCD",
@@ -104,6 +121,7 @@
}, },
"background": "#202331", "background": "#202331",
"buttonBackground": "#303348", "buttonBackground": "#303348",
"darcula.hoveredArrowButtonForeground": "#ab47bc",
"disabledForeground": "#515772", "disabledForeground": "#515772",
"foreground": "#A6ACCD", "foreground": "#A6ACCD",
"modifiedItemForeground": "#ab47bc", "modifiedItemForeground": "#ab47bc",
@@ -123,8 +141,8 @@
"selectedGrayedForeground": "#FFFFFF", "selectedGrayedForeground": "#FFFFFF",
"selectionGrayForeground": "#FFFFFF", "selectionGrayForeground": "#FFFFFF",
"selectionInactiveInfoForeground": "#676E95", "selectionInactiveInfoForeground": "#676E95",
"selectionInactiveBackground": "#3C435E50", "selectionInactiveBackground": "#717CB470",
"selectionBackground": "#3C435E80", "selectionBackground": "#717CB470",
"selectionForeground": "#FFFFFF", "selectionForeground": "#FFFFFF",
"selectionInfoForeground": "#FFFFFF" "selectionInfoForeground": "#FFFFFF"
}, },
@@ -168,11 +186,13 @@
"hoverBackground": "#414863", "hoverBackground": "#414863",
"hoverColor": "#202331", "hoverColor": "#202331",
"hoverMaskColor": "#444267", "hoverMaskColor": "#444267",
"inactiveColoredTabBackground": "#292D3E",
"inactiveColoredFileBackground": "#303348", "inactiveColoredFileBackground": "#303348",
"inactiveUnderlineColor": "#515772", "inactiveUnderlineColor": "#ab47bc",
"inactiveMaskColor": "#202331", "inactiveMaskColor": "#202331",
"underlineColor": "#ab47bc", "underlineColor": "#ab47bc",
"underlinedTabBackground": "#414863" "underlinedTabBackground": "#414863",
"underlinedTabForeground": "#FFFFFF"
}, },
"Desktop.background": "#292D3E", "Desktop.background": "#292D3E",
"DialogWrapper.southPanelBackground": "#292D3E", "DialogWrapper.southPanelBackground": "#292D3E",
@@ -193,20 +213,22 @@
"foreground": "#A6ACCD", "foreground": "#A6ACCD",
"inactiveBackground": "#292D3E", "inactiveBackground": "#292D3E",
"inactiveForeground": "#515772", "inactiveForeground": "#515772",
"selectionBackground": "#3C435E", "selectionBackground": "#717CB470",
"selectionForeground": "#FFFFFF" "selectionForeground": "#FFFFFF"
}, },
"EditorTabs": { "EditorTabs": {
"borderColor": "#34324a", "borderColor": "#34324a",
"hoverBackground": "#444267",
"hoverColor": "#444267", "hoverColor": "#444267",
"hoverMaskColor": "#444267", "hoverMaskColor": "#444267",
"inactiveMaskColor": "#292D3E", "inactiveMaskColor": "#292D3E",
"inactiveColoredFileBackground": "#292D3E2", "inactiveColoredFileBackground": "#292D3E",
"inactiveUnderlineColor": "#515772", "inactiveUnderlineColor": "#515772",
"selectedForeground": "#A6ACCD", "selectedForeground": "#A6ACCD",
"selectedBackground": "#414863", "selectedBackground": "#414863",
"underlineColor": "#ab47bc", "underlineColor": "#ab47bc",
"underlinedTabBackground": "#414863" "underlinedTabBackground": "#414863",
"underlinedTabForeground": "#FFFFFF"
}, },
"EditorGroupsTabs": { "EditorGroupsTabs": {
"background": "#292D3E", "background": "#292D3E",
@@ -246,12 +268,13 @@
"selectionForeground": "#FFFFFF", "selectionForeground": "#FFFFFF",
"selectionBackground": "#414863" "selectionBackground": "#414863"
}, },
"GotItTooltip.borderColor": "#202331",
"Group": { "Group": {
"disabledSeparatorColor": "#2b2a3e", "disabledSeparatorColor": "#2b2a3e",
"separatorColor": "#2b2a3e" "separatorColor": "#2b2a3e"
}, },
"GutterTooltip": { "GutterTooltip": {
"infoForeground": "#A6ACCD", "infoForeground": "#676E95",
"lineSeparatorColor": "#292D3E" "lineSeparatorColor": "#292D3E"
}, },
"HeaderColor": { "HeaderColor": {
@@ -288,7 +311,8 @@
"disabledText": "#515772", "disabledText": "#515772",
"foreground": "#A6ACCD", "foreground": "#A6ACCD",
"infoForeground": "#676E95", "infoForeground": "#676E95",
"selectedForeground": "#FFFFFF" "selectedForeground": "#FFFFFF",
"selectedDisabledForeground": "#A6ACCD"
}, },
"Link": { "Link": {
"activeForeground": "#ab47bc", "activeForeground": "#ab47bc",
@@ -301,10 +325,12 @@
"List": { "List": {
"background": "#34324a", "background": "#34324a",
"foreground": "#A6ACCD", "foreground": "#A6ACCD",
"selectionBackground": "#3C435E50", "hoverBackground": "#676E95",
"hoverInactiveBackground": "#414863",
"selectionBackground": "#717CB470",
"selectionForeground": "#FFFFFF", "selectionForeground": "#FFFFFF",
"selectionInactiveForeground": "#FFFFFF", "selectionInactiveForeground": "#FFFFFF",
"selectionInactiveBackground": "#676E9550" "selectionInactiveBackground": "#676E95"
}, },
"material": { "material": {
"background": "#292D3E", "background": "#292D3E",
@@ -332,7 +358,7 @@
"disabledBackground": "#34324a", "disabledBackground": "#34324a",
"disabledForeground": "#515772", "disabledForeground": "#515772",
"foreground": "#A6ACCD", "foreground": "#A6ACCD",
"selectionBackground": "#3C435E", "selectionBackground": "#717CB470",
"selectionForeground": "#FFFFFF", "selectionForeground": "#FFFFFF",
"separatorColor": "#2b2a3e" "separatorColor": "#2b2a3e"
}, },
@@ -343,7 +369,7 @@
"disabledForeground": "#515772", "disabledForeground": "#515772",
"foreground": "#A6ACCD", "foreground": "#A6ACCD",
"highlight": "#292D3E", "highlight": "#292D3E",
"selectionBackground": "#3C435E", "selectionBackground": "#717CB470",
"selectionForeground": "#FFFFFF", "selectionForeground": "#FFFFFF",
"shadow": "#202331" "shadow": "#202331"
}, },
@@ -355,7 +381,7 @@
"disabledBackground": "#292D3E", "disabledBackground": "#292D3E",
"disabledForeground": "#515772", "disabledForeground": "#515772",
"foreground": "#A6ACCD", "foreground": "#A6ACCD",
"selectionBackground": "#3C435E", "selectionBackground": "#717CB470",
"selectionForeground": "#FFFFFF" "selectionForeground": "#FFFFFF"
}, },
"NavBar": { "NavBar": {
@@ -409,7 +435,7 @@
"ParameterInfo": { "ParameterInfo": {
"background": "#34324a", "background": "#34324a",
"borderColor": "#414863", "borderColor": "#414863",
"currentOverloadBackground": "#414863", "currentOverloadBackground": "#444267",
"currentParameterForeground": "#ab47bc", "currentParameterForeground": "#ab47bc",
"disabledForeground": "#515772", "disabledForeground": "#515772",
"foreground": "#A6ACCD", "foreground": "#A6ACCD",
@@ -429,9 +455,10 @@
"background": "#292D3E", "background": "#292D3E",
"disabledForeground": "#515772", "disabledForeground": "#515772",
"eapTagBackground": "#444267", "eapTagBackground": "#444267",
"lightSelectionBackground": "#3C435E", "hoverBackground": "#676E95",
"lightSelectionBackground": "#414863",
"paidTagBackground": "#444267", "paidTagBackground": "#444267",
"selectionBackground": "#3C435E", "selectionBackground": "#717CB470",
"tagForeground": "#ab47bc", "tagForeground": "#ab47bc",
"tagBackground": "#444267", "tagBackground": "#444267",
"trialTagBackground": "#444267", "trialTagBackground": "#444267",
@@ -442,7 +469,7 @@
"installFocusedBackground": "#444267", "installFocusedBackground": "#444267",
"installFillForeground": "#515772", "installFillForeground": "#515772",
"installFillBackground": "#303348", "installFillBackground": "#303348",
"updateBackground": "#303348", "updateBackground": "#ab47bc",
"updateBorderColor": "#303348", "updateBorderColor": "#303348",
"updateForeground": "#A6ACCD" "updateForeground": "#A6ACCD"
}, },
@@ -514,9 +541,10 @@
"disabledBackground": "#292D3E", "disabledBackground": "#292D3E",
"disabledForeground": "#515772", "disabledForeground": "#515772",
"foreground": "#A6ACCD", "foreground": "#A6ACCD",
"selectionBackground": "#3C435E", "selectionBackground": "#717CB470",
"selectionForeground": "#FFFFFF" "selectionForeground": "#FFFFFF"
}, },
"ScreenView.borderColor": "#2b2a3e",
"ScrollBar": { "ScrollBar": {
"background": "#292D3E", "background": "#292D3E",
"hoverThumbBorderColor": "#ab47bc", "hoverThumbBorderColor": "#ab47bc",
@@ -576,9 +604,18 @@
}, },
"SearchMatch": { "SearchMatch": {
"endBackground": "#ab47bc", "endBackground": "#ab47bc",
"startBackground": "#ab47bc" "startBackground": "#ab47bc",
"endColor": "#ab47bc",
"startColor": "#ab47bc"
}, },
"SearchField.errorBackground": "#202331", "SearchField.errorBackground": "#202331",
"SearchOption": {
"selectedBackground": "#414863"
},
"SearchResults": {
"Ordinal.File.Foreground": "#676E95",
"Repeated.File.Foreground": "#A6ACCD"
},
"Separator": { "Separator": {
"background": "#34324a", "background": "#34324a",
"foreground": "#34324a", "foreground": "#34324a",
@@ -616,7 +653,9 @@
}, },
"SplitPaneDivider.draggingColor": "#34324a", "SplitPaneDivider.draggingColor": "#34324a",
"StatusBar": { "StatusBar": {
"borderColor": "#292D3E" "borderColor": "#292D3E",
"hoverBackground": "#444267",
"LightEditBackground": "#414863"
}, },
"TabbedPane": { "TabbedPane": {
"background": "#292D3E", "background": "#292D3E",
@@ -643,9 +682,11 @@
}, },
"TabbedPane.mt.tab.background": "#202331", "TabbedPane.mt.tab.background": "#202331",
"Table": { "Table": {
"alternativeRowBackground": "#202331",
"background": "#292D3E", "background": "#292D3E",
"cellNoFocusBorder": "10,5,10,5", "cellNoFocusBorder": "10,5,10,5",
"focusCellHighlightBorder": "10,5,10,5", "focusCellHighlightBorder": "10,5,10,5",
"disabledForeground": "#515772",
"dropLineColor": "#ab47bc", "dropLineColor": "#ab47bc",
"dropLineShortColor": "#ab47bc", "dropLineShortColor": "#ab47bc",
"focusCellBackground": "#414863", "focusCellBackground": "#414863",
@@ -653,6 +694,8 @@
"foreground": "#A6ACCD", "foreground": "#A6ACCD",
"gridColor": "#292D3E", "gridColor": "#292D3E",
"highlightOuter": "#414863", "highlightOuter": "#414863",
"hoverBackground": "#676E95",
"hoverInactiveBackground": "#414863",
"lightSelectionForeground": "#FFFFFF", "lightSelectionForeground": "#FFFFFF",
"lightSelectionInactiveForeground": "#676E95", "lightSelectionInactiveForeground": "#676E95",
"lightSelectionInactiveBackground": "#34324a", "lightSelectionInactiveBackground": "#34324a",
@@ -729,8 +772,8 @@
"ToolTip": { "ToolTip": {
"Actions.background": "#292D3E", "Actions.background": "#292D3E",
"Actions.infoForeground": "#676E95", "Actions.infoForeground": "#676E95",
"background": "#292D3E", "background": "#202331",
"borderColor": "#444267", "borderColor": "#2b2a3e",
"foreground": "#A6ACCD", "foreground": "#A6ACCD",
"infoForeground": "#676E95", "infoForeground": "#676E95",
"separatorColor": "#2b2a3e", "separatorColor": "#2b2a3e",
@@ -751,50 +794,93 @@
"background": "#292D3E" "background": "#292D3E"
}, },
"HeaderTab": { "HeaderTab": {
"borderColor": "#444267",
"hoverBackground": "#444267", "hoverBackground": "#444267",
"hoverInactiveBackground": "#34324a", "hoverInactiveBackground": "#444267",
"inactiveUnderlineColor": "#ab47bc", "inactiveUnderlineColor": "#ab47bc",
"selectedBackground": "#202331", "selectedBackground": "#202331",
"selectedInactiveBackground": "#202331", "selectedInactiveBackground": "#202331",
"underlineColor": "#ab47bc", "underlineColor": "#ab47bc",
"underlinedTabBackground": "#444267", "underlinedTabBackground": "#414863",
"underlinedTabInactiveBackground": "#34324a" "underlinedTabInactiveBackground": "#34324a",
"underlinedTabForeground": "#FFFFFF",
"underlinedTabInactiveForeground": "#A6ACCD"
} }
}, },
"Tree": { "Tree": {
"background": "#202331", "background": "#202331",
"foreground": "#676E95", "foreground": "#676E95",
"hash": "#2b2a3e", "hash": "#2b2a3e",
"hoverBackground": "#676E95",
"hoverInactiveBackground": "#414863",
"modifiedItemForeground": "#ab47bc", "modifiedItemForeground": "#ab47bc",
"rowHeight": 28, "rowHeight": 28,
"selectionBackground": "#676E9550", "selectionBackground": "#676E95",
"selectionForeground": "#FFFFFF", "selectionForeground": "#FFFFFF",
"selectionInactiveForeground": "#FFFFFF", "selectionInactiveForeground": "#FFFFFF",
"selectionInactiveBackground": "#676E9550", "selectionInactiveBackground": "#676E95",
"textBackground": "#202331" "textBackground": "#202331"
}, },
"Tree.leftChildIndent": 10, "Tree.leftChildIndent": 10,
"Tree.rightChildIndent": 5, "Tree.rightChildIndent": 5,
"UiDesigner": { "UIDesigner": {
"Activity.borderColor": "#2b2a3e", "Activity.borderColor": "#2b2a3e",
"ColorPicker.background": "#292D3E", "Canvas.background": "#202331",
"ColorPicker.foreground": "#A6ACCD", "ColorPicker": {
"Component.borderColor": "#2b2a3e", "background": "#292D3E",
"Component.background": "#292D3E", "foreground": "#A6ACCD"
"Component.foreground": "#A6ACCD", },
"Connector.borderColor": "#2b2a3e", "Component": {
"Connector.hoverBorderColor": "#444267", "borderColor": "#2b2a3e",
"background": "#292D3E",
"foreground": "#A6ACCD",
"hoverBorderColor": "#444267"
},
"Connector": {
"borderColor": "#2b2a3e",
"hoverBorderColor": "#444267"
},
"Canvas.background": "#202331", "Canvas.background": "#202331",
"highStroke.foreground": "#A6ACCD", "highStroke.foreground": "#A6ACCD",
"Label.foreground": "#676E95", "Label.foreground": "#676E95",
"List.selectionBackground": "#676E9550", "List.selectionBackground": "#676E95",
"Panel.borderColor": "#2b2a3e", "motion": {
"Panel.background": "#292D3E", "borderColor": "#2b2a3e",
"Component.foreground": "#A6ACCD",
"ConstraintSetText.foreground": "#676E95",
"ConstraintSet.background": "#34324a",
"CSPanel.SelectedFocusBackground": "#717CB470",
"CSPanel.SelectedBackground": "#676E95",
"cs_FocusText.infoForeground": "#676E95",
"CursorTextColor.foreground": "#A6ACCD",
"HoverColor.disabledBackground": "#515772",
"motionGraph.background": "#292D3E",
"Notification.background": "#202331",
"ourAvg.background": "#34324a",
"ourCS.background": "#34324a",
"ourCS_Border.borderColor": "#2b2a3e",
"ourCS_TextColor.foreground": "#676E95",
"ourCS_SelectedFocusBackground.selectionForeground": "#FFFFFF",
"ourCS_SelectedBackground.selectionInactiveBackground": "#414863",
"ourCS_SelectedBorder.pressedBorderColor": "#444267",
"ourML_BarColor.separatorColor": "#2b2a3e",
"PrimaryPanel.background": "#202331",
"SecondaryPanel.background": "#292D3E",
"SecondaryPanel.header.foreground": "#676E95",
"SecondaryPanel.header.background": "#202331",
"timeLine.disabledBorderColor": "#2b2a3e"
},
"Panel": {
"borderColor": "#2b2a3e",
"background": "#292D3E"
},
"percent.foreground": "#A6ACCD", "percent.foreground": "#A6ACCD",
"Placeholder.background": "#292D3E", "Placeholder": {
"Placeholder.borderColor": "#2b2a3e", "background": "#292D3E",
"Placeholder.foreground": "#A6ACCD", "borderColor": "#2b2a3e",
"Placeholder.selectedForeground": "#FFFFFF", "foreground": "#A6ACCD",
"selectedForeground": "#FFFFFF"
},
"Preview.background": "#292D3E", "Preview.background": "#292D3E",
"stroke.acceleratorForeground": "#676E95" "stroke.acceleratorForeground": "#676E95"
}, },
@@ -828,7 +914,8 @@
}, },
"Log": { "Log": {
"Commit.unmatchedForeground": "#676E95", "Commit.unmatchedForeground": "#676E95",
"Commit.currentBranchBackground": "#34324a" "Commit.currentBranchBackground": "#34324a",
"Commit.hoveredBackground": "#676E95"
}, },
"RefLabel": { "RefLabel": {
"foreground": "#FFFFFF", "foreground": "#FFFFFF",
@@ -840,18 +927,24 @@
"foreground": "#A6ACCD" "foreground": "#A6ACCD"
}, },
"WelcomeScreen": { "WelcomeScreen": {
"AssociatedComponent.background": "#292D3E",
"background": "#292D3E", "background": "#292D3E",
"borderColor": "#292D3E", "borderColor": "#292D3E",
"captionBackground": "#202331", "captionBackground": "#202331",
"captionForeground": "#A6ACCD", "captionForeground": "#A6ACCD",
"Details.background": "#292D3E",
"footerBackground": "#202331", "footerBackground": "#202331",
"footerForeground": "#A6ACCD", "footerForeground": "#A6ACCD",
"headerBackground": "#292D3E", "headerBackground": "#292D3E",
"headerForeground": "#A6ACCD", "headerForeground": "#A6ACCD",
"List.background": "#202331",
"separatorColor": "#2b2a3e", "separatorColor": "#2b2a3e",
"SidePanel.background": "#34324a",
"Projects": { "Projects": {
"actions.background": "#202331",
"actions.selectionBackground": "#444267",
"background": "#34324a", "background": "#34324a",
"selectionBackground": "#3C435E", "selectionBackground": "#717CB470",
"selectionInactiveBackground": "#34324a" "selectionInactiveBackground": "#34324a"
} }
}, },

View File

@@ -3,6 +3,12 @@
"dark": true, "dark": true,
"author": "Mallowigi", "author": "Mallowigi",
"editorScheme": "/colors/Material Palenight.xml", "editorScheme": "/colors/Material Palenight.xml",
"emptyFrameBackground": {
"anchor": "center",
"image": "/walls/palenight.svg",
"fill": "scale",
"transparency": 50
},
"ui": { "ui": {
"*": { "*": {
"acceleratorSelectionForeground": "#676E95", "acceleratorSelectionForeground": "#676E95",
@@ -17,7 +23,7 @@
"inactiveBackground": "#2f2e43", "inactiveBackground": "#2f2e43",
"inactiveForeground": "#676E95", "inactiveForeground": "#676E95",
"infoForeground": "#676E95", "infoForeground": "#676E95",
"selectionBackground": "#3C435E", "selectionBackground": "#717CB470",
"selectionBackgroundInactive": "#34324a", "selectionBackgroundInactive": "#34324a",
"selectionForeground": "#FFFFFF", "selectionForeground": "#FFFFFF",
"selectionInactiveBackground": "#34324a", "selectionInactiveBackground": "#34324a",
@@ -33,7 +39,7 @@
"pressedBorderColor": "#ab47bc50" "pressedBorderColor": "#ab47bc50"
}, },
"Autocomplete": { "Autocomplete": {
"selectionBackground": "#3C435E" "selectionBackground": "#717CB470"
}, },
"Borders.ContrastBorderColor": "#292D3E", "Borders.ContrastBorderColor": "#292D3E",
"Borders.color": "#2b2a3e", "Borders.color": "#2b2a3e",
@@ -72,7 +78,10 @@
"Tooltip.borderColor": "#2b2a3e", "Tooltip.borderColor": "#2b2a3e",
"Tooltip.background": "#202331" "Tooltip.background": "#202331"
}, },
"Content.background": "#202331", "Content": {
"background": "#202331",
"selectionBackground": "#717CB470"
},
"CheckBox": { "CheckBox": {
"background": "#292D3E", "background": "#292D3E",
"disabledText": "#515772", "disabledText": "#515772",
@@ -86,9 +95,17 @@
"disabledBackground": "#292D3E", "disabledBackground": "#292D3E",
"disabledForeground": "#515772", "disabledForeground": "#515772",
"foreground": "#A6ACCD", "foreground": "#A6ACCD",
"selectionBackground": "#3C435E", "selectionBackground": "#717CB470",
"selectionForeground": "#FFFFFF" "selectionForeground": "#FFFFFF"
}, },
"CodeWithMe": {
"Avatar.foreground": "#A6ACCD",
"AccessEnabled": {
"accessDot": "#ab47bc",
"dropdownBorder": "#34324a",
"pillBackground": "$second"
}
},
"ColorChooser": { "ColorChooser": {
"background": "#292D3E", "background": "#292D3E",
"foreground": "#A6ACCD", "foreground": "#A6ACCD",
@@ -104,6 +121,7 @@
}, },
"background": "#292D3E", "background": "#292D3E",
"buttonBackground": "#303348", "buttonBackground": "#303348",
"darcula.hoveredArrowButtonForeground": "#ab47bc",
"disabledForeground": "#515772", "disabledForeground": "#515772",
"foreground": "#A6ACCD", "foreground": "#A6ACCD",
"modifiedItemForeground": "#ab47bc", "modifiedItemForeground": "#ab47bc",
@@ -123,8 +141,8 @@
"selectedGrayedForeground": "#FFFFFF", "selectedGrayedForeground": "#FFFFFF",
"selectionGrayForeground": "#FFFFFF", "selectionGrayForeground": "#FFFFFF",
"selectionInactiveInfoForeground": "#676E95", "selectionInactiveInfoForeground": "#676E95",
"selectionInactiveBackground": "#3C435E50", "selectionInactiveBackground": "#717CB470",
"selectionBackground": "#3C435E80", "selectionBackground": "#717CB470",
"selectionForeground": "#FFFFFF", "selectionForeground": "#FFFFFF",
"selectionInfoForeground": "#FFFFFF" "selectionInfoForeground": "#FFFFFF"
}, },
@@ -168,11 +186,13 @@
"hoverBackground": "#414863", "hoverBackground": "#414863",
"hoverColor": "#292D3E", "hoverColor": "#292D3E",
"hoverMaskColor": "#444267", "hoverMaskColor": "#444267",
"inactiveColoredTabBackground": "#292D3E",
"inactiveColoredFileBackground": "#303348", "inactiveColoredFileBackground": "#303348",
"inactiveUnderlineColor": "#515772", "inactiveUnderlineColor": "#ab47bc",
"inactiveMaskColor": "#292D3E", "inactiveMaskColor": "#292D3E",
"underlineColor": "#ab47bc", "underlineColor": "#ab47bc",
"underlinedTabBackground": "#414863" "underlinedTabBackground": "#414863",
"underlinedTabForeground": "#FFFFFF"
}, },
"Desktop.background": "#292D3E", "Desktop.background": "#292D3E",
"DialogWrapper.southPanelBackground": "#292D3E", "DialogWrapper.southPanelBackground": "#292D3E",
@@ -193,20 +213,22 @@
"foreground": "#A6ACCD", "foreground": "#A6ACCD",
"inactiveBackground": "#292D3E", "inactiveBackground": "#292D3E",
"inactiveForeground": "#515772", "inactiveForeground": "#515772",
"selectionBackground": "#3C435E", "selectionBackground": "#717CB470",
"selectionForeground": "#FFFFFF" "selectionForeground": "#FFFFFF"
}, },
"EditorTabs": { "EditorTabs": {
"borderColor": "#34324a", "borderColor": "#34324a",
"hoverBackground": "#444267",
"hoverColor": "#444267", "hoverColor": "#444267",
"hoverMaskColor": "#444267", "hoverMaskColor": "#444267",
"inactiveMaskColor": "#292D3E", "inactiveMaskColor": "#292D3E",
"inactiveColoredFileBackground": "#292D3E2", "inactiveColoredFileBackground": "#292D3E",
"inactiveUnderlineColor": "#515772", "inactiveUnderlineColor": "#515772",
"selectedForeground": "#A6ACCD", "selectedForeground": "#A6ACCD",
"selectedBackground": "#414863", "selectedBackground": "#414863",
"underlineColor": "#ab47bc", "underlineColor": "#ab47bc",
"underlinedTabBackground": "#414863" "underlinedTabBackground": "#414863",
"underlinedTabForeground": "#FFFFFF"
}, },
"EditorGroupsTabs": { "EditorGroupsTabs": {
"background": "#292D3E", "background": "#292D3E",
@@ -246,12 +268,13 @@
"selectionForeground": "#FFFFFF", "selectionForeground": "#FFFFFF",
"selectionBackground": "#414863" "selectionBackground": "#414863"
}, },
"GotItTooltip.borderColor": "#202331",
"Group": { "Group": {
"disabledSeparatorColor": "#2b2a3e", "disabledSeparatorColor": "#2b2a3e",
"separatorColor": "#2b2a3e" "separatorColor": "#2b2a3e"
}, },
"GutterTooltip": { "GutterTooltip": {
"infoForeground": "#A6ACCD", "infoForeground": "#676E95",
"lineSeparatorColor": "#292D3E" "lineSeparatorColor": "#292D3E"
}, },
"HeaderColor": { "HeaderColor": {
@@ -288,7 +311,8 @@
"disabledText": "#515772", "disabledText": "#515772",
"foreground": "#A6ACCD", "foreground": "#A6ACCD",
"infoForeground": "#676E95", "infoForeground": "#676E95",
"selectedForeground": "#FFFFFF" "selectedForeground": "#FFFFFF",
"selectedDisabledForeground": "#A6ACCD"
}, },
"Link": { "Link": {
"activeForeground": "#ab47bc", "activeForeground": "#ab47bc",
@@ -301,10 +325,12 @@
"List": { "List": {
"background": "#34324a", "background": "#34324a",
"foreground": "#A6ACCD", "foreground": "#A6ACCD",
"selectionBackground": "#3C435E50", "hoverBackground": "#676E95",
"hoverInactiveBackground": "#414863",
"selectionBackground": "#717CB470",
"selectionForeground": "#FFFFFF", "selectionForeground": "#FFFFFF",
"selectionInactiveForeground": "#FFFFFF", "selectionInactiveForeground": "#FFFFFF",
"selectionInactiveBackground": "#676E9550" "selectionInactiveBackground": "#676E95"
}, },
"material": { "material": {
"background": "#292D3E", "background": "#292D3E",
@@ -332,7 +358,7 @@
"disabledBackground": "#34324a", "disabledBackground": "#34324a",
"disabledForeground": "#515772", "disabledForeground": "#515772",
"foreground": "#A6ACCD", "foreground": "#A6ACCD",
"selectionBackground": "#3C435E", "selectionBackground": "#717CB470",
"selectionForeground": "#FFFFFF", "selectionForeground": "#FFFFFF",
"separatorColor": "#2b2a3e" "separatorColor": "#2b2a3e"
}, },
@@ -343,7 +369,7 @@
"disabledForeground": "#515772", "disabledForeground": "#515772",
"foreground": "#A6ACCD", "foreground": "#A6ACCD",
"highlight": "#292D3E", "highlight": "#292D3E",
"selectionBackground": "#3C435E", "selectionBackground": "#717CB470",
"selectionForeground": "#FFFFFF", "selectionForeground": "#FFFFFF",
"shadow": "#292D3E" "shadow": "#292D3E"
}, },
@@ -355,7 +381,7 @@
"disabledBackground": "#292D3E", "disabledBackground": "#292D3E",
"disabledForeground": "#515772", "disabledForeground": "#515772",
"foreground": "#A6ACCD", "foreground": "#A6ACCD",
"selectionBackground": "#3C435E", "selectionBackground": "#717CB470",
"selectionForeground": "#FFFFFF" "selectionForeground": "#FFFFFF"
}, },
"NavBar": { "NavBar": {
@@ -409,7 +435,7 @@
"ParameterInfo": { "ParameterInfo": {
"background": "#34324a", "background": "#34324a",
"borderColor": "#414863", "borderColor": "#414863",
"currentOverloadBackground": "#414863", "currentOverloadBackground": "#444267",
"currentParameterForeground": "#ab47bc", "currentParameterForeground": "#ab47bc",
"disabledForeground": "#515772", "disabledForeground": "#515772",
"foreground": "#A6ACCD", "foreground": "#A6ACCD",
@@ -429,9 +455,10 @@
"background": "#292D3E", "background": "#292D3E",
"disabledForeground": "#515772", "disabledForeground": "#515772",
"eapTagBackground": "#444267", "eapTagBackground": "#444267",
"lightSelectionBackground": "#3C435E", "hoverBackground": "#676E95",
"lightSelectionBackground": "#414863",
"paidTagBackground": "#444267", "paidTagBackground": "#444267",
"selectionBackground": "#3C435E", "selectionBackground": "#717CB470",
"tagForeground": "#ab47bc", "tagForeground": "#ab47bc",
"tagBackground": "#444267", "tagBackground": "#444267",
"trialTagBackground": "#444267", "trialTagBackground": "#444267",
@@ -442,7 +469,7 @@
"installFocusedBackground": "#444267", "installFocusedBackground": "#444267",
"installFillForeground": "#515772", "installFillForeground": "#515772",
"installFillBackground": "#303348", "installFillBackground": "#303348",
"updateBackground": "#303348", "updateBackground": "#ab47bc",
"updateBorderColor": "#303348", "updateBorderColor": "#303348",
"updateForeground": "#A6ACCD" "updateForeground": "#A6ACCD"
}, },
@@ -514,9 +541,10 @@
"disabledBackground": "#292D3E", "disabledBackground": "#292D3E",
"disabledForeground": "#515772", "disabledForeground": "#515772",
"foreground": "#A6ACCD", "foreground": "#A6ACCD",
"selectionBackground": "#3C435E", "selectionBackground": "#717CB470",
"selectionForeground": "#FFFFFF" "selectionForeground": "#FFFFFF"
}, },
"ScreenView.borderColor": "#2b2a3e",
"ScrollBar": { "ScrollBar": {
"background": "#292D3E", "background": "#292D3E",
"hoverThumbBorderColor": "#ab47bc", "hoverThumbBorderColor": "#ab47bc",
@@ -576,9 +604,18 @@
}, },
"SearchMatch": { "SearchMatch": {
"endBackground": "#ab47bc", "endBackground": "#ab47bc",
"startBackground": "#ab47bc" "startBackground": "#ab47bc",
"endColor": "#ab47bc",
"startColor": "#ab47bc"
}, },
"SearchField.errorBackground": "#202331", "SearchField.errorBackground": "#202331",
"SearchOption": {
"selectedBackground": "#414863"
},
"SearchResults": {
"Ordinal.File.Foreground": "#676E95",
"Repeated.File.Foreground": "#A6ACCD"
},
"Separator": { "Separator": {
"background": "#34324a", "background": "#34324a",
"foreground": "#34324a", "foreground": "#34324a",
@@ -616,7 +653,9 @@
}, },
"SplitPaneDivider.draggingColor": "#34324a", "SplitPaneDivider.draggingColor": "#34324a",
"StatusBar": { "StatusBar": {
"borderColor": "#292D3E" "borderColor": "#292D3E",
"hoverBackground": "#444267",
"LightEditBackground": "#414863"
}, },
"TabbedPane": { "TabbedPane": {
"background": "#292D3E", "background": "#292D3E",
@@ -643,9 +682,11 @@
}, },
"TabbedPane.mt.tab.background": "#292D3E", "TabbedPane.mt.tab.background": "#292D3E",
"Table": { "Table": {
"alternativeRowBackground": "#202331",
"background": "#292D3E", "background": "#292D3E",
"cellNoFocusBorder": "10,5,10,5", "cellNoFocusBorder": "10,5,10,5",
"focusCellHighlightBorder": "10,5,10,5", "focusCellHighlightBorder": "10,5,10,5",
"disabledForeground": "#515772",
"dropLineColor": "#ab47bc", "dropLineColor": "#ab47bc",
"dropLineShortColor": "#ab47bc", "dropLineShortColor": "#ab47bc",
"focusCellBackground": "#414863", "focusCellBackground": "#414863",
@@ -653,6 +694,8 @@
"foreground": "#A6ACCD", "foreground": "#A6ACCD",
"gridColor": "#292D3E", "gridColor": "#292D3E",
"highlightOuter": "#414863", "highlightOuter": "#414863",
"hoverBackground": "#676E95",
"hoverInactiveBackground": "#414863",
"lightSelectionForeground": "#FFFFFF", "lightSelectionForeground": "#FFFFFF",
"lightSelectionInactiveForeground": "#676E95", "lightSelectionInactiveForeground": "#676E95",
"lightSelectionInactiveBackground": "#34324a", "lightSelectionInactiveBackground": "#34324a",
@@ -729,8 +772,8 @@
"ToolTip": { "ToolTip": {
"Actions.background": "#292D3E", "Actions.background": "#292D3E",
"Actions.infoForeground": "#676E95", "Actions.infoForeground": "#676E95",
"background": "#292D3E", "background": "#202331",
"borderColor": "#444267", "borderColor": "#2b2a3e",
"foreground": "#A6ACCD", "foreground": "#A6ACCD",
"infoForeground": "#676E95", "infoForeground": "#676E95",
"separatorColor": "#2b2a3e", "separatorColor": "#2b2a3e",
@@ -751,50 +794,93 @@
"background": "#292D3E" "background": "#292D3E"
}, },
"HeaderTab": { "HeaderTab": {
"borderColor": "#444267",
"hoverBackground": "#444267", "hoverBackground": "#444267",
"hoverInactiveBackground": "#34324a", "hoverInactiveBackground": "#444267",
"inactiveUnderlineColor": "#ab47bc", "inactiveUnderlineColor": "#ab47bc",
"selectedBackground": "#202331", "selectedBackground": "#202331",
"selectedInactiveBackground": "#202331", "selectedInactiveBackground": "#202331",
"underlineColor": "#ab47bc", "underlineColor": "#ab47bc",
"underlinedTabBackground": "#444267", "underlinedTabBackground": "#414863",
"underlinedTabInactiveBackground": "#34324a" "underlinedTabInactiveBackground": "#34324a",
"underlinedTabForeground": "#FFFFFF",
"underlinedTabInactiveForeground": "#A6ACCD"
} }
}, },
"Tree": { "Tree": {
"background": "#292D3E", "background": "#292D3E",
"foreground": "#676E95", "foreground": "#676E95",
"hash": "#2b2a3e", "hash": "#2b2a3e",
"hoverBackground": "#676E95",
"hoverInactiveBackground": "#414863",
"modifiedItemForeground": "#ab47bc", "modifiedItemForeground": "#ab47bc",
"rowHeight": 28, "rowHeight": 28,
"selectionBackground": "#676E9550", "selectionBackground": "#676E95",
"selectionForeground": "#FFFFFF", "selectionForeground": "#FFFFFF",
"selectionInactiveForeground": "#FFFFFF", "selectionInactiveForeground": "#FFFFFF",
"selectionInactiveBackground": "#676E9550", "selectionInactiveBackground": "#676E95",
"textBackground": "#292D3E" "textBackground": "#292D3E"
}, },
"Tree.leftChildIndent": 10, "Tree.leftChildIndent": 10,
"Tree.rightChildIndent": 5, "Tree.rightChildIndent": 5,
"UiDesigner": { "UIDesigner": {
"Activity.borderColor": "#2b2a3e", "Activity.borderColor": "#2b2a3e",
"ColorPicker.background": "#292D3E", "Canvas.background": "#202331",
"ColorPicker.foreground": "#A6ACCD", "ColorPicker": {
"Component.borderColor": "#2b2a3e", "background": "#292D3E",
"Component.background": "#292D3E", "foreground": "#A6ACCD"
"Component.foreground": "#A6ACCD", },
"Connector.borderColor": "#2b2a3e", "Component": {
"Connector.hoverBorderColor": "#444267", "borderColor": "#2b2a3e",
"background": "#292D3E",
"foreground": "#A6ACCD",
"hoverBorderColor": "#444267"
},
"Connector": {
"borderColor": "#2b2a3e",
"hoverBorderColor": "#444267"
},
"Canvas.background": "#202331", "Canvas.background": "#202331",
"highStroke.foreground": "#A6ACCD", "highStroke.foreground": "#A6ACCD",
"Label.foreground": "#676E95", "Label.foreground": "#676E95",
"List.selectionBackground": "#676E9550", "List.selectionBackground": "#676E95",
"Panel.borderColor": "#2b2a3e", "motion": {
"Panel.background": "#292D3E", "borderColor": "#2b2a3e",
"Component.foreground": "#A6ACCD",
"ConstraintSetText.foreground": "#676E95",
"ConstraintSet.background": "#34324a",
"CSPanel.SelectedFocusBackground": "#717CB470",
"CSPanel.SelectedBackground": "#676E95",
"cs_FocusText.infoForeground": "#676E95",
"CursorTextColor.foreground": "#A6ACCD",
"HoverColor.disabledBackground": "#515772",
"motionGraph.background": "#292D3E",
"Notification.background": "#202331",
"ourAvg.background": "#34324a",
"ourCS.background": "#34324a",
"ourCS_Border.borderColor": "#2b2a3e",
"ourCS_TextColor.foreground": "#676E95",
"ourCS_SelectedFocusBackground.selectionForeground": "#FFFFFF",
"ourCS_SelectedBackground.selectionInactiveBackground": "#414863",
"ourCS_SelectedBorder.pressedBorderColor": "#444267",
"ourML_BarColor.separatorColor": "#2b2a3e",
"PrimaryPanel.background": "#202331",
"SecondaryPanel.background": "#292D3E",
"SecondaryPanel.header.foreground": "#676E95",
"SecondaryPanel.header.background": "#202331",
"timeLine.disabledBorderColor": "#2b2a3e"
},
"Panel": {
"borderColor": "#2b2a3e",
"background": "#292D3E"
},
"percent.foreground": "#A6ACCD", "percent.foreground": "#A6ACCD",
"Placeholder.background": "#292D3E", "Placeholder": {
"Placeholder.borderColor": "#2b2a3e", "background": "#292D3E",
"Placeholder.foreground": "#A6ACCD", "borderColor": "#2b2a3e",
"Placeholder.selectedForeground": "#FFFFFF", "foreground": "#A6ACCD",
"selectedForeground": "#FFFFFF"
},
"Preview.background": "#292D3E", "Preview.background": "#292D3E",
"stroke.acceleratorForeground": "#676E95" "stroke.acceleratorForeground": "#676E95"
}, },
@@ -828,7 +914,8 @@
}, },
"Log": { "Log": {
"Commit.unmatchedForeground": "#676E95", "Commit.unmatchedForeground": "#676E95",
"Commit.currentBranchBackground": "#34324a" "Commit.currentBranchBackground": "#34324a",
"Commit.hoveredBackground": "#676E95"
}, },
"RefLabel": { "RefLabel": {
"foreground": "#FFFFFF", "foreground": "#FFFFFF",
@@ -840,18 +927,24 @@
"foreground": "#A6ACCD" "foreground": "#A6ACCD"
}, },
"WelcomeScreen": { "WelcomeScreen": {
"AssociatedComponent.background": "#292D3E",
"background": "#292D3E", "background": "#292D3E",
"borderColor": "#292D3E", "borderColor": "#292D3E",
"captionBackground": "#202331", "captionBackground": "#202331",
"captionForeground": "#A6ACCD", "captionForeground": "#A6ACCD",
"Details.background": "#292D3E",
"footerBackground": "#202331", "footerBackground": "#202331",
"footerForeground": "#A6ACCD", "footerForeground": "#A6ACCD",
"headerBackground": "#292D3E", "headerBackground": "#292D3E",
"headerForeground": "#A6ACCD", "headerForeground": "#A6ACCD",
"List.background": "#202331",
"separatorColor": "#2b2a3e", "separatorColor": "#2b2a3e",
"SidePanel.background": "#34324a",
"Projects": { "Projects": {
"actions.background": "#202331",
"actions.selectionBackground": "#444267",
"background": "#34324a", "background": "#34324a",
"selectionBackground": "#3C435E", "selectionBackground": "#717CB470",
"selectionInactiveBackground": "#34324a" "selectionInactiveBackground": "#34324a"
} }
}, },

View File

@@ -3,6 +3,12 @@
"dark": true, "dark": true,
"author": "Mallowigi", "author": "Mallowigi",
"editorScheme": "/colors/Monokai Pro.xml", "editorScheme": "/colors/Monokai Pro.xml",
"emptyFrameBackground": {
"anchor": "center",
"image": "/walls/monokai.svg",
"fill": "scale",
"transparency": 50
},
"ui": { "ui": {
"*": { "*": {
"acceleratorSelectionForeground": "#939293", "acceleratorSelectionForeground": "#939293",
@@ -19,7 +25,7 @@
"infoForeground": "#939293", "infoForeground": "#939293",
"selectionBackground": "#6E6C6F", "selectionBackground": "#6E6C6F",
"selectionBackgroundInactive": "#403E41", "selectionBackgroundInactive": "#403E41",
"selectionForeground": "#FFFFFF", "selectionForeground": "#ffd866",
"selectionInactiveBackground": "#403E41", "selectionInactiveBackground": "#403E41",
"separatorColor": "#2d2a2e" "separatorColor": "#2d2a2e"
}, },
@@ -43,7 +49,7 @@
"default": { "default": {
"endBackground": "#4A474B", "endBackground": "#4A474B",
"endBorderColor": "#4A474B", "endBorderColor": "#4A474B",
"foreground": "#ffd866", "foreground": "#FFFFFF",
"focusColor": "#ffd866", "focusColor": "#ffd866",
"focusedBorderColor": "#ffd866", "focusedBorderColor": "#ffd866",
"shadowColor": "#4A474B", "shadowColor": "#4A474B",
@@ -57,10 +63,10 @@
"focus": "#5b595c", "focus": "#5b595c",
"focusedBorderColor": "#ffd866", "focusedBorderColor": "#ffd866",
"foreground": "#939293", "foreground": "#939293",
"highlight": "#FFFFFF", "highlight": "#ffd866",
"mt.background": "#403E41", "mt.background": "#403E41",
"mt.foreground": "#939293", "mt.foreground": "#939293",
"mt.selectedForeground": "#FFFFFF", "mt.selectedForeground": "#ffd866",
"mt.selection.color1": "#4A474B", "mt.selection.color1": "#4A474B",
"mt.selection.color2": "#4A474B", "mt.selection.color2": "#4A474B",
"startBackground": "#403E41", "startBackground": "#403E41",
@@ -72,7 +78,10 @@
"Tooltip.borderColor": "#2d2a2e", "Tooltip.borderColor": "#2d2a2e",
"Tooltip.background": "#363437" "Tooltip.background": "#363437"
}, },
"Content.background": "#3a3a3c", "Content": {
"background": "#221F22",
"selectionBackground": "#6E6C6F"
},
"CheckBox": { "CheckBox": {
"background": "#2D2A2E", "background": "#2D2A2E",
"disabledText": "#5b595c", "disabledText": "#5b595c",
@@ -87,7 +96,15 @@
"disabledForeground": "#5b595c", "disabledForeground": "#5b595c",
"foreground": "#fcfcfa", "foreground": "#fcfcfa",
"selectionBackground": "#6E6C6F", "selectionBackground": "#6E6C6F",
"selectionForeground": "#ffd866" "selectionForeground": "#FFFFFF"
},
"CodeWithMe": {
"Avatar.foreground": "#fcfcfa",
"AccessEnabled": {
"accessDot": "#ffd866",
"dropdownBorder": "#403E41",
"pillBackground": "$second"
}
}, },
"ColorChooser": { "ColorChooser": {
"background": "#2D2A2E", "background": "#2D2A2E",
@@ -102,15 +119,16 @@
"iconColor": "#fcfcfa", "iconColor": "#fcfcfa",
"nonEditableBackground": "#2D2A2E" "nonEditableBackground": "#2D2A2E"
}, },
"background": "#3a3a3c", "background": "#221F22",
"buttonBackground": "#403E41", "buttonBackground": "#403E41",
"darcula.hoveredArrowButtonForeground": "#ffd866",
"disabledForeground": "#5b595c", "disabledForeground": "#5b595c",
"foreground": "#fcfcfa", "foreground": "#fcfcfa",
"modifiedItemForeground": "#ffd866", "modifiedItemForeground": "#ffd866",
"nonEditableBackground": "#403E41", "nonEditableBackground": "#403E41",
"padding": "5,5,5,5", "padding": "5,5,5,5",
"selectionBackground": "#4A474B", "selectionBackground": "#4A474B",
"selectionForeground": "#ffd866" "selectionForeground": "#FFFFFF"
}, },
"ComboPopup.border": "#2d2a2e", "ComboPopup.border": "#2d2a2e",
"CompletionPopup": { "CompletionPopup": {
@@ -120,13 +138,13 @@
"matchForeground": "#ffd866", "matchForeground": "#ffd866",
"matchSelectionForeground": "#ffd866", "matchSelectionForeground": "#ffd866",
"nonFocusedState": "false", "nonFocusedState": "false",
"selectedGrayedForeground": "#FFFFFF", "selectedGrayedForeground": "#ffd866",
"selectionGrayForeground": "#FFFFFF", "selectionGrayForeground": "#ffd866",
"selectionInactiveInfoForeground": "#939293", "selectionInactiveInfoForeground": "#939293",
"selectionInactiveBackground": "#6E6C6F50", "selectionInactiveBackground": "#6E6C6F",
"selectionBackground": "#6E6C6F80", "selectionBackground": "#6E6C6F",
"selectionForeground": "#FFFFFF", "selectionForeground": "#ffd866",
"selectionInfoForeground": "#FFFFFF" "selectionInfoForeground": "#ffd866"
}, },
"Component": { "Component": {
"arc": 4, "arc": 4,
@@ -142,7 +160,7 @@
"controlText": "#939293", "controlText": "#939293",
"Counter": { "Counter": {
"background": "#ffd866", "background": "#ffd866",
"foreground": "#FFFFFF" "foreground": "#ffd866"
}, },
"Debugger": { "Debugger": {
"Variables": { "Variables": {
@@ -166,13 +184,15 @@
"background": "#2D2A2E", "background": "#2D2A2E",
"borderColor": "#2D2A2E", "borderColor": "#2D2A2E",
"hoverBackground": "#4A474B", "hoverBackground": "#4A474B",
"hoverColor": "#3a3a3c", "hoverColor": "#221F22",
"hoverMaskColor": "#5b595c", "hoverMaskColor": "#5b595c",
"inactiveColoredTabBackground": "#2D2A2E",
"inactiveColoredFileBackground": "#403E41", "inactiveColoredFileBackground": "#403E41",
"inactiveUnderlineColor": "#5b595c", "inactiveUnderlineColor": "#ffd866",
"inactiveMaskColor": "#3a3a3c", "inactiveMaskColor": "#221F22",
"underlineColor": "#ffd866", "underlineColor": "#ffd866",
"underlinedTabBackground": "#4A474B" "underlinedTabBackground": "#4A474B",
"underlinedTabForeground": "#ffd866"
}, },
"Desktop.background": "#2D2A2E", "Desktop.background": "#2D2A2E",
"DialogWrapper.southPanelBackground": "#2D2A2E", "DialogWrapper.southPanelBackground": "#2D2A2E",
@@ -183,30 +203,32 @@
"areaForeground": "#fcfcfa" "areaForeground": "#fcfcfa"
}, },
"Editor": { "Editor": {
"background": "#3a3a3c", "background": "#221F22",
"foreground": "#fcfcfa", "foreground": "#fcfcfa",
"shortcutForeground": "#939293" "shortcutForeground": "#939293"
}, },
"EditorPane": { "EditorPane": {
"background": "#3a3a3c", "background": "#221F22",
"caretForeground": "#ffd866", "caretForeground": "#ffd866",
"foreground": "#fcfcfa", "foreground": "#fcfcfa",
"inactiveBackground": "#2D2A2E", "inactiveBackground": "#2D2A2E",
"inactiveForeground": "#5b595c", "inactiveForeground": "#5b595c",
"selectionBackground": "#6E6C6F", "selectionBackground": "#6E6C6F",
"selectionForeground": "#ffd866" "selectionForeground": "#FFFFFF"
}, },
"EditorTabs": { "EditorTabs": {
"borderColor": "#403E41", "borderColor": "#403E41",
"hoverBackground": "#5b595c",
"hoverColor": "#5b595c", "hoverColor": "#5b595c",
"hoverMaskColor": "#5b595c", "hoverMaskColor": "#5b595c",
"inactiveMaskColor": "#2D2A2E", "inactiveMaskColor": "#2D2A2E",
"inactiveColoredFileBackground": "#2D2A2E2", "inactiveColoredFileBackground": "#2D2A2E",
"inactiveUnderlineColor": "#5b595c", "inactiveUnderlineColor": "#5b595c",
"selectedForeground": "#fcfcfa", "selectedForeground": "#fcfcfa",
"selectedBackground": "#4A474B", "selectedBackground": "#4A474B",
"underlineColor": "#ffd866", "underlineColor": "#ffd866",
"underlinedTabBackground": "#4A474B" "underlinedTabBackground": "#4A474B",
"underlinedTabForeground": "#ffd866"
}, },
"EditorGroupsTabs": { "EditorGroupsTabs": {
"background": "#2D2A2E", "background": "#2D2A2E",
@@ -238,25 +260,26 @@
}, },
"Focus.color": "#2d2a2e", "Focus.color": "#2d2a2e",
"FormattedTextField": { "FormattedTextField": {
"background": "#3a3a3c", "background": "#221F22",
"caretForeground": "#ffd866", "caretForeground": "#ffd866",
"foreground": "#fcfcfa", "foreground": "#fcfcfa",
"inactiveBackground": "#403E41", "inactiveBackground": "#403E41",
"inactiveForeground": "#5b595c", "inactiveForeground": "#5b595c",
"selectionForeground": "#ffd866", "selectionForeground": "#FFFFFF",
"selectionBackground": "#4A474B" "selectionBackground": "#4A474B"
}, },
"GotItTooltip.borderColor": "#363437",
"Group": { "Group": {
"disabledSeparatorColor": "#2d2a2e", "disabledSeparatorColor": "#2d2a2e",
"separatorColor": "#2d2a2e" "separatorColor": "#2d2a2e"
}, },
"GutterTooltip": { "GutterTooltip": {
"infoForeground": "#fcfcfa", "infoForeground": "#939293",
"lineSeparatorColor": "#2D2A2E" "lineSeparatorColor": "#2D2A2E"
}, },
"HeaderColor": { "HeaderColor": {
"active": "#2D2A2E", "active": "#2D2A2E",
"inactive": "#3a3a3c" "inactive": "#221F22"
}, },
"HelpTooltip": { "HelpTooltip": {
"background": "#2D2A2E", "background": "#2D2A2E",
@@ -288,7 +311,8 @@
"disabledText": "#5b595c", "disabledText": "#5b595c",
"foreground": "#fcfcfa", "foreground": "#fcfcfa",
"infoForeground": "#939293", "infoForeground": "#939293",
"selectedForeground": "#ffd866" "selectedForeground": "#FFFFFF",
"selectedDisabledForeground": "#fcfcfa"
}, },
"Link": { "Link": {
"activeForeground": "#ffd866", "activeForeground": "#ffd866",
@@ -301,19 +325,21 @@
"List": { "List": {
"background": "#403E41", "background": "#403E41",
"foreground": "#fcfcfa", "foreground": "#fcfcfa",
"selectionBackground": "#6E6C6F50", "hoverBackground": "#403E41",
"selectionForeground": "#FFFFFF", "hoverInactiveBackground": "#4A474B",
"selectionInactiveForeground": "#ffd866", "selectionBackground": "#6E6C6F",
"selectionForeground": "#ffd866",
"selectionInactiveForeground": "#FFFFFF",
"selectionInactiveBackground": "#403E41" "selectionInactiveBackground": "#403E41"
}, },
"material": { "material": {
"background": "#2D2A2E", "background": "#2D2A2E",
"branchColor": "#fcfcfa", "branchColor": "#fcfcfa",
"contrast": "#3a3a3c", "contrast": "#221F22",
"foreground": "#fcfcfa", "foreground": "#fcfcfa",
"mergeCommits": "#403E41", "mergeCommits": "#403E41",
"primaryColor": "#939293", "primaryColor": "#939293",
"selectionForeground": "#FFFFFF", "selectionForeground": "#ffd866",
"tab.backgroundColor": "#2D2A2E", "tab.backgroundColor": "#2D2A2E",
"tab.borderColor": "#ffd866", "tab.borderColor": "#ffd866",
"tagColor": "#939293" "tagColor": "#939293"
@@ -325,7 +351,7 @@
}, },
"Menu": { "Menu": {
"acceleratorForeground": "#939293", "acceleratorForeground": "#939293",
"acceleratorSelectionForeground": "#FFFFFF", "acceleratorSelectionForeground": "#ffd866",
"background": "#2D2A2E", "background": "#2D2A2E",
"border": "4,2,4,2", "border": "4,2,4,2",
"borderColor": "#403E41", "borderColor": "#403E41",
@@ -333,30 +359,30 @@
"disabledForeground": "#5b595c", "disabledForeground": "#5b595c",
"foreground": "#fcfcfa", "foreground": "#fcfcfa",
"selectionBackground": "#6E6C6F", "selectionBackground": "#6E6C6F",
"selectionForeground": "#FFFFFF", "selectionForeground": "#ffd866",
"separatorColor": "#2d2a2e" "separatorColor": "#2d2a2e"
}, },
"MenuBar": { "MenuBar": {
"background": "#3a3a3c", "background": "#221F22",
"borderColor": "#2D2A2E", "borderColor": "#2D2A2E",
"disabledBackground": "#2D2A2E", "disabledBackground": "#2D2A2E",
"disabledForeground": "#5b595c", "disabledForeground": "#5b595c",
"foreground": "#fcfcfa", "foreground": "#fcfcfa",
"highlight": "#2D2A2E", "highlight": "#2D2A2E",
"selectionBackground": "#6E6C6F", "selectionBackground": "#6E6C6F",
"selectionForeground": "#FFFFFF", "selectionForeground": "#ffd866",
"shadow": "#3a3a3c" "shadow": "#221F22"
}, },
"MenuItem": { "MenuItem": {
"acceleratorForeground": "#939293", "acceleratorForeground": "#939293",
"acceleratorSelectionForeground": "#FFFFFF", "acceleratorSelectionForeground": "#ffd866",
"border": "4,2,4,2", "border": "4,2,4,2",
"background": "#2D2A2E", "background": "#2D2A2E",
"disabledBackground": "#2D2A2E", "disabledBackground": "#2D2A2E",
"disabledForeground": "#5b595c", "disabledForeground": "#5b595c",
"foreground": "#fcfcfa", "foreground": "#fcfcfa",
"selectionBackground": "#6E6C6F", "selectionBackground": "#6E6C6F",
"selectionForeground": "#FFFFFF" "selectionForeground": "#ffd866"
}, },
"NavBar": { "NavBar": {
"arrowColor": "#fcfcfa", "arrowColor": "#fcfcfa",
@@ -367,7 +393,7 @@
"background": "#2D2A2E" "background": "#2D2A2E"
}, },
"SearchField": { "SearchField": {
"background": "#3a3a3c" "background": "#221F22"
} }
}, },
"NewPSD.warning": "#ffd866", "NewPSD.warning": "#ffd866",
@@ -409,7 +435,7 @@
"ParameterInfo": { "ParameterInfo": {
"background": "#403E41", "background": "#403E41",
"borderColor": "#4A474B", "borderColor": "#4A474B",
"currentOverloadBackground": "#4A474B", "currentOverloadBackground": "#5b595c",
"currentParameterForeground": "#ffd866", "currentParameterForeground": "#ffd866",
"disabledForeground": "#5b595c", "disabledForeground": "#5b595c",
"foreground": "#fcfcfa", "foreground": "#fcfcfa",
@@ -417,19 +443,20 @@
"lineSeparatorColor": "#4A474B" "lineSeparatorColor": "#4A474B"
}, },
"PasswordField": { "PasswordField": {
"background": "#3a3a3c", "background": "#221F22",
"capsLockIconColor": "#ffd866", "capsLockIconColor": "#ffd866",
"caretForeground": "#ffd866", "caretForeground": "#ffd866",
"foreground": "#fcfcfa", "foreground": "#fcfcfa",
"inactiveForeground": "#5b595c", "inactiveForeground": "#5b595c",
"selectionBackground": "#4A474B", "selectionBackground": "#4A474B",
"selectionForeground": "#ffd866" "selectionForeground": "#FFFFFF"
}, },
"Plugins": { "Plugins": {
"background": "#2D2A2E", "background": "#2D2A2E",
"disabledForeground": "#5b595c", "disabledForeground": "#5b595c",
"eapTagBackground": "#5b595c", "eapTagBackground": "#5b595c",
"lightSelectionBackground": "#6E6C6F", "hoverBackground": "#403E41",
"lightSelectionBackground": "#4A474B",
"paidTagBackground": "#5b595c", "paidTagBackground": "#5b595c",
"selectionBackground": "#6E6C6F", "selectionBackground": "#6E6C6F",
"tagForeground": "#ffd866", "tagForeground": "#ffd866",
@@ -442,12 +469,12 @@
"installFocusedBackground": "#5b595c", "installFocusedBackground": "#5b595c",
"installFillForeground": "#5b595c", "installFillForeground": "#5b595c",
"installFillBackground": "#403E41", "installFillBackground": "#403E41",
"updateBackground": "#403E41", "updateBackground": "#ffd866",
"updateBorderColor": "#403E41", "updateBorderColor": "#403E41",
"updateForeground": "#fcfcfa" "updateForeground": "#fcfcfa"
}, },
"SearchField": { "SearchField": {
"background": "#3a3a3c", "background": "#221F22",
"borderColor": "#2d2a2e" "borderColor": "#2d2a2e"
}, },
"SectionHeader": { "SectionHeader": {
@@ -456,7 +483,7 @@
}, },
"Tab": { "Tab": {
"hoverBackground": "#4A474B", "hoverBackground": "#4A474B",
"selectedForeground": "#FFFFFF", "selectedForeground": "#ffd866",
"selectedBackground": "#4A474B" "selectedBackground": "#4A474B"
} }
}, },
@@ -466,20 +493,20 @@
"borderColor": "#2D2A2E", "borderColor": "#2D2A2E",
"foreground": "#ffd866" "foreground": "#ffd866"
}, },
"borderColor": "#3a3a3c", "borderColor": "#221F22",
"inactiveBorderColor": "#2D2A2E", "inactiveBorderColor": "#2D2A2E",
"innerBorderColor": "#403E41", "innerBorderColor": "#403E41",
"Header": { "Header": {
"activeBackground": "#2D2A2E", "activeBackground": "#2D2A2E",
"inactiveBackground": "#3a3a3c" "inactiveBackground": "#221F22"
}, },
"paintBorder": true, "paintBorder": true,
"separatorForeground": "#fcfcfa", "separatorForeground": "#fcfcfa",
"separatorColor": "#403E41", "separatorColor": "#403E41",
"Toolbar": { "Toolbar": {
"Floating.background": "#3a3a3c", "Floating.background": "#221F22",
"background": "#3a3a3c", "background": "#221F22",
"borderColor": "#3a3a3c" "borderColor": "#221F22"
} }
}, },
"PopupMenu": { "PopupMenu": {
@@ -515,8 +542,9 @@
"disabledForeground": "#5b595c", "disabledForeground": "#5b595c",
"foreground": "#fcfcfa", "foreground": "#fcfcfa",
"selectionBackground": "#6E6C6F", "selectionBackground": "#6E6C6F",
"selectionForeground": "#FFFFFF" "selectionForeground": "#ffd866"
}, },
"ScreenView.borderColor": "#2d2a2e",
"ScrollBar": { "ScrollBar": {
"background": "#2D2A2E", "background": "#2D2A2E",
"hoverThumbBorderColor": "#ffd866", "hoverThumbBorderColor": "#ffd866",
@@ -553,7 +581,7 @@
}, },
"SearchEverywhere": { "SearchEverywhere": {
"Advertiser": { "Advertiser": {
"background": "#3a3a3c", "background": "#221F22",
"foreground": "#939293" "foreground": "#939293"
}, },
"Header": { "Header": {
@@ -565,27 +593,36 @@
}, },
"SearchField": { "SearchField": {
"background": "#2D2A2E", "background": "#2D2A2E",
"borderColor": "#3a3a3c", "borderColor": "#221F22",
"infoForeground": "#939293" "infoForeground": "#939293"
}, },
"Tab": { "Tab": {
"active.foreground": "#ffd866", "active.foreground": "#FFFFFF",
"selectedForeground": "#ffd866", "selectedForeground": "#FFFFFF",
"selectedBackground": "#5b595c" "selectedBackground": "#5b595c"
} }
}, },
"SearchMatch": { "SearchMatch": {
"endBackground": "#ffd866", "endBackground": "#ffd866",
"startBackground": "#ffd866" "startBackground": "#ffd866",
"endColor": "#ffd866",
"startColor": "#ffd866"
}, },
"SearchField.errorBackground": "#363437", "SearchField.errorBackground": "#363437",
"SearchOption": {
"selectedBackground": "#4A474B"
},
"SearchResults": {
"Ordinal.File.Foreground": "#939293",
"Repeated.File.Foreground": "#fcfcfa"
},
"Separator": { "Separator": {
"background": "#403E41", "background": "#403E41",
"foreground": "#403E41", "foreground": "#403E41",
"separatorColor": "#403E41" "separatorColor": "#403E41"
}, },
"SidePanel": { "SidePanel": {
"background": "#3a3a3c" "background": "#221F22"
}, },
"Slider": { "Slider": {
"background": "#2D2A2E", "background": "#2D2A2E",
@@ -608,15 +645,17 @@
"background": "#2D2A2E", "background": "#2D2A2E",
"border": "3,3,3,3", "border": "3,3,3,3",
"foreground": "#fcfcfa", "foreground": "#fcfcfa",
"selectionForeground": "#ffd866" "selectionForeground": "#FFFFFF"
}, },
"SplitPane": { "SplitPane": {
"background": "#2D2A2E", "background": "#2D2A2E",
"highlight": "#3a3a3c" "highlight": "#221F22"
}, },
"SplitPaneDivider.draggingColor": "#403E41", "SplitPaneDivider.draggingColor": "#403E41",
"StatusBar": { "StatusBar": {
"borderColor": "#2D2A2E" "borderColor": "#2D2A2E",
"hoverBackground": "#5b595c",
"LightEditBackground": "#4A474B"
}, },
"TabbedPane": { "TabbedPane": {
"background": "#2D2A2E", "background": "#2D2A2E",
@@ -632,7 +671,7 @@
"highlight": "#2d2a2e", "highlight": "#2d2a2e",
"hoverColor": "#5b595c", "hoverColor": "#5b595c",
"labelShift": 0, "labelShift": 0,
"selectedForeground": "#ffd866", "selectedForeground": "#FFFFFF",
"selectedLabelShift": 0, "selectedLabelShift": 0,
"selectedTabPadInsets": "0,0,0,0", "selectedTabPadInsets": "0,0,0,0",
"tabsOverlapBorder": true, "tabsOverlapBorder": true,
@@ -641,27 +680,31 @@
"tabSelectionHeight": 2, "tabSelectionHeight": 2,
"underlineColor": "#ffd866" "underlineColor": "#ffd866"
}, },
"TabbedPane.mt.tab.background": "#3a3a3c", "TabbedPane.mt.tab.background": "#221F22",
"Table": { "Table": {
"alternativeRowBackground": "#221F22",
"background": "#2D2A2E", "background": "#2D2A2E",
"cellNoFocusBorder": "10,5,10,5", "cellNoFocusBorder": "10,5,10,5",
"focusCellHighlightBorder": "10,5,10,5", "focusCellHighlightBorder": "10,5,10,5",
"disabledForeground": "#5b595c",
"dropLineColor": "#ffd866", "dropLineColor": "#ffd866",
"dropLineShortColor": "#ffd866", "dropLineShortColor": "#ffd866",
"focusCellBackground": "#4A474B", "focusCellBackground": "#4A474B",
"focusCellForeground": "#ffd866", "focusCellForeground": "#FFFFFF",
"foreground": "#fcfcfa", "foreground": "#fcfcfa",
"gridColor": "#2D2A2E", "gridColor": "#2D2A2E",
"highlightOuter": "#4A474B", "highlightOuter": "#4A474B",
"lightSelectionForeground": "#ffd866", "hoverBackground": "#403E41",
"hoverInactiveBackground": "#4A474B",
"lightSelectionForeground": "#FFFFFF",
"lightSelectionInactiveForeground": "#939293", "lightSelectionInactiveForeground": "#939293",
"lightSelectionInactiveBackground": "#403E41", "lightSelectionInactiveBackground": "#403E41",
"selectionBackground": "#4A474B", "selectionBackground": "#4A474B",
"selectionForeground": "#ffd866", "selectionForeground": "#FFFFFF",
"selectionInactiveBackground": "#4A474B", "selectionInactiveBackground": "#4A474B",
"selectionInactiveForeground": "#FFFFFF", "selectionInactiveForeground": "#ffd866",
"sortIconColor": "#fcfcfa", "sortIconColor": "#fcfcfa",
"stripeColor": "#3a3a3c" "stripeColor": "#221F22"
}, },
"TableHeader": { "TableHeader": {
"background": "#2D2A2E", "background": "#2D2A2E",
@@ -671,7 +714,7 @@
"disabledForeground": "#5b595c", "disabledForeground": "#5b595c",
"foreground": "#fcfcfa", "foreground": "#fcfcfa",
"focusCellBackground": "#4A474B", "focusCellBackground": "#4A474B",
"focusCellForeground": "#ffd866", "focusCellForeground": "#FFFFFF",
"height": 25, "height": 25,
"separatorColor": "#403E41" "separatorColor": "#403E41"
}, },
@@ -679,31 +722,31 @@
"textInactiveText": "#939293", "textInactiveText": "#939293",
"textText": "#939293", "textText": "#939293",
"TextArea": { "TextArea": {
"background": "#3a3a3c", "background": "#221F22",
"caretForeground": "#ffd866", "caretForeground": "#ffd866",
"foreground": "#fcfcfa", "foreground": "#fcfcfa",
"inactiveForeground": "#5b595c", "inactiveForeground": "#5b595c",
"selectionBackground": "#4A474B", "selectionBackground": "#4A474B",
"selectionForeground": "#ffd866" "selectionForeground": "#FFFFFF"
}, },
"TextField": { "TextField": {
"background": "#3a3a3c", "background": "#221F22",
"caretForeground": "#ffd866", "caretForeground": "#ffd866",
"foreground": "#fcfcfa", "foreground": "#fcfcfa",
"inactiveForeground": "#5b595c", "inactiveForeground": "#5b595c",
"selectionBackground": "#4A474B", "selectionBackground": "#4A474B",
"selectionForeground": "#ffd866" "selectionForeground": "#FFFFFF"
}, },
"TextPane": { "TextPane": {
"background": "#3a3a3c", "background": "#221F22",
"caretForeground": "#ffd866", "caretForeground": "#ffd866",
"foreground": "#fcfcfa", "foreground": "#fcfcfa",
"inactiveForeground": "#5b595c", "inactiveForeground": "#5b595c",
"selectionBackground": "#4A474B", "selectionBackground": "#4A474B",
"selectionForeground": "#ffd866" "selectionForeground": "#FFFFFF"
}, },
"TitlePane": { "TitlePane": {
"background": "#3a3a3c", "background": "#221F22",
"Button.hoverBackground": "#5b595c", "Button.hoverBackground": "#5b595c",
"inactiveBackground": "#2D2A2E", "inactiveBackground": "#2D2A2E",
"infoForeground": "#939293", "infoForeground": "#939293",
@@ -721,7 +764,7 @@
"onForeground": "#ffd866" "onForeground": "#ffd866"
}, },
"ToolBar": { "ToolBar": {
"background": "#3a3a3c", "background": "#221F22",
"borderHandleColor": "#939293", "borderHandleColor": "#939293",
"floatingForeground": "#939293", "floatingForeground": "#939293",
"foreground": "#fcfcfa" "foreground": "#fcfcfa"
@@ -729,8 +772,8 @@
"ToolTip": { "ToolTip": {
"Actions.background": "#2D2A2E", "Actions.background": "#2D2A2E",
"Actions.infoForeground": "#939293", "Actions.infoForeground": "#939293",
"background": "#2D2A2E", "background": "#363437",
"borderColor": "#5b595c", "borderColor": "#2d2a2e",
"foreground": "#fcfcfa", "foreground": "#fcfcfa",
"infoForeground": "#939293", "infoForeground": "#939293",
"separatorColor": "#2d2a2e", "separatorColor": "#2d2a2e",
@@ -739,8 +782,8 @@
"ToolWindow": { "ToolWindow": {
"Button": { "Button": {
"hoverBackground": "#4A474B", "hoverBackground": "#4A474B",
"selectedForeground": "#ffd866", "selectedForeground": "#FFFFFF",
"selectedBackground": "#3a3a3c" "selectedBackground": "#221F22"
}, },
"Header": { "Header": {
"background": "#2D2A2E", "background": "#2D2A2E",
@@ -751,50 +794,93 @@
"background": "#2D2A2E" "background": "#2D2A2E"
}, },
"HeaderTab": { "HeaderTab": {
"borderColor": "#5b595c",
"hoverBackground": "#5b595c", "hoverBackground": "#5b595c",
"hoverInactiveBackground": "#403E41", "hoverInactiveBackground": "#5b595c",
"inactiveUnderlineColor": "#ffd866", "inactiveUnderlineColor": "#ffd866",
"selectedBackground": "#3a3a3c", "selectedBackground": "#221F22",
"selectedInactiveBackground": "#3a3a3c", "selectedInactiveBackground": "#221F22",
"underlineColor": "#ffd866", "underlineColor": "#ffd866",
"underlinedTabBackground": "#5b595c", "underlinedTabBackground": "#4A474B",
"underlinedTabInactiveBackground": "#403E41" "underlinedTabInactiveBackground": "#403E41",
"underlinedTabForeground": "#ffd866",
"underlinedTabInactiveForeground": "#fcfcfa"
} }
}, },
"Tree": { "Tree": {
"background": "#3a3a3c", "background": "#221F22",
"foreground": "#939293", "foreground": "#939293",
"hash": "#2d2a2e", "hash": "#2d2a2e",
"hoverBackground": "#403E41",
"hoverInactiveBackground": "#4A474B",
"modifiedItemForeground": "#ffd866", "modifiedItemForeground": "#ffd866",
"rowHeight": 28, "rowHeight": 28,
"selectionBackground": "#403E41", "selectionBackground": "#403E41",
"selectionForeground": "#FFFFFF", "selectionForeground": "#ffd866",
"selectionInactiveForeground": "#FFFFFF", "selectionInactiveForeground": "#ffd866",
"selectionInactiveBackground": "#403E41", "selectionInactiveBackground": "#403E41",
"textBackground": "#3a3a3c" "textBackground": "#221F22"
}, },
"Tree.leftChildIndent": 10, "Tree.leftChildIndent": 10,
"Tree.rightChildIndent": 5, "Tree.rightChildIndent": 5,
"UiDesigner": { "UIDesigner": {
"Activity.borderColor": "#2d2a2e", "Activity.borderColor": "#2d2a2e",
"ColorPicker.background": "#2D2A2E", "Canvas.background": "#221F22",
"ColorPicker.foreground": "#fcfcfa", "ColorPicker": {
"Component.borderColor": "#2d2a2e", "background": "#2D2A2E",
"Component.background": "#2D2A2E", "foreground": "#fcfcfa"
"Component.foreground": "#fcfcfa", },
"Connector.borderColor": "#2d2a2e", "Component": {
"Connector.hoverBorderColor": "#5b595c", "borderColor": "#2d2a2e",
"Canvas.background": "#3a3a3c", "background": "#2D2A2E",
"foreground": "#fcfcfa",
"hoverBorderColor": "#5b595c"
},
"Connector": {
"borderColor": "#2d2a2e",
"hoverBorderColor": "#5b595c"
},
"Canvas.background": "#221F22",
"highStroke.foreground": "#fcfcfa", "highStroke.foreground": "#fcfcfa",
"Label.foreground": "#939293", "Label.foreground": "#939293",
"List.selectionBackground": "#403E41", "List.selectionBackground": "#403E41",
"Panel.borderColor": "#2d2a2e", "motion": {
"Panel.background": "#2D2A2E", "borderColor": "#2d2a2e",
"Component.foreground": "#fcfcfa",
"ConstraintSetText.foreground": "#939293",
"ConstraintSet.background": "#403E41",
"CSPanel.SelectedFocusBackground": "#6E6C6F",
"CSPanel.SelectedBackground": "#403E41",
"cs_FocusText.infoForeground": "#939293",
"CursorTextColor.foreground": "#fcfcfa",
"HoverColor.disabledBackground": "#5b595c",
"motionGraph.background": "#2D2A2E",
"Notification.background": "#363437",
"ourAvg.background": "#403E41",
"ourCS.background": "#403E41",
"ourCS_Border.borderColor": "#2d2a2e",
"ourCS_TextColor.foreground": "#939293",
"ourCS_SelectedFocusBackground.selectionForeground": "#ffd866",
"ourCS_SelectedBackground.selectionInactiveBackground": "#4A474B",
"ourCS_SelectedBorder.pressedBorderColor": "#5b595c",
"ourML_BarColor.separatorColor": "#2d2a2e",
"PrimaryPanel.background": "#221F22",
"SecondaryPanel.background": "#2D2A2E",
"SecondaryPanel.header.foreground": "#939293",
"SecondaryPanel.header.background": "#221F22",
"timeLine.disabledBorderColor": "#2d2a2e"
},
"Panel": {
"borderColor": "#2d2a2e",
"background": "#2D2A2E"
},
"percent.foreground": "#fcfcfa", "percent.foreground": "#fcfcfa",
"Placeholder.background": "#2D2A2E", "Placeholder": {
"Placeholder.borderColor": "#2d2a2e", "background": "#2D2A2E",
"Placeholder.foreground": "#fcfcfa", "borderColor": "#2d2a2e",
"Placeholder.selectedForeground": "#FFFFFF", "foreground": "#fcfcfa",
"selectedForeground": "#ffd866"
},
"Preview.background": "#2D2A2E", "Preview.background": "#2D2A2E",
"stroke.acceleratorForeground": "#939293" "stroke.acceleratorForeground": "#939293"
}, },
@@ -819,7 +905,7 @@
}, },
"HgLog": { "HgLog": {
"branchIconColor": "#ffd866", "branchIconColor": "#ffd866",
"bookmarkIconColor": "#ffd866", "bookmarkIconColor": "#FFFFFF",
"closedBranchIconColor": "#5b595c", "closedBranchIconColor": "#5b595c",
"localTagIconColor": "#939293", "localTagIconColor": "#939293",
"mqTagIconColor": "#939293", "mqTagIconColor": "#939293",
@@ -828,41 +914,48 @@
}, },
"Log": { "Log": {
"Commit.unmatchedForeground": "#939293", "Commit.unmatchedForeground": "#939293",
"Commit.currentBranchBackground": "#403E41" "Commit.currentBranchBackground": "#403E41",
"Commit.hoveredBackground": "#403E41"
}, },
"RefLabel": { "RefLabel": {
"foreground": "#ffd866", "foreground": "#FFFFFF",
"backgroundBase": "#5b595c" "backgroundBase": "#5b595c"
} }
}, },
"Viewport": { "Viewport": {
"background": "#3a3a3c", "background": "#221F22",
"foreground": "#fcfcfa" "foreground": "#fcfcfa"
}, },
"WelcomeScreen": { "WelcomeScreen": {
"AssociatedComponent.background": "#2D2A2E",
"background": "#2D2A2E", "background": "#2D2A2E",
"borderColor": "#2D2A2E", "borderColor": "#2D2A2E",
"captionBackground": "#3a3a3c", "captionBackground": "#221F22",
"captionForeground": "#fcfcfa", "captionForeground": "#fcfcfa",
"footerBackground": "#3a3a3c", "Details.background": "#2D2A2E",
"footerBackground": "#221F22",
"footerForeground": "#fcfcfa", "footerForeground": "#fcfcfa",
"headerBackground": "#2D2A2E", "headerBackground": "#2D2A2E",
"headerForeground": "#fcfcfa", "headerForeground": "#fcfcfa",
"List.background": "#221F22",
"separatorColor": "#2d2a2e", "separatorColor": "#2d2a2e",
"SidePanel.background": "#403E41",
"Projects": { "Projects": {
"actions.background": "#221F22",
"actions.selectionBackground": "#5b595c",
"background": "#403E41", "background": "#403E41",
"selectionBackground": "#6E6C6F", "selectionBackground": "#6E6C6F",
"selectionInactiveBackground": "#403E41" "selectionInactiveBackground": "#403E41"
} }
}, },
"window": "#3a3a3c", "window": "#221F22",
"windowBorder": "#2d2a2e", "windowBorder": "#2d2a2e",
"windowText": "#939293", "windowText": "#939293",
"Window.border": "#2d2a2e" "Window.border": "#2d2a2e"
}, },
"icons": { "icons": {
"ColorPalette": { "ColorPalette": {
"#43494A": "#3a3a3c", "#43494A": "#221F22",
"#6B6B6B": "#939293", "#6B6B6B": "#939293",
"#A7A7A7": "#2D2A2E", "#A7A7A7": "#2D2A2E",
"#3D6185": "#ffd866", "#3D6185": "#ffd866",
@@ -879,8 +972,8 @@
"Actions.GreyInline.Dark": "#fcfcfa", "Actions.GreyInline.Dark": "#fcfcfa",
"Actions.Red": "#FF6188", "Actions.Red": "#FF6188",
"Actions.Yellow": "#78DCE8", "Actions.Yellow": "#78DCE8",
"Checkbox.Background.Default": "#3a3a3c", "Checkbox.Background.Default": "#221F22",
"Checkbox.Background.Default.Dark": "#3a3a3c", "Checkbox.Background.Default.Dark": "#221F22",
"Checkbox.Background.Disabled": "#3a3a3c", "Checkbox.Background.Disabled": "#3a3a3c",
"Checkbox.Background.Disabled.Dark": "#3a3a3c", "Checkbox.Background.Disabled.Dark": "#3a3a3c",
"Checkbox.Border.Default": "#2d2a2e", "Checkbox.Border.Default": "#2d2a2e",

View File

@@ -3,6 +3,12 @@
"dark": true, "dark": true,
"author": "Mallowigi", "author": "Mallowigi",
"editorScheme": "/colors/Monokai Pro.xml", "editorScheme": "/colors/Monokai Pro.xml",
"emptyFrameBackground": {
"anchor": "center",
"image": "/walls/monokai.svg",
"fill": "scale",
"transparency": 50
},
"ui": { "ui": {
"*": { "*": {
"acceleratorSelectionForeground": "#939293", "acceleratorSelectionForeground": "#939293",
@@ -19,7 +25,7 @@
"infoForeground": "#939293", "infoForeground": "#939293",
"selectionBackground": "#6E6C6F", "selectionBackground": "#6E6C6F",
"selectionBackgroundInactive": "#403E41", "selectionBackgroundInactive": "#403E41",
"selectionForeground": "#FFFFFF", "selectionForeground": "#ffd866",
"selectionInactiveBackground": "#403E41", "selectionInactiveBackground": "#403E41",
"separatorColor": "#2d2a2e" "separatorColor": "#2d2a2e"
}, },
@@ -43,7 +49,7 @@
"default": { "default": {
"endBackground": "#4A474B", "endBackground": "#4A474B",
"endBorderColor": "#4A474B", "endBorderColor": "#4A474B",
"foreground": "#ffd866", "foreground": "#FFFFFF",
"focusColor": "#ffd866", "focusColor": "#ffd866",
"focusedBorderColor": "#ffd866", "focusedBorderColor": "#ffd866",
"shadowColor": "#4A474B", "shadowColor": "#4A474B",
@@ -57,10 +63,10 @@
"focus": "#5b595c", "focus": "#5b595c",
"focusedBorderColor": "#ffd866", "focusedBorderColor": "#ffd866",
"foreground": "#939293", "foreground": "#939293",
"highlight": "#FFFFFF", "highlight": "#ffd866",
"mt.background": "#403E41", "mt.background": "#403E41",
"mt.foreground": "#939293", "mt.foreground": "#939293",
"mt.selectedForeground": "#FFFFFF", "mt.selectedForeground": "#ffd866",
"mt.selection.color1": "#4A474B", "mt.selection.color1": "#4A474B",
"mt.selection.color2": "#4A474B", "mt.selection.color2": "#4A474B",
"startBackground": "#403E41", "startBackground": "#403E41",
@@ -72,7 +78,10 @@
"Tooltip.borderColor": "#2d2a2e", "Tooltip.borderColor": "#2d2a2e",
"Tooltip.background": "#363437" "Tooltip.background": "#363437"
}, },
"Content.background": "#3a3a3c", "Content": {
"background": "#221F22",
"selectionBackground": "#6E6C6F"
},
"CheckBox": { "CheckBox": {
"background": "#2D2A2E", "background": "#2D2A2E",
"disabledText": "#5b595c", "disabledText": "#5b595c",
@@ -87,7 +96,15 @@
"disabledForeground": "#5b595c", "disabledForeground": "#5b595c",
"foreground": "#fcfcfa", "foreground": "#fcfcfa",
"selectionBackground": "#6E6C6F", "selectionBackground": "#6E6C6F",
"selectionForeground": "#ffd866" "selectionForeground": "#FFFFFF"
},
"CodeWithMe": {
"Avatar.foreground": "#fcfcfa",
"AccessEnabled": {
"accessDot": "#ffd866",
"dropdownBorder": "#403E41",
"pillBackground": "$second"
}
}, },
"ColorChooser": { "ColorChooser": {
"background": "#2D2A2E", "background": "#2D2A2E",
@@ -104,13 +121,14 @@
}, },
"background": "#2D2A2E", "background": "#2D2A2E",
"buttonBackground": "#403E41", "buttonBackground": "#403E41",
"darcula.hoveredArrowButtonForeground": "#ffd866",
"disabledForeground": "#5b595c", "disabledForeground": "#5b595c",
"foreground": "#fcfcfa", "foreground": "#fcfcfa",
"modifiedItemForeground": "#ffd866", "modifiedItemForeground": "#ffd866",
"nonEditableBackground": "#403E41", "nonEditableBackground": "#403E41",
"padding": "5,5,5,5", "padding": "5,5,5,5",
"selectionBackground": "#4A474B", "selectionBackground": "#4A474B",
"selectionForeground": "#ffd866" "selectionForeground": "#FFFFFF"
}, },
"ComboPopup.border": "#2d2a2e", "ComboPopup.border": "#2d2a2e",
"CompletionPopup": { "CompletionPopup": {
@@ -120,13 +138,13 @@
"matchForeground": "#ffd866", "matchForeground": "#ffd866",
"matchSelectionForeground": "#ffd866", "matchSelectionForeground": "#ffd866",
"nonFocusedState": "false", "nonFocusedState": "false",
"selectedGrayedForeground": "#FFFFFF", "selectedGrayedForeground": "#ffd866",
"selectionGrayForeground": "#FFFFFF", "selectionGrayForeground": "#ffd866",
"selectionInactiveInfoForeground": "#939293", "selectionInactiveInfoForeground": "#939293",
"selectionInactiveBackground": "#6E6C6F50", "selectionInactiveBackground": "#6E6C6F",
"selectionBackground": "#6E6C6F80", "selectionBackground": "#6E6C6F",
"selectionForeground": "#FFFFFF", "selectionForeground": "#ffd866",
"selectionInfoForeground": "#FFFFFF" "selectionInfoForeground": "#ffd866"
}, },
"Component": { "Component": {
"arc": 4, "arc": 4,
@@ -142,7 +160,7 @@
"controlText": "#939293", "controlText": "#939293",
"Counter": { "Counter": {
"background": "#ffd866", "background": "#ffd866",
"foreground": "#FFFFFF" "foreground": "#ffd866"
}, },
"Debugger": { "Debugger": {
"Variables": { "Variables": {
@@ -168,11 +186,13 @@
"hoverBackground": "#4A474B", "hoverBackground": "#4A474B",
"hoverColor": "#2D2A2E", "hoverColor": "#2D2A2E",
"hoverMaskColor": "#5b595c", "hoverMaskColor": "#5b595c",
"inactiveColoredTabBackground": "#2D2A2E",
"inactiveColoredFileBackground": "#403E41", "inactiveColoredFileBackground": "#403E41",
"inactiveUnderlineColor": "#5b595c", "inactiveUnderlineColor": "#ffd866",
"inactiveMaskColor": "#2D2A2E", "inactiveMaskColor": "#2D2A2E",
"underlineColor": "#ffd866", "underlineColor": "#ffd866",
"underlinedTabBackground": "#4A474B" "underlinedTabBackground": "#4A474B",
"underlinedTabForeground": "#ffd866"
}, },
"Desktop.background": "#2D2A2E", "Desktop.background": "#2D2A2E",
"DialogWrapper.southPanelBackground": "#2D2A2E", "DialogWrapper.southPanelBackground": "#2D2A2E",
@@ -194,19 +214,21 @@
"inactiveBackground": "#2D2A2E", "inactiveBackground": "#2D2A2E",
"inactiveForeground": "#5b595c", "inactiveForeground": "#5b595c",
"selectionBackground": "#6E6C6F", "selectionBackground": "#6E6C6F",
"selectionForeground": "#ffd866" "selectionForeground": "#FFFFFF"
}, },
"EditorTabs": { "EditorTabs": {
"borderColor": "#403E41", "borderColor": "#403E41",
"hoverBackground": "#5b595c",
"hoverColor": "#5b595c", "hoverColor": "#5b595c",
"hoverMaskColor": "#5b595c", "hoverMaskColor": "#5b595c",
"inactiveMaskColor": "#2D2A2E", "inactiveMaskColor": "#2D2A2E",
"inactiveColoredFileBackground": "#2D2A2E2", "inactiveColoredFileBackground": "#2D2A2E",
"inactiveUnderlineColor": "#5b595c", "inactiveUnderlineColor": "#5b595c",
"selectedForeground": "#fcfcfa", "selectedForeground": "#fcfcfa",
"selectedBackground": "#4A474B", "selectedBackground": "#4A474B",
"underlineColor": "#ffd866", "underlineColor": "#ffd866",
"underlinedTabBackground": "#4A474B" "underlinedTabBackground": "#4A474B",
"underlinedTabForeground": "#ffd866"
}, },
"EditorGroupsTabs": { "EditorGroupsTabs": {
"background": "#2D2A2E", "background": "#2D2A2E",
@@ -243,20 +265,21 @@
"foreground": "#fcfcfa", "foreground": "#fcfcfa",
"inactiveBackground": "#403E41", "inactiveBackground": "#403E41",
"inactiveForeground": "#5b595c", "inactiveForeground": "#5b595c",
"selectionForeground": "#ffd866", "selectionForeground": "#FFFFFF",
"selectionBackground": "#4A474B" "selectionBackground": "#4A474B"
}, },
"GotItTooltip.borderColor": "#363437",
"Group": { "Group": {
"disabledSeparatorColor": "#2d2a2e", "disabledSeparatorColor": "#2d2a2e",
"separatorColor": "#2d2a2e" "separatorColor": "#2d2a2e"
}, },
"GutterTooltip": { "GutterTooltip": {
"infoForeground": "#fcfcfa", "infoForeground": "#939293",
"lineSeparatorColor": "#2D2A2E" "lineSeparatorColor": "#2D2A2E"
}, },
"HeaderColor": { "HeaderColor": {
"active": "#2D2A2E", "active": "#2D2A2E",
"inactive": "#3a3a3c" "inactive": "#221F22"
}, },
"HelpTooltip": { "HelpTooltip": {
"background": "#2D2A2E", "background": "#2D2A2E",
@@ -288,7 +311,8 @@
"disabledText": "#5b595c", "disabledText": "#5b595c",
"foreground": "#fcfcfa", "foreground": "#fcfcfa",
"infoForeground": "#939293", "infoForeground": "#939293",
"selectedForeground": "#ffd866" "selectedForeground": "#FFFFFF",
"selectedDisabledForeground": "#fcfcfa"
}, },
"Link": { "Link": {
"activeForeground": "#ffd866", "activeForeground": "#ffd866",
@@ -301,19 +325,21 @@
"List": { "List": {
"background": "#403E41", "background": "#403E41",
"foreground": "#fcfcfa", "foreground": "#fcfcfa",
"selectionBackground": "#6E6C6F50", "hoverBackground": "#403E41",
"selectionForeground": "#FFFFFF", "hoverInactiveBackground": "#4A474B",
"selectionInactiveForeground": "#ffd866", "selectionBackground": "#6E6C6F",
"selectionForeground": "#ffd866",
"selectionInactiveForeground": "#FFFFFF",
"selectionInactiveBackground": "#403E41" "selectionInactiveBackground": "#403E41"
}, },
"material": { "material": {
"background": "#2D2A2E", "background": "#2D2A2E",
"branchColor": "#fcfcfa", "branchColor": "#fcfcfa",
"contrast": "#3a3a3c", "contrast": "#221F22",
"foreground": "#fcfcfa", "foreground": "#fcfcfa",
"mergeCommits": "#403E41", "mergeCommits": "#403E41",
"primaryColor": "#939293", "primaryColor": "#939293",
"selectionForeground": "#FFFFFF", "selectionForeground": "#ffd866",
"tab.backgroundColor": "#2D2A2E", "tab.backgroundColor": "#2D2A2E",
"tab.borderColor": "#ffd866", "tab.borderColor": "#ffd866",
"tagColor": "#939293" "tagColor": "#939293"
@@ -325,7 +351,7 @@
}, },
"Menu": { "Menu": {
"acceleratorForeground": "#939293", "acceleratorForeground": "#939293",
"acceleratorSelectionForeground": "#FFFFFF", "acceleratorSelectionForeground": "#ffd866",
"background": "#2D2A2E", "background": "#2D2A2E",
"border": "4,2,4,2", "border": "4,2,4,2",
"borderColor": "#403E41", "borderColor": "#403E41",
@@ -333,7 +359,7 @@
"disabledForeground": "#5b595c", "disabledForeground": "#5b595c",
"foreground": "#fcfcfa", "foreground": "#fcfcfa",
"selectionBackground": "#6E6C6F", "selectionBackground": "#6E6C6F",
"selectionForeground": "#FFFFFF", "selectionForeground": "#ffd866",
"separatorColor": "#2d2a2e" "separatorColor": "#2d2a2e"
}, },
"MenuBar": { "MenuBar": {
@@ -344,19 +370,19 @@
"foreground": "#fcfcfa", "foreground": "#fcfcfa",
"highlight": "#2D2A2E", "highlight": "#2D2A2E",
"selectionBackground": "#6E6C6F", "selectionBackground": "#6E6C6F",
"selectionForeground": "#FFFFFF", "selectionForeground": "#ffd866",
"shadow": "#2D2A2E" "shadow": "#2D2A2E"
}, },
"MenuItem": { "MenuItem": {
"acceleratorForeground": "#939293", "acceleratorForeground": "#939293",
"acceleratorSelectionForeground": "#FFFFFF", "acceleratorSelectionForeground": "#ffd866",
"border": "4,2,4,2", "border": "4,2,4,2",
"background": "#2D2A2E", "background": "#2D2A2E",
"disabledBackground": "#2D2A2E", "disabledBackground": "#2D2A2E",
"disabledForeground": "#5b595c", "disabledForeground": "#5b595c",
"foreground": "#fcfcfa", "foreground": "#fcfcfa",
"selectionBackground": "#6E6C6F", "selectionBackground": "#6E6C6F",
"selectionForeground": "#FFFFFF" "selectionForeground": "#ffd866"
}, },
"NavBar": { "NavBar": {
"arrowColor": "#fcfcfa", "arrowColor": "#fcfcfa",
@@ -409,7 +435,7 @@
"ParameterInfo": { "ParameterInfo": {
"background": "#403E41", "background": "#403E41",
"borderColor": "#4A474B", "borderColor": "#4A474B",
"currentOverloadBackground": "#4A474B", "currentOverloadBackground": "#5b595c",
"currentParameterForeground": "#ffd866", "currentParameterForeground": "#ffd866",
"disabledForeground": "#5b595c", "disabledForeground": "#5b595c",
"foreground": "#fcfcfa", "foreground": "#fcfcfa",
@@ -423,13 +449,14 @@
"foreground": "#fcfcfa", "foreground": "#fcfcfa",
"inactiveForeground": "#5b595c", "inactiveForeground": "#5b595c",
"selectionBackground": "#4A474B", "selectionBackground": "#4A474B",
"selectionForeground": "#ffd866" "selectionForeground": "#FFFFFF"
}, },
"Plugins": { "Plugins": {
"background": "#2D2A2E", "background": "#2D2A2E",
"disabledForeground": "#5b595c", "disabledForeground": "#5b595c",
"eapTagBackground": "#5b595c", "eapTagBackground": "#5b595c",
"lightSelectionBackground": "#6E6C6F", "hoverBackground": "#403E41",
"lightSelectionBackground": "#4A474B",
"paidTagBackground": "#5b595c", "paidTagBackground": "#5b595c",
"selectionBackground": "#6E6C6F", "selectionBackground": "#6E6C6F",
"tagForeground": "#ffd866", "tagForeground": "#ffd866",
@@ -442,7 +469,7 @@
"installFocusedBackground": "#5b595c", "installFocusedBackground": "#5b595c",
"installFillForeground": "#5b595c", "installFillForeground": "#5b595c",
"installFillBackground": "#403E41", "installFillBackground": "#403E41",
"updateBackground": "#403E41", "updateBackground": "#ffd866",
"updateBorderColor": "#403E41", "updateBorderColor": "#403E41",
"updateForeground": "#fcfcfa" "updateForeground": "#fcfcfa"
}, },
@@ -456,7 +483,7 @@
}, },
"Tab": { "Tab": {
"hoverBackground": "#4A474B", "hoverBackground": "#4A474B",
"selectedForeground": "#FFFFFF", "selectedForeground": "#ffd866",
"selectedBackground": "#4A474B" "selectedBackground": "#4A474B"
} }
}, },
@@ -466,20 +493,20 @@
"borderColor": "#2D2A2E", "borderColor": "#2D2A2E",
"foreground": "#ffd866" "foreground": "#ffd866"
}, },
"borderColor": "#3a3a3c", "borderColor": "#221F22",
"inactiveBorderColor": "#2D2A2E", "inactiveBorderColor": "#2D2A2E",
"innerBorderColor": "#403E41", "innerBorderColor": "#403E41",
"Header": { "Header": {
"activeBackground": "#2D2A2E", "activeBackground": "#2D2A2E",
"inactiveBackground": "#3a3a3c" "inactiveBackground": "#221F22"
}, },
"paintBorder": true, "paintBorder": true,
"separatorForeground": "#fcfcfa", "separatorForeground": "#fcfcfa",
"separatorColor": "#403E41", "separatorColor": "#403E41",
"Toolbar": { "Toolbar": {
"Floating.background": "#3a3a3c", "Floating.background": "#221F22",
"background": "#3a3a3c", "background": "#221F22",
"borderColor": "#3a3a3c" "borderColor": "#221F22"
} }
}, },
"PopupMenu": { "PopupMenu": {
@@ -515,8 +542,9 @@
"disabledForeground": "#5b595c", "disabledForeground": "#5b595c",
"foreground": "#fcfcfa", "foreground": "#fcfcfa",
"selectionBackground": "#6E6C6F", "selectionBackground": "#6E6C6F",
"selectionForeground": "#FFFFFF" "selectionForeground": "#ffd866"
}, },
"ScreenView.borderColor": "#2d2a2e",
"ScrollBar": { "ScrollBar": {
"background": "#2D2A2E", "background": "#2D2A2E",
"hoverThumbBorderColor": "#ffd866", "hoverThumbBorderColor": "#ffd866",
@@ -553,7 +581,7 @@
}, },
"SearchEverywhere": { "SearchEverywhere": {
"Advertiser": { "Advertiser": {
"background": "#3a3a3c", "background": "#221F22",
"foreground": "#939293" "foreground": "#939293"
}, },
"Header": { "Header": {
@@ -565,20 +593,29 @@
}, },
"SearchField": { "SearchField": {
"background": "#2D2A2E", "background": "#2D2A2E",
"borderColor": "#3a3a3c", "borderColor": "#221F22",
"infoForeground": "#939293" "infoForeground": "#939293"
}, },
"Tab": { "Tab": {
"active.foreground": "#ffd866", "active.foreground": "#FFFFFF",
"selectedForeground": "#ffd866", "selectedForeground": "#FFFFFF",
"selectedBackground": "#5b595c" "selectedBackground": "#5b595c"
} }
}, },
"SearchMatch": { "SearchMatch": {
"endBackground": "#ffd866", "endBackground": "#ffd866",
"startBackground": "#ffd866" "startBackground": "#ffd866",
"endColor": "#ffd866",
"startColor": "#ffd866"
}, },
"SearchField.errorBackground": "#363437", "SearchField.errorBackground": "#363437",
"SearchOption": {
"selectedBackground": "#4A474B"
},
"SearchResults": {
"Ordinal.File.Foreground": "#939293",
"Repeated.File.Foreground": "#fcfcfa"
},
"Separator": { "Separator": {
"background": "#403E41", "background": "#403E41",
"foreground": "#403E41", "foreground": "#403E41",
@@ -608,7 +645,7 @@
"background": "#2D2A2E", "background": "#2D2A2E",
"border": "3,3,3,3", "border": "3,3,3,3",
"foreground": "#fcfcfa", "foreground": "#fcfcfa",
"selectionForeground": "#ffd866" "selectionForeground": "#FFFFFF"
}, },
"SplitPane": { "SplitPane": {
"background": "#2D2A2E", "background": "#2D2A2E",
@@ -616,7 +653,9 @@
}, },
"SplitPaneDivider.draggingColor": "#403E41", "SplitPaneDivider.draggingColor": "#403E41",
"StatusBar": { "StatusBar": {
"borderColor": "#2D2A2E" "borderColor": "#2D2A2E",
"hoverBackground": "#5b595c",
"LightEditBackground": "#4A474B"
}, },
"TabbedPane": { "TabbedPane": {
"background": "#2D2A2E", "background": "#2D2A2E",
@@ -632,7 +671,7 @@
"highlight": "#2d2a2e", "highlight": "#2d2a2e",
"hoverColor": "#5b595c", "hoverColor": "#5b595c",
"labelShift": 0, "labelShift": 0,
"selectedForeground": "#ffd866", "selectedForeground": "#FFFFFF",
"selectedLabelShift": 0, "selectedLabelShift": 0,
"selectedTabPadInsets": "0,0,0,0", "selectedTabPadInsets": "0,0,0,0",
"tabsOverlapBorder": true, "tabsOverlapBorder": true,
@@ -643,25 +682,29 @@
}, },
"TabbedPane.mt.tab.background": "#2D2A2E", "TabbedPane.mt.tab.background": "#2D2A2E",
"Table": { "Table": {
"alternativeRowBackground": "#221F22",
"background": "#2D2A2E", "background": "#2D2A2E",
"cellNoFocusBorder": "10,5,10,5", "cellNoFocusBorder": "10,5,10,5",
"focusCellHighlightBorder": "10,5,10,5", "focusCellHighlightBorder": "10,5,10,5",
"disabledForeground": "#5b595c",
"dropLineColor": "#ffd866", "dropLineColor": "#ffd866",
"dropLineShortColor": "#ffd866", "dropLineShortColor": "#ffd866",
"focusCellBackground": "#4A474B", "focusCellBackground": "#4A474B",
"focusCellForeground": "#ffd866", "focusCellForeground": "#FFFFFF",
"foreground": "#fcfcfa", "foreground": "#fcfcfa",
"gridColor": "#2D2A2E", "gridColor": "#2D2A2E",
"highlightOuter": "#4A474B", "highlightOuter": "#4A474B",
"lightSelectionForeground": "#ffd866", "hoverBackground": "#403E41",
"hoverInactiveBackground": "#4A474B",
"lightSelectionForeground": "#FFFFFF",
"lightSelectionInactiveForeground": "#939293", "lightSelectionInactiveForeground": "#939293",
"lightSelectionInactiveBackground": "#403E41", "lightSelectionInactiveBackground": "#403E41",
"selectionBackground": "#4A474B", "selectionBackground": "#4A474B",
"selectionForeground": "#ffd866", "selectionForeground": "#FFFFFF",
"selectionInactiveBackground": "#4A474B", "selectionInactiveBackground": "#4A474B",
"selectionInactiveForeground": "#FFFFFF", "selectionInactiveForeground": "#ffd866",
"sortIconColor": "#fcfcfa", "sortIconColor": "#fcfcfa",
"stripeColor": "#3a3a3c" "stripeColor": "#221F22"
}, },
"TableHeader": { "TableHeader": {
"background": "#2D2A2E", "background": "#2D2A2E",
@@ -671,7 +714,7 @@
"disabledForeground": "#5b595c", "disabledForeground": "#5b595c",
"foreground": "#fcfcfa", "foreground": "#fcfcfa",
"focusCellBackground": "#4A474B", "focusCellBackground": "#4A474B",
"focusCellForeground": "#ffd866", "focusCellForeground": "#FFFFFF",
"height": 25, "height": 25,
"separatorColor": "#403E41" "separatorColor": "#403E41"
}, },
@@ -684,7 +727,7 @@
"foreground": "#fcfcfa", "foreground": "#fcfcfa",
"inactiveForeground": "#5b595c", "inactiveForeground": "#5b595c",
"selectionBackground": "#4A474B", "selectionBackground": "#4A474B",
"selectionForeground": "#ffd866" "selectionForeground": "#FFFFFF"
}, },
"TextField": { "TextField": {
"background": "#2D2A2E", "background": "#2D2A2E",
@@ -692,7 +735,7 @@
"foreground": "#fcfcfa", "foreground": "#fcfcfa",
"inactiveForeground": "#5b595c", "inactiveForeground": "#5b595c",
"selectionBackground": "#4A474B", "selectionBackground": "#4A474B",
"selectionForeground": "#ffd866" "selectionForeground": "#FFFFFF"
}, },
"TextPane": { "TextPane": {
"background": "#2D2A2E", "background": "#2D2A2E",
@@ -700,10 +743,10 @@
"foreground": "#fcfcfa", "foreground": "#fcfcfa",
"inactiveForeground": "#5b595c", "inactiveForeground": "#5b595c",
"selectionBackground": "#4A474B", "selectionBackground": "#4A474B",
"selectionForeground": "#ffd866" "selectionForeground": "#FFFFFF"
}, },
"TitlePane": { "TitlePane": {
"background": "#3a3a3c", "background": "#221F22",
"Button.hoverBackground": "#5b595c", "Button.hoverBackground": "#5b595c",
"inactiveBackground": "#2D2A2E", "inactiveBackground": "#2D2A2E",
"infoForeground": "#939293", "infoForeground": "#939293",
@@ -729,8 +772,8 @@
"ToolTip": { "ToolTip": {
"Actions.background": "#2D2A2E", "Actions.background": "#2D2A2E",
"Actions.infoForeground": "#939293", "Actions.infoForeground": "#939293",
"background": "#2D2A2E", "background": "#363437",
"borderColor": "#5b595c", "borderColor": "#2d2a2e",
"foreground": "#fcfcfa", "foreground": "#fcfcfa",
"infoForeground": "#939293", "infoForeground": "#939293",
"separatorColor": "#2d2a2e", "separatorColor": "#2d2a2e",
@@ -739,8 +782,8 @@
"ToolWindow": { "ToolWindow": {
"Button": { "Button": {
"hoverBackground": "#4A474B", "hoverBackground": "#4A474B",
"selectedForeground": "#ffd866", "selectedForeground": "#FFFFFF",
"selectedBackground": "#3a3a3c" "selectedBackground": "#221F22"
}, },
"Header": { "Header": {
"background": "#2D2A2E", "background": "#2D2A2E",
@@ -751,50 +794,93 @@
"background": "#2D2A2E" "background": "#2D2A2E"
}, },
"HeaderTab": { "HeaderTab": {
"borderColor": "#5b595c",
"hoverBackground": "#5b595c", "hoverBackground": "#5b595c",
"hoverInactiveBackground": "#403E41", "hoverInactiveBackground": "#5b595c",
"inactiveUnderlineColor": "#ffd866", "inactiveUnderlineColor": "#ffd866",
"selectedBackground": "#3a3a3c", "selectedBackground": "#221F22",
"selectedInactiveBackground": "#3a3a3c", "selectedInactiveBackground": "#221F22",
"underlineColor": "#ffd866", "underlineColor": "#ffd866",
"underlinedTabBackground": "#5b595c", "underlinedTabBackground": "#4A474B",
"underlinedTabInactiveBackground": "#403E41" "underlinedTabInactiveBackground": "#403E41",
"underlinedTabForeground": "#ffd866",
"underlinedTabInactiveForeground": "#fcfcfa"
} }
}, },
"Tree": { "Tree": {
"background": "#2D2A2E", "background": "#2D2A2E",
"foreground": "#939293", "foreground": "#939293",
"hash": "#2d2a2e", "hash": "#2d2a2e",
"hoverBackground": "#403E41",
"hoverInactiveBackground": "#4A474B",
"modifiedItemForeground": "#ffd866", "modifiedItemForeground": "#ffd866",
"rowHeight": 28, "rowHeight": 28,
"selectionBackground": "#403E41", "selectionBackground": "#403E41",
"selectionForeground": "#FFFFFF", "selectionForeground": "#ffd866",
"selectionInactiveForeground": "#FFFFFF", "selectionInactiveForeground": "#ffd866",
"selectionInactiveBackground": "#403E41", "selectionInactiveBackground": "#403E41",
"textBackground": "#2D2A2E" "textBackground": "#2D2A2E"
}, },
"Tree.leftChildIndent": 10, "Tree.leftChildIndent": 10,
"Tree.rightChildIndent": 5, "Tree.rightChildIndent": 5,
"UiDesigner": { "UIDesigner": {
"Activity.borderColor": "#2d2a2e", "Activity.borderColor": "#2d2a2e",
"ColorPicker.background": "#2D2A2E", "Canvas.background": "#221F22",
"ColorPicker.foreground": "#fcfcfa", "ColorPicker": {
"Component.borderColor": "#2d2a2e", "background": "#2D2A2E",
"Component.background": "#2D2A2E", "foreground": "#fcfcfa"
"Component.foreground": "#fcfcfa", },
"Connector.borderColor": "#2d2a2e", "Component": {
"Connector.hoverBorderColor": "#5b595c", "borderColor": "#2d2a2e",
"Canvas.background": "#3a3a3c", "background": "#2D2A2E",
"foreground": "#fcfcfa",
"hoverBorderColor": "#5b595c"
},
"Connector": {
"borderColor": "#2d2a2e",
"hoverBorderColor": "#5b595c"
},
"Canvas.background": "#221F22",
"highStroke.foreground": "#fcfcfa", "highStroke.foreground": "#fcfcfa",
"Label.foreground": "#939293", "Label.foreground": "#939293",
"List.selectionBackground": "#403E41", "List.selectionBackground": "#403E41",
"Panel.borderColor": "#2d2a2e", "motion": {
"Panel.background": "#2D2A2E", "borderColor": "#2d2a2e",
"Component.foreground": "#fcfcfa",
"ConstraintSetText.foreground": "#939293",
"ConstraintSet.background": "#403E41",
"CSPanel.SelectedFocusBackground": "#6E6C6F",
"CSPanel.SelectedBackground": "#403E41",
"cs_FocusText.infoForeground": "#939293",
"CursorTextColor.foreground": "#fcfcfa",
"HoverColor.disabledBackground": "#5b595c",
"motionGraph.background": "#2D2A2E",
"Notification.background": "#363437",
"ourAvg.background": "#403E41",
"ourCS.background": "#403E41",
"ourCS_Border.borderColor": "#2d2a2e",
"ourCS_TextColor.foreground": "#939293",
"ourCS_SelectedFocusBackground.selectionForeground": "#ffd866",
"ourCS_SelectedBackground.selectionInactiveBackground": "#4A474B",
"ourCS_SelectedBorder.pressedBorderColor": "#5b595c",
"ourML_BarColor.separatorColor": "#2d2a2e",
"PrimaryPanel.background": "#221F22",
"SecondaryPanel.background": "#2D2A2E",
"SecondaryPanel.header.foreground": "#939293",
"SecondaryPanel.header.background": "#221F22",
"timeLine.disabledBorderColor": "#2d2a2e"
},
"Panel": {
"borderColor": "#2d2a2e",
"background": "#2D2A2E"
},
"percent.foreground": "#fcfcfa", "percent.foreground": "#fcfcfa",
"Placeholder.background": "#2D2A2E", "Placeholder": {
"Placeholder.borderColor": "#2d2a2e", "background": "#2D2A2E",
"Placeholder.foreground": "#fcfcfa", "borderColor": "#2d2a2e",
"Placeholder.selectedForeground": "#FFFFFF", "foreground": "#fcfcfa",
"selectedForeground": "#ffd866"
},
"Preview.background": "#2D2A2E", "Preview.background": "#2D2A2E",
"stroke.acceleratorForeground": "#939293" "stroke.acceleratorForeground": "#939293"
}, },
@@ -819,7 +905,7 @@
}, },
"HgLog": { "HgLog": {
"branchIconColor": "#ffd866", "branchIconColor": "#ffd866",
"bookmarkIconColor": "#ffd866", "bookmarkIconColor": "#FFFFFF",
"closedBranchIconColor": "#5b595c", "closedBranchIconColor": "#5b595c",
"localTagIconColor": "#939293", "localTagIconColor": "#939293",
"mqTagIconColor": "#939293", "mqTagIconColor": "#939293",
@@ -828,10 +914,11 @@
}, },
"Log": { "Log": {
"Commit.unmatchedForeground": "#939293", "Commit.unmatchedForeground": "#939293",
"Commit.currentBranchBackground": "#403E41" "Commit.currentBranchBackground": "#403E41",
"Commit.hoveredBackground": "#403E41"
}, },
"RefLabel": { "RefLabel": {
"foreground": "#ffd866", "foreground": "#FFFFFF",
"backgroundBase": "#5b595c" "backgroundBase": "#5b595c"
} }
}, },
@@ -840,16 +927,22 @@
"foreground": "#fcfcfa" "foreground": "#fcfcfa"
}, },
"WelcomeScreen": { "WelcomeScreen": {
"AssociatedComponent.background": "#2D2A2E",
"background": "#2D2A2E", "background": "#2D2A2E",
"borderColor": "#2D2A2E", "borderColor": "#2D2A2E",
"captionBackground": "#3a3a3c", "captionBackground": "#221F22",
"captionForeground": "#fcfcfa", "captionForeground": "#fcfcfa",
"footerBackground": "#3a3a3c", "Details.background": "#2D2A2E",
"footerBackground": "#221F22",
"footerForeground": "#fcfcfa", "footerForeground": "#fcfcfa",
"headerBackground": "#2D2A2E", "headerBackground": "#2D2A2E",
"headerForeground": "#fcfcfa", "headerForeground": "#fcfcfa",
"List.background": "#221F22",
"separatorColor": "#2d2a2e", "separatorColor": "#2d2a2e",
"SidePanel.background": "#403E41",
"Projects": { "Projects": {
"actions.background": "#221F22",
"actions.selectionBackground": "#5b595c",
"background": "#403E41", "background": "#403E41",
"selectionBackground": "#6E6C6F", "selectionBackground": "#6E6C6F",
"selectionInactiveBackground": "#403E41" "selectionInactiveBackground": "#403E41"
@@ -862,7 +955,7 @@
}, },
"icons": { "icons": {
"ColorPalette": { "ColorPalette": {
"#43494A": "#3a3a3c", "#43494A": "#221F22",
"#6B6B6B": "#939293", "#6B6B6B": "#939293",
"#A7A7A7": "#2D2A2E", "#A7A7A7": "#2D2A2E",
"#3D6185": "#ffd866", "#3D6185": "#ffd866",
@@ -879,8 +972,8 @@
"Actions.GreyInline.Dark": "#fcfcfa", "Actions.GreyInline.Dark": "#fcfcfa",
"Actions.Red": "#FF6188", "Actions.Red": "#FF6188",
"Actions.Yellow": "#78DCE8", "Actions.Yellow": "#78DCE8",
"Checkbox.Background.Default": "#3a3a3c", "Checkbox.Background.Default": "#221F22",
"Checkbox.Background.Default.Dark": "#3a3a3c", "Checkbox.Background.Default.Dark": "#221F22",
"Checkbox.Background.Disabled": "#3a3a3c", "Checkbox.Background.Disabled": "#3a3a3c",
"Checkbox.Background.Disabled.Dark": "#3a3a3c", "Checkbox.Background.Disabled.Dark": "#3a3a3c",
"Checkbox.Border.Default": "#2d2a2e", "Checkbox.Border.Default": "#2d2a2e",

Some files were not shown because too many files have changed in this diff Show More