소스 검색

feat: add Cyberpunk color theme

George Cushen 4 년 전
부모
커밋
9d9149a2ae
1개의 변경된 파일26개의 추가작업 그리고 0개의 파일을 삭제
  1. 26 0
      wowchemy/data/themes/cyberpunk.toml

+ 26 - 0
wowchemy/data/themes/cyberpunk.toml

@@ -0,0 +1,26 @@
+# Theme metadata
+name = "Cyberpunk"
+
+# Is theme light or dark?
+is_light = false
+
+# Primary
+primary = "rgb(255, 0, 60)"
+
+# Menu
+menu_primary = "#fcee0a"
+menu_text = "#000"
+menu_text_active = "rgb(255, 0, 60)"
+menu_title = "#000"
+
+[dark]
+  # Menu
+  menu_primary = "#fcee0a"
+  menu_text = "#000"
+  menu_text_active = "#000"
+  menu_title = "#000"
+
+  # Backgrounds
+  background = "#000"
+  home_section_odd = "#000"
+  home_section_even = "#000"