Files
midas/midas/cli/hl_python.css
T
HEL 9229f00375 refactor: rebrand function parameters and unify spec
rename function arguments to parameters where it was wrong, and add ParamSpec for Python AST, like for Midas
2026-07-03 19:24:30 +02:00

29 lines
392 B
CSS

span {
&.base-type {
--col: 108, 233, 108;
}
&.arg {
--col: 103, 192, 224;
}
&.constraint-type {
--col: 174, 200, 195;
}
&.frame-column {
--col: 216, 231, 81;
}
&.frame-type {
--col: 231, 46, 40;
}
&.function {
--col: 215, 103, 224;
}
&.parameter {
--col: 103, 192, 224;
}
}