diff --git a/.config/matplotlib/matplotlibrc b/.config/matplotlib/matplotlibrc new file mode 100644 index 0000000..8abdaf4 --- /dev/null +++ b/.config/matplotlib/matplotlibrc @@ -0,0 +1,30 @@ +lines.color: F8F8F2 +patch.edgecolor: F8F8F2 + +text.color: F8F8F2 + +axes.facecolor: 282A36 +axes.edgecolor: F8F8F2 +axes.labelcolor: F8F8F2 + +axes.prop_cycle: cycler('color', ['8be9fd', 'ff79c6', '50fa7b', 'bd93f9', 'ffb86c', 'ff5555', 'f1fa8c', '6272a4']) + +xtick.color: F8F8F2 +ytick.color: F8F8F2 + +legend.framealpha: 0 + +grid.color: F8F8F2 + +figure.facecolor: 282A36 +figure.edgecolor: 282A36 + +savefig.facecolor: 282A36 +savefig.edgecolor: 282A36 + +### Boxplots +boxplot.boxprops.color: F8F8F2 +boxplot.capprops.color: F8F8F2 +boxplot.flierprops.color: F8F8F2 +boxplot.flierprops.markeredgecolor: F8F8F2 +boxplot.whiskerprops.color: F8F8F2 diff --git a/.config/matplotlib/stylelib/dracula.mplstyle b/.config/matplotlib/stylelib/dracula.mplstyle new file mode 100644 index 0000000..8abdaf4 --- /dev/null +++ b/.config/matplotlib/stylelib/dracula.mplstyle @@ -0,0 +1,30 @@ +lines.color: F8F8F2 +patch.edgecolor: F8F8F2 + +text.color: F8F8F2 + +axes.facecolor: 282A36 +axes.edgecolor: F8F8F2 +axes.labelcolor: F8F8F2 + +axes.prop_cycle: cycler('color', ['8be9fd', 'ff79c6', '50fa7b', 'bd93f9', 'ffb86c', 'ff5555', 'f1fa8c', '6272a4']) + +xtick.color: F8F8F2 +ytick.color: F8F8F2 + +legend.framealpha: 0 + +grid.color: F8F8F2 + +figure.facecolor: 282A36 +figure.edgecolor: 282A36 + +savefig.facecolor: 282A36 +savefig.edgecolor: 282A36 + +### Boxplots +boxplot.boxprops.color: F8F8F2 +boxplot.capprops.color: F8F8F2 +boxplot.flierprops.color: F8F8F2 +boxplot.flierprops.markeredgecolor: F8F8F2 +boxplot.whiskerprops.color: F8F8F2 diff --git a/.gitmodules b/.gitmodules index f1bcaf7..1d75865 100644 --- a/.gitmodules +++ b/.gitmodules @@ -10,3 +10,6 @@ [submodule ".config/polybar"] path = .config/polybar url = git@github.com:balajsra/polybar.git +[submodule "/home/sravan/.local/share/Steam/skins/Dracula"] + path = /home/sravan/.local/share/Steam/skins/Dracula + url = https://github.com/dracula/steam.git diff --git a/.local/share/Steam/skins/Dracula b/.local/share/Steam/skins/Dracula new file mode 160000 index 0000000..daa49c5 --- /dev/null +++ b/.local/share/Steam/skins/Dracula @@ -0,0 +1 @@ +Subproject commit daa49c5b948aa8d491ed6a5db32d06a30b6d5f9d diff --git a/.themes/Dracula b/.themes/Dracula index 456fea6..ab2efe3 160000 --- a/.themes/Dracula +++ b/.themes/Dracula @@ -1 +1 @@ -Subproject commit 456fea640dd1897d0136d937910e29ad5eb39dd8 +Subproject commit ab2efe3ff5a1ce06a9f49c5d71be4a819b04a105 diff --git a/.xinitrc b/.xinitrc index cc1bf21..53b6bde 100755 --- a/.xinitrc +++ b/.xinitrc @@ -6,7 +6,7 @@ export SHELL=/usr/bin/fish # Preferred shell export EDITOR="code -w" # Default editor export BROWSER=brave # Web Browser export XDG_CONFIG_HOME=$HOME/.config # Set Config directory -export QT_QPA_PLATFORMTHEME=gtk2 # QGtkStyle +export QT_QPA_PLATFORMTHEME=qt5ct # QGtkStyle ########### # STARTUP # diff --git a/.xournalpp/toolbar.ini b/.xournalpp/toolbar.ini new file mode 100644 index 0000000..2c88b30 --- /dev/null +++ b/.xournalpp/toolbar.ini @@ -0,0 +1,4 @@ +[Dracula] +toolbarTop1=SAVE,NEW,SEPARATOR,OPEN,CUT,COPY,PASTE,SEPARATOR,UNDO,REDO,SEPARATOR,SEPARATOR,SEPARATOR,INSERT_NEW_PAGE,DELETE_CURRENT_PAGE,SEPARATOR,GOTO_BACK,GOTO_NEXT,SEPARATOR,FULLSCREEN,SEPARATOR,IMAGE,TEXT +toolbarLeft1=COLOR(0x282a36),COLOR(0x44475a),COLOR(0x6272a4),COLOR(0xf1fa8c),COLOR(0xffb86c),COLOR(0xff5555),COLOR(0xbd93f9),COLOR(0xff79c6),COLOR(0x50fa7b),COLOR(0x8be9fd),COLOR(0xf8f8f2),SEPARATOR,COLOR_SELECT,ZOOM_100,ZOOM_FIT,ZOOM_IN,ZOOM_OUT,VERY_FINE,SEPARATOR,FINE,MEDIUM,THICK,VERY_THICK,TOOL_FILL,SEPARATOR,DRAW_CIRCLE,SEPARATOR,DRAW_RECTANGLE,RULER,DRAW_ARROW,DRAW_COORDINATE_SYSTEM,GRID_SNAPPING,ROTATION_SNAPPING,SEPARATOR,SELECT_REGION,SELECT_RECTANGLE,PEN,ERASER,HILIGHTER,DEFAULT_TOOL +name=Dracula