mirror of
https://github.com/atom/atom.git
synced 2026-04-06 03:02:13 -04:00
🔪 markup 🔫
This commit is contained in:
@@ -210,57 +210,6 @@
|
||||
background-color: #0E2231;
|
||||
}
|
||||
|
||||
.markup.deleted {
|
||||
color: #F8F8F8;
|
||||
background-color: #420E09;
|
||||
}
|
||||
|
||||
.markup.changed {
|
||||
color: #F8F8F8;
|
||||
background-color: #4A410D;
|
||||
}
|
||||
|
||||
.markup.inserted {
|
||||
color: #F8F8F8;
|
||||
background-color: #253B22;
|
||||
}
|
||||
|
||||
.markup.italic {
|
||||
color: #E9C062;
|
||||
}
|
||||
|
||||
.markup.bold {
|
||||
color: #E9C062;
|
||||
}
|
||||
|
||||
.markup.underline {
|
||||
text-decoration: underline;
|
||||
color: #E18964;
|
||||
}
|
||||
|
||||
.markup.quote {
|
||||
color: #E1D4B9;
|
||||
background-color: rgba(254, 224, 156, 0.07);
|
||||
}
|
||||
|
||||
.markup.heading, .markup.heading .entity {
|
||||
color: #FEDCC5;
|
||||
background-color: #632D04;
|
||||
}
|
||||
|
||||
.markup.list {
|
||||
color: #E1D4B9;
|
||||
}
|
||||
|
||||
.markup.raw {
|
||||
color: #578BB3;
|
||||
background-color: rgba(177, 179, 186, 0.03);
|
||||
}
|
||||
|
||||
.markup .comment {
|
||||
color: #F67B37;
|
||||
}
|
||||
|
||||
.meta.separator {
|
||||
color: #60A633;
|
||||
background-color: #242424;
|
||||
|
||||
@@ -143,18 +143,6 @@
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.editor .markup.deleted {
|
||||
color: #00A8C6;
|
||||
}
|
||||
|
||||
.editor .markup.inserted {
|
||||
color: #A6E22E;
|
||||
}
|
||||
|
||||
.editor .markup.changed {
|
||||
color: #E6DB74;
|
||||
}
|
||||
|
||||
.editor .constant.numeric.line-number.find-in-files .- .match {
|
||||
color: rgba(143, 190, 0, 0.63);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user