Skip to content

Commit

Permalink
Make "Solarized Dark" the default syntax highlighting theme
Browse files Browse the repository at this point in the history
In terminals. The previous default looked pretty bad.
  • Loading branch information
gaborcsardi committed Jan 21, 2024
1 parent e7a62de commit cecd95b
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions R/prettycode.R
Original file line number Diff line number Diff line change
Expand Up @@ -284,16 +284,7 @@ code_theme_default_rstudio <- function() {
}

code_theme_default_term <- function() {
list(
reserved = "red",
number = "blue",
null = c("blue", "bold"),
operator = "green",
call = "cyan",
string = "yellow",
comment = c("#a9a9a9", "italic"),
bracket = list("yellow", "blue", "cyan")
)
"Solarized Dark"
}

#' Syntax highlighting themes
Expand Down

0 comments on commit cecd95b

Please sign in to comment.