Skip to content

Commit

Permalink
release v3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
witalihirsch committed Feb 6, 2023
1 parent 2b2b320 commit 96de865
Show file tree
Hide file tree
Showing 236 changed files with 16 additions and 924 deletions.
8 changes: 4 additions & 4 deletions Builds/fluent-theme/Dark.qss
Original file line number Diff line number Diff line change
Expand Up @@ -246,18 +246,18 @@ QTreeView::item {

QTreeView::item:hover,
QTreeView::item:focus {
background-color: rgba(255, 255, 255, 8);
background-color: rgba(255, 255, 255, 0.1);
outline: 0;
}

QTreeView::item:selected {
color: #ffffff;
background-color: transparent;
background-color: rgba(255, 255, 255, 0.05);
outline: 0;
}

QTreeView::item:selected:active {
background-color: rgba(255, 255, 255, 10);
background-color: rgba(255, 255, 255, 0.05);
outline: 0;
}

Expand Down Expand Up @@ -300,7 +300,7 @@ QHeaderView::section {
}

QHeaderView::section:hover {
background-color: rgba(255, 255, 255, 14);
background-color: rgba(255, 255, 255, 0.1);
}

QHeaderView::up-arrow {
Expand Down
8 changes: 4 additions & 4 deletions Builds/fluent-theme/DarkNoMica.qss
Original file line number Diff line number Diff line change
Expand Up @@ -270,18 +270,18 @@ QTreeView::item {

QTreeView::item:hover,
QTreeView::item:focus {
background-color: rgba(255, 255, 255, 8);
background-color: rgba(255, 255, 255, 0.1);
outline: 0;
}

QTreeView::item:selected {
color: #ffffff;
background-color: transparent;
background-color: rgba(255, 255, 255, 0.05);
outline: 0;
}

QTreeView::item:selected:active {
background-color: rgba(255, 255, 255, 10);
background-color: rgba(255, 255, 255, 0.05);
outline: 0;
}

Expand Down Expand Up @@ -324,7 +324,7 @@ QHeaderView::section {
}

QHeaderView::section:hover {
background-color: rgba(255, 255, 255, 14);
background-color: rgba(255, 255, 255, 0.1);
}

QHeaderView::up-arrow {
Expand Down
8 changes: 4 additions & 4 deletions Builds/fluent-theme/Light.qss
Original file line number Diff line number Diff line change
Expand Up @@ -246,18 +246,18 @@ QTreeView::item {

QTreeView::item:hover,
QTreeView::item:focus {
background-color: rgba(0, 0, 0, 8);
background-color: rgba(0, 0, 0, 0.1);
outline: 0;
}

QTreeView::item:selected {
color: #202020;
background-color: transparent;
background-color: rgba(0, 0, 0, 0.05);
outline: 0;
}

QTreeView::item:selected:active {
background-color: rgba(0, 0, 0, 10);
background-color: rgba(0, 0, 0, 0.05);
outline: 0;
}

Expand Down Expand Up @@ -300,7 +300,7 @@ QHeaderView::section {
}

QHeaderView::section:hover {
background-color: rgba(0, 0, 0, 14);
background-color: rgba(0, 0, 0, 0.1);
}

QHeaderView::up-arrow {
Expand Down
8 changes: 4 additions & 4 deletions Builds/fluent-theme/LightNoMica.qss
Original file line number Diff line number Diff line change
Expand Up @@ -270,18 +270,18 @@ QTreeView::item {

QTreeView::item:hover,
QTreeView::item:focus {
background-color: rgba(0, 0, 0, 8);
background-color: rgba(0, 0, 0, 0.1);
outline: 0;
}

QTreeView::item:selected {
color: #202020;
background-color: transparent;
background-color: rgba(0, 0, 0, 0.05);
outline: 0;
}

QTreeView::item:selected:active {
background-color: rgba(0, 0, 0, 10);
background-color: rgba(0, 0, 0, 0.05);
outline: 0;
}

Expand Down Expand Up @@ -324,7 +324,7 @@ QHeaderView::section {
}

QHeaderView::section:hover {
background-color: rgba(0, 0, 0, 14);
background-color: rgba(0, 0, 0, 0.1);
}

QHeaderView::up-arrow {
Expand Down
3 changes: 0 additions & 3 deletions Builds/icons/dark/application-exit.svg

This file was deleted.

3 changes: 0 additions & 3 deletions Builds/icons/dark/application-rss+xml.svg

This file was deleted.

3 changes: 0 additions & 3 deletions Builds/icons/dark/application-x-mswinurl.svg

This file was deleted.

3 changes: 0 additions & 3 deletions Builds/icons/dark/checked.svg

This file was deleted.

3 changes: 0 additions & 3 deletions Builds/icons/dark/checking.svg

This file was deleted.

3 changes: 0 additions & 3 deletions Builds/icons/dark/collapse.svg

This file was deleted.

3 changes: 0 additions & 3 deletions Builds/icons/dark/completed.svg

This file was deleted.

3 changes: 0 additions & 3 deletions Builds/icons/dark/configure.svg

This file was deleted.

3 changes: 0 additions & 3 deletions Builds/icons/dark/connected.svg

This file was deleted.

3 changes: 0 additions & 3 deletions Builds/icons/dark/dialog-cancel.svg

This file was deleted.

3 changes: 0 additions & 3 deletions Builds/icons/dark/dialog-information.svg

This file was deleted.

3 changes: 0 additions & 3 deletions Builds/icons/dark/dialog-warning.svg

This file was deleted.

Loading

0 comments on commit 96de865

Please sign in to comment.