Skip to content

Commit

Permalink
update theme and config
Browse files Browse the repository at this point in the history
  • Loading branch information
shunk031 committed Dec 31, 2023
1 parent de13363 commit fd56645
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 21 deletions.
5 changes: 3 additions & 2 deletions config/_default/params.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
# Appearance

appearance:
theme_day: openai
mode: dark
# theme_day: openai
theme_night: openai
font: "my_custom_fonts"
font_size: S
Expand Down Expand Up @@ -36,8 +37,8 @@ header:
enable: true
align: l
show_logo: true
show_theme_chooser: false
show_language: false
show_day_night: true
show_search: true
highlight_active_link: true

Expand Down
24 changes: 5 additions & 19 deletions data/themes/openai.toml
Original file line number Diff line number Diff line change
@@ -1,26 +1,12 @@
# Theme metadata
name = "OpenAI"

# Is theme light or dark?
light = false

# Primary
primary = "#D984CB"
[dark]
link = "#D984CB"
link_hover = "#3CF235"

# Menu
menu_primary = "#3CF235"
menu_text = "#34495e"
menu_text_active = "#2962ff"
menu_primary = "#193718"
menu_title = "#3CF235"

# Home sections
menu_text = "#D984CB"
home_section_odd = "rgb(27, 46, 64)"
home_section_even = "rgb(25, 55, 24)"

[dark]
link = "#D984CB"
link_hover = "#3CF235"

menu_primary = "#193718"
menu_title = "#3CF235"
menu_text = "#D984CB"

0 comments on commit fd56645

Please sign in to comment.