Skip to contents

Show Color Theme

Usage

show_color_theme(name)

Arguments

name

of color theme. Use ls_color_themes() to list all currently available themes.

Value

name parameter of the function call invisibly

Examples

show_color_theme("purpur")
#> Install the "kableExtra" package, to see a colored table in the view pane.
#> If you use Rstudio version >= 2023.09.0, you can copy paste the following table into the editor, to see a preview of the colors.
#> 
#> Color Theme: purpur
#> 
#>  name                     description                                color    
#>  "bg_primary"             "background for document and form titles " "#990099"
#>  "font_primary"           "font color for document and form titles"  "#FFFFFF"
#>  "bg_subtitle"            "background subtitle"                      "#FFFFFF"
#>  "font_subtitle"          "fontcolor subtitle"                       "#990099"
#>  "bg_h1"                  "background heading"                       "#E1B5E1"
#>  "font_h1"                "fontcolor heading"                        "#990099"
#>  "bg_tablehead"           "background column names"                  "#909090"
#>  "font_tablehead"         "fontcolor column names"                   "#FFFFFF"
#>  "bg_visit"               "background visit names"                   "#0066CC"
#>  "font_visit"             "fontcolor visit names"                    "#FFFFFF"
#>  "bg_tablecol_overview"   "background table names in form overview"  "#FFD530"
#>  "font_tablecol_overview" "fontcolor table names in form overview"   "#000000"
#>  "bg_tablecol_items"      "background table names in form items"     "#CCCCCC"
#>  "font_tablecol_items"    "fontcolor table names in form items"      "#000000"
#>  "border_tablecol_items"  "border table names in form items"         "#909090"
#>  "font_hidden"            "fontcolor hidden forms and items"         "#9696aa"
#>  "bg_select_column"       "background 'select' column"               "#E1F7EF"
#>  "font_select_column"     "font color 'select' column"               "#006141"
#>  "border_select_column"   "border color 'select' column"             "#90E0C5"
#>  "font_select_all"        "font color 'select all' question"         "#006141"
#>  "bg_select_all"          "background color 'select all' question"   "#FFFFFF"