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:
@@ -6364,3 +6364,10 @@ ConversationListView {
|
||||
background: linear-gradient(to right, #c50ed2, #8500f7);
|
||||
box-shadow: 0px 0px 5px rgba(197, 14, 210, 0.98);
|
||||
color: white; }
|
||||
|
||||
.caja-notebook .entry {
|
||||
background: #161925;
|
||||
color: #C3C7D1; }
|
||||
.caja-notebook .entry:selected {
|
||||
background: #c50ed2;
|
||||
color: #fefefe; }
|
||||
|
||||
Reference in New Issue
Block a user