diff options
| -rw-r--r-- | fvwm/.fvwm/config | 1 | ||||
| -rw-r--r-- | fvwm/.fvwm/icon/pixmap/close__D0D0D0.svg | 1 | ||||
| -rw-r--r-- | fvwm/.fvwm/icon/pixmap/maximize__D0D0D0.svg | 1 | ||||
| -rw-r--r-- | fvwm/.fvwm/icon/pixmap/minimize__D0D0D0.svg | 1 | ||||
| -rw-r--r-- | fvwm/.fvwm/themes/ef-symbiosis.sys | 21 | ||||
| -rw-r--r-- | xorg/Xresources.symbiosis | 44 |
6 files changed, 69 insertions, 0 deletions
diff --git a/fvwm/.fvwm/config b/fvwm/.fvwm/config index eea7667..16fd3ba 100644 --- a/fvwm/.fvwm/config +++ b/fvwm/.fvwm/config @@ -410,6 +410,7 @@ AddToMenu MenuThemes "Themes" Title + "Ef &Maris Light" ChangeTheme 'ef-maris-light' 'maris-light' "(ef-themes-select 'ef-maris-light)" + "Ef &Cherie" ChangeTheme 'ef-cherie' 'cherie' "(ef-themes-select 'ef-cherie)" + "Ef &Bio" ChangeTheme 'ef-bio' 'bio' "(ef-themes-select 'ef-bio)" ++ "Ef &Symbiosis" ChangeTheme 'ef-symbiosis' 'symbiosis' "(ef-themes-select 'ef-symbiosis)" + "Ef &Melissa Dark" ChangeTheme 'ef-melissa-dark' 'melissa-dark' "(ef-themes-select 'ef-melissa-dark)" + "Ef &Melissa Light" ChangeTheme 'ef-melissa-light' 'melissa-light' "(ef-themes-select 'ef-melissa-light)" + "Ef &Arbutus" ChangeTheme 'ef-arbutus' 'arbutus' "(ef-themes-select 'ef-arbutus)" diff --git a/fvwm/.fvwm/icon/pixmap/close__D0D0D0.svg b/fvwm/.fvwm/icon/pixmap/close__D0D0D0.svg new file mode 100644 index 0000000..61c4ac1 --- /dev/null +++ b/fvwm/.fvwm/icon/pixmap/close__D0D0D0.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px" fill="#d0d0d0"><path d="m256-200-56-56 224-224-224-224 56-56 224 224 224-224 56 56-224 224 224 224-56 56-224-224-224 224Z"/></svg>
\ No newline at end of file diff --git a/fvwm/.fvwm/icon/pixmap/maximize__D0D0D0.svg b/fvwm/.fvwm/icon/pixmap/maximize__D0D0D0.svg new file mode 100644 index 0000000..caf40e4 --- /dev/null +++ b/fvwm/.fvwm/icon/pixmap/maximize__D0D0D0.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px" fill="#d0d0d0"><path d="M160-160q-33 0-56.5-23.5T80-240v-480q0-33 23.5-56.5T160-800h640q33 0 56.5 23.5T880-720v480q0 33-23.5 56.5T800-160H160Zm0-80h640v-400H160v400Z"/></svg>
\ No newline at end of file diff --git a/fvwm/.fvwm/icon/pixmap/minimize__D0D0D0.svg b/fvwm/.fvwm/icon/pixmap/minimize__D0D0D0.svg new file mode 100644 index 0000000..970d4e9 --- /dev/null +++ b/fvwm/.fvwm/icon/pixmap/minimize__D0D0D0.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px" fill="#d0d0d0"><path d="M160-760v-80h640v80H160Z"/></svg>
\ No newline at end of file diff --git a/fvwm/.fvwm/themes/ef-symbiosis.sys b/fvwm/.fvwm/themes/ef-symbiosis.sys new file mode 100644 index 0000000..381b33c --- /dev/null +++ b/fvwm/.fvwm/themes/ef-symbiosis.sys @@ -0,0 +1,21 @@ +#### Ef Symbiosis FVWM Colorsets +Colorset 0 fg #d0d0d0, bg #130911, hi, sh, Plain, NoShape +Colorset 1 fg #857f8f, bg #372d32, hi, sh, Plain, NoShape +Colorset 2 fg #d0d0d0, bg #130911, hi, sh, Plain, NoShape +Colorset 3 fg #130911, bg #606060, hi #606060, sh #606060, Plain, NoShape +Colorset 4 fg #130911, bg #857f8f, hi #857f8f, sh #857f8f, Plain, NoShape +Colorset 5 fg #d0d0d0, bg #130911, hi, sh, Plain, NoShape +Colorset 6 fg #d0d0d0, bg #304477, hi, sh, Plain, NoShape +Colorset 7 fg red, bg #d0d0d0, hi, sh, Plain, NoShape +Colorset 8 fg #d0d0d0, bg #583435, hi, sh, Plain, NoShape +Colorset 10 fg #d0d0d0, bg #130911, hi, sh, Plain, NoShape +Colorset 11 fg #d0d0d0, bg #583435, hi #d0d0d0, sh #d0d0d0, Plain, NoShape +Colorset 12 fg #d0d0d0, bg #304477, hi, sh, Plain, NoShape +Colorset 13 fg #d0d0d0, bg #304477, hi, sh, Plain, NoShape +Colorset 14 fg #857f8f, bg #004065, hi #aaaaaa, sh #999999, Plain, NoShape +# dock buttons +Colorset 15 fg #d0d0d0, bg #130911, hi, sh, Plain, Noshape + +AddButtonStyle 6 Pixmap minimize__D0D0D0.svg:20x20 +AddButtonStyle 4 Pixmap maximize__D0D0D0.svg:20x20 +AddButtonStyle 2 Pixmap close__D0D0D0.svg:20x20 diff --git a/xorg/Xresources.symbiosis b/xorg/Xresources.symbiosis new file mode 100644 index 0000000..9cb9583 --- /dev/null +++ b/xorg/Xresources.symbiosis @@ -0,0 +1,44 @@ +! Ef Symbiosis Xresources theme +*.foreground: #d0d0d0 +*.background: #130911 +URxvt.background: [90]#130911 +*.cursorColor: #d0d0d0 +! black +*.color0: #130911 +*.color8: #4b3f47 +! red +*.color1: #fe5a7a +*.color9: #ff7355 +! green +*.color2: #0faa26 +*.color10: #6aad0f +! yellow +*.color3: #bf9032 +*.color11: #df8a5a +! blue +*.color4: #6a9fff +*.color12: #029fff +! magenta +*.color5: #d369af +*.color13: #af85ff +! cyan +*.color6: #4fbaef +*.color14: #1dbfcf +! white +*.color7: #d0d0d0 +*.color15: #d0d0d0 + +st.font: Iosevka Comfy-14 + +dmenu.background: #130911 +dmenu.foreground: #d0d0d0 +dmenu.selbackground: #583435 +dmenu.selforeground: #d0d0d0 +dmenu.font: Iosevka Comfy-14 + +Nsxiv.window.background: #130911 +Nsxiv.window.foreground: #d0d0d0 +Nsxiv.mark.foreground: #d0d0d0 +Nsxiv.bar.background: #583435 +Nsxiv.bar.foreground: #d0d0d0 +Nsxiv.bar.font: IosevkaComfy-14 |
