diff --git a/ags/styles/colors.scss b/ags/styles/colors.scss index 87f2e7b..dba36a0 100644 --- a/ags/styles/colors.scss +++ b/ags/styles/colors.scss @@ -1,26 +1,26 @@ // SCSS Variables // Generated by 'wal' -$wallpaper: "/home/sadorowo/images/wallpapers/youtube_Sheri_142.jpg"; +$wallpaper: "/home/sadorowo/images/wallpapers/youtube_Sheri_170.jpg"; // Special -$background: #f9f7f5; -$foreground: #4C3A47; -$cursor: #4C3A47; +$background: #f9f6f3; +$foreground: #251F23; +$cursor: #251F23; // Colors -$color0: #f9f7f5; -$color1: #B77E8E; -$color2: #6E8EAF; -$color3: #138DCF; -$color4: #609DD4; -$color5: #A196AD; -$color6: #D6ABA7; -$color7: #4C3A47; -$color8: #847974; -$color9: #B77E8E; -$color10: #6E8EAF; -$color11: #138DCF; -$color12: #609DD4; -$color13: #A196AD; -$color14: #D6ABA7; -$color15: #4C3A47; +$color0: #f9f6f3; +$color1: #AB8772; +$color2: #D69768; +$color3: #727188; +$color4: #897A85; +$color5: #79869C; +$color6: #A29597; +$color7: #251F23; +$color8: #82766c; +$color9: #AB8772; +$color10: #D69768; +$color11: #727188; +$color12: #897A85; +$color13: #79869C; +$color14: #A29597; +$color15: #251F23; diff --git a/ags/styles/components/_clipboard.scss b/ags/styles/components/_clipboard.scss index ff67294..e17eadb 100644 --- a/ags/styles/components/_clipboard.scss +++ b/ags/styles/components/_clipboard.scss @@ -8,12 +8,20 @@ border: none; margin-bottom: 6px; - + &:focus { outline: 2px solid $color0; } } + .entry.primary { + background: $color3; + + &:hover>.content { + color: $color3; + } + } + .entry { padding: 10px; background: $color5; @@ -22,17 +30,16 @@ &:hover { background: $color0; - - box>.content { + + >.content { color: $color5; } } - box { - .content { - color: $color0; - font-size: 14px; - font-weight: 600; - } + + .content { + color: $color0; + font-size: 14px; + font-weight: 600; } } @@ -47,4 +54,4 @@ margin-bottom: 8px; } } -} +} \ No newline at end of file diff --git a/ags/styles/components/_launcher.scss b/ags/styles/components/_launcher.scss index d81eb4d..684a04f 100644 --- a/ags/styles/components/_launcher.scss +++ b/ags/styles/components/_launcher.scss @@ -8,7 +8,7 @@ border: none; margin-bottom: 6px; - + &:focus { outline: 2px solid $color0; } @@ -22,8 +22,9 @@ &:hover { background: $color0; - - box>.name, box>.description { + + box>.name, + box>.description { color: $color5; } } @@ -32,17 +33,15 @@ margin-right: 12px; } - box { - .name { - color: $color0; - font-size: 14px; - font-weight: 600; - } + .name { + color: $color0; + font-size: 14px; + font-weight: 600; + } - .description { - color: $color0; - font-size: 12px; - } + .description { + color: $color0; + font-size: 12px; } } @@ -57,4 +56,4 @@ margin-bottom: 8px; } } -} +} \ No newline at end of file diff --git a/ags/widget/launcher/clipboard.tsx b/ags/widget/launcher/clipboard.tsx index 791bbc7..96d9661 100644 --- a/ags/widget/launcher/clipboard.tsx +++ b/ags/widget/launcher/clipboard.tsx @@ -17,55 +17,61 @@ function ClipboardEntry({ id, content }: Entry) { execAsync([SHELL, "-c", `cliphist decode ${id} | wl-copy`]); }} > - - +