Files
dewedev/node_modules/pretty-error/lib/defaultStyle.js
dwindown 7f2dd5260f Initial commit: Developer Tools MVP with visual editor
- Complete React app with 7 developer tools
- JSON Tool with visual structured editor
- Serialize Tool with visual structured editor
- URL, Base64, CSV/JSON, Beautifier, Diff tools
- Responsive navigation with dropdown menu
- Dark/light mode toggle
- Mobile-responsive design with sticky header
- All tools working with copy/paste functionality
2025-08-02 09:31:26 +07:00

65 lines
1.5 KiB
JavaScript

// Generated by CoffeeScript 1.8.0
module.exports = function() {
return {
'pretty-error': {
display: 'block',
marginLeft: '2'
},
'pretty-error > header': {
display: 'block'
},
'pretty-error > header > title > kind': {
background: 'red',
color: 'bright-white'
},
'pretty-error > header > title > wrapper': {
marginRight: '1',
color: 'grey'
},
'pretty-error > header > colon': {
color: 'grey',
marginRight: 1
},
'pretty-error > header > message': {
color: 'bright-white'
},
'pretty-error > trace': {
display: 'block',
marginTop: 1
},
'pretty-error > trace > item': {
display: 'block',
marginBottom: 1,
marginLeft: 2,
bullet: '"<grey>-</grey>"'
},
'pretty-error > trace > item > header': {
display: 'block'
},
'pretty-error > trace > item > header > pointer > file': {
color: 'bright-yellow'
},
'pretty-error > trace > item > header > pointer > colon': {
color: 'grey'
},
'pretty-error > trace > item > header > pointer > line': {
color: 'bright-yellow',
marginRight: 1
},
'pretty-error > trace > item > header > what': {
color: 'white'
},
'pretty-error > trace > item > footer': {
display: 'block'
},
'pretty-error > trace > item > footer > addr': {
display: 'block',
color: 'grey'
},
'pretty-error > trace > item > footer > extra': {
display: 'block',
color: 'grey'
}
};
};