A fork of the Materia GTK theme.

By using this site, you agree to have cookies stored on your device, strictly for functional purposes, such as storing your session and preferences.

Dismiss

 _index.scss

View raw Download
text/plain • 1.15 kiB
ASCII text
        
            
1
//
2
// Shell components stylesheets are placed in separate .scss files
3
// in 'components' and imported into the main stylesheet in this file.
4
// To create or update a component for the shell modify the list below.
5
//
6
7
// Primary components
8
@use "base/base";
9
@use "base/entry";
10
@use "base/button";
11
@use "base/check-box";
12
@use "base/switch";
13
@use "base/slider";
14
@use "base/scrollbar";
15
// Popovers
16
@use "menu/menu";
17
@use "menu/calendar";
18
@use "menu/message-list";
19
@use "menu/candidate-popup";
20
// Notifications
21
@use "notification/notification";
22
@use "notification/hotplug";
23
// Dialogs
24
@use "dialog/dialog";
25
@use "dialog/network-dialog";
26
// OSDs
27
@use "osd/osd";
28
@use "osd/switcher";
29
@use "osd/workspace-switcher";
30
// Panel
31
@use "panel/panel";
32
@use "panel/ripple-box";
33
// Overview
34
@use "overview/overview";
35
@use "overview/window-picker";
36
@use "overview/search-entry";
37
@use "overview/search-results";
38
@use "overview/app-grid";
39
@use "overview/dash";
40
@use "overview/workspace-thumbnails";
41
// A11y / misc
42
@use "misc/misc";
43
@use "misc/a11y";
44
@use "misc/tile-preview";
45
@use "misc/keyboard";
46
@use "misc/looking-glass";
47
// Lock / login screens
48
@use "gdm/login-dialog";
49
@use "gdm/screen-shield";
50