Niri theme
This commit is contained in:
@@ -1,22 +1,22 @@
|
|||||||
background = #191112
|
background = #181818
|
||||||
foreground = #f0dee0
|
foreground = #f0f0f0
|
||||||
cursor-color = #e91e63
|
cursor-color = #ff0080
|
||||||
selection-background = #4a0e2f
|
selection-background = #cc0066
|
||||||
selection-foreground = #f0dee0
|
selection-foreground = #f0f0f0
|
||||||
|
|
||||||
palette = 0=#191112
|
palette = 0=#0D0D0D
|
||||||
palette = 1=#d25e38
|
palette = 1=#d45d39
|
||||||
palette = 2=#6ed686
|
palette = 2=#6ed684
|
||||||
palette = 3=#cddb7b
|
palette = 3=#cfdb7b
|
||||||
palette = 4=#db5276
|
palette = 4=#dd488d
|
||||||
palette = 5=#d4587e
|
palette = 5=#de478d
|
||||||
palette = 6=#f32d6b
|
palette = 6=#FF0080
|
||||||
palette = 7=#abb2bf
|
palette = 7=#abb2bf
|
||||||
palette = 8=#5c6370
|
palette = 8=#5c6370
|
||||||
palette = 9=#e07f5f
|
palette = 9=#e07c5f
|
||||||
palette = 10=#86e09a
|
palette = 10=#86e098
|
||||||
palette = 11=#dce897
|
palette = 11=#dde897
|
||||||
palette = 12=#ffb8c7
|
palette = 12=#ffb7d2
|
||||||
palette = 13=#bb5787
|
palette = 13=#bc5097
|
||||||
palette = 14=#b3606f
|
palette = 14=#b45c7a
|
||||||
palette = 15=#ffffff
|
palette = 15=#ffffff
|
||||||
|
|||||||
@@ -2,15 +2,15 @@ layout {
|
|||||||
background-color "transparent"
|
background-color "transparent"
|
||||||
|
|
||||||
focus-ring {
|
focus-ring {
|
||||||
active-color "#e91e63"
|
active-color "#ff0080"
|
||||||
inactive-color "#9f8c8e"
|
inactive-color "#8000ff"
|
||||||
urgent-color "#f2b8b5"
|
urgent-color "#ff4080"
|
||||||
}
|
}
|
||||||
|
|
||||||
border {
|
border {
|
||||||
active-color "#e91e63"
|
active-color "#ff0080"
|
||||||
inactive-color "#9f8c8e"
|
inactive-color "#8000ff"
|
||||||
urgent-color "#f2b8b5"
|
urgent-color "#ff4080"
|
||||||
}
|
}
|
||||||
|
|
||||||
shadow {
|
shadow {
|
||||||
@@ -18,19 +18,19 @@ layout {
|
|||||||
}
|
}
|
||||||
|
|
||||||
tab-indicator {
|
tab-indicator {
|
||||||
active-color "#e91e63"
|
active-color "#ff0080"
|
||||||
inactive-color "#9f8c8e"
|
inactive-color "#8000ff"
|
||||||
urgent-color "#f2b8b5"
|
urgent-color "#ff4080"
|
||||||
}
|
}
|
||||||
|
|
||||||
insert-hint {
|
insert-hint {
|
||||||
color "#e91e6380"
|
color "#ff008080"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
recent-windows {
|
recent-windows {
|
||||||
highlight {
|
highlight {
|
||||||
active-color "#4a0e2f"
|
active-color "#cc0066"
|
||||||
urgent-color "#f2b8b5"
|
urgent-color "#ff4080"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
42
niri/.config/niri/themes/hotline.json
Normal file
42
niri/.config/niri/themes/hotline.json
Normal file
@@ -0,0 +1,42 @@
|
|||||||
|
{
|
||||||
|
"dark": {
|
||||||
|
"name": "Hotline Miami Dark",
|
||||||
|
"primary": "#FF0080",
|
||||||
|
"primaryText": "#FFFFFF",
|
||||||
|
"primaryContainer": "#CC0066",
|
||||||
|
"secondary": "#00FF80",
|
||||||
|
"surface": "#0D0D0D",
|
||||||
|
"surfaceText": "#F0F0F0",
|
||||||
|
"surfaceVariant": "#1A0F1A",
|
||||||
|
"surfaceVariantText": "#E0E0E0",
|
||||||
|
"surfaceTint": "#FF0080",
|
||||||
|
"background": "#181818",
|
||||||
|
"backgroundText": "#FFFFFF",
|
||||||
|
"outline": "#8000FF",
|
||||||
|
"surfaceContainer": "#1A0D1A",
|
||||||
|
"surfaceContainerHigh": "#260F26",
|
||||||
|
"error": "#FF4080",
|
||||||
|
"warning": "#FFFF00",
|
||||||
|
"info": "#00FF80"
|
||||||
|
},
|
||||||
|
"light": {
|
||||||
|
"name": "Hotline Miami Light",
|
||||||
|
"primary": "#CC0066",
|
||||||
|
"primaryText": "#FFFFFF",
|
||||||
|
"primaryContainer": "#FF80B3",
|
||||||
|
"secondary": "#00CC66",
|
||||||
|
"surface": "#FFF0FF",
|
||||||
|
"surfaceText": "#1A0F1A",
|
||||||
|
"surfaceVariant": "#F0E6F0",
|
||||||
|
"surfaceVariantText": "#2D1A2D",
|
||||||
|
"surfaceTint": "#CC0066",
|
||||||
|
"background": "#FFFFFF",
|
||||||
|
"backgroundText": "#0D0D0D",
|
||||||
|
"outline": "#6600CC",
|
||||||
|
"surfaceContainer": "#F5F0F5",
|
||||||
|
"surfaceContainerHigh": "#EBE0EB",
|
||||||
|
"error": "#B30040",
|
||||||
|
"warning": "#B3B300",
|
||||||
|
"info": "#00B359"
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -1,49 +1,50 @@
|
|||||||
{
|
{
|
||||||
"LazyVim": { "branch": "main", "commit": "28db03f958d58dfff3c647ce28fdc1cb88ac158d" },
|
"LazyVim": { "branch": "main", "commit": "28db03f958d58dfff3c647ce28fdc1cb88ac158d" },
|
||||||
"LuaSnip": { "branch": "master", "commit": "3732756842a2f7e0e76a7b0487e9692072857277" },
|
"LuaSnip": { "branch": "master", "commit": "3732756842a2f7e0e76a7b0487e9692072857277" },
|
||||||
"SchemaStore.nvim": { "branch": "main", "commit": "10e90771990622daec50d14ef3e278f429b9419f" },
|
"SchemaStore.nvim": { "branch": "main", "commit": "f35b7747d4d536fba96aa098a4144e5c85252828" },
|
||||||
"alpha-nvim": { "branch": "main", "commit": "3979b01cb05734331c7873049001d3f2bb8477f4" },
|
"alpha-nvim": { "branch": "main", "commit": "3979b01cb05734331c7873049001d3f2bb8477f4" },
|
||||||
"blink.cmp": { "branch": "main", "commit": "b19413d214068f316c78978b08264ed1c41830ec" },
|
"blink.cmp": { "branch": "main", "commit": "b19413d214068f316c78978b08264ed1c41830ec" },
|
||||||
"bufferline.nvim": { "branch": "main", "commit": "655133c3b4c3e5e05ec549b9f8cc2894ac6f51b3" },
|
"bufferline.nvim": { "branch": "main", "commit": "655133c3b4c3e5e05ec549b9f8cc2894ac6f51b3" },
|
||||||
"catppuccin": { "branch": "main", "commit": "ce8d176faa4643e026e597ae3c31db59b63cef09" },
|
"catppuccin": { "branch": "main", "commit": "beaf41a30c26fd7d6c386d383155cbd65dd554cd" },
|
||||||
"conform.nvim": { "branch": "master", "commit": "9b8fa5e0b78168f68bee9bf886dc20f287c61e02" },
|
"conform.nvim": { "branch": "master", "commit": "8314f4c9e205e7f30b62147069729f9a1227d8bf" },
|
||||||
"crates.nvim": { "branch": "main", "commit": "ac9fa498a9edb96dc3056724ff69d5f40b898453" },
|
"crates.nvim": { "branch": "main", "commit": "ac9fa498a9edb96dc3056724ff69d5f40b898453" },
|
||||||
"dressing.nvim": { "branch": "master", "commit": "2d7c2db2507fa3c4956142ee607431ddb2828639" },
|
"dressing.nvim": { "branch": "master", "commit": "2d7c2db2507fa3c4956142ee607431ddb2828639" },
|
||||||
"flash.nvim": { "branch": "main", "commit": "fcea7ff883235d9024dc41e638f164a450c14ca2" },
|
"flash.nvim": { "branch": "main", "commit": "fcea7ff883235d9024dc41e638f164a450c14ca2" },
|
||||||
"friendly-snippets": { "branch": "main", "commit": "572f5660cf05f8cd8834e096d7b4c921ba18e175" },
|
"friendly-snippets": { "branch": "main", "commit": "572f5660cf05f8cd8834e096d7b4c921ba18e175" },
|
||||||
"gitsigns.nvim": { "branch": "main", "commit": "5813e4878748805f1518cee7abb50fd7205a3a48" },
|
"gitsigns.nvim": { "branch": "main", "commit": "42d6aed4e94e0f0bbced16bbdcc42f57673bd75e" },
|
||||||
"grug-far.nvim": { "branch": "main", "commit": "b58b2d65863f4ebad88b10a1ddd519e5380466e0" },
|
"grug-far.nvim": { "branch": "main", "commit": "794f03c97afc7f4b03fb6ec5111be507df1850cf" },
|
||||||
"lazy.nvim": { "branch": "main", "commit": "85c7ff3711b730b4030d03144f6db6375044ae82" },
|
"lazy.nvim": { "branch": "main", "commit": "85c7ff3711b730b4030d03144f6db6375044ae82" },
|
||||||
"lazydev.nvim": { "branch": "main", "commit": "5231c62aa83c2f8dc8e7ba957aa77098cda1257d" },
|
"lazydev.nvim": { "branch": "main", "commit": "5231c62aa83c2f8dc8e7ba957aa77098cda1257d" },
|
||||||
"lualine.nvim": { "branch": "master", "commit": "47f91c416daef12db467145e16bed5bbfe00add8" },
|
"lualine.nvim": { "branch": "master", "commit": "47f91c416daef12db467145e16bed5bbfe00add8" },
|
||||||
"markdown-preview.nvim": { "branch": "master", "commit": "a923f5fc5ba36a3b17e289dc35dc17f66d0548ee" },
|
"markdown-preview.nvim": { "branch": "master", "commit": "a923f5fc5ba36a3b17e289dc35dc17f66d0548ee" },
|
||||||
"mason-lspconfig.nvim": { "branch": "main", "commit": "3b3571b4dadbcb464804466e9872e7246c316af7" },
|
"mason-lspconfig.nvim": { "branch": "main", "commit": "e5f73a9e3d271d449685f1059eb1868f4ba276f6" },
|
||||||
"mason.nvim": { "branch": "main", "commit": "57e5a8addb8c71fb063ee4acda466c7cf6ad2800" },
|
"mason.nvim": { "branch": "main", "commit": "44d1e90e1f66e077268191e3ee9d2ac97cc18e65" },
|
||||||
"mini.ai": { "branch": "main", "commit": "bfb26d9072670c3aaefab0f53024b2f3729c8083" },
|
"mini.ai": { "branch": "main", "commit": "bfb26d9072670c3aaefab0f53024b2f3729c8083" },
|
||||||
"mini.icons": { "branch": "main", "commit": "ff2e4f1d29f659cc2bad0f9256f2f6195c6b2428" },
|
"mini.hipatterns": { "branch": "main", "commit": "add8d8abad602787377ec5d81f6b248605828e0f" },
|
||||||
|
"mini.icons": { "branch": "main", "commit": "efc85e42262cd0c9e1fdbf806c25cb0be6de115c" },
|
||||||
"mini.pairs": { "branch": "main", "commit": "d5a29b6254dad07757832db505ea5aeab9aad43a" },
|
"mini.pairs": { "branch": "main", "commit": "d5a29b6254dad07757832db505ea5aeab9aad43a" },
|
||||||
"noice.nvim": { "branch": "main", "commit": "7bfd942445fb63089b59f97ca487d605e715f155" },
|
"noice.nvim": { "branch": "main", "commit": "7bfd942445fb63089b59f97ca487d605e715f155" },
|
||||||
"nui.nvim": { "branch": "main", "commit": "de740991c12411b663994b2860f1a4fd0937c130" },
|
"nui.nvim": { "branch": "main", "commit": "de740991c12411b663994b2860f1a4fd0937c130" },
|
||||||
"nvim-jdtls": { "branch": "master", "commit": "f73731b543f5971e0da9665eb1d7ceffe1fde71f" },
|
"nvim-jdtls": { "branch": "master", "commit": "f73731b543f5971e0da9665eb1d7ceffe1fde71f" },
|
||||||
"nvim-lint": { "branch": "master", "commit": "c47b71d146a0b638f46672e6704c322369385df6" },
|
"nvim-lint": { "branch": "master", "commit": "ca6ea12daf0a4d92dc24c5c9ae22a1f0418ade37" },
|
||||||
"nvim-lspconfig": { "branch": "master", "commit": "0d7d33e40f0c27f57cb29654ed78cab17d705e68" },
|
"nvim-lspconfig": { "branch": "master", "commit": "92ee7d42320edfbb81f3cad851314ab197fa324a" },
|
||||||
"nvim-treesitter": { "branch": "main", "commit": "d3218d988f72ed34414959c9ccd802d393432d6e" },
|
"nvim-treesitter": { "branch": "main", "commit": "2ba5ec184609a96b513bf4c53a20512d64e27f39" },
|
||||||
"nvim-treesitter-textobjects": { "branch": "main", "commit": "0d7c800fadcfe2d33089f5726cb8907fc846eece" },
|
"nvim-treesitter-textobjects": { "branch": "main", "commit": "28a3494c075ef0f353314f627546537e43c09592" },
|
||||||
"nvim-ts-autotag": { "branch": "main", "commit": "c4ca798ab95b316a768d51eaaaee48f64a4a46bc" },
|
"nvim-ts-autotag": { "branch": "main", "commit": "c4ca798ab95b316a768d51eaaaee48f64a4a46bc" },
|
||||||
"persistence.nvim": { "branch": "main", "commit": "b20b2a7887bd39c1a356980b45e03250f3dce49c" },
|
"persistence.nvim": { "branch": "main", "commit": "b20b2a7887bd39c1a356980b45e03250f3dce49c" },
|
||||||
"plenary.nvim": { "branch": "master", "commit": "b9fd5226c2f76c951fc8ed5923d85e4de065e509" },
|
"plenary.nvim": { "branch": "master", "commit": "b9fd5226c2f76c951fc8ed5923d85e4de065e509" },
|
||||||
"render-markdown.nvim": { "branch": "main", "commit": "07d088bf8bdadd159eb807b90eaee86a4778383f" },
|
"render-markdown.nvim": { "branch": "main", "commit": "73a6ebc842cf81926eb1d424820b800f6f6a1227" },
|
||||||
"rustaceanvim": { "branch": "master", "commit": "823d2adfed6e8ba13e6e0dfd5d2e278868557017" },
|
"rustaceanvim": { "branch": "master", "commit": "4e9e40432b21df641f08c4ec058f2d6f89365526" },
|
||||||
"snacks.nvim": { "branch": "main", "commit": "fe7cfe9800a182274d0f868a74b7263b8c0c020b" },
|
"snacks.nvim": { "branch": "main", "commit": "fe7cfe9800a182274d0f868a74b7263b8c0c020b" },
|
||||||
"telescope-fzf-native.nvim": { "branch": "main", "commit": "6fea601bd2b694c6f2ae08a6c6fab14930c60e2c" },
|
"telescope-fzf-native.nvim": { "branch": "main", "commit": "6fea601bd2b694c6f2ae08a6c6fab14930c60e2c" },
|
||||||
"telescope.nvim": { "branch": "master", "commit": "3d757e586ff0bfc85bdb7b46c9d3d932147a0cde" },
|
"telescope.nvim": { "branch": "master", "commit": "3333a52ff548ba0a68af6d8da1e54f9cd96e9179" },
|
||||||
"todo-comments.nvim": { "branch": "main", "commit": "31e3c38ce9b29781e4422fc0322eb0a21f4e8668" },
|
"todo-comments.nvim": { "branch": "main", "commit": "31e3c38ce9b29781e4422fc0322eb0a21f4e8668" },
|
||||||
"toggleterm.nvim": { "branch": "main", "commit": "50ea089fc548917cc3cc16b46a8211833b9e3c7c" },
|
"toggleterm.nvim": { "branch": "main", "commit": "50ea089fc548917cc3cc16b46a8211833b9e3c7c" },
|
||||||
"tokyonight.nvim": { "branch": "main", "commit": "5da1b76e64daf4c5d410f06bcb6b9cb640da7dfd" },
|
"tokyonight.nvim": { "branch": "main", "commit": "5da1b76e64daf4c5d410f06bcb6b9cb640da7dfd" },
|
||||||
"trouble.nvim": { "branch": "main", "commit": "bd67efe408d4816e25e8491cc5ad4088e708a69a" },
|
"trouble.nvim": { "branch": "main", "commit": "bd67efe408d4816e25e8491cc5ad4088e708a69a" },
|
||||||
"ts-comments.nvim": { "branch": "main", "commit": "123a9fb12e7229342f807ec9e6de478b1102b041" },
|
"ts-comments.nvim": { "branch": "main", "commit": "123a9fb12e7229342f807ec9e6de478b1102b041" },
|
||||||
"venv-selector.nvim": { "branch": "main", "commit": "58bae72c84b9f7f864c879ec1896e384296f9ffb" },
|
"venv-selector.nvim": { "branch": "main", "commit": "58bae72c84b9f7f864c879ec1896e384296f9ffb" },
|
||||||
"vim-dadbod": { "branch": "master", "commit": "e95afed23712f969f83b4857a24cf9d59114c2e6" },
|
"vim-dadbod": { "branch": "master", "commit": "6d1d41da4873a445c5605f2005ad2c68c99d8770" },
|
||||||
"vim-dadbod-completion": { "branch": "master", "commit": "a8dac0b3cf6132c80dc9b18bef36d4cf7a9e1fe6" },
|
"vim-dadbod-completion": { "branch": "master", "commit": "a8dac0b3cf6132c80dc9b18bef36d4cf7a9e1fe6" },
|
||||||
"vim-dadbod-ui": { "branch": "master", "commit": "48c4f271da13d380592f4907e2d1d5558044e4e5" },
|
"vim-dadbod-ui": { "branch": "master", "commit": "48c4f271da13d380592f4907e2d1d5558044e4e5" },
|
||||||
"which-key.nvim": { "branch": "main", "commit": "3aab2147e74890957785941f0c1ad87d0a44c15a" }
|
"which-key.nvim": { "branch": "main", "commit": "3aab2147e74890957785941f0c1ad87d0a44c15a" }
|
||||||
|
|||||||
@@ -18,7 +18,8 @@
|
|||||||
"lazyvim.plugins.extras.lang.yaml",
|
"lazyvim.plugins.extras.lang.yaml",
|
||||||
"lazyvim.plugins.extras.linting.eslint",
|
"lazyvim.plugins.extras.linting.eslint",
|
||||||
"lazyvim.plugins.extras.ui.alpha",
|
"lazyvim.plugins.extras.ui.alpha",
|
||||||
"lazyvim.plugins.extras.util.dot"
|
"lazyvim.plugins.extras.util.dot",
|
||||||
|
"lazyvim.plugins.extras.util.mini-hipatterns"
|
||||||
],
|
],
|
||||||
"install_version": 8,
|
"install_version": 8,
|
||||||
"news": {
|
"news": {
|
||||||
|
|||||||
@@ -1,10 +1,10 @@
|
|||||||
[ColorScheme]
|
[ColorScheme]
|
||||||
active_colors=#f0dee0, #191112, #261d1e, #9f8c8e, #524345, #524345, #f0dee0, #000000, #f0dee0, #191112, #191112, #000000, #e91e63, #000000, #f8bbd9, #f8bbd9, #191112, #191112, #191112, #d6c2c3, #d6c2c3
|
active_colors=#f0f0f0, #0d0d0d, #1a0d1a, #8000ff, #1a0f1a, #1a0f1a, #f0f0f0, #ffffff, #f0f0f0, #181818, #181818, #000000, #ff0080, #ffffff, #00ff80, #00ff80, #0d0d0d, #0d0d0d, #0d0d0d, #e0e0e0, #e0e0e0
|
||||||
disabled_colors=#d6c2c3, #524345, #261d1e, #9f8c8e, #524345, #524345, #d6c2c3, #d6c2c3, #d6c2c3, #524345, #524345, #000000, #524345, #d6c2c3, #d6c2c3, #d6c2c3, #524345, #524345, #524345, #d6c2c3, #d6c2c3
|
disabled_colors=#e0e0e0, #1a0f1a, #1a0d1a, #8000ff, #1a0f1a, #1a0f1a, #e0e0e0, #e0e0e0, #e0e0e0, #1a0f1a, #1a0f1a, #000000, #1a0f1a, #e0e0e0, #e0e0e0, #e0e0e0, #1a0f1a, #1a0f1a, #1a0f1a, #e0e0e0, #e0e0e0
|
||||||
inactive_colors=#d6c2c3, #191112, #261d1e, #9f8c8e, #524345, #524345, #d6c2c3, #d6c2c3, #d6c2c3, #191112, #191112, #000000, #f8bbd9, #000000, #f8bbd9, #f8bbd9, #191112, #191112, #191112, #d6c2c3, #d6c2c3
|
inactive_colors=#e0e0e0, #0d0d0d, #1a0d1a, #8000ff, #1a0f1a, #1a0f1a, #e0e0e0, #e0e0e0, #e0e0e0, #0d0d0d, #0d0d0d, #000000, #00ff80, #ffffff, #00ff80, #00ff80, #0d0d0d, #0d0d0d, #0d0d0d, #e0e0e0, #e0e0e0
|
||||||
|
|
||||||
[ColorEffects:Disabled]
|
[ColorEffects:Disabled]
|
||||||
Color=214,194,195
|
Color=224,224,224
|
||||||
ColorAmount=0
|
ColorAmount=0
|
||||||
ColorEffect=0
|
ColorEffect=0
|
||||||
ContrastAmount=0.65
|
ContrastAmount=0.65
|
||||||
@@ -14,7 +14,7 @@ IntensityEffect=2
|
|||||||
|
|
||||||
[ColorEffects:Inactive]
|
[ColorEffects:Inactive]
|
||||||
ChangeSelectionColor=true
|
ChangeSelectionColor=true
|
||||||
Color=159,140,142
|
Color=128,0,255
|
||||||
ColorAmount=0.025
|
ColorAmount=0.025
|
||||||
ColorEffect=2
|
ColorEffect=2
|
||||||
ContrastAmount=0.1
|
ContrastAmount=0.1
|
||||||
@@ -24,121 +24,121 @@ IntensityAmount=0
|
|||||||
IntensityEffect=0
|
IntensityEffect=0
|
||||||
|
|
||||||
[Colors:Button]
|
[Colors:Button]
|
||||||
BackgroundAlternate=38,29,30
|
BackgroundAlternate=26,13,26
|
||||||
BackgroundNormal=25,17,18
|
BackgroundNormal=13,13,13
|
||||||
DecorationFocus=233,30,99
|
DecorationFocus=255,0,128
|
||||||
DecorationHover=233,30,99
|
DecorationHover=255,0,128
|
||||||
ForegroundActive=233,30,99
|
ForegroundActive=255,0,128
|
||||||
ForegroundInactive=214,194,195
|
ForegroundInactive=224,224,224
|
||||||
ForegroundLink=248,187,217
|
ForegroundLink=0,255,128
|
||||||
ForegroundNegative=242,184,181
|
ForegroundNegative=255,64,128
|
||||||
ForegroundNeutral=248,187,217
|
ForegroundNeutral=0,255,128
|
||||||
ForegroundNormal=240,222,224
|
ForegroundNormal=240,240,240
|
||||||
ForegroundPositive=248,187,217
|
ForegroundPositive=0,255,128
|
||||||
ForegroundVisited=248,187,217
|
ForegroundVisited=0,255,128
|
||||||
|
|
||||||
[Colors:Complementary]
|
[Colors:Complementary]
|
||||||
BackgroundAlternate=38,29,30
|
BackgroundAlternate=26,13,26
|
||||||
BackgroundNormal=25,17,18
|
BackgroundNormal=24,24,24
|
||||||
DecorationFocus=233,30,99
|
DecorationFocus=255,0,128
|
||||||
DecorationHover=233,30,99
|
DecorationHover=255,0,128
|
||||||
ForegroundActive=233,30,99
|
ForegroundActive=255,0,128
|
||||||
ForegroundInactive=214,194,195
|
ForegroundInactive=224,224,224
|
||||||
ForegroundLink=248,187,217
|
ForegroundLink=0,255,128
|
||||||
ForegroundNegative=242,184,181
|
ForegroundNegative=255,64,128
|
||||||
ForegroundNeutral=248,187,217
|
ForegroundNeutral=0,255,128
|
||||||
ForegroundNormal=240,222,224
|
ForegroundNormal=240,240,240
|
||||||
ForegroundPositive=248,187,217
|
ForegroundPositive=0,255,128
|
||||||
ForegroundVisited=248,187,217
|
ForegroundVisited=0,255,128
|
||||||
|
|
||||||
[Colors:Header]
|
[Colors:Header]
|
||||||
BackgroundAlternate=25,17,18
|
BackgroundAlternate=24,24,24
|
||||||
BackgroundNormal=25,17,18
|
BackgroundNormal=13,13,13
|
||||||
DecorationFocus=233,30,99
|
DecorationFocus=255,0,128
|
||||||
DecorationHover=233,30,99
|
DecorationHover=255,0,128
|
||||||
ForegroundActive=233,30,99
|
ForegroundActive=255,0,128
|
||||||
ForegroundInactive=214,194,195
|
ForegroundInactive=224,224,224
|
||||||
ForegroundLink=248,187,217
|
ForegroundLink=0,255,128
|
||||||
ForegroundNegative=242,184,181
|
ForegroundNegative=255,64,128
|
||||||
ForegroundNeutral=248,187,217
|
ForegroundNeutral=0,255,128
|
||||||
ForegroundNormal=240,222,224
|
ForegroundNormal=240,240,240
|
||||||
ForegroundPositive=248,187,217
|
ForegroundPositive=0,255,128
|
||||||
ForegroundVisited=248,187,217
|
ForegroundVisited=0,255,128
|
||||||
|
|
||||||
[Colors:Header][Inactive]
|
[Colors:Header][Inactive]
|
||||||
BackgroundAlternate=25,17,18
|
BackgroundAlternate=13,13,13
|
||||||
BackgroundNormal=25,17,18
|
BackgroundNormal=24,24,24
|
||||||
DecorationFocus=233,30,99
|
DecorationFocus=255,0,128
|
||||||
DecorationHover=233,30,99
|
DecorationHover=255,0,128
|
||||||
ForegroundActive=233,30,99
|
ForegroundActive=255,0,128
|
||||||
ForegroundInactive=214,194,195
|
ForegroundInactive=224,224,224
|
||||||
ForegroundLink=248,187,217
|
ForegroundLink=0,255,128
|
||||||
ForegroundNegative=242,184,181
|
ForegroundNegative=255,64,128
|
||||||
ForegroundNeutral=248,187,217
|
ForegroundNeutral=0,255,128
|
||||||
ForegroundNormal=240,222,224
|
ForegroundNormal=240,240,240
|
||||||
ForegroundPositive=248,187,217
|
ForegroundPositive=0,255,128
|
||||||
ForegroundVisited=248,187,217
|
ForegroundVisited=0,255,128
|
||||||
|
|
||||||
[Colors:Selection]
|
[Colors:Selection]
|
||||||
BackgroundAlternate=74,14,47
|
BackgroundAlternate=204,0,102
|
||||||
BackgroundNormal=233,30,99
|
BackgroundNormal=255,0,128
|
||||||
DecorationFocus=233,30,99
|
DecorationFocus=255,0,128
|
||||||
DecorationHover=233,30,99
|
DecorationHover=255,0,128
|
||||||
ForegroundActive=0,0,0
|
ForegroundActive=255,255,255
|
||||||
ForegroundInactive=214,194,195
|
ForegroundInactive=224,224,224
|
||||||
ForegroundLink=248,187,217
|
ForegroundLink=0,255,128
|
||||||
ForegroundNegative=242,184,181
|
ForegroundNegative=255,64,128
|
||||||
ForegroundNeutral=248,187,217
|
ForegroundNeutral=0,255,128
|
||||||
ForegroundNormal=0,0,0
|
ForegroundNormal=255,255,255
|
||||||
ForegroundPositive=248,187,217
|
ForegroundPositive=0,255,128
|
||||||
ForegroundVisited=248,187,217
|
ForegroundVisited=0,255,128
|
||||||
|
|
||||||
[Colors:Tooltip]
|
[Colors:Tooltip]
|
||||||
BackgroundAlternate=25,17,18
|
BackgroundAlternate=24,24,24
|
||||||
BackgroundNormal=25,17,18
|
BackgroundNormal=13,13,13
|
||||||
DecorationFocus=233,30,99
|
DecorationFocus=255,0,128
|
||||||
DecorationHover=233,30,99
|
DecorationHover=255,0,128
|
||||||
ForegroundActive=233,30,99
|
ForegroundActive=255,0,128
|
||||||
ForegroundInactive=214,194,195
|
ForegroundInactive=224,224,224
|
||||||
ForegroundLink=248,187,217
|
ForegroundLink=0,255,128
|
||||||
ForegroundNegative=242,184,181
|
ForegroundNegative=255,64,128
|
||||||
ForegroundNeutral=248,187,217
|
ForegroundNeutral=0,255,128
|
||||||
ForegroundNormal=240,222,224
|
ForegroundNormal=240,240,240
|
||||||
ForegroundPositive=248,187,217
|
ForegroundPositive=0,255,128
|
||||||
ForegroundVisited=248,187,217
|
ForegroundVisited=0,255,128
|
||||||
|
|
||||||
[Colors:View]
|
[Colors:View]
|
||||||
BackgroundAlternate=25,17,18
|
BackgroundAlternate=13,13,13
|
||||||
BackgroundNormal=25,17,18
|
BackgroundNormal=24,24,24
|
||||||
DecorationFocus=233,30,99
|
DecorationFocus=255,0,128
|
||||||
DecorationHover=233,30,99
|
DecorationHover=255,0,128
|
||||||
ForegroundActive=233,30,99
|
ForegroundActive=255,0,128
|
||||||
ForegroundInactive=214,194,195
|
ForegroundInactive=224,224,224
|
||||||
ForegroundLink=248,187,217
|
ForegroundLink=0,255,128
|
||||||
ForegroundNegative=242,184,181
|
ForegroundNegative=255,64,128
|
||||||
ForegroundNeutral=248,187,217
|
ForegroundNeutral=0,255,128
|
||||||
ForegroundNormal=240,222,224
|
ForegroundNormal=240,240,240
|
||||||
ForegroundPositive=248,187,217
|
ForegroundPositive=0,255,128
|
||||||
ForegroundVisited=248,187,217
|
ForegroundVisited=0,255,128
|
||||||
|
|
||||||
[Colors:Window]
|
[Colors:Window]
|
||||||
BackgroundAlternate=25,17,18
|
BackgroundAlternate=13,13,13
|
||||||
BackgroundNormal=25,17,18
|
BackgroundNormal=24,24,24
|
||||||
DecorationFocus=233,30,99
|
DecorationFocus=255,0,128
|
||||||
DecorationHover=233,30,99
|
DecorationHover=255,0,128
|
||||||
ForegroundActive=233,30,99
|
ForegroundActive=255,0,128
|
||||||
ForegroundInactive=214,194,195
|
ForegroundInactive=224,224,224
|
||||||
ForegroundLink=248,187,217
|
ForegroundLink=0,255,128
|
||||||
ForegroundNegative=242,184,181
|
ForegroundNegative=255,64,128
|
||||||
ForegroundNeutral=248,187,217
|
ForegroundNeutral=0,255,128
|
||||||
ForegroundNormal=240,222,224
|
ForegroundNormal=240,240,240
|
||||||
ForegroundPositive=248,187,217
|
ForegroundPositive=0,255,128
|
||||||
ForegroundVisited=248,187,217
|
ForegroundVisited=0,255,128
|
||||||
|
|
||||||
[WM]
|
[WM]
|
||||||
activeBackground=25,17,18
|
activeBackground=13,13,13
|
||||||
activeBlend=240,222,224
|
activeBlend=240,240,240
|
||||||
activeForeground=240,222,224
|
activeForeground=240,240,240
|
||||||
inactiveBackground=25,17,18
|
inactiveBackground=24,24,24
|
||||||
inactiveBlend=214,194,195
|
inactiveBlend=224,224,224
|
||||||
inactiveForeground=214,194,195
|
inactiveForeground=224,224,224
|
||||||
Reference in New Issue
Block a user