mirror of
https://github.com/luneko/SweetTokyoNight.git
synced 2025-12-16 16:39:52 +01:00
Mate: Fix text cursor color while renaming file in caja
This commit is contained in:
@@ -16,3 +16,4 @@
|
|||||||
@import 'apps/geary';
|
@import 'apps/geary';
|
||||||
@import 'apps/lightdm';
|
@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;
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -6364,3 +6364,10 @@ ConversationListView {
|
|||||||
background: linear-gradient(to right, #c50ed2, #8500f7);
|
background: linear-gradient(to right, #c50ed2, #8500f7);
|
||||||
box-shadow: 0px 0px 5px rgba(197, 14, 210, 0.98);
|
box-shadow: 0px 0px 5px rgba(197, 14, 210, 0.98);
|
||||||
color: white; }
|
color: white; }
|
||||||
|
|
||||||
|
.caja-notebook .entry {
|
||||||
|
background: #161925;
|
||||||
|
color: #C3C7D1; }
|
||||||
|
.caja-notebook .entry:selected {
|
||||||
|
background: #c50ed2;
|
||||||
|
color: #fefefe; }
|
||||||
|
|||||||
@@ -6364,3 +6364,10 @@ ConversationListView {
|
|||||||
background: linear-gradient(to right, #c50ed2, #8500f7);
|
background: linear-gradient(to right, #c50ed2, #8500f7);
|
||||||
box-shadow: 0px 0px 5px rgba(197, 14, 210, 0.98);
|
box-shadow: 0px 0px 5px rgba(197, 14, 210, 0.98);
|
||||||
color: white; }
|
color: white; }
|
||||||
|
|
||||||
|
.caja-notebook .entry {
|
||||||
|
background: #161925;
|
||||||
|
color: #C3C7D1; }
|
||||||
|
.caja-notebook .entry:selected {
|
||||||
|
background: #c50ed2;
|
||||||
|
color: #fefefe; }
|
||||||
|
|||||||
Reference in New Issue
Block a user