This commit is contained in:
darenhsu
2022-07-17 13:16:16 +08:00
parent 84759556ff
commit befd344ab0
28070 changed files with 4008428 additions and 1 deletions
+59
View File
@@ -0,0 +1,59 @@
module.exports = ->
'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'