Test generator
This commit is contained in:
parent
bfd5348229
commit
89b06d1a76
40 changed files with 2051 additions and 591 deletions
53
src/themes/settings/specific/lighter.js
Normal file
53
src/themes/settings/specific/lighter.js
Normal file
|
@ -0,0 +1,53 @@
|
|||
"use strict";
|
||||
exports.__esModule = true;
|
||||
exports["default"] = {
|
||||
id: 'material.theme.lighter',
|
||||
name: 'Material-Theme-Lighter',
|
||||
type: 'light',
|
||||
scheme: {
|
||||
background: '#FAFAFA',
|
||||
backgroundAlt: '#FAFAFA',
|
||||
contrastBorder: '#FAFAFA',
|
||||
comments: '#90A4AE',
|
||||
caret: '#272727',
|
||||
findHighlight: '#FFCC00',
|
||||
foreground: '#90A4AE',
|
||||
focusBorder: '#FFFFFF',
|
||||
guides: '#B0BEC5',
|
||||
lineNumbers: '#CFD8DC',
|
||||
invisibles: '#E7EAEC',
|
||||
lineHighlight: '#CCD7DA',
|
||||
selection: '#80CBC440',
|
||||
shadow: '#00000020',
|
||||
inputBackground: '#EEEEEE',
|
||||
inputForeground: '#90A4AE',
|
||||
inputBorder: '#00000010',
|
||||
scrollbars: '#90A4AE20',
|
||||
scrollbarsHover: '#90A4AE10',
|
||||
statusbarForeground: '#7E939E',
|
||||
sidebarBackground: '#FAFAFA',
|
||||
sidebarForeground: '#7E939E',
|
||||
listHoverForeground: '#B1C7D3',
|
||||
listHoverBackground: '#FAFAFA',
|
||||
tabActiveForeground: '#000000',
|
||||
inactiveSelectionBackground: '#CCD7DA50',
|
||||
findMatchBackground: '#00000020',
|
||||
findMatchHighlightBackground: '#00000010',
|
||||
findMatchHighlightBorder: '#00000030',
|
||||
base: {
|
||||
white: '#FFFFFF',
|
||||
black: '#000000',
|
||||
red: '#E53935',
|
||||
orange: '#F76D47',
|
||||
yellow: '#FFB62C',
|
||||
green: '#91B859',
|
||||
cyan: '#39ADB5',
|
||||
blue: '#6182B8',
|
||||
paleblue: '#8796B0',
|
||||
purple: '#7C4DFF',
|
||||
brown: '#C17E70',
|
||||
pink: '#FF5370',
|
||||
violet: '#945EB8'
|
||||
}
|
||||
}
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue