Skip to content

Commit 4c357e9

Browse files
committed
add color scheme to termx on ConsolePage
1 parent 38d7985 commit 4c357e9

File tree

1 file changed

+18
-1
lines changed

1 file changed

+18
-1
lines changed

resources/assets/scripts/components/server/subpages/ConsolePage.vue

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,24 @@
9494
theme: {
9595
background: 'transparent',
9696
cursor: 'transparent',
97-
}
97+
black: '#000000',
98+
red: '#E54B4B',
99+
green: '#9ECE58',
100+
yellow: '#FAED70',
101+
blue: '#396FE2',
102+
magenta: '#BB80B3',
103+
cyan: '#2DDAFD',
104+
white: '#d0d0d0',
105+
brightBlack: 'rgba(255, 255, 255, 0.2)',
106+
brightRed: '#FF5370',
107+
brightGreen: '#C3E88D',
108+
brightYellow: '#FFCB6B',
109+
brightBlue: '#82AAFF',
110+
brightMagenta: '#C792EA',
111+
brightCyan: '#89DDFF',
112+
brightWhite: '#ffffff',
113+
},
114+
98115
}),
99116
command: '',
100117
commandHistory: [],

0 commit comments

Comments
 (0)