mirror of https://github.com/go-gitea/gitea.git
Browse Source
This icon is from GitHub: <img width="350" height="350" alt="image" src="https://github.com/user-attachments/assets/c3f31901-5359-4b7f-ae68-eddcec63df53" /> --------- Signed-off-by: 鲁汀 <131967983+lutinglt@users.noreply.github.com> Co-authored-by: lutinglt <lutinglt@users.noreply.github.com>pull/33631/merge
6 changed files with 58 additions and 0 deletions
|
After Width: | Height: | Size: 662 B |
@ -0,0 +1,8 @@
@@ -0,0 +1,8 @@
|
||||
@import "./theme-gitea-light-tritanopia.css" (prefers-color-scheme: light); |
||||
@import "./theme-gitea-dark-tritanopia.css" (prefers-color-scheme: dark); |
||||
|
||||
gitea-theme-meta-info { |
||||
--theme-display-name: "Auto"; |
||||
--theme-colorblind-type: "blue-yellow"; |
||||
--theme-color-scheme: "auto"; |
||||
} |
||||
@ -0,0 +1,15 @@
@@ -0,0 +1,15 @@
|
||||
@import "./theme-gitea-dark-protanopia-deuteranopia.css"; |
||||
|
||||
gitea-theme-meta-info { |
||||
--theme-display-name: "Dark"; |
||||
--theme-colorblind-type: "blue-yellow"; |
||||
--theme-color-scheme: "dark"; |
||||
} |
||||
|
||||
/* blue/yellow colorblind-friendly colors */ |
||||
/* from GitHub: blue yellow blindness is based on red green blindness, and --diffBlob-deletion-* restored to the normal theme color */ |
||||
:root { |
||||
--color-diff-removed-linenum-bg: #482121; |
||||
--color-diff-removed-row-bg: #301e1e; |
||||
--color-diff-removed-word-bg: #6f3333; |
||||
} |
||||
@ -0,0 +1,15 @@
@@ -0,0 +1,15 @@
|
||||
@import "./theme-gitea-light-protanopia-deuteranopia.css"; |
||||
|
||||
gitea-theme-meta-info { |
||||
--theme-display-name: "Light"; |
||||
--theme-colorblind-type: "blue-yellow"; |
||||
--theme-color-scheme: "light"; |
||||
} |
||||
|
||||
/* blue/yellow colorblind-friendly colors */ |
||||
/* from GitHub: blue yellow blindness is based on red green blindness, and --diffBlob-deletion-* restored to the normal theme color */ |
||||
:root { |
||||
--color-diff-removed-linenum-bg: #ffcecb; |
||||
--color-diff-removed-row-bg: #ffeef0; |
||||
--color-diff-removed-word-bg: #fdb8c0; |
||||
} |
||||
Loading…
Reference in new issue