mirror of
https://github.com/luneko/SweetTokyoNight.git
synced 2025-12-13 15:29:53 +01:00
Mate: Fix text cursor color while renaming file in caja
This commit is contained in:
@@ -15,4 +15,5 @@
|
||||
|
||||
@import 'apps/geary';
|
||||
@import 'apps/lightdm';
|
||||
@import 'apps/nemo';
|
||||
@import 'apps/nemo';
|
||||
@import 'apps/caja';
|
||||
8
gtk-3.0/apps/_caja.scss
Normal file
8
gtk-3.0/apps/_caja.scss
Normal file
@@ -0,0 +1,8 @@
|
||||
.caja-notebook .entry {
|
||||
background: $bg_color;
|
||||
color: $fg_color;
|
||||
&:selected {
|
||||
background: $selected_bg_color;
|
||||
color: $selected_fg_color;
|
||||
}
|
||||
}
|
||||
@@ -6368,3 +6368,10 @@ ConversationListView {
|
||||
background: linear-gradient(to right, #F67E7D, #E1DD8F);
|
||||
color: #f7f7f7;
|
||||
text-shadow: 0px 0px 2px rgba(87, 87, 87, 0.9); }
|
||||
|
||||
.caja-notebook .entry {
|
||||
background: #1A1E21;
|
||||
color: #76777A; }
|
||||
.caja-notebook .entry:selected {
|
||||
background: #F67E7D;
|
||||
color: #f7f7f7; }
|
||||
|
||||
@@ -6368,3 +6368,10 @@ ConversationListView {
|
||||
background: linear-gradient(to right, #F67E7D, #E1DD8F);
|
||||
color: #f7f7f7;
|
||||
text-shadow: 0px 0px 2px rgba(87, 87, 87, 0.9); }
|
||||
|
||||
.caja-notebook .entry {
|
||||
background: #1A1E21;
|
||||
color: #76777A; }
|
||||
.caja-notebook .entry:selected {
|
||||
background: #F67E7D;
|
||||
color: #f7f7f7; }
|
||||
|
||||
Reference in New Issue
Block a user