Skip to content

Commit

Permalink
Merge branch 'master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
Babkock authored Oct 30, 2023
2 parents b17e9cd + 59dc141 commit c0cde8c
Show file tree
Hide file tree
Showing 3 changed files with 112 additions and 28 deletions.
107 changes: 81 additions & 26 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/theme/color.rs
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ where
}

/// A struct holding the theme configuration
/// Color table: https://upload.wikimedia.org/wikipedia/commons/1/15/Xterm_256color_chart.avg
/// Color table: https://upload.wikimedia.org/wikipedia/commons/1/15/Xterm_256color_chart.svg
#[derive(Debug, Deserialize, PartialEq, Eq)]
#[serde(rename_all = "kebab-case")]
#[serde(deny_unknown_fields)]
Expand Down
Loading

0 comments on commit c0cde8c

Please sign in to comment.