Craig Raw
5 years ago
11 changed files with 170 additions and 69 deletions
@ -1,18 +1,18 @@ |
|||
.version-color { -fx-fill: #986801 } |
|||
.segwit-marker-color { -fx-fill: #000000 } |
|||
.segwit-flag-color { -fx-fill: #4078f2 } |
|||
.version { -fx-fill: #986801 } |
|||
.segwit-marker { -fx-fill: #000000 } |
|||
.segwit-flag { -fx-fill: #4078f2 } |
|||
|
|||
.num-inputs-color { -fx-fill: #ca1243 } |
|||
.input-hash-color { -fx-fill: #0184bc } |
|||
.input-index-color { -fx-fill: #0184bc } |
|||
.input-sigscript-length-color { -fx-fill: #0184bc } |
|||
.input-sigscript-color { -fx-fill: #0184bc } |
|||
.input-sequence-color { -fx-fill: #0184bc } |
|||
.num-inputs { -fx-fill: #ca1243 } |
|||
.input-hash { -fx-fill: #0184bc } |
|||
.input-index { -fx-fill: #0184bc } |
|||
.input-sigscript-length { -fx-fill: #0184bc } |
|||
.input-sigscript { -fx-fill: #0184bc } |
|||
.input-sequence { -fx-fill: #0184bc } |
|||
|
|||
.num-outputs-color { -fx-fill: #ca1243 } |
|||
.output-value-color { -fx-fill: #50a14f } |
|||
.output-pubkeyscript-length-color { -fx-fill: #50a14f } |
|||
.output-pubkeyscript-color { -fx-fill: #50a14f } |
|||
.num-outputs { -fx-fill: #ca1243 } |
|||
.output-value { -fx-fill: #50a14f } |
|||
.output-pubkeyscript-length { -fx-fill: #50a14f } |
|||
.output-pubkeyscript { -fx-fill: #50a14f } |
|||
|
|||
.witnesses-color { -fx-fill: #a626a4 } |
|||
.locktime-color { -fx-fill: #986801 } |
|||
.witnesses { -fx-fill: #a626a4 } |
|||
.locktime { -fx-fill: #986801 } |
@ -0,0 +1,21 @@ |
|||
.version { -fx-fill: #e5e5e6 } |
|||
.segwit-marker { -fx-fill: #e5e5e6 } |
|||
.segwit-flag { -fx-fill: #e5e5e6 } |
|||
|
|||
.num-inputs { -fx-fill: #e5e5e6 } |
|||
.input-other { -fx-fill: #e5e5e6 } |
|||
|
|||
.input-hash { -fx-fill: #0184bc } |
|||
.input-index { -fx-fill: #000000 } |
|||
.input-sigscript-length { -fx-fill: #a626a4 } |
|||
.input-sigscript { -fx-fill: #50a14f } |
|||
.input-sequence { -fx-fill: #986801 } |
|||
|
|||
.num-outputs { -fx-fill: #e5e5e6 } |
|||
.output-value { -fx-fill: #e5e5e6 } |
|||
.output-pubkeyscript-length { -fx-fill: #e5e5e6 } |
|||
.output-pubkeyscript { -fx-fill: #e5e5e6 } |
|||
|
|||
.witnesses { -fx-fill: #e5e5e6 } |
|||
.locktime { -fx-fill: #e5e5e6 } |
|||
|
@ -0,0 +1,20 @@ |
|||
.version { -fx-fill: #e5e5e6 } |
|||
.segwit-marker { -fx-fill: #e5e5e6 } |
|||
.segwit-flag { -fx-fill: #e5e5e6 } |
|||
|
|||
.num-inputs { -fx-fill: #e5e5e6 } |
|||
.input-hash { -fx-fill: #e5e5e6 } |
|||
.input-index { -fx-fill: #e5e5e6 } |
|||
.input-sigscript-length { -fx-fill: #e5e5e6 } |
|||
.input-sigscript { -fx-fill: #e5e5e6 } |
|||
.input-sequence { -fx-fill: #e5e5e6 } |
|||
|
|||
.num-outputs { -fx-fill: #e5e5e6 } |
|||
.output-other { -fx-fill: #e5e5e6 } |
|||
|
|||
.output-value { -fx-fill: #000000 } |
|||
.output-pubkeyscript-length { -fx-fill: #a626a4 } |
|||
.output-pubkeyscript { -fx-fill: #50a14f } |
|||
|
|||
.witnesses { -fx-fill: #e5e5e6 } |
|||
.locktime { -fx-fill: #e5e5e6 } |
Loading…
Reference in new issue