eduroam-prg-sg-1-46-44.net.univ-paris-diderot.fr 2026-2-9:17:17:39
This commit is contained in:
2
.obsidian/appearance.json
vendored
2
.obsidian/appearance.json
vendored
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"theme": "system",
|
||||
"cssTheme": "Minimal",
|
||||
"cssTheme": "",
|
||||
"baseFontSize": 25,
|
||||
"enabledCssSnippets": [
|
||||
"pdf_darkmode",
|
||||
|
||||
7
.obsidian/themes/MistyMauve/manifest.json
vendored
Normal file
7
.obsidian/themes/MistyMauve/manifest.json
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"name": "MistyMauve",
|
||||
"version": "1.0.0",
|
||||
"minAppVersion": "1.0.0",
|
||||
"author": "RaveSplash",
|
||||
"authorUrl": "https://github.com/RaveSplash"
|
||||
}
|
||||
242
.obsidian/themes/MistyMauve/theme.css
vendored
Normal file
242
.obsidian/themes/MistyMauve/theme.css
vendored
Normal file
File diff suppressed because one or more lines are too long
8
.obsidian/themes/Museifu Basic/manifest.json
vendored
Normal file
8
.obsidian/themes/Museifu Basic/manifest.json
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"name": "Museifu Basic",
|
||||
"version": "1.0.0",
|
||||
"minAppVersion": "1.9.12",
|
||||
"author": "NorelDev",
|
||||
"authorUrl": "https://github.com/account-not-relevant/"
|
||||
|
||||
}
|
||||
720
.obsidian/themes/Museifu Basic/theme.css
vendored
Normal file
720
.obsidian/themes/Museifu Basic/theme.css
vendored
Normal file
File diff suppressed because one or more lines are too long
7
.obsidian/themes/RedShift - OLED Blue Light Filter/manifest.json
vendored
Normal file
7
.obsidian/themes/RedShift - OLED Blue Light Filter/manifest.json
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"name": "RedShift - OLED Blue Light Filter",
|
||||
"version": "1.0.0",
|
||||
"minAppVersion": "1.0.0",
|
||||
"author": "Yazan Abu Queider",
|
||||
"authorUrl": "https://github.com/norderan"
|
||||
}
|
||||
69
.obsidian/themes/RedShift - OLED Blue Light Filter/theme.css
vendored
Normal file
69
.obsidian/themes/RedShift - OLED Blue Light Filter/theme.css
vendored
Normal file
@@ -0,0 +1,69 @@
|
||||
/*
|
||||
* RedShift - OLED Blue light filter Theme
|
||||
* Copyright (C) 2025 Yazan Abu Queider queider@proton.me
|
||||
*
|
||||
* This program is free software: you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
* the Free Software Foundation, either version 3 of the License, or
|
||||
* (at your option) any later version.
|
||||
*
|
||||
* This program is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License
|
||||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
.theme-dark {
|
||||
--background-primary: black;
|
||||
--background-secondary: black;
|
||||
--accent-h: 0;
|
||||
--text-normal: rgb(255, 0, 0);
|
||||
--text-muted: rgb(204, 0, 0);
|
||||
--text-faint: rgb(153, 0, 0);
|
||||
--text-on-accent: rgb(255, 0, 0);
|
||||
--text-on-accent-inverted: rgb(255, 0, 0);
|
||||
--text-success: rgb(255, 0, 0);
|
||||
--text-warning: rgb(255, 0, 0);
|
||||
--text-error: rgb(179, 0, 0);
|
||||
--text-accent: rgb(255, 0, 0);
|
||||
--text-accent-hover: rgb(255, 0, 0);
|
||||
|
||||
--color-base-00: rgb(0, 0, 0);
|
||||
--color-base-05: rgb(23, 0, 0);
|
||||
--color-base-10: rgb(26, 0, 0);
|
||||
--color-base-20: rgb(34, 0, 0);
|
||||
--color-base-25: rgb(41, 0, 0);
|
||||
--color-base-30: rgb(0, 0, 0);
|
||||
--color-base-35: rgb(58, 0, 0);
|
||||
--color-base-40: rgb(68, 0, 0);
|
||||
--color-base-50: rgb(85, 0, 0);
|
||||
--color-base-60: rgb(102, 0, 0);
|
||||
--color-base-70: rgb(0, 0, 0);
|
||||
--color-base-100: rgb(0, 0, 0);
|
||||
|
||||
--input-hover-border-color: red;
|
||||
--color-accent: rgb(255, 3, 3);
|
||||
--interactive-accent: rgb(30, 0, 0);
|
||||
--text-accent: red;
|
||||
--input-shadow: 0 0 0 1px rgba(255, 0, 0, 0.5);
|
||||
|
||||
--background-modifier-border: rgb(130, 0, 0);
|
||||
--background-modifier-hover: rgba(255, 0, 0, 0.2);
|
||||
|
||||
--interactive-accent-hover: rgb(80, 0, 0);
|
||||
--input-shadow-hover: 0 0 0 1px rgba(255, 0, 0, 0.5);
|
||||
|
||||
--caret-color: rgb(255, 0, 0);
|
||||
}
|
||||
|
||||
.theme-dark img {
|
||||
filter: grayscale(1) brightness(0.2) sepia(1) hue-rotate(-50deg)
|
||||
saturate(10) contrast(1);
|
||||
}
|
||||
|
||||
.theme-dark body {
|
||||
border: 1px solid rgb(130, 0, 0);
|
||||
}
|
||||
7
.obsidian/themes/Strict/manifest.json
vendored
Normal file
7
.obsidian/themes/Strict/manifest.json
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"name": "Strict",
|
||||
"version": "1.0.17",
|
||||
"minAppVersion": "1.0.0",
|
||||
"author": "Nikolai2038",
|
||||
"authorUrl": "https://github.com/Nikolai2038"
|
||||
}
|
||||
1070
.obsidian/themes/Strict/theme.css
vendored
Normal file
1070
.obsidian/themes/Strict/theme.css
vendored
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user