Fast commit

This commit is contained in:
Konstantin Pavlov (ug) 2023-04-14 16:54:08 +03:00 committed by nojhan
commit 292760c568

View file

@ -2,7 +2,9 @@
def theme(context):
# Theme for coloring AMD/Xilinx Vivado IDE synthesis and implementation output
return context,[
[ "^\s*\*+.+$", "green" ],
[ "^#.+", "green" ],
[ "^.+ Checksum: .+$", "green" ],
[ "^.+Time \(s\).+", "green" ],