Skip to content

Commit

Permalink
theme: Remove dead code
Browse files Browse the repository at this point in the history
Signed-off-by: Ikey Doherty <[email protected]>
  • Loading branch information
ikeycode committed Jun 14, 2024
1 parent 9883055 commit eeab062
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/theme.rs
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,6 @@ pub struct Icons {

/// Provides a simple means to override the palette per environment
pub struct Theme {
/// Text colour
pub color_text: Color,

/// Selection colour
pub color_selection: Color,

Expand All @@ -44,7 +41,6 @@ pub struct Theme {

/// Basic theme for tty/non-256/emoji use
pub static BASIC: Theme = Theme {
color_text: Color::White,
color_selection: Color::LightBlue,
color_highlight: Color::White,
color_inactive: Color::DarkGray,
Expand All @@ -56,7 +52,6 @@ pub static BASIC: Theme = Theme {

/// Refined theme for desktop use
pub static REFINED: Theme = Theme {
color_text: Color::White,
color_selection: tailwind::BLUE.c300,
color_highlight: tailwind::SLATE.c400,
color_inactive: tailwind::SLATE.c500,
Expand Down

0 comments on commit eeab062

Please sign in to comment.