add built templates
This commit is contained in:
parent
8c5604b51d
commit
85bdabab60
26
build/base16-0x96f.qml
Normal file
26
build/base16-0x96f.qml
Normal file
@ -0,0 +1,26 @@
|
||||
pragma Singleton
|
||||
import QtQuick
|
||||
|
||||
QtObject {
|
||||
// --- The Backgrounds (Darkest to Lightest) ---
|
||||
readonly property string base00: "#262427" // Default Background
|
||||
readonly property string base01: "#3b393c" // Lighter Background (Status bars, panels)
|
||||
readonly property string base02: "#514f52" // Selection Background
|
||||
readonly property string base03: "#676567" // Comments, Invisibles, line highlighting
|
||||
|
||||
// --- The Foregrounds (Darkest to Lightest) ---
|
||||
readonly property string base04: "#7c7b7d" // Dark Foreground (Used for status bars)
|
||||
readonly property string base05: "#fcfcfc" // Default Foreground, Caret
|
||||
readonly property string base06: "#eae9eb" // Light Foreground (Rarely used)
|
||||
readonly property string base07: "#fcfcfc" // Lightest Foreground
|
||||
|
||||
// --- The Accent Colors ---
|
||||
readonly property string base08: "#ff7272" // Red (Variables, errors)
|
||||
readonly property string base09: "#fc9d6f" // Orange (Integers, booleans, constants)
|
||||
readonly property string base0A: "#ffca58" // Yellow (Classes, search text bg, warnings)
|
||||
readonly property string base0B: "#bcdf59" // Green (Strings, success states)
|
||||
readonly property string base0C: "#aee8f4" // Cyan (Support, regex, escape chars)
|
||||
readonly property string base0D: "#49cae4" // Blue (Functions, methods, headings)
|
||||
readonly property string base0E: "#a093e2" // Purple/Mauve (Keywords, storage, selectors)
|
||||
readonly property string base0F: "#ff8787" // Brown/Flamingo (Deprecated, embedded tags)
|
||||
}
|
||||
26
build/base16-3024.qml
Normal file
26
build/base16-3024.qml
Normal file
@ -0,0 +1,26 @@
|
||||
pragma Singleton
|
||||
import QtQuick
|
||||
|
||||
QtObject {
|
||||
// --- The Backgrounds (Darkest to Lightest) ---
|
||||
readonly property string base00: "#090300" // Default Background
|
||||
readonly property string base01: "#3a3432" // Lighter Background (Status bars, panels)
|
||||
readonly property string base02: "#4a4543" // Selection Background
|
||||
readonly property string base03: "#5c5855" // Comments, Invisibles, line highlighting
|
||||
|
||||
// --- The Foregrounds (Darkest to Lightest) ---
|
||||
readonly property string base04: "#807d7c" // Dark Foreground (Used for status bars)
|
||||
readonly property string base05: "#a5a2a2" // Default Foreground, Caret
|
||||
readonly property string base06: "#d6d5d4" // Light Foreground (Rarely used)
|
||||
readonly property string base07: "#f7f7f7" // Lightest Foreground
|
||||
|
||||
// --- The Accent Colors ---
|
||||
readonly property string base08: "#db2d20" // Red (Variables, errors)
|
||||
readonly property string base09: "#e8bbd0" // Orange (Integers, booleans, constants)
|
||||
readonly property string base0A: "#fded02" // Yellow (Classes, search text bg, warnings)
|
||||
readonly property string base0B: "#01a252" // Green (Strings, success states)
|
||||
readonly property string base0C: "#b5e4f4" // Cyan (Support, regex, escape chars)
|
||||
readonly property string base0D: "#01a0e4" // Blue (Functions, methods, headings)
|
||||
readonly property string base0E: "#a16a94" // Purple/Mauve (Keywords, storage, selectors)
|
||||
readonly property string base0F: "#cdab53" // Brown/Flamingo (Deprecated, embedded tags)
|
||||
}
|
||||
26
build/base16-apathy.qml
Normal file
26
build/base16-apathy.qml
Normal file
@ -0,0 +1,26 @@
|
||||
pragma Singleton
|
||||
import QtQuick
|
||||
|
||||
QtObject {
|
||||
// --- The Backgrounds (Darkest to Lightest) ---
|
||||
readonly property string base00: "#031a16" // Default Background
|
||||
readonly property string base01: "#0b342d" // Lighter Background (Status bars, panels)
|
||||
readonly property string base02: "#184e45" // Selection Background
|
||||
readonly property string base03: "#2b685e" // Comments, Invisibles, line highlighting
|
||||
|
||||
// --- The Foregrounds (Darkest to Lightest) ---
|
||||
readonly property string base04: "#5f9c92" // Dark Foreground (Used for status bars)
|
||||
readonly property string base05: "#81b5ac" // Default Foreground, Caret
|
||||
readonly property string base06: "#a7cec8" // Light Foreground (Rarely used)
|
||||
readonly property string base07: "#d2e7e4" // Lightest Foreground
|
||||
|
||||
// --- The Accent Colors ---
|
||||
readonly property string base08: "#3e9688" // Red (Variables, errors)
|
||||
readonly property string base09: "#3e7996" // Orange (Integers, booleans, constants)
|
||||
readonly property string base0A: "#3e4c96" // Yellow (Classes, search text bg, warnings)
|
||||
readonly property string base0B: "#883e96" // Green (Strings, success states)
|
||||
readonly property string base0C: "#963e4c" // Cyan (Support, regex, escape chars)
|
||||
readonly property string base0D: "#96883e" // Blue (Functions, methods, headings)
|
||||
readonly property string base0E: "#4c963e" // Purple/Mauve (Keywords, storage, selectors)
|
||||
readonly property string base0F: "#3e965b" // Brown/Flamingo (Deprecated, embedded tags)
|
||||
}
|
||||
26
build/base16-apprentice.qml
Normal file
26
build/base16-apprentice.qml
Normal file
@ -0,0 +1,26 @@
|
||||
pragma Singleton
|
||||
import QtQuick
|
||||
|
||||
QtObject {
|
||||
// --- The Backgrounds (Darkest to Lightest) ---
|
||||
readonly property string base00: "#262626" // Default Background
|
||||
readonly property string base01: "#af5f5f" // Lighter Background (Status bars, panels)
|
||||
readonly property string base02: "#5f875f" // Selection Background
|
||||
readonly property string base03: "#87875f" // Comments, Invisibles, line highlighting
|
||||
|
||||
// --- The Foregrounds (Darkest to Lightest) ---
|
||||
readonly property string base04: "#5f87af" // Dark Foreground (Used for status bars)
|
||||
readonly property string base05: "#5f5f87" // Default Foreground, Caret
|
||||
readonly property string base06: "#5f8787" // Light Foreground (Rarely used)
|
||||
readonly property string base07: "#6c6c6c" // Lightest Foreground
|
||||
|
||||
// --- The Accent Colors ---
|
||||
readonly property string base08: "#444444" // Red (Variables, errors)
|
||||
readonly property string base09: "#ff8700" // Orange (Integers, booleans, constants)
|
||||
readonly property string base0A: "#87af87" // Yellow (Classes, search text bg, warnings)
|
||||
readonly property string base0B: "#ffffaf" // Green (Strings, success states)
|
||||
readonly property string base0C: "#87afd7" // Cyan (Support, regex, escape chars)
|
||||
readonly property string base0D: "#8787af" // Blue (Functions, methods, headings)
|
||||
readonly property string base0E: "#5fafaf" // Purple/Mauve (Keywords, storage, selectors)
|
||||
readonly property string base0F: "#bcbcbc" // Brown/Flamingo (Deprecated, embedded tags)
|
||||
}
|
||||
26
build/base16-ascendancy.qml
Normal file
26
build/base16-ascendancy.qml
Normal file
@ -0,0 +1,26 @@
|
||||
pragma Singleton
|
||||
import QtQuick
|
||||
|
||||
QtObject {
|
||||
// --- The Backgrounds (Darkest to Lightest) ---
|
||||
readonly property string base00: "#282828" // Default Background
|
||||
readonly property string base01: "#212f3d" // Lighter Background (Status bars, panels)
|
||||
readonly property string base02: "#504945" // Selection Background
|
||||
readonly property string base03: "#928374" // Comments, Invisibles, line highlighting
|
||||
|
||||
// --- The Foregrounds (Darkest to Lightest) ---
|
||||
readonly property string base04: "#bdae93" // Dark Foreground (Used for status bars)
|
||||
readonly property string base05: "#d5c7a1" // Default Foreground, Caret
|
||||
readonly property string base06: "#ebdbb2" // Light Foreground (Rarely used)
|
||||
readonly property string base07: "#fbf1c7" // Lightest Foreground
|
||||
|
||||
// --- The Accent Colors ---
|
||||
readonly property string base08: "#d05000" // Red (Variables, errors)
|
||||
readonly property string base09: "#fe8019" // Orange (Integers, booleans, constants)
|
||||
readonly property string base0A: "#ffcc1b" // Yellow (Classes, search text bg, warnings)
|
||||
readonly property string base0B: "#b8bb26" // Green (Strings, success states)
|
||||
readonly property string base0C: "#8f3f71" // Cyan (Support, regex, escape chars)
|
||||
readonly property string base0D: "#458588" // Blue (Functions, methods, headings)
|
||||
readonly property string base0E: "#fabd2f" // Purple/Mauve (Keywords, storage, selectors)
|
||||
readonly property string base0F: "#b59b4d" // Brown/Flamingo (Deprecated, embedded tags)
|
||||
}
|
||||
26
build/base16-ashes.qml
Normal file
26
build/base16-ashes.qml
Normal file
@ -0,0 +1,26 @@
|
||||
pragma Singleton
|
||||
import QtQuick
|
||||
|
||||
QtObject {
|
||||
// --- The Backgrounds (Darkest to Lightest) ---
|
||||
readonly property string base00: "#1c2023" // Default Background
|
||||
readonly property string base01: "#393f45" // Lighter Background (Status bars, panels)
|
||||
readonly property string base02: "#565e65" // Selection Background
|
||||
readonly property string base03: "#747c84" // Comments, Invisibles, line highlighting
|
||||
|
||||
// --- The Foregrounds (Darkest to Lightest) ---
|
||||
readonly property string base04: "#adb3ba" // Dark Foreground (Used for status bars)
|
||||
readonly property string base05: "#c7ccd1" // Default Foreground, Caret
|
||||
readonly property string base06: "#dfe2e5" // Light Foreground (Rarely used)
|
||||
readonly property string base07: "#f3f4f5" // Lightest Foreground
|
||||
|
||||
// --- The Accent Colors ---
|
||||
readonly property string base08: "#c7ae95" // Red (Variables, errors)
|
||||
readonly property string base09: "#c7c795" // Orange (Integers, booleans, constants)
|
||||
readonly property string base0A: "#aec795" // Yellow (Classes, search text bg, warnings)
|
||||
readonly property string base0B: "#95c7ae" // Green (Strings, success states)
|
||||
readonly property string base0C: "#95aec7" // Cyan (Support, regex, escape chars)
|
||||
readonly property string base0D: "#ae95c7" // Blue (Functions, methods, headings)
|
||||
readonly property string base0E: "#c795ae" // Purple/Mauve (Keywords, storage, selectors)
|
||||
readonly property string base0F: "#c79595" // Brown/Flamingo (Deprecated, embedded tags)
|
||||
}
|
||||
26
build/base16-atelier-cave-light.qml
Normal file
26
build/base16-atelier-cave-light.qml
Normal file
@ -0,0 +1,26 @@
|
||||
pragma Singleton
|
||||
import QtQuick
|
||||
|
||||
QtObject {
|
||||
// --- The Backgrounds (Darkest to Lightest) ---
|
||||
readonly property string base00: "#efecf4" // Default Background
|
||||
readonly property string base01: "#e2dfe7" // Lighter Background (Status bars, panels)
|
||||
readonly property string base02: "#8b8792" // Selection Background
|
||||
readonly property string base03: "#7e7887" // Comments, Invisibles, line highlighting
|
||||
|
||||
// --- The Foregrounds (Darkest to Lightest) ---
|
||||
readonly property string base04: "#655f6d" // Dark Foreground (Used for status bars)
|
||||
readonly property string base05: "#585260" // Default Foreground, Caret
|
||||
readonly property string base06: "#26232a" // Light Foreground (Rarely used)
|
||||
readonly property string base07: "#19171c" // Lightest Foreground
|
||||
|
||||
// --- The Accent Colors ---
|
||||
readonly property string base08: "#be4678" // Red (Variables, errors)
|
||||
readonly property string base09: "#aa573c" // Orange (Integers, booleans, constants)
|
||||
readonly property string base0A: "#a06e3b" // Yellow (Classes, search text bg, warnings)
|
||||
readonly property string base0B: "#2a9292" // Green (Strings, success states)
|
||||
readonly property string base0C: "#398bc6" // Cyan (Support, regex, escape chars)
|
||||
readonly property string base0D: "#576ddb" // Blue (Functions, methods, headings)
|
||||
readonly property string base0E: "#955ae7" // Purple/Mauve (Keywords, storage, selectors)
|
||||
readonly property string base0F: "#bf40bf" // Brown/Flamingo (Deprecated, embedded tags)
|
||||
}
|
||||
26
build/base16-atelier-cave.qml
Normal file
26
build/base16-atelier-cave.qml
Normal file
@ -0,0 +1,26 @@
|
||||
pragma Singleton
|
||||
import QtQuick
|
||||
|
||||
QtObject {
|
||||
// --- The Backgrounds (Darkest to Lightest) ---
|
||||
readonly property string base00: "#19171c" // Default Background
|
||||
readonly property string base01: "#26232a" // Lighter Background (Status bars, panels)
|
||||
readonly property string base02: "#585260" // Selection Background
|
||||
readonly property string base03: "#655f6d" // Comments, Invisibles, line highlighting
|
||||
|
||||
// --- The Foregrounds (Darkest to Lightest) ---
|
||||
readonly property string base04: "#7e7887" // Dark Foreground (Used for status bars)
|
||||
readonly property string base05: "#8b8792" // Default Foreground, Caret
|
||||
readonly property string base06: "#e2dfe7" // Light Foreground (Rarely used)
|
||||
readonly property string base07: "#efecf4" // Lightest Foreground
|
||||
|
||||
// --- The Accent Colors ---
|
||||
readonly property string base08: "#be4678" // Red (Variables, errors)
|
||||
readonly property string base09: "#aa573c" // Orange (Integers, booleans, constants)
|
||||
readonly property string base0A: "#a06e3b" // Yellow (Classes, search text bg, warnings)
|
||||
readonly property string base0B: "#2a9292" // Green (Strings, success states)
|
||||
readonly property string base0C: "#398bc6" // Cyan (Support, regex, escape chars)
|
||||
readonly property string base0D: "#576ddb" // Blue (Functions, methods, headings)
|
||||
readonly property string base0E: "#955ae7" // Purple/Mauve (Keywords, storage, selectors)
|
||||
readonly property string base0F: "#bf40bf" // Brown/Flamingo (Deprecated, embedded tags)
|
||||
}
|
||||
26
build/base16-atelier-dune-light.qml
Normal file
26
build/base16-atelier-dune-light.qml
Normal file
@ -0,0 +1,26 @@
|
||||
pragma Singleton
|
||||
import QtQuick
|
||||
|
||||
QtObject {
|
||||
// --- The Backgrounds (Darkest to Lightest) ---
|
||||
readonly property string base00: "#fefbec" // Default Background
|
||||
readonly property string base01: "#e8e4cf" // Lighter Background (Status bars, panels)
|
||||
readonly property string base02: "#a6a28c" // Selection Background
|
||||
readonly property string base03: "#999580" // Comments, Invisibles, line highlighting
|
||||
|
||||
// --- The Foregrounds (Darkest to Lightest) ---
|
||||
readonly property string base04: "#7d7a68" // Dark Foreground (Used for status bars)
|
||||
readonly property string base05: "#6e6b5e" // Default Foreground, Caret
|
||||
readonly property string base06: "#292824" // Light Foreground (Rarely used)
|
||||
readonly property string base07: "#20201d" // Lightest Foreground
|
||||
|
||||
// --- The Accent Colors ---
|
||||
readonly property string base08: "#d73737" // Red (Variables, errors)
|
||||
readonly property string base09: "#b65611" // Orange (Integers, booleans, constants)
|
||||
readonly property string base0A: "#ae9513" // Yellow (Classes, search text bg, warnings)
|
||||
readonly property string base0B: "#60ac39" // Green (Strings, success states)
|
||||
readonly property string base0C: "#1fad83" // Cyan (Support, regex, escape chars)
|
||||
readonly property string base0D: "#6684e1" // Blue (Functions, methods, headings)
|
||||
readonly property string base0E: "#b854d4" // Purple/Mauve (Keywords, storage, selectors)
|
||||
readonly property string base0F: "#d43552" // Brown/Flamingo (Deprecated, embedded tags)
|
||||
}
|
||||
26
build/base16-atelier-dune.qml
Normal file
26
build/base16-atelier-dune.qml
Normal file
@ -0,0 +1,26 @@
|
||||
pragma Singleton
|
||||
import QtQuick
|
||||
|
||||
QtObject {
|
||||
// --- The Backgrounds (Darkest to Lightest) ---
|
||||
readonly property string base00: "#20201d" // Default Background
|
||||
readonly property string base01: "#292824" // Lighter Background (Status bars, panels)
|
||||
readonly property string base02: "#6e6b5e" // Selection Background
|
||||
readonly property string base03: "#7d7a68" // Comments, Invisibles, line highlighting
|
||||
|
||||
// --- The Foregrounds (Darkest to Lightest) ---
|
||||
readonly property string base04: "#999580" // Dark Foreground (Used for status bars)
|
||||
readonly property string base05: "#a6a28c" // Default Foreground, Caret
|
||||
readonly property string base06: "#e8e4cf" // Light Foreground (Rarely used)
|
||||
readonly property string base07: "#fefbec" // Lightest Foreground
|
||||
|
||||
// --- The Accent Colors ---
|
||||
readonly property string base08: "#d73737" // Red (Variables, errors)
|
||||
readonly property string base09: "#b65611" // Orange (Integers, booleans, constants)
|
||||
readonly property string base0A: "#ae9513" // Yellow (Classes, search text bg, warnings)
|
||||
readonly property string base0B: "#60ac39" // Green (Strings, success states)
|
||||
readonly property string base0C: "#1fad83" // Cyan (Support, regex, escape chars)
|
||||
readonly property string base0D: "#6684e1" // Blue (Functions, methods, headings)
|
||||
readonly property string base0E: "#b854d4" // Purple/Mauve (Keywords, storage, selectors)
|
||||
readonly property string base0F: "#d43552" // Brown/Flamingo (Deprecated, embedded tags)
|
||||
}
|
||||
26
build/base16-atelier-estuary-light.qml
Normal file
26
build/base16-atelier-estuary-light.qml
Normal file
@ -0,0 +1,26 @@
|
||||
pragma Singleton
|
||||
import QtQuick
|
||||
|
||||
QtObject {
|
||||
// --- The Backgrounds (Darkest to Lightest) ---
|
||||
readonly property string base00: "#f4f3ec" // Default Background
|
||||
readonly property string base01: "#e7e6df" // Lighter Background (Status bars, panels)
|
||||
readonly property string base02: "#929181" // Selection Background
|
||||
readonly property string base03: "#878573" // Comments, Invisibles, line highlighting
|
||||
|
||||
// --- The Foregrounds (Darkest to Lightest) ---
|
||||
readonly property string base04: "#6c6b5a" // Dark Foreground (Used for status bars)
|
||||
readonly property string base05: "#5f5e4e" // Default Foreground, Caret
|
||||
readonly property string base06: "#302f27" // Light Foreground (Rarely used)
|
||||
readonly property string base07: "#22221b" // Lightest Foreground
|
||||
|
||||
// --- The Accent Colors ---
|
||||
readonly property string base08: "#ba6236" // Red (Variables, errors)
|
||||
readonly property string base09: "#ae7313" // Orange (Integers, booleans, constants)
|
||||
readonly property string base0A: "#a5980d" // Yellow (Classes, search text bg, warnings)
|
||||
readonly property string base0B: "#7d9726" // Green (Strings, success states)
|
||||
readonly property string base0C: "#5b9d48" // Cyan (Support, regex, escape chars)
|
||||
readonly property string base0D: "#36a166" // Blue (Functions, methods, headings)
|
||||
readonly property string base0E: "#5f9182" // Purple/Mauve (Keywords, storage, selectors)
|
||||
readonly property string base0F: "#9d6c7c" // Brown/Flamingo (Deprecated, embedded tags)
|
||||
}
|
||||
26
build/base16-atelier-estuary.qml
Normal file
26
build/base16-atelier-estuary.qml
Normal file
@ -0,0 +1,26 @@
|
||||
pragma Singleton
|
||||
import QtQuick
|
||||
|
||||
QtObject {
|
||||
// --- The Backgrounds (Darkest to Lightest) ---
|
||||
readonly property string base00: "#22221b" // Default Background
|
||||
readonly property string base01: "#302f27" // Lighter Background (Status bars, panels)
|
||||
readonly property string base02: "#5f5e4e" // Selection Background
|
||||
readonly property string base03: "#6c6b5a" // Comments, Invisibles, line highlighting
|
||||
|
||||
// --- The Foregrounds (Darkest to Lightest) ---
|
||||
readonly property string base04: "#878573" // Dark Foreground (Used for status bars)
|
||||
readonly property string base05: "#929181" // Default Foreground, Caret
|
||||
readonly property string base06: "#e7e6df" // Light Foreground (Rarely used)
|
||||
readonly property string base07: "#f4f3ec" // Lightest Foreground
|
||||
|
||||
// --- The Accent Colors ---
|
||||
readonly property string base08: "#ba6236" // Red (Variables, errors)
|
||||
readonly property string base09: "#ae7313" // Orange (Integers, booleans, constants)
|
||||
readonly property string base0A: "#a5980d" // Yellow (Classes, search text bg, warnings)
|
||||
readonly property string base0B: "#7d9726" // Green (Strings, success states)
|
||||
readonly property string base0C: "#5b9d48" // Cyan (Support, regex, escape chars)
|
||||
readonly property string base0D: "#36a166" // Blue (Functions, methods, headings)
|
||||
readonly property string base0E: "#5f9182" // Purple/Mauve (Keywords, storage, selectors)
|
||||
readonly property string base0F: "#9d6c7c" // Brown/Flamingo (Deprecated, embedded tags)
|
||||
}
|
||||
26
build/base16-atelier-forest-light.qml
Normal file
26
build/base16-atelier-forest-light.qml
Normal file
@ -0,0 +1,26 @@
|
||||
pragma Singleton
|
||||
import QtQuick
|
||||
|
||||
QtObject {
|
||||
// --- The Backgrounds (Darkest to Lightest) ---
|
||||
readonly property string base00: "#f1efee" // Default Background
|
||||
readonly property string base01: "#e6e2e0" // Lighter Background (Status bars, panels)
|
||||
readonly property string base02: "#a8a19f" // Selection Background
|
||||
readonly property string base03: "#9c9491" // Comments, Invisibles, line highlighting
|
||||
|
||||
// --- The Foregrounds (Darkest to Lightest) ---
|
||||
readonly property string base04: "#766e6b" // Dark Foreground (Used for status bars)
|
||||
readonly property string base05: "#68615e" // Default Foreground, Caret
|
||||
readonly property string base06: "#2c2421" // Light Foreground (Rarely used)
|
||||
readonly property string base07: "#1b1918" // Lightest Foreground
|
||||
|
||||
// --- The Accent Colors ---
|
||||
readonly property string base08: "#f22c40" // Red (Variables, errors)
|
||||
readonly property string base09: "#df5320" // Orange (Integers, booleans, constants)
|
||||
readonly property string base0A: "#c38418" // Yellow (Classes, search text bg, warnings)
|
||||
readonly property string base0B: "#7b9726" // Green (Strings, success states)
|
||||
readonly property string base0C: "#3d97b8" // Cyan (Support, regex, escape chars)
|
||||
readonly property string base0D: "#407ee7" // Blue (Functions, methods, headings)
|
||||
readonly property string base0E: "#6666ea" // Purple/Mauve (Keywords, storage, selectors)
|
||||
readonly property string base0F: "#c33ff3" // Brown/Flamingo (Deprecated, embedded tags)
|
||||
}
|
||||
26
build/base16-atelier-forest.qml
Normal file
26
build/base16-atelier-forest.qml
Normal file
@ -0,0 +1,26 @@
|
||||
pragma Singleton
|
||||
import QtQuick
|
||||
|
||||
QtObject {
|
||||
// --- The Backgrounds (Darkest to Lightest) ---
|
||||
readonly property string base00: "#1b1918" // Default Background
|
||||
readonly property string base01: "#2c2421" // Lighter Background (Status bars, panels)
|
||||
readonly property string base02: "#68615e" // Selection Background
|
||||
readonly property string base03: "#766e6b" // Comments, Invisibles, line highlighting
|
||||
|
||||
// --- The Foregrounds (Darkest to Lightest) ---
|
||||
readonly property string base04: "#9c9491" // Dark Foreground (Used for status bars)
|
||||
readonly property string base05: "#a8a19f" // Default Foreground, Caret
|
||||
readonly property string base06: "#e6e2e0" // Light Foreground (Rarely used)
|
||||
readonly property string base07: "#f1efee" // Lightest Foreground
|
||||
|
||||
// --- The Accent Colors ---
|
||||
readonly property string base08: "#f22c40" // Red (Variables, errors)
|
||||
readonly property string base09: "#df5320" // Orange (Integers, booleans, constants)
|
||||
readonly property string base0A: "#c38418" // Yellow (Classes, search text bg, warnings)
|
||||
readonly property string base0B: "#7b9726" // Green (Strings, success states)
|
||||
readonly property string base0C: "#3d97b8" // Cyan (Support, regex, escape chars)
|
||||
readonly property string base0D: "#407ee7" // Blue (Functions, methods, headings)
|
||||
readonly property string base0E: "#6666ea" // Purple/Mauve (Keywords, storage, selectors)
|
||||
readonly property string base0F: "#c33ff3" // Brown/Flamingo (Deprecated, embedded tags)
|
||||
}
|
||||
26
build/base16-atelier-heath-light.qml
Normal file
26
build/base16-atelier-heath-light.qml
Normal file
@ -0,0 +1,26 @@
|
||||
pragma Singleton
|
||||
import QtQuick
|
||||
|
||||
QtObject {
|
||||
// --- The Backgrounds (Darkest to Lightest) ---
|
||||
readonly property string base00: "#f7f3f7" // Default Background
|
||||
readonly property string base01: "#d8cad8" // Lighter Background (Status bars, panels)
|
||||
readonly property string base02: "#ab9bab" // Selection Background
|
||||
readonly property string base03: "#9e8f9e" // Comments, Invisibles, line highlighting
|
||||
|
||||
// --- The Foregrounds (Darkest to Lightest) ---
|
||||
readonly property string base04: "#776977" // Dark Foreground (Used for status bars)
|
||||
readonly property string base05: "#695d69" // Default Foreground, Caret
|
||||
readonly property string base06: "#292329" // Light Foreground (Rarely used)
|
||||
readonly property string base07: "#1b181b" // Lightest Foreground
|
||||
|
||||
// --- The Accent Colors ---
|
||||
readonly property string base08: "#ca402b" // Red (Variables, errors)
|
||||
readonly property string base09: "#a65926" // Orange (Integers, booleans, constants)
|
||||
readonly property string base0A: "#bb8a35" // Yellow (Classes, search text bg, warnings)
|
||||
readonly property string base0B: "#918b3b" // Green (Strings, success states)
|
||||
readonly property string base0C: "#159393" // Cyan (Support, regex, escape chars)
|
||||
readonly property string base0D: "#516aec" // Blue (Functions, methods, headings)
|
||||
readonly property string base0E: "#7b59c0" // Purple/Mauve (Keywords, storage, selectors)
|
||||
readonly property string base0F: "#cc33cc" // Brown/Flamingo (Deprecated, embedded tags)
|
||||
}
|
||||
26
build/base16-atelier-heath.qml
Normal file
26
build/base16-atelier-heath.qml
Normal file
@ -0,0 +1,26 @@
|
||||
pragma Singleton
|
||||
import QtQuick
|
||||
|
||||
QtObject {
|
||||
// --- The Backgrounds (Darkest to Lightest) ---
|
||||
readonly property string base00: "#1b181b" // Default Background
|
||||
readonly property string base01: "#292329" // Lighter Background (Status bars, panels)
|
||||
readonly property string base02: "#695d69" // Selection Background
|
||||
readonly property string base03: "#776977" // Comments, Invisibles, line highlighting
|
||||
|
||||
// --- The Foregrounds (Darkest to Lightest) ---
|
||||
readonly property string base04: "#9e8f9e" // Dark Foreground (Used for status bars)
|
||||
readonly property string base05: "#ab9bab" // Default Foreground, Caret
|
||||
readonly property string base06: "#d8cad8" // Light Foreground (Rarely used)
|
||||
readonly property string base07: "#f7f3f7" // Lightest Foreground
|
||||
|
||||
// --- The Accent Colors ---
|
||||
readonly property string base08: "#ca402b" // Red (Variables, errors)
|
||||
readonly property string base09: "#a65926" // Orange (Integers, booleans, constants)
|
||||
readonly property string base0A: "#bb8a35" // Yellow (Classes, search text bg, warnings)
|
||||
readonly property string base0B: "#918b3b" // Green (Strings, success states)
|
||||
readonly property string base0C: "#159393" // Cyan (Support, regex, escape chars)
|
||||
readonly property string base0D: "#516aec" // Blue (Functions, methods, headings)
|
||||
readonly property string base0E: "#7b59c0" // Purple/Mauve (Keywords, storage, selectors)
|
||||
readonly property string base0F: "#cc33cc" // Brown/Flamingo (Deprecated, embedded tags)
|
||||
}
|
||||
26
build/base16-atelier-lakeside-light.qml
Normal file
26
build/base16-atelier-lakeside-light.qml
Normal file
@ -0,0 +1,26 @@
|
||||
pragma Singleton
|
||||
import QtQuick
|
||||
|
||||
QtObject {
|
||||
// --- The Backgrounds (Darkest to Lightest) ---
|
||||
readonly property string base00: "#ebf8ff" // Default Background
|
||||
readonly property string base01: "#c1e4f6" // Lighter Background (Status bars, panels)
|
||||
readonly property string base02: "#7ea2b4" // Selection Background
|
||||
readonly property string base03: "#7195a8" // Comments, Invisibles, line highlighting
|
||||
|
||||
// --- The Foregrounds (Darkest to Lightest) ---
|
||||
readonly property string base04: "#5a7b8c" // Dark Foreground (Used for status bars)
|
||||
readonly property string base05: "#516d7b" // Default Foreground, Caret
|
||||
readonly property string base06: "#1f292e" // Light Foreground (Rarely used)
|
||||
readonly property string base07: "#161b1d" // Lightest Foreground
|
||||
|
||||
// --- The Accent Colors ---
|
||||
readonly property string base08: "#d22d72" // Red (Variables, errors)
|
||||
readonly property string base09: "#935c25" // Orange (Integers, booleans, constants)
|
||||
readonly property string base0A: "#8a8a0f" // Yellow (Classes, search text bg, warnings)
|
||||
readonly property string base0B: "#568c3b" // Green (Strings, success states)
|
||||
readonly property string base0C: "#2d8f6f" // Cyan (Support, regex, escape chars)
|
||||
readonly property string base0D: "#257fad" // Blue (Functions, methods, headings)
|
||||
readonly property string base0E: "#6b6bb8" // Purple/Mauve (Keywords, storage, selectors)
|
||||
readonly property string base0F: "#b72dd2" // Brown/Flamingo (Deprecated, embedded tags)
|
||||
}
|
||||
26
build/base16-atelier-lakeside.qml
Normal file
26
build/base16-atelier-lakeside.qml
Normal file
@ -0,0 +1,26 @@
|
||||
pragma Singleton
|
||||
import QtQuick
|
||||
|
||||
QtObject {
|
||||
// --- The Backgrounds (Darkest to Lightest) ---
|
||||
readonly property string base00: "#161b1d" // Default Background
|
||||
readonly property string base01: "#1f292e" // Lighter Background (Status bars, panels)
|
||||
readonly property string base02: "#516d7b" // Selection Background
|
||||
readonly property string base03: "#5a7b8c" // Comments, Invisibles, line highlighting
|
||||
|
||||
// --- The Foregrounds (Darkest to Lightest) ---
|
||||
readonly property string base04: "#7195a8" // Dark Foreground (Used for status bars)
|
||||
readonly property string base05: "#7ea2b4" // Default Foreground, Caret
|
||||
readonly property string base06: "#c1e4f6" // Light Foreground (Rarely used)
|
||||
readonly property string base07: "#ebf8ff" // Lightest Foreground
|
||||
|
||||
// --- The Accent Colors ---
|
||||
readonly property string base08: "#d22d72" // Red (Variables, errors)
|
||||
readonly property string base09: "#935c25" // Orange (Integers, booleans, constants)
|
||||
readonly property string base0A: "#8a8a0f" // Yellow (Classes, search text bg, warnings)
|
||||
readonly property string base0B: "#568c3b" // Green (Strings, success states)
|
||||
readonly property string base0C: "#2d8f6f" // Cyan (Support, regex, escape chars)
|
||||
readonly property string base0D: "#257fad" // Blue (Functions, methods, headings)
|
||||
readonly property string base0E: "#6b6bb8" // Purple/Mauve (Keywords, storage, selectors)
|
||||
readonly property string base0F: "#b72dd2" // Brown/Flamingo (Deprecated, embedded tags)
|
||||
}
|
||||
26
build/base16-atelier-plateau-light.qml
Normal file
26
build/base16-atelier-plateau-light.qml
Normal file
@ -0,0 +1,26 @@
|
||||
pragma Singleton
|
||||
import QtQuick
|
||||
|
||||
QtObject {
|
||||
// --- The Backgrounds (Darkest to Lightest) ---
|
||||
readonly property string base00: "#f4ecec" // Default Background
|
||||
readonly property string base01: "#e7dfdf" // Lighter Background (Status bars, panels)
|
||||
readonly property string base02: "#8a8585" // Selection Background
|
||||
readonly property string base03: "#7e7777" // Comments, Invisibles, line highlighting
|
||||
|
||||
// --- The Foregrounds (Darkest to Lightest) ---
|
||||
readonly property string base04: "#655d5d" // Dark Foreground (Used for status bars)
|
||||
readonly property string base05: "#585050" // Default Foreground, Caret
|
||||
readonly property string base06: "#292424" // Light Foreground (Rarely used)
|
||||
readonly property string base07: "#1b1818" // Lightest Foreground
|
||||
|
||||
// --- The Accent Colors ---
|
||||
readonly property string base08: "#ca4949" // Red (Variables, errors)
|
||||
readonly property string base09: "#b45a3c" // Orange (Integers, booleans, constants)
|
||||
readonly property string base0A: "#a06e3b" // Yellow (Classes, search text bg, warnings)
|
||||
readonly property string base0B: "#4b8b8b" // Green (Strings, success states)
|
||||
readonly property string base0C: "#5485b6" // Cyan (Support, regex, escape chars)
|
||||
readonly property string base0D: "#7272ca" // Blue (Functions, methods, headings)
|
||||
readonly property string base0E: "#8464c4" // Purple/Mauve (Keywords, storage, selectors)
|
||||
readonly property string base0F: "#bd5187" // Brown/Flamingo (Deprecated, embedded tags)
|
||||
}
|
||||
26
build/base16-atelier-plateau.qml
Normal file
26
build/base16-atelier-plateau.qml
Normal file
@ -0,0 +1,26 @@
|
||||
pragma Singleton
|
||||
import QtQuick
|
||||
|
||||
QtObject {
|
||||
// --- The Backgrounds (Darkest to Lightest) ---
|
||||
readonly property string base00: "#1b1818" // Default Background
|
||||
readonly property string base01: "#292424" // Lighter Background (Status bars, panels)
|
||||
readonly property string base02: "#585050" // Selection Background
|
||||
readonly property string base03: "#655d5d" // Comments, Invisibles, line highlighting
|
||||
|
||||
// --- The Foregrounds (Darkest to Lightest) ---
|
||||
readonly property string base04: "#7e7777" // Dark Foreground (Used for status bars)
|
||||
readonly property string base05: "#8a8585" // Default Foreground, Caret
|
||||
readonly property string base06: "#e7dfdf" // Light Foreground (Rarely used)
|
||||
readonly property string base07: "#f4ecec" // Lightest Foreground
|
||||
|
||||
// --- The Accent Colors ---
|
||||
readonly property string base08: "#ca4949" // Red (Variables, errors)
|
||||
readonly property string base09: "#b45a3c" // Orange (Integers, booleans, constants)
|
||||
readonly property string base0A: "#a06e3b" // Yellow (Classes, search text bg, warnings)
|
||||
readonly property string base0B: "#4b8b8b" // Green (Strings, success states)
|
||||
readonly property string base0C: "#5485b6" // Cyan (Support, regex, escape chars)
|
||||
readonly property string base0D: "#7272ca" // Blue (Functions, methods, headings)
|
||||
readonly property string base0E: "#8464c4" // Purple/Mauve (Keywords, storage, selectors)
|
||||
readonly property string base0F: "#bd5187" // Brown/Flamingo (Deprecated, embedded tags)
|
||||
}
|
||||
26
build/base16-atelier-savanna-light.qml
Normal file
26
build/base16-atelier-savanna-light.qml
Normal file
@ -0,0 +1,26 @@
|
||||
pragma Singleton
|
||||
import QtQuick
|
||||
|
||||
QtObject {
|
||||
// --- The Backgrounds (Darkest to Lightest) ---
|
||||
readonly property string base00: "#ecf4ee" // Default Background
|
||||
readonly property string base01: "#dfe7e2" // Lighter Background (Status bars, panels)
|
||||
readonly property string base02: "#87928a" // Selection Background
|
||||
readonly property string base03: "#78877d" // Comments, Invisibles, line highlighting
|
||||
|
||||
// --- The Foregrounds (Darkest to Lightest) ---
|
||||
readonly property string base04: "#5f6d64" // Dark Foreground (Used for status bars)
|
||||
readonly property string base05: "#526057" // Default Foreground, Caret
|
||||
readonly property string base06: "#232a25" // Light Foreground (Rarely used)
|
||||
readonly property string base07: "#171c19" // Lightest Foreground
|
||||
|
||||
// --- The Accent Colors ---
|
||||
readonly property string base08: "#b16139" // Red (Variables, errors)
|
||||
readonly property string base09: "#9f713c" // Orange (Integers, booleans, constants)
|
||||
readonly property string base0A: "#a07e3b" // Yellow (Classes, search text bg, warnings)
|
||||
readonly property string base0B: "#489963" // Green (Strings, success states)
|
||||
readonly property string base0C: "#1c9aa0" // Cyan (Support, regex, escape chars)
|
||||
readonly property string base0D: "#478c90" // Blue (Functions, methods, headings)
|
||||
readonly property string base0E: "#55859b" // Purple/Mauve (Keywords, storage, selectors)
|
||||
readonly property string base0F: "#867469" // Brown/Flamingo (Deprecated, embedded tags)
|
||||
}
|
||||
26
build/base16-atelier-savanna.qml
Normal file
26
build/base16-atelier-savanna.qml
Normal file
@ -0,0 +1,26 @@
|
||||
pragma Singleton
|
||||
import QtQuick
|
||||
|
||||
QtObject {
|
||||
// --- The Backgrounds (Darkest to Lightest) ---
|
||||
readonly property string base00: "#171c19" // Default Background
|
||||
readonly property string base01: "#232a25" // Lighter Background (Status bars, panels)
|
||||
readonly property string base02: "#526057" // Selection Background
|
||||
readonly property string base03: "#5f6d64" // Comments, Invisibles, line highlighting
|
||||
|
||||
// --- The Foregrounds (Darkest to Lightest) ---
|
||||
readonly property string base04: "#78877d" // Dark Foreground (Used for status bars)
|
||||
readonly property string base05: "#87928a" // Default Foreground, Caret
|
||||
readonly property string base06: "#dfe7e2" // Light Foreground (Rarely used)
|
||||
readonly property string base07: "#ecf4ee" // Lightest Foreground
|
||||
|
||||
// --- The Accent Colors ---
|
||||
readonly property string base08: "#b16139" // Red (Variables, errors)
|
||||
readonly property string base09: "#9f713c" // Orange (Integers, booleans, constants)
|
||||
readonly property string base0A: "#a07e3b" // Yellow (Classes, search text bg, warnings)
|
||||
readonly property string base0B: "#489963" // Green (Strings, success states)
|
||||
readonly property string base0C: "#1c9aa0" // Cyan (Support, regex, escape chars)
|
||||
readonly property string base0D: "#478c90" // Blue (Functions, methods, headings)
|
||||
readonly property string base0E: "#55859b" // Purple/Mauve (Keywords, storage, selectors)
|
||||
readonly property string base0F: "#867469" // Brown/Flamingo (Deprecated, embedded tags)
|
||||
}
|
||||
26
build/base16-atelier-seaside-light.qml
Normal file
26
build/base16-atelier-seaside-light.qml
Normal file
@ -0,0 +1,26 @@
|
||||
pragma Singleton
|
||||
import QtQuick
|
||||
|
||||
QtObject {
|
||||
// --- The Backgrounds (Darkest to Lightest) ---
|
||||
readonly property string base00: "#f4fbf4" // Default Background
|
||||
readonly property string base01: "#cfe8cf" // Lighter Background (Status bars, panels)
|
||||
readonly property string base02: "#8ca68c" // Selection Background
|
||||
readonly property string base03: "#809980" // Comments, Invisibles, line highlighting
|
||||
|
||||
// --- The Foregrounds (Darkest to Lightest) ---
|
||||
readonly property string base04: "#687d68" // Dark Foreground (Used for status bars)
|
||||
readonly property string base05: "#5e6e5e" // Default Foreground, Caret
|
||||
readonly property string base06: "#242924" // Light Foreground (Rarely used)
|
||||
readonly property string base07: "#131513" // Lightest Foreground
|
||||
|
||||
// --- The Accent Colors ---
|
||||
readonly property string base08: "#e6193c" // Red (Variables, errors)
|
||||
readonly property string base09: "#87711d" // Orange (Integers, booleans, constants)
|
||||
readonly property string base0A: "#98981b" // Yellow (Classes, search text bg, warnings)
|
||||
readonly property string base0B: "#29a329" // Green (Strings, success states)
|
||||
readonly property string base0C: "#1999b3" // Cyan (Support, regex, escape chars)
|
||||
readonly property string base0D: "#3d62f5" // Blue (Functions, methods, headings)
|
||||
readonly property string base0E: "#ad2bee" // Purple/Mauve (Keywords, storage, selectors)
|
||||
readonly property string base0F: "#e619c3" // Brown/Flamingo (Deprecated, embedded tags)
|
||||
}
|
||||
26
build/base16-atelier-seaside.qml
Normal file
26
build/base16-atelier-seaside.qml
Normal file
@ -0,0 +1,26 @@
|
||||
pragma Singleton
|
||||
import QtQuick
|
||||
|
||||
QtObject {
|
||||
// --- The Backgrounds (Darkest to Lightest) ---
|
||||
readonly property string base00: "#131513" // Default Background
|
||||
readonly property string base01: "#242924" // Lighter Background (Status bars, panels)
|
||||
readonly property string base02: "#5e6e5e" // Selection Background
|
||||
readonly property string base03: "#687d68" // Comments, Invisibles, line highlighting
|
||||
|
||||
// --- The Foregrounds (Darkest to Lightest) ---
|
||||
readonly property string base04: "#809980" // Dark Foreground (Used for status bars)
|
||||
readonly property string base05: "#8ca68c" // Default Foreground, Caret
|
||||
readonly property string base06: "#cfe8cf" // Light Foreground (Rarely used)
|
||||
readonly property string base07: "#f4fbf4" // Lightest Foreground
|
||||
|
||||
// --- The Accent Colors ---
|
||||
readonly property string base08: "#e6193c" // Red (Variables, errors)
|
||||
readonly property string base09: "#87711d" // Orange (Integers, booleans, constants)
|
||||
readonly property string base0A: "#98981b" // Yellow (Classes, search text bg, warnings)
|
||||
readonly property string base0B: "#29a329" // Green (Strings, success states)
|
||||
readonly property string base0C: "#1999b3" // Cyan (Support, regex, escape chars)
|
||||
readonly property string base0D: "#3d62f5" // Blue (Functions, methods, headings)
|
||||
readonly property string base0E: "#ad2bee" // Purple/Mauve (Keywords, storage, selectors)
|
||||
readonly property string base0F: "#e619c3" // Brown/Flamingo (Deprecated, embedded tags)
|
||||
}
|
||||
26
build/base16-atelier-sulphurpool-light.qml
Normal file
26
build/base16-atelier-sulphurpool-light.qml
Normal file
@ -0,0 +1,26 @@
|
||||
pragma Singleton
|
||||
import QtQuick
|
||||
|
||||
QtObject {
|
||||
// --- The Backgrounds (Darkest to Lightest) ---
|
||||
readonly property string base00: "#f5f7ff" // Default Background
|
||||
readonly property string base01: "#dfe2f1" // Lighter Background (Status bars, panels)
|
||||
readonly property string base02: "#979db4" // Selection Background
|
||||
readonly property string base03: "#898ea4" // Comments, Invisibles, line highlighting
|
||||
|
||||
// --- The Foregrounds (Darkest to Lightest) ---
|
||||
readonly property string base04: "#6b7394" // Dark Foreground (Used for status bars)
|
||||
readonly property string base05: "#5e6687" // Default Foreground, Caret
|
||||
readonly property string base06: "#293256" // Light Foreground (Rarely used)
|
||||
readonly property string base07: "#202746" // Lightest Foreground
|
||||
|
||||
// --- The Accent Colors ---
|
||||
readonly property string base08: "#c94922" // Red (Variables, errors)
|
||||
readonly property string base09: "#c76b29" // Orange (Integers, booleans, constants)
|
||||
readonly property string base0A: "#c08b30" // Yellow (Classes, search text bg, warnings)
|
||||
readonly property string base0B: "#ac9739" // Green (Strings, success states)
|
||||
readonly property string base0C: "#22a2c9" // Cyan (Support, regex, escape chars)
|
||||
readonly property string base0D: "#3d8fd1" // Blue (Functions, methods, headings)
|
||||
readonly property string base0E: "#6679cc" // Purple/Mauve (Keywords, storage, selectors)
|
||||
readonly property string base0F: "#9c637a" // Brown/Flamingo (Deprecated, embedded tags)
|
||||
}
|
||||
26
build/base16-atelier-sulphurpool.qml
Normal file
26
build/base16-atelier-sulphurpool.qml
Normal file
@ -0,0 +1,26 @@
|
||||
pragma Singleton
|
||||
import QtQuick
|
||||
|
||||
QtObject {
|
||||
// --- The Backgrounds (Darkest to Lightest) ---
|
||||
readonly property string base00: "#202746" // Default Background
|
||||
readonly property string base01: "#293256" // Lighter Background (Status bars, panels)
|
||||
readonly property string base02: "#5e6687" // Selection Background
|
||||
readonly property string base03: "#6b7394" // Comments, Invisibles, line highlighting
|
||||
|
||||
// --- The Foregrounds (Darkest to Lightest) ---
|
||||
readonly property string base04: "#898ea4" // Dark Foreground (Used for status bars)
|
||||
readonly property string base05: "#979db4" // Default Foreground, Caret
|
||||
readonly property string base06: "#dfe2f1" // Light Foreground (Rarely used)
|
||||
readonly property string base07: "#f5f7ff" // Lightest Foreground
|
||||
|
||||
// --- The Accent Colors ---
|
||||
readonly property string base08: "#c94922" // Red (Variables, errors)
|
||||
readonly property string base09: "#c76b29" // Orange (Integers, booleans, constants)
|
||||
readonly property string base0A: "#c08b30" // Yellow (Classes, search text bg, warnings)
|
||||
readonly property string base0B: "#ac9739" // Green (Strings, success states)
|
||||
readonly property string base0C: "#22a2c9" // Cyan (Support, regex, escape chars)
|
||||
readonly property string base0D: "#3d8fd1" // Blue (Functions, methods, headings)
|
||||
readonly property string base0E: "#6679cc" // Purple/Mauve (Keywords, storage, selectors)
|
||||
readonly property string base0F: "#9c637a" // Brown/Flamingo (Deprecated, embedded tags)
|
||||
}
|
||||
26
build/base16-atlas.qml
Normal file
26
build/base16-atlas.qml
Normal file
@ -0,0 +1,26 @@
|
||||
pragma Singleton
|
||||
import QtQuick
|
||||
|
||||
QtObject {
|
||||
// --- The Backgrounds (Darkest to Lightest) ---
|
||||
readonly property string base00: "#002635" // Default Background
|
||||
readonly property string base01: "#00384d" // Lighter Background (Status bars, panels)
|
||||
readonly property string base02: "#517f8d" // Selection Background
|
||||
readonly property string base03: "#6c8b91" // Comments, Invisibles, line highlighting
|
||||
|
||||
// --- The Foregrounds (Darkest to Lightest) ---
|
||||
readonly property string base04: "#869696" // Dark Foreground (Used for status bars)
|
||||
readonly property string base05: "#a1a19a" // Default Foreground, Caret
|
||||
readonly property string base06: "#e6e6dc" // Light Foreground (Rarely used)
|
||||
readonly property string base07: "#fafaf8" // Lightest Foreground
|
||||
|
||||
// --- The Accent Colors ---
|
||||
readonly property string base08: "#ff5a67" // Red (Variables, errors)
|
||||
readonly property string base09: "#f08e48" // Orange (Integers, booleans, constants)
|
||||
readonly property string base0A: "#ffcc1b" // Yellow (Classes, search text bg, warnings)
|
||||
readonly property string base0B: "#7fc06e" // Green (Strings, success states)
|
||||
readonly property string base0C: "#5dd7b9" // Cyan (Support, regex, escape chars)
|
||||
readonly property string base0D: "#14747e" // Blue (Functions, methods, headings)
|
||||
readonly property string base0E: "#9a70a4" // Purple/Mauve (Keywords, storage, selectors)
|
||||
readonly property string base0F: "#c43060" // Brown/Flamingo (Deprecated, embedded tags)
|
||||
}
|
||||
26
build/base16-ayu-dark.qml
Normal file
26
build/base16-ayu-dark.qml
Normal file
@ -0,0 +1,26 @@
|
||||
pragma Singleton
|
||||
import QtQuick
|
||||
|
||||
QtObject {
|
||||
// --- The Backgrounds (Darkest to Lightest) ---
|
||||
readonly property string base00: "#0b0e14" // Default Background
|
||||
readonly property string base01: "#131721" // Lighter Background (Status bars, panels)
|
||||
readonly property string base02: "#202229" // Selection Background
|
||||
readonly property string base03: "#3e4b59" // Comments, Invisibles, line highlighting
|
||||
|
||||
// --- The Foregrounds (Darkest to Lightest) ---
|
||||
readonly property string base04: "#bfbdb6" // Dark Foreground (Used for status bars)
|
||||
readonly property string base05: "#e6e1cf" // Default Foreground, Caret
|
||||
readonly property string base06: "#ece8db" // Light Foreground (Rarely used)
|
||||
readonly property string base07: "#f2f0e7" // Lightest Foreground
|
||||
|
||||
// --- The Accent Colors ---
|
||||
readonly property string base08: "#f07178" // Red (Variables, errors)
|
||||
readonly property string base09: "#ff8f40" // Orange (Integers, booleans, constants)
|
||||
readonly property string base0A: "#ffb454" // Yellow (Classes, search text bg, warnings)
|
||||
readonly property string base0B: "#aad94c" // Green (Strings, success states)
|
||||
readonly property string base0C: "#95e6cb" // Cyan (Support, regex, escape chars)
|
||||
readonly property string base0D: "#59c2ff" // Blue (Functions, methods, headings)
|
||||
readonly property string base0E: "#d2a6ff" // Purple/Mauve (Keywords, storage, selectors)
|
||||
readonly property string base0F: "#e6b450" // Brown/Flamingo (Deprecated, embedded tags)
|
||||
}
|
||||
26
build/base16-ayu-light.qml
Normal file
26
build/base16-ayu-light.qml
Normal file
@ -0,0 +1,26 @@
|
||||
pragma Singleton
|
||||
import QtQuick
|
||||
|
||||
QtObject {
|
||||
// --- The Backgrounds (Darkest to Lightest) ---
|
||||
readonly property string base00: "#f8f9fa" // Default Background
|
||||
readonly property string base01: "#edeff1" // Lighter Background (Status bars, panels)
|
||||
readonly property string base02: "#d2d4d8" // Selection Background
|
||||
readonly property string base03: "#a0a6ac" // Comments, Invisibles, line highlighting
|
||||
|
||||
// --- The Foregrounds (Darkest to Lightest) ---
|
||||
readonly property string base04: "#8a9199" // Dark Foreground (Used for status bars)
|
||||
readonly property string base05: "#5c6166" // Default Foreground, Caret
|
||||
readonly property string base06: "#4e5257" // Light Foreground (Rarely used)
|
||||
readonly property string base07: "#404447" // Lightest Foreground
|
||||
|
||||
// --- The Accent Colors ---
|
||||
readonly property string base08: "#f07171" // Red (Variables, errors)
|
||||
readonly property string base09: "#fa8d3e" // Orange (Integers, booleans, constants)
|
||||
readonly property string base0A: "#f2ae49" // Yellow (Classes, search text bg, warnings)
|
||||
readonly property string base0B: "#6cbf49" // Green (Strings, success states)
|
||||
readonly property string base0C: "#4cbf99" // Cyan (Support, regex, escape chars)
|
||||
readonly property string base0D: "#399ee6" // Blue (Functions, methods, headings)
|
||||
readonly property string base0E: "#a37acc" // Purple/Mauve (Keywords, storage, selectors)
|
||||
readonly property string base0F: "#e6ba7e" // Brown/Flamingo (Deprecated, embedded tags)
|
||||
}
|
||||
26
build/base16-ayu-mirage.qml
Normal file
26
build/base16-ayu-mirage.qml
Normal file
@ -0,0 +1,26 @@
|
||||
pragma Singleton
|
||||
import QtQuick
|
||||
|
||||
QtObject {
|
||||
// --- The Backgrounds (Darkest to Lightest) ---
|
||||
readonly property string base00: "#1f2430" // Default Background
|
||||
readonly property string base01: "#242936" // Lighter Background (Status bars, panels)
|
||||
readonly property string base02: "#323844" // Selection Background
|
||||
readonly property string base03: "#4a5059" // Comments, Invisibles, line highlighting
|
||||
|
||||
// --- The Foregrounds (Darkest to Lightest) ---
|
||||
readonly property string base04: "#707a8c" // Dark Foreground (Used for status bars)
|
||||
readonly property string base05: "#cccac2" // Default Foreground, Caret
|
||||
readonly property string base06: "#d9d7ce" // Light Foreground (Rarely used)
|
||||
readonly property string base07: "#f3f4f5" // Lightest Foreground
|
||||
|
||||
// --- The Accent Colors ---
|
||||
readonly property string base08: "#f28779" // Red (Variables, errors)
|
||||
readonly property string base09: "#ffad66" // Orange (Integers, booleans, constants)
|
||||
readonly property string base0A: "#ffd173" // Yellow (Classes, search text bg, warnings)
|
||||
readonly property string base0B: "#d5ff80" // Green (Strings, success states)
|
||||
readonly property string base0C: "#95e6cb" // Cyan (Support, regex, escape chars)
|
||||
readonly property string base0D: "#73d0ff" // Blue (Functions, methods, headings)
|
||||
readonly property string base0E: "#d4bfff" // Purple/Mauve (Keywords, storage, selectors)
|
||||
readonly property string base0F: "#f27983" // Brown/Flamingo (Deprecated, embedded tags)
|
||||
}
|
||||
26
build/base16-aztec.qml
Normal file
26
build/base16-aztec.qml
Normal file
@ -0,0 +1,26 @@
|
||||
pragma Singleton
|
||||
import QtQuick
|
||||
|
||||
QtObject {
|
||||
// --- The Backgrounds (Darkest to Lightest) ---
|
||||
readonly property string base00: "#101600" // Default Background
|
||||
readonly property string base01: "#1a1e01" // Lighter Background (Status bars, panels)
|
||||
readonly property string base02: "#242604" // Selection Background
|
||||
readonly property string base03: "#2e2e05" // Comments, Invisibles, line highlighting
|
||||
|
||||
// --- The Foregrounds (Darkest to Lightest) ---
|
||||
readonly property string base04: "#ffd129" // Dark Foreground (Used for status bars)
|
||||
readonly property string base05: "#ffda51" // Default Foreground, Caret
|
||||
readonly property string base06: "#ffe178" // Light Foreground (Rarely used)
|
||||
readonly property string base07: "#ffeba0" // Lightest Foreground
|
||||
|
||||
// --- The Accent Colors ---
|
||||
readonly property string base08: "#ee2e00" // Red (Variables, errors)
|
||||
readonly property string base09: "#ee8800" // Orange (Integers, booleans, constants)
|
||||
readonly property string base0A: "#eebb00" // Yellow (Classes, search text bg, warnings)
|
||||
readonly property string base0B: "#63d932" // Green (Strings, success states)
|
||||
readonly property string base0C: "#3d94a5" // Cyan (Support, regex, escape chars)
|
||||
readonly property string base0D: "#5b4a9f" // Blue (Functions, methods, headings)
|
||||
readonly property string base0E: "#883e9f" // Purple/Mauve (Keywords, storage, selectors)
|
||||
readonly property string base0F: "#a928b9" // Brown/Flamingo (Deprecated, embedded tags)
|
||||
}
|
||||
26
build/base16-bespin.qml
Normal file
26
build/base16-bespin.qml
Normal file
@ -0,0 +1,26 @@
|
||||
pragma Singleton
|
||||
import QtQuick
|
||||
|
||||
QtObject {
|
||||
// --- The Backgrounds (Darkest to Lightest) ---
|
||||
readonly property string base00: "#28211c" // Default Background
|
||||
readonly property string base01: "#36312e" // Lighter Background (Status bars, panels)
|
||||
readonly property string base02: "#5e5d5c" // Selection Background
|
||||
readonly property string base03: "#666666" // Comments, Invisibles, line highlighting
|
||||
|
||||
// --- The Foregrounds (Darkest to Lightest) ---
|
||||
readonly property string base04: "#797977" // Dark Foreground (Used for status bars)
|
||||
readonly property string base05: "#8a8986" // Default Foreground, Caret
|
||||
readonly property string base06: "#9d9b97" // Light Foreground (Rarely used)
|
||||
readonly property string base07: "#baae9e" // Lightest Foreground
|
||||
|
||||
// --- The Accent Colors ---
|
||||
readonly property string base08: "#cf6a4c" // Red (Variables, errors)
|
||||
readonly property string base09: "#cf7d34" // Orange (Integers, booleans, constants)
|
||||
readonly property string base0A: "#f9ee98" // Yellow (Classes, search text bg, warnings)
|
||||
readonly property string base0B: "#54be0d" // Green (Strings, success states)
|
||||
readonly property string base0C: "#afc4db" // Cyan (Support, regex, escape chars)
|
||||
readonly property string base0D: "#5ea6ea" // Blue (Functions, methods, headings)
|
||||
readonly property string base0E: "#9b859d" // Purple/Mauve (Keywords, storage, selectors)
|
||||
readonly property string base0F: "#937121" // Brown/Flamingo (Deprecated, embedded tags)
|
||||
}
|
||||
26
build/base16-black-metal-bathory.qml
Normal file
26
build/base16-black-metal-bathory.qml
Normal file
@ -0,0 +1,26 @@
|
||||
pragma Singleton
|
||||
import QtQuick
|
||||
|
||||
QtObject {
|
||||
// --- The Backgrounds (Darkest to Lightest) ---
|
||||
readonly property string base00: "#000000" // Default Background
|
||||
readonly property string base01: "#121212" // Lighter Background (Status bars, panels)
|
||||
readonly property string base02: "#222222" // Selection Background
|
||||
readonly property string base03: "#333333" // Comments, Invisibles, line highlighting
|
||||
|
||||
// --- The Foregrounds (Darkest to Lightest) ---
|
||||
readonly property string base04: "#999999" // Dark Foreground (Used for status bars)
|
||||
readonly property string base05: "#c1c1c1" // Default Foreground, Caret
|
||||
readonly property string base06: "#999999" // Light Foreground (Rarely used)
|
||||
readonly property string base07: "#c1c1c1" // Lightest Foreground
|
||||
|
||||
// --- The Accent Colors ---
|
||||
readonly property string base08: "#5f8787" // Red (Variables, errors)
|
||||
readonly property string base09: "#aaaaaa" // Orange (Integers, booleans, constants)
|
||||
readonly property string base0A: "#e78a53" // Yellow (Classes, search text bg, warnings)
|
||||
readonly property string base0B: "#fbcb97" // Green (Strings, success states)
|
||||
readonly property string base0C: "#aaaaaa" // Cyan (Support, regex, escape chars)
|
||||
readonly property string base0D: "#888888" // Blue (Functions, methods, headings)
|
||||
readonly property string base0E: "#999999" // Purple/Mauve (Keywords, storage, selectors)
|
||||
readonly property string base0F: "#444444" // Brown/Flamingo (Deprecated, embedded tags)
|
||||
}
|
||||
26
build/base16-black-metal-burzum.qml
Normal file
26
build/base16-black-metal-burzum.qml
Normal file
@ -0,0 +1,26 @@
|
||||
pragma Singleton
|
||||
import QtQuick
|
||||
|
||||
QtObject {
|
||||
// --- The Backgrounds (Darkest to Lightest) ---
|
||||
readonly property string base00: "#000000" // Default Background
|
||||
readonly property string base01: "#121212" // Lighter Background (Status bars, panels)
|
||||
readonly property string base02: "#222222" // Selection Background
|
||||
readonly property string base03: "#333333" // Comments, Invisibles, line highlighting
|
||||
|
||||
// --- The Foregrounds (Darkest to Lightest) ---
|
||||
readonly property string base04: "#999999" // Dark Foreground (Used for status bars)
|
||||
readonly property string base05: "#c1c1c1" // Default Foreground, Caret
|
||||
readonly property string base06: "#999999" // Light Foreground (Rarely used)
|
||||
readonly property string base07: "#c1c1c1" // Lightest Foreground
|
||||
|
||||
// --- The Accent Colors ---
|
||||
readonly property string base08: "#5f8787" // Red (Variables, errors)
|
||||
readonly property string base09: "#aaaaaa" // Orange (Integers, booleans, constants)
|
||||
readonly property string base0A: "#99bbaa" // Yellow (Classes, search text bg, warnings)
|
||||
readonly property string base0B: "#ddeecc" // Green (Strings, success states)
|
||||
readonly property string base0C: "#aaaaaa" // Cyan (Support, regex, escape chars)
|
||||
readonly property string base0D: "#888888" // Blue (Functions, methods, headings)
|
||||
readonly property string base0E: "#999999" // Purple/Mauve (Keywords, storage, selectors)
|
||||
readonly property string base0F: "#444444" // Brown/Flamingo (Deprecated, embedded tags)
|
||||
}
|
||||
26
build/base16-black-metal-dark-funeral.qml
Normal file
26
build/base16-black-metal-dark-funeral.qml
Normal file
@ -0,0 +1,26 @@
|
||||
pragma Singleton
|
||||
import QtQuick
|
||||
|
||||
QtObject {
|
||||
// --- The Backgrounds (Darkest to Lightest) ---
|
||||
readonly property string base00: "#000000" // Default Background
|
||||
readonly property string base01: "#121212" // Lighter Background (Status bars, panels)
|
||||
readonly property string base02: "#222222" // Selection Background
|
||||
readonly property string base03: "#333333" // Comments, Invisibles, line highlighting
|
||||
|
||||
// --- The Foregrounds (Darkest to Lightest) ---
|
||||
readonly property string base04: "#999999" // Dark Foreground (Used for status bars)
|
||||
readonly property string base05: "#c1c1c1" // Default Foreground, Caret
|
||||
readonly property string base06: "#999999" // Light Foreground (Rarely used)
|
||||
readonly property string base07: "#c1c1c1" // Lightest Foreground
|
||||
|
||||
// --- The Accent Colors ---
|
||||
readonly property string base08: "#5f8787" // Red (Variables, errors)
|
||||
readonly property string base09: "#aaaaaa" // Orange (Integers, booleans, constants)
|
||||
readonly property string base0A: "#5f81a5" // Yellow (Classes, search text bg, warnings)
|
||||
readonly property string base0B: "#d0dfee" // Green (Strings, success states)
|
||||
readonly property string base0C: "#aaaaaa" // Cyan (Support, regex, escape chars)
|
||||
readonly property string base0D: "#888888" // Blue (Functions, methods, headings)
|
||||
readonly property string base0E: "#999999" // Purple/Mauve (Keywords, storage, selectors)
|
||||
readonly property string base0F: "#444444" // Brown/Flamingo (Deprecated, embedded tags)
|
||||
}
|
||||
26
build/base16-black-metal-gorgoroth.qml
Normal file
26
build/base16-black-metal-gorgoroth.qml
Normal file
@ -0,0 +1,26 @@
|
||||
pragma Singleton
|
||||
import QtQuick
|
||||
|
||||
QtObject {
|
||||
// --- The Backgrounds (Darkest to Lightest) ---
|
||||
readonly property string base00: "#000000" // Default Background
|
||||
readonly property string base01: "#121212" // Lighter Background (Status bars, panels)
|
||||
readonly property string base02: "#222222" // Selection Background
|
||||
readonly property string base03: "#333333" // Comments, Invisibles, line highlighting
|
||||
|
||||
// --- The Foregrounds (Darkest to Lightest) ---
|
||||
readonly property string base04: "#999999" // Dark Foreground (Used for status bars)
|
||||
readonly property string base05: "#c1c1c1" // Default Foreground, Caret
|
||||
readonly property string base06: "#999999" // Light Foreground (Rarely used)
|
||||
readonly property string base07: "#c1c1c1" // Lightest Foreground
|
||||
|
||||
// --- The Accent Colors ---
|
||||
readonly property string base08: "#5f8787" // Red (Variables, errors)
|
||||
readonly property string base09: "#aaaaaa" // Orange (Integers, booleans, constants)
|
||||
readonly property string base0A: "#8c7f70" // Yellow (Classes, search text bg, warnings)
|
||||
readonly property string base0B: "#9b8d7f" // Green (Strings, success states)
|
||||
readonly property string base0C: "#aaaaaa" // Cyan (Support, regex, escape chars)
|
||||
readonly property string base0D: "#888888" // Blue (Functions, methods, headings)
|
||||
readonly property string base0E: "#999999" // Purple/Mauve (Keywords, storage, selectors)
|
||||
readonly property string base0F: "#444444" // Brown/Flamingo (Deprecated, embedded tags)
|
||||
}
|
||||
26
build/base16-black-metal-immortal.qml
Normal file
26
build/base16-black-metal-immortal.qml
Normal file
@ -0,0 +1,26 @@
|
||||
pragma Singleton
|
||||
import QtQuick
|
||||
|
||||
QtObject {
|
||||
// --- The Backgrounds (Darkest to Lightest) ---
|
||||
readonly property string base00: "#000000" // Default Background
|
||||
readonly property string base01: "#121212" // Lighter Background (Status bars, panels)
|
||||
readonly property string base02: "#222222" // Selection Background
|
||||
readonly property string base03: "#333333" // Comments, Invisibles, line highlighting
|
||||
|
||||
// --- The Foregrounds (Darkest to Lightest) ---
|
||||
readonly property string base04: "#999999" // Dark Foreground (Used for status bars)
|
||||
readonly property string base05: "#c1c1c1" // Default Foreground, Caret
|
||||
readonly property string base06: "#999999" // Light Foreground (Rarely used)
|
||||
readonly property string base07: "#c1c1c1" // Lightest Foreground
|
||||
|
||||
// --- The Accent Colors ---
|
||||
readonly property string base08: "#5f8787" // Red (Variables, errors)
|
||||
readonly property string base09: "#aaaaaa" // Orange (Integers, booleans, constants)
|
||||
readonly property string base0A: "#556677" // Yellow (Classes, search text bg, warnings)
|
||||
readonly property string base0B: "#7799bb" // Green (Strings, success states)
|
||||
readonly property string base0C: "#aaaaaa" // Cyan (Support, regex, escape chars)
|
||||
readonly property string base0D: "#888888" // Blue (Functions, methods, headings)
|
||||
readonly property string base0E: "#999999" // Purple/Mauve (Keywords, storage, selectors)
|
||||
readonly property string base0F: "#444444" // Brown/Flamingo (Deprecated, embedded tags)
|
||||
}
|
||||
26
build/base16-black-metal-khold.qml
Normal file
26
build/base16-black-metal-khold.qml
Normal file
@ -0,0 +1,26 @@
|
||||
pragma Singleton
|
||||
import QtQuick
|
||||
|
||||
QtObject {
|
||||
// --- The Backgrounds (Darkest to Lightest) ---
|
||||
readonly property string base00: "#000000" // Default Background
|
||||
readonly property string base01: "#121212" // Lighter Background (Status bars, panels)
|
||||
readonly property string base02: "#222222" // Selection Background
|
||||
readonly property string base03: "#333333" // Comments, Invisibles, line highlighting
|
||||
|
||||
// --- The Foregrounds (Darkest to Lightest) ---
|
||||
readonly property string base04: "#999999" // Dark Foreground (Used for status bars)
|
||||
readonly property string base05: "#c1c1c1" // Default Foreground, Caret
|
||||
readonly property string base06: "#999999" // Light Foreground (Rarely used)
|
||||
readonly property string base07: "#c1c1c1" // Lightest Foreground
|
||||
|
||||
// --- The Accent Colors ---
|
||||
readonly property string base08: "#5f8787" // Red (Variables, errors)
|
||||
readonly property string base09: "#aaaaaa" // Orange (Integers, booleans, constants)
|
||||
readonly property string base0A: "#974b46" // Yellow (Classes, search text bg, warnings)
|
||||
readonly property string base0B: "#eceee3" // Green (Strings, success states)
|
||||
readonly property string base0C: "#aaaaaa" // Cyan (Support, regex, escape chars)
|
||||
readonly property string base0D: "#888888" // Blue (Functions, methods, headings)
|
||||
readonly property string base0E: "#999999" // Purple/Mauve (Keywords, storage, selectors)
|
||||
readonly property string base0F: "#444444" // Brown/Flamingo (Deprecated, embedded tags)
|
||||
}
|
||||
26
build/base16-black-metal-marduk.qml
Normal file
26
build/base16-black-metal-marduk.qml
Normal file
@ -0,0 +1,26 @@
|
||||
pragma Singleton
|
||||
import QtQuick
|
||||
|
||||
QtObject {
|
||||
// --- The Backgrounds (Darkest to Lightest) ---
|
||||
readonly property string base00: "#000000" // Default Background
|
||||
readonly property string base01: "#121212" // Lighter Background (Status bars, panels)
|
||||
readonly property string base02: "#222222" // Selection Background
|
||||
readonly property string base03: "#333333" // Comments, Invisibles, line highlighting
|
||||
|
||||
// --- The Foregrounds (Darkest to Lightest) ---
|
||||
readonly property string base04: "#999999" // Dark Foreground (Used for status bars)
|
||||
readonly property string base05: "#c1c1c1" // Default Foreground, Caret
|
||||
readonly property string base06: "#999999" // Light Foreground (Rarely used)
|
||||
readonly property string base07: "#c1c1c1" // Lightest Foreground
|
||||
|
||||
// --- The Accent Colors ---
|
||||
readonly property string base08: "#5f8787" // Red (Variables, errors)
|
||||
readonly property string base09: "#aaaaaa" // Orange (Integers, booleans, constants)
|
||||
readonly property string base0A: "#626b67" // Yellow (Classes, search text bg, warnings)
|
||||
readonly property string base0B: "#a5aaa7" // Green (Strings, success states)
|
||||
readonly property string base0C: "#aaaaaa" // Cyan (Support, regex, escape chars)
|
||||
readonly property string base0D: "#888888" // Blue (Functions, methods, headings)
|
||||
readonly property string base0E: "#999999" // Purple/Mauve (Keywords, storage, selectors)
|
||||
readonly property string base0F: "#444444" // Brown/Flamingo (Deprecated, embedded tags)
|
||||
}
|
||||
26
build/base16-black-metal-mayhem.qml
Normal file
26
build/base16-black-metal-mayhem.qml
Normal file
@ -0,0 +1,26 @@
|
||||
pragma Singleton
|
||||
import QtQuick
|
||||
|
||||
QtObject {
|
||||
// --- The Backgrounds (Darkest to Lightest) ---
|
||||
readonly property string base00: "#000000" // Default Background
|
||||
readonly property string base01: "#121212" // Lighter Background (Status bars, panels)
|
||||
readonly property string base02: "#222222" // Selection Background
|
||||
readonly property string base03: "#333333" // Comments, Invisibles, line highlighting
|
||||
|
||||
// --- The Foregrounds (Darkest to Lightest) ---
|
||||
readonly property string base04: "#999999" // Dark Foreground (Used for status bars)
|
||||
readonly property string base05: "#c1c1c1" // Default Foreground, Caret
|
||||
readonly property string base06: "#999999" // Light Foreground (Rarely used)
|
||||
readonly property string base07: "#c1c1c1" // Lightest Foreground
|
||||
|
||||
// --- The Accent Colors ---
|
||||
readonly property string base08: "#5f8787" // Red (Variables, errors)
|
||||
readonly property string base09: "#aaaaaa" // Orange (Integers, booleans, constants)
|
||||
readonly property string base0A: "#eecc6c" // Yellow (Classes, search text bg, warnings)
|
||||
readonly property string base0B: "#f3ecd4" // Green (Strings, success states)
|
||||
readonly property string base0C: "#aaaaaa" // Cyan (Support, regex, escape chars)
|
||||
readonly property string base0D: "#888888" // Blue (Functions, methods, headings)
|
||||
readonly property string base0E: "#999999" // Purple/Mauve (Keywords, storage, selectors)
|
||||
readonly property string base0F: "#444444" // Brown/Flamingo (Deprecated, embedded tags)
|
||||
}
|
||||
26
build/base16-black-metal-nile.qml
Normal file
26
build/base16-black-metal-nile.qml
Normal file
@ -0,0 +1,26 @@
|
||||
pragma Singleton
|
||||
import QtQuick
|
||||
|
||||
QtObject {
|
||||
// --- The Backgrounds (Darkest to Lightest) ---
|
||||
readonly property string base00: "#000000" // Default Background
|
||||
readonly property string base01: "#121212" // Lighter Background (Status bars, panels)
|
||||
readonly property string base02: "#222222" // Selection Background
|
||||
readonly property string base03: "#333333" // Comments, Invisibles, line highlighting
|
||||
|
||||
// --- The Foregrounds (Darkest to Lightest) ---
|
||||
readonly property string base04: "#999999" // Dark Foreground (Used for status bars)
|
||||
readonly property string base05: "#c1c1c1" // Default Foreground, Caret
|
||||
readonly property string base06: "#999999" // Light Foreground (Rarely used)
|
||||
readonly property string base07: "#c1c1c1" // Lightest Foreground
|
||||
|
||||
// --- The Accent Colors ---
|
||||
readonly property string base08: "#5f8787" // Red (Variables, errors)
|
||||
readonly property string base09: "#aaaaaa" // Orange (Integers, booleans, constants)
|
||||
readonly property string base0A: "#777755" // Yellow (Classes, search text bg, warnings)
|
||||
readonly property string base0B: "#aa9988" // Green (Strings, success states)
|
||||
readonly property string base0C: "#aaaaaa" // Cyan (Support, regex, escape chars)
|
||||
readonly property string base0D: "#888888" // Blue (Functions, methods, headings)
|
||||
readonly property string base0E: "#999999" // Purple/Mauve (Keywords, storage, selectors)
|
||||
readonly property string base0F: "#444444" // Brown/Flamingo (Deprecated, embedded tags)
|
||||
}
|
||||
26
build/base16-black-metal-venom.qml
Normal file
26
build/base16-black-metal-venom.qml
Normal file
@ -0,0 +1,26 @@
|
||||
pragma Singleton
|
||||
import QtQuick
|
||||
|
||||
QtObject {
|
||||
// --- The Backgrounds (Darkest to Lightest) ---
|
||||
readonly property string base00: "#000000" // Default Background
|
||||
readonly property string base01: "#121212" // Lighter Background (Status bars, panels)
|
||||
readonly property string base02: "#222222" // Selection Background
|
||||
readonly property string base03: "#333333" // Comments, Invisibles, line highlighting
|
||||
|
||||
// --- The Foregrounds (Darkest to Lightest) ---
|
||||
readonly property string base04: "#999999" // Dark Foreground (Used for status bars)
|
||||
readonly property string base05: "#c1c1c1" // Default Foreground, Caret
|
||||
readonly property string base06: "#999999" // Light Foreground (Rarely used)
|
||||
readonly property string base07: "#c1c1c1" // Lightest Foreground
|
||||
|
||||
// --- The Accent Colors ---
|
||||
readonly property string base08: "#5f8787" // Red (Variables, errors)
|
||||
readonly property string base09: "#aaaaaa" // Orange (Integers, booleans, constants)
|
||||
readonly property string base0A: "#79241f" // Yellow (Classes, search text bg, warnings)
|
||||
readonly property string base0B: "#f8f7f2" // Green (Strings, success states)
|
||||
readonly property string base0C: "#aaaaaa" // Cyan (Support, regex, escape chars)
|
||||
readonly property string base0D: "#888888" // Blue (Functions, methods, headings)
|
||||
readonly property string base0E: "#999999" // Purple/Mauve (Keywords, storage, selectors)
|
||||
readonly property string base0F: "#444444" // Brown/Flamingo (Deprecated, embedded tags)
|
||||
}
|
||||
26
build/base16-black-metal.qml
Normal file
26
build/base16-black-metal.qml
Normal file
@ -0,0 +1,26 @@
|
||||
pragma Singleton
|
||||
import QtQuick
|
||||
|
||||
QtObject {
|
||||
// --- The Backgrounds (Darkest to Lightest) ---
|
||||
readonly property string base00: "#000000" // Default Background
|
||||
readonly property string base01: "#121212" // Lighter Background (Status bars, panels)
|
||||
readonly property string base02: "#222222" // Selection Background
|
||||
readonly property string base03: "#333333" // Comments, Invisibles, line highlighting
|
||||
|
||||
// --- The Foregrounds (Darkest to Lightest) ---
|
||||
readonly property string base04: "#999999" // Dark Foreground (Used for status bars)
|
||||
readonly property string base05: "#c1c1c1" // Default Foreground, Caret
|
||||
readonly property string base06: "#999999" // Light Foreground (Rarely used)
|
||||
readonly property string base07: "#c1c1c1" // Lightest Foreground
|
||||
|
||||
// --- The Accent Colors ---
|
||||
readonly property string base08: "#5f8787" // Red (Variables, errors)
|
||||
readonly property string base09: "#aaaaaa" // Orange (Integers, booleans, constants)
|
||||
readonly property string base0A: "#a06666" // Yellow (Classes, search text bg, warnings)
|
||||
readonly property string base0B: "#dd9999" // Green (Strings, success states)
|
||||
readonly property string base0C: "#aaaaaa" // Cyan (Support, regex, escape chars)
|
||||
readonly property string base0D: "#888888" // Blue (Functions, methods, headings)
|
||||
readonly property string base0E: "#999999" // Purple/Mauve (Keywords, storage, selectors)
|
||||
readonly property string base0F: "#444444" // Brown/Flamingo (Deprecated, embedded tags)
|
||||
}
|
||||
26
build/base16-blueforest.qml
Normal file
26
build/base16-blueforest.qml
Normal file
@ -0,0 +1,26 @@
|
||||
pragma Singleton
|
||||
import QtQuick
|
||||
|
||||
QtObject {
|
||||
// --- The Backgrounds (Darkest to Lightest) ---
|
||||
readonly property string base00: "#141f2e" // Default Background
|
||||
readonly property string base01: "#1e5c1e" // Lighter Background (Status bars, panels)
|
||||
readonly property string base02: "#273e5c" // Selection Background
|
||||
readonly property string base03: "#a0ffa0" // Comments, Invisibles, line highlighting
|
||||
|
||||
// --- The Foregrounds (Darkest to Lightest) ---
|
||||
readonly property string base04: "#1e5c1e" // Dark Foreground (Used for status bars)
|
||||
readonly property string base05: "#ffcc33" // Default Foreground, Caret
|
||||
readonly property string base06: "#91ccff" // Light Foreground (Rarely used)
|
||||
readonly property string base07: "#375780" // Lightest Foreground
|
||||
|
||||
// --- The Accent Colors ---
|
||||
readonly property string base08: "#fffab1" // Red (Variables, errors)
|
||||
readonly property string base09: "#ff8080" // Orange (Integers, booleans, constants)
|
||||
readonly property string base0A: "#91ccff" // Yellow (Classes, search text bg, warnings)
|
||||
readonly property string base0B: "#80ff80" // Green (Strings, success states)
|
||||
readonly property string base0C: "#80ff80" // Cyan (Support, regex, escape chars)
|
||||
readonly property string base0D: "#a2cff5" // Blue (Functions, methods, headings)
|
||||
readonly property string base0E: "#0099ff" // Purple/Mauve (Keywords, storage, selectors)
|
||||
readonly property string base0F: "#e7e7e7" // Brown/Flamingo (Deprecated, embedded tags)
|
||||
}
|
||||
26
build/base16-blueish.qml
Normal file
26
build/base16-blueish.qml
Normal file
@ -0,0 +1,26 @@
|
||||
pragma Singleton
|
||||
import QtQuick
|
||||
|
||||
QtObject {
|
||||
// --- The Backgrounds (Darkest to Lightest) ---
|
||||
readonly property string base00: "#182430" // Default Background
|
||||
readonly property string base01: "#243c54" // Lighter Background (Status bars, panels)
|
||||
readonly property string base02: "#46290a" // Selection Background
|
||||
readonly property string base03: "#616d78" // Comments, Invisibles, line highlighting
|
||||
|
||||
// --- The Foregrounds (Darkest to Lightest) ---
|
||||
readonly property string base04: "#74afe7" // Dark Foreground (Used for status bars)
|
||||
readonly property string base05: "#c8e1f8" // Default Foreground, Caret
|
||||
readonly property string base06: "#ddeaf6" // Light Foreground (Rarely used)
|
||||
readonly property string base07: "#8f98a0" // Lightest Foreground
|
||||
|
||||
// --- The Accent Colors ---
|
||||
readonly property string base08: "#4ce587" // Red (Variables, errors)
|
||||
readonly property string base09: "#f6a85c" // Orange (Integers, booleans, constants)
|
||||
readonly property string base0A: "#f6cd5c" // Yellow (Classes, search text bg, warnings)
|
||||
readonly property string base0B: "#c3e88d" // Green (Strings, success states)
|
||||
readonly property string base0C: "#5fd1ff" // Cyan (Support, regex, escape chars)
|
||||
readonly property string base0D: "#82aaff" // Blue (Functions, methods, headings)
|
||||
readonly property string base0E: "#ff84dd" // Purple/Mauve (Keywords, storage, selectors)
|
||||
readonly property string base0F: "#bbd2e8" // Brown/Flamingo (Deprecated, embedded tags)
|
||||
}
|
||||
26
build/base16-booshnickle-dark.qml
Normal file
26
build/base16-booshnickle-dark.qml
Normal file
@ -0,0 +1,26 @@
|
||||
pragma Singleton
|
||||
import QtQuick
|
||||
|
||||
QtObject {
|
||||
// --- The Backgrounds (Darkest to Lightest) ---
|
||||
readonly property string base00: "#191914" // Default Background
|
||||
readonly property string base01: "#3a3a2e" // Lighter Background (Status bars, panels)
|
||||
readonly property string base02: "#5b5b49" // Selection Background
|
||||
readonly property string base03: "#7c7c63" // Comments, Invisibles, line highlighting
|
||||
|
||||
// --- The Foregrounds (Darkest to Lightest) ---
|
||||
readonly property string base04: "#9c9c7d" // Dark Foreground (Used for status bars)
|
||||
readonly property string base05: "#bdbd97" // Default Foreground, Caret
|
||||
readonly property string base06: "#dedeb2" // Light Foreground (Rarely used)
|
||||
readonly property string base07: "#ffffcc" // Lightest Foreground
|
||||
|
||||
// --- The Accent Colors ---
|
||||
readonly property string base08: "#ffbfa5" // Red (Variables, errors)
|
||||
readonly property string base09: "#ffdc99" // Orange (Integers, booleans, constants)
|
||||
readonly property string base0A: "#fff299" // Yellow (Classes, search text bg, warnings)
|
||||
readonly property string base0B: "#e7ff99" // Green (Strings, success states)
|
||||
readonly property string base0C: "#bfffc5" // Cyan (Support, regex, escape chars)
|
||||
readonly property string base0D: "#ccbfd9" // Blue (Functions, methods, headings)
|
||||
readonly property string base0E: "#f2bfd9" // Purple/Mauve (Keywords, storage, selectors)
|
||||
readonly property string base0F: "#e5d6a6" // Brown/Flamingo (Deprecated, embedded tags)
|
||||
}
|
||||
26
build/base16-brewer.qml
Normal file
26
build/base16-brewer.qml
Normal file
@ -0,0 +1,26 @@
|
||||
pragma Singleton
|
||||
import QtQuick
|
||||
|
||||
QtObject {
|
||||
// --- The Backgrounds (Darkest to Lightest) ---
|
||||
readonly property string base00: "#0c0d0e" // Default Background
|
||||
readonly property string base01: "#2e2f30" // Lighter Background (Status bars, panels)
|
||||
readonly property string base02: "#515253" // Selection Background
|
||||
readonly property string base03: "#737475" // Comments, Invisibles, line highlighting
|
||||
|
||||
// --- The Foregrounds (Darkest to Lightest) ---
|
||||
readonly property string base04: "#959697" // Dark Foreground (Used for status bars)
|
||||
readonly property string base05: "#b7b8b9" // Default Foreground, Caret
|
||||
readonly property string base06: "#dadbdc" // Light Foreground (Rarely used)
|
||||
readonly property string base07: "#fcfdfe" // Lightest Foreground
|
||||
|
||||
// --- The Accent Colors ---
|
||||
readonly property string base08: "#e31a1c" // Red (Variables, errors)
|
||||
readonly property string base09: "#e6550d" // Orange (Integers, booleans, constants)
|
||||
readonly property string base0A: "#dca060" // Yellow (Classes, search text bg, warnings)
|
||||
readonly property string base0B: "#31a354" // Green (Strings, success states)
|
||||
readonly property string base0C: "#80b1d3" // Cyan (Support, regex, escape chars)
|
||||
readonly property string base0D: "#3182bd" // Blue (Functions, methods, headings)
|
||||
readonly property string base0E: "#756bb1" // Purple/Mauve (Keywords, storage, selectors)
|
||||
readonly property string base0F: "#b15928" // Brown/Flamingo (Deprecated, embedded tags)
|
||||
}
|
||||
26
build/base16-bright.qml
Normal file
26
build/base16-bright.qml
Normal file
@ -0,0 +1,26 @@
|
||||
pragma Singleton
|
||||
import QtQuick
|
||||
|
||||
QtObject {
|
||||
// --- The Backgrounds (Darkest to Lightest) ---
|
||||
readonly property string base00: "#000000" // Default Background
|
||||
readonly property string base01: "#303030" // Lighter Background (Status bars, panels)
|
||||
readonly property string base02: "#505050" // Selection Background
|
||||
readonly property string base03: "#b0b0b0" // Comments, Invisibles, line highlighting
|
||||
|
||||
// --- The Foregrounds (Darkest to Lightest) ---
|
||||
readonly property string base04: "#d0d0d0" // Dark Foreground (Used for status bars)
|
||||
readonly property string base05: "#e0e0e0" // Default Foreground, Caret
|
||||
readonly property string base06: "#f5f5f5" // Light Foreground (Rarely used)
|
||||
readonly property string base07: "#ffffff" // Lightest Foreground
|
||||
|
||||
// --- The Accent Colors ---
|
||||
readonly property string base08: "#fb0120" // Red (Variables, errors)
|
||||
readonly property string base09: "#fc6d24" // Orange (Integers, booleans, constants)
|
||||
readonly property string base0A: "#fda331" // Yellow (Classes, search text bg, warnings)
|
||||
readonly property string base0B: "#a1c659" // Green (Strings, success states)
|
||||
readonly property string base0C: "#76c7b7" // Cyan (Support, regex, escape chars)
|
||||
readonly property string base0D: "#6fb3d2" // Blue (Functions, methods, headings)
|
||||
readonly property string base0E: "#d381c3" // Purple/Mauve (Keywords, storage, selectors)
|
||||
readonly property string base0F: "#be643c" // Brown/Flamingo (Deprecated, embedded tags)
|
||||
}
|
||||
26
build/base16-brogrammer.qml
Normal file
26
build/base16-brogrammer.qml
Normal file
@ -0,0 +1,26 @@
|
||||
pragma Singleton
|
||||
import QtQuick
|
||||
|
||||
QtObject {
|
||||
// --- The Backgrounds (Darkest to Lightest) ---
|
||||
readonly property string base00: "#1f1f1f" // Default Background
|
||||
readonly property string base01: "#f81118" // Lighter Background (Status bars, panels)
|
||||
readonly property string base02: "#2dc55e" // Selection Background
|
||||
readonly property string base03: "#ecba0f" // Comments, Invisibles, line highlighting
|
||||
|
||||
// --- The Foregrounds (Darkest to Lightest) ---
|
||||
readonly property string base04: "#2a84d2" // Dark Foreground (Used for status bars)
|
||||
readonly property string base05: "#4e5ab7" // Default Foreground, Caret
|
||||
readonly property string base06: "#1081d6" // Light Foreground (Rarely used)
|
||||
readonly property string base07: "#d6dbe5" // Lightest Foreground
|
||||
|
||||
// --- The Accent Colors ---
|
||||
readonly property string base08: "#d6dbe5" // Red (Variables, errors)
|
||||
readonly property string base09: "#de352e" // Orange (Integers, booleans, constants)
|
||||
readonly property string base0A: "#1dd361" // Yellow (Classes, search text bg, warnings)
|
||||
readonly property string base0B: "#f3bd09" // Green (Strings, success states)
|
||||
readonly property string base0C: "#1081d6" // Cyan (Support, regex, escape chars)
|
||||
readonly property string base0D: "#5350b9" // Blue (Functions, methods, headings)
|
||||
readonly property string base0E: "#0f7ddb" // Purple/Mauve (Keywords, storage, selectors)
|
||||
readonly property string base0F: "#ffffff" // Brown/Flamingo (Deprecated, embedded tags)
|
||||
}
|
||||
26
build/base16-brushtrees-dark.qml
Normal file
26
build/base16-brushtrees-dark.qml
Normal file
@ -0,0 +1,26 @@
|
||||
pragma Singleton
|
||||
import QtQuick
|
||||
|
||||
QtObject {
|
||||
// --- The Backgrounds (Darkest to Lightest) ---
|
||||
readonly property string base00: "#485867" // Default Background
|
||||
readonly property string base01: "#5a6d7a" // Lighter Background (Status bars, panels)
|
||||
readonly property string base02: "#6d828e" // Selection Background
|
||||
readonly property string base03: "#8299a1" // Comments, Invisibles, line highlighting
|
||||
|
||||
// --- The Foregrounds (Darkest to Lightest) ---
|
||||
readonly property string base04: "#98afb5" // Dark Foreground (Used for status bars)
|
||||
readonly property string base05: "#b0c5c8" // Default Foreground, Caret
|
||||
readonly property string base06: "#c9dbdc" // Light Foreground (Rarely used)
|
||||
readonly property string base07: "#e3efef" // Lightest Foreground
|
||||
|
||||
// --- The Accent Colors ---
|
||||
readonly property string base08: "#b38686" // Red (Variables, errors)
|
||||
readonly property string base09: "#d8bba2" // Orange (Integers, booleans, constants)
|
||||
readonly property string base0A: "#aab386" // Yellow (Classes, search text bg, warnings)
|
||||
readonly property string base0B: "#87b386" // Green (Strings, success states)
|
||||
readonly property string base0C: "#86b3b3" // Cyan (Support, regex, escape chars)
|
||||
readonly property string base0D: "#868cb3" // Blue (Functions, methods, headings)
|
||||
readonly property string base0E: "#b386b2" // Purple/Mauve (Keywords, storage, selectors)
|
||||
readonly property string base0F: "#b39f9f" // Brown/Flamingo (Deprecated, embedded tags)
|
||||
}
|
||||
26
build/base16-brushtrees.qml
Normal file
26
build/base16-brushtrees.qml
Normal file
@ -0,0 +1,26 @@
|
||||
pragma Singleton
|
||||
import QtQuick
|
||||
|
||||
QtObject {
|
||||
// --- The Backgrounds (Darkest to Lightest) ---
|
||||
readonly property string base00: "#e3efef" // Default Background
|
||||
readonly property string base01: "#c9dbdc" // Lighter Background (Status bars, panels)
|
||||
readonly property string base02: "#b0c5c8" // Selection Background
|
||||
readonly property string base03: "#98afb5" // Comments, Invisibles, line highlighting
|
||||
|
||||
// --- The Foregrounds (Darkest to Lightest) ---
|
||||
readonly property string base04: "#8299a1" // Dark Foreground (Used for status bars)
|
||||
readonly property string base05: "#6d828e" // Default Foreground, Caret
|
||||
readonly property string base06: "#5a6d7a" // Light Foreground (Rarely used)
|
||||
readonly property string base07: "#485867" // Lightest Foreground
|
||||
|
||||
// --- The Accent Colors ---
|
||||
readonly property string base08: "#b38686" // Red (Variables, errors)
|
||||
readonly property string base09: "#d8bba2" // Orange (Integers, booleans, constants)
|
||||
readonly property string base0A: "#aab386" // Yellow (Classes, search text bg, warnings)
|
||||
readonly property string base0B: "#87b386" // Green (Strings, success states)
|
||||
readonly property string base0C: "#86b3b3" // Cyan (Support, regex, escape chars)
|
||||
readonly property string base0D: "#868cb3" // Blue (Functions, methods, headings)
|
||||
readonly property string base0E: "#b386b2" // Purple/Mauve (Keywords, storage, selectors)
|
||||
readonly property string base0F: "#b39f9f" // Brown/Flamingo (Deprecated, embedded tags)
|
||||
}
|
||||
26
build/base16-caroline.qml
Normal file
26
build/base16-caroline.qml
Normal file
@ -0,0 +1,26 @@
|
||||
pragma Singleton
|
||||
import QtQuick
|
||||
|
||||
QtObject {
|
||||
// --- The Backgrounds (Darkest to Lightest) ---
|
||||
readonly property string base00: "#1c1213" // Default Background
|
||||
readonly property string base01: "#3a2425" // Lighter Background (Status bars, panels)
|
||||
readonly property string base02: "#563837" // Selection Background
|
||||
readonly property string base03: "#6d4745" // Comments, Invisibles, line highlighting
|
||||
|
||||
// --- The Foregrounds (Darkest to Lightest) ---
|
||||
readonly property string base04: "#8b5d57" // Dark Foreground (Used for status bars)
|
||||
readonly property string base05: "#a87569" // Default Foreground, Caret
|
||||
readonly property string base06: "#c58d7b" // Light Foreground (Rarely used)
|
||||
readonly property string base07: "#e3a68c" // Lightest Foreground
|
||||
|
||||
// --- The Accent Colors ---
|
||||
readonly property string base08: "#c24f57" // Red (Variables, errors)
|
||||
readonly property string base09: "#a63650" // Orange (Integers, booleans, constants)
|
||||
readonly property string base0A: "#f28171" // Yellow (Classes, search text bg, warnings)
|
||||
readonly property string base0B: "#806c61" // Green (Strings, success states)
|
||||
readonly property string base0C: "#6b6566" // Cyan (Support, regex, escape chars)
|
||||
readonly property string base0D: "#684c59" // Blue (Functions, methods, headings)
|
||||
readonly property string base0E: "#a63650" // Purple/Mauve (Keywords, storage, selectors)
|
||||
readonly property string base0F: "#893f45" // Brown/Flamingo (Deprecated, embedded tags)
|
||||
}
|
||||
26
build/base16-catppuccin-frappe.qml
Normal file
26
build/base16-catppuccin-frappe.qml
Normal file
@ -0,0 +1,26 @@
|
||||
pragma Singleton
|
||||
import QtQuick
|
||||
|
||||
QtObject {
|
||||
// --- The Backgrounds (Darkest to Lightest) ---
|
||||
readonly property string base00: "#303446" // Default Background
|
||||
readonly property string base01: "#292c3c" // Lighter Background (Status bars, panels)
|
||||
readonly property string base02: "#414559" // Selection Background
|
||||
readonly property string base03: "#51576d" // Comments, Invisibles, line highlighting
|
||||
|
||||
// --- The Foregrounds (Darkest to Lightest) ---
|
||||
readonly property string base04: "#626880" // Dark Foreground (Used for status bars)
|
||||
readonly property string base05: "#c6d0f5" // Default Foreground, Caret
|
||||
readonly property string base06: "#f2d5cf" // Light Foreground (Rarely used)
|
||||
readonly property string base07: "#babbf1" // Lightest Foreground
|
||||
|
||||
// --- The Accent Colors ---
|
||||
readonly property string base08: "#e78284" // Red (Variables, errors)
|
||||
readonly property string base09: "#ef9f76" // Orange (Integers, booleans, constants)
|
||||
readonly property string base0A: "#e5c890" // Yellow (Classes, search text bg, warnings)
|
||||
readonly property string base0B: "#a6d189" // Green (Strings, success states)
|
||||
readonly property string base0C: "#81c8be" // Cyan (Support, regex, escape chars)
|
||||
readonly property string base0D: "#8caaee" // Blue (Functions, methods, headings)
|
||||
readonly property string base0E: "#ca9ee6" // Purple/Mauve (Keywords, storage, selectors)
|
||||
readonly property string base0F: "#eebebe" // Brown/Flamingo (Deprecated, embedded tags)
|
||||
}
|
||||
26
build/base16-catppuccin-latte.qml
Normal file
26
build/base16-catppuccin-latte.qml
Normal file
@ -0,0 +1,26 @@
|
||||
pragma Singleton
|
||||
import QtQuick
|
||||
|
||||
QtObject {
|
||||
// --- The Backgrounds (Darkest to Lightest) ---
|
||||
readonly property string base00: "#eff1f5" // Default Background
|
||||
readonly property string base01: "#e6e9ef" // Lighter Background (Status bars, panels)
|
||||
readonly property string base02: "#ccd0da" // Selection Background
|
||||
readonly property string base03: "#bcc0cc" // Comments, Invisibles, line highlighting
|
||||
|
||||
// --- The Foregrounds (Darkest to Lightest) ---
|
||||
readonly property string base04: "#acb0be" // Dark Foreground (Used for status bars)
|
||||
readonly property string base05: "#4c4f69" // Default Foreground, Caret
|
||||
readonly property string base06: "#dc8a78" // Light Foreground (Rarely used)
|
||||
readonly property string base07: "#7287fd" // Lightest Foreground
|
||||
|
||||
// --- The Accent Colors ---
|
||||
readonly property string base08: "#d20f39" // Red (Variables, errors)
|
||||
readonly property string base09: "#fe640b" // Orange (Integers, booleans, constants)
|
||||
readonly property string base0A: "#df8e1d" // Yellow (Classes, search text bg, warnings)
|
||||
readonly property string base0B: "#40a02b" // Green (Strings, success states)
|
||||
readonly property string base0C: "#179299" // Cyan (Support, regex, escape chars)
|
||||
readonly property string base0D: "#1e66f5" // Blue (Functions, methods, headings)
|
||||
readonly property string base0E: "#8839ef" // Purple/Mauve (Keywords, storage, selectors)
|
||||
readonly property string base0F: "#dd7878" // Brown/Flamingo (Deprecated, embedded tags)
|
||||
}
|
||||
26
build/base16-catppuccin-macchiato.qml
Normal file
26
build/base16-catppuccin-macchiato.qml
Normal file
@ -0,0 +1,26 @@
|
||||
pragma Singleton
|
||||
import QtQuick
|
||||
|
||||
QtObject {
|
||||
// --- The Backgrounds (Darkest to Lightest) ---
|
||||
readonly property string base00: "#24273a" // Default Background
|
||||
readonly property string base01: "#1e2030" // Lighter Background (Status bars, panels)
|
||||
readonly property string base02: "#363a4f" // Selection Background
|
||||
readonly property string base03: "#494d64" // Comments, Invisibles, line highlighting
|
||||
|
||||
// --- The Foregrounds (Darkest to Lightest) ---
|
||||
readonly property string base04: "#5b6078" // Dark Foreground (Used for status bars)
|
||||
readonly property string base05: "#cad3f5" // Default Foreground, Caret
|
||||
readonly property string base06: "#f4dbd6" // Light Foreground (Rarely used)
|
||||
readonly property string base07: "#b7bdf8" // Lightest Foreground
|
||||
|
||||
// --- The Accent Colors ---
|
||||
readonly property string base08: "#ed8796" // Red (Variables, errors)
|
||||
readonly property string base09: "#f5a97f" // Orange (Integers, booleans, constants)
|
||||
readonly property string base0A: "#eed49f" // Yellow (Classes, search text bg, warnings)
|
||||
readonly property string base0B: "#a6da95" // Green (Strings, success states)
|
||||
readonly property string base0C: "#8bd5ca" // Cyan (Support, regex, escape chars)
|
||||
readonly property string base0D: "#8aadf4" // Blue (Functions, methods, headings)
|
||||
readonly property string base0E: "#c6a0f6" // Purple/Mauve (Keywords, storage, selectors)
|
||||
readonly property string base0F: "#f0c6c6" // Brown/Flamingo (Deprecated, embedded tags)
|
||||
}
|
||||
26
build/base16-catppuccin-mocha.qml
Normal file
26
build/base16-catppuccin-mocha.qml
Normal file
@ -0,0 +1,26 @@
|
||||
pragma Singleton
|
||||
import QtQuick
|
||||
|
||||
QtObject {
|
||||
// --- The Backgrounds (Darkest to Lightest) ---
|
||||
readonly property string base00: "#1e1e2e" // Default Background
|
||||
readonly property string base01: "#181825" // Lighter Background (Status bars, panels)
|
||||
readonly property string base02: "#313244" // Selection Background
|
||||
readonly property string base03: "#45475a" // Comments, Invisibles, line highlighting
|
||||
|
||||
// --- The Foregrounds (Darkest to Lightest) ---
|
||||
readonly property string base04: "#585b70" // Dark Foreground (Used for status bars)
|
||||
readonly property string base05: "#cdd6f4" // Default Foreground, Caret
|
||||
readonly property string base06: "#f5e0dc" // Light Foreground (Rarely used)
|
||||
readonly property string base07: "#b4befe" // Lightest Foreground
|
||||
|
||||
// --- The Accent Colors ---
|
||||
readonly property string base08: "#f38ba8" // Red (Variables, errors)
|
||||
readonly property string base09: "#fab387" // Orange (Integers, booleans, constants)
|
||||
readonly property string base0A: "#f9e2af" // Yellow (Classes, search text bg, warnings)
|
||||
readonly property string base0B: "#a6e3a1" // Green (Strings, success states)
|
||||
readonly property string base0C: "#94e2d5" // Cyan (Support, regex, escape chars)
|
||||
readonly property string base0D: "#89b4fa" // Blue (Functions, methods, headings)
|
||||
readonly property string base0E: "#cba6f7" // Purple/Mauve (Keywords, storage, selectors)
|
||||
readonly property string base0F: "#f2cdcd" // Brown/Flamingo (Deprecated, embedded tags)
|
||||
}
|
||||
26
build/base16-chalk.qml
Normal file
26
build/base16-chalk.qml
Normal file
@ -0,0 +1,26 @@
|
||||
pragma Singleton
|
||||
import QtQuick
|
||||
|
||||
QtObject {
|
||||
// --- The Backgrounds (Darkest to Lightest) ---
|
||||
readonly property string base00: "#151515" // Default Background
|
||||
readonly property string base01: "#202020" // Lighter Background (Status bars, panels)
|
||||
readonly property string base02: "#303030" // Selection Background
|
||||
readonly property string base03: "#505050" // Comments, Invisibles, line highlighting
|
||||
|
||||
// --- The Foregrounds (Darkest to Lightest) ---
|
||||
readonly property string base04: "#b0b0b0" // Dark Foreground (Used for status bars)
|
||||
readonly property string base05: "#d0d0d0" // Default Foreground, Caret
|
||||
readonly property string base06: "#e0e0e0" // Light Foreground (Rarely used)
|
||||
readonly property string base07: "#f5f5f5" // Lightest Foreground
|
||||
|
||||
// --- The Accent Colors ---
|
||||
readonly property string base08: "#fb9fb1" // Red (Variables, errors)
|
||||
readonly property string base09: "#eda987" // Orange (Integers, booleans, constants)
|
||||
readonly property string base0A: "#ddb26f" // Yellow (Classes, search text bg, warnings)
|
||||
readonly property string base0B: "#acc267" // Green (Strings, success states)
|
||||
readonly property string base0C: "#12cfc0" // Cyan (Support, regex, escape chars)
|
||||
readonly property string base0D: "#6fc2ef" // Blue (Functions, methods, headings)
|
||||
readonly property string base0E: "#e1a3ee" // Purple/Mauve (Keywords, storage, selectors)
|
||||
readonly property string base0F: "#deaf8f" // Brown/Flamingo (Deprecated, embedded tags)
|
||||
}
|
||||
26
build/base16-charcoal-dark.qml
Normal file
26
build/base16-charcoal-dark.qml
Normal file
@ -0,0 +1,26 @@
|
||||
pragma Singleton
|
||||
import QtQuick
|
||||
|
||||
QtObject {
|
||||
// --- The Backgrounds (Darkest to Lightest) ---
|
||||
readonly property string base00: "#0f0b05" // Default Background
|
||||
readonly property string base01: "#231b0e" // Lighter Background (Status bars, panels)
|
||||
readonly property string base02: "#2a2012" // Selection Background
|
||||
readonly property string base03: "#57462c" // Comments, Invisibles, line highlighting
|
||||
|
||||
// --- The Foregrounds (Darkest to Lightest) ---
|
||||
readonly property string base04: "#a88c62" // Dark Foreground (Used for status bars)
|
||||
readonly property string base05: "#c3a983" // Default Foreground, Caret
|
||||
readonly property string base06: "#dec8a7" // Light Foreground (Rarely used)
|
||||
readonly property string base07: "#231b0e" // Lightest Foreground
|
||||
|
||||
// --- The Accent Colors ---
|
||||
readonly property string base08: "#a88c62" // Red (Variables, errors)
|
||||
readonly property string base09: "#dec8a7" // Orange (Integers, booleans, constants)
|
||||
readonly property string base0A: "#dec8a7" // Yellow (Classes, search text bg, warnings)
|
||||
readonly property string base0B: "#dec8a7" // Green (Strings, success states)
|
||||
readonly property string base0C: "#dec8a7" // Cyan (Support, regex, escape chars)
|
||||
readonly property string base0D: "#c3a983" // Blue (Functions, methods, headings)
|
||||
readonly property string base0E: "#a88c62" // Purple/Mauve (Keywords, storage, selectors)
|
||||
readonly property string base0F: "#876e48" // Brown/Flamingo (Deprecated, embedded tags)
|
||||
}
|
||||
26
build/base16-charcoal-light.qml
Normal file
26
build/base16-charcoal-light.qml
Normal file
@ -0,0 +1,26 @@
|
||||
pragma Singleton
|
||||
import QtQuick
|
||||
|
||||
QtObject {
|
||||
// --- The Backgrounds (Darkest to Lightest) ---
|
||||
readonly property string base00: "#cabda0" // Default Background
|
||||
readonly property string base01: "#bcad8c" // Lighter Background (Status bars, panels)
|
||||
readonly property string base02: "#af9f7d" // Selection Background
|
||||
readonly property string base03: "#645538" // Comments, Invisibles, line highlighting
|
||||
|
||||
// --- The Foregrounds (Darkest to Lightest) ---
|
||||
readonly property string base04: "#110e06" // Dark Foreground (Used for status bars)
|
||||
readonly property string base05: "#382e1b" // Default Foreground, Caret
|
||||
readonly property string base06: "#4b3e26" // Light Foreground (Rarely used)
|
||||
readonly property string base07: "#bcad8c" // Lightest Foreground
|
||||
|
||||
// --- The Accent Colors ---
|
||||
readonly property string base08: "#382e1b" // Red (Variables, errors)
|
||||
readonly property string base09: "#110e06" // Orange (Integers, booleans, constants)
|
||||
readonly property string base0A: "#110e06" // Yellow (Classes, search text bg, warnings)
|
||||
readonly property string base0B: "#110e06" // Green (Strings, success states)
|
||||
readonly property string base0C: "#110e06" // Cyan (Support, regex, escape chars)
|
||||
readonly property string base0D: "#251e0f" // Blue (Functions, methods, headings)
|
||||
readonly property string base0E: "#382e1b" // Purple/Mauve (Keywords, storage, selectors)
|
||||
readonly property string base0F: "#4b3e26" // Brown/Flamingo (Deprecated, embedded tags)
|
||||
}
|
||||
26
build/base16-chicago-day.qml
Normal file
26
build/base16-chicago-day.qml
Normal file
@ -0,0 +1,26 @@
|
||||
pragma Singleton
|
||||
import QtQuick
|
||||
|
||||
QtObject {
|
||||
// --- The Backgrounds (Darkest to Lightest) ---
|
||||
readonly property string base00: "#e8f0ea" // Default Background
|
||||
readonly property string base01: "#d1e0d7" // Lighter Background (Status bars, panels)
|
||||
readonly property string base02: "#b9d0c3" // Selection Background
|
||||
readonly property string base03: "#8a9a91" // Comments, Invisibles, line highlighting
|
||||
|
||||
// --- The Foregrounds (Darkest to Lightest) ---
|
||||
readonly property string base04: "#4b5a51" // Dark Foreground (Used for status bars)
|
||||
readonly property string base05: "#364c40" // Default Foreground, Caret
|
||||
readonly property string base06: "#2a3b32" // Light Foreground (Rarely used)
|
||||
readonly property string base07: "#1e2a24" // Lightest Foreground
|
||||
|
||||
// --- The Accent Colors ---
|
||||
readonly property string base08: "#c60c30" // Red (Variables, errors)
|
||||
readonly property string base09: "#f9461c" // Orange (Integers, booleans, constants)
|
||||
readonly property string base0A: "#968400" // Yellow (Classes, search text bg, warnings)
|
||||
readonly property string base0B: "#009b3a" // Green (Strings, success states)
|
||||
readonly property string base0C: "#00a1de" // Cyan (Support, regex, escape chars)
|
||||
readonly property string base0D: "#522398" // Blue (Functions, methods, headings)
|
||||
readonly property string base0E: "#e27ea6" // Purple/Mauve (Keywords, storage, selectors)
|
||||
readonly property string base0F: "#62361b" // Brown/Flamingo (Deprecated, embedded tags)
|
||||
}
|
||||
26
build/base16-chicago-night.qml
Normal file
26
build/base16-chicago-night.qml
Normal file
@ -0,0 +1,26 @@
|
||||
pragma Singleton
|
||||
import QtQuick
|
||||
|
||||
QtObject {
|
||||
// --- The Backgrounds (Darkest to Lightest) ---
|
||||
readonly property string base00: "#1e2a24" // Default Background
|
||||
readonly property string base01: "#2a3b32" // Lighter Background (Status bars, panels)
|
||||
readonly property string base02: "#364c40" // Selection Background
|
||||
readonly property string base03: "#5f7368" // Comments, Invisibles, line highlighting
|
||||
|
||||
// --- The Foregrounds (Darkest to Lightest) ---
|
||||
readonly property string base04: "#8a9a91" // Dark Foreground (Used for status bars)
|
||||
readonly property string base05: "#a7b8af" // Default Foreground, Caret
|
||||
readonly property string base06: "#c1cdc7" // Light Foreground (Rarely used)
|
||||
readonly property string base07: "#dbe3de" // Lightest Foreground
|
||||
|
||||
// --- The Accent Colors ---
|
||||
readonly property string base08: "#c60c30" // Red (Variables, errors)
|
||||
readonly property string base09: "#f9461c" // Orange (Integers, booleans, constants)
|
||||
readonly property string base0A: "#f9e300" // Yellow (Classes, search text bg, warnings)
|
||||
readonly property string base0B: "#009b3a" // Green (Strings, success states)
|
||||
readonly property string base0C: "#00a1de" // Cyan (Support, regex, escape chars)
|
||||
readonly property string base0D: "#522398" // Blue (Functions, methods, headings)
|
||||
readonly property string base0E: "#e27ea6" // Purple/Mauve (Keywords, storage, selectors)
|
||||
readonly property string base0F: "#62361b" // Brown/Flamingo (Deprecated, embedded tags)
|
||||
}
|
||||
26
build/base16-chinoiserie-midnight.qml
Normal file
26
build/base16-chinoiserie-midnight.qml
Normal file
@ -0,0 +1,26 @@
|
||||
pragma Singleton
|
||||
import QtQuick
|
||||
|
||||
QtObject {
|
||||
// --- The Backgrounds (Darkest to Lightest) ---
|
||||
readonly property string base00: "#1d1d1d" // Default Background
|
||||
readonly property string base01: "#282828" // Lighter Background (Status bars, panels)
|
||||
readonly property string base02: "#373737" // Selection Background
|
||||
readonly property string base03: "#918072" // Comments, Invisibles, line highlighting
|
||||
|
||||
// --- The Foregrounds (Darkest to Lightest) ---
|
||||
readonly property string base04: "#bdaead" // Dark Foreground (Used for status bars)
|
||||
readonly property string base05: "#c4cbcf" // Default Foreground, Caret
|
||||
readonly property string base06: "#eee7f2" // Light Foreground (Rarely used)
|
||||
readonly property string base07: "#fffef9" // Lightest Foreground
|
||||
|
||||
// --- The Accent Colors ---
|
||||
readonly property string base08: "#ed5a56" // Red (Variables, errors)
|
||||
readonly property string base09: "#fc8c23" // Orange (Integers, booleans, constants)
|
||||
readonly property string base0A: "#fbb957" // Yellow (Classes, search text bg, warnings)
|
||||
readonly property string base0B: "#aeb831" // Green (Strings, success states)
|
||||
readonly property string base0C: "#88b68d" // Cyan (Support, regex, escape chars)
|
||||
readonly property string base0D: "#81a2a2" // Blue (Functions, methods, headings)
|
||||
readonly property string base0E: "#cf8997" // Purple/Mauve (Keywords, storage, selectors)
|
||||
readonly property string base0F: "#cd6227" // Brown/Flamingo (Deprecated, embedded tags)
|
||||
}
|
||||
26
build/base16-chinoiserie-morandi.qml
Normal file
26
build/base16-chinoiserie-morandi.qml
Normal file
@ -0,0 +1,26 @@
|
||||
pragma Singleton
|
||||
import QtQuick
|
||||
|
||||
QtObject {
|
||||
// --- The Backgrounds (Darkest to Lightest) ---
|
||||
readonly property string base00: "#1d1d1d" // Default Background
|
||||
readonly property string base01: "#282828" // Lighter Background (Status bars, panels)
|
||||
readonly property string base02: "#373737" // Selection Background
|
||||
readonly property string base03: "#918072" // Comments, Invisibles, line highlighting
|
||||
|
||||
// --- The Foregrounds (Darkest to Lightest) ---
|
||||
readonly property string base04: "#bdaead" // Dark Foreground (Used for status bars)
|
||||
readonly property string base05: "#c4cbcf" // Default Foreground, Caret
|
||||
readonly property string base06: "#eee7f2" // Light Foreground (Rarely used)
|
||||
readonly property string base07: "#fffef9" // Lightest Foreground
|
||||
|
||||
// --- The Accent Colors ---
|
||||
readonly property string base08: "#c06061" // Red (Variables, errors)
|
||||
readonly property string base09: "#ff937f" // Orange (Integers, booleans, constants)
|
||||
readonly property string base0A: "#e5bc84" // Yellow (Classes, search text bg, warnings)
|
||||
readonly property string base0B: "#8ca07b" // Green (Strings, success states)
|
||||
readonly property string base0C: "#5e8c9b" // Cyan (Support, regex, escape chars)
|
||||
readonly property string base0D: "#839ec9" // Blue (Functions, methods, headings)
|
||||
readonly property string base0E: "#98a1d8" // Purple/Mauve (Keywords, storage, selectors)
|
||||
readonly property string base0F: "#d9cdb4" // Brown/Flamingo (Deprecated, embedded tags)
|
||||
}
|
||||
26
build/base16-chinoiserie-night.qml
Normal file
26
build/base16-chinoiserie-night.qml
Normal file
@ -0,0 +1,26 @@
|
||||
pragma Singleton
|
||||
import QtQuick
|
||||
|
||||
QtObject {
|
||||
// --- The Backgrounds (Darkest to Lightest) ---
|
||||
readonly property string base00: "#1d1d1d" // Default Background
|
||||
readonly property string base01: "#282828" // Lighter Background (Status bars, panels)
|
||||
readonly property string base02: "#373737" // Selection Background
|
||||
readonly property string base03: "#918072" // Comments, Invisibles, line highlighting
|
||||
|
||||
// --- The Foregrounds (Darkest to Lightest) ---
|
||||
readonly property string base04: "#bdaead" // Dark Foreground (Used for status bars)
|
||||
readonly property string base05: "#c4cbcf" // Default Foreground, Caret
|
||||
readonly property string base06: "#eee7f2" // Light Foreground (Rarely used)
|
||||
readonly property string base07: "#fffef9" // Lightest Foreground
|
||||
|
||||
// --- The Accent Colors ---
|
||||
readonly property string base08: "#f07c82" // Red (Variables, errors)
|
||||
readonly property string base09: "#f4a83a" // Orange (Integers, booleans, constants)
|
||||
readonly property string base0A: "#f4ce69" // Yellow (Classes, search text bg, warnings)
|
||||
readonly property string base0B: "#b2cf87" // Green (Strings, success states)
|
||||
readonly property string base0C: "#b0d5df" // Cyan (Support, regex, escape chars)
|
||||
readonly property string base0D: "#8fb2c9" // Blue (Functions, methods, headings)
|
||||
readonly property string base0E: "#be9db9" // Purple/Mauve (Keywords, storage, selectors)
|
||||
readonly property string base0F: "#b89485" // Brown/Flamingo (Deprecated, embedded tags)
|
||||
}
|
||||
26
build/base16-chinoiserie.qml
Normal file
26
build/base16-chinoiserie.qml
Normal file
@ -0,0 +1,26 @@
|
||||
pragma Singleton
|
||||
import QtQuick
|
||||
|
||||
QtObject {
|
||||
// --- The Backgrounds (Darkest to Lightest) ---
|
||||
readonly property string base00: "#ffffff" // Default Background
|
||||
readonly property string base01: "#e0e0e0" // Lighter Background (Status bars, panels)
|
||||
readonly property string base02: "#d6d6d6" // Selection Background
|
||||
readonly property string base03: "#80766e" // Comments, Invisibles, line highlighting
|
||||
|
||||
// --- The Foregrounds (Darkest to Lightest) ---
|
||||
readonly property string base04: "#918072" // Dark Foreground (Used for status bars)
|
||||
readonly property string base05: "#4a4035" // Default Foreground, Caret
|
||||
readonly property string base06: "#2f2f35" // Light Foreground (Rarely used)
|
||||
readonly property string base07: "#131124" // Lightest Foreground
|
||||
|
||||
// --- The Accent Colors ---
|
||||
readonly property string base08: "#c04851" // Red (Variables, errors)
|
||||
readonly property string base09: "#fb8b05" // Orange (Integers, booleans, constants)
|
||||
readonly property string base0A: "#d6a01d" // Yellow (Classes, search text bg, warnings)
|
||||
readonly property string base0B: "#428675" // Green (Strings, success states)
|
||||
readonly property string base0C: "#2b73af" // Cyan (Support, regex, escape chars)
|
||||
readonly property string base0D: "#815c94" // Blue (Functions, methods, headings)
|
||||
readonly property string base0E: "#c08eaf" // Purple/Mauve (Keywords, storage, selectors)
|
||||
readonly property string base0F: "#945833" // Brown/Flamingo (Deprecated, embedded tags)
|
||||
}
|
||||
26
build/base16-circus.qml
Normal file
26
build/base16-circus.qml
Normal file
@ -0,0 +1,26 @@
|
||||
pragma Singleton
|
||||
import QtQuick
|
||||
|
||||
QtObject {
|
||||
// --- The Backgrounds (Darkest to Lightest) ---
|
||||
readonly property string base00: "#191919" // Default Background
|
||||
readonly property string base01: "#202020" // Lighter Background (Status bars, panels)
|
||||
readonly property string base02: "#303030" // Selection Background
|
||||
readonly property string base03: "#5f5a60" // Comments, Invisibles, line highlighting
|
||||
|
||||
// --- The Foregrounds (Darkest to Lightest) ---
|
||||
readonly property string base04: "#505050" // Dark Foreground (Used for status bars)
|
||||
readonly property string base05: "#a7a7a7" // Default Foreground, Caret
|
||||
readonly property string base06: "#808080" // Light Foreground (Rarely used)
|
||||
readonly property string base07: "#ffffff" // Lightest Foreground
|
||||
|
||||
// --- The Accent Colors ---
|
||||
readonly property string base08: "#dc657d" // Red (Variables, errors)
|
||||
readonly property string base09: "#4bb1a7" // Orange (Integers, booleans, constants)
|
||||
readonly property string base0A: "#c3ba63" // Yellow (Classes, search text bg, warnings)
|
||||
readonly property string base0B: "#84b97c" // Green (Strings, success states)
|
||||
readonly property string base0C: "#4bb1a7" // Cyan (Support, regex, escape chars)
|
||||
readonly property string base0D: "#639ee4" // Blue (Functions, methods, headings)
|
||||
readonly property string base0E: "#b888e2" // Purple/Mauve (Keywords, storage, selectors)
|
||||
readonly property string base0F: "#b888e2" // Brown/Flamingo (Deprecated, embedded tags)
|
||||
}
|
||||
26
build/base16-classic-dark.qml
Normal file
26
build/base16-classic-dark.qml
Normal file
@ -0,0 +1,26 @@
|
||||
pragma Singleton
|
||||
import QtQuick
|
||||
|
||||
QtObject {
|
||||
// --- The Backgrounds (Darkest to Lightest) ---
|
||||
readonly property string base00: "#151515" // Default Background
|
||||
readonly property string base01: "#202020" // Lighter Background (Status bars, panels)
|
||||
readonly property string base02: "#303030" // Selection Background
|
||||
readonly property string base03: "#505050" // Comments, Invisibles, line highlighting
|
||||
|
||||
// --- The Foregrounds (Darkest to Lightest) ---
|
||||
readonly property string base04: "#b0b0b0" // Dark Foreground (Used for status bars)
|
||||
readonly property string base05: "#d0d0d0" // Default Foreground, Caret
|
||||
readonly property string base06: "#e0e0e0" // Light Foreground (Rarely used)
|
||||
readonly property string base07: "#f5f5f5" // Lightest Foreground
|
||||
|
||||
// --- The Accent Colors ---
|
||||
readonly property string base08: "#ac4142" // Red (Variables, errors)
|
||||
readonly property string base09: "#d28445" // Orange (Integers, booleans, constants)
|
||||
readonly property string base0A: "#f4bf75" // Yellow (Classes, search text bg, warnings)
|
||||
readonly property string base0B: "#90a959" // Green (Strings, success states)
|
||||
readonly property string base0C: "#75b5aa" // Cyan (Support, regex, escape chars)
|
||||
readonly property string base0D: "#6a9fb5" // Blue (Functions, methods, headings)
|
||||
readonly property string base0E: "#aa759f" // Purple/Mauve (Keywords, storage, selectors)
|
||||
readonly property string base0F: "#8f5536" // Brown/Flamingo (Deprecated, embedded tags)
|
||||
}
|
||||
26
build/base16-classic-light.qml
Normal file
26
build/base16-classic-light.qml
Normal file
@ -0,0 +1,26 @@
|
||||
pragma Singleton
|
||||
import QtQuick
|
||||
|
||||
QtObject {
|
||||
// --- The Backgrounds (Darkest to Lightest) ---
|
||||
readonly property string base00: "#f5f5f5" // Default Background
|
||||
readonly property string base01: "#e0e0e0" // Lighter Background (Status bars, panels)
|
||||
readonly property string base02: "#d0d0d0" // Selection Background
|
||||
readonly property string base03: "#b0b0b0" // Comments, Invisibles, line highlighting
|
||||
|
||||
// --- The Foregrounds (Darkest to Lightest) ---
|
||||
readonly property string base04: "#505050" // Dark Foreground (Used for status bars)
|
||||
readonly property string base05: "#303030" // Default Foreground, Caret
|
||||
readonly property string base06: "#202020" // Light Foreground (Rarely used)
|
||||
readonly property string base07: "#151515" // Lightest Foreground
|
||||
|
||||
// --- The Accent Colors ---
|
||||
readonly property string base08: "#ac4142" // Red (Variables, errors)
|
||||
readonly property string base09: "#d28445" // Orange (Integers, booleans, constants)
|
||||
readonly property string base0A: "#f4bf75" // Yellow (Classes, search text bg, warnings)
|
||||
readonly property string base0B: "#90a959" // Green (Strings, success states)
|
||||
readonly property string base0C: "#75b5aa" // Cyan (Support, regex, escape chars)
|
||||
readonly property string base0D: "#6a9fb5" // Blue (Functions, methods, headings)
|
||||
readonly property string base0E: "#aa759f" // Purple/Mauve (Keywords, storage, selectors)
|
||||
readonly property string base0F: "#8f5536" // Brown/Flamingo (Deprecated, embedded tags)
|
||||
}
|
||||
26
build/base16-codeschool.qml
Normal file
26
build/base16-codeschool.qml
Normal file
@ -0,0 +1,26 @@
|
||||
pragma Singleton
|
||||
import QtQuick
|
||||
|
||||
QtObject {
|
||||
// --- The Backgrounds (Darkest to Lightest) ---
|
||||
readonly property string base00: "#232c31" // Default Background
|
||||
readonly property string base01: "#1c3657" // Lighter Background (Status bars, panels)
|
||||
readonly property string base02: "#2a343a" // Selection Background
|
||||
readonly property string base03: "#3f4944" // Comments, Invisibles, line highlighting
|
||||
|
||||
// --- The Foregrounds (Darkest to Lightest) ---
|
||||
readonly property string base04: "#84898c" // Dark Foreground (Used for status bars)
|
||||
readonly property string base05: "#9ea7a6" // Default Foreground, Caret
|
||||
readonly property string base06: "#a7cfa3" // Light Foreground (Rarely used)
|
||||
readonly property string base07: "#b5d8f6" // Lightest Foreground
|
||||
|
||||
// --- The Accent Colors ---
|
||||
readonly property string base08: "#2a5491" // Red (Variables, errors)
|
||||
readonly property string base09: "#43820d" // Orange (Integers, booleans, constants)
|
||||
readonly property string base0A: "#a03b1e" // Yellow (Classes, search text bg, warnings)
|
||||
readonly property string base0B: "#237986" // Green (Strings, success states)
|
||||
readonly property string base0C: "#b02f30" // Cyan (Support, regex, escape chars)
|
||||
readonly property string base0D: "#484d79" // Blue (Functions, methods, headings)
|
||||
readonly property string base0E: "#c59820" // Purple/Mauve (Keywords, storage, selectors)
|
||||
readonly property string base0F: "#c98344" // Brown/Flamingo (Deprecated, embedded tags)
|
||||
}
|
||||
26
build/base16-colors.qml
Normal file
26
build/base16-colors.qml
Normal file
@ -0,0 +1,26 @@
|
||||
pragma Singleton
|
||||
import QtQuick
|
||||
|
||||
QtObject {
|
||||
// --- The Backgrounds (Darkest to Lightest) ---
|
||||
readonly property string base00: "#111111" // Default Background
|
||||
readonly property string base01: "#333333" // Lighter Background (Status bars, panels)
|
||||
readonly property string base02: "#555555" // Selection Background
|
||||
readonly property string base03: "#777777" // Comments, Invisibles, line highlighting
|
||||
|
||||
// --- The Foregrounds (Darkest to Lightest) ---
|
||||
readonly property string base04: "#999999" // Dark Foreground (Used for status bars)
|
||||
readonly property string base05: "#bbbbbb" // Default Foreground, Caret
|
||||
readonly property string base06: "#dddddd" // Light Foreground (Rarely used)
|
||||
readonly property string base07: "#ffffff" // Lightest Foreground
|
||||
|
||||
// --- The Accent Colors ---
|
||||
readonly property string base08: "#ff4136" // Red (Variables, errors)
|
||||
readonly property string base09: "#ff851b" // Orange (Integers, booleans, constants)
|
||||
readonly property string base0A: "#ffdc00" // Yellow (Classes, search text bg, warnings)
|
||||
readonly property string base0B: "#2ecc40" // Green (Strings, success states)
|
||||
readonly property string base0C: "#7fdbff" // Cyan (Support, regex, escape chars)
|
||||
readonly property string base0D: "#0074d9" // Blue (Functions, methods, headings)
|
||||
readonly property string base0E: "#b10dc9" // Purple/Mauve (Keywords, storage, selectors)
|
||||
readonly property string base0F: "#85144b" // Brown/Flamingo (Deprecated, embedded tags)
|
||||
}
|
||||
26
build/base16-cupcake.qml
Normal file
26
build/base16-cupcake.qml
Normal file
@ -0,0 +1,26 @@
|
||||
pragma Singleton
|
||||
import QtQuick
|
||||
|
||||
QtObject {
|
||||
// --- The Backgrounds (Darkest to Lightest) ---
|
||||
readonly property string base00: "#fbf1f2" // Default Background
|
||||
readonly property string base01: "#f2f1f4" // Lighter Background (Status bars, panels)
|
||||
readonly property string base02: "#d8d5dd" // Selection Background
|
||||
readonly property string base03: "#bfb9c6" // Comments, Invisibles, line highlighting
|
||||
|
||||
// --- The Foregrounds (Darkest to Lightest) ---
|
||||
readonly property string base04: "#a59daf" // Dark Foreground (Used for status bars)
|
||||
readonly property string base05: "#8b8198" // Default Foreground, Caret
|
||||
readonly property string base06: "#72677e" // Light Foreground (Rarely used)
|
||||
readonly property string base07: "#585062" // Lightest Foreground
|
||||
|
||||
// --- The Accent Colors ---
|
||||
readonly property string base08: "#d57e85" // Red (Variables, errors)
|
||||
readonly property string base09: "#ebb790" // Orange (Integers, booleans, constants)
|
||||
readonly property string base0A: "#dcb16c" // Yellow (Classes, search text bg, warnings)
|
||||
readonly property string base0B: "#a3b367" // Green (Strings, success states)
|
||||
readonly property string base0C: "#69a9a7" // Cyan (Support, regex, escape chars)
|
||||
readonly property string base0D: "#7297b9" // Blue (Functions, methods, headings)
|
||||
readonly property string base0E: "#bb99b4" // Purple/Mauve (Keywords, storage, selectors)
|
||||
readonly property string base0F: "#baa58c" // Brown/Flamingo (Deprecated, embedded tags)
|
||||
}
|
||||
26
build/base16-cupertino.qml
Normal file
26
build/base16-cupertino.qml
Normal file
@ -0,0 +1,26 @@
|
||||
pragma Singleton
|
||||
import QtQuick
|
||||
|
||||
QtObject {
|
||||
// --- The Backgrounds (Darkest to Lightest) ---
|
||||
readonly property string base00: "#ffffff" // Default Background
|
||||
readonly property string base01: "#c0c0c0" // Lighter Background (Status bars, panels)
|
||||
readonly property string base02: "#c0c0c0" // Selection Background
|
||||
readonly property string base03: "#808080" // Comments, Invisibles, line highlighting
|
||||
|
||||
// --- The Foregrounds (Darkest to Lightest) ---
|
||||
readonly property string base04: "#808080" // Dark Foreground (Used for status bars)
|
||||
readonly property string base05: "#404040" // Default Foreground, Caret
|
||||
readonly property string base06: "#404040" // Light Foreground (Rarely used)
|
||||
readonly property string base07: "#5e5e5e" // Lightest Foreground
|
||||
|
||||
// --- The Accent Colors ---
|
||||
readonly property string base08: "#c41a15" // Red (Variables, errors)
|
||||
readonly property string base09: "#eb8500" // Orange (Integers, booleans, constants)
|
||||
readonly property string base0A: "#826b28" // Yellow (Classes, search text bg, warnings)
|
||||
readonly property string base0B: "#007400" // Green (Strings, success states)
|
||||
readonly property string base0C: "#318495" // Cyan (Support, regex, escape chars)
|
||||
readonly property string base0D: "#0000ff" // Blue (Functions, methods, headings)
|
||||
readonly property string base0E: "#a90d91" // Purple/Mauve (Keywords, storage, selectors)
|
||||
readonly property string base0F: "#826b28" // Brown/Flamingo (Deprecated, embedded tags)
|
||||
}
|
||||
26
build/base16-cyberpunk.qml
Normal file
26
build/base16-cyberpunk.qml
Normal file
@ -0,0 +1,26 @@
|
||||
pragma Singleton
|
||||
import QtQuick
|
||||
|
||||
QtObject {
|
||||
// --- The Backgrounds (Darkest to Lightest) ---
|
||||
readonly property string base00: "#000000" // Default Background
|
||||
readonly property string base01: "#2b2b2b" // Lighter Background (Status bars, panels)
|
||||
readonly property string base02: "#383838" // Selection Background
|
||||
readonly property string base03: "#4f4f4f" // Comments, Invisibles, line highlighting
|
||||
|
||||
// --- The Foregrounds (Darkest to Lightest) ---
|
||||
readonly property string base04: "#8b8989" // Dark Foreground (Used for status bars)
|
||||
readonly property string base05: "#dcdccc" // Default Foreground, Caret
|
||||
readonly property string base06: "#f8f8f8" // Light Foreground (Rarely used)
|
||||
readonly property string base07: "#ffffff" // Lightest Foreground
|
||||
|
||||
// --- The Accent Colors ---
|
||||
readonly property string base08: "#ff0000" // Red (Variables, errors)
|
||||
readonly property string base09: "#ffa500" // Orange (Integers, booleans, constants)
|
||||
readonly property string base0A: "#ffff00" // Yellow (Classes, search text bg, warnings)
|
||||
readonly property string base0B: "#61ce3c" // Green (Strings, success states)
|
||||
readonly property string base0C: "#93e0e3" // Cyan (Support, regex, escape chars)
|
||||
readonly property string base0D: "#4c83ff" // Blue (Functions, methods, headings)
|
||||
readonly property string base0E: "#ff1493" // Purple/Mauve (Keywords, storage, selectors)
|
||||
readonly property string base0F: "#ff8c00" // Brown/Flamingo (Deprecated, embedded tags)
|
||||
}
|
||||
26
build/base16-da-one-black.qml
Normal file
26
build/base16-da-one-black.qml
Normal file
@ -0,0 +1,26 @@
|
||||
pragma Singleton
|
||||
import QtQuick
|
||||
|
||||
QtObject {
|
||||
// --- The Backgrounds (Darkest to Lightest) ---
|
||||
readonly property string base00: "#000000" // Default Background
|
||||
readonly property string base01: "#282828" // Lighter Background (Status bars, panels)
|
||||
readonly property string base02: "#585858" // Selection Background
|
||||
readonly property string base03: "#888888" // Comments, Invisibles, line highlighting
|
||||
|
||||
// --- The Foregrounds (Darkest to Lightest) ---
|
||||
readonly property string base04: "#c8c8c8" // Dark Foreground (Used for status bars)
|
||||
readonly property string base05: "#ffffff" // Default Foreground, Caret
|
||||
readonly property string base06: "#ffffff" // Light Foreground (Rarely used)
|
||||
readonly property string base07: "#ffffff" // Lightest Foreground
|
||||
|
||||
// --- The Accent Colors ---
|
||||
readonly property string base08: "#fa7883" // Red (Variables, errors)
|
||||
readonly property string base09: "#ffc387" // Orange (Integers, booleans, constants)
|
||||
readonly property string base0A: "#ff9470" // Yellow (Classes, search text bg, warnings)
|
||||
readonly property string base0B: "#98c379" // Green (Strings, success states)
|
||||
readonly property string base0C: "#8af5ff" // Cyan (Support, regex, escape chars)
|
||||
readonly property string base0D: "#6bb8ff" // Blue (Functions, methods, headings)
|
||||
readonly property string base0E: "#e799ff" // Purple/Mauve (Keywords, storage, selectors)
|
||||
readonly property string base0F: "#b3684f" // Brown/Flamingo (Deprecated, embedded tags)
|
||||
}
|
||||
26
build/base16-da-one-gray.qml
Normal file
26
build/base16-da-one-gray.qml
Normal file
@ -0,0 +1,26 @@
|
||||
pragma Singleton
|
||||
import QtQuick
|
||||
|
||||
QtObject {
|
||||
// --- The Backgrounds (Darkest to Lightest) ---
|
||||
readonly property string base00: "#181818" // Default Background
|
||||
readonly property string base01: "#282828" // Lighter Background (Status bars, panels)
|
||||
readonly property string base02: "#585858" // Selection Background
|
||||
readonly property string base03: "#888888" // Comments, Invisibles, line highlighting
|
||||
|
||||
// --- The Foregrounds (Darkest to Lightest) ---
|
||||
readonly property string base04: "#c8c8c8" // Dark Foreground (Used for status bars)
|
||||
readonly property string base05: "#ffffff" // Default Foreground, Caret
|
||||
readonly property string base06: "#ffffff" // Light Foreground (Rarely used)
|
||||
readonly property string base07: "#ffffff" // Lightest Foreground
|
||||
|
||||
// --- The Accent Colors ---
|
||||
readonly property string base08: "#fa7883" // Red (Variables, errors)
|
||||
readonly property string base09: "#ffc387" // Orange (Integers, booleans, constants)
|
||||
readonly property string base0A: "#ff9470" // Yellow (Classes, search text bg, warnings)
|
||||
readonly property string base0B: "#98c379" // Green (Strings, success states)
|
||||
readonly property string base0C: "#8af5ff" // Cyan (Support, regex, escape chars)
|
||||
readonly property string base0D: "#6bb8ff" // Blue (Functions, methods, headings)
|
||||
readonly property string base0E: "#e799ff" // Purple/Mauve (Keywords, storage, selectors)
|
||||
readonly property string base0F: "#b3684f" // Brown/Flamingo (Deprecated, embedded tags)
|
||||
}
|
||||
26
build/base16-da-one-ocean.qml
Normal file
26
build/base16-da-one-ocean.qml
Normal file
@ -0,0 +1,26 @@
|
||||
pragma Singleton
|
||||
import QtQuick
|
||||
|
||||
QtObject {
|
||||
// --- The Backgrounds (Darkest to Lightest) ---
|
||||
readonly property string base00: "#171726" // Default Background
|
||||
readonly property string base01: "#22273d" // Lighter Background (Status bars, panels)
|
||||
readonly property string base02: "#525866" // Selection Background
|
||||
readonly property string base03: "#878d96" // Comments, Invisibles, line highlighting
|
||||
|
||||
// --- The Foregrounds (Darkest to Lightest) ---
|
||||
readonly property string base04: "#c8c8c8" // Dark Foreground (Used for status bars)
|
||||
readonly property string base05: "#ffffff" // Default Foreground, Caret
|
||||
readonly property string base06: "#ffffff" // Light Foreground (Rarely used)
|
||||
readonly property string base07: "#ffffff" // Lightest Foreground
|
||||
|
||||
// --- The Accent Colors ---
|
||||
readonly property string base08: "#fa7883" // Red (Variables, errors)
|
||||
readonly property string base09: "#ffc387" // Orange (Integers, booleans, constants)
|
||||
readonly property string base0A: "#ff9470" // Yellow (Classes, search text bg, warnings)
|
||||
readonly property string base0B: "#98c379" // Green (Strings, success states)
|
||||
readonly property string base0C: "#8af5ff" // Cyan (Support, regex, escape chars)
|
||||
readonly property string base0D: "#6bb8ff" // Blue (Functions, methods, headings)
|
||||
readonly property string base0E: "#e799ff" // Purple/Mauve (Keywords, storage, selectors)
|
||||
readonly property string base0F: "#b3684f" // Brown/Flamingo (Deprecated, embedded tags)
|
||||
}
|
||||
26
build/base16-da-one-paper.qml
Normal file
26
build/base16-da-one-paper.qml
Normal file
@ -0,0 +1,26 @@
|
||||
pragma Singleton
|
||||
import QtQuick
|
||||
|
||||
QtObject {
|
||||
// --- The Backgrounds (Darkest to Lightest) ---
|
||||
readonly property string base00: "#faf0dc" // Default Background
|
||||
readonly property string base01: "#c8c8c8" // Lighter Background (Status bars, panels)
|
||||
readonly property string base02: "#888888" // Selection Background
|
||||
readonly property string base03: "#585858" // Comments, Invisibles, line highlighting
|
||||
|
||||
// --- The Foregrounds (Darkest to Lightest) ---
|
||||
readonly property string base04: "#282828" // Dark Foreground (Used for status bars)
|
||||
readonly property string base05: "#181818" // Default Foreground, Caret
|
||||
readonly property string base06: "#000000" // Light Foreground (Rarely used)
|
||||
readonly property string base07: "#000000" // Lightest Foreground
|
||||
|
||||
// --- The Accent Colors ---
|
||||
readonly property string base08: "#de5d6e" // Red (Variables, errors)
|
||||
readonly property string base09: "#ff9470" // Orange (Integers, booleans, constants)
|
||||
readonly property string base0A: "#b3684f" // Yellow (Classes, search text bg, warnings)
|
||||
readonly property string base0B: "#76a85d" // Green (Strings, success states)
|
||||
readonly property string base0C: "#64b5a7" // Cyan (Support, regex, escape chars)
|
||||
readonly property string base0D: "#5890f8" // Blue (Functions, methods, headings)
|
||||
readonly property string base0E: "#c173d1" // Purple/Mauve (Keywords, storage, selectors)
|
||||
readonly property string base0F: "#b3684f" // Brown/Flamingo (Deprecated, embedded tags)
|
||||
}
|
||||
26
build/base16-da-one-sea.qml
Normal file
26
build/base16-da-one-sea.qml
Normal file
@ -0,0 +1,26 @@
|
||||
pragma Singleton
|
||||
import QtQuick
|
||||
|
||||
QtObject {
|
||||
// --- The Backgrounds (Darkest to Lightest) ---
|
||||
readonly property string base00: "#22273d" // Default Background
|
||||
readonly property string base01: "#374059" // Lighter Background (Status bars, panels)
|
||||
readonly property string base02: "#525866" // Selection Background
|
||||
readonly property string base03: "#878d96" // Comments, Invisibles, line highlighting
|
||||
|
||||
// --- The Foregrounds (Darkest to Lightest) ---
|
||||
readonly property string base04: "#c8c8c8" // Dark Foreground (Used for status bars)
|
||||
readonly property string base05: "#ffffff" // Default Foreground, Caret
|
||||
readonly property string base06: "#ffffff" // Light Foreground (Rarely used)
|
||||
readonly property string base07: "#ffffff" // Lightest Foreground
|
||||
|
||||
// --- The Accent Colors ---
|
||||
readonly property string base08: "#fa7883" // Red (Variables, errors)
|
||||
readonly property string base09: "#ffc387" // Orange (Integers, booleans, constants)
|
||||
readonly property string base0A: "#ff9470" // Yellow (Classes, search text bg, warnings)
|
||||
readonly property string base0B: "#98c379" // Green (Strings, success states)
|
||||
readonly property string base0C: "#8af5ff" // Cyan (Support, regex, escape chars)
|
||||
readonly property string base0D: "#6bb8ff" // Blue (Functions, methods, headings)
|
||||
readonly property string base0E: "#e799ff" // Purple/Mauve (Keywords, storage, selectors)
|
||||
readonly property string base0F: "#b3684f" // Brown/Flamingo (Deprecated, embedded tags)
|
||||
}
|
||||
26
build/base16-da-one-white.qml
Normal file
26
build/base16-da-one-white.qml
Normal file
@ -0,0 +1,26 @@
|
||||
pragma Singleton
|
||||
import QtQuick
|
||||
|
||||
QtObject {
|
||||
// --- The Backgrounds (Darkest to Lightest) ---
|
||||
readonly property string base00: "#ffffff" // Default Background
|
||||
readonly property string base01: "#c8c8c8" // Lighter Background (Status bars, panels)
|
||||
readonly property string base02: "#888888" // Selection Background
|
||||
readonly property string base03: "#585858" // Comments, Invisibles, line highlighting
|
||||
|
||||
// --- The Foregrounds (Darkest to Lightest) ---
|
||||
readonly property string base04: "#282828" // Dark Foreground (Used for status bars)
|
||||
readonly property string base05: "#181818" // Default Foreground, Caret
|
||||
readonly property string base06: "#000000" // Light Foreground (Rarely used)
|
||||
readonly property string base07: "#000000" // Lightest Foreground
|
||||
|
||||
// --- The Accent Colors ---
|
||||
readonly property string base08: "#de5d6e" // Red (Variables, errors)
|
||||
readonly property string base09: "#ff9470" // Orange (Integers, booleans, constants)
|
||||
readonly property string base0A: "#b3684f" // Yellow (Classes, search text bg, warnings)
|
||||
readonly property string base0B: "#76a85d" // Green (Strings, success states)
|
||||
readonly property string base0C: "#64b5a7" // Cyan (Support, regex, escape chars)
|
||||
readonly property string base0D: "#5890f8" // Blue (Functions, methods, headings)
|
||||
readonly property string base0E: "#c173d1" // Purple/Mauve (Keywords, storage, selectors)
|
||||
readonly property string base0F: "#b3684f" // Brown/Flamingo (Deprecated, embedded tags)
|
||||
}
|
||||
26
build/base16-danqing-light.qml
Normal file
26
build/base16-danqing-light.qml
Normal file
@ -0,0 +1,26 @@
|
||||
pragma Singleton
|
||||
import QtQuick
|
||||
|
||||
QtObject {
|
||||
// --- The Backgrounds (Darkest to Lightest) ---
|
||||
readonly property string base00: "#fcfefd" // Default Background
|
||||
readonly property string base01: "#ecf6f2" // Lighter Background (Status bars, panels)
|
||||
readonly property string base02: "#e0f0ef" // Selection Background
|
||||
readonly property string base03: "#cad8d2" // Comments, Invisibles, line highlighting
|
||||
|
||||
// --- The Foregrounds (Darkest to Lightest) ---
|
||||
readonly property string base04: "#9da8a3" // Dark Foreground (Used for status bars)
|
||||
readonly property string base05: "#5a605d" // Default Foreground, Caret
|
||||
readonly property string base06: "#434846" // Light Foreground (Rarely used)
|
||||
readonly property string base07: "#2d302f" // Lightest Foreground
|
||||
|
||||
// --- The Accent Colors ---
|
||||
readonly property string base08: "#f9906f" // Red (Variables, errors)
|
||||
readonly property string base09: "#b38a61" // Orange (Integers, booleans, constants)
|
||||
readonly property string base0A: "#f0c239" // Yellow (Classes, search text bg, warnings)
|
||||
readonly property string base0B: "#8ab361" // Green (Strings, success states)
|
||||
readonly property string base0C: "#30dff3" // Cyan (Support, regex, escape chars)
|
||||
readonly property string base0D: "#b0a4e3" // Blue (Functions, methods, headings)
|
||||
readonly property string base0E: "#cca4e3" // Purple/Mauve (Keywords, storage, selectors)
|
||||
readonly property string base0F: "#ca6924" // Brown/Flamingo (Deprecated, embedded tags)
|
||||
}
|
||||
26
build/base16-danqing.qml
Normal file
26
build/base16-danqing.qml
Normal file
@ -0,0 +1,26 @@
|
||||
pragma Singleton
|
||||
import QtQuick
|
||||
|
||||
QtObject {
|
||||
// --- The Backgrounds (Darkest to Lightest) ---
|
||||
readonly property string base00: "#2d302f" // Default Background
|
||||
readonly property string base01: "#434846" // Lighter Background (Status bars, panels)
|
||||
readonly property string base02: "#5a605d" // Selection Background
|
||||
readonly property string base03: "#9da8a3" // Comments, Invisibles, line highlighting
|
||||
|
||||
// --- The Foregrounds (Darkest to Lightest) ---
|
||||
readonly property string base04: "#cad8d2" // Dark Foreground (Used for status bars)
|
||||
readonly property string base05: "#e0f0ef" // Default Foreground, Caret
|
||||
readonly property string base06: "#ecf6f2" // Light Foreground (Rarely used)
|
||||
readonly property string base07: "#fcfefd" // Lightest Foreground
|
||||
|
||||
// --- The Accent Colors ---
|
||||
readonly property string base08: "#f9906f" // Red (Variables, errors)
|
||||
readonly property string base09: "#b38a61" // Orange (Integers, booleans, constants)
|
||||
readonly property string base0A: "#f0c239" // Yellow (Classes, search text bg, warnings)
|
||||
readonly property string base0B: "#8ab361" // Green (Strings, success states)
|
||||
readonly property string base0C: "#30dff3" // Cyan (Support, regex, escape chars)
|
||||
readonly property string base0D: "#b0a4e3" // Blue (Functions, methods, headings)
|
||||
readonly property string base0E: "#cca4e3" // Purple/Mauve (Keywords, storage, selectors)
|
||||
readonly property string base0F: "#ca6924" // Brown/Flamingo (Deprecated, embedded tags)
|
||||
}
|
||||
26
build/base16-darcula.qml
Normal file
26
build/base16-darcula.qml
Normal file
@ -0,0 +1,26 @@
|
||||
pragma Singleton
|
||||
import QtQuick
|
||||
|
||||
QtObject {
|
||||
// --- The Backgrounds (Darkest to Lightest) ---
|
||||
readonly property string base00: "#2b2b2b" // Default Background
|
||||
readonly property string base01: "#323232" // Lighter Background (Status bars, panels)
|
||||
readonly property string base02: "#323232" // Selection Background
|
||||
readonly property string base03: "#606366" // Comments, Invisibles, line highlighting
|
||||
|
||||
// --- The Foregrounds (Darkest to Lightest) ---
|
||||
readonly property string base04: "#a4a3a3" // Dark Foreground (Used for status bars)
|
||||
readonly property string base05: "#a9b7c6" // Default Foreground, Caret
|
||||
readonly property string base06: "#ffc66d" // Light Foreground (Rarely used)
|
||||
readonly property string base07: "#ffffff" // Lightest Foreground
|
||||
|
||||
// --- The Accent Colors ---
|
||||
readonly property string base08: "#4eade5" // Red (Variables, errors)
|
||||
readonly property string base09: "#689757" // Orange (Integers, booleans, constants)
|
||||
readonly property string base0A: "#bbb529" // Yellow (Classes, search text bg, warnings)
|
||||
readonly property string base0B: "#6a8759" // Green (Strings, success states)
|
||||
readonly property string base0C: "#629755" // Cyan (Support, regex, escape chars)
|
||||
readonly property string base0D: "#9876aa" // Blue (Functions, methods, headings)
|
||||
readonly property string base0E: "#cc7832" // Purple/Mauve (Keywords, storage, selectors)
|
||||
readonly property string base0F: "#808080" // Brown/Flamingo (Deprecated, embedded tags)
|
||||
}
|
||||
26
build/base16-darkmoss.qml
Normal file
26
build/base16-darkmoss.qml
Normal file
@ -0,0 +1,26 @@
|
||||
pragma Singleton
|
||||
import QtQuick
|
||||
|
||||
QtObject {
|
||||
// --- The Backgrounds (Darkest to Lightest) ---
|
||||
readonly property string base00: "#171e1f" // Default Background
|
||||
readonly property string base01: "#252c2d" // Lighter Background (Status bars, panels)
|
||||
readonly property string base02: "#373c3d" // Selection Background
|
||||
readonly property string base03: "#555e5f" // Comments, Invisibles, line highlighting
|
||||
|
||||
// --- The Foregrounds (Darkest to Lightest) ---
|
||||
readonly property string base04: "#818f80" // Dark Foreground (Used for status bars)
|
||||
readonly property string base05: "#c7c7a5" // Default Foreground, Caret
|
||||
readonly property string base06: "#e3e3c8" // Light Foreground (Rarely used)
|
||||
readonly property string base07: "#e1eaef" // Lightest Foreground
|
||||
|
||||
// --- The Accent Colors ---
|
||||
readonly property string base08: "#ff4658" // Red (Variables, errors)
|
||||
readonly property string base09: "#e6db74" // Orange (Integers, booleans, constants)
|
||||
readonly property string base0A: "#fdb11f" // Yellow (Classes, search text bg, warnings)
|
||||
readonly property string base0B: "#499180" // Green (Strings, success states)
|
||||
readonly property string base0C: "#66d9ef" // Cyan (Support, regex, escape chars)
|
||||
readonly property string base0D: "#498091" // Blue (Functions, methods, headings)
|
||||
readonly property string base0E: "#9bc0c8" // Purple/Mauve (Keywords, storage, selectors)
|
||||
readonly property string base0F: "#d27b53" // Brown/Flamingo (Deprecated, embedded tags)
|
||||
}
|
||||
26
build/base16-darktooth.qml
Normal file
26
build/base16-darktooth.qml
Normal file
@ -0,0 +1,26 @@
|
||||
pragma Singleton
|
||||
import QtQuick
|
||||
|
||||
QtObject {
|
||||
// --- The Backgrounds (Darkest to Lightest) ---
|
||||
readonly property string base00: "#1d2021" // Default Background
|
||||
readonly property string base01: "#32302f" // Lighter Background (Status bars, panels)
|
||||
readonly property string base02: "#504945" // Selection Background
|
||||
readonly property string base03: "#665c54" // Comments, Invisibles, line highlighting
|
||||
|
||||
// --- The Foregrounds (Darkest to Lightest) ---
|
||||
readonly property string base04: "#928374" // Dark Foreground (Used for status bars)
|
||||
readonly property string base05: "#a89984" // Default Foreground, Caret
|
||||
readonly property string base06: "#d5c4a1" // Light Foreground (Rarely used)
|
||||
readonly property string base07: "#fdf4c1" // Lightest Foreground
|
||||
|
||||
// --- The Accent Colors ---
|
||||
readonly property string base08: "#fb543f" // Red (Variables, errors)
|
||||
readonly property string base09: "#fe8625" // Orange (Integers, booleans, constants)
|
||||
readonly property string base0A: "#fac03b" // Yellow (Classes, search text bg, warnings)
|
||||
readonly property string base0B: "#95c085" // Green (Strings, success states)
|
||||
readonly property string base0C: "#8ba59b" // Cyan (Support, regex, escape chars)
|
||||
readonly property string base0D: "#0d6678" // Blue (Functions, methods, headings)
|
||||
readonly property string base0E: "#8f4673" // Purple/Mauve (Keywords, storage, selectors)
|
||||
readonly property string base0F: "#a87322" // Brown/Flamingo (Deprecated, embedded tags)
|
||||
}
|
||||
26
build/base16-darkviolet.qml
Normal file
26
build/base16-darkviolet.qml
Normal file
@ -0,0 +1,26 @@
|
||||
pragma Singleton
|
||||
import QtQuick
|
||||
|
||||
QtObject {
|
||||
// --- The Backgrounds (Darkest to Lightest) ---
|
||||
readonly property string base00: "#000000" // Default Background
|
||||
readonly property string base01: "#231a40" // Lighter Background (Status bars, panels)
|
||||
readonly property string base02: "#432d59" // Selection Background
|
||||
readonly property string base03: "#593380" // Comments, Invisibles, line highlighting
|
||||
|
||||
// --- The Foregrounds (Darkest to Lightest) ---
|
||||
readonly property string base04: "#00ff00" // Dark Foreground (Used for status bars)
|
||||
readonly property string base05: "#b08ae6" // Default Foreground, Caret
|
||||
readonly property string base06: "#9045e6" // Light Foreground (Rarely used)
|
||||
readonly property string base07: "#a366ff" // Lightest Foreground
|
||||
|
||||
// --- The Accent Colors ---
|
||||
readonly property string base08: "#a82ee6" // Red (Variables, errors)
|
||||
readonly property string base09: "#bb66cc" // Orange (Integers, booleans, constants)
|
||||
readonly property string base0A: "#f29df2" // Yellow (Classes, search text bg, warnings)
|
||||
readonly property string base0B: "#4595e6" // Green (Strings, success states)
|
||||
readonly property string base0C: "#40dfff" // Cyan (Support, regex, escape chars)
|
||||
readonly property string base0D: "#4136d9" // Blue (Functions, methods, headings)
|
||||
readonly property string base0E: "#7e5ce6" // Purple/Mauve (Keywords, storage, selectors)
|
||||
readonly property string base0F: "#a886bf" // Brown/Flamingo (Deprecated, embedded tags)
|
||||
}
|
||||
26
build/base16-decaf.qml
Normal file
26
build/base16-decaf.qml
Normal file
@ -0,0 +1,26 @@
|
||||
pragma Singleton
|
||||
import QtQuick
|
||||
|
||||
QtObject {
|
||||
// --- The Backgrounds (Darkest to Lightest) ---
|
||||
readonly property string base00: "#2d2d2d" // Default Background
|
||||
readonly property string base01: "#393939" // Lighter Background (Status bars, panels)
|
||||
readonly property string base02: "#515151" // Selection Background
|
||||
readonly property string base03: "#777777" // Comments, Invisibles, line highlighting
|
||||
|
||||
// --- The Foregrounds (Darkest to Lightest) ---
|
||||
readonly property string base04: "#b4b7b4" // Dark Foreground (Used for status bars)
|
||||
readonly property string base05: "#cccccc" // Default Foreground, Caret
|
||||
readonly property string base06: "#e0e0e0" // Light Foreground (Rarely used)
|
||||
readonly property string base07: "#ffffff" // Lightest Foreground
|
||||
|
||||
// --- The Accent Colors ---
|
||||
readonly property string base08: "#ff7f7b" // Red (Variables, errors)
|
||||
readonly property string base09: "#ffbf70" // Orange (Integers, booleans, constants)
|
||||
readonly property string base0A: "#ffd67c" // Yellow (Classes, search text bg, warnings)
|
||||
readonly property string base0B: "#beda78" // Green (Strings, success states)
|
||||
readonly property string base0C: "#bed6ff" // Cyan (Support, regex, escape chars)
|
||||
readonly property string base0D: "#90bee1" // Blue (Functions, methods, headings)
|
||||
readonly property string base0E: "#efb3f7" // Purple/Mauve (Keywords, storage, selectors)
|
||||
readonly property string base0F: "#ff93b3" // Brown/Flamingo (Deprecated, embedded tags)
|
||||
}
|
||||
26
build/base16-deep-oceanic-next.qml
Normal file
26
build/base16-deep-oceanic-next.qml
Normal file
@ -0,0 +1,26 @@
|
||||
pragma Singleton
|
||||
import QtQuick
|
||||
|
||||
QtObject {
|
||||
// --- The Backgrounds (Darkest to Lightest) ---
|
||||
readonly property string base00: "#001c1f" // Default Background
|
||||
readonly property string base01: "#002931" // Lighter Background (Status bars, panels)
|
||||
readonly property string base02: "#003640" // Selection Background
|
||||
readonly property string base03: "#004852" // Comments, Invisibles, line highlighting
|
||||
|
||||
// --- The Foregrounds (Darkest to Lightest) ---
|
||||
readonly property string base04: "#0093a3" // Dark Foreground (Used for status bars)
|
||||
readonly property string base05: "#d4e1e8" // Default Foreground, Caret
|
||||
readonly property string base06: "#e0e9ef" // Light Foreground (Rarely used)
|
||||
readonly property string base07: "#f2f7f9" // Lightest Foreground
|
||||
|
||||
// --- The Accent Colors ---
|
||||
readonly property string base08: "#d3464d" // Red (Variables, errors)
|
||||
readonly property string base09: "#e37552" // Orange (Integers, booleans, constants)
|
||||
readonly property string base0A: "#f3b863" // Yellow (Classes, search text bg, warnings)
|
||||
readonly property string base0B: "#63b784" // Green (Strings, success states)
|
||||
readonly property string base0C: "#4fb7ae" // Cyan (Support, regex, escape chars)
|
||||
readonly property string base0D: "#568ccf" // Blue (Functions, methods, headings)
|
||||
readonly property string base0E: "#8b66d6" // Purple/Mauve (Keywords, storage, selectors)
|
||||
readonly property string base0F: "#d0658e" // Brown/Flamingo (Deprecated, embedded tags)
|
||||
}
|
||||
26
build/base16-default-dark.qml
Normal file
26
build/base16-default-dark.qml
Normal file
@ -0,0 +1,26 @@
|
||||
pragma Singleton
|
||||
import QtQuick
|
||||
|
||||
QtObject {
|
||||
// --- The Backgrounds (Darkest to Lightest) ---
|
||||
readonly property string base00: "#181818" // Default Background
|
||||
readonly property string base01: "#282828" // Lighter Background (Status bars, panels)
|
||||
readonly property string base02: "#383838" // Selection Background
|
||||
readonly property string base03: "#585858" // Comments, Invisibles, line highlighting
|
||||
|
||||
// --- The Foregrounds (Darkest to Lightest) ---
|
||||
readonly property string base04: "#b8b8b8" // Dark Foreground (Used for status bars)
|
||||
readonly property string base05: "#d8d8d8" // Default Foreground, Caret
|
||||
readonly property string base06: "#e8e8e8" // Light Foreground (Rarely used)
|
||||
readonly property string base07: "#f8f8f8" // Lightest Foreground
|
||||
|
||||
// --- The Accent Colors ---
|
||||
readonly property string base08: "#ab4642" // Red (Variables, errors)
|
||||
readonly property string base09: "#dc9656" // Orange (Integers, booleans, constants)
|
||||
readonly property string base0A: "#f7ca88" // Yellow (Classes, search text bg, warnings)
|
||||
readonly property string base0B: "#a1b56c" // Green (Strings, success states)
|
||||
readonly property string base0C: "#86c1b9" // Cyan (Support, regex, escape chars)
|
||||
readonly property string base0D: "#7cafc2" // Blue (Functions, methods, headings)
|
||||
readonly property string base0E: "#ba8baf" // Purple/Mauve (Keywords, storage, selectors)
|
||||
readonly property string base0F: "#a16946" // Brown/Flamingo (Deprecated, embedded tags)
|
||||
}
|
||||
26
build/base16-default-light.qml
Normal file
26
build/base16-default-light.qml
Normal file
@ -0,0 +1,26 @@
|
||||
pragma Singleton
|
||||
import QtQuick
|
||||
|
||||
QtObject {
|
||||
// --- The Backgrounds (Darkest to Lightest) ---
|
||||
readonly property string base00: "#f8f8f8" // Default Background
|
||||
readonly property string base01: "#e8e8e8" // Lighter Background (Status bars, panels)
|
||||
readonly property string base02: "#d8d8d8" // Selection Background
|
||||
readonly property string base03: "#b8b8b8" // Comments, Invisibles, line highlighting
|
||||
|
||||
// --- The Foregrounds (Darkest to Lightest) ---
|
||||
readonly property string base04: "#585858" // Dark Foreground (Used for status bars)
|
||||
readonly property string base05: "#383838" // Default Foreground, Caret
|
||||
readonly property string base06: "#282828" // Light Foreground (Rarely used)
|
||||
readonly property string base07: "#181818" // Lightest Foreground
|
||||
|
||||
// --- The Accent Colors ---
|
||||
readonly property string base08: "#ab4642" // Red (Variables, errors)
|
||||
readonly property string base09: "#dc9656" // Orange (Integers, booleans, constants)
|
||||
readonly property string base0A: "#f7ca88" // Yellow (Classes, search text bg, warnings)
|
||||
readonly property string base0B: "#a1b56c" // Green (Strings, success states)
|
||||
readonly property string base0C: "#86c1b9" // Cyan (Support, regex, escape chars)
|
||||
readonly property string base0D: "#7cafc2" // Blue (Functions, methods, headings)
|
||||
readonly property string base0E: "#ba8baf" // Purple/Mauve (Keywords, storage, selectors)
|
||||
readonly property string base0F: "#a16946" // Brown/Flamingo (Deprecated, embedded tags)
|
||||
}
|
||||
26
build/base16-digital-rain.qml
Normal file
26
build/base16-digital-rain.qml
Normal file
@ -0,0 +1,26 @@
|
||||
pragma Singleton
|
||||
import QtQuick
|
||||
|
||||
QtObject {
|
||||
// --- The Backgrounds (Darkest to Lightest) ---
|
||||
readonly property string base00: "#000000" // Default Background
|
||||
readonly property string base01: "#4a806c" // Lighter Background (Status bars, panels)
|
||||
readonly property string base02: "#4a8d7e" // Selection Background
|
||||
readonly property string base03: "#7c8d7c" // Comments, Invisibles, line highlighting
|
||||
|
||||
// --- The Foregrounds (Darkest to Lightest) ---
|
||||
readonly property string base04: "#919893" // Dark Foreground (Used for status bars)
|
||||
readonly property string base05: "#00ff00" // Default Foreground, Caret
|
||||
readonly property string base06: "#c4cec4" // Light Foreground (Rarely used)
|
||||
readonly property string base07: "#d8e2dc" // Lightest Foreground
|
||||
|
||||
// --- The Accent Colors ---
|
||||
readonly property string base08: "#c85a46" // Red (Variables, errors)
|
||||
readonly property string base09: "#c86428" // Orange (Integers, booleans, constants)
|
||||
readonly property string base0A: "#a67a50" // Yellow (Classes, search text bg, warnings)
|
||||
readonly property string base0B: "#64c83c" // Green (Strings, success states)
|
||||
readonly property string base0C: "#468c78" // Cyan (Support, regex, escape chars)
|
||||
readonly property string base0D: "#5482af" // Blue (Functions, methods, headings)
|
||||
readonly property string base0E: "#9472b4" // Purple/Mauve (Keywords, storage, selectors)
|
||||
readonly property string base0F: "#b37c5e" // Brown/Flamingo (Deprecated, embedded tags)
|
||||
}
|
||||
26
build/base16-dirtysea.qml
Normal file
26
build/base16-dirtysea.qml
Normal file
@ -0,0 +1,26 @@
|
||||
pragma Singleton
|
||||
import QtQuick
|
||||
|
||||
QtObject {
|
||||
// --- The Backgrounds (Darkest to Lightest) ---
|
||||
readonly property string base00: "#e0e0e0" // Default Background
|
||||
readonly property string base01: "#d0dad0" // Lighter Background (Status bars, panels)
|
||||
readonly property string base02: "#d0d0d0" // Selection Background
|
||||
readonly property string base03: "#707070" // Comments, Invisibles, line highlighting
|
||||
|
||||
// --- The Foregrounds (Darkest to Lightest) ---
|
||||
readonly property string base04: "#202020" // Dark Foreground (Used for status bars)
|
||||
readonly property string base05: "#000000" // Default Foreground, Caret
|
||||
readonly property string base06: "#f8f8f8" // Light Foreground (Rarely used)
|
||||
readonly property string base07: "#c4d9c4" // Lightest Foreground
|
||||
|
||||
// --- The Accent Colors ---
|
||||
readonly property string base08: "#840000" // Red (Variables, errors)
|
||||
readonly property string base09: "#006565" // Orange (Integers, booleans, constants)
|
||||
readonly property string base0A: "#755b00" // Yellow (Classes, search text bg, warnings)
|
||||
readonly property string base0B: "#730073" // Green (Strings, success states)
|
||||
readonly property string base0C: "#755b00" // Cyan (Support, regex, escape chars)
|
||||
readonly property string base0D: "#007300" // Blue (Functions, methods, headings)
|
||||
readonly property string base0E: "#000090" // Purple/Mauve (Keywords, storage, selectors)
|
||||
readonly property string base0F: "#755b00" // Brown/Flamingo (Deprecated, embedded tags)
|
||||
}
|
||||
26
build/base16-dracula.qml
Normal file
26
build/base16-dracula.qml
Normal file
@ -0,0 +1,26 @@
|
||||
pragma Singleton
|
||||
import QtQuick
|
||||
|
||||
QtObject {
|
||||
// --- The Backgrounds (Darkest to Lightest) ---
|
||||
readonly property string base00: "#282a36" // Default Background
|
||||
readonly property string base01: "#363447" // Lighter Background (Status bars, panels)
|
||||
readonly property string base02: "#44475a" // Selection Background
|
||||
readonly property string base03: "#6272a4" // Comments, Invisibles, line highlighting
|
||||
|
||||
// --- The Foregrounds (Darkest to Lightest) ---
|
||||
readonly property string base04: "#9ea8c7" // Dark Foreground (Used for status bars)
|
||||
readonly property string base05: "#f8f8f2" // Default Foreground, Caret
|
||||
readonly property string base06: "#f0f1f4" // Light Foreground (Rarely used)
|
||||
readonly property string base07: "#ffffff" // Lightest Foreground
|
||||
|
||||
// --- The Accent Colors ---
|
||||
readonly property string base08: "#ff5555" // Red (Variables, errors)
|
||||
readonly property string base09: "#ffb86c" // Orange (Integers, booleans, constants)
|
||||
readonly property string base0A: "#f1fa8c" // Yellow (Classes, search text bg, warnings)
|
||||
readonly property string base0B: "#50fa7b" // Green (Strings, success states)
|
||||
readonly property string base0C: "#8be9fd" // Cyan (Support, regex, escape chars)
|
||||
readonly property string base0D: "#80bfff" // Blue (Functions, methods, headings)
|
||||
readonly property string base0E: "#ff79c6" // Purple/Mauve (Keywords, storage, selectors)
|
||||
readonly property string base0F: "#bd93f9" // Brown/Flamingo (Deprecated, embedded tags)
|
||||
}
|
||||
26
build/base16-edge-dark.qml
Normal file
26
build/base16-edge-dark.qml
Normal file
@ -0,0 +1,26 @@
|
||||
pragma Singleton
|
||||
import QtQuick
|
||||
|
||||
QtObject {
|
||||
// --- The Backgrounds (Darkest to Lightest) ---
|
||||
readonly property string base00: "#262729" // Default Background
|
||||
readonly property string base01: "#313235" // Lighter Background (Status bars, panels)
|
||||
readonly property string base02: "#3d3f42" // Selection Background
|
||||
readonly property string base03: "#4a4c4f" // Comments, Invisibles, line highlighting
|
||||
|
||||
// --- The Foregrounds (Darkest to Lightest) ---
|
||||
readonly property string base04: "#95989d" // Dark Foreground (Used for status bars)
|
||||
readonly property string base05: "#afb2b5" // Default Foreground, Caret
|
||||
readonly property string base06: "#caccce" // Light Foreground (Rarely used)
|
||||
readonly property string base07: "#e4e5e6" // Lightest Foreground
|
||||
|
||||
// --- The Accent Colors ---
|
||||
readonly property string base08: "#e77171" // Red (Variables, errors)
|
||||
readonly property string base09: "#eba31a" // Orange (Integers, booleans, constants)
|
||||
readonly property string base0A: "#dbb774" // Yellow (Classes, search text bg, warnings)
|
||||
readonly property string base0B: "#a1bf78" // Green (Strings, success states)
|
||||
readonly property string base0C: "#5ebaa5" // Cyan (Support, regex, escape chars)
|
||||
readonly property string base0D: "#73b3e7" // Blue (Functions, methods, headings)
|
||||
readonly property string base0E: "#d390e7" // Purple/Mauve (Keywords, storage, selectors)
|
||||
readonly property string base0F: "#5ebaa5" // Brown/Flamingo (Deprecated, embedded tags)
|
||||
}
|
||||
26
build/base16-edge-light.qml
Normal file
26
build/base16-edge-light.qml
Normal file
@ -0,0 +1,26 @@
|
||||
pragma Singleton
|
||||
import QtQuick
|
||||
|
||||
QtObject {
|
||||
// --- The Backgrounds (Darkest to Lightest) ---
|
||||
readonly property string base00: "#fafafa" // Default Background
|
||||
readonly property string base01: "#e3e5e8" // Lighter Background (Status bars, panels)
|
||||
readonly property string base02: "#acb1b9" // Selection Background
|
||||
readonly property string base03: "#9197a1" // Comments, Invisibles, line highlighting
|
||||
|
||||
// --- The Foregrounds (Darkest to Lightest) ---
|
||||
readonly property string base04: "#5e646f" // Dark Foreground (Used for status bars)
|
||||
readonly property string base05: "#474752" // Default Foreground, Caret
|
||||
readonly property string base06: "#3a3a46" // Light Foreground (Rarely used)
|
||||
readonly property string base07: "#2e2e38" // Lightest Foreground
|
||||
|
||||
// --- The Accent Colors ---
|
||||
readonly property string base08: "#db7070" // Red (Variables, errors)
|
||||
readonly property string base09: "#eba31a" // Orange (Integers, booleans, constants)
|
||||
readonly property string base0A: "#ebcc1a" // Yellow (Classes, search text bg, warnings)
|
||||
readonly property string base0B: "#7c9f4b" // Green (Strings, success states)
|
||||
readonly property string base0C: "#509c93" // Cyan (Support, regex, escape chars)
|
||||
readonly property string base0D: "#6587bf" // Blue (Functions, methods, headings)
|
||||
readonly property string base0E: "#b870ce" // Purple/Mauve (Keywords, storage, selectors)
|
||||
readonly property string base0F: "#509c93" // Brown/Flamingo (Deprecated, embedded tags)
|
||||
}
|
||||
26
build/base16-eighties.qml
Normal file
26
build/base16-eighties.qml
Normal file
@ -0,0 +1,26 @@
|
||||
pragma Singleton
|
||||
import QtQuick
|
||||
|
||||
QtObject {
|
||||
// --- The Backgrounds (Darkest to Lightest) ---
|
||||
readonly property string base00: "#2d2d2d" // Default Background
|
||||
readonly property string base01: "#393939" // Lighter Background (Status bars, panels)
|
||||
readonly property string base02: "#515151" // Selection Background
|
||||
readonly property string base03: "#747369" // Comments, Invisibles, line highlighting
|
||||
|
||||
// --- The Foregrounds (Darkest to Lightest) ---
|
||||
readonly property string base04: "#a09f93" // Dark Foreground (Used for status bars)
|
||||
readonly property string base05: "#d3d0c8" // Default Foreground, Caret
|
||||
readonly property string base06: "#e8e6df" // Light Foreground (Rarely used)
|
||||
readonly property string base07: "#f2f0ec" // Lightest Foreground
|
||||
|
||||
// --- The Accent Colors ---
|
||||
readonly property string base08: "#f2777a" // Red (Variables, errors)
|
||||
readonly property string base09: "#f99157" // Orange (Integers, booleans, constants)
|
||||
readonly property string base0A: "#ffcc66" // Yellow (Classes, search text bg, warnings)
|
||||
readonly property string base0B: "#99cc99" // Green (Strings, success states)
|
||||
readonly property string base0C: "#66cccc" // Cyan (Support, regex, escape chars)
|
||||
readonly property string base0D: "#6699cc" // Blue (Functions, methods, headings)
|
||||
readonly property string base0E: "#cc99cc" // Purple/Mauve (Keywords, storage, selectors)
|
||||
readonly property string base0F: "#d27b53" // Brown/Flamingo (Deprecated, embedded tags)
|
||||
}
|
||||
26
build/base16-eldritch.qml
Normal file
26
build/base16-eldritch.qml
Normal file
@ -0,0 +1,26 @@
|
||||
pragma Singleton
|
||||
import QtQuick
|
||||
|
||||
QtObject {
|
||||
// --- The Backgrounds (Darkest to Lightest) ---
|
||||
readonly property string base00: "#212337" // Default Background
|
||||
readonly property string base01: "#323449" // Lighter Background (Status bars, panels)
|
||||
readonly property string base02: "#3b4261" // Selection Background
|
||||
readonly property string base03: "#7081d0" // Comments, Invisibles, line highlighting
|
||||
|
||||
// --- The Foregrounds (Darkest to Lightest) ---
|
||||
readonly property string base04: "#a1abe0" // Dark Foreground (Used for status bars)
|
||||
readonly property string base05: "#ebfafa" // Default Foreground, Caret
|
||||
readonly property string base06: "#f0f2f4" // Light Foreground (Rarely used)
|
||||
readonly property string base07: "#ffffff" // Lightest Foreground
|
||||
|
||||
// --- The Accent Colors ---
|
||||
readonly property string base08: "#f16c75" // Red (Variables, errors)
|
||||
readonly property string base09: "#f7c67f" // Orange (Integers, booleans, constants)
|
||||
readonly property string base0A: "#f1fc79" // Yellow (Classes, search text bg, warnings)
|
||||
readonly property string base0B: "#37f499" // Green (Strings, success states)
|
||||
readonly property string base0C: "#04d1f9" // Cyan (Support, regex, escape chars)
|
||||
readonly property string base0D: "#39ddfd" // Blue (Functions, methods, headings)
|
||||
readonly property string base0E: "#a48cf2" // Purple/Mauve (Keywords, storage, selectors)
|
||||
readonly property string base0F: "#f265b5" // Brown/Flamingo (Deprecated, embedded tags)
|
||||
}
|
||||
26
build/base16-embers-light.qml
Normal file
26
build/base16-embers-light.qml
Normal file
@ -0,0 +1,26 @@
|
||||
pragma Singleton
|
||||
import QtQuick
|
||||
|
||||
QtObject {
|
||||
// --- The Backgrounds (Darkest to Lightest) ---
|
||||
readonly property string base00: "#d1d6db" // Default Background
|
||||
readonly property string base01: "#aeb6be" // Lighter Background (Status bars, panels)
|
||||
readonly property string base02: "#909aa3" // Selection Background
|
||||
readonly property string base03: "#75808a" // Comments, Invisibles, line highlighting
|
||||
|
||||
// --- The Foregrounds (Darkest to Lightest) ---
|
||||
readonly property string base04: "#47505a" // Dark Foreground (Used for status bars)
|
||||
readonly property string base05: "#323b43" // Default Foreground, Caret
|
||||
readonly property string base06: "#20262c" // Light Foreground (Rarely used)
|
||||
readonly property string base07: "#0f1316" // Lightest Foreground
|
||||
|
||||
// --- The Accent Colors ---
|
||||
readonly property string base08: "#576d82" // Red (Variables, errors)
|
||||
readonly property string base09: "#578282" // Orange (Integers, booleans, constants)
|
||||
readonly property string base0A: "#57826d" // Yellow (Classes, search text bg, warnings)
|
||||
readonly property string base0B: "#6d8257" // Green (Strings, success states)
|
||||
readonly property string base0C: "#826d57" // Cyan (Support, regex, escape chars)
|
||||
readonly property string base0D: "#82576d" // Blue (Functions, methods, headings)
|
||||
readonly property string base0E: "#6d5782" // Purple/Mauve (Keywords, storage, selectors)
|
||||
readonly property string base0F: "#575782" // Brown/Flamingo (Deprecated, embedded tags)
|
||||
}
|
||||
26
build/base16-embers.qml
Normal file
26
build/base16-embers.qml
Normal file
@ -0,0 +1,26 @@
|
||||
pragma Singleton
|
||||
import QtQuick
|
||||
|
||||
QtObject {
|
||||
// --- The Backgrounds (Darkest to Lightest) ---
|
||||
readonly property string base00: "#16130f" // Default Background
|
||||
readonly property string base01: "#2c2620" // Lighter Background (Status bars, panels)
|
||||
readonly property string base02: "#433b32" // Selection Background
|
||||
readonly property string base03: "#5a5047" // Comments, Invisibles, line highlighting
|
||||
|
||||
// --- The Foregrounds (Darkest to Lightest) ---
|
||||
readonly property string base04: "#8a8075" // Dark Foreground (Used for status bars)
|
||||
readonly property string base05: "#a39a90" // Default Foreground, Caret
|
||||
readonly property string base06: "#beb6ae" // Light Foreground (Rarely used)
|
||||
readonly property string base07: "#dbd6d1" // Lightest Foreground
|
||||
|
||||
// --- The Accent Colors ---
|
||||
readonly property string base08: "#826d57" // Red (Variables, errors)
|
||||
readonly property string base09: "#828257" // Orange (Integers, booleans, constants)
|
||||
readonly property string base0A: "#6d8257" // Yellow (Classes, search text bg, warnings)
|
||||
readonly property string base0B: "#57826d" // Green (Strings, success states)
|
||||
readonly property string base0C: "#576d82" // Cyan (Support, regex, escape chars)
|
||||
readonly property string base0D: "#6d5782" // Blue (Functions, methods, headings)
|
||||
readonly property string base0E: "#82576d" // Purple/Mauve (Keywords, storage, selectors)
|
||||
readonly property string base0F: "#825757" // Brown/Flamingo (Deprecated, embedded tags)
|
||||
}
|
||||
26
build/base16-emil.qml
Normal file
26
build/base16-emil.qml
Normal file
@ -0,0 +1,26 @@
|
||||
pragma Singleton
|
||||
import QtQuick
|
||||
|
||||
QtObject {
|
||||
// --- The Backgrounds (Darkest to Lightest) ---
|
||||
readonly property string base00: "#efefef" // Default Background
|
||||
readonly property string base01: "#bebed2" // Lighter Background (Status bars, panels)
|
||||
readonly property string base02: "#9e9eaf" // Selection Background
|
||||
readonly property string base03: "#7c7c98" // Comments, Invisibles, line highlighting
|
||||
|
||||
// --- The Foregrounds (Darkest to Lightest) ---
|
||||
readonly property string base04: "#505063" // Dark Foreground (Used for status bars)
|
||||
readonly property string base05: "#313145" // Default Foreground, Caret
|
||||
readonly property string base06: "#22223a" // Light Foreground (Rarely used)
|
||||
readonly property string base07: "#1a1a2f" // Lightest Foreground
|
||||
|
||||
// --- The Accent Colors ---
|
||||
readonly property string base08: "#f43979" // Red (Variables, errors)
|
||||
readonly property string base09: "#d22a8b" // Orange (Integers, booleans, constants)
|
||||
readonly property string base0A: "#ff669b" // Yellow (Classes, search text bg, warnings)
|
||||
readonly property string base0B: "#0073a8" // Green (Strings, success states)
|
||||
readonly property string base0C: "#2155d6" // Cyan (Support, regex, escape chars)
|
||||
readonly property string base0D: "#471397" // Blue (Functions, methods, headings)
|
||||
readonly property string base0E: "#6916b6" // Purple/Mauve (Keywords, storage, selectors)
|
||||
readonly property string base0F: "#8d17a5" // Brown/Flamingo (Deprecated, embedded tags)
|
||||
}
|
||||
26
build/base16-equilibrium-dark.qml
Normal file
26
build/base16-equilibrium-dark.qml
Normal file
@ -0,0 +1,26 @@
|
||||
pragma Singleton
|
||||
import QtQuick
|
||||
|
||||
QtObject {
|
||||
// --- The Backgrounds (Darkest to Lightest) ---
|
||||
readonly property string base00: "#0c1118" // Default Background
|
||||
readonly property string base01: "#181c22" // Lighter Background (Status bars, panels)
|
||||
readonly property string base02: "#22262d" // Selection Background
|
||||
readonly property string base03: "#7b776e" // Comments, Invisibles, line highlighting
|
||||
|
||||
// --- The Foregrounds (Darkest to Lightest) ---
|
||||
readonly property string base04: "#949088" // Dark Foreground (Used for status bars)
|
||||
readonly property string base05: "#afaba2" // Default Foreground, Caret
|
||||
readonly property string base06: "#cac6bd" // Light Foreground (Rarely used)
|
||||
readonly property string base07: "#e7e2d9" // Lightest Foreground
|
||||
|
||||
// --- The Accent Colors ---
|
||||
readonly property string base08: "#f04339" // Red (Variables, errors)
|
||||
readonly property string base09: "#df5923" // Orange (Integers, booleans, constants)
|
||||
readonly property string base0A: "#bb8801" // Yellow (Classes, search text bg, warnings)
|
||||
readonly property string base0B: "#7f8b00" // Green (Strings, success states)
|
||||
readonly property string base0C: "#00948b" // Cyan (Support, regex, escape chars)
|
||||
readonly property string base0D: "#008dd1" // Blue (Functions, methods, headings)
|
||||
readonly property string base0E: "#6a7fd2" // Purple/Mauve (Keywords, storage, selectors)
|
||||
readonly property string base0F: "#e3488e" // Brown/Flamingo (Deprecated, embedded tags)
|
||||
}
|
||||
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user