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,
|
||||
|
||||
@@ -6282,37 +6282,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: #374046;
|
||||
-NemoPlacesTreeView-disk-full-fg-color: #E1DD8F;
|
||||
-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(15, 17, 19, 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: #F67E7D;
|
||||
color: #f7f7f7; }
|
||||
|
||||
.nemo-window .sidebar {
|
||||
color: #98abb2;
|
||||
background-color: #161925; }
|
||||
background-color: #16191b; }
|
||||
.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;
|
||||
color: #76777A;
|
||||
border: 1px solid rgba(12, 14, 21, 0.8);
|
||||
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;
|
||||
color: #fefefe; }
|
||||
background-color: #F67E7D;
|
||||
color: #f7f7f7; }
|
||||
|
||||
.nemo-window toolbar.primary-toolbar {
|
||||
margin-bottom: -1px;
|
||||
background: #0c0e14; }
|
||||
background: #1A1E21; }
|
||||
.nemo-window toolbar.primary-toolbar button {
|
||||
color: #8b8b8b;
|
||||
text-shadow: none;
|
||||
@@ -6321,11 +6322,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: #F67E7D; }
|
||||
.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);
|
||||
color: white; }
|
||||
background: linear-gradient(to right, #F67E7D, #E1DD8F);
|
||||
color: #f7f7f7;
|
||||
text-shadow: 0px 0px 2px rgba(87, 87, 87, 0.9); }
|
||||
|
||||
@@ -6282,37 +6282,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: #374046;
|
||||
-NemoPlacesTreeView-disk-full-fg-color: #E1DD8F;
|
||||
-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(15, 17, 19, 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: #F67E7D;
|
||||
color: #f7f7f7; }
|
||||
|
||||
.nemo-window .sidebar {
|
||||
color: #98abb2;
|
||||
background-color: #161925; }
|
||||
background-color: #16191b; }
|
||||
.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;
|
||||
color: #76777A;
|
||||
border: 1px solid rgba(12, 14, 21, 0.8);
|
||||
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;
|
||||
color: #fefefe; }
|
||||
background-color: #F67E7D;
|
||||
color: #f7f7f7; }
|
||||
|
||||
.nemo-window toolbar.primary-toolbar {
|
||||
margin-bottom: -1px;
|
||||
background: #0c0e14; }
|
||||
background: #1A1E21; }
|
||||
.nemo-window toolbar.primary-toolbar button {
|
||||
color: #8b8b8b;
|
||||
text-shadow: none;
|
||||
@@ -6321,11 +6322,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: #F67E7D; }
|
||||
.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);
|
||||
color: white; }
|
||||
background: linear-gradient(to right, #F67E7D, #E1DD8F);
|
||||
color: #f7f7f7;
|
||||
text-shadow: 0px 0px 2px rgba(87, 87, 87, 0.9); }
|
||||
|
||||
Reference in New Issue
Block a user