Add more packages, disable Antunnel auto connect

This commit is contained in:
lxsang
2020-12-21 16:01:04 +01:00
parent fcaa1e9b1c
commit 21f560d2b6
55 changed files with 700 additions and 32 deletions

12
DiffEditor/css/main.css Normal file
View File

@ -0,0 +1,12 @@
afx-app-window[data-id="DiffEditor"] afx-hbox[data-id="status-bar"] {
background-color: #007ACC;
}
afx-app-window[data-id="DiffEditor"] .status-text {
color: white;
text-align: right;
padding-right: 10px;
}
afx-app-window[data-id="DiffEditor"] afx-label.file-label {
background-color: #333333;
color: white;
}