mirror of
https://github.com/pulsar-edit/pulsar.git
synced 2025-01-08 16:19:17 +03:00
Use color variables for commit message files
This commit is contained in:
parent
3a2c4ca74d
commit
ff696355ee
@ -11,6 +11,22 @@
|
||||
z-index: 0;
|
||||
font-family: Inconsolata, Monaco, Consolas, 'Courier New', Courier;
|
||||
line-height: 1.3;
|
||||
|
||||
.markup {
|
||||
&.git-commit {
|
||||
&.changed {
|
||||
color: @text-color-warning;
|
||||
}
|
||||
|
||||
&.deleted {
|
||||
color: @text-color-error;
|
||||
}
|
||||
|
||||
&.inserted {
|
||||
color: @text-color-info;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.editor .gutter .line-number.cursor-line {
|
||||
|
Loading…
Reference in New Issue
Block a user