Skip to content

Commit

Permalink
debug view update
Browse files Browse the repository at this point in the history
some correction current ip for debug mode
  • Loading branch information
pr701 committed Sep 22, 2021
1 parent 4cda533 commit a841960
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion theme/dp701-extra-large/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -772,7 +772,7 @@ CustomIDAMemo {
qproperty-line-bgovl-extra-13: rgba(107, 74, 156, 0.4);
}
CustomIDAMemo[debugging="true"] {
qproperty-line-bgovl-current-ip: rgba(80, 160, 255, .4);
qproperty-line-bgovl-current-ip: rgba(80, 160, 255, .2);
qproperty-line-bg-default: #001f33;
qproperty-graph-bg-top: #1e1e1e;
qproperty-graph-bg-bottom: #1e1e1e;
Expand Down
2 changes: 1 addition & 1 deletion theme/dp701-large/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -772,7 +772,7 @@ CustomIDAMemo {
qproperty-line-bgovl-extra-13: rgba(107, 74, 156, 0.4);
}
CustomIDAMemo[debugging="true"] {
qproperty-line-bgovl-current-ip: rgba(80, 160, 255, .4);
qproperty-line-bgovl-current-ip: rgba(80, 160, 255, .2);
qproperty-line-bg-default: #001f33;
qproperty-graph-bg-top: #1e1e1e;
qproperty-graph-bg-bottom: #1e1e1e;
Expand Down
2 changes: 1 addition & 1 deletion theme/dp701-medium/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -772,7 +772,7 @@ CustomIDAMemo {
qproperty-line-bgovl-extra-13: rgba(107, 74, 156, 0.4);
}
CustomIDAMemo[debugging="true"] {
qproperty-line-bgovl-current-ip: rgba(80, 160, 255, .4);
qproperty-line-bgovl-current-ip: rgba(80, 160, 255, .2);
qproperty-line-bg-default: #001f33;
qproperty-graph-bg-top: #1e1e1e;
qproperty-graph-bg-bottom: #1e1e1e;
Expand Down
2 changes: 1 addition & 1 deletion theme/dp701-small/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -772,7 +772,7 @@ CustomIDAMemo {
qproperty-line-bgovl-extra-13: rgba(107, 74, 156, 0.4);
}
CustomIDAMemo[debugging="true"] {
qproperty-line-bgovl-current-ip: rgba(80, 160, 255, .4);
qproperty-line-bgovl-current-ip: rgba(80, 160, 255, .2);
qproperty-line-bg-default: #001f33;
qproperty-graph-bg-top: #1e1e1e;
qproperty-graph-bg-bottom: #1e1e1e;
Expand Down

0 comments on commit a841960

Please sign in to comment.