@import url("/usr/share/themes/Catppuccin-Mocha-Standard-Lavender-Dark/gtk-3.0/gtk.css"); @define-color cc-bg rgba(26, 27, 38, .95); @define-color noti-border-color rgba(255, 255, 255, 0.15); @define-color noti-bg rgb(17, 17, 27); @define-color noti-bg-darker rgba(43, 43, 57,.5); @define-color noti-bg-hover rgb(27, 27, 43); @define-color noti-bg-focus rgba(27, 27, 27, 0.6); @define-color noti-close-bg rgba(255, 255, 255, 0.1); @define-color noti-close-bg-hover rgba(255, 255, 255, 0.15); @define-color text-color-disabled rgb(150, 150, 150); @define-color bg-selected rgb(0, 128, 255); * { font-family: Hack Nerd Font; } .control-center .notification-row:focus, .control-center .notification-row:hover { opacity: 1; background: @noti-bg-darker; } .notification-row { outline: none; margin: 0px; padding: 0px; } .notification { background: @theme_base_color; border: 2px solid rgba(180,190,254, 0.1); border-radius: 10px; margin: 3px -2px 3px 0px; padding:10px; box-shadow: none; } .notification-content { background: @theme_base_color; } .summary { margin-bottom:5px; } .notification-content .body { font-size: 14px; } .notification-default-action { margin: 0; padding: 0; border-radius: 10px; } .close-button { background: #f7768e; color: @theme_base_color; text-shadow: none; padding: 0px; border-radius: 10px; margin-top: 5px; margin-right: 0px; } .close-button:hover { box-shadow: none; background: #f7768e; transition: all 0.15s ease-in-out; border: none; } .notification-action { border: 2px solid rgba(180,190,254, 0.5); border-top: none; border-radius: 10px; } .notification-default-action:hover, .notification-action:hover { color: rgba(180,190,254, 0.6); background: @theme_base_color; } .notification-default-action { border-radius: 10px; margin: 0px; } .notification-default-action:not(:only-child) { border-bottom-left-radius: 7px; border-bottom-right-radius: 7px; } .notification-action:first-child { border-bottom-left-radius: 10px; background: #1b1b2b; } .notification-action:last-child { border-bottom-right-radius: 10px; background: #1b1b2b; } .inline-reply { margin-top: 8px; } .inline-reply-entry { background: @noti-bg-darker; color: @theme_text_color; caret-color: @theme_text_color; border: 1px solid @noti-border-color; border-radius: 10px; } .inline-reply-button { margin-left: 4px; background: @noti-bg; border: 1px solid @noti-border-color; border-radius: 10px; color: @theme_text_color; } .inline-reply-button:disabled { background: initial; color: @text-color-disabled; border: 1px solid transparent; } .inline-reply-button:hover { background: @noti-bg-hover; } .image { border-radius: 10px; margin-right: 10px; } .summary { font-size: 16px; font-weight: 700; background: transparent; color: @theme_text_color; text-shadow: none; } .time { font-size: 16px; font-weight: 700; background: transparent; color: @theme_text_color; text-shadow: none; margin-right: 18px; } .body { font-size: 15px; font-weight: 400; background: transparent; color: @theme_text_color; text-shadow: none; } .control-center { background: @theme_base_color; border: 2px solid rgba(180,190,254, 0.2); border-radius: 10px; } .control-center-list { background: transparent; } .control-center-list-placeholder { opacity: 0.5; } .floating-notifications { background: transparent; } .blank-window { background: alpha(black, 0.1); } .widget-title { color: #fff; background: @noti-bg-darker; padding: 5px 10px; margin: 10px 10px 5px 10px; font-size: 1.1rem; border-radius: 10px; } .widget-title>button { font-size: 0.9rem; color: @theme_text_color; text-shadow: none; background: @noti-bg; box-shadow: none; border-radius: 10px; } .widget-title>button:hover { background: #f7768e; color: @theme_base_color; } .widget-dnd { background: @noti-bg-darker; padding: 5px 10px; margin: 5px 10px; border-radius: 10px; font-size: 1rem; color: #fff; } .widget-dnd>switch { border-radius: 10px; background: rgba(180,190,254, 0.7); } .widget-dnd>switch:checked { background: #f7768e; border: 1px solid #f7768e; } .widget-dnd>switch slider { background: @theme_base_color; border-radius: 10px; } .widget-dnd>switch:checked slider { background: @theme_base_color; border-radius: 10px; } .widget-label { margin: 10px 10px 5px 10px; } .widget-label>label { font-size: 1rem; color: @theme_text_color; } .widget-mpris { color: @theme_text_color; background: @noti-bg-darker; padding: 5px 10px; margin: 5px 10px 5px 10px; border-radius: 10px; box-shadow:none; } .widget-mpris>box>button { border-radius: 10px; } .widget-mpris-player { padding: 5px 10px; margin: 10px; box-shadow: none; } .widget-mpris-title { font-weight: 700; font-size: 1.25rem; } .widget-mpris-subtitle { font-size: 1.1rem; } .widget-buttons-grid { font-size: x-large; padding: 5px; margin: 5px 10px 10px 10px; border-radius: 10px; background: @noti-bg-darker; } .widget-buttons-grid>flowbox>flowboxchild>button { margin: 3px; background: @theme_base_color; border-radius: 10px; color: @theme_text_color; } .widget-buttons-grid>flowbox>flowboxchild>button:hover { background: rgba(180,190,254, 1); color: @theme_base_color; } .widget-menubar>box>.menu-button-bar>button { border: none; background: transparent; } .topbar-buttons>button { border: none; background: transparent; } .widget-volume { background: @noti-bg-darker; padding: 5px 10px 5px 12px; margin: 5px 10px; border-radius: 10px; font-size: 1.5rem; color: #fff; } .widget-backlight { background: @noti-bg-darker; padding: 5px; margin: 5px 10px; border-radius: 10px; font-size: 2rem; color: #fff; }