Skip to content

Commit 8e905cd

Browse files
committed
imp: themes
1 parent a8a908f commit 8e905cd

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

src/css/terminal.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
--terminal-screen-opacity: 0.93;
1111
--terminal-font-size: medium;
1212
--terminal-font-size-ca: small;
13-
--terminal-color-primary: #007bff;
13+
--terminal-color-primary: #3093fd;
1414
--terminal-color-secondary: #677886;
1515
--terminal-color-success: #28a745;
1616
--terminal-color-danger: #dc3545;

src/js/common/constants.mjs

+1-1
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ export const SETTING_DEFAULTS: ExtensionSettings = {
119119
fontsize: 'medium',
120120
fontsize_ca: 'small',
121121
fontfamily: "'Lucida Console', Monaco, monospace",
122-
color_primary: '#007bff',
122+
color_primary: '#3093fd',
123123
color_secondary: '#677886',
124124
color_success: '#28a745',
125125
color_danger: '#dc3545',

themes/dark.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"fontsize": "medium",
44
"fontsize_ca": "small",
55
"fontfamily": "'Lucida Console', Monaco, monospace",
6-
"color_primary": "#007bff",
6+
"color_primary": "#3093fd",
77
"color_secondary": "#677886",
88
"color_success": "#28a745",
99
"color_danger": "#dc3545",

themes/matrix.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"opacity": 93,
33
"fontsize": "medium",
44
"fontsize_ca": "small",
5-
"fontfamily": "'Lucida Console', Monaco, monospace",
5+
"fontfamily": "'Courier New', monospace",
66
"color_primary": "#80ff00",
77
"color_secondary": "#101910",
88
"color_success": "#ebffef",

themes/odoo.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
"opacity": 93,
33
"fontsize": "medium",
44
"fontsize_ca": "small",
5-
"fontfamily": "'Lucida Console', Monaco, monospace",
5+
"fontfamily": "'Inter', monospace",
66
"color_primary": "#714B67",
77
"color_secondary": "#017E84",
88
"color_success": "#21B799",
99
"color_danger": "#E46E78",
1010
"color_warning": "#E4A900",
1111
"color_info": "#5B899E",
1212
"color_light": "#f8f9fa",
13-
"color_dark": "#343a40",
13+
"color_dark": "#191a1a",
1414
"color_muted": "#8F8F8F",
1515
"color_white": "#ffffff"
1616
}

0 commit comments

Comments
 (0)