Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file removed src/main/resources/fonts/NotoSansSC-Regular.ttf
Binary file not shown.
Binary file not shown.
20 changes: 13 additions & 7 deletions src/main/resources/tech/minediamond/vortex/css/dark-theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,16 @@

/* dark-theme.css */

/*
* ===================================================================
* 全局变量
* ===================================================================
*/
.root {
/*字体样式*/
/*-fx-font-family: "Noto Sans SC", "Microsoft YaHei", sans-serif;*/
/*字体*/
-fx-font-size: 13px;
-fx-font-smoothing-type: lcd;

/*全局背景样式*/
/*根节点样式*/
-fx-background-color: #242424;

/*全局自定义样式*/
Expand All @@ -37,14 +40,16 @@
-button-selected-bg-color: #7c7c7c; /* 选中后的按钮背景 */
-button-text-fill-color-disabled: #afaeae;/*禁用按钮时的文字颜色*/

/*开关按钮样式*/
/*开关样式*/
-toggle-switch-thumb-bg-color:#f8f6f6;/*滑块颜色*/
-toggle-switch-thumb-area-bg-color-selected:#3c62b5;/*开启时轨道颜色*/
-toggle-switch-thumb-area-bg-color-unselected:#8e8c8a;/*关闭时轨道颜色*/

/*文本框样式*/
/*文本输入框样式*/
-textField-bg-color: #202020;/*文本框背景颜色*/
-textField-bg-color-focused: #494848;/*聚焦时文本框背景颜色*/

/*滚动条样式*/
-textField-border-color: #6f7071;/*文本框边框颜色*/
-textField-border-color-focused: #c8cbcc;/*聚焦时文本框边框颜色*/

Expand All @@ -61,13 +66,14 @@
-fx-setting-list-button-bg-color-hover:#5a5a5a;/*设置条目悬浮时按钮颜色*/
-fx-setting-list-button-bg-color-pressed:#5f5f5f;/*设置条目按下时按钮颜色*/

/*下拉选择框样式*/
-fx-setting-combo-box-popup-bg-color: #414141;/*设置条目单选按钮弹出框背景颜色*/
-fx-setting-combo-box-popup-border-color: #727277;/*设置条目单选按钮弹出框边框颜色*/
-fx-setting-combo-box-popup-bg-color-hover: #5a5a5a;/*设置条目单选按钮弹出框悬浮是背景颜色*/
-fx-setting-combo-box-popup-bg-color-pressed: #5f5f5f;/*设置条目单选按钮弹出框按下时背景颜色*/
-fx-setting-combo-box-arrow-border-color: #e0e0e0;/* 设置条目单选按钮箭头边框颜色*/

/*搜索面板样式*/
/*搜索卡片样式*/
-fx-search-result-file-path-text-color: #cdcdcd;/*搜索面板文件路径文本颜色*/
-fx-search-result-card-bg-color-hover:#474747;/*搜索面板列表悬浮时背景颜色*/

Expand Down
Loading
Loading