diff options
Diffstat (limited to 'modules/user/aesthetics/themes')
54 files changed, 166 insertions, 0 deletions
diff --git a/modules/user/aesthetics/themes/oxocarbon/default.nix b/modules/user/aesthetics/themes/oxocarbon/default.nix new file mode 100644 index 0000000..c568c97 --- /dev/null +++ b/modules/user/aesthetics/themes/oxocarbon/default.nix @@ -0,0 +1,67 @@ +{ + config, + pkgs, + lib, + inputs, + ... +}: let + cfg = config.aesthetics.themes.oxocarbon; +in { + options.aesthetics.themes.oxocarbon.enable = lib.mkEnableOption "oxocarbon theme"; + config = lib.mkMerge [ + ( + lib.mkIf cfg.enable { + aesthetics = { + wallpaper = ./wallpapers/landscape/salt-flats.jpg; + wallpapersDir = ./wallpapers; + scheme = { + base00 = "161616"; + base01 = "262626"; + base02 = "393939"; + base03 = "525252"; + base04 = "dde1e6"; + base05 = "f2f4f8"; + base06 = "ffffff"; + base07 = "08bdba"; + base08 = "3ddbd9"; + base09 = "78a9ff"; + base0A = "ee5396"; + base0B = "33b1ff"; + base0C = "ff7eb6"; + base0D = "42be65"; + base0E = "be95ff"; + base0F = "82cfff"; + }; + font = { + name = "CodeNewRoman Nerd Font"; + package = pkgs.nerd-fonts.code-new-roman; + }; + # font = { + # name = "Kirsch Nerd Font"; + # size = "22"; + # package = inputs.kirsch.packages.x86_64-linux.kirsch-nerd; + # }; + }; + # home.pointerCursor = { + # package = pkgs.oreo-cursors-plus; + # name = "oreo_spark_black_bordered_cursors"; + # size = 22; + # }; + home.pointerCursor = { + package = pkgs.qogir-icon-theme; + name = "Qogir-Dark"; + size = 22; + }; + } + ) + ( + lib.mkIf config.aesthetics.targets.helix.enable { + aesthetics.targets.helix.theme = "oxocarbon"; + home.file."helix-oxocarbon-theme" = { + target = ".config/helix/themes/oxocarbon.toml"; + source = ./helix-theme.toml; + }; + } + ) + ]; +} diff --git a/modules/user/aesthetics/themes/oxocarbon/helix-theme.toml b/modules/user/aesthetics/themes/oxocarbon/helix-theme.toml new file mode 100644 index 0000000..8cf3c49 --- /dev/null +++ b/modules/user/aesthetics/themes/oxocarbon/helix-theme.toml @@ -0,0 +1,52 @@ + +# inherits = "fleet_dark" + +"attribute" = { fg = "#82cfff" } +"type" = { fg = "#78a9ff" } +"type.builtin" = { fg = "#dde1e6" } +"constructor" = { fg = "#78a9ff" } +"constant" = { fg = "#be95ff" } +"constant.builtin" = { fg = "#08bdba" } +"constant.builtin.character" = { fg = "#be95ff" } +"constant.builtin.numeric" = { fg = "#82cfff" } +"string" = { fg = "#be95ff" } +"string.regexp" = { fg = "#08bdba" } +"comment" = { fg = "#525252" } +"variable" = { fg = "#dde1e6" } +"label" = { fg = "#82cfff" } +"punctuation" = { fg = "#3ddbd9" } +"keyword" = { fg = "#78a9ff" } +"keyword.control.exception" = { fg = "#82cfff" } +"keyword.operator" = { fg = "#3ddbd9" } +"keyword.function" = { fg = "#3ddbd9" } +"operator" = { fg = "#78a9ff" } +"function" = { fg = "#ff7eb6" } +"function.builtin" = { fg = "#ff7eb6" } +"function.method" = { fg = "#08bdba" } +"function.macro" = { fg = "#08bdba" } +"tag" = { fg = "#dde1e6" } +"namespace" = { fg = "#dde1e6" } +"diff.plus" = { fg = "#42be65", bg = "#393939" } +"diff.minus" = { fg = "#78a9ff", bg = "#393939" } +"diff.delta" = { fg = "#dde1e6", bg = "#262626" } + +"ui.background" = { fg= "#ffffff", bg = "#161616"} +"ui.separator" = "#161616" +"ui.selection" = { bg = "#393939"} +"ui.text" = { fg = "#ffffff" } +"ui.cursor" = { fg = "#161616", bg = "#dde1e6" } +"ui.cursor.normal" = { fg = "#dde1e6", bg = "#161616" } +"ui.linenr" = { fg = "#525252", bg = "#161616" } +"ui.linenr.selected" = { fg = "#dde1e6" } +"ui.statusline" = { fg = "#ffffff", bg = "#161616" } +"ui.statusline.inactive" = { fg = "#525252"} +"ui.statusline.normal" = { fg = "#ffffff", bg = "#161616" } +"ui.statusline.insert" = { fg = "#ffffff", bg = "#ff7eb6" } +"ui.popup" = { fg = "#ffffff", bg = "#262626" } +"ui.window" = { fg = "#ffffff", bg = "#262626" } +"ui.menu" = { fg = "#ffffff", bg = "#262626" } +"ui.menu.selected" = { fg = "#ffffff", bg = "#525252" } +"diagnostic.error" = { fg = "#b3b3b3", bg = "#262626", underline = { color = "#ff0000", style = "curl"} } +"diagnostic.warning" = { fg = "#b3b3b3", bg = "#262626", underline = { color = "#ff6f00", style = "curl"} } +"error" = { fg = "#ffffff", bg = "#262626" } +"warning" = { fg = "#ffffff", bg = "#262626" } diff --git a/modules/user/aesthetics/themes/oxocarbon/wallpapers/autumn/aerial-autumn-road.jpg.REMOVED.git-id b/modules/user/aesthetics/themes/oxocarbon/wallpapers/autumn/aerial-autumn-road.jpg.REMOVED.git-id new file mode 100644 index 0000000..74888fb --- /dev/null +++ b/modules/user/aesthetics/themes/oxocarbon/wallpapers/autumn/aerial-autumn-road.jpg.REMOVED.git-id @@ -0,0 +1 @@ +fec9a0829c8e1986b14fe7725019937dbdbb3a88
\ No newline at end of file diff --git a/modules/user/aesthetics/themes/oxocarbon/wallpapers/autumn/autumn-leaves.jpg.REMOVED.git-id b/modules/user/aesthetics/themes/oxocarbon/wallpapers/autumn/autumn-leaves.jpg.REMOVED.git-id new file mode 100644 index 0000000..2a0fdf3 --- /dev/null +++ b/modules/user/aesthetics/themes/oxocarbon/wallpapers/autumn/autumn-leaves.jpg.REMOVED.git-id @@ -0,0 +1 @@ +f356a48f0b0f7c85cec4dfd2a73d17870eb7f913
\ No newline at end of file diff --git a/modules/user/aesthetics/themes/oxocarbon/wallpapers/autumn/autumn-silhouette.jpg.REMOVED.git-id b/modules/user/aesthetics/themes/oxocarbon/wallpapers/autumn/autumn-silhouette.jpg.REMOVED.git-id new file mode 100644 index 0000000..dd41826 --- /dev/null +++ b/modules/user/aesthetics/themes/oxocarbon/wallpapers/autumn/autumn-silhouette.jpg.REMOVED.git-id @@ -0,0 +1 @@ +114ff2864e8ccacabe4121aea8ed8b7627649ebf
\ No newline at end of file diff --git a/modules/user/aesthetics/themes/oxocarbon/wallpapers/autumn/autumnal-mountain.jpg.REMOVED.git-id b/modules/user/aesthetics/themes/oxocarbon/wallpapers/autumn/autumnal-mountain.jpg.REMOVED.git-id new file mode 100644 index 0000000..2f50bfa --- /dev/null +++ b/modules/user/aesthetics/themes/oxocarbon/wallpapers/autumn/autumnal-mountain.jpg.REMOVED.git-id @@ -0,0 +1 @@ +d36f1cc1c709b305c4ffc8ea0709f730bfabef08
\ No newline at end of file diff --git a/modules/user/aesthetics/themes/oxocarbon/wallpapers/autumn/autumnal-road.jpg.REMOVED.git-id b/modules/user/aesthetics/themes/oxocarbon/wallpapers/autumn/autumnal-road.jpg.REMOVED.git-id new file mode 100644 index 0000000..c5da27a --- /dev/null +++ b/modules/user/aesthetics/themes/oxocarbon/wallpapers/autumn/autumnal-road.jpg.REMOVED.git-id @@ -0,0 +1 @@ +32ae20560377c0667f81360d1ddd6e1902af69cb
\ No newline at end of file diff --git a/modules/user/aesthetics/themes/oxocarbon/wallpapers/autumn/maple-leaf.jpg b/modules/user/aesthetics/themes/oxocarbon/wallpapers/autumn/maple-leaf.jpg Binary files differnew file mode 100644 index 0000000..75e4f56 --- /dev/null +++ b/modules/user/aesthetics/themes/oxocarbon/wallpapers/autumn/maple-leaf.jpg diff --git a/modules/user/aesthetics/themes/oxocarbon/wallpapers/lake/forest-lake.jpg.REMOVED.git-id b/modules/user/aesthetics/themes/oxocarbon/wallpapers/lake/forest-lake.jpg.REMOVED.git-id new file mode 100644 index 0000000..e048b39 --- /dev/null +++ b/modules/user/aesthetics/themes/oxocarbon/wallpapers/lake/forest-lake.jpg.REMOVED.git-id @@ -0,0 +1 @@ +8947e64585baf2d8d1e3f3df5564f66ff8ace768
\ No newline at end of file diff --git a/modules/user/aesthetics/themes/oxocarbon/wallpapers/lake/lake-island.jpg.REMOVED.git-id b/modules/user/aesthetics/themes/oxocarbon/wallpapers/lake/lake-island.jpg.REMOVED.git-id new file mode 100644 index 0000000..a33f51f --- /dev/null +++ b/modules/user/aesthetics/themes/oxocarbon/wallpapers/lake/lake-island.jpg.REMOVED.git-id @@ -0,0 +1 @@ +2438c078ae6bde2b2048fd28284b935b1c5f6b0b
\ No newline at end of file diff --git a/modules/user/aesthetics/themes/oxocarbon/wallpapers/lake/purple-lake.jpg.REMOVED.git-id b/modules/user/aesthetics/themes/oxocarbon/wallpapers/lake/purple-lake.jpg.REMOVED.git-id new file mode 100644 index 0000000..9537afc --- /dev/null +++ b/modules/user/aesthetics/themes/oxocarbon/wallpapers/lake/purple-lake.jpg.REMOVED.git-id @@ -0,0 +1 @@ +7df17f9c0426dc4f502496d33e4eae3c24347175
\ No newline at end of file diff --git a/modules/user/aesthetics/themes/oxocarbon/wallpapers/lake/sunset-lake-off-dock.jpg.REMOVED.git-id b/modules/user/aesthetics/themes/oxocarbon/wallpapers/lake/sunset-lake-off-dock.jpg.REMOVED.git-id new file mode 100644 index 0000000..dbefd90 --- /dev/null +++ b/modules/user/aesthetics/themes/oxocarbon/wallpapers/lake/sunset-lake-off-dock.jpg.REMOVED.git-id @@ -0,0 +1 @@ +634d72e228a6cea00670d8ff745cffe80cec6d84
\ No newline at end of file diff --git a/modules/user/aesthetics/themes/oxocarbon/wallpapers/lake/warm-lakeside-village.jpg.REMOVED.git-id b/modules/user/aesthetics/themes/oxocarbon/wallpapers/lake/warm-lakeside-village.jpg.REMOVED.git-id new file mode 100644 index 0000000..9c48142 --- /dev/null +++ b/modules/user/aesthetics/themes/oxocarbon/wallpapers/lake/warm-lakeside-village.jpg.REMOVED.git-id @@ -0,0 +1 @@ +673486a7a2d2e5b55b6c0ac4ca0460e34390ae1a
\ No newline at end of file diff --git a/modules/user/aesthetics/themes/oxocarbon/wallpapers/landscape/aerial-dark-marsh.jpg b/modules/user/aesthetics/themes/oxocarbon/wallpapers/landscape/aerial-dark-marsh.jpg Binary files differnew file mode 100644 index 0000000..3ad3d24 --- /dev/null +++ b/modules/user/aesthetics/themes/oxocarbon/wallpapers/landscape/aerial-dark-marsh.jpg diff --git a/modules/user/aesthetics/themes/oxocarbon/wallpapers/landscape/bridge-on-cliff.jpg.REMOVED.git-id b/modules/user/aesthetics/themes/oxocarbon/wallpapers/landscape/bridge-on-cliff.jpg.REMOVED.git-id new file mode 100644 index 0000000..99901a6 --- /dev/null +++ b/modules/user/aesthetics/themes/oxocarbon/wallpapers/landscape/bridge-on-cliff.jpg.REMOVED.git-id @@ -0,0 +1 @@ +fed3cb735bcd0146dbeeb7c128487a5eb1b9265b
\ No newline at end of file diff --git a/modules/user/aesthetics/themes/oxocarbon/wallpapers/landscape/bright-night-sky.jpg.REMOVED.git-id b/modules/user/aesthetics/themes/oxocarbon/wallpapers/landscape/bright-night-sky.jpg.REMOVED.git-id new file mode 100644 index 0000000..99a1ab7 --- /dev/null +++ b/modules/user/aesthetics/themes/oxocarbon/wallpapers/landscape/bright-night-sky.jpg.REMOVED.git-id @@ -0,0 +1 @@ +f18b94d5c4e6ad7969f6eef360b22452346543b0
\ No newline at end of file diff --git a/modules/user/aesthetics/themes/oxocarbon/wallpapers/landscape/cloudy-mountains.jpeg.REMOVED.git-id b/modules/user/aesthetics/themes/oxocarbon/wallpapers/landscape/cloudy-mountains.jpeg.REMOVED.git-id new file mode 100644 index 0000000..d0296a8 --- /dev/null +++ b/modules/user/aesthetics/themes/oxocarbon/wallpapers/landscape/cloudy-mountains.jpeg.REMOVED.git-id @@ -0,0 +1 @@ +547b2b255f9316b9e9ad019dcef8692a3162e752
\ No newline at end of file diff --git a/modules/user/aesthetics/themes/oxocarbon/wallpapers/landscape/cloudy-valley.jpg.REMOVED.git-id b/modules/user/aesthetics/themes/oxocarbon/wallpapers/landscape/cloudy-valley.jpg.REMOVED.git-id new file mode 100644 index 0000000..3c61af7 --- /dev/null +++ b/modules/user/aesthetics/themes/oxocarbon/wallpapers/landscape/cloudy-valley.jpg.REMOVED.git-id @@ -0,0 +1 @@ +07db18c6d4373495a8aa9433d5747c6b257d20d1
\ No newline at end of file diff --git a/modules/user/aesthetics/themes/oxocarbon/wallpapers/landscape/dramatic-mountains.jpg.REMOVED.git-id b/modules/user/aesthetics/themes/oxocarbon/wallpapers/landscape/dramatic-mountains.jpg.REMOVED.git-id new file mode 100644 index 0000000..e7f9ba1 --- /dev/null +++ b/modules/user/aesthetics/themes/oxocarbon/wallpapers/landscape/dramatic-mountains.jpg.REMOVED.git-id @@ -0,0 +1 @@ +c9a8766c6d83ec0047ad2ce7baba56475d692783
\ No newline at end of file diff --git a/modules/user/aesthetics/themes/oxocarbon/wallpapers/landscape/forested-mountain.jpg.REMOVED.git-id b/modules/user/aesthetics/themes/oxocarbon/wallpapers/landscape/forested-mountain.jpg.REMOVED.git-id new file mode 100644 index 0000000..bfa8ffa --- /dev/null +++ b/modules/user/aesthetics/themes/oxocarbon/wallpapers/landscape/forested-mountain.jpg.REMOVED.git-id @@ -0,0 +1 @@ +f5a9537d35436f4705363bf8f7d539f12d980edf
\ No newline at end of file diff --git a/modules/user/aesthetics/themes/oxocarbon/wallpapers/landscape/forested-mountainside.jpg.REMOVED.git-id b/modules/user/aesthetics/themes/oxocarbon/wallpapers/landscape/forested-mountainside.jpg.REMOVED.git-id new file mode 100644 index 0000000..73a8503 --- /dev/null +++ b/modules/user/aesthetics/themes/oxocarbon/wallpapers/landscape/forested-mountainside.jpg.REMOVED.git-id @@ -0,0 +1 @@ +f142762db436b6c0634606a2449de5f8cf9b8d95
\ No newline at end of file diff --git a/modules/user/aesthetics/themes/oxocarbon/wallpapers/landscape/green-mountains.jpg.REMOVED.git-id b/modules/user/aesthetics/themes/oxocarbon/wallpapers/landscape/green-mountains.jpg.REMOVED.git-id new file mode 100644 index 0000000..570f2ef --- /dev/null +++ b/modules/user/aesthetics/themes/oxocarbon/wallpapers/landscape/green-mountains.jpg.REMOVED.git-id @@ -0,0 +1 @@ +9fe5f9d53d4eae1ee986f695ff3b1aefb3b9ce01
\ No newline at end of file diff --git a/modules/user/aesthetics/themes/oxocarbon/wallpapers/landscape/hillside-village.jpg.REMOVED.git-id b/modules/user/aesthetics/themes/oxocarbon/wallpapers/landscape/hillside-village.jpg.REMOVED.git-id new file mode 100644 index 0000000..17250be --- /dev/null +++ b/modules/user/aesthetics/themes/oxocarbon/wallpapers/landscape/hillside-village.jpg.REMOVED.git-id @@ -0,0 +1 @@ +7bb214a8c0b69f66193fc9c75ad66aab6202a87f
\ No newline at end of file diff --git a/modules/user/aesthetics/themes/oxocarbon/wallpapers/landscape/monochrome-mountain-sky.jpg.REMOVED.git-id b/modules/user/aesthetics/themes/oxocarbon/wallpapers/landscape/monochrome-mountain-sky.jpg.REMOVED.git-id new file mode 100644 index 0000000..c7b3d7f --- /dev/null +++ b/modules/user/aesthetics/themes/oxocarbon/wallpapers/landscape/monochrome-mountain-sky.jpg.REMOVED.git-id @@ -0,0 +1 @@ +10866fc7566bc639fc9fa0e0cf4b15b00c5611e2
\ No newline at end of file diff --git a/modules/user/aesthetics/themes/oxocarbon/wallpapers/landscape/mountain-glowing-sky.jpg.REMOVED.git-id b/modules/user/aesthetics/themes/oxocarbon/wallpapers/landscape/mountain-glowing-sky.jpg.REMOVED.git-id new file mode 100644 index 0000000..8a2eefb --- /dev/null +++ b/modules/user/aesthetics/themes/oxocarbon/wallpapers/landscape/mountain-glowing-sky.jpg.REMOVED.git-id @@ -0,0 +1 @@ +74fda86258377de5190cc4651540825009639971
\ No newline at end of file diff --git a/modules/user/aesthetics/themes/oxocarbon/wallpapers/landscape/mountain-sky-streak.jpg.REMOVED.git-id b/modules/user/aesthetics/themes/oxocarbon/wallpapers/landscape/mountain-sky-streak.jpg.REMOVED.git-id new file mode 100644 index 0000000..4ade70e --- /dev/null +++ b/modules/user/aesthetics/themes/oxocarbon/wallpapers/landscape/mountain-sky-streak.jpg.REMOVED.git-id @@ -0,0 +1 @@ +83881e043b85223e4519e9c5744fd75f2015bd07
\ No newline at end of file diff --git a/modules/user/aesthetics/themes/oxocarbon/wallpapers/landscape/mountain-sunset.jpg.REMOVED.git-id b/modules/user/aesthetics/themes/oxocarbon/wallpapers/landscape/mountain-sunset.jpg.REMOVED.git-id new file mode 100644 index 0000000..9925380 --- /dev/null +++ b/modules/user/aesthetics/themes/oxocarbon/wallpapers/landscape/mountain-sunset.jpg.REMOVED.git-id @@ -0,0 +1 @@ +a0ad8aad30426eba7f854100534ad95bbc5ab4c4
\ No newline at end of file diff --git a/modules/user/aesthetics/themes/oxocarbon/wallpapers/landscape/mountain-through-valley.jpg.REMOVED.git-id b/modules/user/aesthetics/themes/oxocarbon/wallpapers/landscape/mountain-through-valley.jpg.REMOVED.git-id new file mode 100644 index 0000000..de062a7 --- /dev/null +++ b/modules/user/aesthetics/themes/oxocarbon/wallpapers/landscape/mountain-through-valley.jpg.REMOVED.git-id @@ -0,0 +1 @@ +66add41ebaa07ea6b6c7a899f0707f5c05d0a7a9
\ No newline at end of file diff --git a/modules/user/aesthetics/themes/oxocarbon/wallpapers/landscape/night-mountain-silhouette.jpg b/modules/user/aesthetics/themes/oxocarbon/wallpapers/landscape/night-mountain-silhouette.jpg Binary files differnew file mode 100644 index 0000000..052f0ff --- /dev/null +++ b/modules/user/aesthetics/themes/oxocarbon/wallpapers/landscape/night-mountain-silhouette.jpg diff --git a/modules/user/aesthetics/themes/oxocarbon/wallpapers/landscape/pink-hill-silhouette.jpg b/modules/user/aesthetics/themes/oxocarbon/wallpapers/landscape/pink-hill-silhouette.jpg Binary files differnew file mode 100644 index 0000000..83ba86c --- /dev/null +++ b/modules/user/aesthetics/themes/oxocarbon/wallpapers/landscape/pink-hill-silhouette.jpg diff --git a/modules/user/aesthetics/themes/oxocarbon/wallpapers/landscape/purple-mountains.jpg.REMOVED.git-id b/modules/user/aesthetics/themes/oxocarbon/wallpapers/landscape/purple-mountains.jpg.REMOVED.git-id new file mode 100644 index 0000000..09824df --- /dev/null +++ b/modules/user/aesthetics/themes/oxocarbon/wallpapers/landscape/purple-mountains.jpg.REMOVED.git-id @@ -0,0 +1 @@ +b1ed553c6325a9ad2da983852387c2dfe50f6825
\ No newline at end of file diff --git a/modules/user/aesthetics/themes/oxocarbon/wallpapers/landscape/red-ridges.jpg.REMOVED.git-id b/modules/user/aesthetics/themes/oxocarbon/wallpapers/landscape/red-ridges.jpg.REMOVED.git-id new file mode 100644 index 0000000..1e10d7c --- /dev/null +++ b/modules/user/aesthetics/themes/oxocarbon/wallpapers/landscape/red-ridges.jpg.REMOVED.git-id @@ -0,0 +1 @@ +8c5eeb42697a79f5f32b5960e625e3cff6d73d41
\ No newline at end of file diff --git a/modules/user/aesthetics/themes/oxocarbon/wallpapers/landscape/red-rock.jpg.REMOVED.git-id b/modules/user/aesthetics/themes/oxocarbon/wallpapers/landscape/red-rock.jpg.REMOVED.git-id new file mode 100644 index 0000000..5649262 --- /dev/null +++ b/modules/user/aesthetics/themes/oxocarbon/wallpapers/landscape/red-rock.jpg.REMOVED.git-id @@ -0,0 +1 @@ +7c720c493c2f9ad86b1bef25b7c49b8b7bcd6557
\ No newline at end of file diff --git a/modules/user/aesthetics/themes/oxocarbon/wallpapers/landscape/salt-flats.jpg.REMOVED.git-id b/modules/user/aesthetics/themes/oxocarbon/wallpapers/landscape/salt-flats.jpg.REMOVED.git-id new file mode 100644 index 0000000..7ba92ea --- /dev/null +++ b/modules/user/aesthetics/themes/oxocarbon/wallpapers/landscape/salt-flats.jpg.REMOVED.git-id @@ -0,0 +1 @@ +cfe81cb76724211064d953f69709536cb7626bd4
\ No newline at end of file diff --git a/modules/user/aesthetics/themes/oxocarbon/wallpapers/landscape/sea-of-clouds.jpg.REMOVED.git-id b/modules/user/aesthetics/themes/oxocarbon/wallpapers/landscape/sea-of-clouds.jpg.REMOVED.git-id new file mode 100644 index 0000000..8bc7e51 --- /dev/null +++ b/modules/user/aesthetics/themes/oxocarbon/wallpapers/landscape/sea-of-clouds.jpg.REMOVED.git-id @@ -0,0 +1 @@ +fdb0709d4a348e27cf32c77e7ff46843fe7defc3
\ No newline at end of file diff --git a/modules/user/aesthetics/themes/oxocarbon/wallpapers/landscape/seaside-mountain.jpg.REMOVED.git-id b/modules/user/aesthetics/themes/oxocarbon/wallpapers/landscape/seaside-mountain.jpg.REMOVED.git-id new file mode 100644 index 0000000..d0e9edf --- /dev/null +++ b/modules/user/aesthetics/themes/oxocarbon/wallpapers/landscape/seaside-mountain.jpg.REMOVED.git-id @@ -0,0 +1 @@ +cc0580d227effdd2801b1f9fde7400a4b3adf2a5
\ No newline at end of file diff --git a/modules/user/aesthetics/themes/oxocarbon/wallpapers/landscape/tree-mountain.jpg.REMOVED.git-id b/modules/user/aesthetics/themes/oxocarbon/wallpapers/landscape/tree-mountain.jpg.REMOVED.git-id new file mode 100644 index 0000000..465ee8f --- /dev/null +++ b/modules/user/aesthetics/themes/oxocarbon/wallpapers/landscape/tree-mountain.jpg.REMOVED.git-id @@ -0,0 +1 @@ +597e7f1f8dd45f386a340fd9e5747118778bc03e
\ No newline at end of file diff --git a/modules/user/aesthetics/themes/oxocarbon/wallpapers/landscape/yellow-mountains.jpg.REMOVED.git-id b/modules/user/aesthetics/themes/oxocarbon/wallpapers/landscape/yellow-mountains.jpg.REMOVED.git-id new file mode 100644 index 0000000..00a6e0c --- /dev/null +++ b/modules/user/aesthetics/themes/oxocarbon/wallpapers/landscape/yellow-mountains.jpg.REMOVED.git-id @@ -0,0 +1 @@ +96a0cd20d93ede80ec2614357952bf8c5074a91c
\ No newline at end of file diff --git a/modules/user/aesthetics/themes/oxocarbon/wallpapers/landscape/yosemite-valley.jpg.REMOVED.git-id b/modules/user/aesthetics/themes/oxocarbon/wallpapers/landscape/yosemite-valley.jpg.REMOVED.git-id new file mode 100644 index 0000000..681c055 --- /dev/null +++ b/modules/user/aesthetics/themes/oxocarbon/wallpapers/landscape/yosemite-valley.jpg.REMOVED.git-id @@ -0,0 +1 @@ +ae0b4039a4783e16323dc164a4ad5124b1618983
\ No newline at end of file diff --git a/modules/user/aesthetics/themes/oxocarbon/wallpapers/nature/crags.jpg.REMOVED.git-id b/modules/user/aesthetics/themes/oxocarbon/wallpapers/nature/crags.jpg.REMOVED.git-id new file mode 100644 index 0000000..179a3ee --- /dev/null +++ b/modules/user/aesthetics/themes/oxocarbon/wallpapers/nature/crags.jpg.REMOVED.git-id @@ -0,0 +1 @@ +6540b948567bc7c398a4f763537583c3380da4cc
\ No newline at end of file diff --git a/modules/user/aesthetics/themes/oxocarbon/wallpapers/nature/dusk-rocky-beach.jpg.REMOVED.git-id b/modules/user/aesthetics/themes/oxocarbon/wallpapers/nature/dusk-rocky-beach.jpg.REMOVED.git-id new file mode 100644 index 0000000..2850870 --- /dev/null +++ b/modules/user/aesthetics/themes/oxocarbon/wallpapers/nature/dusk-rocky-beach.jpg.REMOVED.git-id @@ -0,0 +1 @@ +7d1e02e402e6764f27d54dce2b1ca9cece3f9853
\ No newline at end of file diff --git a/modules/user/aesthetics/themes/oxocarbon/wallpapers/nature/flowers.png b/modules/user/aesthetics/themes/oxocarbon/wallpapers/nature/flowers.png Binary files differnew file mode 100644 index 0000000..791cf4e --- /dev/null +++ b/modules/user/aesthetics/themes/oxocarbon/wallpapers/nature/flowers.png diff --git a/modules/user/aesthetics/themes/oxocarbon/wallpapers/nature/foggy-forest.jpg.REMOVED.git-id b/modules/user/aesthetics/themes/oxocarbon/wallpapers/nature/foggy-forest.jpg.REMOVED.git-id new file mode 100644 index 0000000..d16a315 --- /dev/null +++ b/modules/user/aesthetics/themes/oxocarbon/wallpapers/nature/foggy-forest.jpg.REMOVED.git-id @@ -0,0 +1 @@ +ceb6f4745978a2ee495e0cafc660e442ddf093eb
\ No newline at end of file diff --git a/modules/user/aesthetics/themes/oxocarbon/wallpapers/nature/forest-trail.jpg.REMOVED.git-id b/modules/user/aesthetics/themes/oxocarbon/wallpapers/nature/forest-trail.jpg.REMOVED.git-id new file mode 100644 index 0000000..556867f --- /dev/null +++ b/modules/user/aesthetics/themes/oxocarbon/wallpapers/nature/forest-trail.jpg.REMOVED.git-id @@ -0,0 +1 @@ +861b48748b56668e413359a8e21245b205f8ce06
\ No newline at end of file diff --git a/modules/user/aesthetics/themes/oxocarbon/wallpapers/nature/narrow-waterfall.jpg.REMOVED.git-id b/modules/user/aesthetics/themes/oxocarbon/wallpapers/nature/narrow-waterfall.jpg.REMOVED.git-id new file mode 100644 index 0000000..0dd142c --- /dev/null +++ b/modules/user/aesthetics/themes/oxocarbon/wallpapers/nature/narrow-waterfall.jpg.REMOVED.git-id @@ -0,0 +1 @@ +c16ecda2c7373771c4026a1bee885f874a311889
\ No newline at end of file diff --git a/modules/user/aesthetics/themes/oxocarbon/wallpapers/nature/purple-sky.jpg.REMOVED.git-id b/modules/user/aesthetics/themes/oxocarbon/wallpapers/nature/purple-sky.jpg.REMOVED.git-id new file mode 100644 index 0000000..c108571 --- /dev/null +++ b/modules/user/aesthetics/themes/oxocarbon/wallpapers/nature/purple-sky.jpg.REMOVED.git-id @@ -0,0 +1 @@ +e6d39dd457a04e73618304b9df6048109e35e181
\ No newline at end of file diff --git a/modules/user/aesthetics/themes/oxocarbon/wallpapers/nature/snowy-slope.jpg.REMOVED.git-id b/modules/user/aesthetics/themes/oxocarbon/wallpapers/nature/snowy-slope.jpg.REMOVED.git-id new file mode 100644 index 0000000..576c9e5 --- /dev/null +++ b/modules/user/aesthetics/themes/oxocarbon/wallpapers/nature/snowy-slope.jpg.REMOVED.git-id @@ -0,0 +1 @@ +f792412ee7bc0d77b6b627290ace6629c1c0fac9
\ No newline at end of file diff --git a/modules/user/aesthetics/themes/oxocarbon/wallpapers/ocean/aerial-island.jpg.REMOVED.git-id b/modules/user/aesthetics/themes/oxocarbon/wallpapers/ocean/aerial-island.jpg.REMOVED.git-id new file mode 100644 index 0000000..b667868 --- /dev/null +++ b/modules/user/aesthetics/themes/oxocarbon/wallpapers/ocean/aerial-island.jpg.REMOVED.git-id @@ -0,0 +1 @@ +96bd9a930015289dc5514caf2c979756664ea86c
\ No newline at end of file diff --git a/modules/user/aesthetics/themes/oxocarbon/wallpapers/ocean/beached-ship.jpg.REMOVED.git-id b/modules/user/aesthetics/themes/oxocarbon/wallpapers/ocean/beached-ship.jpg.REMOVED.git-id new file mode 100644 index 0000000..462c5a1 --- /dev/null +++ b/modules/user/aesthetics/themes/oxocarbon/wallpapers/ocean/beached-ship.jpg.REMOVED.git-id @@ -0,0 +1 @@ +928f6b1060b589d2e452ce59825c700207449fd9
\ No newline at end of file diff --git a/modules/user/aesthetics/themes/oxocarbon/wallpapers/ocean/beachfront.jpg.REMOVED.git-id b/modules/user/aesthetics/themes/oxocarbon/wallpapers/ocean/beachfront.jpg.REMOVED.git-id new file mode 100644 index 0000000..21f3c5d --- /dev/null +++ b/modules/user/aesthetics/themes/oxocarbon/wallpapers/ocean/beachfront.jpg.REMOVED.git-id @@ -0,0 +1 @@ +52739b890a162f7d2744f6257401334f5216fe08
\ No newline at end of file diff --git a/modules/user/aesthetics/themes/oxocarbon/wallpapers/ocean/seaside-village.jpg.REMOVED.git-id b/modules/user/aesthetics/themes/oxocarbon/wallpapers/ocean/seaside-village.jpg.REMOVED.git-id new file mode 100644 index 0000000..454c5d8 --- /dev/null +++ b/modules/user/aesthetics/themes/oxocarbon/wallpapers/ocean/seaside-village.jpg.REMOVED.git-id @@ -0,0 +1 @@ +75d6df2f3ea489ea6556114afec2deb0e288beec
\ No newline at end of file diff --git a/modules/user/aesthetics/themes/oxocarbon/wallpapers/ocean/sunset-seaside-city.jpg.REMOVED.git-id b/modules/user/aesthetics/themes/oxocarbon/wallpapers/ocean/sunset-seaside-city.jpg.REMOVED.git-id new file mode 100644 index 0000000..17e752d --- /dev/null +++ b/modules/user/aesthetics/themes/oxocarbon/wallpapers/ocean/sunset-seaside-city.jpg.REMOVED.git-id @@ -0,0 +1 @@ +f52a7a31c74ca6d5684c0dc647796fd6e0e4881e
\ No newline at end of file diff --git a/modules/user/aesthetics/themes/oxocarbon/wallpapers/other/grey-dune.jpeg.REMOVED.git-id b/modules/user/aesthetics/themes/oxocarbon/wallpapers/other/grey-dune.jpeg.REMOVED.git-id new file mode 100644 index 0000000..2d3d7b3 --- /dev/null +++ b/modules/user/aesthetics/themes/oxocarbon/wallpapers/other/grey-dune.jpeg.REMOVED.git-id @@ -0,0 +1 @@ +2131a11962de4aa72bbfb9d87dbcc39d914ae8f9
\ No newline at end of file diff --git a/modules/user/aesthetics/themes/oxocarbon/wallpapers/other/yellow-moon-in-sky.jpg.REMOVED.git-id b/modules/user/aesthetics/themes/oxocarbon/wallpapers/other/yellow-moon-in-sky.jpg.REMOVED.git-id new file mode 100644 index 0000000..e970c2e --- /dev/null +++ b/modules/user/aesthetics/themes/oxocarbon/wallpapers/other/yellow-moon-in-sky.jpg.REMOVED.git-id @@ -0,0 +1 @@ +3c99ad95e60b3be7dd87f8a3ee762a721a1aea0b
\ No newline at end of file |
