Pārlūkot izejas kodu

style: add Mr Robot theme

George Cushen 6 gadi atpakaļ
vecāks
revīzija
777ab861c9
2 mainītis faili ar 33 papildinājumiem un 0 dzēšanām
  1. 15 0
      data/fonts/mr_robot.toml
  2. 18 0
      data/themes/mr_robot.toml

+ 15 - 0
data/fonts/mr_robot.toml

@@ -0,0 +1,15 @@
+# Font style metadata
+name = "Mr Robot"
+
+# Optional Google font URL
+google_fonts = "B612+Mono:400,700|Orbitron:400,700"
+
+# Font families
+heading_font = "Orbitron"
+body_font = "B612 Mono"
+nav_font = "B612 Mono"
+mono_font = "B612 Mono"
+
+# Font size
+font_size = "20"
+font_size_small = "16"

+ 18 - 0
data/themes/mr_robot.toml

@@ -0,0 +1,18 @@
+# Theme metadata
+name = "Mr Robot"
+
+# Is theme light or dark?
+light = false
+
+# Primary
+primary = "rgb(0, 136, 204)"
+
+# Menu
+menu_primary = "rgb(33, 37, 41)"
+menu_text = "rgb(0, 136, 204)"
+menu_text_active = "rgba(255,255,255,1)"
+menu_title = "rgb(153, 153, 153)"
+
+# Home sections
+home_section_odd = "rgb(29, 33, 39)"
+home_section_even = "rgb(29, 33, 39)"