Blue color of string for chrome theme
This commit is contained in:
parent
c3d304d1cf
commit
4fe2c58753
1 changed files with 4 additions and 1 deletions
|
|
@ -151,7 +151,10 @@ color:#FD971F;
|
|||
color: rgb(255, 0, 0)
|
||||
}
|
||||
|
||||
.ace-chrome .ace_line .ace_string,
|
||||
.ace-chrome .ace_line .ace_string{
|
||||
color: #1A1AA6;
|
||||
}
|
||||
|
||||
.ace-chrome .ace_entity.ace_other.ace_attribute-name{
|
||||
color: #994409;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue