mirror of
https://github.com/luneko/SweetTokyoNight.git
synced 2025-12-13 15:29:53 +01:00
Fix nemo file manager color inconsistences
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
.nemo-window {
|
||||
.places-treeview {
|
||||
-NemoPlacesTreeView-disk-full-bg-color: lighten($_sidebar_color, 15%);
|
||||
-NemoPlacesTreeView-disk-full-fg-color: $teal;
|
||||
-NemoPlacesTreeView-disk-full-fg-color: $yellow;
|
||||
-GtkTreeView-vertical-separator: 7;
|
||||
.view.cell,
|
||||
iconview.cell {
|
||||
@@ -10,14 +10,15 @@
|
||||
}
|
||||
&:selected {
|
||||
background: $selected_bg_color;
|
||||
color: $selected_fg_color;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.sidebar {
|
||||
color: #98abb2;
|
||||
background-color: $_sidebar_color;
|
||||
.view, .iconview, row {
|
||||
color: #98abb2;
|
||||
background-color: transparent;
|
||||
}
|
||||
}
|
||||
@@ -49,7 +50,7 @@
|
||||
@include button(normal-header);
|
||||
margin-top: 5px;
|
||||
margin-bottom: 5px;
|
||||
height: 24px;
|
||||
min-height: 24px;
|
||||
&:hover { color: $selected_bg_color; }
|
||||
&:selected,
|
||||
&:active,
|
||||
|
||||
@@ -6383,20 +6383,21 @@ ConversationListView {
|
||||
font-weight: bold; }
|
||||
|
||||
.nemo-window .places-treeview {
|
||||
-NemoPlacesTreeView-disk-full-bg-color: #333955;
|
||||
-NemoPlacesTreeView-disk-full-fg-color: #00e8c6;
|
||||
-NemoPlacesTreeView-disk-full-bg-color: #424551;
|
||||
-NemoPlacesTreeView-disk-full-fg-color: #fadd00;
|
||||
-GtkTreeView-vertical-separator: 7; }
|
||||
.nemo-window .places-treeview .view.cell:hover, .nemo-window .places-treeview iconview.cell:hover,
|
||||
.nemo-window .places-treeview iconview.cell:hover {
|
||||
background: rgba(16, 19, 27, 0.7); }
|
||||
background: rgba(25, 26, 31, 0.7); }
|
||||
.nemo-window .places-treeview .view.cell:selected, .nemo-window .places-treeview iconview.cell:selected,
|
||||
.nemo-window .places-treeview iconview.cell:selected {
|
||||
background: #c50ed2; }
|
||||
background: #f7b922;
|
||||
color: #fefefe; }
|
||||
|
||||
.nemo-window .sidebar {
|
||||
color: #98abb2;
|
||||
background-color: #161925; }
|
||||
background-color: #202127; }
|
||||
.nemo-window .sidebar .view, .nemo-window .sidebar iconview, .nemo-window .sidebar .iconview, .nemo-window .sidebar row {
|
||||
color: #98abb2;
|
||||
background-color: transparent; }
|
||||
|
||||
.nemo-window .nemo-window-pane widget.entry {
|
||||
@@ -6408,12 +6409,12 @@ ConversationListView {
|
||||
border-radius: 3px;
|
||||
box-shadow: inset 0 1px rgba(0, 0, 0, 0.9), inset 1px 0 rgba(0, 0, 0, 0.96), inset -1px 0 rgba(0, 0, 0, 0.96), inset 0 -1px rgba(0, 0, 0, 0.98), 0 1px rgba(255, 255, 255, 0.6); }
|
||||
.nemo-window .nemo-window-pane widget.entry:selected {
|
||||
background-color: #c50ed2;
|
||||
background-color: #f7b922;
|
||||
color: #fefefe; }
|
||||
|
||||
.nemo-window toolbar.primary-toolbar {
|
||||
margin-bottom: -1px;
|
||||
background: #0c0e14; }
|
||||
background: #07080c; }
|
||||
.nemo-window toolbar.primary-toolbar button {
|
||||
color: #8b8b8b;
|
||||
text-shadow: none;
|
||||
@@ -6422,11 +6423,11 @@ ConversationListView {
|
||||
border: none;
|
||||
margin-top: 5px;
|
||||
margin-bottom: 5px;
|
||||
height: 24px; }
|
||||
min-height: 24px; }
|
||||
.nemo-window toolbar.primary-toolbar button:hover {
|
||||
color: #c50ed2; }
|
||||
color: #f7b922; }
|
||||
.nemo-window toolbar.primary-toolbar button:selected, .nemo-window toolbar.primary-toolbar button:active, .nemo-window toolbar.primary-toolbar button:checked {
|
||||
border-radius: 23px;
|
||||
background: linear-gradient(to right, #c50ed2, #8500f7);
|
||||
box-shadow: 0px 0px 5px rgba(197, 14, 210, 0.98);
|
||||
background: linear-gradient(to right, #eee90a, #f7b922);
|
||||
box-shadow: 0px 2px 4px rgba(247, 185, 34, 0.98);
|
||||
color: white; }
|
||||
|
||||
@@ -6408,37 +6408,38 @@ ConversationListView {
|
||||
font-weight: bold; }
|
||||
|
||||
.nemo-window .places-treeview {
|
||||
-NemoPlacesTreeView-disk-full-bg-color: #333955;
|
||||
-NemoPlacesTreeView-disk-full-fg-color: #00e8c6;
|
||||
-NemoPlacesTreeView-disk-full-bg-color: #3c3d49;
|
||||
-NemoPlacesTreeView-disk-full-fg-color: #fadd00;
|
||||
-GtkTreeView-vertical-separator: 7; }
|
||||
.nemo-window .places-treeview .view.cell:hover, .nemo-window .places-treeview iconview.cell:hover,
|
||||
.nemo-window .places-treeview iconview.cell:hover {
|
||||
background: rgba(16, 19, 27, 0.7); }
|
||||
background: rgba(18, 19, 22, 0.7); }
|
||||
.nemo-window .places-treeview .view.cell:selected, .nemo-window .places-treeview iconview.cell:selected,
|
||||
.nemo-window .places-treeview iconview.cell:selected {
|
||||
background: #c50ed2; }
|
||||
background: #f7b922;
|
||||
color: #fefefe; }
|
||||
|
||||
.nemo-window .sidebar {
|
||||
color: #98abb2;
|
||||
background-color: #161925; }
|
||||
background-color: #191a1f; }
|
||||
.nemo-window .sidebar .view, .nemo-window .sidebar iconview, .nemo-window .sidebar .iconview, .nemo-window .sidebar row {
|
||||
color: #98abb2;
|
||||
background-color: transparent; }
|
||||
|
||||
.nemo-window .nemo-window-pane widget.entry {
|
||||
background-clip: padding-box;
|
||||
min-height: 28px;
|
||||
padding: 5px;
|
||||
color: #C3C7D1;
|
||||
border: 1px solid rgba(12, 14, 21, 0.8);
|
||||
color: #31363d;
|
||||
border: 1px solid rgba(0, 0, 0, 0.13);
|
||||
border-radius: 3px;
|
||||
box-shadow: inset 0 1px rgba(0, 0, 0, 0.9), inset 1px 0 rgba(0, 0, 0, 0.96), inset -1px 0 rgba(0, 0, 0, 0.96), inset 0 -1px rgba(0, 0, 0, 0.98), 0 1px rgba(255, 255, 255, 0.6); }
|
||||
.nemo-window .nemo-window-pane widget.entry:selected {
|
||||
background-color: #c50ed2;
|
||||
background-color: #f7b922;
|
||||
color: #fefefe; }
|
||||
|
||||
.nemo-window toolbar.primary-toolbar {
|
||||
margin-bottom: -1px;
|
||||
background: #0c0e14; }
|
||||
background: #101013; }
|
||||
.nemo-window toolbar.primary-toolbar button {
|
||||
color: #8b8b8b;
|
||||
text-shadow: none;
|
||||
@@ -6447,11 +6448,11 @@ ConversationListView {
|
||||
border: none;
|
||||
margin-top: 5px;
|
||||
margin-bottom: 5px;
|
||||
height: 24px; }
|
||||
min-height: 24px; }
|
||||
.nemo-window toolbar.primary-toolbar button:hover {
|
||||
color: #c50ed2; }
|
||||
color: #f7b922; }
|
||||
.nemo-window toolbar.primary-toolbar button:selected, .nemo-window toolbar.primary-toolbar button:active, .nemo-window toolbar.primary-toolbar button:checked {
|
||||
border-radius: 23px;
|
||||
background: linear-gradient(to right, #c50ed2, #8500f7);
|
||||
box-shadow: 0px 0px 5px rgba(197, 14, 210, 0.98);
|
||||
background: linear-gradient(to right, #eee90a, #f7b922);
|
||||
box-shadow: 0px 2px 4px rgba(247, 185, 34, 0.98);
|
||||
color: white; }
|
||||
|
||||
Reference in New Issue
Block a user