diff options
| author | awy <awy@awy.one> | 2025-11-02 20:36:35 +0300 | 
|---|---|---|
| committer | awy <awy@awy.one> | 2025-11-02 20:36:35 +0300 | 
| commit | a72c7536580145161b838cc58b80ef70927ba33a (patch) | |
| tree | fe666332e632b496c0b6add3276259ec02cf8f23 /.config/rmpc/themes | |
| parent | 80582415fa6436d854895e413ab8815cdbe0bb1c (diff) | |
| download | hyprdots-a72c7536580145161b838cc58b80ef70927ba33a.tar.gz | |
nord
Diffstat (limited to '.config/rmpc/themes')
| -rw-r--r-- | .config/rmpc/themes/def.ron | 84 | 
1 files changed, 42 insertions, 42 deletions
diff --git a/.config/rmpc/themes/def.ron b/.config/rmpc/themes/def.ron index b56a173..3655dd9 100644 --- a/.config/rmpc/themes/def.ron +++ b/.config/rmpc/themes/def.ron @@ -8,49 +8,49 @@    browser_column_widths: [20, 38, 42],    background_color: None,    modal_backdrop: true, -  text_color: "#d3c6aa", +  text_color: "#eceff4",    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: "magenta", modifiers: "Bold"), -    inactive_style: (fg: "#d3c6aa", bg: None, modifiers: ""), +    active_style: (fg: "#2e3440", bg: "blue", modifiers: "Bold"), +    inactive_style: (fg: "#eceff4", bg: None, modifiers: ""),    ), -  highlighted_item_style: (fg: "yellow", modifiers: "Bold"), +  highlighted_item_style: (fg: "magenta", modifiers: "Bold"),    current_item_style: (fg: "black", bg: "yellow", modifiers: "Bold"), -  borders_style: (fg: "magenta", modifiers: "Bold"), -  highlight_border_style: (fg: "magenta"), +  borders_style: (fg: "blue", modifiers: "Bold"), +  highlight_border_style: (fg: "blue"),    symbols: (song: " ", dir: " ", playlist: " ", marker: "* ", ellipsis: "..."),    progress_bar: (      symbols: ["█", "█", "█", "█", "█"],      track_style: (fg: "dark_gray"), -    elapsed_style: (fg: "magenta"), -    thumb_style: (fg: "magenta"), +    elapsed_style: (fg: "green"), +    thumb_style: (fg: "green"),    ),    scrollbar: (      symbols: ["│", "█", "▲", "▼"], -    track_style: (fg: "#a86c8a"), -    ends_style: (fg: "magenta"), -    thumb_style: (fg: "magenta"), +    track_style: (fg: "cyan"), +    ends_style: (fg: "blue"), +    thumb_style: (fg: "blue"),    ),    song_table_format: [    ( -      prop: (kind: Property(Artist), style: (fg: "magenta"), -        default: (kind: Text("Unknown"), style: (fg: "#b48ead")) +      prop: (kind: Property(Artist), style: (fg: "yellow"), +        default: (kind: Text("Unknown"), style: (fg: "yellow"))        ),        width: "20%",      ),    ( -      prop: (kind: Property(Title), style: (fg: "#d3c6aa"), +      prop: (kind: Property(Title), style: (fg: "#eceff4"),          highlighted_item_style: (fg: "#d8dee9", modifiers: "Bold"),          default: (kind: Property(Filename), style: (fg: "#d8dee9"),)        ),        width: "35%",      ),    ( -      prop: (kind: Property(Album), style: (fg: "#a86c8a"), +      prop: (kind: Property(Album), style: (fg: "cyan"),          default: (kind: Text("Unknown Album"), style: (fg: "#b48ead"))        ),        width: "30%", @@ -116,60 +116,60 @@      rows: [      (          left: [ -        (kind: Text(""), style: (fg: "magenta", modifiers: "Bold")), +        (kind: Text(""), style: (fg: "blue", modifiers: "Bold")),          (kind: Property(Status(StateV2(playing_label: "  ", paused_label: "  ", stopped_label: "  ")))), -        (kind: Text(" "), style: (fg: "magenta", modifiers: "Bold")), +        (kind: Text(" "), style: (fg: "blue", modifiers: "Bold")),          (kind: Property(Widget(ScanStatus)))          ],          center: [ -        (kind: Property(Song(Title)), style: (fg: "#d3c6aa",modifiers: "Bold"), +        (kind: Property(Song(Title)), style: (fg: "#eceff4",modifiers: "Bold"),              default: (kind: Property(Song(Filename)), style: (fg: "#d8dee9",modifiers: "Bold"))            )          ],          right: [ -        (kind: Text(""), style: (fg: "magenta", modifiers: "Bold")), -        (kind: Property(Status(Volume)), style: (fg: "#d3c6aa", modifiers: "Bold")), -        (kind: Text("%"), style: (fg: "magenta", modifiers: "Bold")) +        (kind: Text(""), style: (fg: "blue", modifiers: "Bold")), +        (kind: Property(Status(Volume)), style: (fg: "#eceff4", modifiers: "Bold")), +        (kind: Text("%"), style: (fg: "blue", modifiers: "Bold"))          ]        ),      (          left: [ -        (kind: Text("[ "),style: (fg: "magenta", modifiers: "Bold")), -        (kind: Property(Status(Elapsed)),style: (fg: "#d3c6aa")), -        (kind: Text(" / "),style: (fg: "#a86c8a", modifiers: "Bold")), -        (kind: Property(Status(Duration)),style: (fg: "#d3c6aa")), -        (kind: Text(" | "),style: (fg: "#a86c8a")), -        (kind: Property(Status(Bitrate)),style: (fg: "#d3c6aa")), -        (kind: Text(" kbps"),style: (fg: "#a86c8a")), -        (kind: Text("]"),style: (fg: "magenta", modifiers: "Bold")) +        (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"))          ],          center: [ -        (kind: Property(Song(Artist)), style: (fg: "magenta", modifiers: "Bold"), -            default: (kind: Text("Unknown Artist"), style: (fg: "#88c0d0", modifiers: "Bold")) +        (kind: Property(Song(Artist)), style: (fg: "white", modifiers: "Bold"), +            default: (kind: Text("Unknown Artist"), style: (fg: "white", modifiers: "Bold"))            ),          (kind: Text(" - ")), -        (kind: Property(Song(Album)),style: (fg: "#a86c8a" ), -            default: (kind: Text("Unknown Album"), style: (fg: "#81a1c1", modifiers: "Bold")) +        (kind: Property(Song(Album)),style: (fg: "white" ), +            default: (kind: Text("Unknown Album"), style: (fg: "white", modifiers: "Bold"))            )          ],          right: [ -        (kind: Text("[ "),style: (fg: "magenta")), +        (kind: Text("[ "),style: (fg: "blue")),          (kind: Property(Status(RepeatV2(              on_label: "", off_label: "", -            on_style: (fg: "#d3c6aa", modifiers: "Bold"), off_style: (fg: "dark_gray", modifiers: "Bold"))))), -        (kind: Text(" | "),style: (fg: "magenta")), +            on_style: (fg: "#eceff4", modifiers: "Bold"), off_style: (fg: "dark_gray", modifiers: "Bold"))))), +        (kind: Text(" | "),style: (fg: "blue")),          (kind: Property(Status(RandomV2(              on_label: "", off_label: "", -            on_style: (fg: "#d3c6aa", modifiers: "Bold"), off_style: (fg: "dark_gray", modifiers: "Bold"))))), -        (kind: Text(" | "),style: (fg: "magenta")), +            on_style: (fg: "#eceff4", modifiers: "Bold"), off_style: (fg: "dark_gray", modifiers: "Bold"))))), +        (kind: Text(" | "),style: (fg: "blue")),          (kind: Property(Status(ConsumeV2(              on_label: "", off_label: "", oneshot_label: "", -            on_style: (fg: "#d3c6aa", modifiers: "Bold"), off_style: (fg: "dark_gray", modifiers: "Bold"))))), -        (kind: Text(" | "),style: (fg: "magenta")), +            on_style: (fg: "#eceff4", modifiers: "Bold"), off_style: (fg: "dark_gray", modifiers: "Bold"))))), +        (kind: Text(" | "),style: (fg: "blue")),          (kind: Property(Status(SingleV2(              on_label: "", off_label: "", oneshot_label: "", off_oneshot_label: "", -            on_style: (fg: "#d3c6aa", modifiers: "Bold"), off_style: (fg: "dark_gray", modifiers: "Bold"))))), -        (kind: Text(" ]"),style: (fg: "magenta")), +            on_style: (fg: "#eceff4", modifiers: "Bold"), off_style: (fg: "dark_gray", modifiers: "Bold"))))), +        (kind: Text(" ]"),style: (fg: "blue")),          ]        ),      ],  |