diff options
Diffstat (limited to '.local/share')
| -rw-r--r-- | .local/share/applications/bat-joe.desktop | 9 | ||||
| -rw-r--r-- | .local/share/applications/nsxiv-joe.desktop | 8 | ||||
| -rw-r--r-- | .local/share/surf/styles/dark.css | 15 | ||||
| -rw-r--r-- | .local/share/surf/styles/default.css | 0 |
4 files changed, 32 insertions, 0 deletions
diff --git a/.local/share/applications/bat-joe.desktop b/.local/share/applications/bat-joe.desktop new file mode 100644 index 0000000..c15eb72 --- /dev/null +++ b/.local/share/applications/bat-joe.desktop @@ -0,0 +1,9 @@ +[Desktop Entry] +Type=Application +Name=bat joe +GenericName=bat pager +Exec=bat --tabs 4 --style=plain --paging=always -f %F +MimeType=text/x-c;text/x-perl; +Terminal=true +Icon=utilities-terminal +Categories=TextEditor;Utility; diff --git a/.local/share/applications/nsxiv-joe.desktop b/.local/share/applications/nsxiv-joe.desktop new file mode 100644 index 0000000..85971c2 --- /dev/null +++ b/.local/share/applications/nsxiv-joe.desktop @@ -0,0 +1,8 @@ +[Desktop Entry] +Type=Application +Name=nsxiv joe +GenericName=Image Viewer +Exec=openimg %f +MimeType=image/bmp;image/gif;image/jpeg;image/jpg;image/png;image/tiff;image/x-bmp;image/x-portable-anymap;image/x-portable-bitmap;image/x-portable-graymap;image/x-tga;image/x-xpixmap;image/webp;image/heic;image/svg+xml;application/postscript;image/jp2;image/jxl;image/avif;image/heif; +NoDisplay=true +Icon=nsxiv diff --git a/.local/share/surf/styles/dark.css b/.local/share/surf/styles/dark.css new file mode 100644 index 0000000..235a8c3 --- /dev/null +++ b/.local/share/surf/styles/dark.css @@ -0,0 +1,15 @@ +*,div,pre,textarea,body,input,select,option,button,td,tr,p { + background-color: #32302f !important; + border-color: #665c54 !important; + /* background-image: none !important; */ + color: #ebdbb2 !important; + /* color: #fbf1c7 !important; */ +} +a { + color: #83a598 !important; +} +h1,h2,h3,h4 { + /* background-color: #202020 !important; */ + color: #ebdbb2 !important; + /* color: #fbf1c7 !important; */ +} diff --git a/.local/share/surf/styles/default.css b/.local/share/surf/styles/default.css new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/.local/share/surf/styles/default.css |
