Add style_dark.css

This commit is contained in:
daleclack 2024-02-07 11:12:54 +08:00
parent 33b6099605
commit 56163b04f2
2 changed files with 73 additions and 2 deletions

View File

@ -46,8 +46,7 @@ set(RESOURCE_LIST
STRIPBLANKS mine_menu.xml
final_approach.png
style.css
reset.css
dock_style.css
style_dark.css
folder.svg
folder-images.svg
image_file.svg

View File

@ -0,0 +1,72 @@
/*
您可以在这里输入任何 GTK+ 可识别的 CSS 规则
您可以点击上面的暂停按钮来暂时停用这个自定义 CSS
变更会立即应用到全局影响整个应用程序
*/
/* @import url("resource://org/gtk/daleclack/reset.css"); */
.finder_style box {
background-color: alpha(white, 0.5);
}
.dock_style grid {
background-color: alpha(white, 0.5);
}
.dock_style box {
background-color: alpha(white, 0.5);
}
.dock_style button.toggle {
background-color: white;
border-color: transparent;
color: black;
}
.dock_style button.toggle:checked {
background-color: rgba(0, 106, 255, 0.5);
color: white;
}
.dock_style .stackswitcher{
background-color: transparent;
}
/* Background color in the box should be transparent*/
.default_style box {
background-color: transparent;
color: black;
}
.default_style separator {
background-color: transparent;
color: black;
}
.default_style grid {
background-color: transparent;
color: black;
}
.default_style stackswitcher {
color: transparent;
background-color: transparent;
color: black;
}
.default_style gridview {
background-color: transparent;
color: black;
}
.default_style popover contents {
background-color: alpha(white, 0.7);
}
popover contents {
background-color: alpha(white, 0.7);
border-color: transparent;
color: black;
}