diff options
author | NunoSempere <nuno.semperelh@protonmail.com> | 2024-03-23 21:51:55 -0300 |
---|---|---|
committer | NunoSempere <nuno.semperelh@protonmail.com> | 2024-03-23 21:51:55 -0300 |
commit | 07cae73c7116aee9686432783394eaba2c854ab9 (patch) | |
tree | f41dcb6e3e3d986e10094765dfbe68f2270294cd /user-scripts/styles | |
parent | ed76b7e9e72cc2c3b5eeef0707638ff39a7cd31a (diff) |
remove extra files
Diffstat (limited to 'user-scripts/styles')
-rw-r--r-- | user-scripts/styles/images/style-nuno.png | bin | 182500 -> 0 bytes | |||
-rw-r--r-- | user-scripts/styles/images/style-original.png | bin | 178824 -> 0 bytes | |||
-rw-r--r-- | user-scripts/styles/style-v1.css | 37 | ||||
-rw-r--r-- | user-scripts/styles/style-v2.css | 52 | ||||
-rw-r--r-- | user-scripts/styles/style-v3.css | 70 |
5 files changed, 0 insertions, 159 deletions
diff --git a/user-scripts/styles/images/style-nuno.png b/user-scripts/styles/images/style-nuno.png Binary files differdeleted file mode 100644 index e9e6bbe..0000000 --- a/user-scripts/styles/images/style-nuno.png +++ /dev/null diff --git a/user-scripts/styles/images/style-original.png b/user-scripts/styles/images/style-original.png Binary files differdeleted file mode 100644 index 65c7ffb..0000000 --- a/user-scripts/styles/images/style-original.png +++ /dev/null diff --git a/user-scripts/styles/style-v1.css b/user-scripts/styles/style-v1.css deleted file mode 100644 index 45805d7..0000000 --- a/user-scripts/styles/style-v1.css +++ /dev/null @@ -1,37 +0,0 @@ -@define-color Surface0 #313244; -@define-color Surface1 #45475a; -@define-color Base #1e1e2e; -@define-color Mantle #181825; -@define-color Lavender #b4befe; -@define-color Text #cdd6f4; - -* { - padding: 0px; - margin: 0px; - outline-color: @Lavender; - color: @Text; - border-bottom-color: @Base; -} - -window, notebook, headerbar { - background: @Base; -} - -tabs { - background-color: @Base; - padding: 3px; -} - -tab { - background-color: @Base; - margin: 5px; -} - -entry { - background-color: @Surface0; - padding-left: 10px; -} - -entry:focus { - box-shadow: none; -} diff --git a/user-scripts/styles/style-v2.css b/user-scripts/styles/style-v2.css deleted file mode 100644 index c7c07b6..0000000 --- a/user-scripts/styles/style-v2.css +++ /dev/null @@ -1,52 +0,0 @@ -@define-color Surface0 #313244; -@define-color Surface1 #45475a; -@define-color Base #1e1e2e; -@define-color Mantle #181825; -@define-color Lavender #b4befe; -@define-color Text #cdd6f4; - -* { - padding: 0px; - margin: 0px; - outline-color: @Lavender; - color: @Text; - border-color: white; - font-size: 16px; - /*@Base; */ - /* border-bottom-color: @Base; */ -} - -window, notebook, headerbar { - background: @Base; -} - -tabs { - background-color: @Base; - padding: 3px; - outline-color: white; - border-color: @Base; -} - -tab { - background-color: @Base; - margin: 2px 5px 2px 0px; - padding: 5px; - border-style: solid; - /*border-color: white; - border-bottom-color: white; - outline-color: white; - margin: 5px; - padding-left: 10px; - padding-right: 10px; */ -} - -entry { - background-color: @Surface0; - padding-left: 10px; -} - -entry:focus { - background-color: @Surface0; - padding-left: 10px; - -} diff --git a/user-scripts/styles/style-v3.css b/user-scripts/styles/style-v3.css deleted file mode 100644 index 64333b5..0000000 --- a/user-scripts/styles/style-v3.css +++ /dev/null @@ -1,70 +0,0 @@ -@define-color Surface0 #313244; -@define-color Surface1 #45475a; -@define-color Base #1e1e2e; -@define-color Mantle #181825; -@define-color Lavender #b4befe; -@define-color Text #cdd6f4; - -* { - padding: 0px; - margin: 0px; - outline-color: @Lavender; - color: @Text; - border-color: white; - font-size: 25px; - /*@Base; */ - /* border-bottom-color: @Base; */ -} - -window, notebook, headerbar { - background: @Base; -} - -/* Make titlebar pretty gigantic. I'm pretty myopic. */ -.titlebar { - padding: 10px; - font-size: 30px; -} - - -.titlebar * { - padding: 10px; - font-size: 27px; -} - -header * { - font-size: 20px; - padding: 5px; -} - -tabs { - background-color: @Base; - padding: 3px; - outline-color: white; - border-color: @Base; -} - -tab { - background-color: @Base; - margin: 2px 5px 2px 0px; - padding: 5px; - border-style: solid; - font-size: 27px; - /*border-color: white; - border-bottom-color: white; - outline-color: white; - margin: 5px; - padding-left: 10px; - padding-right: 10px; */ -} - -entry { - background-color: @Surface0; - padding-left: 10px; -} - -entry:focus { - background-color: @Surface0; - padding-left: 10px; - -} |