Skip to content

Commit 565b13c

Browse files
committed
[Themes] Update CSS themes for Eclipse 4.31
1 parent 7fac47d commit 565b13c

File tree

5 files changed

+36
-2
lines changed

5 files changed

+36
-2
lines changed

com.archimatetool.editor.themes/themes/eclipse/css/dark/archi-dark-styling.css

+6
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@
44

55
@import url("platform:/plugin/com.archimatetool.editor.themes/themes/archi/css/common/archi-globalstyle.css");
66

7+
CTabFolder.active {
8+
/* Set at top and a tad brighter */
9+
swt-selected-tab-highlight: rgb(50, 114, 237);
10+
swt-selected-highlight-top: true;
11+
}
12+
713
/* Theme colors */
814

915
ColorDefinition#com-archimatetool-editor-VIEW_BACKGROUND {

com.archimatetool.editor.themes/themes/eclipse/css/dark/e4-dark_partstyle.css

+11-1
Original file line numberDiff line numberDiff line change
@@ -108,8 +108,18 @@
108108
}
109109
.MPart FormHeading > CLabel {
110110
background-color: #505f70;
111-
color: #E98787;
112111
}
112+
113+
.MPartFormHeaderCLabelError {
114+
color:'#org-eclipse-ui-workbench-FORM_HEADING_ERROR_COLOR';
115+
}
116+
.MPartFormHeaderCLabelWarning {
117+
color:'#org-eclipse-ui-workbench-FORM_HEADING_WARNING_COLOR';
118+
}
119+
.MPartFormHeaderCLabelInfo {
120+
color:'#org-eclipse-ui-workbench-FORM_HEADING_INFO_COLOR';
121+
}
122+
113123
/* ------------------------------------------------------------- */
114124

115125
#org-eclipse-jdt-ui-SourceView StyledText,

com.archimatetool.editor.themes/themes/eclipse/css/dark/e4-dark_preferencestyle.css

+3
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,9 @@ IEclipsePreferences#org-eclipse-ui-workbench:org-eclipse-ui-themes { /* pseudo a
6262
'org.eclipse.ui.workbench.INFORMATION_FOREGROUND=238,238,238'
6363
'org.eclipse.ui.workbench.HOVER_BACKGROUND=52,57,61'
6464
'org.eclipse.ui.workbench.HOVER_FOREGROUND=238,238,238'
65+
'org.eclipse.ui.workbench.FORM_HEADING_ERROR_COLOR=255,110,110'
66+
'org.eclipse.ui.workbench.FORM_HEADING_WARNING_COLOR=255,200,0'
67+
'org.eclipse.ui.workbench.FORM_HEADING_INFO_COLOR=170,170,170'
6568
'ERROR_COLOR=247,68,117'
6669
'HYPERLINK_COLOR=111,197,238'
6770
'INCOMING_COLOR=31,179,235'

com.archimatetool.editor.themes/themes/eclipse/css/light/archi-light-styling.css

+7-1
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,10 @@
77
TabbedPropertyList {
88
/* Default is too light */
99
color : #202020; /* text color in the tab / tab area */
10-
}
10+
}
11+
12+
CTabFolder.active {
13+
/* Set at top and not so bright */
14+
swt-selected-tab-highlight: rgb(55, 124, 247);
15+
swt-selected-highlight-top: true;
16+
}

com.archimatetool.editor.themes/themes/eclipse/css/light/e4-light_tabstyle.css

+9
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
padding: 0px;
3131
color: '#org-eclipse-ui-workbench-INACTIVE_TAB_TEXT_COLOR';
3232
swt-draw-custom-tab-content-background: true;
33+
swt-unselected-hot-tab-color-background:'#org-eclipse-ui-workbench-ACTIVE_TAB_BG_START';
3334
}
3435

3536
.MPartStack.active {
@@ -54,6 +55,14 @@ CTabFolder.MArea {
5455
padding: 0px;
5556
}
5657

58+
CTabFolder {
59+
swt-selected-tab-highlight: none;
60+
}
61+
62+
CTabFolder.active {
63+
swt-selected-tab-highlight: rgb(103,145,230);
64+
swt-selected-highlight-top: false;
65+
}
5766

5867
.MPartStack.active.noFocus > CTabItem:selected {
5968
color: '#org-eclipse-ui-workbench-ACTIVE_NOFOCUS_TAB_TEXT_COLOR';

0 commit comments

Comments
 (0)