aboutsummaryrefslogtreecommitdiff
path: root/.config/rmpc/themes/def.ron
diff options
context:
space:
mode:
Diffstat (limited to '.config/rmpc/themes/def.ron')
-rw-r--r--.config/rmpc/themes/def.ron84
1 files changed, 42 insertions, 42 deletions
diff --git a/.config/rmpc/themes/def.ron b/.config/rmpc/themes/def.ron
index 7599fde..f5da5a2 100644
--- a/.config/rmpc/themes/def.ron
+++ b/.config/rmpc/themes/def.ron
@@ -8,50 +8,50 @@
browser_column_widths: [20, 38, 42],
background_color: None,
modal_backdrop: true,
- text_color: "#eceff4",
+ text_color: "white",
header_background_color: None,
modal_background_color: None,
preview_label_style: (fg: "#b48ead"),
preview_metadata_group_style: (fg: "#88c0d0"),
tab_bar: (
enabled: true,
- active_style: (fg: "#2e3440", bg: "blue", modifiers: "Bold"),
- inactive_style: (fg: "#eceff4", bg: None, modifiers: ""),
+ active_style: (fg: "black", bg: "yellow", modifiers: "Bold"),
+ inactive_style: (fg: "white", bg: None, modifiers: ""),
),
highlighted_item_style: (fg: "magenta", modifiers: "Bold"),
- current_item_style: (fg: "black", bg: "blue", modifiers: "Bold"),
- borders_style: (fg: "blue", modifiers: "Bold"),
- highlight_border_style: (fg: "blue"),
+ current_item_style: (fg: "black", bg: "yellow", modifiers: "Bold"),
+ borders_style: (fg: "yellow", modifiers: "Bold"),
+ highlight_border_style: (fg: "yellow"),
symbols: (song: "󰝚 ", dir: " ", playlist: "󰲸 ", marker: "* ", ellipsis: "..."),
progress_bar: (
symbols: ["█", "█", "█", "█", "█"],
track_style: (fg: "dark_gray"),
- elapsed_style: (fg: "blue"),
- thumb_style: (fg: "blue"),
+ elapsed_style: (fg: "yellow"),
+ thumb_style: (fg: "yellow"),
),
scrollbar: (
symbols: ["│", "█", "▲", "▼"],
- track_style: (fg: "cyan"),
- ends_style: (fg: "blue"),
- thumb_style: (fg: "blue"),
+ track_style: (fg: "yellow"),
+ ends_style: (fg: "light_yellow"),
+ thumb_style: (fg: "light_yellow"),
),
song_table_format: [
(
- prop: (kind: Property(Artist), style: (fg: "blue"),
- default: (kind: Text("Unknown"), style: (fg: "blue"))
+ prop: (kind: Property(Artist), style: (fg: "green"),
+ default: (kind: Text("Unknown"), style: (fg: "green"))
),
width: "20%",
),
(
- prop: (kind: Property(Title), style: (fg: "#eceff4"),
- highlighted_item_style: (fg: "#d8dee9", modifiers: "Bold"),
- default: (kind: Property(Filename), style: (fg: "#d8dee9"),)
+ prop: (kind: Property(Title), style: (fg: "white"),
+ highlighted_item_style: (fg: "white", modifiers: "Bold"),
+ default: (kind: Property(Filename), style: (fg: "white"),)
),
width: "35%",
),
(
- prop: (kind: Property(Album), style: (fg: "cyan"),
- default: (kind: Text("Unknown Album"), style: (fg: "#b48ead"))
+ prop: (kind: Property(Album), style: (fg: "blue"),
+ default: (kind: Text("Unknown Album"), style: (fg: "gray"))
),
width: "30%",
),
@@ -116,32 +116,32 @@
rows: [
(
left: [
- (kind: Text(""), style: (fg: "blue", modifiers: "Bold")),
+ (kind: Text(""), style: (fg: "light_yellow", modifiers: "Bold")),
(kind: Property(Status(StateV2(playing_label: "  ", paused_label: "  ", stopped_label: "  ")))),
- (kind: Text(" "), style: (fg: "blue", modifiers: "Bold")),
+ (kind: Text(" "), style: (fg: "light_yellow", modifiers: "Bold")),
(kind: Property(Widget(ScanStatus)))
],
center: [
- (kind: Property(Song(Title)), style: (fg: "#eceff4",modifiers: "Bold"),
- default: (kind: Property(Song(Filename)), style: (fg: "#d8dee9",modifiers: "Bold"))
+ (kind: Property(Song(Title)), style: (fg: "white",modifiers: "Bold"),
+ default: (kind: Property(Song(Filename)), style: (fg: "white",modifiers: "Bold"))
)
],
right: [
- (kind: Text("󱡬"), style: (fg: "blue", modifiers: "Bold")),
- (kind: Property(Status(Volume)), style: (fg: "#eceff4", modifiers: "Bold")),
- (kind: Text("%"), style: (fg: "blue", modifiers: "Bold"))
+ (kind: Text("󱡬"), style: (fg: "light_yellow", modifiers: "Bold")),
+ (kind: Property(Status(Volume)), style: (fg: "white", modifiers: "Bold")),
+ (kind: Text("%"), style: (fg: "light_yellow", modifiers: "Bold"))
]
),
(
left: [
- (kind: Text("[ "),style: (fg: "blue", modifiers: "Bold")),
- (kind: Property(Status(Elapsed)),style: (fg: "#eceff4")),
- (kind: Text(" / "),style: (fg: "cyan", modifiers: "Bold")),
- (kind: Property(Status(Duration)),style: (fg: "#eceff4")),
- (kind: Text(" | "),style: (fg: "cyan")),
- (kind: Property(Status(Bitrate)),style: (fg: "#eceff4")),
- (kind: Text(" kbps"),style: (fg: "cyan")),
- (kind: Text("]"),style: (fg: "blue", modifiers: "Bold"))
+ (kind: Text("[ "),style: (fg: "light_yellow", modifiers: "Bold")),
+ (kind: Property(Status(Elapsed)),style: (fg: "white")),
+ (kind: Text(" / "),style: (fg: "yellow", modifiers: "Bold")),
+ (kind: Property(Status(Duration)),style: (fg: "white")),
+ (kind: Text(" | "),style: (fg: "yellow")),
+ (kind: Property(Status(Bitrate)),style: (fg: "white")),
+ (kind: Text(" kbps"),style: (fg: "yellow")),
+ (kind: Text("]"),style: (fg: "light_yellow", modifiers: "Bold"))
],
center: [
(kind: Property(Song(Artist)), style: (fg: "white", modifiers: "Bold"),
@@ -153,23 +153,23 @@
)
],
right: [
- (kind: Text("[ "),style: (fg: "blue")),
+ (kind: Text("[ "),style: (fg: "light_yellow")),
(kind: Property(Status(RepeatV2(
on_label: "", off_label: "",
- on_style: (fg: "#eceff4", modifiers: "Bold"), off_style: (fg: "dark_gray", modifiers: "Bold"))))),
- (kind: Text(" | "),style: (fg: "blue")),
+ on_style: (fg: "white", modifiers: "Bold"), off_style: (fg: "dark_gray", modifiers: "Bold"))))),
+ (kind: Text(" | "),style: (fg: "yellow")),
(kind: Property(Status(RandomV2(
on_label: "", off_label: "",
- on_style: (fg: "#eceff4", modifiers: "Bold"), off_style: (fg: "dark_gray", modifiers: "Bold"))))),
- (kind: Text(" | "),style: (fg: "blue")),
+ on_style: (fg: "white", modifiers: "Bold"), off_style: (fg: "dark_gray", modifiers: "Bold"))))),
+ (kind: Text(" | "),style: (fg: "yellow")),
(kind: Property(Status(ConsumeV2(
on_label: "󰮯", off_label: "󰮯", oneshot_label: "󰮯󰇊",
- on_style: (fg: "#eceff4", modifiers: "Bold"), off_style: (fg: "dark_gray", modifiers: "Bold"))))),
- (kind: Text(" | "),style: (fg: "blue")),
+ on_style: (fg: "white", modifiers: "Bold"), off_style: (fg: "dark_gray", modifiers: "Bold"))))),
+ (kind: Text(" | "),style: (fg: "yellow")),
(kind: Property(Status(SingleV2(
on_label: "󰎤", off_label: "󰎦", oneshot_label: "󰇊", off_oneshot_label: "󱅊",
- on_style: (fg: "#eceff4", modifiers: "Bold"), off_style: (fg: "dark_gray", modifiers: "Bold"))))),
- (kind: Text(" ]"),style: (fg: "blue")),
+ on_style: (fg: "white", modifiers: "Bold"), off_style: (fg: "dark_gray", modifiers: "Bold"))))),
+ (kind: Text(" ]"),style: (fg: "light_yellow")),
]
),
],