Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /*VARIABLES AND SOME DEFAULT SETTINGS*/
- :root {
- --rosewater: #f5e0dc;
- --flamingo: #f2cdcd;
- --pink: #f5c2e7;
- --mauve: #cba6f7;
- --red: #f38ba8;
- --maroon: #eba0ac;
- --peach: #fab387;
- --peachedit: #ecd093;
- --peachedit2: #e9bb77;
- --yellow: #f9e2af;
- --green: #a6e3a1;
- --teal: #94e2d5;
- --sky: #89dceb;
- --sapphire: #74c7ec;
- --blue: #89b4fa;
- --lavender: #b4befe;
- --text: #cdd6f4;
- --subtext1: #bac2de;
- --subtext0: #a6adc8;
- --overlay2: #9399b2;
- --overlay1: #7f849c;
- --overlay0: #6c7086;
- --surface2: #585b70;
- --surface1: #45475a;
- --surface1: #282936;
- --base: #1e1e2e;
- --winbutton: #565178;
- --icon: #b5c7d7;
- --basetransparent: rgba(30, 30, 46, 0.6);
- --mantle: rgba(24, 24, 37, 1);
- --crust: rgba(17, 17, 27, 1);
- }
- *{
- font-size: 12px;
- color: var(--text);
- font-weight: 600;
- font-family: "JetBrainsMono NFP";
- margin: 0;
- padding: 0;
- }
- /*GENERAL CONFIGRATIONS*/
- .yasb-bar {
- padding: 0;
- margin: 0;
- background-color: var(--mantle);
- border-radius: 12px;
- }
- .widget {
- padding: 0 4px;
- margin: 0 4px;
- border-radius: 8px;
- border: 1px solid rgba(128, 128, 128, 0);
- }
- .widget .icon {
- font-size: 18px;
- }
- .widget .label {
- color: var(--text);
- }
- /*WIDGET*/
- .home-widget {
- padding-right: 0px;
- padding-bottom: 1px;
- }
- /*HOME WIDGET DROPDOWN*/
- .home-menu {
- background-color: var(--mantle);
- padding: 0;
- margin-left: 0px;
- }
- .home-menu .menu-item {
- padding: 6px 48px 7px 16px;
- font-size: 12px;
- font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
- font-weight: 600;
- }
- .home-menu .menu-item:hover {
- background-color:rgba(128, 130, 158, 0.15);
- color: #fff;
- }
- .home-menu .separator {
- max-height: 1px;
- background-color:rgba(128, 130, 158, 0.3);
- }
- /*KOMOREBI WORKSPACES WIDGET*/
- .komorebi-workspaces {
- padding: 0 0px;
- }
- .komorebi-workspaces .ws-btn {
- font-size: 14px;
- border: none;
- color: #6c7086;
- margin: 0 0px 0 0px;
- height: 30px;
- padding: 0 12px;
- border-bottom: 1px solid rgba(128, 128, 128, 0);
- }
- .komorebi-workspaces .ws-btn:hover {
- color: #7f849c;
- border-bottom: 1px solid #7f849c;
- }
- .komorebi-workspaces .ws-btn.populated {
- color: #b4befe;
- }
- .komorebi-workspaces .ws-btn.active {
- color: #94e2d5;
- font-weight: 900;
- border-bottom-color: #94e2d5;
- }
- /*WEATHER WIDGET*/
- .weather-widget {
- padding: 0;
- padding-left: -5
- }
- .weather-widget .icon {
- color: var(--yellow);
- padding: 6px;
- }
- .weather-widget .label {
- font-size: 14px;
- font-family: Bahnschrift;
- }
- /*WEATHER WIDGET DROPDOWN*/
- .weather-card {
- background-color: rgba(17, 17, 27, 0.5);
- }
- .weather-card-today {
- border: 1px solid #282936;
- border-radius: 8px;
- background-color: rgba(17, 17, 27, 0.2);
- }
- .weather-card-today .label {
- font-size: 12px;
- }
- .weather-card-today .label.location {
- font-size: 24px;
- font-weight: 700;
- }
- .weather-card-today .label.arert {
- font-size: 12px;
- font-weight: 700;
- background-color: rgba(247, 199, 42, 0.05);
- border: 1px solid rgba(247, 209, 42, 0.1);
- color: rgba(196, 181, 162, 0.85);
- border-radius: 6px;
- padding: 5px 0;
- }
- .weather-card-day {
- border: 1px solid #45475a;
- border-radius: 8px;
- background-color: rgba(17, 17, 27, 0.2);
- }
- .weather-card-day .label {
- font-size: 12px;
- }
- /*ACTIVE WINDOW WIDGET*/
- .active-window-widget .label {
- font-size: 14px;
- font-family: Bahnschrift;
- }
- .active-window-widget .icon {
- padding-right: 6px;
- border: none;
- }
- /*CLOCK - CALENDAR WIDGET*/
- .clock-widget .label {
- font-size: 14px;
- font-family: Bahnschrift;
- }
- /*CLOCK - CALENDAR WIDGET DROPDOWN*/
- .calendar {
- background-color: var(--mantle);
- }
- .calendar .calendar-table,
- .calendar .calendar-table::item {
- background-color: rgba(17, 17, 27, 0);
- color: rgba(162, 177, 196, 0.85);
- font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
- margin: 0;
- padding: 0;
- border: none;
- outline: none;
- }
- .calendar .calendar-table::item:selected {
- color: rgb(255, 255, 255);
- }
- .calendar .day-label {
- margin-top: 20px;
- }
- .calendar .day-label,
- .calendar .month-label,
- .calendar .date-label {
- font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
- font-size: 16px;
- color: #fff;
- font-weight: 700;
- min-width: 180px;
- max-width: 180px;
- }
- .calendar .month-label {
- font-weight: normal;
- }
- .calendar .date-label {
- font-size: 88px;
- font-weight: 900;
- color: rgb(255, 255, 255);
- margin-top: -20px;
- }
- /*DISK WIDGET*/
- .disk-widget {
- padding: 0;
- }
- /*DISK DROPDOWN*/
- .disk-group {
- background-color: var(--mantle);
- }
- .disk-group-row {
- min-width: 220px;
- max-width: 220px;
- max-height: 40px;
- margin: 0;
- padding: 0;
- border-radius: 6px;
- border: 1px solid rgba(128, 128, 128, 0);
- }
- .disk-group-row:hover {
- background-color:rgba(255, 255, 255, 0.05);
- border: 1px solid rgba(255, 255, 255, 0.1);
- }
- .disk-group-label-bar{
- max-height: 8px;
- border:0px solid rgba(128, 128, 128, 0);
- background-color: rgba(148, 226, 213, 0.3);
- border-radius: 4px;
- }
- .disk-group-label-bar::chunk{
- background-color: rgba(148, 226, 213, 1);
- border-radius: 4px;
- }
- .disk-group-label {
- font-size: 13px;
- }
- .disk-group-label-size {
- font-size: 12px;
- color: rgba(205, 214, 244, 0.5);
- }
- /*AUDIO WIDGET*/
- .volume-widget {
- margin-left: 0;
- padding: 0;
- }
- .volume-widget .icon {
- padding: 0 6px;
- color: var(--teal);
- }
- .volume-widget .label {
- font-size: 14px;
- font-family: Bahnschrift;
- }
- /*AUDIO DROPDOWN*/
- .audio-menu {
- background-color: var(--mantle);
- }
- .audio-container .device {
- font-family: Bahnschrift;
- background-color: transparent;
- border: none;
- padding:6px 8px 6px 4px;
- margin: 2px 0;
- font-size: 14px;
- border-radius: 4px;
- }
- .audio-container .device.selected {
- background-color: rgba(255, 255, 255, 0.085);
- }
- .audio-container .device:hover {
- background-color: rgba(255, 255, 255, 0.06);
- }
- /*MEDIA WIDGET*/
- .media-widget {
- padding: 0;
- }
- .media-widget .label {
- font-family: Bahnschrift;
- font-size: 14px;
- padding: 0 0px;
- }
- .media-widget .btn {
- color: var(--teal);
- }
- .media-widget .icon{
- padding: 0 6px;
- }
- /*WALLPAPERS WIDGET*/
- .wallpapers-widget {
- padding: 0;
- }
- /*WALLPAPERS GALLERY*/
- .wallpapers-gallery-window {
- background-color: var(--mantle);
- border: 0;
- margin: 0;
- }
- .wallpapers-gallery-buttons {
- font-size: 12px;
- font-family: 'Bahnschrift', Tahoma, Geneva, Verdana, sans-serif;
- background-color:rgba(255, 255, 255, 0);
- color: white;
- border: none;
- font-size: 14px;
- padding: 8px 0;
- border-radius: 8px;
- margin:0 8px 8px 8px;
- width: 600px;
- }
- .wallpapers-gallery-buttons:hover {
- background-color:rgba(255, 255, 255, 0.1)
- }
- .wallpapers-gallery-image {
- border: 4px solid transparent;
- border-radius: 10px;
- }
- .wallpapers-gallery-image:hover {
- border: 4px solid rgb(66, 68, 83);
- }
- .wallpapers-gallery-image.focused {
- border: 4px solid #89b4fa;
- }
- /*POWER WIDGET*/
- .power-menu-widget {
- padding-left: 0;
- }
- .power-menu-widget .label {
- color: var(--red);
- font-size: 16px;
- }
- /*POWER MENU POPUP*/
- .uptime {
- font-size: 14px;
- margin-bottom: 10px;
- color: rgba(191, 202, 219, 0.726);
- font-weight: 600;
- font-family: "Bahnschrift", Tahoma, Geneva, Verdana, sans-serif;
- }
- .power-menu-popup .button {
- padding: 0;
- width: 160px;
- height: 240px;
- border-radius: 4px;
- background-color: rgba(41, 42, 58, 0.75);
- font-family: "Bahnscrift", Tahoma, Geneva, Verdana, sans-serif;
- color: white;
- border: 4px solid rgba(255, 255, 255, 0);
- }
- .power-menu-popup .button.hover {
- background-color: rgb(55, 56, 75);
- border: 4px solid rgb(55, 56, 75);
- }
- .power-menu-popup .button .label {
- margin-bottom: 8px;
- font-size: 16px;
- font-weight: 600;
- color: rgba(255, 255, 255, 0.6);
- font-family: "Bahnschrift", Tahoma, Geneva, Verdana, sans-serif;
- }
- .power-menu-popup .button .icon {
- font-size: 64px;
- padding-top: 54px;
- color: rgba(255, 255, 255, 0.25);
- }
- .power-menu-popup .button.cancel .icon {
- color: rgba(243, 139, 168, 0.55);
- }
- .power-menu-popup .button.cancel .label {
- color: rgba(243, 139, 168, 0.95);
- }
- .cava-widget {
- padding: 0;
- margin-right: 0;
- }
- /*GITHUB WIDGET*/
- .github-widget {
- padding: 0;
- }
- .github-widget .icon {
- font-size: 16px;
- }
- /*GITHUB DROPDOWN*/
- .github-menu {
- background-color: rgba(17, 17, 27, 0.2);
- max-height: 500px;
- min-height: 500px;
- min-width: 420px;
- }
- .github-menu .header {
- border-bottom: 1px solid rgba(255, 255, 255, 0.1);
- font-size: 15px;
- font-weight: 400;
- font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
- padding: 8px;
- color: white;
- background-color: rgba(17, 17, 27, 0.75);
- }
- .github-menu .footer {
- border-top: 1px solid rgba(255, 255, 255, 0.1);
- font-size: 12px;
- padding: 4px 8px 6px 8px;
- font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
- color: #9399b2;
- background-color: rgba(17, 17, 27, 0.75);
- }
- .github-menu .contents {
- background-color: rgba(17, 17, 27, 0.2);
- }
- .github-menu .contents .item {
- min-height: 40px;
- padding: 6px 0;
- border-bottom: 1px solid rgba(255, 255, 255, 0.075);
- }
- .github-menu .contents .item:hover {
- background-color: rgba(255, 255, 255, 0.05);
- border-bottom: 1px solid rgba(255, 255, 255, 0);
- }
- .github-menu .contents .item .title,
- .github-menu .contents .item .description {
- color: #9399b2;
- font-family: Segoe UI;
- }
- .github-menu .contents .item .title {
- font-size: 14px;
- font-weight: 600;
- }
- .github-menu .contents .item .description {
- font-size: 12px;
- font-weight: 500
- }
- .github-menu .contents .item.new .title,
- .github-menu .contents .item.new .description {
- color: #ffffff
- }
- .github-menu .contents .item .icon {
- font-size: 16px;
- padding-right: 0;
- padding-left: 8px;
- padding-right: 4px;
- color: #9399b2;
- }
- .github-menu .contents .item.new .icon {
- color: #3fb950;
- }
- /*TASKBAR*/
- .taskbar-widget {
- background-color: var(--surface1);
- margin-top: 3px;
- margin-bottom: 3px;
- border-radius: 10px;
- }
- .taskbar-widget .app-icon {
- padding: 0 6px;
- margin: 0px;
- }
- /*APPS WIDGET*/
- .apps-widget {
- padding: 0;
- padding-left: -4px;
- padding-right: -2px;
- }
- .apps-widget .label {
- font-size: 16px;
- padding: 0 1px;
- color: var(--subtext0);
- }
- .apps-widget .label:hover {
- color: var(--text);
- }
- .apps-widget .widget-container {
- margin: 4px 6 4px 6;
- border-radius: 8px;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement