fix: change highlight color
continuous-integration/drone/tag Build is failing
Details
continuous-integration/drone/tag Build is failing
Details
parent
0b0a54085c
commit
93410f9ddf
|
@ -39,9 +39,9 @@ var Ext2Mode map[string]string = map[string]string{
|
||||||
type Action struct {
|
type Action struct {
|
||||||
Name string `json:"name"`
|
Name string `json:"name"`
|
||||||
Cmd string `json:"cmd"`
|
Cmd string `json:"cmd"`
|
||||||
Dir string `json:"dir"`
|
Dir string `json:"dir,omitempty"`
|
||||||
Envs []string `json"env,omitempty"`
|
Envs []string `json:"env,omitempty"`
|
||||||
Args []string `json"arg,omitempty"`
|
Args []string `json:"arg,omitempty"`
|
||||||
run chan struct{} `json:"-"`
|
run chan struct{} `json:"-"`
|
||||||
pid int `json:"-"`
|
pid int `json:"-"`
|
||||||
}
|
}
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -40,3 +40,9 @@ $footer-padding: 0.5rem 1.5rem 0.5rem;
|
||||||
transform: rotate(359deg);
|
transform: rotate(359deg);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
.ace_selection {
|
||||||
|
// background: #999900 !important;
|
||||||
|
background: #7f7f00 !important;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue