Skip to content

Commit 130e43e

Browse files
author
Guillaume Chau
authored
Color fixes (vuejs#541)
1 parent 842aa35 commit 130e43e

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

src/devtools/components/DataField.vue

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -469,6 +469,8 @@ export default {
469469
color: #e36eec
470470
&.abstract
471471
color $blueishGrey
472+
.dark &
473+
color lighten($blueishGrey, 20%)
472474
.value
473475
display inline-block
474476
color #444
@@ -502,6 +504,8 @@ export default {
502504
font-family Menlo, monospace
503505
.platform-windows &
504506
font-family Consolas, Lucida Console, Courier New, monospace
507+
.dark &
508+
color $purple
505509
&.type-component-definition
506510
color $green
507511
>>> span
@@ -513,7 +517,7 @@ export default {
513517
&.null
514518
color #999
515519
&.literal
516-
color #997fff
520+
color $purple
517521
518522
.meta
519523
font-size 12px

src/devtools/variables.styl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ $orange = #DB6B00
1111
$red = #c41a16
1212
$black = #222
1313
$vividBlue = #0033cc
14+
$purple = #997fff
1415

1516
// The min-width to give icons text...
1617
$wide = 1050px

0 commit comments

Comments
 (0)